:root{--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal);background-color:#f8f9fa;min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box}:root{--bg:#f5f6fa;--bg-mist:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#0f172a;--muted:#64748b;--accent:#1d4ed8;--accent-strong:#1d4ed8;--accent-tint-soft:#eff6ff;--accent-tint:#dde8ff;--teal:#14b8a6;--indigo:#4f46e5;--amber:#f59e0b;--danger:#dc2626;--danger-bg:#fef2f2;--warn:#b45309;--good:#15803d;--shadow:0 1px 2px #0f172a0a, 0 1px 3px #0f172a0d;--shadow-card:0 1px 2px #0f172a0a, 0 4px 12px #0f172a0f;--shadow-card-hover:0 1px 2px #0f172a0f, 0 12px 28px #1d4ed81f}html{background-color:#1d4ed8;background-image:linear-gradient(to bottom, #1d4ed8 0%, #1d4ed8 50%, var(--bg) 50%, var(--bg) 100%);background-attachment:fixed}body{background:var(--bg);color:var(--text)}.app{background:var(--bg);flex-direction:column;min-height:100vh;display:flex;overflow-x:clip}.site-footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);margin-top:auto;padding:1.1rem 1.5rem;font-size:.85rem}.site-footer-mark{vertical-align:-4px;width:18px;height:18px;margin-right:.4rem;display:inline-block}.site-footer-credit{margin:0}.site-footer-link{color:var(--muted);text-underline-offset:2px;text-decoration:underline}.site-footer-link:hover{color:var(--text)}.app-header{padding:max(.75rem, env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) .75rem max(1.5rem, env(safe-area-inset-left));z-index:10;background:#1d4ed8;border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0f172a14}.app-header:before{content:"";background:#1d4ed8;height:100vh;position:absolute;bottom:100%;left:0;right:0}.brand{color:#fff;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.brand-static,.brand-static:hover{cursor:default;text-decoration:none}.brand-mark{object-fit:contain;flex-shrink:0;width:24px;height:24px;display:block}.brand-tag{color:#ffffffc7;border-left:1px solid #ffffff38;padding-left:1rem;font-size:.8rem}.brand-company{color:#fff;letter-spacing:.01em;white-space:nowrap;background:#ffffff2e;border-radius:999px;flex-shrink:0;margin-left:.75rem;padding:.2rem .6rem;font-size:.78rem;font-weight:500}.header-right{align-items:center;gap:.5rem;margin-left:auto;display:flex}.mobile-nav-empty{color:var(--muted);padding:.6rem .85rem;font-size:.85rem;font-style:italic}.header-nav{gap:.25rem;display:flex}.nav-link{color:#ffffffd1;border-radius:6px;padding:.4rem .75rem;font-size:.9rem;text-decoration:none;transition:background .12s,color .12s}.nav-link:hover{color:#fff;background:#ffffff1f}.nav-link.active{color:#fff;background:#ffffff38;font-weight:500}.nav-link-icon{justify-content:center;align-items:center;padding:.4rem .55rem;display:inline-flex}.mobile-logout-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:8px;justify-content:center;align-items:center;padding:.4rem .5rem;transition:background .12s;display:none}.mobile-logout-btn:hover{background:#ffffff1f}.mobile-nav{margin-left:auto;display:none;position:relative}.mobile-nav-trigger{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:8px;justify-content:center;align-items:center;padding:.4rem .5rem;transition:background .12s;display:inline-flex}.mobile-nav-trigger:hover{background:#ffffff1f}.mobile-nav-pop{border:1px solid var(--border);z-index:20;background:#fff;border-radius:10px;flex-direction:column;gap:.15rem;min-width:200px;padding:.4rem;animation:.14s ease-out fadeInDown;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #0f172a1f}.mobile-nav-link{color:var(--text);border-radius:6px;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.92rem;text-decoration:none;display:flex}.mobile-nav-link:hover{background:#f1f5f9}.mobile-nav-link.active{color:var(--accent-strong);background:#e0e7ff;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.app-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1.5rem}.app-main:has(>.landing){max-width:none;padding:0}.page{flex-direction:column;gap:1.25rem;display:flex}.page-head h1{margin:0 0 .25rem;font-size:1.6rem;font-weight:600}.page-head h1 .role-tag{color:var(--muted);background:#f1f5f9;border-radius:999px;margin-left:.75rem;padding:.2rem .6rem;font-size:.8rem;font-weight:500}.page-sub{color:var(--muted);margin:0;font-size:.95rem}.page-actions{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.75rem;display:flex}.breadcrumb{margin-bottom:.5rem}.breadcrumb a{color:var(--muted);font-size:.9rem;text-decoration:none}.breadcrumb a:hover{color:var(--text)}.sample-banner{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.85rem;display:inline-flex}.sample-banner-link{color:var(--accent);cursor:pointer;font-family:inherit;font-weight:500;font-size:inherit;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.sample-banner-link:hover{text-decoration:none}.sample-flag-badge{color:#1e3a8a;letter-spacing:.02em;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}@media (width<=640px){.report-table thead{display:none}.report-table,.report-table tbody,.report-table tr,.report-table td{width:100%;display:block}.report-table tr{border:1px solid var(--border);background:#fff;border-radius:8px;margin-bottom:.6rem;padding:.75rem .85rem}.report-table td{border:none;padding:.25rem 0}.report-table td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.15rem;font-size:.65rem;font-weight:700;display:block}.report-table .admin-actions{text-align:left;padding-top:.5rem}.report-table .admin-actions button{width:100%;margin:0}.report-table .admin-actions:before{display:none}}.lead-status-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.lead-status-new{color:#1d4ed8;background:#dbeafe}.lead-status-viewed{color:#475569;background:#f1f5f9}.lead-status-contacted{color:#047857;background:#d1fae5}.lead-list{flex-direction:column;gap:.6rem;display:flex}.lead-card{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;gap:.55rem;padding:.85rem 1rem;transition:background .12s,border-color .12s;display:flex;position:relative}.lead-card-new{border-left:3px solid var(--accent);background:#1d4ed806;padding-left:calc(1rem - 2px)}.lead-card.clickable{cursor:pointer}.lead-card.clickable:hover{background:#1d4ed80d}.lead-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.lead-card-id{flex-wrap:wrap;align-items:center;gap:.55rem;min-width:0;display:flex}.lead-card-email{color:var(--text);overflow-wrap:anywhere;font-size:.95rem;font-weight:600;text-decoration:none}.lead-card-email:hover{color:var(--accent-strong);text-decoration:underline}.lead-card-trash{flex-shrink:0}.lead-card-who{color:var(--text);font-size:.88rem}.lead-card-comments{color:var(--text);white-space:pre-wrap;word-break:break-word;background:var(--bg-mist,#f8fafc);border-radius:6px;max-height:9em;padding:.55rem .7rem;font-size:.9rem;line-height:1.5;overflow-y:auto}.lead-card-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.lead-card-meta{flex-wrap:wrap;align-items:center;gap:.35rem;display:inline-flex}.lead-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:inline-flex}@media (width<=640px){.lead-card-foot{flex-direction:column;align-items:stretch}.lead-card-actions{justify-content:flex-end;width:100%}}.lead-badge-new{background:var(--accent);color:#fff;letter-spacing:.02em;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.lead-capture-dialog{width:100%;max-width:560px;padding:0;position:relative;overflow:hidden}.lead-capture-dialog form,.lead-capture-dialog .lead-capture-success{padding:1.5rem 1.75rem}.lead-capture-header{align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;display:flex}.lead-capture-icon{width:38px;height:38px;color:var(--accent-strong);background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.lead-capture-dialog .modal-title{letter-spacing:-.005em;color:var(--text);margin:0 0 .25rem;font-size:1.15rem;font-weight:600}.lead-capture-sub{color:var(--muted);margin:0;font-size:.88rem;line-height:1.45}.lead-capture-label{color:var(--text);letter-spacing:.01em;margin-bottom:.85rem;font-size:.82rem;font-weight:600;display:block}.lead-capture-label .modal-typed-input{letter-spacing:normal;margin-top:.3rem;margin-bottom:0;font-weight:400}.lead-capture-required{color:var(--danger)}.lead-capture-textarea{resize:vertical;min-height:80px;font-family:inherit}.lead-capture-honeypot{opacity:0;width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.lead-capture-dialog .modal-actions{border-top:1px solid var(--border);margin-top:.75rem;padding-top:1rem}.lead-capture-dialog .modal-actions .primary{padding:.55rem 1.1rem;font-weight:600}.lead-capture-success{text-align:center;padding-top:1.75rem;padding-bottom:1.75rem}.lead-capture-success-icon{color:#047857;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;display:inline-flex}.lead-capture-success .modal-title{font-size:1.25rem}.lead-capture-success p{color:var(--muted);max-width:360px;margin:.5rem auto 0;line-height:1.5}.sample-bottom-cta{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.sample-bottom-cta strong{color:#1e3a8a;font-size:1rem}@media (width<=640px){.sample-bottom-cta{flex-direction:column;align-items:stretch}.sample-bottom-cta button{width:100%}}.diagnose-page .page-head{position:relative}@media (width>=641px){.diagnose-page .page-head .sample-banner{gap:.65rem;margin:0;padding:.85rem 1.5rem;font-size:1rem;position:absolute;top:0;right:0}.diagnose-page .page-head .sample-banner strong{font-size:1.05rem}.diagnose-page .page-head .sample-banner-link{font-size:1rem}}@media (width<=640px){.sample-banner{border-radius:10px;padding:.5rem .75rem;display:block}.sample-banner strong{margin-bottom:.15rem;display:block}}.title-input{border:1px solid var(--border);border-radius:6px;width:100%;max-width:400px;padding:.25rem .5rem;font-family:inherit;font-size:1.6rem;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;padding:1.25rem}.card h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.card h3{margin:0 0 .5rem;font-size:.95rem;font-weight:600}.row-form{flex-wrap:wrap;gap:.5rem;display:flex}.row-form input{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex:1;min-width:180px;padding:.55rem .75rem;font-family:inherit;font-size:.95rem}.row-form input:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .1s,border-color .1s}button:hover:not(:disabled){border-color:var(--text)}button.primary,.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled),.btn.primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}button.ghost,.btn.ghost{border-color:var(--border);background:0 0}.export-pdf-button{white-space:nowrap;border-radius:8px;align-items:center;gap:.45rem;padding:.5rem .95rem;font-size:.9rem;font-weight:500;display:inline-flex}.export-pdf-button:disabled{opacity:.55;cursor:not-allowed}button.danger,.btn.danger{color:var(--danger);background:0 0;border-color:#0000}button.danger:hover:not(:disabled){background:var(--danger-bg);border-color:var(--danger)}button.small,.btn.small{padding:.3rem .6rem;font-size:.8rem}button:disabled{opacity:.5;cursor:not-allowed}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;margin-right:.5rem;padding:.55rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.btn:hover{border-color:var(--text)}.empty{border:1px dashed var(--border);color:var(--muted);background:#f8fafc;border-radius:6px;padding:1rem;font-size:.9rem}.empty-scaffold{text-align:center;max-width:520px;margin:1rem auto;padding:1.5rem 1.75rem}.empty-scaffold h3{color:#0f172a;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.empty-scaffold p{color:#475569;margin:0 0 .5rem;font-size:.95rem;line-height:1.5}.empty-scaffold-hint{margin-top:.75rem!important}.muted{color:var(--muted)}.small{font-size:.85rem}.error{background:var(--danger-bg);color:var(--danger);border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.spinner{color:var(--accent);flex-shrink:0;animation:.8s linear infinite spinner-rotate}.loading-label{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.notice{border-radius:6px;padding:.6rem .9rem;font-size:.9rem}.ai-context-hint{color:var(--accent-strong,#1d4ed8);font-weight:500}.notice.info{color:#1d4ed8;background:#1d4ed814;border:1px solid #1d4ed833}.team-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .12s,border-color .12s,box-shadow .12s;display:flex}.team-card:hover{background:#1d4ed808;border-color:#1d4ed840;box-shadow:0 1px 3px #0f172a0f}.team-card-main{color:var(--text);flex:1;min-width:0;text-decoration:none}.team-card-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.icon-btn{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.icon-btn:hover{color:var(--text);background:#0000000a}.icon-btn.danger{color:var(--danger)}.icon-btn.danger:hover{color:var(--danger);background:#dc262614;border-color:#dc262633}.team-name{margin-bottom:.15rem;font-weight:500}.team-meta{color:var(--muted);font-size:.85rem}.team-pill{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;flex-shrink:0;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.team-pill-ready{color:#166534;background:#22c55e1a;border-color:#22c55e4d}.team-pill-generate{color:#854d0e;background:#eab3081f;border-color:#eab30859}.stale-pill{letter-spacing:.02em;color:#854d0e;white-space:nowrap;background:#eab3081f;border:1px solid #eab30859;border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.self-survey-pill{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.self-survey-not_started{border-color:var(--border);color:var(--muted);background:#f1f5f9}.self-survey-in_progress{color:#854d0e;background:#eab3081f;border-color:#eab30859}.self-survey-complete{color:#166534;background:#22c55e1a;border-color:#22c55e4d}.report-readiness{flex-direction:column;gap:.4rem;margin:0 0 .75rem;padding:0;font-size:.9rem;list-style:none;display:flex}.report-readiness li{color:var(--muted);align-items:center;gap:.55rem;display:flex}.report-readiness li.done{color:var(--text)}.report-readiness-icon{width:1.1rem;height:1.1rem;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.report-readiness li.done .report-readiness-icon{color:#16a34a}@media (width<=640px){.team-card{flex-direction:column;align-items:stretch;gap:.5rem}.team-card-actions{flex-wrap:wrap;justify-content:flex-end}.team-pill{align-self:flex-start}}.roster-scroll{-webkit-overflow-scrolling:touch;margin:0 -.25rem;overflow-x:auto}.roster{border-collapse:collapse;width:100%}@media (width<=600px){.roster-scroll .roster{min-width:560px}}.roster th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:.5rem;font-size:.82rem;font-weight:500}.roster td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.6rem .5rem}.roster tr:last-child td{border-bottom:none}.pending-surveys{border-top:1px dashed var(--border);margin-top:1.25rem;padding-top:1rem}.pending-surveys-head{margin:0 0 .5rem;font-size:.95rem;font-weight:600}.pending-surveys-list{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.pending-survey-row{background:#d977060d;border-left:3px solid #d9770666;border-radius:4px;align-items:center;gap:1rem;padding:.5rem .75rem;display:flex}.pending-survey-meta{flex:1;min-width:0}.pending-survey-actions{flex-shrink:0;gap:.4rem;display:flex}.person-link{color:var(--text);font-weight:500;text-decoration:none}.person-link:hover{color:var(--accent)}.person-link.is-static{cursor:default}.person-link.is-static:hover{color:var(--text)}.progress-cell{align-items:center;gap:.6rem;display:flex}.roster-reextract{width:fit-content;margin-top:.4rem;display:block}.roster-extracted-at{color:var(--muted);margin:.25rem 0 0;font-size:.75rem}.roster-workflows-cell{text-align:right;white-space:nowrap;vertical-align:middle}.roster-workflows-cell .roster-extracted-at{margin:0}.roster-workflows-cell .roster-reextract{margin-top:.25rem;margin-left:auto}.identify-step{flex-direction:column;gap:1rem;display:flex}.card-status{color:var(--muted);align-items:center;gap:.35rem;margin-left:auto;font-size:.92rem;font-weight:500;display:inline-flex}.card-status.is-done{color:#059669;font-weight:600}.card.is-complete{background:#f0fdf4;border-color:#d1fae5}.workflow-zone+.workflow-zone{border-top:1px solid var(--border);margin-top:1.6rem;padding-top:1.4rem}.workflow-zone-head{text-transform:uppercase;letter-spacing:.06em;color:#475569;margin:0 0 .6rem;font-size:.72rem;font-weight:700}.workflow-add-manual{margin-top:.7rem}.workflow-onlist{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.workflow-onlist-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.workflow-onlist-row:first-child{border-top:none}.workflow-onlist-name{color:var(--text);flex-shrink:0;font-weight:500}.wf-notes{text-align:left;min-width:0;font:inherit;color:var(--muted);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;flex:1;margin:.2rem 0 0;padding:0;font-size:.8rem;line-height:1.4;display:block;overflow:hidden}.wf-notes:hover{color:var(--text)}.wf-notes.is-expanded{white-space:pre-line;overflow:visible}.workflow-onlist-row .wf-notes{margin-top:0}.workflow-onlist-row.is-parked .workflow-onlist-name,.workflow-onlist-row.is-parked .wf-notes{opacity:.55}.workflow-onlist-row .icon-btn{flex-shrink:0}.workflow-onlist-row .icon-btn:not(.workflow-onlist-remove){margin-left:auto}.assess-row-controls{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:inline-flex}.assess-row-controls .icon-btn{margin-left:0}.assess-row-controls .owner-select{width:8rem}@media (width<=640px){.workflow-onlist-row{flex-wrap:wrap}.assess-row-controls{flex-wrap:wrap;justify-content:flex-end;width:100%;margin-left:0}}.wf-toggle-cell{flex-shrink:0;align-items:center;gap:.4rem;display:inline-flex}.wf-toggle{border:1px solid var(--border);border-radius:8px;align-items:stretch;display:inline-flex;overflow:hidden}.wf-toggle-opt{color:var(--muted);cursor:pointer;white-space:nowrap;background:#fff;border:0;padding:.4rem .75rem;font-size:.8rem;font-weight:600}.wf-toggle-opt+.wf-toggle-opt{border-left:1px solid var(--border)}.wf-toggle-opt:hover:not(:disabled){background:#f8fafc}.wf-toggle-opt.is-move.is-on{background:var(--accent-strong);color:#fff}.wf-toggle-opt.is-park.is-on{color:#fff;background:#64748b}.wf-toggle-opt:disabled{cursor:default}.wf-toggle-opt:disabled:not(.is-on){opacity:.45}.workflow-status-pill{color:#b45309;white-space:nowrap;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;flex-shrink:0;padding:.08rem .5rem;font-size:.72rem;font-weight:600}.workflow-status-pill.is-scored{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.progress{background:#e2e8f0;border-radius:999px;flex-shrink:0;width:90px;height:6px;position:relative;overflow:hidden}.progress-bar{background:var(--accent);border-radius:999px;position:absolute;inset:0 auto 0 0}.progress-label{color:var(--muted);white-space:nowrap;font-size:.8rem}.part1-progress .progress-bar{background:var(--accent)}.step-progress{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.step-bar{background:#e2e8f0;border-radius:999px;flex:1;max-width:480px;height:6px;overflow:hidden}.step-fill{background:var(--accent);height:100%;transition:width .2s}.step-text{color:var(--muted);font-size:.85rem}.dim-nav{flex-wrap:wrap;gap:.4rem;display:flex}.dim-pill{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .65rem;font-size:.85rem;display:inline-flex}.dim-pill .dim-num{color:var(--muted);text-align:center;background:#f1f5f9;border-radius:999px;width:18px;height:18px;font-size:.7rem;font-weight:600;line-height:18px}.dim-pill.filled{background:#f0fdf4;border-color:#bbf7d0}.dim-pill.filled .dim-num{background:var(--good);color:#fff}.dim-pill.active{border-width:2px;font-weight:600}.score-card{flex-direction:column;gap:1rem;display:flex}.dim-header{flex-direction:column;gap:.4rem;display:flex}.dim-header h2{margin:0;font-size:1.4rem}.dim-short{color:var(--muted);margin:0;font-size:.95rem}.group-tag{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-self:flex-start;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.self-context{border:1px solid var(--border);background:#f8fafc;border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin-bottom:.75rem;padding:.5rem .7rem;font-size:.88rem;line-height:1.4;display:flex}.self-context.muted{color:var(--muted);border:1px dashed var(--border);background:0 0;font-style:italic}.self-context-label{color:var(--muted);font-weight:500}.self-context-text{color:var(--muted)}.self-badge{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;margin-left:auto;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.self-badge.aligned{color:#166534;background:#22c55e1a;border:1px solid #22c55e4d}.self-badge.gap{color:#854d0e;background:#eab3081f;border:1px solid #eab30859}.level-row.self-pick{border-color:#6366f159;box-shadow:inset 3px 0 #6366f18c}.self-marker{letter-spacing:.05em;text-transform:uppercase;color:#4338ca;white-space:nowrap;background:#6366f11a;border:1px solid #6366f14d;border-radius:999px;align-self:center;margin-left:auto;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.levels{flex-direction:column;gap:.5rem;display:flex}.level-row{text-align:left;background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem .85rem;font-size:.93rem;line-height:1.45;display:flex}.level-row:hover{border-color:var(--accent)}.level-row.active{border-color:var(--accent);background:#eff6ff;box-shadow:0 0 0 2px #1d4ed81f}.level-mark{width:28px;height:28px;color:var(--muted);text-align:center;background:#f1f5f9;border-radius:50%;flex-shrink:0;font-size:.85rem;font-weight:600;line-height:28px}.level-row.active .level-mark{color:#fff}.level-text{flex:1}.likert-row{grid-template-columns:repeat(var(--likert-cols,5), 1fr);gap:.5rem;margin-top:.5rem;display:grid}.likert-button{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:center;color:#334155;border-radius:8px;flex-direction:column;align-items:center;gap:.35rem;padding:.85rem .5rem;font-size:.83rem;line-height:1.3;transition:border-color .1s,background .1s;display:flex}.likert-button:hover{border-color:var(--accent)}.likert-button.active{color:#0f172a;font-weight:600}.likert-num{color:#94a3b8;background:#f1f5f9;border-radius:999px;padding:.05rem .5rem;font-size:.78rem;font-weight:700}.likert-button.active .likert-num{color:#0f172a;background:#fff}.likert-label{display:block}.likert-na{border-style:dashed;grid-column:1/-1}.likert-na .likert-label{color:#94a3b8;font-style:italic}@media (width<=600px){.likert-row{grid-template-columns:1fr}.likert-button{text-align:left;flex-direction:row;justify-content:flex-start;padding:.65rem .85rem}}.notes{flex-direction:column;gap:.4rem;display:flex}.notes label{color:var(--muted);font-size:.85rem;font-weight:500}.notes textarea{border:1px solid var(--border);resize:vertical;border-radius:6px;min-height:70px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.score-actions{justify-content:space-between;margin-top:.5rem;display:flex}.score-next-workflow{justify-content:flex-end;margin-top:1rem;display:flex}.diagnose-grid{flex-direction:column;gap:1.25rem;display:flex}.radar-card,.radar-wrap{position:relative}.radar-canvas-wrap{flex-direction:column;gap:.75rem;display:flex;position:relative}.radar-caption{margin-top:.75rem}.radar-canvas-inner{height:520px;position:relative}.radar-legend{flex-direction:column;gap:.5rem;display:flex}.radar-legend-base{color:var(--muted);align-items:center;gap:.4rem;font-size:12px;display:inline-flex}.radar-band-swatch{background:#1d4ed824;border-radius:2px;width:18px;height:10px;display:inline-block}.radar-mean-swatch{border-top:2px dashed #475569d9;width:22px;height:0;margin-left:.5rem;display:inline-block}.radar-legend-people{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.radar-chip{color:var(--muted);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:12px;transition:border-color .12s,color .12s,background .12s,box-shadow .12s;display:inline-flex}.radar-chip-swatch{background:var(--chip-color);border:2px solid var(--chip-color);box-sizing:border-box;border-radius:50%;width:10px;height:10px}.radar-chip.off{opacity:.7}.radar-chip.off .radar-chip-swatch{background:0 0}.radar-chip.on{border-color:var(--chip-color);color:var(--text);background:#f8fafc}.radar-chip:hover,.radar-chip:focus-visible{border-color:var(--chip-color);color:var(--text);background:#f1f5f9;outline:none;box-shadow:0 0 0 2px #1d4ed814}.radar-chip-action{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:12px}.radar-chip-action:hover{text-decoration:underline}.export-btn{background:var(--surface);z-index:2;border-radius:6px;padding:.4rem .5rem;position:absolute;top:0;right:0}.findings{columns:1;column-gap:.5rem;margin:0;padding:0;list-style:none}@media (width>=768px){.findings{columns:2}}@media (width>=1280px){.findings{columns:3}}.finding{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;border:1px solid var(--border);background:#fafafa;border-left-width:4px;border-radius:6px;margin-bottom:.5rem;padding:.75rem;display:block}.finding.risk{border-left-color:var(--danger)}.finding.opportunity{border-left-color:var(--accent)}.finding.note{border-left-color:var(--muted)}.finding[data-action=mentor],.finding[data-action=document],.finding[data-action=leverage]{--action-color:#1d4ed8;--action-bg:#dbeafe}.finding[data-action=protect],.finding[data-action=hire],.finding[data-action=guardrail]{--action-color:var(--danger);--action-bg:var(--danger-bg)}.finding[data-action=champion],.finding[data-action=enable]{--action-color:#6b21a8;--action-bg:#f3e8ff}.finding[data-action=address]{--action-color:#9a3412;--action-bg:#ffedd5}.finding[data-action=build_trust]{--action-color:#b45309;--action-bg:#fef3c7}.finding[data-action]{border-left-color:var(--action-color)}.severity.action-mentor,.severity.action-document,.severity.action-leverage,.severity.action-protect,.severity.action-hire,.severity.action-guardrail,.severity.action-champion,.severity.action-enable,.severity.action-address,.severity.action-build_trust{background:var(--action-bg);color:var(--action-color)}.finding-head{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.severity{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.severity.risk{background:var(--danger-bg);color:var(--danger)}.severity.opportunity{color:var(--accent-strong);background:#eff6ff}.severity.note{color:var(--muted);background:#f1f5f9}.finding-title{font-weight:500}.finding-detail{color:var(--text);font-size:.9rem;line-height:1.5}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.stats{border-collapse:collapse;width:100%}.stats th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:.4rem;font-size:.78rem;font-weight:500}.stats td{border-bottom:1px solid #f1f5f9;padding:.4rem;font-size:.9rem}.person-grid{border-collapse:collapse;width:100%}.person-grid th,.person-grid td{text-align:center;border-bottom:1px solid #f1f5f9;padding:.4rem .5rem;font-size:.9rem}.person-grid th:first-child,.person-grid td:first-child{text-align:left}.person-grid th{font-size:.78rem;font-weight:600}.person-swatch{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:.5rem;display:inline-block}@media (width<=640px){.diagnose-page .page-head h1{font-size:1.3rem}.diagnose-page .page-sub{font-size:.85rem}.diagnose-page .page-actions{flex-wrap:wrap;gap:.5rem;display:flex}.diagnose-page .page-actions>button{flex:auto}.diagnose-page .radar-canvas-inner{height:380px}.diagnose-page .opportunity-map-wrap{height:320px}.diagnose-page .person-grid th,.diagnose-page .person-grid td,.diagnose-page .opportunity-list th,.diagnose-page .opportunity-list td{padding:.35rem .4rem;font-size:.85rem}}.survey-page .dim-nav.survey-nav{gap:.3rem}.survey-page .dim-pill{padding:.3rem .55rem;font-size:.78rem}@media (width<=600px){.survey-page .dim-nav.survey-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-right:1rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 92%,#0000);mask-image:linear-gradient(90deg,#000 92%,#0000)}.survey-page .dim-nav.survey-nav::-webkit-scrollbar{display:none}.survey-page .dim-nav.survey-nav .dim-pill{flex:none;padding:.28rem .5rem;font-size:.72rem}}.section-intro{border-left:4px solid var(--accent);padding:1rem 1.25rem}.section-eyebrow{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.section-eyebrow-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:.25rem;display:flex}.section-eyebrow-row .section-eyebrow{margin-bottom:0}.visibility-badge{text-transform:none;letter-spacing:0;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.4}.visibility-badge-shared{color:#1e40af;background:#eff6ff}.visibility-badge-private{color:#9d174d;background:#fdf2f8}.workspace-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.survey-textarea{border:1px solid var(--border);resize:vertical;background:var(--surface);border-radius:8px;width:100%;min-height:160px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5}.survey-textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.survey-textarea[readonly]{background:var(--surface-secondary,#f1f5f9);color:var(--muted);cursor:default;resize:none}.profile-page .profile-section{flex-direction:column;gap:.5rem;display:flex}.self-radar-wrap{height:360px;margin-top:.75rem}.candidate-panel{background:#6366f10a;border:1px solid #6366f133;border-radius:8px;margin:.75rem 0 .5rem;padding:.85rem 1rem}.inline-edit-form{background:#6366f10a;border:1px solid #6366f133;border-radius:8px;margin-top:.5rem;padding:.85rem 1rem}.inline-edit-form-field+.inline-edit-form-field{margin-top:.875rem}.inline-edit-form label{display:block}.inline-edit-form input,.inline-edit-form textarea,.inline-edit-form select{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:6px;margin-top:.25rem;padding:.55rem .75rem;font-family:inherit;font-size:.95rem}.inline-edit-form input:focus,.inline-edit-form textarea:focus,.inline-edit-form select:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.inline-edit-form textarea{resize:vertical;min-height:5rem;line-height:1.5}.inline-edit-form-helper{color:var(--muted);margin:.25rem 0 0;font-size:.85rem;font-style:italic;line-height:1.4}.inline-edit-form-actions{justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.inline-edit-form-delete{margin-right:auto}.inline-edit-form-delete:hover:not(:disabled){color:var(--danger);border-color:var(--danger)}.workflow-candidates{margin-top:.5rem}.workflow-candidates-summary{cursor:pointer;color:#4338ca;-webkit-user-select:none;user-select:none;background:#6366f10f;border:1px solid #6366f138;border-radius:6px;padding:.5rem .75rem;font-size:.88rem;font-weight:500}.workflow-candidates-summary:hover{background:#6366f11a}.workflow-candidates[open] .workflow-candidates-summary{margin-bottom:.5rem}.workflow-candidates-icon{vertical-align:-2px;color:#4338ca;margin-right:.3rem}.workflow-nudge{background:var(--accent-tint-soft);color:#1e40af;border:1px solid #bfdbfe;border-radius:6px;align-items:flex-start;gap:.5rem;margin:.5rem 0;padding:.6rem .85rem;font-size:.88rem;line-height:1.4;display:flex}.workflow-nudge strong{color:#1d4ed8}.workflow-nudge-icon{color:#1d4ed8;flex-shrink:0;margin-top:.1rem}.workflow-nudge-text{flex:1;min-width:0}.workflow-nudge.is-warning{color:#854d0e;background:#fffbeb;border-color:#fde68a}.workflow-nudge.is-warning .workflow-nudge-icon{color:#b45309}.workflow-drafts{margin-top:.75rem}.workflow-drafts-summary{cursor:pointer;background:var(--surface);border:1px solid var(--border);color:var(--muted);-webkit-user-select:none;user-select:none;border-radius:6px;padding:.5rem .75rem;font-size:.88rem;font-weight:500}.workflow-drafts-summary:hover{background:#00000005}.workflow-drafts[open] .workflow-drafts-summary{margin-bottom:.5rem}.owner-imputed{color:var(--muted);font-size:.78rem;display:inline-block}.owner-select{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;max-width:100%;padding:.25rem .4rem;font-size:.85rem}.owner-select.is-unset{color:var(--muted)}.nudge-link{color:#1d4ed8;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.nudge-link:hover{color:#1e40af}.workflow-actions-cell{text-align:right;white-space:nowrap}.workflow-actions-cell .icon-btn{vertical-align:middle;margin-left:.4rem}.workflow-table{table-layout:fixed}.workflow-scored-summary{color:#166534;background:#22c55e14;border:1px solid #22c55e40;border-radius:6px;align-items:center;gap:.4rem;margin:.75rem 0 .5rem;padding:.5rem .75rem;font-size:.88rem;font-weight:500;display:flex}.workflow-scored-icon{color:#16a34a;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-weight:700;display:inline-flex}.candidate-panel-head{flex-direction:column;gap:.15rem;margin-bottom:.5rem;display:flex}.candidate-panel-title{color:#4338ca;align-items:center;gap:.4rem;font-size:.92rem;display:inline-flex}.candidate-actions{justify-content:flex-end;margin-top:.6rem;display:flex}.candidate-show-all{margin:.5rem auto 0;font-size:.82rem;display:block}.candidate-list{flex-direction:column;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.candidate-row{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.45rem .75rem;display:flex}.candidate-row.is-checked{border-color:var(--accent);background:#eff6ff}.candidate-row.is-dup{border-style:dashed}.workflow-candidates-wrap{flex-direction:column;gap:.5rem;display:flex}.candidate-row-actions{flex-shrink:0;align-items:center;gap:.35rem;margin-left:auto;display:inline-flex}.candidate-parked-name{min-width:0;color:var(--muted);flex:1;font-size:.95rem}.candidate-row.is-parked{background:#f8fafc}.candidate-resolved{color:#047857;margin:.25rem 0 0;font-weight:600}.workflow-parked{margin-top:.25rem}.workflow-parked .workflow-candidates-summary{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.workflow-parked .workflow-candidates-summary:hover{background:#e2e8f0}.candidate-notes{flex-basis:100%;margin:.35rem 0 0 1.85rem}.candidate-note{color:var(--muted);white-space:pre-wrap;margin:.15rem 0 0;font-size:.85rem;line-height:1.4}.candidate-note strong{color:var(--text);font-weight:600}.workflow-row-notes{color:var(--muted);white-space:pre-wrap;margin:.2rem 0 0;font-size:.8rem;line-height:1.4}.workflow-leader-note{color:var(--text);white-space:pre-wrap;margin:.35rem 0 0;font-size:.82rem;line-height:1.45}.workflow-leader-note-label{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.66rem;font-weight:700}.workflow-leader-note-text{margin-right:.4rem}.workflow-row-editor{max-width:32rem;margin:.15rem 0}.workflow-note-textarea{width:100%;font:inherit;border:1px solid var(--border);resize:vertical;border-radius:8px;padding:.45rem .55rem;font-size:.85rem;line-height:1.4}.workflow-note-textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:#0000}.workflow-note-actions{gap:.4rem;margin-top:.5rem;display:flex}.score-page-notes{background:#6366f10a;border-left:3px solid #6366f166;border-radius:6px;margin:.75rem 0;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.score-page-notes strong{color:var(--text);margin-bottom:.25rem;display:block}.score-page-notes p{white-space:pre-wrap;color:var(--muted);margin:0}.score-page-note-editor{flex-direction:column;gap:.45rem;margin:.75rem 0;display:flex}.score-page-note-label{color:var(--muted);font-size:.78rem;font-weight:600}.score-page-note-actions{align-items:center;gap:.6rem;display:flex}.candidate-name{flex:1;min-width:0}@media (width<=640px){.candidate-name{flex-basis:100%}.candidate-edit-btn{margin-left:auto}}.candidate-check{flex-shrink:0}.candidate-edit{min-width:0;color:var(--text);background:0 0;border:none;border-bottom:1px dashed #0000;flex:1;padding:.3rem 0;font-family:inherit;font-size:.95rem}.candidate-edit:hover{border-bottom-color:var(--border)}.candidate-edit:focus{border-bottom-color:var(--accent);outline:none}.dup-badge{color:#92400e;letter-spacing:.02em;background:#fef3c7;border-radius:999px;flex-shrink:0;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.dup-badge-warn{background:var(--danger-bg);color:var(--danger)}.candidate-source{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-style:italic;overflow:hidden}.action-status{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:6px;margin-top:.6rem;padding:.5rem .75rem;font-size:.9rem}.survey-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.survey-list-item{border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.survey-list-main{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.profile-qa{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.profile-qa-row{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.25rem;padding-bottom:.85rem;display:flex}.profile-qa-row:last-child{border-bottom:none;padding-bottom:0}.profile-qa-q{color:var(--text);font-size:.95rem;font-weight:600}.profile-qa-a{white-space:pre-wrap;color:#334155;font-size:.95rem;line-height:1.55}.profile-qa-a-likert{white-space:normal;color:#831843;background:#fdf2f8;border:1px solid #fbcfe8;border-radius:999px;padding:.2rem .7rem;font-size:.88rem;font-weight:600;display:inline-block}.opportunity-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (width<=1100px){.opportunity-grid{grid-template-columns:1fr}}.workflow-quadrant-grid{grid-template-columns:1fr 1fr;grid-template-areas:"underused pilot""human_led train";gap:.75rem;display:grid}.workflow-finding{border:1px solid var(--border);border-left:5px solid var(--quadrant-color,#cbd5e1);background:#f8fafc;border-radius:8px;flex-direction:column;gap:.45rem;padding:.95rem 1.1rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.workflow-finding[data-quadrant=pilot]{--quadrant-color:#14b8a6;grid-area:pilot}.workflow-finding[data-quadrant=train]{--quadrant-color:#f59e0b;grid-area:train}.workflow-finding[data-quadrant=underused]{--quadrant-color:#4f46e5;grid-area:underused}.workflow-finding[data-quadrant=human_led]{--quadrant-color:#94a3b8;grid-area:human_led}.workflow-finding-quadrant{text-transform:uppercase;letter-spacing:.06em;color:var(--quadrant-color);align-items:center;gap:.4rem;margin-bottom:.1rem;font-size:.85rem;font-weight:700;display:flex}.workflow-finding-count{background:var(--quadrant-color);color:#fff;letter-spacing:0;border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;font-size:.72rem;font-weight:700;display:inline-flex}.workflow-finding .finding-title{color:var(--text);font-size:1.02rem;font-weight:600;line-height:1.35}.workflow-finding-lead{color:var(--muted);border-bottom:1px solid var(--border);margin:.15rem 0 .7rem;padding-bottom:.6rem;font-size:.88rem;line-height:1.45}.workflow-quadrant-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.workflow-quadrant-list-item{border-bottom:1px dashed #0f172a14;flex-direction:row;align-items:flex-start;gap:.5rem;padding:.35rem 0;display:flex}.workflow-quadrant-list-item:last-child{border-bottom:none}.workflow-quadrant-list-rank{border:1.5px solid var(--quadrant-color);width:1.25rem;height:1.25rem;color:var(--quadrant-color);font-variant-numeric:tabular-nums;border-radius:999px;flex:none;justify-content:center;align-items:center;margin-top:.05rem;font-size:.72rem;font-weight:700;display:inline-flex}.workflow-quadrant-list-body{flex-direction:column;gap:.1rem;min-width:0;display:flex}.workflow-quadrant-list-more{border-bottom:none;padding:.35rem 0 0;list-style:none}.workflow-quadrant-list-name{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.35}.workflow-quadrant-list-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.workflow-quadrant-list-meta{font-variant-numeric:tabular-nums;font-size:.8rem}.workflow-quadrant-list-meta.is-note{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.workflow-quadrant-empty{padding:.5rem 0;font-style:italic}.high-stakes-callout{background:#fffbeb;border:1px solid #fed7aa;border-left:5px solid #f59e0b;border-radius:8px;margin-top:1rem;padding:.85rem 1rem}.high-stakes-callout-head{text-transform:uppercase;letter-spacing:.06em;color:#b45309;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.high-stakes-callout-lead{margin:.2rem 0 .6rem}.high-stakes-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.high-stakes-item{border-bottom:1px dashed #b4530926;justify-content:space-between;align-items:center;gap:.75rem;padding:.3rem 0;display:flex}.high-stakes-item:last-child{border-bottom:none}.high-stakes-name{color:var(--text);min-width:0;font-size:.9rem;font-weight:600}.pilot-owner-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.pilot-owner-list li{border-bottom:1px dashed #0f172a14;padding:.3rem 0;line-height:1.4}.pilot-owner-list li:last-child{border-bottom:none}@media (width<=640px){.workflow-quadrant-grid{grid-template-columns:1fr;grid-template-areas:"pilot""train""underused""human_led"}}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.opportunity-grid>*,.diagnose-grid>*,.page>.card{min-width:0}.card canvas{max-width:100%}.opportunity-map-wrap{height:380px;position:relative}.opportunity-map-note{margin:.5rem 0 0}.opportunity-list{border-collapse:collapse;width:100%;font-size:.85rem}.opportunity-list th,.opportunity-list td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.4rem .5rem}.opportunity-list th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:500}.opportunity-list tr:last-child td{border-bottom:none}.quadrant-badge{letter-spacing:.02em;margin-top:.15rem;font-size:.72rem;font-weight:600;display:block}.opp-bar-wrap{align-items:center;gap:.4rem;min-width:100px;display:flex}.opp-bar{background:#e2e8f0;border-radius:999px;flex:1;height:6px;overflow:hidden}.opp-bar-fill{background:var(--accent);border-radius:999px;height:100%}.opp-bar-num{font-variant-numeric:tabular-nums;color:var(--text);text-align:right;min-width:28px;font-size:.8rem;font-weight:600}.opp-impact-num{font-variant-numeric:tabular-nums;color:var(--text);font-size:.8rem;font-weight:600}.risk-badge{border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.risk-badge.risk-0{color:#475569;background:#f1f5f9}.risk-badge.risk-1{color:#92400e;background:#fef3c7}.risk-badge.risk-2{color:#c2410c;background:#fed7aa}.risk-badge.risk-3{color:#b91c1c;background:#fee2e2}.row-form select{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:.55rem .75rem;font-family:inherit;font-size:.95rem}.app-main:has(>.interview-page){flex-direction:column;display:flex}.interview-page{flex-direction:column;flex:auto;min-height:0;display:flex}.interview-page>.page-head,.interview-page>.error{flex:none}.interview-page .chat-card{flex-direction:column;flex:auto;gap:0;min-height:0;padding:0;display:flex;overflow:hidden}.chat-scroll{border-bottom:1px solid var(--border);background:#fafbfc;flex-direction:column;flex:auto;gap:.6rem;height:auto;min-height:0;padding:1.25rem;display:flex;overflow-y:auto}.chat-bubble{max-width:78%;display:flex}.chat-bubble-content{white-space:pre-wrap;word-wrap:break-word;border-radius:14px;padding:.65rem .85rem;font-size:.95rem;line-height:1.5}.chat-user{align-self:flex-end}.chat-user .chat-bubble-content{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-assistant{align-self:flex-start}.chat-assistant .chat-bubble-content{background:var(--surface);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.chat-pending .chat-bubble-content{align-items:center;gap:.35rem;display:flex}.chat-pending .dot{background:var(--muted);border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite chatPulse}.chat-pending .dot:nth-child(2){animation-delay:.15s}.chat-pending .dot:nth-child(3){animation-delay:.3s}@keyframes chatPulse{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.chat-input-row{background:var(--surface);align-items:flex-end;gap:.6rem;padding:.85rem 1.25rem;display:flex}.chat-input{border:1px solid var(--border);resize:vertical;border-radius:8px;flex:1;min-height:64px;max-height:200px;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.chat-input:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.chat-send{flex-shrink:0;align-self:stretch;padding-left:1.25rem;padding-right:1.25rem}.chat-foot{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-start;padding:.5rem 1.25rem .85rem;display:flex}.proposal-dialog{max-width:720px;max-height:85vh;overflow-y:auto}.proposal-list{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.proposal-row{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.4rem;padding:.85rem;display:flex}.proposal-head{flex-direction:column;gap:.15rem;display:flex}.proposal-evidence{color:var(--text);font-size:.88rem}.proposal-evidence-inline{color:var(--text);background:#15803d0f;border-left:3px solid #15803d66;border-radius:4px;margin:.5rem 0 1rem;padding:.5rem .75rem;font-size:.88rem}.proposal-evidence-inline.insufficient{background:#d977060f;border-left-color:#d9770666}.proposal-levels{gap:.4rem;display:flex}.proposal-level{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;width:38px;height:38px;font-weight:600;position:relative}.proposal-level.chosen{border-color:var(--accent);color:var(--accent-strong);background:#eff6ff}.proposal-level .proposed-mark{color:var(--accent);font-size:.5rem;position:absolute;top:2px;right:4px}.proposal-level-text{font-style:italic}.transcript-toggle{text-align:left;width:100%;font-weight:500}.transcript-list{border:1px solid var(--border);background:#fafbfc;border-radius:8px;flex-direction:column;gap:.5rem;margin-top:.85rem;padding:1rem;display:flex}.modal-backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;animation:.12s ease-out modalFade;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--surface);border-radius:12px;width:100%;max-width:460px;padding:1.5rem;animation:.14s ease-out modalRise;box-shadow:0 20px 40px #0f172a40,0 4px 12px #0f172a1a}.modal-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.modal-head{align-items:center;gap:.65rem;margin-bottom:.6rem;display:flex}.modal-head .modal-title{margin:0}.modal-icon{width:38px;height:38px;color:var(--accent);background:#eff6ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-icon.is-danger{background:var(--danger-bg);color:var(--danger)}.modal-body{color:var(--muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.modal-typed-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);box-sizing:border-box;border-radius:6px;margin-bottom:1rem;padding:.55rem .75rem;font-family:inherit;font-size:.95rem;display:block}.modal-typed-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.modal-confirm-danger{background:var(--danger);border-color:var(--danger);color:#fff}.modal-confirm-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.header-auth{align-items:center;display:flex}button.header-signin{color:var(--accent-strong);background:#fff;border-color:#fff;padding:.45rem 1rem;font-size:.88rem;font-weight:600}button.header-signin:hover:not(:disabled){color:var(--accent-strong);background:#ffffffeb;border-color:#ffffffeb}.user-menu{position:relative}.user-menu-trigger{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;display:flex}.user-menu-trigger:hover{background:#ffffff24;border-color:#ffffff2e}.user-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px;display:block}.user-avatar-fallback{color:var(--accent-strong);text-transform:uppercase;background:#fff;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 0 0 1px #fff6}.user-menu-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.88rem;overflow:hidden}.user-menu-pop{background:var(--surface);border:1px solid var(--border);z-index:50;border-radius:8px;min-width:220px;padding:.4rem;animation:.1s ease-out modalFade;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0f172a1f}.user-menu-email{color:var(--muted);border-bottom:1px solid var(--border);word-break:break-all;margin-bottom:.35rem;padding:.5rem .6rem .6rem;font-size:.8rem}.user-menu-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.88rem;display:flex}.user-menu-item:hover{background:#f1f5f9}.login-modal{max-width:420px}.login-modal-header{text-align:center;margin-bottom:1.25rem;padding:.5rem 0 .25rem}.login-modal-mark{color:var(--accent);margin-bottom:.5rem}.login-modal-title{color:var(--text);margin:0 0 .4rem;font-size:1.25rem;font-weight:700}.login-modal-sub{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.login-modal-warn{color:#713f12;background:#fef9c3;border:1px solid #fde68a;border-radius:6px;margin-bottom:.75rem;padding:.6rem .75rem;font-size:.82rem;line-height:1.4}.login-modal-warn code{background:#0000000f;border-radius:3px;padding:1px 4px;font-size:.78rem}.login-modal-error{background:var(--danger-bg);color:var(--danger);border:1px solid #fecaca;border-radius:6px;margin-bottom:.75rem;padding:.55rem .75rem;font-size:.85rem}.login-google-btn{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.95rem;font-weight:500;transition:background .1s,border-color .1s,box-shadow .1s;display:flex}.login-google-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.login-google-btn:disabled{opacity:.55;cursor:not-allowed}.login-modal-actions{justify-content:center;margin-top:1rem;display:flex}.login-modal-actions .ghost{color:var(--muted);border:none;padding:.4rem .75rem;font-size:.85rem}.login-modal-actions .ghost:hover:not(:disabled){color:var(--text);background:0 0}.login-legal{color:var(--muted);text-align:center;margin-top:.85rem;font-size:.78rem;line-height:1.4}.login-legal a{color:var(--muted);text-decoration:underline}.login-legal a:hover{color:var(--text)}.login-forgot-row{text-align:center;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:.5rem;display:flex}.login-link-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.85rem;text-decoration:underline}.login-link-btn:hover:not(:disabled){color:var(--text)}.login-link-btn:disabled{opacity:.5;cursor:not-allowed}.login-reset-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.login-reset-success p{margin:0}.login-reset-hint{color:#4d7c4d;font-size:.82rem;margin-top:.4rem!important}.login-reset-hint .login-link-btn{color:inherit;padding:0;font-size:.82rem}.access-revoked-modal{text-align:center;max-width:440px;padding:1.75rem 1.5rem 1.25rem}.access-revoked-header{flex-direction:column;align-items:center;gap:.65rem;margin-bottom:.5rem;display:flex}.access-revoked-mark{color:#dc2626}.access-revoked-title{margin:0;font-size:1.1rem;font-weight:600}.access-revoked-body{color:var(--text);margin:.65rem 0 0;font-size:.92rem;line-height:1.5}.access-revoked-sub{color:var(--muted);font-size:.85rem}.access-revoked-sub a{color:var(--muted);text-decoration:underline}.access-revoked-sub a:hover{color:var(--text)}.access-revoked-actions{justify-content:center;margin-top:1.1rem;display:flex}.invite-consent{justify-content:center;min-height:calc(100vh - 80px);padding:4rem 1rem 3rem;display:flex}.invite-consent-card{background:var(--card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:14px;align-self:flex-start;width:100%;max-width:520px;padding:2rem 1.75rem 1.5rem;box-shadow:0 8px 30px #0f172a12}.invite-consent-mark{color:var(--brand,#1d4ed8);margin-bottom:.75rem}.invite-consent-title{overflow-wrap:anywhere;margin:0 0 .5rem;font-size:1.25rem;font-weight:650;line-height:1.3}.invite-consent-sub{color:var(--muted);margin:0 0 1.25rem;font-size:.9rem;line-height:1.55}.invite-consent-facts{background:#94a3b814;border-radius:10px;grid-template-columns:minmax(0,8.5rem) minmax(0,1fr);gap:.4rem 1rem;margin:0 0 1.25rem;padding:.9rem 1rem;font-size:.88rem;display:grid}.invite-consent-facts dt{color:var(--muted);font-weight:600}.invite-consent-facts dd{color:var(--text);overflow-wrap:anywhere;margin:0}.invite-consent-inviter{font-variant-numeric:tabular-nums}.invite-consent-body{color:var(--text);margin:0 0 .85rem;font-size:.92rem;line-height:1.55}.invite-consent-error{color:#b91c1c;background:#dc262614;border-radius:8px;margin:.25rem 0 1rem;padding:.6rem .75rem;font-size:.87rem;line-height:1.45}.invite-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;margin-top:1.25rem;display:flex}.invite-consent-danger{background:#dc2626;border-color:#dc2626}.invite-consent-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.invite-consent-legal{border-top:1px solid var(--border,#e2e8f0);color:var(--muted);margin:1.25rem 0 0;padding-top:.9rem;font-size:.79rem;line-height:1.45}@media (width<=520px){.invite-consent{padding:2rem .9rem}.invite-consent-facts{grid-template-columns:minmax(0,1fr);gap:.15rem}.invite-consent-facts dd{margin-bottom:.5rem}.invite-consent-actions button{flex:100%}}.reset-page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:4rem 1.25rem;display:flex}.reset-card{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:12px;width:100%;max-width:420px;padding:1.75rem 1.5rem 1.5rem;box-shadow:0 6px 24px #0000000a}.reset-header{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.1rem;display:flex}.reset-mark{color:var(--brand,#1d4ed8)}.reset-title{text-align:center;margin:0;font-size:1.15rem;font-weight:600}.reset-sub{color:var(--muted,#6b7280);text-align:center;margin:0;font-size:.88rem}.reset-empty{text-align:center;color:var(--muted,#6b7280);padding:1rem 0;font-size:.9rem}.reset-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.85rem;padding:.65rem .85rem;font-size:.88rem}.reset-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.75rem .9rem;font-size:.92rem;display:flex}.reset-form{flex-direction:column;gap:.6rem;display:flex}.reset-input{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.92rem}.reset-input:focus{outline:2px solid var(--brand,#1d4ed8);outline-offset:-1px;border-color:#0000}.reset-actions{justify-content:center;margin-top:.5rem;display:flex}.reset-cta{padding:.65rem 1.25rem;font-size:.92rem;text-decoration:none;display:inline-block}.reset-hint{text-align:center;color:var(--muted,#6b7280);margin:.85rem 0 0;font-size:.82rem}.reset-hint a{color:var(--muted,#6b7280);text-decoration:underline}.reset-hint a:hover{color:var(--text)}.legal-page{max-width:720px;margin:2rem auto 4rem;padding:0 1.25rem;line-height:1.55}.legal-page h1{margin:1.25rem 0 .25rem}.legal-page h2{margin-top:1.75rem;font-size:1.1rem}.legal-page .legal-effective{color:var(--muted);margin-top:0;font-size:.85rem}.legal-page .legal-back{color:var(--muted);margin-bottom:.5rem;font-size:.85rem;text-decoration:none;display:inline-block}.legal-page .legal-back:hover{color:var(--text);text-decoration:underline}.legal-page ul{padding-left:1.25rem}.legal-page li{margin:.35rem 0}.methodology-page .methodology-formula{background:var(--bg-mist,#f1f5f9);border:1px solid var(--border,#e2e8f0);border-radius:8px;margin:1rem 0;padding:.85rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;overflow-x:auto}.methodology-page .methodology-table{border-collapse:collapse;width:100%;margin:.5rem 0 .25rem;font-size:.85rem}.methodology-page .methodology-table th,.methodology-page .methodology-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border,#e2e8f0);padding:.5rem .65rem}.methodology-page .methodology-table th{color:var(--text,#0f172a);background:var(--bg-mist,#f1f5f9);font-weight:600}.methodology-page .methodology-table td{color:#334155}.passcode-page{flex-direction:column;align-items:center;min-height:calc(100vh - 70px);padding:4rem 1rem 2rem;display:flex}.passcode-card-intro{text-align:center;margin-bottom:1.25rem}.passcode-card-intro h1{color:var(--text);margin:0 0 .5rem;font-size:1.4rem;font-weight:600;line-height:1.3}.passcode-card-intro p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.passcode-card-divider{background:var(--border);height:1px;margin:0 -1.75rem 1.5rem}@media (width<=480px){.passcode-card-intro h1{font-size:1.2rem}}@media (width<=700px){.passcode-page{padding:1rem .75rem 2rem}}.passcode-card{border:1px solid var(--border);width:100%;max-width:460px;box-shadow:var(--shadow-card,0 4px 16px #0f172a0f);text-align:center;background:#fff;border-radius:14px;padding:2rem 1.75rem 1.5rem}.passcode-icon{background:var(--accent-soft,#eef2ff);width:56px;height:56px;color:var(--accent-strong,#4338ca);border-radius:14px;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.passcode-card h2{margin:0 0 .4rem;font-size:1.4rem}.passcode-hint{color:var(--muted);margin:0 0 1.5rem;font-size:.95rem}.passcode-form{flex-direction:column;gap:.85rem;display:flex}.passcode-input{letter-spacing:.12em;border:1.5px solid var(--border);text-align:center;background:#f8fafc;border-radius:10px;padding:.85rem 1rem;font-family:SF Mono,Menlo,Consolas,monospace;font-size:1.6rem;transition:border-color .12s,background .12s}.passcode-input:focus{border-color:var(--accent,#6366f1);background:#fff;outline:none}.passcode-input::placeholder{color:#cbd5e1}.passcode-error{color:#b91c1c;text-align:left;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.55rem .75rem;font-size:.88rem}.passcode-submit{justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-size:1rem;display:inline-flex}.passcode-footer{margin-top:1.25rem;font-size:.85rem}.passcode-footer a{color:var(--muted);text-decoration:none}.passcode-footer a:hover{color:var(--text);text-decoration:underline}.admin-page{max-width:1180px;margin:1.5rem auto 4rem;padding:0 1.25rem}.admin-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:1rem 0;padding:.65rem .85rem;font-size:.9rem}.admin-card{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:12px;margin:1rem 0;padding:1rem 1.25rem}.admin-tabs{border-bottom:1px solid var(--border,#e5e7eb);flex-wrap:wrap;gap:.25rem;margin:.35rem 0 .9rem;display:flex}.admin-tab{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.45rem;margin-bottom:-1px;padding:.5rem .9rem;font-size:.95rem;display:inline-flex}.admin-tab:hover{color:var(--accent-strong,#1d4ed8)}.admin-tab.active{color:var(--accent-strong,#1d4ed8);border-bottom-color:currentColor;font-weight:600}.admin-tab-badge{background:var(--accent);color:#fff;border-radius:999px;padding:.1rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-card h2{margin:0 0 .85rem;font-size:1rem;font-weight:600}.section-title,.admin-section-title{align-items:center;gap:.65rem;display:flex}.section-title h2,.admin-section-title h2{margin:0}.section-icon,.admin-section-icon{width:32px;height:32px;color:var(--accent-strong);background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.onboarding-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 0 1.25rem;padding:1.1rem 1.25rem .9rem;position:relative}.onboarding-card.collapsed{padding-bottom:1.1rem}.onboarding-header{cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;margin:0;padding:0;display:flex}.onboarding-header:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px;border-radius:6px}.onboarding-header-meta{flex-shrink:0;align-items:center;gap:.55rem;display:inline-flex}.onboarding-progress{color:#475569;letter-spacing:.01em;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.15rem .55rem;font-size:.78rem;font-weight:600}.onboarding-chev{color:#64748b;transition:transform .15s}.onboarding-chev.collapsed{transform:rotate(-90deg)}.onboarding-sub{color:#475569;margin:.4rem 0 .85rem;font-size:.92rem}.onboarding-steps{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.onboarding-step{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;align-items:flex-start;gap:.7rem;padding:.55rem .65rem;display:flex}.onboarding-step.done{background:#f0fdf4;border-color:#d1fae5}.onboarding-step-num{color:#94a3b8;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}.onboarding-step-num.done{color:#059669}.onboarding-step-numlabel{color:#64748b;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:flex;position:absolute;inset:0}.onboarding-step-body{flex-direction:column;gap:.1rem;min-width:0;display:flex}.onboarding-step-body a{color:var(--accent-strong);text-decoration:none}.onboarding-step-body a:hover .onboarding-step-title{text-decoration:underline}.onboarding-step-title{font-size:.95rem;font-weight:600}.onboarding-step-title.done{color:#64748b;font-weight:500;text-decoration:line-through}.onboarding-step-caption{color:#64748b;font-size:.85rem;line-height:1.35}.onboarding-complete{align-items:center;gap:.85rem;padding:.7rem 1rem;display:flex}.onboarding-complete .onboarding-sub{flex:1;margin:0}.team-stepper-wrap{align-items:center;gap:.75rem;margin:0 0 1.5rem;display:flex}.team-stepper{scrollbar-width:thin;flex:1;min-width:0;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.team-step{flex:1 0 auto;min-width:6.5rem;position:relative}.team-step-btn{cursor:pointer;width:100%;font:inherit;background:0 0;border:none;flex-direction:column;align-items:center;gap:.45rem;padding:.2rem .4rem 0;display:flex}.team-step-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}.team-step-dotrow{justify-content:center;align-items:center;width:100%;height:2.9rem;display:flex;position:relative}.team-step-dotrow:before,.team-step-dotrow:after{content:"";background:#cbd5e1;height:3px;position:absolute;top:50%;transform:translateY(-50%)}.team-step.before-done .team-step-dotrow:before,.team-step.after-done .team-step-dotrow:after{background:#059669}.team-step-dotrow:before{left:0;right:50%}.team-step-dotrow:after{left:50%;right:0}.team-step:first-child .team-step-dotrow:before,.team-step:last-child .team-step-dotrow:after{display:none}.team-step-dot{z-index:1;border:2px solid var(--accent-strong);width:2.5rem;height:2.5rem;color:var(--accent-strong);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:relative}.team-step.active .team-step-dot{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.team-step.done .team-step-dot{color:#fff;background:#059669;border-color:#059669}.team-step-pill{color:#475569;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.32rem .85rem;font-size:.82rem;font-weight:600;line-height:1.2;transition:background .12s,border-color .12s,color .12s}.team-step-btn:hover .team-step-pill{background:#f8fafc;border-color:#cbd5e1}.team-step.active .team-step-pill{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff}.team-step-meta{color:#64748b;text-align:center;white-space:nowrap;font-size:.72rem;line-height:1.2}.team-step.active .team-step-meta{color:#475569}.roster-empty-cta{padding:.25rem 0 .4rem}.interviews-count{color:#334155;margin:0 0 .55rem;font-weight:600}.interviews-list,.people-assess-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.interviews-row,.people-assess-row{border-top:1px solid #f1f5f9;align-items:center;gap:1rem;padding:.7rem 0;display:flex}.interviews-row:first-child,.people-assess-row:first-child{border-top:none}.interviews-row-main{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.interviews-name,.people-assess-name{min-width:9rem;font-weight:600}.interviews-row-actions{flex-shrink:0;align-items:center;gap:.4rem;display:inline-flex}.interviews-done{color:var(--muted);align-items:center;gap:.3rem;font-size:.85rem;display:inline-flex}.interviews-done svg{color:#059669}.interviews-extract{align-items:center;gap:.5rem;display:inline-flex}.people-assess-main{flex:1;min-width:0}.roster-name{color:var(--text);font-weight:600}.workflow-extract-sources{margin:0 0 .9rem}.workflow-extract-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.1rem;display:flex}.workflow-extract-sources .interviews-row{justify-content:space-between}.completion-report{padding:1.2rem 1.35rem 1.1rem;position:relative}.completion-dismiss{position:absolute;top:.7rem;right:.7rem}.completion-section{margin-top:1.1rem}.completion-section-title{color:#0f172a;margin:0 0 .55rem;font-size:.95rem;font-weight:600}.completion-section-note{color:#475569;margin:.55rem 0 0;font-size:.88rem;line-height:1.45}.completion-radar{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem .5rem .5rem}.completion-workflow-list{color:#1e293b;flex-direction:column;gap:.3rem;margin:0;padding-left:1.2rem;font-size:.92rem;line-height:1.5;display:flex}.completion-workflow-list li::marker{color:#94a3b8}.completion-thanks{color:var(--text);margin:.6rem 0 0;font-size:.95rem;line-height:1.5}.completion-transparency{color:#065f46;background:#f0fdf4;border:1px solid #d1fae5;border-radius:8px;margin:1.1rem 0 0;padding:.65rem .8rem;font-size:.86rem;line-height:1.45}.completion-visibility{flex-direction:column;gap:.55rem;margin-top:.85rem;display:flex}.completion-visibility-row{color:var(--text);grid-template-columns:auto 1fr;align-items:start;gap:.6rem;font-size:.92rem;line-height:1.5;display:grid}.completion-visibility-row .visibility-badge{white-space:nowrap;align-self:start}@media (width<=600px){.completion-visibility-row{grid-template-columns:1fr;gap:.3rem}}.completion-actions{gap:8px;margin-top:1rem;display:flex}@media (width<=600px){.completion-report{padding:1rem 1.05rem .95rem}}.leader-completion .completion-transparency{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.quadrant-counts{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.quadrant-count{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;align-items:center;gap:.55rem;padding:.55rem .7rem;display:flex}.quadrant-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.quadrant-count-num{color:#0f172a;min-width:1.5rem;font-size:1.05rem;font-weight:700}.quadrant-count-label{color:#475569;font-size:.88rem}.completion-finding-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.completion-finding{background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.55rem .7rem;font-size:.9rem;line-height:1.4;display:flex}.completion-finding-action{text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#e2e8f0;border-radius:999px;flex-shrink:0;padding:.18rem .5rem;font-size:.7rem;font-weight:700}.completion-finding-title{color:#0f172a}.completion-cta{justify-content:flex-start;display:flex}.why-body{margin-top:.4rem}.why-list{color:#334155;flex-direction:column;gap:.45rem;margin:.2rem 0 .7rem;padding-left:1.2rem;font-size:.92rem;line-height:1.5;display:flex}.why-list li::marker{color:#94a3b8;font-weight:600}.why-list strong{color:#0f172a}.why-list-bullets{list-style:outside}.why-list-bullets li::marker{color:#cbd5e1}.why-subhead{color:#0f172a;margin:.75rem 0 .3rem;font-size:.92rem;font-weight:600}.why-note{color:#64748b;margin:.45rem 0 0;font-size:.86rem;font-style:italic}.why-paragraph{color:#334155;margin:.3rem 0 0;font-size:.92rem;line-height:1.5}.invite-result{flex-direction:column;display:flex}.invite-link-row{align-items:stretch;gap:.5rem;display:flex}.invite-link-input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;flex:1;min-width:0;padding:.55rem .7rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.invite-link-input:focus{outline:2px solid var(--accent-strong);outline-offset:1px}.why-transparency{color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin:.3rem 0 0;padding:.65rem .8rem;font-size:.9rem;line-height:1.5}.why-transparency strong{color:#075985}.onboarding-step-meta{color:#64748b;font-size:.85rem;font-weight:500}.onboarding-step.done .onboarding-step-meta{color:#94a3b8}.onboarding-dismiss-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.onboarding-dismiss-btn:hover{color:#334155;background:#f1f5f9}@media (width<=600px){.onboarding-card{padding:.95rem 1rem .8rem}.onboarding-step{padding:.5rem .55rem}.onboarding-step-title{font-size:.92rem}.onboarding-step-caption{font-size:.82rem}.onboarding-complete{flex-wrap:wrap}}.admin-form{grid-template-columns:1fr 1fr auto;align-items:stretch;gap:.5rem;display:grid}.admin-form button,.row-form button{white-space:nowrap}@media (width<=600px){.admin-form{flex-direction:column;align-items:stretch;display:flex}}.admin-form-stack{flex-direction:column;gap:.55rem;display:flex}.admin-form-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-form-row>.admin-input,.admin-form-row>.admin-select{flex:1;min-width:180px}.admin-form-actions{justify-content:flex-end}.admin-label{color:var(--muted,#6b7280);min-width:130px;font-size:.85rem}.admin-select{appearance:auto;cursor:pointer;border:1px solid var(--border,#e5e7eb);color:inherit;background:#fff;border-radius:6px;padding:.35rem .55rem;font-family:inherit;font-size:.88rem}.admin-table .admin-select{width:100%;min-width:0}.admin-team-multi{flex-wrap:wrap;flex:1;gap:.5rem 1rem;display:flex}.admin-team-checkbox{cursor:pointer;align-items:center;gap:.35rem;font-size:.88rem;display:inline-flex}.admin-help{color:var(--muted,#6b7280);margin:0;font-size:.78rem;font-style:italic}.admin-team-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.admin-team-list-row{border:1px solid var(--border,#e5e7eb);border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .5rem;font-size:.92rem;display:flex}.admin-team-name{flex:1;min-width:0}.admin-team-edit{flex:1;min-width:0;font-size:.92rem}.admin-team-list-row .admin-remove{margin-left:auto}.link-button{color:var(--accent);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.link-button:hover{color:var(--accent-strong)}.admin-input{border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:.55rem .75rem;font-size:.9rem}.admin-list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.65rem;display:flex}.admin-list-header h2{margin:0}.admin-pager{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.65rem;display:flex}.admin-pager .ghost{padding:.2rem .6rem}.admin-section-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-search{background:var(--card-bg,#fff);border:1px solid var(--border,#e5e7eb);color:var(--muted,#6b7280);border-radius:6px;align-items:center;gap:.4rem;min-width:180px;padding:.3rem .55rem;display:inline-flex}.admin-search input{color:var(--text,#111);background:0 0;border:0;outline:0;width:100%;font-size:.85rem}.admin-search input::placeholder{color:var(--muted,#6b7280)}.admin-filter-select{border:1px solid var(--border,#e5e7eb);background:var(--card-bg,#fff);color:var(--text,#111);border-radius:6px;padding:.32rem .55rem;font-size:.85rem}.role-pill{text-transform:capitalize;letter-spacing:.02em;border-radius:999px;padding:.12rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.role-pill.role-leader{color:#1d4ed8;background:#1d4ed81f}.role-pill.role-manager{color:#6d28d9;background:#7c3aed1f}.role-pill.role-individual{color:#15803d;background:#22c55e1f}.users-table .admin-meta.small{margin-top:2px;font-size:.78rem}@media (width<=700px){.admin-page .admin-table{display:block}.admin-page .admin-table thead{display:none}.admin-page .admin-table tbody{display:block}.admin-page .admin-table tr{border:1px solid var(--border,#e5e7eb);background:var(--card-bg,#fff);border-radius:8px;margin-bottom:.65rem;padding:.55rem .7rem;display:block}.admin-page .admin-table td{border:0;border-bottom:1px solid #0000000d;width:100%;padding:.45rem 0;display:block}.admin-page .admin-table tr td:last-child{border-bottom:0}.admin-page .admin-table td[data-label]:before{content:attr(data-label);color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.68rem;font-weight:700;display:block}.admin-page .admin-table td[data-label=""]:before{display:none}.admin-page .admin-table .admin-select,.admin-page .admin-table .admin-input,.admin-page .admin-table .admin-name-input{box-sizing:border-box;width:100%;max-width:none}.admin-page .admin-table td.admin-actions{align-items:stretch}.admin-page .admin-table .admin-actions-row{justify-content:flex-end}.admin-page .admin-list-header{flex-direction:column;align-items:stretch}.admin-page .admin-section-actions{flex-direction:column;align-items:stretch;width:100%}.admin-page .admin-search,.admin-page .admin-filter-select,.admin-page .admin-section-actions>button,.admin-page .admin-section-actions>select,.admin-page .admin-section-actions .primary{width:100%}.admin-page .page-actions{flex-direction:column;align-items:stretch}.admin-page .admin-form{flex-direction:column;gap:.4rem}.admin-page .admin-form .admin-input,.admin-page .admin-form button{width:100%}}.admin-group-header{border-top:1px solid var(--border,#e5e7eb);text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#6b7280);margin:1.4rem 0 .5rem;padding-top:.85rem;font-size:.74rem;font-weight:700}.admin-group-header:first-of-type{border-top:0;margin-top:.5rem;padding-top:0}.admin-actions-row{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.status-pill{white-space:nowrap;border-radius:999px;padding:.12rem .5rem;font-size:.74rem;font-weight:600;display:inline-block}.status-pill.status-active{color:#15803d;background:#22c55e1f}.status-pill.status-pending{color:#92400e;background:#eab30826}.status-pill.status-admin{color:#1d4ed8;background:#1d4ed81f}.status-pill.status-passcode{color:#92400e;background:#f59e0b24}.roster-row-pending{opacity:.82}.roster-invite-pill{margin-left:.4rem}.status-pill.status-neutral{color:#475569;background:#64748b24}.status-pill.status-declined{color:#b91c1c;background:#dc26261a}.admin-name-input{min-width:160px;max-width:240px;padding:.22rem .4rem;font-size:.88rem;font-weight:400}.admin-row-clickable{cursor:pointer;transition:background .12s}.admin-row-clickable:hover{background:#1d4ed80a}.admin-row-clickable.admin-row-expanded{background:#1d4ed80f}.admin-row-clickable.admin-row-expanded>td{border-bottom-color:#0000}.admin-expand-row>td{border-bottom:1px solid var(--border,#e5e7eb);background:#1d4ed805;padding:0 .4rem .6rem}.quick-add-dialog{width:calc(100vw - 2rem);max-width:480px;max-height:calc(100vh - 2rem);overflow-y:auto}.quick-add-header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.quick-add-icon{color:#1d4ed8;background:#1d4ed81a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.quick-add-sub{color:var(--muted,#6b7280);margin:.25rem 0 0;font-size:.85rem}.quick-add-label{color:var(--text,#111);margin-bottom:.7rem;font-size:.85rem;font-weight:600;display:block}.quick-add-label-nested{border-left:2px solid var(--border,#e5e7eb);margin-top:-.35rem;margin-left:1.25rem;padding-left:.75rem}.quick-add-required{color:#dc2626;font-weight:700}.quick-add-role-group{border:1px solid var(--border,#e5e7eb);border-radius:8px;margin:.5rem 0 1rem;padding:.5rem .75rem .65rem}.quick-add-role-group legend{text-transform:uppercase;letter-spacing:.04em;color:var(--muted,#6b7280);padding:0 .4rem;font-size:.78rem;font-weight:700}.quick-add-role-radio{cursor:pointer;align-items:flex-start;gap:.5rem;padding:.32rem 0;font-size:.85rem;font-weight:400;display:flex}.quick-add-role-radio input[type=radio]{flex-shrink:0;margin-top:3px}.quick-add-role-radio strong{font-weight:600}.quick-add-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.quick-add-success{text-align:center;padding:1rem .5rem}.quick-add-success-icon{color:#15803d;background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:inline-flex}.quick-add-mode{border:1px solid var(--border);border-radius:10px;margin-bottom:.85rem;padding:.6rem .85rem .75rem}.quick-add-mode-legend{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding:0 .35rem;font-size:.78rem;font-weight:500}.quick-add-mode-option{cursor:pointer;align-items:flex-start;gap:.65rem;padding:.4rem .1rem;display:flex}.quick-add-mode-option input[type=radio]{margin-top:.25rem}.quick-add-mode-option>span{flex-direction:column;gap:.1rem;display:flex}.quick-add-mode-desc{color:var(--muted);font-size:.82rem}.passcode-reveal{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;flex-direction:column;align-items:center;gap:.6rem;margin:1rem 0;padding:1rem;display:flex}.passcode-reveal-label{color:#92400e;font-size:.85rem;font-weight:500}.passcode-reveal-value{letter-spacing:.1em;color:var(--text);-webkit-user-select:all;user-select:all;font-family:SF Mono,Menlo,Consolas,monospace;font-size:1.6rem}.bulk-add-dialog{width:calc(100vw - 2rem);max-width:640px;max-height:calc(100vh - 2rem);overflow-y:auto}.bulk-add-textarea{resize:vertical;min-height:96px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.82rem}.bulk-add-file-row{align-items:center;gap:.75rem;margin:-.25rem 0 .85rem;font-size:.85rem;display:flex}.bulk-add-file-btn{cursor:pointer;align-items:center;gap:.4rem;display:inline-flex}.bulk-preview{border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-bottom:.9rem;padding:.75rem .85rem}.bulk-count-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem;display:flex}.bulk-chip{background:var(--border,#e5e7eb);color:var(--text,#111);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600}.bulk-chip-ok{color:#15803d;background:#22c55e24}.bulk-chip-bad{color:#b91c1c;background:#dc26261a}.bulk-preview-scroll{border:1px solid var(--border,#f3f4f6);border-radius:8px;max-height:230px;overflow-y:auto}.bulk-results-table{border-collapse:collapse;width:100%;font-size:.84rem}.bulk-results-table th{text-align:left;color:var(--muted,#6b7280);border-bottom:1px solid var(--border,#e5e7eb);background:var(--card,#fff);padding:.45rem .6rem;font-weight:500;position:sticky;top:0}.bulk-results-table td{border-bottom:1px solid var(--border,#f3f4f6);vertical-align:top;word-break:break-word;padding:.45rem .6rem}.bulk-passcode-cell{letter-spacing:.06em;white-space:nowrap;-webkit-user-select:all;user-select:all;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.95rem}.bulk-unreadable{color:var(--muted,#6b7280);flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-top:.6rem;font-size:.8rem;display:flex}.bulk-unreadable-label{flex-basis:100%;font-weight:600}.bulk-unreadable code{background:var(--border,#f3f4f6);word-break:break-all;border-radius:4px;padding:.05rem .35rem}.bulk-progress{text-align:center;padding:1.25rem .5rem}.bulk-progress-track{background:var(--border,#e5e7eb);border-radius:999px;height:8px;margin:.75rem 0;overflow:hidden}.bulk-progress-fill{background:#1d4ed8;border-radius:999px;height:100%;transition:width .25s}.bulk-run-error{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:.85rem;padding:.75rem .85rem;font-size:.86rem;display:flex}.bulk-run-error svg{flex-shrink:0;margin-top:2px}.bulk-problems{border:1px solid var(--border,#e5e7eb);border-radius:10px;max-height:160px;margin-bottom:.85rem;padding:.5rem .75rem;font-size:.83rem;overflow-y:auto}.bulk-problem{color:var(--muted,#6b7280);padding:.25rem 0}.bulk-problem-bad{color:#b91c1c}.bulk-reissue{border:1px dashed var(--border,#e5e7eb);border-radius:10px;margin-bottom:.85rem;padding:.7rem .85rem;font-size:.85rem}.bulk-reissue p{margin:0 0 .5rem}.bulk-reissue button{align-items:center;gap:.4rem;display:inline-flex}.bulk-row-warning{color:#92400e;margin-top:.15rem;font-size:.75rem}.bulk-done .quick-add-actions{margin-top:.9rem}.bulk-done>.passcode-reveal-label{margin-bottom:.4rem;display:block}.admin-toggle{color:var(--muted,#6b7280);cursor:pointer;align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}.admin-table-wrap{margin:0 -.25rem;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-table th{text-align:left;color:var(--muted,#6b7280);border-bottom:1px solid var(--border,#e5e7eb);white-space:nowrap;padding:.55rem .7rem;font-weight:500}.admin-table td{border-bottom:1px solid var(--border,#f3f4f6);vertical-align:middle;padding:.6rem .7rem}.admin-table-wrap .admin-table{min-width:720px}.admin-table-wrap .admin-table th:first-child,.admin-table-wrap .admin-table td:first-child{min-width:180px}.admin-table-wrap .admin-table th:nth-child(2),.admin-table-wrap .admin-table td:nth-child(2){min-width:140px}.admin-table-wrap .admin-table th:nth-child(3),.admin-table-wrap .admin-table td:nth-child(3){min-width:160px}.admin-table-wrap .admin-table th:nth-child(4),.admin-table-wrap .admin-table td:nth-child(4){min-width:130px}.admin-table-wrap .admin-table th:nth-child(5),.admin-table-wrap .admin-table td:nth-child(5){white-space:nowrap;min-width:90px}.admin-table-wrap .admin-table th:nth-child(6),.admin-table-wrap .admin-table td:nth-child(6){width:1%}.admin-email{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.85rem}.admin-meta{color:var(--muted,#6b7280);font-size:.82rem}.admin-actions{text-align:right;white-space:nowrap}.admin-actions button+button,.admin-actions button+a{margin-left:.4rem}.admin-remove{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem}.admin-remove:hover{background:#fef2f2}.admin-row-removed{opacity:.55}.admin-row-removed .admin-email{text-decoration:line-through}.admin-empty{color:var(--muted,#6b7280);text-align:center;padding:1.5rem 0;font-size:.9rem}.admin-badge{color:#4338ca;background:#eef2ff;border-radius:999px;margin-left:.4rem;padding:1px 6px;font-family:system-ui,sans-serif;font-size:.7rem;display:inline-block}.login-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.75rem;margin:1rem 0 .85rem;font-size:.78rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.login-form{flex-direction:column;gap:.6rem;display:flex}.login-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .1s,box-shadow .1s}.login-input::placeholder{color:var(--muted)}.login-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1d4ed826}.login-input:disabled{opacity:.6;cursor:not-allowed}.login-actions-row{gap:.6rem;margin-top:.25rem;display:flex}.login-signin-btn,.login-signup-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;padding:.7rem 1rem;font-size:.95rem;font-weight:600;transition:background .1s,border-color .1s}.login-signin-btn{background:var(--accent);color:#fff}.login-signin-btn:hover:not(:disabled){background:var(--accent-strong)}.login-signup-btn{color:#fff;background:#475569}.login-signup-btn:hover:not(:disabled){background:#334155}.login-signin-btn:disabled,.login-signup-btn:disabled{opacity:.55;cursor:not-allowed}.auth-gate{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex}.auth-gate-loading{color:var(--muted);font-size:.9rem}.auth-gate-card{background:var(--surface);border:1px solid var(--border);text-align:center;max-width:400px;box-shadow:var(--shadow);border-radius:12px;padding:2rem 2.25rem}.auth-gate-icon{color:var(--muted);margin-bottom:.75rem}.auth-gate-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.auth-gate-sub{color:var(--muted);margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.quick-radar{flex-direction:column;gap:1.25rem;display:flex}.quick-radar .container{width:100%}.quick-radar .content{grid-template-columns:320px minmax(0,1fr);gap:1.25rem;display:grid}@media (width<=900px){.quick-radar .content{grid-template-columns:1fr}}.quick-radar .sidebar .card,.quick-radar .main .card{flex-direction:column;gap:1rem;display:flex}.quick-radar .section-header-container{margin-bottom:.5rem}.quick-radar .section-header{cursor:pointer;margin:0;font-size:1.05rem;font-weight:600}.quick-radar .section-header-input{border:1px solid var(--border);border-radius:6px;width:100%;padding:.25rem .5rem;font-family:inherit;font-size:1.05rem;font-weight:600}.quick-radar .scenario-bar{border-bottom:1px solid var(--border);flex-direction:column;gap:.4rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.quick-radar .scenario-bar-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.quick-radar .scenario-bar-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.quick-radar .scenario-select,.quick-radar .scenario-rename-input,.quick-radar .scenario-saveas-input{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex:1;min-width:120px;padding:.3rem .5rem;font-family:inherit;font-size:.9rem}.quick-radar .scenario-bar .icon-btn:disabled{opacity:.35;cursor:not-allowed}.quick-radar .team-tabs{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.4rem;display:grid}.quick-radar .tab-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:center;border-radius:6px;min-height:36px;padding:.5rem 1.4rem .5rem .6rem;font-family:inherit;font-size:.85rem;position:relative;overflow:hidden}.quick-radar .tab-delete-x{width:16px;height:16px;color:var(--muted);cursor:pointer;opacity:0;border-radius:4px;justify-content:center;align-items:center;transition:opacity .12s,background .12s,color .12s;display:inline-flex;position:absolute;top:4px;right:4px}.quick-radar .tab-button:hover .tab-delete-x,.quick-radar .tab-button.active .tab-delete-x,.quick-radar .tab-delete-x:focus-visible{opacity:1}.quick-radar .tab-delete-x:hover{color:#dc2626;background:#dc26261a}.quick-radar .tab-button:before{content:"";background:var(--tab-color);opacity:.8;height:3px;position:absolute;inset:auto 0 0}.quick-radar .tab-button.active{background:var(--tab-bg);border-color:var(--tab-color);font-weight:600}.quick-radar .member-name{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.quick-radar .member-name-input{border:1px solid var(--border);border-radius:4px;width:100%;padding:.15rem .3rem;font-family:inherit;font-size:.85rem}.quick-radar .quick-actions{gap:.5rem;display:flex}.quick-radar .skills-section{flex-direction:column;gap:.4rem;display:flex}.quick-radar .skills-header-row{border-bottom:1px solid var(--border);padding-bottom:.5rem}.quick-radar .form-group{flex-direction:column;gap:.25rem;padding-bottom:.4rem;display:flex}.quick-radar .form-group input[type=range]{flex:1;margin-right:.5rem}.quick-radar .form-group .value{text-align:right;font-variant-numeric:tabular-nums;min-width:22px;color:var(--muted);font-weight:500;display:inline-block}.quick-radar .icon-btn{padding:.2rem .35rem;background:0 0!important;border:none!important}.quick-radar .icon-btn:hover{color:var(--accent)!important}.quick-radar .radar-chart-container{position:relative}.quick-radar .radar-chart-header{z-index:2;position:absolute;top:0;right:0}.quick-radar .export-pdf-button{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.4rem .5rem}.landing{flex-direction:column;display:flex}.landing-hero{background:radial-gradient(ellipse at top, #1d4ed80f, transparent 60%), linear-gradient(180deg, var(--accent-tint-soft) 0%, #fff 100%);text-align:center;padding:3rem 1.5rem 2.5rem}.landing-hero-inner{flex-direction:column;align-items:center;gap:1rem;max-width:820px;margin:0 auto;animation:.4s ease-out landingFade;display:flex}.landing-hero-mark{justify-content:center;align-items:center;display:flex}.landing-with-brand{font-family:var(--font-family);letter-spacing:-.02em;color:#0f172a;margin:-.4rem 0 0;font-size:clamp(2rem,4.5vw,2.85rem);font-weight:700;line-height:1.15}.landing-with-word{color:var(--muted);font-weight:400}.landing-wordmark-accent{color:var(--accent)}.landing-hero-chart{background:var(--surface);border-radius:14px;width:100%;max-width:820px;margin:0 auto;animation:1.3s ease-out .5s backwards chartIn;overflow:hidden;box-shadow:0 2px 4px #0f172a14,0 24px 50px #1d4ed82e}.landing-hero-chart img{width:100%;height:auto;display:block}@keyframes chartIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-hero-chart{opacity:1;animation:none}}.landing-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#1d4ed814;border-radius:999px;padding:.4rem .85rem;font-size:.78rem;font-weight:600}.landing-headline{letter-spacing:-.02em;color:#0f172a;text-wrap:balance;max-width:28ch;margin:0;font-size:clamp(2rem,4.5vw,2.85rem);font-weight:700;line-height:1.15}.landing-headline-soft{color:#0f172a}.landing-subhead{color:#475569;text-wrap:balance;max-width:60ch;margin:0;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6}.landing-hero-cta{flex-direction:column;align-items:center;gap:.65rem;margin-top:.5rem;display:flex}.landing-cta-secondary{color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .6rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .12s,background .12s}.landing-cta-secondary:hover{color:var(--accent-strong);background:#1d4ed80f;text-decoration:underline}.landing-cta-primary{background:var(--accent);color:#fff;border-radius:10px;align-items:center;gap:.4rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 1px 2px #0f172a0f,0 8px 20px #1d4ed847}.landing-cta-primary:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 1px 2px #0f172a14,0 12px 28px #1d4ed85c}.landing-cta-note{color:#64748b;margin:-.35rem 0 0;font-size:.85rem}.landing-section{background:#fff;padding:2.75rem 1.5rem}.landing-section-mist{background:var(--bg-mist)}.landing-section-inner{max-width:1120px;margin:0 auto}.landing-section-title{letter-spacing:-.01em;text-align:center;color:#0f172a;margin:0 0 2rem;font-size:1.5rem;font-weight:600}.landing-how-heading{text-align:center;color:#0f172a;letter-spacing:-.01em;margin:0 0 .6rem;font-size:1.55rem;font-weight:600}.landing-how-subhead{text-align:center;color:#475569;max-width:720px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.55}.how-rail{text-align:left;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.how-rail-step{position:relative}.how-rail-num{font-variant-numeric:tabular-nums;color:#94a3b8;border:1.5px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.9rem;font-size:1.3rem;font-weight:400;line-height:1;display:flex}.how-rail-step-final .how-rail-num{border-color:var(--accent);color:var(--accent)}.how-rail-step:not(:last-child):after{content:"";transform-origin:0;background:#d3ddeb;width:calc(100% - 44px + .3rem);height:1.5px;position:absolute;top:22px;left:calc(44px + .6rem);transform:scaleX(0)}.how-rail-step.in-view:not(:last-child):after{animation:11s linear infinite both railDrawLoop}.how-rail-step:first-child:after{animation-delay:.35s}.how-rail-step:nth-child(2):after{animation-delay:.6s}.how-rail-step:nth-child(3):after{animation-delay:.85s}.how-rail-step:nth-child(4):after{background:linear-gradient(90deg,#d3ddeb,#1d4ed88c);animation-delay:1.1s}.how-rail-glyph{height:52px;margin-bottom:.85rem}.how-rail-glyph svg{max-width:100%;height:100%;display:block}.how-rail-title{color:#0f172a;margin-bottom:.4rem;font-size:1.02rem;font-weight:600;line-height:1.35}.how-rail-step p{color:#475569;margin:0;font-size:.92rem;line-height:1.55}@media (width<=820px){.how-rail{grid-template-columns:1fr;gap:1.9rem}.how-rail-step{grid-template-columns:3rem 1fr;column-gap:.85rem;display:grid}.how-rail-num{grid-row:1/span 3;width:36px;height:36px;margin-bottom:0;font-size:1.05rem}.how-rail-glyph{height:42px;margin-bottom:.6rem}.how-rail-step:not(:last-child):after{transform-origin:top;width:1.5px;height:calc(100% - 36px + .7rem);top:calc(36px + .5rem);left:17px;transform:scaleY(0)}.how-rail-step.in-view:not(:last-child):after{animation-name:railDrawLoopY}.how-rail-step:nth-child(4):after{background:linear-gradient(#d3ddeb,#1d4ed88c)}}@media (prefers-reduced-motion:reduce){.how-rail-step:not(:last-child):after{transition:none;animation:none;transform:none}}.landing-how-closer{text-align:center;color:#475569;max-width:760px;margin:1.5rem auto 0;font-size:.95rem;font-style:italic;line-height:1.55}.specimen-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.5rem;display:grid}.specimen-card{background:var(--surface);border:1px solid #1d4ed829;border-radius:14px;flex-direction:column;grid-column:span 2;display:flex;overflow:hidden}.specimen-card-wide{grid-column:span 3}.specimen-thumb{background:var(--accent-tint-soft);border-bottom:1px solid #1d4ed81f;padding:.9rem 1rem;line-height:0}.specimen-thumb svg{width:100%;height:150px;display:block}.specimen-body{flex-direction:column;flex:1;gap:.55rem;padding:1.15rem 1.4rem 1.4rem;display:flex}.specimen-body h3{color:#0f172a;margin:0;font-size:1.08rem;font-weight:600;line-height:1.4}.pillar-tail{color:var(--muted);margin-top:.2rem;font-size:.92rem;font-weight:400;display:block}.specimen-body p{color:#475569;margin:0;font-size:.95rem;line-height:1.55}@media (width<=1100px) and (width>=721px){.specimen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specimen-card,.specimen-card-wide{grid-column:span 1}.specimen-card:last-child{grid-column:span 2}}@media (width<=720px){.specimen-grid{grid-template-columns:1fr}.specimen-card,.specimen-card-wide{grid-column:span 1}}.specimen-thumb .sp-pop,.how-rail-glyph .sp-pop,.specimen-thumb .sp-perimeter,.specimen-thumb .sp-ring{opacity:0}.specimen-thumb .sp-grow,.how-rail-glyph .sp-grow{transform-box:fill-box;transform-origin:0;transform:scaleX(0)}.specimen-card.in-view .sp-pop{transform-box:fill-box;transform-origin:50%;animation:.5s cubic-bezier(.34,1.45,.4,1) both spPop;animation-delay:var(--d,0s)}.specimen-card.in-view .sp-grow{animation:.65s cubic-bezier(.2,.7,.3,1) both spGrowX;animation-delay:var(--d,0s)}.how-rail-step.in-view .sp-pop{transform-box:fill-box;transform-origin:50%;animation:11s linear infinite both spPopLoop;animation-delay:var(--d,0s)}.how-rail-step.in-view .sp-grow{animation:11s linear infinite both spGrowLoop;animation-delay:var(--d,0s)}.specimen-card.in-view .sp-perimeter{animation:spFadeIn .8s ease both var(--d,0s), spDashDrift 26s linear calc(var(--d,0s) + .8s) infinite}.specimen-card.in-view .sp-ring{transform-box:fill-box;transform-origin:50%;animation:2.8s ease-out 1.3s infinite spRingPulse}@keyframes spPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes spGrowX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes spFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spDashDrift{to{stroke-dashoffset:-44px}}@keyframes spRingPulse{0%{opacity:.9;transform:scale(.7)}55%{opacity:0;transform:scale(2.1)}to{opacity:0;transform:scale(2.1)}}@keyframes spPopLoop{0%{opacity:0;animation-timing-function:cubic-bezier(.34,1.45,.4,1);transform:scale(0)}4.5%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}86%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes spGrowLoop{0%{opacity:1;animation-timing-function:cubic-bezier(.2,.7,.3,1);transform:scaleX(0)}6%{opacity:1;transform:scaleX(1)}80%{opacity:1;transform:scaleX(1)}86%{opacity:0;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes railDrawLoop{0%{opacity:1;animation-timing-function:cubic-bezier(.2,.7,.3,1);transform:scaleX(0)}5%{opacity:1;transform:scaleX(1)}80%{opacity:1;transform:scaleX(1)}86%{opacity:0;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes railDrawLoopY{0%{opacity:1;animation-timing-function:cubic-bezier(.2,.7,.3,1);transform:scaleY(0)}5%{opacity:1;transform:scaleY(1)}80%{opacity:1;transform:scaleY(1)}86%{opacity:0;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@media (prefers-reduced-motion:reduce){.specimen-thumb .sp-pop,.how-rail-glyph .sp-pop,.specimen-thumb .sp-perimeter{opacity:1}.specimen-thumb .sp-grow,.how-rail-glyph .sp-grow{transform:none}.specimen-card.in-view .sp-pop,.specimen-card.in-view .sp-grow,.how-rail-step.in-view .sp-pop,.how-rail-step.in-view .sp-grow,.specimen-card.in-view .sp-perimeter,.specimen-card.in-view .sp-ring{animation:none}.specimen-thumb .sp-ring{opacity:0}}.landing-section-outputs{background:linear-gradient(180deg, #fff 0%, var(--accent-tint) 7%, var(--accent-tint) 93%, #fff 100%);will-change:transform;border-top:none;margin-bottom:-1px;padding-top:6.5rem;padding-bottom:6.5rem;transform:translateZ(0)}.landing-section-outputs+.landing-section{border-top:none}.landing .reveal{opacity:0;transition:opacity 1.4s,transform 1.4s cubic-bezier(.2,.7,.3,1);transform:translateY(16px)}.landing .reveal.in-view{opacity:1;transform:none}.landing .reveal:nth-child(2){transition-delay:.25s}.landing .reveal:nth-child(3){transition-delay:.5s}.landing .reveal:nth-child(4){transition-delay:.75s}.landing .reveal:nth-child(5){transition-delay:1s}@media (prefers-reduced-motion:reduce){.landing .reveal{opacity:1;transition:none;transform:none}}.landing-feature-beat{padding-top:0}.feature-beat-card{background:var(--bg-mist);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:1.5rem;padding:1.75rem;display:flex}.feature-beat-icon{width:64px;height:64px;color:var(--accent);background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 2px #0f172a0a,0 4px 16px #1d4ed81a}.feature-beat-text h3{letter-spacing:-.01em;color:#0f172a;margin:0 0 .4rem;font-size:1.25rem;font-weight:600}.feature-beat-text p{color:#475569;margin:0;font-size:.98rem;line-height:1.6}@media (width<=640px){.feature-beat-card{flex-direction:column}}.landing-why{background:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.landing-why-inner{text-align:center;max-width:680px;margin:0 auto}.landing-why h2{letter-spacing:-.01em;color:#0f172a;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.landing-why p{color:#334155;margin:0;font-size:1.02rem;line-height:1.65}.landing-why-positioning{border-top:1px solid #e2e8f0;padding-top:1.25rem;font-style:italic;color:#64748b!important;margin-top:1.25rem!important;font-size:.95rem!important}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.steps-grid-5{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (width<=1280px) and (width>=720px){.steps-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}.landing-section-sub{text-align:center;color:#475569;max-width:640px;margin:.5rem auto 2rem;font-size:1rem;line-height:1.6}.landing-trust{background:linear-gradient(180deg, #fff 0%, var(--accent-tint) 64px, var(--accent-tint) calc(100% - 64px), #fff 100%);padding-top:4.5rem;padding-bottom:4.5rem}.landing-trust-inner{text-align:center;max-width:1040px}.receipt{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:2rem;margin:0 0 3.25rem;padding:0;list-style:none;display:grid}.receipt-node{flex-direction:column;align-items:center;gap:.7rem;display:flex;position:relative}.receipt-node:not(:last-child):after{content:"";transform-origin:0;background:linear-gradient(90deg,#1d4ed840,#1d4ed8b3);width:2rem;height:2px;transition:transform .45s cubic-bezier(.2,.7,.3,1);position:absolute;top:61px;left:100%;transform:scaleX(0)}.receipt-node.in-view:after{transform:scaleX(1)}.receipt-node:first-child:after{transition-delay:.45s}.receipt-node:nth-child(2):after{transition-delay:.7s}.receipt-node:nth-child(3):after{transition-delay:.95s}.receipt-card{background:var(--surface);border:1px solid #1d4ed829;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:122px;padding:1rem 1.1rem;display:flex}.receipt-label{color:#0f172a;font-size:.92rem;font-weight:600}.receipt-quote-glyph{height:.95rem;color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:2.3rem;font-weight:700;line-height:1;display:block}.receipt-quote-text{color:#334155;font-size:.93rem;font-style:italic;line-height:1.45}.receipt-quote-attrib{color:var(--muted);font-size:.78rem}.receipt-rating{gap:.6rem}.receipt-rating-row{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:10.5rem;display:flex}.receipt-rating-name{color:#475569;font-size:.9rem;font-weight:500}.receipt-rating-value{color:#0f172a;font-size:1.15rem;font-weight:700}.receipt-rating-denom{color:var(--muted);font-size:.8rem;font-weight:500}.receipt-stakes-pill{color:#475569;background:#f1f5f9;border-radius:999px;padding:.18rem .6rem;font-size:.78rem;font-weight:600}.receipt-math{background:var(--accent);border-color:var(--accent);color:#fff}.receipt-math-glyph{font-family:Georgia,Times New Roman,serif;font-size:2.4rem;font-weight:600;line-height:1}.receipt-math-note{opacity:.85;max-width:16ch;font-size:.78rem;line-height:1.35}.receipt-score{text-align:left;align-items:stretch;gap:.5rem}.receipt-score-name{color:#0f172a;font-size:.9rem;font-weight:600}.receipt-score-track{background:#0f172a14;border-radius:4px;height:8px;display:block;overflow:hidden}.receipt-score-fill{background:var(--accent);transform-origin:0;border-radius:4px;width:77%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.3,1) 1.3s;display:block;transform:scaleX(0)}.receipt-node.in-view .receipt-score-fill{transform:scaleX(1)}.receipt-score-row{justify-content:space-between;align-items:baseline;display:flex}.receipt-score-value{color:#0f172a;font-size:1.15rem;font-weight:700}.receipt-score-denom{color:var(--muted);font-size:.8rem;font-weight:500}.receipt-score-verdict{color:#0f766e;font-size:.8rem;font-weight:700}.finale-ask-title{letter-spacing:-.01em;color:#0f172a;text-wrap:balance;max-width:720px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:600}.trust-colophon{border-top:1px solid #1d4ed82e;max-width:640px;margin:2.75rem auto 0;padding-top:2.25rem}.trust-colophon-link{color:inherit;flex-direction:column;align-items:center;gap:.55rem;text-decoration:none;display:flex}.trust-colophon-mark{object-fit:contain;width:56px;height:56px;margin-bottom:.2rem}.trust-colophon-name{color:#0f172a;font-size:1.02rem;font-weight:600}.trust-colophon-copy{color:#475569;max-width:52ch;font-size:.92rem;line-height:1.55}.trust-colophon-cta{color:var(--accent-strong);margin-top:.15rem;font-size:.92rem;font-weight:600}.trust-colophon-link:hover .trust-colophon-cta{text-decoration:underline}@media (width<=820px){.receipt{grid-template-columns:1fr;gap:2.1rem;max-width:340px;margin-left:auto;margin-right:auto}.receipt-node:not(:last-child):after{transform-origin:top;background:linear-gradient(#1d4ed840,#1d4ed8b3);width:2px;height:2.1rem;top:100%;left:50%;transform:scaleY(0)}.receipt-node.in-view:after{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.receipt-node:not(:last-child):after,.receipt-score-fill{transition:none;transform:none}}.compare-duel{grid-template-columns:5fr 7fr;align-items:start;gap:3rem;max-width:980px;margin:0 auto;display:grid}.compare-plain{padding-top:1rem}.compare-plain h3{color:#64748b;margin:0 0 1.1rem;font-size:1rem;font-weight:600}.compare-plain ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.compare-plain li{color:#64748b;padding-left:1.4rem;font-size:.95rem;line-height:1.5;position:relative}.compare-plain li:before{content:"";border:1.5px solid #cbd5e1;border-radius:50%;width:8px;height:8px;position:absolute;top:.4em;left:0}.compare-instrument{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.4rem 1.6rem .8rem;box-shadow:0 1px 2px #0f172a0f,0 10px 24px #0f172a1a}.compare-instrument h3{color:#0f172a;border-bottom:1px solid #eef2f7;margin:0;padding-bottom:.8rem;font-size:1.1rem;font-weight:600}.compare-instrument ul{margin:0;padding:0;list-style:none}.compare-instrument li{color:#334155;align-items:flex-start;gap:.7rem;padding:.7rem 0;font-size:.95rem;line-height:1.5;display:flex}.compare-instrument li+li{border-top:1px solid #eef2f7}.compare-instrument li svg{box-sizing:content-box;color:var(--good);background:#15803d1f;border-radius:50%;flex-shrink:0;margin-top:1px;padding:3px}@media (width<=720px){.compare-duel{grid-template-columns:1fr;gap:2rem}.compare-plain{padding-top:0}}.step-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;display:flex}.step-num{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.4rem;font-weight:600;display:flex}.step-card h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:600}.step-card p{color:#475569;margin:0;font-size:.95rem;line-height:1.55}@media (width<=820px){.pillars-grid,.steps-grid{grid-template-columns:1fr}.landing-hero,.landing-section{padding:3rem 1.25rem}}@keyframes landingFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html,body{overflow-x:clip}@media (width<=768px){input[type=email],input[type=password],input[type=text],input[type=number],input[type=tel],input[type=url],input[type=search],textarea,select{font-size:16px}}@media (width<=1100px){.brand-tag{display:none}}@media (width<=800px){.app-header{padding-left:max(.85rem, env(safe-area-inset-left));padding-right:max(.85rem, env(safe-area-inset-right));gap:.5rem}.brand{font-size:.95rem}.brand-company,.header-nav{display:none}.mobile-nav{display:block}.user-menu{display:none}.mobile-logout-btn{display:inline-flex}.admin-gear-link,.mobile-nav-trigger,.mobile-logout-btn{color:#fff;background:0 0;border:1px solid #ffffff38;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.admin-gear-link:hover,.mobile-nav-trigger:hover,.mobile-logout-btn:hover{background:#ffffff1f}.admin-gear-link,.admin-gear-link.active,.admin-gear-link:hover,.mobile-logout-btn,.mobile-logout-btn:hover{background:0 0;border-color:#0000}.user-menu-name{display:none}.user-menu-trigger{padding:.25rem}.app-main{padding:1rem .85rem}.quick-radar .sidebar .card,.quick-radar .main .card{padding:.85rem}.quick-radar .team-tabs{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.3rem}.quick-radar .tab-button{min-height:32px;padding:.4rem 1.1rem .4rem .45rem;font-size:.8rem}.quick-radar .tab-delete-x{opacity:1}.landing-hero{padding:3rem 1rem 2.5rem}.landing-hero-mark img{width:64px;height:64px}.landing-headline{font-size:clamp(1.6rem,7vw,2rem)}.admin-form{grid-template-columns:1fr}.admin-card{padding:.85rem}.admin-table th,.admin-table td{padding:.5rem .45rem;font-size:.82rem}.admin-email{word-break:break-all;font-size:.78rem}.admin-col-secondary{display:none}}.survey-page .page-sub{margin:.35rem 0 0;font-size:.92rem}.dim-nav-groups{flex-direction:column;gap:.65rem;margin:.5rem 0 1rem;display:flex}.dim-nav-group{border:1px solid var(--border,#e5e7eb);background:#fafafa;border-radius:10px;padding:.5rem .65rem .55rem}.dim-nav-group-sentiment{background:linear-gradient(#db27770a,#7c3aed0d);border-color:#7c3aed40}.dim-nav-group-label{color:#374151;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.78rem;font-weight:700;display:flex}.dim-nav-group-sentiment .dim-nav-group-label{color:#7c3aed}.dim-nav-group-sub{text-transform:none;letter-spacing:0;color:var(--muted,#6b7280);font-weight:500}.dim-nav-group-lock{flex-shrink:0}.dim-nav-group-chips.dim-nav.survey-nav{margin:0}.dim-pill-sentiment{background:#ffffffa6}.dim-pill-sentiment.filled{background:#db277714}.step-text-private{color:#7c3aed;align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.section-intro-sentiment{background:linear-gradient(#db27770a,#7c3aed0f);border-left-color:#7c3aed!important}.section-eyebrow-transition{color:#15803d;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:inline-flex}.section-intro-heading-large{letter-spacing:-.01em;margin:0;font-size:1.5rem}.sentiment-privacy-banner{background:#fdf4ff;border:1px solid #e9d5ff;border-radius:8px;margin-top:1rem;padding:.85rem 1rem}.sentiment-privacy-text{color:#4b5563;margin:0 0 .6rem;font-size:.9rem}.sentiment-share-toggle{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.sentiment-share-toggle input[type=checkbox]{accent-color:#7c3aed;cursor:pointer;flex-shrink:0;width:1rem;height:1rem}.sentiment-private-msg p{color:#6b7280;margin:0;font-size:.9rem}.team-sentiment-panel .section-title{align-items:center;gap:.5rem;display:flex}.team-sentiment-table{border-collapse:collapse;width:100%;margin-top:.75rem;font-size:.88rem}.team-sentiment-table th{text-align:left;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:.4rem .6rem;font-size:.78rem;font-weight:600}.team-sentiment-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.45rem .6rem}.team-sentiment-table tr:last-child td{border-bottom:none}.team-sentiment-mean{white-space:nowrap;font-variant-numeric:tabular-nums;color:#7c3aed;min-width:5rem;font-weight:600}@supports (padding:max(0px)){.app-main{padding-bottom:max(1.5rem, env(safe-area-inset-bottom))}}.sentiment-gate{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.sentiment-caption{margin-bottom:.6rem}.sentiment-clusters{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.25rem;display:grid}.sentiment-cluster{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.45rem;padding:.85rem .9rem;display:flex}.sentiment-cluster-label{letter-spacing:.06em;text-transform:uppercase;color:#475569;font-size:.72rem;font-weight:600}.sentiment-cluster-value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:1.85rem;font-weight:600;line-height:1}.sentiment-cluster-unit{color:#94a3b8;margin-left:2px;font-size:.85rem;font-weight:400}.sentiment-cluster-bar{background:#f1f5f9;border-radius:4px;height:12px;overflow:hidden}.sentiment-cluster-fill{border-radius:0;height:100%;transition:width .2s,background .2s;display:block}.sentiment-cluster-blurb{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=980px){.sentiment-clusters{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.sentiment-clusters{grid-template-columns:1fr}.sentiment-cluster-blurb{-webkit-line-clamp:unset}}.sentiment-toggle{color:var(--accent-strong);cursor:pointer;background:0 0;border:none;align-items:center;margin-top:.9rem;padding:0;font-size:.85rem;display:inline-flex}.sentiment-toggle:hover{text-decoration:underline}.sentiment-detail{border-top:1px dashed #e2e8f0;margin-top:.6rem;padding-top:.6rem}.sentiment-detail-group+.sentiment-detail-group{margin-top:1rem}.sentiment-detail-heading{text-transform:uppercase;letter-spacing:.04em;color:#475569;margin:0 0 .4rem;font-size:.85rem;font-weight:600}.sentiment-detail-table{border-collapse:collapse;width:100%;font-size:.85rem}.sentiment-detail-table th,.sentiment-detail-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.35rem .5rem}.sentiment-detail-table th{color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.sentiment-dist{background:#f1f5f9;border-radius:4px;gap:0;width:100%;height:12px;display:flex;overflow:hidden}.sentiment-dist-cell{border-radius:0;min-width:0;height:100%;display:block;box-shadow:inset -1px 0 #ffffffd9}.sentiment-dist-cell:last-child{box-shadow:none}.sentiment-dist-cell.d0{background:#b91c1c}.sentiment-dist-cell.d1{background:#fb923c}.sentiment-dist-cell.d2{background:#94a3b8}.sentiment-dist-cell.d3{background:#4ade80}.sentiment-dist-cell.d4,.sentiment-dist-cell.d5{background:#15803d}.sentiment-info{vertical-align:middle;color:#94a3b8;cursor:help;margin-left:.3rem;display:inline-flex;position:relative}.sentiment-info:hover,.sentiment-info:focus-visible{color:#475569;outline:none}.sentiment-info-bubble{z-index:50;color:#f8fafc;text-transform:none;letter-spacing:normal;pointer-events:none;opacity:0;visibility:hidden;background:#0f172a;border-radius:6px;width:240px;margin-top:.4rem;padding:.45rem .6rem;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.45;transition:opacity .12s,visibility .12s;position:absolute;top:100%;left:0;box-shadow:0 6px 16px #0f172a40}.sentiment-info-bubble:after{content:"";background:#0f172a;width:8px;height:8px;position:absolute;top:-4px;left:10px;transform:rotate(45deg)}.sentiment-info:hover .sentiment-info-bubble,.sentiment-info:focus-within .sentiment-info-bubble{opacity:1;visibility:visible}.icon-tip{position:relative}.icon-tip-bubble{z-index:50;color:#f8fafc;text-align:left;text-transform:none;letter-spacing:normal;pointer-events:none;opacity:0;visibility:hidden;background:#0f172a;border-radius:6px;width:240px;margin-top:.4rem;padding:.45rem .6rem;font-size:.78rem;font-style:normal;font-weight:400;line-height:1.45;transition:opacity .12s,visibility .12s;position:absolute;top:100%;right:0;box-shadow:0 6px 16px #0f172a40}.icon-tip-bubble:after{content:"";background:#0f172a;width:8px;height:8px;position:absolute;top:-4px;right:10px;transform:rotate(45deg)}.icon-tip:hover .icon-tip-bubble,.icon-tip:focus-visible .icon-tip-bubble{opacity:1;visibility:visible}.sentiment-detail-note{margin:0 0 .6rem}.workflow-source{border-bottom:1px dashed #f1f5f9;margin-top:-.3rem;margin-bottom:.6rem;padding:.4rem 0 .6rem}.quote-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}@media (width<=720px){.quote-grid{grid-template-columns:1fr}}.quote-bucket .quote-bucket-heading{letter-spacing:.06em;text-transform:uppercase;color:#475569;margin:0 0 .5rem;font-size:.72rem;font-weight:600}.voice-list{grid-template-columns:1fr;gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.voice-quote{background:#fafafa;border:1px solid #e2e8f0;border-radius:8px;padding:.7rem .9rem .7rem 2.1rem;position:relative}.voice-quote-mark{color:#94a3b8;position:absolute;top:.75rem;left:.75rem}.voice-text{color:#1e293b;white-space:pre-line;margin:0;padding:0;font-size:.92rem;font-style:italic;line-height:1.45}.voice-attribution{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.voice-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-strong,#1d4ed8);white-space:nowrap;background:#eff6ff;border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.voice-role{font-size:.78rem}.exec-summary-card h2{align-items:center;gap:.5rem;display:inline-flex}.exec-summary-badge{letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f1f5f9;border-radius:999px;margin-left:.5rem;padding:.15rem .45rem;font-size:.65rem;font-weight:500}.exec-summary-body p{color:#0f172a;margin:0 0 .85rem;font-size:.98rem;line-height:1.6}.exec-summary-body p:last-child{margin-bottom:0}.exec-summary-badge-stale{color:#b45309;background:#fef3c7;font-weight:600}.dim-insight-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.25rem;display:grid}@media (width<=980px){.dim-insight-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.dim-insight-grid{grid-template-columns:1fr}}.dim-insight{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.55rem;padding:.95rem 1rem;display:flex}.dim-insight header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.dim-insight h3{margin:0;font-size:.95rem;font-weight:600}.dim-insight-avg{font-variant-numeric:tabular-nums;color:#475569;background:#f1f5f9;border-radius:999px;padding:.1rem .5rem;font-size:.78rem;font-weight:600}.dim-insight-blurb{margin:0}.dim-insight-row{grid-template-columns:70px 1fr auto;align-items:baseline;gap:.5rem;display:grid}.dim-insight-label{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;font-size:.7rem;font-weight:700}.dim-insight-dim{color:#0f172a;font-size:.9rem}.dim-insight-score{font-variant-numeric:tabular-nums;color:#0f172a;font-size:1rem;font-weight:600}.dim-insight-people{margin:.3rem 0 0;line-height:1.45}.sentiment-narrative-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem;display:grid}@media (width<=720px){.sentiment-narrative-grid{grid-template-columns:1fr}}.sentiment-narrative-block{background:#fafafa;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem 1rem}.sentiment-narrative-heading{letter-spacing:.06em;text-transform:uppercase;color:#475569;margin:0 0 .55rem;font-size:.78rem;font-weight:600}.sentiment-narrative-list{color:#1e293b;flex-direction:column;gap:.35rem;margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.45;display:flex}.sentiment-narrative-list li{white-space:pre-line}.person-grid td[data-heat]{text-align:center;font-variant-numeric:tabular-nums;font-weight:600}.person-grid td[data-heat="5"]{color:#fff;background:#15803d}.person-grid td[data-heat="4"]{color:#064e3b;background:#4ade80}.person-grid td[data-heat="3"]{color:#fff;background:#94a3b8}.person-grid td[data-heat="2"]{color:#431407;background:#fb923c}.person-grid td[data-heat="1"]{color:#fff;background:#b91c1c}.person-grid td[data-heat=na]{color:#cbd5e1;background:#f8fafc;font-weight:400}.privacy-banner{border:1px solid #c7d2fe;border-left:4px solid var(--accent-strong,#1d4ed8);color:#0f172a;background:#eff6ff;border-radius:8px;flex-direction:column;gap:.65rem;margin-bottom:.85rem;padding:.85rem 1rem;display:flex}.privacy-banner-header{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.privacy-banner-icon{color:var(--accent-strong,#1d4ed8);flex-shrink:0}.privacy-banner-body{color:#1e293b;flex-direction:column;gap:.3rem;margin:0;padding:0;font-size:.88rem;line-height:1.5;list-style:none;display:flex}.privacy-tier-label{color:#0f172a;margin-right:.25rem;font-weight:600}.why-intro{color:#0f172a;background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #16a34a;border-radius:8px;margin-bottom:.85rem;padding:1rem 1.15rem}.why-intro h2{margin:0 0 .4rem;font-size:1.05rem}.why-intro p{color:#1e293b;margin:0 0 .5rem;font-size:.92rem;line-height:1.55}.why-intro p:last-child{margin-bottom:0}.onboarding-last-edited{border-top:1px dashed #e2e8f0;margin:.75rem 0 0;padding-top:.65rem}.heatmap-legend{margin-bottom:.4rem;line-height:1.7}.heatmap-color-key{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.heatmap-swatch{vertical-align:-2px;border-radius:3px;width:.85rem;height:.85rem;margin-right:.25rem;display:inline-block}.heatmap-swatch[data-heat="5"]{background:#15803d}.heatmap-swatch[data-heat="4"]{background:#4ade80}.heatmap-swatch[data-heat="3"]{background:#94a3b8}.heatmap-swatch[data-heat="2"]{background:#fb923c}.heatmap-swatch[data-heat="1"]{background:#b91c1c}.diagnose-page section[id]{scroll-margin-top:72px}.modal-dialog.history-modal{width:90vw;max-width:720px;max-height:85vh;overflow-y:auto}.history-detail-meta{margin:0 0 .85rem;font-size:.82rem}.history-detail-summary{border:1px solid #6366f12e;border-left:3px solid var(--accent);background:#6366f10a;border-radius:8px;padding:.85rem 1rem;font-size:.9rem;line-height:1.55}.history-detail-summary p{margin:0 0 .7rem}.history-detail-summary p:last-child{margin-bottom:0}.history-snapshot-details{margin-top:1rem}.history-snapshot-details summary{cursor:pointer;color:var(--muted);padding:.35rem 0;font-size:.85rem}.history-snapshot-json{color:#f1f5f9;background:#0f172a;border-radius:6px;max-height:360px;margin-top:.5rem;padding:.7rem .85rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;line-height:1.45;overflow:auto}.history-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.history-list-item{text-align:left;background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;width:100%;padding:.65rem .85rem;transition:border-color .12s,background .12s;display:block}.history-list-item:hover{border-color:var(--accent);background:#6366f10a}.history-list-meta{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.3rem;display:flex}.history-list-when{color:var(--text);font-size:.9rem;font-weight:600}.history-list-restored-badge{color:var(--accent);letter-spacing:.02em;background:#6366f11f;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:600;display:inline-block}.history-list-preview{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.diagnose-section-group+.diagnose-section-group{margin-top:1.5rem}.diagnose-section-group-header{cursor:pointer;text-align:left;background:#6366f10f;border:1px solid #6366f133;border-radius:10px;align-items:center;gap:.85rem;width:100%;margin-bottom:1rem;padding:.85rem 1rem;transition:background .15s,border-color .15s;display:flex}.diagnose-section-group-header:hover:not(:disabled){background:#6366f11c;border-color:#6366f152}.diagnose-section-group-header:disabled{cursor:default;opacity:1}.diagnose-section-group-text{flex-direction:column;flex:1;gap:.15rem;display:flex}.diagnose-section-group-text h2{color:var(--text);margin:0;font-size:1.15rem;font-weight:600}.diagnose-section-group-text p{margin:0;font-size:.88rem}.diagnose-section-group-chevron{color:var(--accent);flex-shrink:0;transition:transform .18s}.diagnose-section-group.collapsed .diagnose-section-group-chevron{transform:rotate(-90deg)}.diagnose-section-group-body{flex-direction:column;gap:1.25rem;display:flex}.diagnose-section-group-body[hidden]{display:none}.exec-summary-completeness{border-top:1px solid var(--border);margin-top:1rem;padding-top:.7rem}.sentiment-cluster-anchor{font-weight:400}.workflow-finding-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.workflow-finding-list>li{padding:0}.workflow-finding-list-name{color:#0f172a;margin-bottom:.1rem;font-weight:600;line-height:1.3}.workflow-finding-list-rationale{line-height:1.45}.stay-human-block{margin-bottom:1rem}.stay-human-workflow-list{grid-template-columns:repeat(2,1fr);gap:.6rem;margin-top:.5rem;display:grid}.stay-human-workflow-list>li{background:#fafafa;border:1px solid #e2e8f0;border-radius:8px;padding:.7rem .9rem}.workflow-finding-list-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:4px;margin-bottom:.4rem;padding:.15rem .45rem;font-size:.62rem;font-weight:600;display:inline-block}.workflow-finding-list-tag--judgment{color:#4338ca;background:#6366f11f}.workflow-finding-list-tag--stakes{color:#b45309;background:#f59e0b24}.workflow-finding-list-tag--both{color:#475569;background:#64748b24}.stay-human-sub-heading{letter-spacing:.05em;text-transform:uppercase;color:#475569;margin:1rem 0 .35rem;font-size:.72rem;font-weight:600}.stay-human-block+.stay-human-sub-heading{margin-top:1.25rem}.monday-plan-slots{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;margin:1rem 0;display:grid}.monday-slot{background:#fff;border:1px solid #bfdbfe;border-radius:8px;padding:.85rem .95rem}.monday-slot-label{letter-spacing:.06em;text-transform:uppercase;color:#1d4ed8;margin-bottom:.4rem;font-size:.7rem;font-weight:600}.monday-slot-name{color:#0f172a;margin-bottom:.25rem;font-weight:600;line-height:1.3}.monday-slot-meta{margin-top:.15rem}.role-display--editable{cursor:pointer}.role-display--editable:hover{color:var(--text);-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.role-inline-input{font:inherit;border:none;border-bottom:1px solid var(--border);background:0 0;outline:none;width:100%;min-width:8rem;padding:0}.opp-tooltip{z-index:1000;background:var(--surface);width:320px;color:var(--text);border:1px solid var(--border);pointer-events:none;border-radius:8px;padding:.7rem .85rem;font-size:.82rem;font-weight:400;line-height:1.45;box-shadow:0 8px 24px #0f172a24}.opp-tooltip-header{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:.45rem;padding-bottom:.35rem;font-size:.9rem;font-weight:600;line-height:1.3}.opp-tooltip-rows{grid-template-columns:auto 1fr;gap:.3rem .7rem;margin:0;display:grid}.opp-tooltip-rows dt{color:var(--muted);padding-top:.1rem;font-size:.78rem;font-weight:500}.opp-tooltip-rows dd{color:var(--text);margin:0}.opp-tooltip-notes{white-space:pre-wrap;color:var(--muted);font-size:.8rem;font-style:italic;line-height:1.4}.primary.is-disabled,a.primary[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.admin-pdf-templates{max-width:none}.pdf-templates-layout{grid-template-columns:260px minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (width<=1100px){.pdf-templates-layout{grid-template-columns:1fr}}.admin-modules{max-width:none}.module-lib-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}@media (width<=1100px){.module-lib-layout{grid-template-columns:1fr}.module-lib-header{box-shadow:none;position:static}}.module-lib-list,.module-lib-preview{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.75rem}.module-lib-list-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.module-lib-list-header h2{margin:0;font-size:.95rem}.module-lib-list-header .primary{align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;display:inline-flex}.module-lib-part{margin-top:.5rem}.module-lib-part-header{text-transform:uppercase;letter-spacing:.5px;color:var(--muted,#64748b);margin:.4rem 0 .2rem;font-size:.72rem;font-weight:700}.module-lib-rows{flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.module-lib-row{border:1px solid #0000;border-radius:.375rem;transition:border-color 80ms,background 80ms}.module-lib-row:hover{background:var(--surface-alt,#00000008)}.module-lib-row.is-active{background:var(--surface-alt,#0f172a0d);border-color:var(--border)}.module-lib-row-main{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:none;padding:.45rem .55rem;display:block}.module-lib-row-name{align-items:center;gap:.3rem;font-size:.88rem;font-weight:600;display:flex}.module-lib-draft-dot{background:#f59e0b;border-radius:999px;width:8px;height:8px;display:inline-block}.module-lib-row-tags{flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:.3rem;display:flex}.module-lib-editor{flex-direction:column;gap:1rem;width:100%;min-width:0;max-width:880px;display:flex}.module-lib-preview-body{overflow-y:auto}@media (width>=1101px){.module-lib-list,.module-lib-editor{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:calc(100vh - 100px);position:sticky;top:76px;overflow-y:auto}}.module-lib-cards{flex-direction:column;gap:.75rem;display:flex}.module-lib-card{cursor:pointer;transition:border-color .12s,box-shadow .12s;position:relative}.module-lib-card:hover{border-color:var(--accent,#2563eb)}.module-lib-card:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.module-lib-card.is-selected{cursor:default;border-color:var(--accent,#2563eb);box-shadow:0 0 0 2px #2563eb26}.module-lib-card-marks{color:var(--muted,#64748b);align-items:center;gap:.35rem;display:inline-flex;position:absolute;top:.5rem;right:.6rem}.module-lib-card-pencil{opacity:0;transition:opacity .12s}.module-lib-card:hover .module-lib-card-pencil,.module-lib-card:focus-visible .module-lib-card-pencil{opacity:1}.module-lib-controls{border-top:1px dashed var(--border);margin-top:.75rem;padding-top:.7rem}.module-lib-add{align-self:flex-start}.module-lib-drawer>summary{cursor:pointer;padding:.5rem 0;font-size:.9rem;font-weight:600}.module-lib-drawer[open]>summary{margin-bottom:.5rem}.module-lib-settings{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;padding:.6rem .85rem}.module-lib-row-count{color:var(--muted,#64748b);font-size:.72rem}.module-lib-header{z-index:3;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.85rem 1rem;position:sticky;top:0;box-shadow:0 2px 8px #0f172a0f}.module-lib-header-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem 1rem;display:flex}.module-lib-header-id{flex:260px;min-width:0}.module-lib-name-row{align-items:flex-start;gap:.5rem;display:flex}.module-lib-header-chips{flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-top:.5rem;display:flex}.module-lib-header-part{color:var(--muted,#64748b);font-size:.75rem}.module-lib-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.module-lib-group{flex-direction:column;display:flex}.module-lib-group+.module-lib-group{margin-top:.5rem}.module-lib-qrow{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:var(--surface);border:1px solid var(--border,#e2e8f0);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .7rem;display:flex}.module-lib-qrow:hover{border-color:var(--accent,#1d4ed8)}.module-lib-qrow-prompt{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.88rem;overflow:hidden}.module-lib-qrow-chevron{color:var(--muted,#64748b);flex-shrink:0}.inline-field-label{letter-spacing:.02em;color:var(--muted,#64748b);font-size:.72rem;font-weight:600}.inline-field-heading{color:var(--text,#0f172a);font-size:1.35rem;font-weight:700;line-height:1.2}.pdf-templates-list{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.75rem}.pdf-templates-list-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.pdf-templates-list-header h2{margin:0;font-size:.95rem}.pdf-templates-list-header .primary{align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;display:inline-flex}.pdf-templates-list-rows{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.pdf-templates-list-row{border:1px solid #0000;border-radius:.375rem;align-items:stretch;transition:border-color 80ms,background 80ms;display:flex}.pdf-templates-list-row:hover{background:var(--surface-alt,#00000008)}.pdf-templates-list-row.is-active{background:var(--surface-alt,#0f172a0d);border-color:var(--border)}.pdf-templates-list-row.is-new{font-style:italic}.pdf-templates-list-row-main{text-align:left;cursor:pointer;min-width:0;font:inherit;color:inherit;background:0 0;border:none;flex:1;padding:.5rem .6rem}.pdf-templates-list-row-name{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.pdf-templates-list-row-swatches{align-items:center;gap:.35rem;margin-top:.25rem;display:flex}.pdf-templates-list-row-swatches span{border:1px solid #0000001a;border-radius:3px;width:14px;height:14px}.pdf-templates-default-tag{text-transform:uppercase;color:var(--accent,#1abc9c);letter-spacing:.5px;font-size:.7rem;font-style:normal;font-weight:600}.pdf-templates-list-row-actions{align-items:center;gap:.15rem;padding:.4rem .4rem .4rem 0;display:flex}.icon-only{justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.pdf-templates-form{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;flex-direction:column;gap:.85rem;padding:1rem;display:flex}.pdf-templates-form-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.pdf-templates-form-header h2{margin:0;font-size:1rem}.pdf-templates-form-header .primary{align-items:center;gap:.3rem;display:inline-flex}.pdf-templates-color-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width>=900px){.pdf-templates-color-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.pdf-templates-footer-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.pdf-templates-logo-row{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.pdf-templates-logo-mode{cursor:pointer;align-items:center;gap:.3rem;font-size:.85rem;display:inline-flex}.pdf-templates-emoji-input{text-align:center;width:4rem;font-size:1.5rem}.pdf-templates-logo-upload{align-items:center;gap:.75rem;display:flex}.pdf-templates-logo-upload-btn{cursor:pointer;border:1px solid var(--border);border-radius:.375rem;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.85rem;display:inline-flex}.pdf-templates-logo-thumb{border:1px solid var(--border);background:#fff;border-radius:4px;max-width:80px;max-height:40px}.admin-error.inline{margin-top:.4rem;font-size:.8rem}.color-swatch-picker{flex-direction:column;gap:.35rem;display:flex}.color-swatch-picker-label{color:var(--text);font-size:.8rem;font-weight:600}.color-swatch-picker-row{align-items:center;gap:.4rem;display:flex}.color-swatch-picker-native{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;width:36px;height:28px;padding:0}.color-swatch-picker-hex{border:1px solid var(--border);background:var(--surface);border-radius:4px;flex:1;padding:.3rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.color-swatch-picker-presets{flex-wrap:wrap;gap:.3rem;display:flex}.color-swatch-picker-preset{cursor:pointer;border:2px solid #0000;border-radius:4px;width:22px;height:22px;padding:0;transition:border-color 80ms,transform 80ms}.color-swatch-picker-preset:hover{transform:scale(1.08)}.color-swatch-picker-preset.is-selected{border-color:var(--text)}.color-swatch-picker-hint{color:var(--muted);margin:0;font-size:.72rem}.pdf-templates-preview{position:sticky;top:1rem}.pdf-preview-pane{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;flex-direction:column;height:calc(100vh - 12rem);min-height:600px;max-height:900px;display:flex;overflow:hidden}.pdf-preview-pane-header{border-bottom:1px solid var(--border);background:var(--surface-alt,#00000005);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.pdf-preview-pane-label{font-size:.8rem;font-weight:600}.pdf-preview-pane-header-actions{align-items:center;gap:.4rem;display:flex}.pdf-preview-pane-label em{color:var(--muted);margin-left:.4rem;font-style:italic;font-weight:400}.pdf-preview-pane-frame{background:#525659;border:none;flex:1;width:100%}.pdf-templates-usecount-tag{color:var(--muted);letter-spacing:.25px;font-size:.7rem;font-style:normal;font-weight:500}.pdf-templates-assignments{background:var(--surface-alt,#00000008);border-left:3px solid var(--accent,#1abc9c);border-radius:0 4px 4px 0;flex-direction:column;gap:.3rem;padding:.6rem .8rem;font-size:.85rem;display:flex}.pdf-templates-assignments-empty{border-left-color:var(--border);color:var(--muted);background:0 0;font-style:italic}.pdf-templates-assignments-row strong{color:var(--text);margin-right:.25rem}.pdf-template-cell-select{min-width:160px;max-width:220px;padding:.25rem .4rem;font-size:.85rem}.pdf-preview-pane-empty{color:var(--muted);flex:1;justify-content:center;align-items:center;font-size:.85rem;display:flex}.pdf-fullscreen-backdrop{z-index:2000;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;animation:.12s ease-out modalFade;display:flex;position:fixed;inset:0}.pdf-fullscreen-dialog{background:#fff;border-radius:12px;flex-direction:column;width:92vw;max-width:1400px;height:92vh;animation:.14s ease-out modalRise;display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a59}.pdf-fullscreen-header{border-bottom:1px solid var(--border);background:#f9fafb;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;display:flex}.pdf-fullscreen-header h2{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.pdf-fullscreen-header-actions{flex-shrink:0;gap:.5rem;display:flex}.pdf-fullscreen-iframe{background:#f3f4f6;border:0;flex:auto;width:100%;height:100%}.pdf-fullscreen-empty{color:var(--muted);flex:1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.pdf-fullscreen-fallback{text-align:center;background:#f3f4f6;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:2rem 1.5rem;display:flex}.pdf-fullscreen-fallback p{color:var(--text);margin:0;font-size:.95rem;font-weight:600}.pdf-fullscreen-fallback-sub{color:var(--muted)!important;font-size:.85rem!important;font-weight:400!important}.pdf-fullscreen-fallback-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.8rem;display:flex}@media (width<=768px){.pdf-fullscreen-backdrop{padding:0}.pdf-fullscreen-dialog{border-radius:0;width:100vw;max-width:none;height:100dvh}}.traffic-panel-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;gap:1rem;display:grid}
