@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Montserrat:wght@500;600;700&display=swap";:root{--brand:#173767;--brand-deep:#10243f;--brand-muted:#89a6b4;--mist:#d0dde3;--paper:#f5f8fa;--surface:#fff;--surface-alt:#eef4f7;--line:#d8e2e7;--text:#20324a;--muted:#5f7085;--success-text:#1a5b39;--success-bg:#ecf7f0;--success-line:#c2e4cf;--error-text:#8c2a21;--error-bg:#fff1f0;--error-line:#f2c3be;--shadow-strong:0 28px 80px #10243f29;--shadow-soft:0 16px 34px #10243f14;--font-display:"Montserrat", "Segoe UI", sans-serif;--font-body:"DM Sans", "Segoe UI", sans-serif}*{box-sizing:border-box}body{min-height:100vh;font-family:var(--font-body);color:var(--text);background:linear-gradient(#ebf2f6 0%,#f8fbfc 100%);margin:0}#root{min-height:100vh}button,input{font:inherit}.page{min-height:100vh;padding:32px 20px}.card{width:min(1120px,100%);margin:0 auto}.loading-card{width:min(460px,100%);box-shadow:var(--shadow-soft);text-align:center;font-family:var(--font-display);color:var(--brand-deep);background:#ffffffeb;border:1px solid #d8e2e7cc;border-radius:28px;margin:auto;padding:28px 30px;font-size:1.35rem;font-weight:700}.auth-page{background:radial-gradient(circle at 0 0,#ffffffd1,#0000 34%),linear-gradient(135deg,#f6fafc 0%,#e2ebf0 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-page:before,.auth-page:after{content:"";filter:blur(18px);opacity:.8;border-radius:999px;position:absolute}.auth-page:before{background:#d0dde3cc;width:360px;height:360px;top:-140px;left:-90px}.auth-page:after{background:#89a6b43d;width:320px;height:320px;bottom:-140px;right:-110px}.auth-card{z-index:1;width:min(1080px,100%);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #d8e2e7e6;border-radius:32px;grid-template-columns:minmax(320px,1.1fr) minmax(360px,.9fr);display:grid;position:relative;overflow:hidden}.auth-brand-panel{color:#fff;background:radial-gradient(circle at 100% 0,#89a6b452,#0000 32%),linear-gradient(155deg,#10243f 0%,#173767 48%,#335a84 100%);flex-direction:column;justify-content:space-between;gap:28px;padding:56px 48px;display:flex}.auth-brand-logo{background:#fff;border-radius:28px;width:min(200px,62%);max-width:100%;display:block;box-shadow:0 20px 36px #10243f38}.auth-kicker,.eyebrow,.section label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em}.auth-kicker{color:#ffffffb8;margin:0;font-size:.78rem}.auth-brand-copy{gap:16px;display:grid}.auth-brand-copy h1,.auth-panel-intro h2,.topbar h1,.section h2{font-family:var(--font-display);color:var(--brand-deep);margin:0;font-weight:700}.auth-brand-copy h1{color:#fff;letter-spacing:-.05em;font-size:clamp(2.85rem,5vw,4.55rem);line-height:.97}.auth-description{color:#ffffffd6;max-width:28rem;margin:0;font-size:1.05rem;line-height:1.72}.auth-form-panel{background:linear-gradient(#fff 0%,#fbfdfe 100%);flex-direction:column;justify-content:center;padding:40px 38px 34px;display:flex}.auth-mode-toggle{border:1px solid var(--line);background:var(--surface-alt);border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:26px;padding:6px;display:grid}.auth-mode-button{color:var(--muted);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:13px;padding:12px 14px;font-weight:700;transition:background .14s,color .14s,box-shadow .14s}.auth-mode-button.is-active{color:var(--brand);background:#fff;box-shadow:0 10px 20px #10243f14}.auth-panel-intro{gap:10px;margin-bottom:22px;display:grid}.auth-panel-intro h2{font-size:2rem;line-height:1.06}.auth-form-copy,.muted{color:var(--muted);margin:0;line-height:1.62}.message{border:1px solid #0000;border-radius:16px;margin-bottom:18px;padding:14px 16px;font-size:.95rem;line-height:1.5}.message.success{color:var(--success-text);background:var(--success-bg);border-color:var(--success-line)}.message.error{color:var(--error-text);background:var(--error-bg);border-color:var(--error-line)}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form label,.section label{color:var(--muted);font-size:.76rem;display:block}.auth-form input,.inline-row input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:14px;padding:14px 16px;transition:border-color .14s,box-shadow .14s,transform .14s;box-shadow:inset 0 1px #10243f05}.auth-form input::placeholder,.inline-row input::placeholder{color:#94a3b0}.auth-form input:focus,.inline-row input:focus{border-color:var(--brand-muted);outline:none;box-shadow:0 0 0 4px #89a6b42e}.auth-form-actions,.auth-form-footer{align-items:center;display:flex}.auth-form-actions{justify-content:flex-end;margin-top:-4px}.auth-form-footer{justify-content:center;margin-top:2px}.auth-text-button{color:var(--brand);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:0;font-size:.92rem;font-weight:700;line-height:1.4}.auth-text-button:hover{color:var(--brand-deep);text-decoration:underline}.primary-button,.secondary-button{font-family:var(--font-body);cursor:pointer;border-radius:14px;font-weight:700;transition:transform .14s,box-shadow .14s,background .14s,color .14s}.primary-button{background:linear-gradient(135deg, var(--brand) 0%, #284d79 100%);color:#fff;border:none;padding:14px 18px;box-shadow:0 16px 30px #17376738}.primary-button:hover{transform:translateY(-1px);box-shadow:0 18px 36px #17376742}.secondary-button{color:var(--brand);background:#fff;border:1px solid #17376729;padding:12px 18px;box-shadow:0 10px 24px #10243f14}.secondary-button:hover{background:var(--surface-alt);transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.auth-mode-button:disabled,.auth-text-button:disabled{cursor:not-allowed;opacity:.62}.primary-button:disabled:hover,.secondary-button:disabled:hover{transform:none}.primary-button:focus-visible,.secondary-button:focus-visible,.auth-mode-button:focus-visible,.auth-text-button:focus-visible{outline-offset:3px;outline:3px solid #89a6b447}.auth-submit{margin-top:10px}.dashboard-page{background:#fff;padding-bottom:56px}.dashboard-shell{gap:14px;width:min(1180px,100%);margin:0 auto;display:grid}.dashboard-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.dashboard-brand{align-items:center;gap:16px;min-width:0;display:flex}.dashboard-logo{width:84px;max-width:100%;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #1c2e5c1f;border-radius:18px}.dashboard-brand-copy{flex-direction:column;justify-content:center;min-height:84px;display:flex}.dashboard-brand-copy .eyebrow{margin-bottom:0}.eyebrow{color:var(--brand);margin:0 0 10px;font-size:.78rem}.dashboard-tabs{background:#f4f4f4;border:1px solid #69769638;border-radius:20px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:6px;display:grid}.dashboard-tab{color:#1c2e5c;font-family:var(--font-body);text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-weight:700;transition:background .14s,border-color .14s,color .14s,box-shadow .14s}.dashboard-tab:hover{background:#bae3fd75;border-color:#1c2e5c2e}.dashboard-tab.is-active{color:#fff;background:#1c2e5c;box-shadow:0 10px 20px #1c2e5c29}.dashboard-panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:32px;gap:20px;padding:28px;display:grid}.dashboard-panel h1,.dashboard-panel h2,.dashboard-panel h3{color:#1c2e5c;margin:0}.home-intro{gap:8px;display:grid}.home-intro h1{font-family:var(--font-display);font-size:clamp(1.7rem,3.3vw,2.7rem);font-weight:700;line-height:1}.home-grid{grid-template-columns:minmax(340px,1.4fr) minmax(190px,.6fr);gap:16px;display:grid}.survey-page{gap:24px;display:grid}.survey-intro{gap:8px;display:grid}.survey-intro h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1}.survey-copy,.survey-context,.survey-empty p,.survey-table-meta{color:#20324a;margin:0;line-height:1.6}.survey-context{color:#1c2e5c;font-weight:500}.survey-empty,.survey-table-card{background:#f4f4f4;border:1px solid #69769638;border-radius:24px;gap:16px;padding:24px;display:grid}.survey-empty h2,.survey-table-header h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.08}.survey-table-wrap{background:#fff;border:1px solid #6976962e;border-radius:20px;overflow-x:auto}.survey-table{border-collapse:separate;border-spacing:0;width:100%;min-width:820px}.survey-table thead th{color:#fff;text-align:left;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;background:#1c2e5c;padding:16px 18px;font-size:.78rem;font-weight:700}.survey-table thead th:first-child{border-top-left-radius:18px}.survey-table thead th:last-child{border-top-right-radius:18px}.survey-table tbody th,.survey-table tbody td{vertical-align:top;border-top:1px solid #6976962e;padding:18px}.survey-table tbody th{color:#1c2e5c;text-align:left;width:22%;min-width:190px}.survey-table thead th:nth-child(3),.survey-table tbody td:nth-child(3){width:210px;min-width:210px}.survey-construct{gap:4px;display:grid}.survey-construct-title{font-family:var(--font-body);font-weight:700}.survey-reference{justify-self:start;align-items:flex-start;display:inline-flex;position:relative}.survey-reference-trigger{color:#06646d;letter-spacing:.03em;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.74rem;font-weight:700;line-height:1.3;text-decoration:underline}.survey-reference-trigger:focus-visible{outline-offset:4px;border-radius:6px;outline:3px solid #334bcc38}.survey-reference-popover{z-index:10;color:#20324a;opacity:0;pointer-events:none;background:#fff;border:1px solid #6976963d;border-radius:16px;width:min(320px,52vw);padding:12px 14px;font-size:.9rem;font-weight:400;line-height:1.5;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(4px);box-shadow:0 16px 30px #1c2e5c24}.survey-reference:hover .survey-reference-popover,.survey-reference:focus-within .survey-reference-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.survey-item-list{gap:10px;display:grid}.survey-item{background:#f4f4f4;border-radius:14px;gap:4px;padding:12px 14px;display:grid}.survey-item-copy{gap:8px;display:grid}.survey-item-text{color:#20324a;line-height:1.5}.survey-reverse-badge{color:#06646d;text-transform:uppercase;letter-spacing:.07em;background:#06646d1f;border-radius:999px;justify-self:start;align-items:center;padding:3px 7px;font-size:.7rem;font-weight:700;line-height:1.2;display:inline-flex}.survey-construct-description,.survey-detail,.survey-item-empty{color:#20324a;background:0 0;border-radius:0;max-width:100%;padding:0;font-size:.92rem;font-weight:400;line-height:1.4;display:inline-block}.open-responses-page{gap:24px;display:grid}.open-responses-intro{gap:8px;display:grid}.open-responses-intro h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1}.open-responses-copy,.open-responses-card-copy,.open-responses-table-meta,.open-responses-empty-state p{color:#20324a;margin:0;line-height:1.6}.dashboard-analytics-layout{grid-template-columns:minmax(220px,250px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.dashboard-filter-sidebar{z-index:20;position:sticky;top:20px}.dashboard-filter-card{background:#f4f4f4;border:1px solid #69769638;border-radius:24px;gap:16px;padding:20px;display:grid}.dashboard-filter-card-heading,.open-responses-table-header{gap:8px;display:grid}.dashboard-filter-card-heading h2{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.55rem);font-weight:700;line-height:1.08}.dashboard-filter-privacy-note{justify-self:start;align-items:flex-start;display:inline-flex;position:relative}.open-responses-table-header h2{font-family:var(--font-display);font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.08}.dashboard-filter-stack{gap:14px;display:grid}.dashboard-filter{gap:8px;display:grid}.dashboard-filter span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.dashboard-filter select,.exploring-mindsets-select select{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:14px;padding:14px 16px;transition:border-color .14s,box-shadow .14s,transform .14s,background .14s;box-shadow:inset 0 1px #10243f05}.dashboard-filter select:focus,.exploring-mindsets-select select:focus{border-color:var(--brand-muted);outline:none;box-shadow:0 0 0 4px #89a6b42e}.dashboard-filter select:disabled{color:#6f7d93;cursor:not-allowed;background:#ffffffb8}.dashboard-filter-reset{justify-self:stretch;width:100%}.open-responses-empty-state{gap:14px;padding:20px 4px 4px;display:grid}.open-responses-table{border-collapse:separate;border-spacing:0;width:100%;min-width:760px}.open-responses-table thead th{color:#fff;text-align:left;font-family:var(--font-body);letter-spacing:0;background:#1c2e5c;padding:16px 18px;font-size:.95rem;font-weight:700;line-height:1.45;position:relative}.open-responses-table thead th+th:before{content:"";background:#fff3;width:1px;position:absolute;top:14px;bottom:14px;left:0}.open-responses-table thead th:first-child{border-top-left-radius:18px}.open-responses-table thead th:last-child{border-top-right-radius:18px}.open-responses-table tbody td{vertical-align:top;border-top:1px solid #6976962e;min-width:300px;padding:18px}.open-responses-table tbody td+td{border-left:1px solid #69769624}.open-responses-table tbody td:nth-child(2n){background:#f4f4f48c}.open-responses-column-heading{overflow-wrap:anywhere;max-width:100%;display:inline-block}.open-responses-response-cell{gap:10px;display:grid}.open-responses-response-text{color:#20324a;white-space:pre-wrap;margin:0;line-height:1.65}.open-responses-empty-cell{color:#697696;line-height:1.5}.open-responses-expand-button{color:#06646d;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;width:fit-content;padding:0;font-weight:700;text-decoration:underline}.open-responses-expand-button:focus-visible{outline-offset:4px;border-radius:6px;outline:3px solid #334bcc38}.open-responses-mark{color:inherit;background:#bae3fde0;border-radius:4px;padding:0 2px}.exploring-mindsets-page{gap:24px;display:grid}.exploring-mindsets-intro{gap:8px;display:grid}.exploring-mindsets-intro h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1}.exploring-mindsets-content{gap:18px;display:grid}.exploring-mindsets-score-card,.exploring-mindsets-plots-card{background:#f4f4f4;border:1px solid #69769638;border-radius:24px;gap:18px;padding:24px;display:grid}.exploring-mindsets-card-header,.exploring-mindsets-plots-header{gap:14px;display:grid}.exploring-mindsets-select{gap:8px;max-width:320px;display:grid}.exploring-mindsets-select span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.exploring-mindsets-construct-summary{gap:8px;display:grid}.exploring-mindsets-construct-summary h2,.exploring-mindsets-plots-header h2,.exploring-mindsets-empty-state h3{font-family:var(--font-display);color:#1c2e5c;font-weight:700}.exploring-mindsets-construct-summary h2,.exploring-mindsets-plots-header h2{font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.08}.exploring-mindsets-empty-state h3{margin:0;font-size:clamp(1.3rem,2vw,1.7rem);line-height:1.2}.exploring-mindsets-detail,.exploring-mindsets-empty-state p,.exploring-mindsets-score-note,.exploring-mindsets-item-note{color:#20324a;margin:0;line-height:1.6}.exploring-mindsets-score-layout{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.exploring-mindsets-score-copy{gap:12px;display:grid}.exploring-mindsets-score-row{flex-wrap:wrap;align-items:flex-end;gap:18px;display:flex}.exploring-mindsets-score-value{font-family:var(--font-display);color:#1c2e5c;margin:0;font-size:clamp(4rem,8vw,6rem);font-weight:700;line-height:.9}.exploring-mindsets-score-meta{gap:8px;display:grid}.exploring-mindsets-score-stat{font-family:var(--font-body);color:#1c2e5c;margin:0;font-size:1.1rem;font-weight:700}.exploring-mindsets-gauge{flex:none;justify-items:center;gap:8px;display:grid}.exploring-mindsets-gauge-bar{background:#d8e2e7f2;border-radius:999px;width:220px;height:18px;overflow:hidden}.exploring-mindsets-gauge-fill{background:#06646d;border-radius:999px;height:100%;display:block}.exploring-mindsets-gauge-scale{color:#1c2e5c;grid-template-columns:repeat(2,minmax(0,1fr));width:220px;font-size:.82rem;font-weight:700;display:grid}.exploring-mindsets-gauge-min{justify-self:start}.exploring-mindsets-gauge-max{justify-self:end}.exploring-mindsets-empty-state{gap:10px;display:grid}.exploring-mindsets-plot-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.exploring-mindsets-item-card{background:#fff;border:1px solid #6976962e;border-radius:20px;gap:14px;padding:18px;display:grid}.exploring-mindsets-item-header{gap:10px;display:grid}.exploring-mindsets-item-header h3{font-family:var(--font-body);color:#1c2e5c;margin:0;font-size:1rem;font-weight:700;line-height:1.5}.exploring-mindsets-item-chart{gap:12px;display:grid}.exploring-mindsets-bar-group{grid-template-columns:minmax(0,140px) minmax(0,1fr) 28px;align-items:center;gap:12px;display:grid}.exploring-mindsets-bar-track{background:#f4f4f4cc;border-radius:999px;align-items:center;width:100%;height:18px;display:flex;overflow:hidden}.exploring-mindsets-bar-fill{background:#06646d;border-radius:999px;min-width:0;height:100%;display:block}.exploring-mindsets-bar-label{color:#1c2e5c;font-size:.82rem;font-weight:600;line-height:1.35}.exploring-mindsets-bar-count{text-align:right;color:#1c2e5c;font-size:.8rem;font-weight:700}.comparing-mindsets-page{gap:24px;display:grid}.comparing-mindsets-intro{gap:8px;display:grid}.comparing-mindsets-intro h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1}.comparing-mindsets-card{background:#f4f4f4;border:1px solid #69769638;border-radius:24px;gap:16px;padding:20px;display:grid}.comparing-mindsets-card-header{gap:16px;display:grid}.comparing-mindsets-card-header h2,.comparing-mindsets-empty h3{font-family:var(--font-display);color:#1c2e5c;font-weight:700}.comparing-mindsets-card-header h2{font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.08}.comparing-mindsets-empty{gap:10px;display:grid}.comparing-mindsets-empty h3{margin:0;font-size:clamp(1.3rem,2vw,1.7rem);line-height:1.2}.comparing-mindsets-empty p,.comparing-mindsets-placeholder p{color:#20324a;margin:0;line-height:1.6}.comparing-mindsets-controls{flex-wrap:wrap;gap:14px;display:flex}.comparing-mindsets-control{gap:8px;min-width:220px;max-width:320px;display:grid}.comparing-mindsets-control-heading{justify-items:start;gap:6px;display:grid}.comparing-mindsets-control-label{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.comparing-mindsets-privacy-note{justify-self:start}.comparing-mindsets-control select{width:100%;min-height:48px;font:inherit;color:#1c2e5c;background:#fff;border:1px solid #6976963d;border-radius:14px;padding:0 16px;transition:border-color .14s,box-shadow .14s}.comparing-mindsets-control select:focus{border-color:#334bcc85;outline:none;box-shadow:0 0 0 4px #334bcc1f}.comparing-mindsets-prototype-card{gap:20px}.comparing-mindsets-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.comparing-mindsets-summary-tile,.comparing-mindsets-mini-plot-card{background:#fff;border:1px solid #6976962e;border-radius:20px;gap:12px;padding:18px;display:grid}.comparing-mindsets-summary-tile{gap:16px}.comparing-mindsets-summary-subsection{grid-template-rows:minmax(34px,auto) auto minmax(24px,auto) auto;align-content:start;gap:12px;display:grid}.comparing-mindsets-summary-subsection.is-secondary{border-top:1px solid #d8e2e7eb;grid-template-rows:minmax(56px,auto) auto minmax(24px,auto) auto;padding-top:16px}.comparing-mindsets-summary-label{color:#1c2e5c;text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.78rem;font-weight:700}.comparing-mindsets-summary-subtitle{color:#1c2e5c;margin:0;font-size:.92rem;font-weight:700;line-height:1.45}.comparing-mindsets-summary-score{font-family:var(--font-display);color:#1c2e5c;margin:0;font-size:clamp(2.8rem,6vw,4.2rem);font-weight:700;line-height:.9}.comparing-mindsets-summary-meta,.comparing-mindsets-mini-plot-empty p,.comparing-mindsets-summary-unavailable{color:#20324a;margin:0;line-height:1.5}.comparing-mindsets-scale{gap:6px;display:grid}.comparing-mindsets-scale-track{height:24px;position:relative}.comparing-mindsets-scale-track:before{content:"";background:#1c2e5c24;border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.comparing-mindsets-scale-whisker,.comparing-mindsets-scale-dot{position:absolute;top:50%}.comparing-mindsets-scale-whisker{background:#06646d;border-radius:999px;height:6px;transform:translateY(-50%)}.comparing-mindsets-scale-dot{background:#1c2e5c;border:2px solid #fff;border-radius:50%;width:20px;height:20px;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #1c2e5c1f}.comparing-mindsets-scale-endpoints{color:var(--muted);justify-content:space-between;font-size:.78rem;font-weight:600;display:flex}.comparing-mindsets-scale-compact .comparing-mindsets-scale-track{height:14px}.comparing-mindsets-scale-compact .comparing-mindsets-scale-track:before,.comparing-mindsets-scale-compact .comparing-mindsets-scale-whisker{height:3px}.comparing-mindsets-scale-compact .comparing-mindsets-scale-dot{width:12px;height:12px}.comparing-mindsets-scale-compact .comparing-mindsets-scale-endpoints{font-size:.72rem}.comparing-mindsets-mini-plot-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.comparing-mindsets-mini-plot-subsection{gap:12px;display:grid}.comparing-mindsets-mini-plot-title{color:#1c2e5c;margin:0;font-size:.9rem;font-weight:700;line-height:1.45}.comparing-mindsets-mini-plot-divider{background:#d8e2e7eb;height:1px}.comparing-mindsets-mini-plot-empty{align-content:start}.comparing-mindsets-group-list{gap:12px;display:grid}.comparing-mindsets-group-row{grid-template-columns:minmax(0,120px) minmax(0,1fr) 52px;align-items:center;gap:12px;display:grid}.comparing-mindsets-group-name,.comparing-mindsets-group-value{color:#1c2e5c}.comparing-mindsets-group-name{font-size:.84rem;font-weight:700;line-height:1.4}.comparing-mindsets-group-value{text-align:right;font-size:.9rem;font-weight:700}.comparing-mindsets-group-track{min-width:0}.comparing-mindsets-placeholder{align-content:center;min-height:240px}.metric-card,.breakdown-card{background:#f4f4f4;border:1px solid #69769638;border-radius:24px}.metric-card{padding:21px 24px}.breakdown-card{padding:24px}.sample-card{background:#f4f4f4}.metric-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:#1c2e5c;margin:0 0 12px;font-size:.74rem}.sample-number{font-family:var(--font-display);color:#1c2e5c;margin:0;font-size:clamp(3.5rem,8vw,6rem);font-weight:700;line-height:.9}.sample-divider{background:#1c2e5c38;border-radius:999px;width:72px;height:2px;margin:10px 0 2px}.metric-note,.navigation-card p,.empty-note,.placeholder-panel p{color:#20324a;margin:0;line-height:1.6}.navigation-card h2{font-family:var(--font-display);margin-bottom:12px;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:700;line-height:1.08}.section-heading{gap:8px;display:grid}.section-heading h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.08}.breakdown-section{gap:18px;display:grid}.breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.breakdown-card{background:#fff;align-content:start;gap:16px;display:grid}.breakdown-card h3{font-family:var(--font-body);font-size:1rem;font-weight:700}.count-list{gap:8px;display:grid}.count-row{color:#20324a;background:#f4f4f4;border-radius:14px;gap:8px;padding:10px 12px;display:grid}.count-row-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.count-row-top span{overflow-wrap:anywhere;min-width:0}.count-row-top strong{color:#1c2e5c;font-family:var(--font-body)}.count-bar{background:#fff;border-radius:999px;height:10px;overflow:hidden}.count-bar-fill{border-radius:inherit;background:#06646d;height:100%;display:block}.placeholder-panel{align-content:center;min-height:420px}.placeholder-panel h1{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1}.dashboard-tab:focus-visible{outline-offset:3px;outline:3px solid #334bcc42}@media (width<=920px){.auth-card{grid-template-columns:1fr}.auth-brand-panel,.auth-form-panel{padding:38px 30px}.auth-brand-copy h1{font-size:clamp(2.45rem,10vw,4rem)}.home-grid,.breakdown-grid{grid-template-columns:1fr}.survey-empty,.survey-table-card,.dashboard-filter-card,.exploring-mindsets-score-card,.exploring-mindsets-plots-card,.comparing-mindsets-card{padding:20px}.dashboard-analytics-layout,.exploring-mindsets-plot-grid,.comparing-mindsets-summary-grid,.comparing-mindsets-mini-plot-grid{grid-template-columns:1fr}.dashboard-filter-sidebar{position:static}}@media (width<=760px){.page{padding:20px 14px}.dashboard-panel{border-radius:26px;padding:24px}.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-brand{align-items:flex-start}.dashboard-brand-copy{min-height:auto}.dashboard-tabs{flex-wrap:nowrap;padding-bottom:10px;display:flex;overflow-x:auto}.dashboard-tab{flex:none}.exploring-mindsets-score-layout{align-items:flex-start}.comparing-mindsets-controls{flex-direction:column}.comparing-mindsets-control{max-width:none}.comparing-mindsets-group-row{grid-template-columns:1fr;gap:8px}}
