:root{font-family:var(--sans);color:var(--muted);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--bg)}#root{min-height:100vh}.report-page-header{display:none}.report-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 12),minmax(0,1fr));gap:16px}.block-card{border:1px solid var(--border);border-radius:4px;background:var(--panel);box-shadow:var(--shadow-sm);padding:10px 12px;min-height:100%;box-sizing:border-box}.block-header{border:0;background:transparent;padding:0 4px 2px;box-shadow:none}.block-header-title{margin:0;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:37px;line-height:.88;letter-spacing:.01em;color:var(--text-h)}.block-header-subtitle{margin:1px 0 0;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:37px;line-height:.88;text-transform:uppercase;color:var(--text-h);letter-spacing:.01em}.block-header-description{margin:12px 0 0;max-width:960px;color:var(--text-body);line-height:1.45;font-size:14px;font-weight:400}.block-kpis{background:transparent;border:0;padding:0;box-shadow:none}.kpi-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0}.kpi-tile{border:1px solid var(--border);border-right-width:0;border-radius:0;background:var(--panel-2);min-height:64px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6px 8px}.kpi-tile:last-child{border-right-width:1px}.kpi-value{font-size:34px;line-height:1;font-weight:700;letter-spacing:.01em;color:var(--text-h)}.kpi-tile:nth-child(1) .kpi-value{color:var(--chart-importance)}.kpi-tile:nth-child(2) .kpi-value{color:#1a7fd4}.kpi-tile:nth-child(3) .kpi-value{color:#4fa85c}.kpi-tile:nth-child(4) .kpi-value{color:#d96b52}.kpi-tile:nth-child(5) .kpi-value{color:#3eb8d4}.kpi-tile:nth-child(6) .kpi-value{color:#c9971a}.kpi-label{margin-top:2px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em;line-height:1.1}.block-chart{border:0;background:transparent;padding:0;box-shadow:none}.block-chart .chart-title{margin:2px 0 10px;font-size:1.125rem;font-weight:700;letter-spacing:.01em;text-transform:none;color:var(--text-h)}.chart-canvas{height:292px;border:1px solid var(--border);border-radius:4px;background:var(--panel-2);padding:8px 10px 10px;box-sizing:border-box}.block-chart .chart-canvas.chart-canvas--comparative-dept-factor{min-height:400px;height:420px}.radar-chart-canvas{height:292px}.chart-placeholder{border:1px dashed var(--border);border-radius:4px;padding:10px;background:var(--panel-2);color:var(--muted)}:root{--bg: #ffffff;--panel: #ffffff;--panel-2: #f4f7fb;--border: #d5dde8;--muted: #5a6578;--text-h: #1a2433;--text-body: #4a5568;--sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--insights-display-font: "Segoe UI Semibold", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;--shadow-sm: 0 1px 3px rgba(26, 36, 51, .06);--shadow-md: 0 4px 16px rgba(26, 36, 51, .08);--chart-axis: #5a6578;--chart-grid: #e2e8f0;--chart-importance: #c9971a;--chart-demonstration: #1a7fd4;--chart-fallback: #6b7a90;--chart-gap-negative: #d96b52;--chart-gap-positive: #4fa85c;--chart-gap-bar-1: #4a9fd4;--chart-gap-bar-2: #c9971a;--chart-gap-bar-3: #d96b52;--chart-gap-bar-4: #4fa85c;--chart-gap-bar-5: #3eb8d4;--chart-gap-bar-6: #2f6eb8;--chart-gap-bar-7: #d4b04a;--chart-series-1: #4a9fd4;--chart-series-2: #4fa85c;--chart-series-3: #c9971a;--chart-series-4: #d96b52;--chart-series-5: #7a6ad4;--chart-series-fill-1: rgba(74, 159, 212, .28);--chart-series-fill-2: rgba(79, 168, 92, .28);--chart-series-fill-3: rgba(201, 151, 26, .28);--chart-series-fill-4: rgba(217, 107, 82, .28);--chart-series-fill-5: rgba(122, 106, 212, .28)}.report-shell{position:relative}.report-shell:after{content:"";position:absolute;right:0;bottom:0;width:min(220px,28vw);height:min(155px,20vw);background:url(/assets/cultrue-logo-reversed-B0YIREIx.png) right bottom / contain no-repeat;opacity:.045;pointer-events:none;z-index:0}.report-page{position:relative;z-index:1}.hero-slot{position:relative;overflow:hidden}.hero-slot__brand-mark{position:absolute;top:28px;right:clamp(24px,5vw,54px);width:min(140px,22vw);height:auto;opacity:.92;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:720px){.hero-slot__brand-mark{width:100px;top:20px;right:20px;opacity:.75}}.report-shell{width:min(1220px,100%);margin:0 auto;padding:18px 54px 34px;box-sizing:border-box}.report-empty{border:1px solid var(--border);border-radius:10px;padding:20px;background:var(--panel);color:var(--muted)}.report-page-header{margin-bottom:16px}.report-page-header h1{margin:0;font-size:20px;color:var(--text-h)}.report-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 12),minmax(0,1fr));gap:14px}.report-block{grid-column:span var(--column-span, 12);min-width:0}.block-card{border:1px solid var(--border);border-radius:10px;background:var(--panel);padding:14px;min-height:100%;box-sizing:border-box}.block-unsupported{border:1px solid var(--border);border-radius:8px;background:var(--panel);color:var(--muted);padding:12px}.team-tabs__tablist{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}.team-tabs__tab{border:1px solid var(--border);background:var(--panel-2);color:var(--text-h);padding:8px 12px;border-radius:8px;cursor:pointer}.team-tabs__tab.is-active{border-color:var(--chart-accent, #5ca6d7);box-shadow:inset 0 0 0 1px var(--chart-accent, #5ca6d7)}.block-header-title{margin:0;font-size:28px;letter-spacing:.02em;color:var(--text-h)}.block-header-subtitle{margin:6px 0 0;font-size:14px;text-transform:uppercase;color:var(--text-h);letter-spacing:.06em}.block-header-description{margin:12px 0 0;max-width:960px;color:var(--text-body);line-height:1.45;font-size:14px}.block-header-body{margin:14px 0 0;max-width:960px;color:var(--text-body);line-height:1.5;font-size:14px;white-space:pre-line}.block-header-paragraph{margin:12px 0 0;max-width:960px;color:var(--text-body);line-height:1.5;font-size:14px}.block-header-bullets{margin:14px 0 0;padding-left:1.25rem;max-width:960px;color:var(--text-body);line-height:1.5;font-size:14px}.block-header-bullets li{margin:.35em 0}.report-section--insights>.report-section__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:.95rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--chart-demonstration)}.report-section--insights>.report-section__eyebrow:before{content:"";width:36px;height:3px;flex-shrink:0;background:currentColor;border-radius:1px}.report-section--insights .report-grid{gap:18px 16px}@media(max-width:900px){.report-section--insights .report-block--insights-pair{grid-column:span 12}}.block-header--insights-hero{border:none;background:transparent;box-shadow:none;padding:8px 4px 28px}.block-header--insights-hero .insights-hero-title{margin:0;max-width:18ch;font-size:clamp(1.85rem,4.2vw,2.85rem);font-weight:800;line-height:1.02;letter-spacing:.02em;text-transform:uppercase;color:var(--text-h);font-family:var(--insights-display-font, "Arial Narrow", "Helvetica Neue", Arial, sans-serif)}.block-header--insights-hero .insights-hero-subtitle{margin:18px 0 0;max-width:min(52rem,100%);font-size:.98rem;font-weight:400;line-height:1.55;letter-spacing:.01em;text-transform:none;color:var(--text-body)}.block-header--insights-hero .block-header-paragraph{color:var(--text-body);font-size:.95rem;line-height:1.55;max-width:min(52rem,100%)}.block-header--insights-card{position:relative;padding-top:22px;border-radius:12px;border:1px solid var(--border);background:linear-gradient(165deg,#ffffff 0%,var(--panel-2) 100%);box-shadow:var(--shadow-sm);overflow:hidden}.block-header--insights-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--insights-card-accent, #4a5568)}.block-header__insights-kicker{display:flex;align-items:center;gap:8px;margin:14px 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--insights-label-color, var(--insights-card-accent, #4a5568))}.block-header__insights-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--insights-label-color, var(--insights-card-accent, #4a5568));flex-shrink:0}.block-header--insights-card .block-header-title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.01em;text-transform:none;color:var(--text-h);line-height:1.25}.block-header--insights-card .block-header-paragraph,.block-header--insights-card .block-header-bullets,.block-header--insights-card .block-header-description{color:var(--text-body);font-size:.92rem;line-height:1.55}.block-header--insights-card .block-header-bullets li{margin:.45em 0}.insights-core-value{font-weight:600;text-decoration:underline;text-underline-offset:.12em;text-decoration-thickness:.07em}.insights-company-name{font-weight:600}.insights-key-phrase{font-weight:700}.insights-factor{font-weight:700;font-size:1.02em}.insights-factor--psychological-safety{color:#1568b8}.insights-factor--advocacy{color:#a87412}.insights-factor--flexibility{color:#0e8fad}.insights-factor--purpose{color:#c44d32}.insights-factor--growth{color:#2d8a3a}.insights-factor--unknown{color:inherit;font-weight:inherit}.block-header--insights-strength{--insights-card-accent: #3eb8d4;--insights-label-color: #0e8fad}.block-header--insights-opportunity{--insights-card-accent: #e8a54b;--insights-label-color: #a87412}.block-header--insights-synthesis{--insights-card-accent: #8b9bb8;--insights-label-color: #4a5d78}.block-header--insights-signals{--insights-card-accent: #7f8ea3;--insights-label-color: #4a5568}.block-header--insights-scorecard{--insights-card-accent: #4a9fd4;--insights-label-color: #1568b8}.block-header--insights-diagnosis{--insights-card-accent: #9e88e8;--insights-label-color: #5c45a8}.block-header--insights-pattern,.block-header--insights-factor{--insights-card-accent: #8b9bb8;--insights-label-color: #4a5568}.block-header--insights-comparison{--insights-card-accent: #6eb7d4;--insights-label-color: #168fa8}.block-header--insights-watch{--insights-card-accent: #f0a56e;--insights-label-color: #c46a20}.block-header--insights-operational{--insights-card-accent: #e2c65e;--insights-label-color: #a88412}.block-header--insights-recommendation{--insights-card-accent: #3d7dcc;--insights-label-color: #1a5fad}.block-header--insights-recommendation>.insights-rec-layout{margin-top:12px}.block-header--insights-closing{--insights-card-accent: #7f9ab8;--insights-label-color: #4a6278}.block-header--insights-horizon{--insights-card-accent: #5ec9e0;--insights-label-color: #168fa8}.block-header--insights-neutral{--insights-card-accent: #7f8ea3;--insights-label-color: #4a5568}.insights-rec-layout{display:grid;grid-template-columns:auto 1fr;gap:16px 20px;align-items:start}.insights-rec-num{font-size:clamp(2.2rem,4vw,3.25rem);font-weight:800;line-height:.95;letter-spacing:-.03em;color:var(--chart-demonstration);font-family:var(--insights-display-font, "Arial Narrow", "Helvetica Neue", Arial, sans-serif)}.insights-rec-body{min-width:0}.insights-rec-title{margin:0 0 10px;font-size:1.05rem;font-weight:700;color:var(--text-h);line-height:1.3}.insights-rec-badge{display:inline-block;margin-left:10px;padding:4px 11px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;vertical-align:middle;border-radius:999px;background:#1568b824;border:1px solid rgba(21,104,184,.45);color:#1568b8}.block-header--insights-recommendation .block-header-paragraph{margin-top:8px}@media(max-width:520px){.insights-rec-layout{grid-template-columns:1fr}.insights-rec-num{font-size:2rem}}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.kpi-tile{border:1px solid var(--border);border-radius:8px;padding:10px;background:var(--panel-2)}.kpi-value{font-size:22px;font-weight:700;color:var(--text-h)}.kpi-label{margin-top:4px;color:var(--muted);font-size:12px}.chart-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:var(--text-h)}.chart-placeholder{border:1px dashed var(--border);border-radius:8px;padding:12px;background:var(--panel-2);color:var(--muted)}.chart-placeholder p{margin:6px 0}.chart-canvas{height:320px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);padding:8px;box-sizing:border-box}.delta-bar-chart{width:100%;height:100%;min-height:240px}.delta-bar-chart--empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--muted);font-size:.9rem}.chart-factor-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 20px;margin-top:12px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2)}.chart-factor-legend__item{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.chart-factor-legend__swatch{width:12px;height:12px;border-radius:2px;flex-shrink:0;box-shadow:inset 0 0 0 1px #00000014}.chart-factor-legend__label{color:var(--text-h);font-weight:500}.importance-demo-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 14px;margin-top:6px}.importance-demo-legend__item{display:inline-flex;align-items:center;gap:6px}.importance-demo-legend__swatch{width:12px;height:12px;border-radius:2px;flex-shrink:0}.importance-demo-legend__label{color:var(--muted);font-size:12px;font-weight:700}.radar-chart-canvas .recharts-polar-grid-angle line,.radar-chart-canvas .recharts-polar-grid-concentric polygon{stroke:var(--chart-grid)}.radar-chart-canvas .recharts-text{fill:var(--chart-axis)}@media print{@page{margin:.55in .5in;size:letter}html,body{background:#fff!important;color:#1a2433;-webkit-print-color-adjust:exact;print-color-adjust:exact}.top-nav{display:none!important}.app-route-body{padding:0!important}#root{min-height:auto}.report-shell,.hero-slot__inner{width:100%!important;max-width:100%!important;margin-left:auto;margin-right:auto;padding-left:0!important;padding-right:0!important}.hero-slot{break-after:avoid;page-break-after:avoid}.hero-slot__brand-mark{opacity:.85}.report-section{break-before:page;page-break-before:always;scroll-margin-top:0}.report-section:first-of-type{break-before:auto;page-break-before:auto}.framework-model__grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;break-inside:avoid;page-break-inside:avoid}.framework-model__card{min-height:0!important;padding:10px 8px 12px!important;break-inside:auto!important;page-break-inside:auto!important}.framework-model__card-title{font-size:.6rem!important}.framework-model__card-body{font-size:.68rem!important;line-height:1.35!important}.framework-model__card-num{font-size:1.75rem!important}.framework-model__icon svg{width:22px!important;height:22px!important}.block-card,.block-header--insights-card,.framework-model__footer,.kpi-tile,.chart-canvas,.slices-section__chart-card,.insights-rec-layout{break-inside:avoid;page-break-inside:avoid}.report-grid{gap:12px}.chart-canvas,.slices-section__canvas,.radar-chart-canvas,.block-header--insights-card{overflow:visible!important}.report-shell:after{opacity:.03}.team-tabs__tablist{break-after:avoid;page-break-after:avoid}a[href^="#"]{text-decoration:none;color:inherit}}body.is-exporting-pdf{cursor:wait}.hero-slot{width:100%;margin:0 0 28px;padding:0;box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#eef4fb 48%,#fff);border-bottom:1px solid var(--border);border-radius:0}.hero-slot__inner{width:min(1220px,100%);margin:0 auto;padding:32px 54px 44px;padding-right:min(220px,28vw);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.hero-slot__eyebrow-row{display:flex;align-items:center;gap:12px;margin:0 0 28px}.hero-slot__eyebrow-rule{display:block;width:32px;height:2px;flex-shrink:0;background:var(--chart-demonstration);border-radius:1px}.hero-slot__eyebrow-text{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--chart-demonstration)}.hero-slot__headline{margin:0 0 26px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:clamp(3rem,10vw,5.5rem);font-weight:800;line-height:.92;letter-spacing:.02em;text-transform:uppercase;text-align:left}.hero-slot__headline-line{display:block}.hero-slot__headline-line--muted{color:var(--text-h);margin-bottom:.14em}.hero-slot__headline-line--accent{color:var(--chart-demonstration)}.hero-slot__description{margin:0;max-width:52rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--text-body);text-align:left}.hero-slot__rule{width:100%;height:1px;margin:22px 0 16px;padding:0;border:none;background:var(--border)}.hero-slot__meta{display:grid;width:100%;max-width:720px;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 32px}@media(max-width:720px){.hero-slot__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-slot__inner{padding-right:54px}}@media(max-width:420px){.hero-slot__meta{grid-template-columns:1fr}}.hero-slot__meta-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.hero-slot__meta-value{font-size:1.05rem;font-weight:600;color:var(--text-h);line-height:1.2}:root{--top-nav-height: 52px}.top-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--top-nav-height);box-sizing:border-box;display:flex;align-items:center;padding:0 20px;background:#fffffff5;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-nav__inner{width:100%;max-width:min(1220px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.top-nav__brand{flex:0 0 auto;display:flex;align-items:center;height:100%}.top-nav__brand-logo{display:block;height:28px;width:auto;max-width:200px;object-fit:contain}.top-nav__menu{flex:1 1 auto;display:flex;justify-content:center;min-width:0}.top-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 18px}.top-nav__link{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-decoration:none;padding:6px 2px;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.top-nav__link:hover{color:var(--text-h)}.top-nav__link--active{color:var(--chart-demonstration);border-bottom-color:var(--chart-demonstration)}.top-nav__actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.top-nav__report-label{font-size:.72rem;font-weight:600;color:var(--muted);letter-spacing:.04em;max-width:min(320px,38vw);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-nav__export{font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--chart-demonstration);border:1px solid var(--chart-demonstration);border-radius:4px;padding:8px 14px;cursor:pointer;opacity:.95;transition:opacity .15s ease,background .15s ease}.top-nav__export:hover:not(:disabled){opacity:1;background:#1568b8;border-color:#1568b8}.top-nav__export:disabled{opacity:.5;cursor:not-allowed}.top-nav__logout{pointer-events:auto;background:transparent;color:var(--text-h);border-color:var(--border)}.top-nav__logout:hover{background:var(--panel-2);border-color:var(--muted)}.app-route-body{padding-top:calc(var(--top-nav-height) + 18px)}.report-section{scroll-margin-top:calc(var(--top-nav-height) + 8px)}.report-section__eyebrow{margin:0 0 16px;font-size:.95rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--chart-demonstration)}.report-section+.report-section{margin-top:52px}.report-section--empty{min-height:42vh;border:1px dashed var(--border);border-radius:4px;background:var(--panel-2)}.report-section--empty .report-grid{min-height:inherit}.framework-model.block-card{background:transparent;border:none;padding:0;box-shadow:none}.framework-model__hero{margin-bottom:22px}.framework-model__eyebrow{margin:0 0 8px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--chart-demonstration)}.framework-model__title{margin:0 0 12px;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:clamp(1.6rem,3.2vw,2.35rem);line-height:1.05;letter-spacing:.02em;text-transform:uppercase;color:var(--text-h)}.framework-model__intro{margin:0;max-width:920px;font-size:.95rem;line-height:1.45;color:var(--text-body)}.framework-model__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}@media screen and (max-width:960px){.framework-model__grid{grid-template-columns:1fr}}.framework-model__card{position:relative;min-height:220px;padding:14px 12px 16px;box-sizing:border-box;background:var(--panel);border:1px solid var(--border);border-radius:4px;border-top:3px solid var(--fm-card-accent, var(--chart-series-1));box-shadow:var(--shadow-sm)}.framework-model__card-num{position:absolute;top:10px;right:8px;font-size:2.5rem;font-weight:800;line-height:1;letter-spacing:.02em;color:#1a24330f;pointer-events:none;-webkit-user-select:none;user-select:none}.framework-model__icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;color:var(--fm-card-accent, var(--chart-series-1))}.framework-model__icon svg{width:28px;height:28px}.framework-model__card-title{margin:0 0 8px;font-size:.68rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;color:var(--fm-card-accent, var(--chart-series-1))}.framework-model__card-body{margin:0;font-size:.78rem;line-height:1.4;color:var(--text-body)}.framework-model__card--blue{--fm-card-accent: #4a9fd4}.framework-model__card--orange{--fm-card-accent: #d4922a}.framework-model__card--teal{--fm-card-accent: #2da88a}.framework-model__card--coral{--fm-card-accent: #d96b52}.framework-model__card--lime{--fm-card-accent: #4fa85c}.framework-model__footer{padding:16px 18px;box-sizing:border-box;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.framework-model__footer-title{margin:0 0 10px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.framework-model__footer-body{margin:0;font-size:.88rem;line-height:1.5;color:var(--text-body)}.framework-model__footer-body strong{color:var(--text-h);font-weight:700}:root{--slice-male: rgba(94, 201, 224, .55);--slice-male-stroke: #5ec9e0;--slice-female: rgba(158, 136, 232, .55);--slice-female-stroke: #9e88e8}.slices-section{padding:14px}.slices-section--empty{border-style:dashed}.slices-section__title{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--text-h)}.slices-section__empty-text{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}.slices-section__toolbars{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.slices-filterbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.slices-filterbar__group{position:relative}.slices-filterbar__trigger{border:1px solid var(--border);background:var(--panel-2);color:var(--text-h);border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.slices-filterbar__count{font-size:11px;color:var(--muted)}.slices-filterbar__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;max-height:280px;overflow:auto;z-index:20;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:var(--shadow-md);padding:8px}.slices-filterbar__option{display:flex;align-items:center;gap:8px;padding:4px 2px;color:var(--text-h);font-size:12px}.slices-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;font-size:12px}.slices-active-filters__label{color:var(--muted);font-weight:600}.slices-active-filters__value{color:var(--text-h)}.slices-active-filters__clear{border:1px solid var(--border);background:var(--panel-2);color:var(--muted);border-radius:6px;padding:4px 8px;cursor:pointer;font-size:12px}.slices-section__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.slices-section__toolbar-label{margin:0 0 8px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.slices-section__chips{display:flex;gap:8px;flex-wrap:wrap}.slices-section__chip{border:1px solid var(--border);background:var(--panel-2);color:var(--text-h);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.slices-section__chip:hover:not(:disabled){border-color:var(--chip-accent, var(--chart-demonstration));box-shadow:0 0 0 1px var(--chip-accent, var(--chart-demonstration))}.slices-section__chip--hover:not(:disabled){background:#1a24330d}.slices-section__chip--pinned{border-color:var(--chip-accent, var(--chart-demonstration));box-shadow:inset 0 0 0 1px var(--chip-accent, var(--chart-demonstration))}.slices-section__chip:focus-visible{outline:2px solid var(--chart-demonstration);outline-offset:2px}.slices-section__chip:disabled{opacity:.45;cursor:not-allowed}.slices-section__hint{margin:0 0 12px;font-size:12px;color:var(--muted)}.slices-section__chart-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.slices-section__chart-card{border:1px solid var(--border);border-radius:10px;background:var(--panel);padding:12px;min-width:0}.slices-section__chart-card--half{grid-column:span 6}@media(max-width:900px){.slices-section__chart-card--half{grid-column:span 12}}.slices-section__chart-title{margin:0 0 10px;font-size:1.125rem;font-weight:700;color:var(--text-h)}.slices-section__canvas{height:320px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);padding:8px;box-sizing:border-box}.slices-section__canvas--tall{height:400px;min-height:360px}.slices-section__canvas--radar{min-height:360px}.slices-chart-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;padding:6px 4px 2px;line-height:1.35}.slices-chart-legend--radar{gap:8px 14px}.slices-chart-legend__row{width:100%;display:flex;flex-wrap:nowrap;justify-content:center;gap:8px 14px}.slices-chart-legend__item{display:inline-flex;align-items:center;gap:8px;max-width:100%}.slices-chart-legend__label{color:var(--muted);font-size:11px;font-weight:700;text-align:left}.slices-chart-legend__swatch{flex-shrink:0;--legend-entry-color: var(--chart-fallback)}.slices-chart-legend__swatch--solid-bar{width:28px;height:11px;border-radius:3px;background:var(--legend-entry-color);box-shadow:inset 0 0 0 1px #0000001f}.slices-chart-legend__swatch--solid-line{width:30px;height:4px;border-radius:2px;background:var(--legend-entry-color);box-shadow:0 0 0 1px #00000014}.auth-page{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;gap:28px;padding:32px 20px;box-sizing:border-box}.auth-page__visual{width:min(48vw,540px);display:flex;justify-content:center}.auth-page__logo{width:100%;max-width:540px;height:auto;object-fit:contain}.auth-card{width:min(420px,calc(100vw - 40px));background:#ececec;border-radius:5px;border:1px solid #d5d5d5;padding:14px 14px 12px;color:#1d2733;box-sizing:border-box}.auth-card__title{margin:0 0 8px;font-size:33px;line-height:1.15;font-weight:700;color:#101622}.auth-card__subtitle{margin:0 0 12px;font-size:12px;color:#4e5867}.auth-form{display:flex;flex-direction:column;gap:5px}.auth-form label{font-size:13px;font-weight:700;color:#313c4d}.auth-form input{height:38px;border:1px solid #cfd4dc;border-radius:3px;background:#fff;color:#0f1723;padding:0 10px;font-size:14px;outline:none}.auth-form button{margin-top:4px;height:38px;border:none;border-radius:3px;background:#6f7787;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.auth-form button:disabled{opacity:.72;cursor:not-allowed}.auth-card__links{margin-top:10px;display:flex;flex-wrap:wrap;gap:4px 10px}.auth-link{background:transparent;border:none;color:#2a5fd9;font-size:12px;padding:0;cursor:pointer}.auth-link:disabled{opacity:.6;cursor:not-allowed}.auth-status{color:#257b32;margin:8px 0 0;font-size:12px}.auth-error{color:#bf2d2d;margin:8px 0 0;font-size:12px}@media(max-width:980px){.auth-page{flex-direction:column;gap:16px}.auth-page__visual{width:min(88vw,520px)}}
