:root{--brand-900:#19002d;--brand-800:#301942;--brand-700:#361d60;--brand-500:#8b88ff;--brand-400:#b69af2;--brand-300:#d4a9fe;--brand-100:#b69af224;--bg:#fafafa;--surface:#fff;--surface-frosted:#ffffffeb;--border:#e4ebf3;--border-strong:#d4d8df;--text:#19002d;--text-muted:#6b6b75;--text-subtle:#9aa0ab;--danger:#c32b2b;--danger-bg:#fff1f1;--danger-border:#f4c2c2;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 2px #19002d0f, 0 1px 1px #19002d0a;--shadow-md:0 6px 20px #19002d14, 0 2px 4px #19002d0a;--shadow-lg:0 16px 40px #19002d29, 0 6px 12px #19002d0f;--shadow-panel:0 28px 56px #19002d52, 0 12px 24px #19002d2e, 0 0 0 1px #19002d0f;--sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);letter-spacing:-.005em;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.45}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}button{font:inherit;cursor:pointer;letter-spacing:inherit}input,textarea{font:inherit;color:inherit;letter-spacing:inherit}button.primary,button.ghost{white-space:nowrap;border:1px solid #0000;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .12s}button.primary{background:var(--brand-300);color:var(--brand-900);box-shadow:var(--shadow-sm)}button.primary:hover:not(:disabled){background:var(--brand-400)}button.primary:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}button.ghost:hover{background:var(--brand-100);border-color:var(--brand-400)}button.danger{border:1px solid var(--danger-border);background:var(--surface);color:var(--danger);white-space:nowrap;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .12s}button.danger:hover:not(:disabled){background:var(--danger-bg)}button.danger:disabled{opacity:.5;cursor:not-allowed}.modal-foot-left{margin-right:auto}.app{flex-direction:column;height:100%;display:flex}.app-header{color:#fff;background:#6c5cc4 url(/Hero.png) 50%/cover no-repeat;flex-shrink:0;align-items:center;height:64px;padding:0;display:flex}.app-header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1480px;margin:0 auto;padding:0 24px;display:flex}.app-header--project{padding-left:256px}.app-header--project .app-header-inner{max-width:1544px;padding:0 32px}.app-brand{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.app-logo{height:30px}.app-brand-sep{background:#ffffff40;width:1px;height:22px}.app-brand-name{letter-spacing:-.015em;font-size:17px;font-weight:600}.app-header-actions{align-items:center;gap:14px;display:flex}.app-user{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:13px;overflow:hidden}.app-link{color:#fff;font-size:13.5px;font-weight:600;text-decoration:none}.app-link:hover{text-decoration:underline}.app-header .ghost{color:#fff;background:0 0;border-color:#ffffff4d}.app-header .ghost:hover{background:#ffffff1f}.app-main{flex:1;overflow-y:auto}.page{max-width:1480px;margin:0 auto;padding:28px 24px 64px}.page h1{letter-spacing:-.015em;margin:0 0 20px;font-size:24px;font-weight:700}.page-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-head h1{margin:0}.pad{padding:32px 24px}.muted{color:var(--text-muted)}.error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:8px;margin:24px;padding:12px 16px}.back-link{color:var(--brand-700);margin-bottom:12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.empty{text-align:center;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--text-muted);max-width:640px;margin:24px auto;padding:48px 24px}.empty h2{color:var(--text);margin:0 0 6px}.ext-client{margin-bottom:32px}.client-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:20px;overflow:hidden}.client-card-title{background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.client-card-title h2{margin:0;font-size:16px;font-weight:700}.client-card-actions{align-items:center;gap:8px;display:flex}.client-card-body{padding:18px 20px}.project-card-wrap{position:relative}.card-edit{color:var(--brand-700);background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;opacity:0;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;transition:opacity .12s;position:absolute;top:10px;right:10px}.project-card-wrap:hover .card-edit,.card-edit:focus-visible{opacity:1}.card-edit:hover{border-color:var(--brand-400);background:var(--brand-100)}.edit-section-label{margin-top:18px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.project-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);flex-direction:column;gap:4px;padding:16px;text-decoration:none;display:flex}.project-card:hover{background:var(--surface);border-color:var(--brand-400);box-shadow:var(--shadow-sm)}.project-card strong{font-size:15px}.client-domains{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 12px;display:flex}.client-domains-label{color:var(--text-muted);font-size:12px;font-weight:600}.home-clients-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:stretch;gap:18px;display:grid}.home-client-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-sm);flex-direction:column;padding:16px 18px 8px;display:flex}.home-client-card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.home-client-card-title{align-items:center;gap:10px;min-width:0;display:flex}.home-client-logo{object-fit:cover;background:var(--bg);border:1px solid var(--border);border-radius:8px;flex:none;width:40px;height:40px}.home-client-card-head h2{letter-spacing:-.01em;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;overflow:hidden}.client-logo-edit{align-items:center;gap:12px;margin-bottom:4px;display:flex}.client-logo-preview{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.client-logo-preview img{object-fit:cover;width:100%;height:100%;display:block}.client-logo-placeholder{background:repeating-linear-gradient(45deg, var(--bg), var(--bg) 6px, var(--border) 6px, var(--border) 7px);width:100%;height:100%}.file-btn{cursor:pointer;align-items:center;display:inline-flex}.file-btn input{display:none}.home-client-card-empty{margin:2px 0 12px;font-size:13px}.home-project-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.home-project-item{border-top:1px solid var(--border);align-items:center;gap:8px;padding:10px 0;display:flex}.home-project-link{min-width:0;color:inherit;flex-direction:column;flex:1;gap:2px;text-decoration:none;display:flex}.home-project-item-name{color:var(--text);align-items:center;gap:8px;font-weight:600;display:flex}.home-project-link:hover .home-project-item-name{color:var(--brand-700);text-decoration:underline}.home-project-item-desc{color:var(--text-muted);font-size:12.5px;line-height:1.4}.home-project-item-actions{flex:none}.home-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.home-table thead th:first-child{border-top-left-radius:var(--radius)}.home-table thead th:last-child{border-top-right-radius:var(--radius)}.home-table tr:last-child td:first-child{border-bottom-left-radius:var(--radius)}.home-table tr:last-child td:last-child{border-bottom-right-radius:var(--radius)}.home-table{border-collapse:collapse;width:100%;font-size:13.5px}.home-table th{text-align:left;color:var(--brand-700);background:var(--bg);border-bottom:1px solid var(--border);padding:11px 14px;font-size:12.5px;font-weight:700}.home-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:11px 14px}.home-table tr:last-child td{border-bottom:none}.home-client-row td{background:var(--brand-100);font-size:14px}.home-project-name{padding-left:36px}.home-project-name a{color:var(--text);font-weight:600;text-decoration:none}.home-project-name a:hover{color:var(--brand-700);text-decoration:underline}.home-actions{text-align:right;white-space:nowrap;width:1%}.danger-text{color:var(--danger)}.menu-wrap{display:inline-block;position:relative}.menu-trigger{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;font-size:16px;font-weight:700;line-height:1}.menu-trigger:hover,.menu-trigger[aria-expanded=true]{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.menu-backdrop{z-index:40;position:fixed;inset:0}.menu-pop{z-index:41;background:var(--surface);border:1px solid var(--border);min-width:170px;box-shadow:var(--shadow-lg);text-align:left;white-space:normal;border-radius:8px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.menu-item{text-align:left;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:13px;font-weight:600}.menu-item:hover{background:var(--brand-100)}.menu-item.danger-text{color:var(--danger)}.menu-item.danger-text:hover{background:var(--danger-bg)}.archived-tag{color:var(--text-muted);background:var(--bg);border:1px solid var(--border-strong);border-radius:999px;align-self:flex-start;margin-top:4px;padding:1px 7px;font-size:11px;font-weight:700}.primary-link{color:var(--brand-700);margin-top:12px;font-weight:700;text-decoration:none;display:inline-block}.primary-link:hover{text-decoration:underline}.admin-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:24px;display:flex}.admin-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:14px;font-weight:600}.admin-tab:hover{color:var(--text)}.admin-tab.active{color:var(--brand-700);border-bottom-color:var(--brand-700)}.admin-cols{grid-template-columns:280px 1fr;align-items:start;gap:28px;display:grid}.admin-list{flex-direction:column;gap:6px;display:flex}.admin-row{background:var(--surface);border:1px solid var(--border);color:var(--text);text-align:left;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.admin-row:hover{border-color:var(--brand-400)}.admin-row.active{border-color:var(--brand-700);background:var(--brand-100)}.admin-row .muted{font-size:12px;font-weight:500}.admin-detail{min-width:0}.admin-detail h2{margin:0 0 16px;font-size:18px;font-weight:700}.admin-h3{margin:24px 0 4px;font-size:14px;font-weight:700}.inline-form{gap:8px;margin:8px 0 4px;display:flex}.inline-form .pf-input{flex:1}.chip-list{flex-wrap:wrap;gap:8px;margin:6px 0;display:flex}.chip{background:var(--brand-100);border:1px solid var(--brand-400);color:var(--brand-800);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.chip-x{color:var(--brand-700);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1}.chip-x:hover{color:var(--danger)}.chip-check{background:var(--surface);border:1px solid var(--border-strong);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:13px;font-weight:500;display:inline-flex}.switch-label{cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.admin-signins{text-align:center;font-variant-numeric:tabular-nums}.admin-ms{display:inline-block}.admin-ms-trigger{border:1px solid var(--border-strong);background:var(--surface);min-width:190px;max-width:280px;color:var(--text);font:inherit;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;font-size:13px;display:inline-flex}.admin-ms-trigger:hover:not(:disabled){border-color:var(--brand-400)}.admin-ms-trigger:disabled{color:var(--text-muted);cursor:default}.admin-ms-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-ms-caret{color:var(--text-muted);flex:none;font-size:11px}.admin-ms-pop{z-index:41;background:var(--surface);border:1px solid var(--border-strong);min-width:220px;max-height:280px;box-shadow:var(--shadow-md,0 8px 24px #14002824);border-radius:10px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.admin-ms-option{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;display:flex}.admin-ms-option:hover{background:var(--bg)}.sign-in{background:radial-gradient(1200px 600px at 50% -200px, #b69af233, transparent 70%), var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:64px 20px;display:flex}.sign-in-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-panel);text-align:center;padding:56px 48px 44px}.sign-in-logo{height:44px;margin:0 auto 36px;display:block}.sign-in-card h1{color:var(--brand-900);letter-spacing:-.015em;margin:0 0 12px;font-size:24px;font-weight:700}.sign-in-subtext{color:var(--text-muted);margin:0 0 28px;font-size:14px;line-height:1.5}.sign-in-form{flex-direction:column;gap:10px;display:flex}.email-input,.code-input{width:100%;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:12px 14px;font-size:14px}.email-input:focus,.code-input:focus{border-color:var(--brand-500);outline:none;box-shadow:0 0 0 4px #8b88ff2e}.code-input{text-align:center;letter-spacing:.4em;font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.sign-in-submit{width:100%;padding:12px 16px;font-size:14px}.sign-in-alts{margin-top:16px;font-size:13px}.linkish{color:var(--brand-700);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.linkish:hover{text-decoration:underline}.sign-in-error{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border);border-radius:8px;margin-top:16px;padding:10px 14px;font-size:13px}.sign-in-foot{color:var(--text-subtle);margin-top:36px;font-size:12px}.pf-journey-grid{padding:0;overflow:hidden}.pf-jmap-frame{border-radius:var(--radius);background:var(--surface);overflow:hidden}.pf-journey--fullscreen{z-index:60;background:var(--bg);width:100vw;max-width:none;height:100vh;margin:0;padding:20px 28px 28px;position:fixed;inset:0;overflow:auto}.pf-journey--fullscreen .pf-jmap-frame{max-height:calc(100vh - 190px);overflow:hidden}.pf-journey--fullscreen .pf-jmap-wrap{max-height:calc(100vh - 190px);overflow:auto}.pf-journey-empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:80px 20px;display:flex}.pf-journey-empty-icon{background:var(--brand-100);color:#6c5cc4;border-radius:18px;justify-content:center;align-items:center;width:66px;height:66px;margin-bottom:4px;display:flex}.pf-journey-empty-icon svg{width:32px;height:32px}.pf-journey-empty h2{margin:0;font-size:18px}.pf-journey-empty p{max-width:340px;margin:0}.pf-journey-empty button{margin-top:6px}.pf-jmap-wrap{overscroll-behavior-x:contain;overflow-x:auto}.pf-jmap{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;font-size:12.5px}.pf-jmap th,.pf-jmap td{border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;text-align:left;padding:12px 14px}.pf-jmap tr :last-child{border-right:none}.pf-jmap tbody tr:last-child th,.pf-jmap tbody tr:last-child td{border-bottom:none}.pf-jmap-corner,.pf-jmap-rowlabel{z-index:3;box-shadow:1px 0 0 var(--border);width:190px;min-width:190px;color:var(--brand-700);background:#f1edf9;font-weight:700;position:sticky;left:0}.pf-jmap th.pf-jmap-rowlabel{vertical-align:middle}.pf-jmap-corner{z-index:4}.pf-jmap thead th{background:var(--bg)}.pf-jmap thead th.pf-jmap-phase,.pf-jmap thead th.pf-jmap-corner{vertical-align:middle;background:#f1edf9}.pf-jmap-phase-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.pf-jmap-phase-name{color:var(--text);flex:1;font-size:14px;font-weight:700}.pf-jmap-divider-cell{background:var(--brand-100);border-top:1px solid var(--brand-700);border-bottom:1px solid var(--brand-700);padding:0}.pf-jmap-divider-label{color:var(--brand-700);padding:5px 14px;font-size:11.5px;font-weight:700;display:inline-block;position:sticky;left:0}.pf-jmap-rowlabel-inner{align-items:center;gap:6px;display:flex}.pf-drag-handle{color:var(--text-subtle);cursor:grab;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:2px 1px;display:inline-flex}.pf-drag-handle:hover{color:var(--brand-700)}.pf-drag-handle:active{cursor:grabbing}.pf-jmap-dragging{opacity:.45}.pf-jmap-row-drop>th,.pf-jmap-row-drop>td{box-shadow:inset 0 2px 0 0 var(--brand-700)}.pf-jmap-col-drop{box-shadow:inset 2px 0 0 0 var(--brand-700);background:var(--brand-100)!important}.pf-jmap-cell{word-break:break-word}.pf-jmap-text{color:var(--text);margin:0;line-height:1.45}.pf-jmap-empty{color:var(--text-subtle)}.pf-jmap-items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pf-jmap-item-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.pf-jmap-item-label{color:var(--text)}.pf-jmap-channel{align-items:center;gap:7px;display:flex}.pf-jmap-dim{flex-direction:column;gap:2px;display:flex}.pf-jmap-scores{flex-wrap:wrap;gap:6px;display:flex}.pf-pill{text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.5;display:inline-flex}.pf-pill-weight{background:var(--brand-100);color:var(--brand-700)}.pf-pill-score{background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.pf-jt-scores{flex-wrap:wrap;gap:6px;display:flex}.pf-jmap-sig{margin:0}.pf-jmap-sig img{border-radius:8px;max-width:100%;display:block}.pf-jmap-sig figcaption{color:var(--text-muted);margin-top:4px;font-size:11.5px}.pf-jmap-cell-click{cursor:pointer}.pf-jmap-phase-name.pf-linkish{font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.pf-jmap-phase-name.pf-linkish:hover{color:var(--brand-700)}.pf-jt-sig{align-items:flex-start;gap:14px;display:flex}.pf-jt-sig-img{border-radius:8px;max-width:180px;display:block}.pf-jt-sig-controls{flex-direction:column;flex:1;gap:8px;display:flex}.pf-jt-sections{flex-direction:column;gap:18px;margin-top:8px;display:flex}.pf-jt-section{border-top:1px solid var(--border);padding-top:14px}.pf-jt-section-title,.pf-takeover-body .pf-field-label{color:var(--text);letter-spacing:-.01em;font-size:15px;font-weight:700}.pf-jt-section-title{margin:0 0 10px}.pf-journey-titlerow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pf-cohort-pill{background:var(--brand-100);color:var(--brand-700);white-space:nowrap;text-align:center;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600;line-height:1.4;display:inline-block}.pf-jmap-eye{justify-content:center;align-items:center;padding:8px 10px;display:inline-flex}.pf-head-actions .pf-menu-trigger{border:1px solid var(--border-strong);background:var(--surface);width:auto;height:auto;color:var(--text);border-radius:8px;padding:8px 12px;font-size:18px}.pf-head-actions .pf-menu-trigger:hover,.pf-head-actions .pf-menu-trigger[aria-expanded=true]{background:var(--brand-100);border-color:var(--brand-400)}.pf-jmap-eye svg{width:18px;height:18px}.pf-rowvis-pop{min-width:240px;padding:8px}.pf-rowvis-title{text-transform:uppercase;letter-spacing:.03em;color:var(--brand-700);padding:4px 8px 8px;font-size:11.5px;font-weight:700}.pf-rowvis-item{align-items:center;gap:4px;padding:3px 6px 3px 8px;display:flex}.pf-rowvis-item .pf-switch{flex:1;justify-content:space-between}.pf-rowvis-foot{border-top:1px solid var(--border);margin-top:6px;padding-top:6px}.pf-rowvis-foot button{justify-content:center;width:100%}.pf-jt-items{flex-direction:column;gap:8px;margin:0 0 10px;padding:0;list-style:none;display:flex}.pf-jt-item{align-items:center;gap:8px;display:flex}.pf-jt-item>:first-child{flex:1;min-width:0}.pf-jt-item--card{border:1px solid var(--border);background:var(--bg);border-radius:10px;align-items:stretch;padding:11px 12px;position:relative}.pf-jt-item--card>.pf-jt-remove{position:absolute;top:8px;right:8px}.pf-jt-group{flex-direction:column;flex:1;gap:8px;min-width:0;padding-right:30px;display:flex}.pf-jt-item--card>.pf-jt-subrow{flex:1;min-width:0;padding-right:30px}.pf-jt-subrow{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.pf-jt-subfield{flex-direction:column;gap:4px;min-width:0;display:flex}.pf-jt-subfield--grow{flex:1}.pf-jt-sublabel{color:var(--text-muted);font-size:11.5px;font-weight:600}.pf-jt-static{border:1px solid var(--border-strong);background:var(--surface);min-width:0;color:var(--text);border-radius:8px;flex:1;padding:9px 12px;font-size:14px}.pf-jt-sev{flex:none;width:140px}.pf-jt-linked{flex-direction:column;gap:2px;display:flex}.pf-jt-channel{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.pf-jt-channel .pf-jt-static{flex:1}.pf-jt-item-name{color:var(--text);font-weight:400}.pf-jt-meta{color:var(--text-muted);font-size:11.5px}.pf-jt-meta--linked{padding:8px 0}.pf-jt-remove{border:1px solid var(--border);background:var(--surface);width:26px;height:26px;color:var(--text-muted);cursor:pointer;border-radius:6px;flex:none;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.pf-jt-remove:hover{color:var(--danger,#c32b2b);border-color:currentColor}.pf-jt-add{align-items:center;gap:8px;display:flex}.pf-jt-add .pf-input{flex:1}.pf-takeover-backdrop{z-index:40;background:#19002d59;justify-content:flex-end;display:flex;position:fixed;inset:0}.pf-takeover{background:var(--surface);flex-direction:column;width:min(820px,94vw);height:100%;animation:.16s pf-takeover-in;display:flex;box-shadow:-12px 0 40px #19002d2e}@keyframes pf-takeover-in{0%{opacity:.6;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.pf-takeover-head{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.pf-takeover-head h2{margin:0;font-size:17px}.pf-takeover-head-actions{align-items:center;gap:12px;display:flex}.pf-takeover-body{flex:1;padding:20px 24px 48px;overflow-y:auto}.pf-layout{background:var(--bg);height:100%;color:var(--text);flex-direction:column;display:flex}.pf-topbar{color:#fff;z-index:20;background:#6c5cc4;flex-shrink:0;justify-content:space-between;align-items:center;height:68px;padding:0 20px;display:flex;position:relative}.pf-brand{align-items:center;gap:12px;display:flex}.pf-logo{height:32px}.pf-brand-sep{background:#ffffff40;width:1px;height:24px}.pf-brand-name{letter-spacing:-.015em;font-size:18px;font-weight:600}.pf-topbar-actions{align-items:center;gap:10px;display:flex}.pf-user{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:13px;overflow:hidden}.pf-topbar-actions .ghost{color:#fff;background:0 0;border:1px solid #ffffff4d}.pf-topbar-actions .ghost:hover{background:#ffffff1f}.pf-body{flex:1;height:100%;min-height:0;display:flex}.pf-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:2px;width:256px;padding:16px 12px;display:flex;overflow-y:auto}.pf-project-back{color:var(--text-muted);border-radius:8px;align-self:flex-start;align-items:center;gap:6px;margin:0 0 12px;padding:7px 12px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.pf-project-back:hover{background:var(--brand-100);color:var(--brand-700)}.pf-project-name{border-bottom:1px solid var(--border);letter-spacing:-.01em;color:var(--text);align-items:center;gap:10px;margin:0 12px 18px;padding-bottom:18px;font-size:16px;font-weight:700;line-height:1.3;display:flex}.pf-project-logo{object-fit:cover;border:1px solid var(--border);border-radius:6px;flex:none;width:28px;height:28px}.pf-project-name-text{min-width:0}.pf-sidelink{color:var(--text-muted);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.pf-sidelink svg{width:16px;height:16px;color:var(--text-subtle);flex-shrink:0;transition:color .12s}.pf-sidelink:hover{background:var(--brand-100);color:var(--text)}.pf-sidelink:hover svg{color:var(--brand-700)}.pf-sidelink.active{color:#fff;background:#19002d;font-weight:600}.pf-sidelink.active svg{color:#fff}.pf-sidebar-group{border-top:1px solid var(--border);color:var(--brand-700);margin:20px 12px 6px;padding-top:16px;font-size:11.5px;font-weight:700}.pf-sidebar-note{color:var(--text-subtle);margin:12px;font-size:11.5px;line-height:1.45}.pf-main{flex:1;min-width:0;padding:28px 32px 64px;overflow-y:auto}.pf-page{max-width:1480px;margin:0 auto}.pf-page-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.pf-page-head h1{letter-spacing:-.015em;margin:0 0 4px;font-size:24px;font-weight:700}.pf-page-head p{color:var(--text-muted);margin:0;font-size:14px}.pf-head-actions{gap:8px;display:flex}.pf-back{color:var(--brand-700);background:0 0;border:none;margin-bottom:12px;padding:0;font-size:13px;font-weight:600}.pf-back:hover{text-decoration:underline}.pf-meta-row{align-items:center;gap:10px;margin:6px 0;display:flex}.pf-title-sep{color:var(--text-subtle);font-weight:400}.pf-page .primary,.pf-modal .primary{background:var(--brand-300);color:var(--brand-900);border:1px solid var(--brand-300);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.pf-page .primary:hover,.pf-modal .primary:hover{background:var(--brand-400);border-color:var(--brand-400)}.pf-page .primary:disabled{opacity:.5;cursor:not-allowed}.pf-page .ghost,.pf-modal .ghost{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.pf-page .ghost:hover{background:var(--brand-100);border-color:var(--brand-400)}.tiny{padding:4px 10px!important;font-size:12px!important}.pf-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;font-size:13.5px}.pf-table th,.pf-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:11px 14px}.pf-table thead th{background:var(--bg);color:var(--brand-700);font-size:12.5px;font-weight:700}.pf-dim-list{color:var(--text-muted);max-width:380px;font-size:12.5px}.pf-table tbody tr:last-child td{border-bottom:none}.pf-table-clickable tbody tr,.pf-clickable-row{cursor:pointer}.pf-table-clickable tbody tr:hover,.pf-clickable-row:hover{background:var(--brand-100)}.pf-row-inactive{opacity:.5}.pf-name-cell{align-items:center;gap:10px;display:flex}.pf-improve-thumb,.pf-improve-thumb-empty{border-radius:8px;flex-shrink:0;width:40px;height:40px}.pf-improve-thumb{object-fit:cover;border:1px solid var(--border);background:var(--bg)}.pf-improve-thumb-empty{border:1px dashed var(--border-strong);background:var(--bg)}.pf-archived-tag{color:var(--text-muted);background:var(--bg);border:1px solid var(--border-strong);vertical-align:middle;border-radius:999px;margin-left:8px;padding:1px 7px;font-size:11px;font-weight:700;display:inline-block}.pf-row-actions{white-space:nowrap;text-align:right}.pf-row-actions button+button{margin-left:6px}.pf-muted{color:var(--text-muted)}.pf-small{font-size:12px}.pf-clamp{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pf-swatch{vertical-align:middle;border-radius:3px;width:12px;height:12px;margin-right:8px;display:inline-block}.pf-ok{color:#0f9b8e;font-weight:600}.pf-warn{color:var(--danger);font-weight:600}.pf-toolbar{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.pf-toolbar .pf-input{max-width:280px}.pf-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:20px;padding:14px;display:flex}.pf-filter-block{flex-direction:column;gap:4px;display:flex}.pf-filter-block .pf-input{min-width:140px}.pf-filter-multi{font-size:13px}.pf-filter-multi summary{cursor:pointer;padding:8px 0;font-weight:600}.pf-filter-chips{flex-wrap:wrap;gap:8px;max-width:360px;padding:8px 0;display:flex}.pf-chip-check{align-items:center;gap:5px;font-size:12.5px;display:flex}.pf-input{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);border-radius:8px;padding:9px 12px;font-size:14px}.pf-input:hover{border-color:#b9bdc6}.pf-input:focus{border-color:var(--brand-500);box-shadow:0 0 0 4px var(--brand-100);outline:none}textarea.pf-input{resize:vertical}.pf-field{margin-bottom:14px;display:block}.pf-field-label{color:var(--brand-700);margin-bottom:5px;font-size:12.5px;font-weight:700;display:block}.pf-field-hint{color:var(--text-subtle);margin-top:4px;font-size:12px;display:block}.pf-req{color:var(--danger)}.pf-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.pf-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#19002d73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pf-modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:left;white-space:normal;flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex}.pf-modal-xwide{max-width:820px}.pf-modal-wide{max-width:640px}.pf-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.pf-modal-head h2{margin:0;font-size:17px;font-weight:700}.pf-modal-close{color:var(--text-muted);background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1}.pf-modal-body{padding:20px;font-size:15px;overflow-y:auto}.pf-modal-body .pf-field-label{font-size:14px}.pf-modal-body .pf-small{font-size:13px}.pf-modal-body .pf-score-dot{width:34px;height:34px;font-size:14px}.pf-modal-body .pf-input{font-size:14.5px}.pf-modal-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.pf-tag,.pf-status,.pf-hml{vertical-align:middle;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.pf-status{text-transform:capitalize}.pf-hml{text-align:center;min-width:22px}.pf-value{text-align:center;font-variant-numeric:tabular-nums;border-radius:6px;min-width:44px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.pf-source-chip{white-space:nowrap;vertical-align:middle;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.pf-score{gap:6px;display:inline-flex}.pf-score-dot{border:1px solid var(--border-strong);background:var(--surface);width:30px;height:30px;color:var(--text-muted);border-radius:8px;font-size:13px;font-weight:600}.pf-score-dot.active{background:var(--brand-700);border-color:var(--brand-700);color:#fff}.pf-score-dot:disabled{opacity:.6}.pf-score-clear{width:22px;height:30px;color:var(--text-subtle);cursor:pointer;background:0 0;border:none;font-size:15px}.pf-score-clear:hover{color:var(--text)}.pf-pending{white-space:nowrap;color:#b45309;background:#f59e0b1a;border:1px solid #f59e0b44;border-radius:6px;padding:2px 8px;font-size:11.5px;font-weight:600;display:inline-block}.pf-pending-banner{background:#f59e0b14;border:1px solid #f59e0b55;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.pf-weight-warn{color:#b45309;margin:8px 0 0;font-size:12.5px}.pf-weight-warn a{color:inherit;font-weight:600}.pf-cohort-select{max-width:320px}.pf-title-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.pf-cohort-icon{background:var(--brand-400);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pf-cohort-icon svg{width:60%;height:60%}.pf-cohort-icon-sm{border-radius:7px;width:28px;height:28px}.pf-cohort-icon-md{width:40px;height:40px}.pf-name-with-icon{align-items:center;gap:10px;display:flex}.pf-channel-icon{background:var(--brand-100);color:var(--brand-700);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pf-channel-icon svg{width:62%;height:62%}.pf-channel-icon-sm{border-radius:5px;width:22px;height:22px}.pf-channel-icon-md{width:34px;height:34px}.pf-icon-picker{flex-wrap:wrap;gap:8px;display:flex}.pf-icon-choice{background:var(--bg);width:40px;height:40px;color:var(--text-muted);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.pf-icon-choice svg{width:20px;height:20px}.pf-icon-choice:hover{background:var(--brand-100);color:var(--brand-700)}.pf-icon-choice.active{background:var(--brand-400);border-color:var(--brand-700);color:#fff}.pf-title-net,.pf-hml-labelled{align-items:center;gap:6px;display:inline-flex}.pf-section-head-actions{align-items:center;gap:10px;display:flex}.pf-weight-readonly{font-variant-numeric:tabular-nums;font-weight:600}.pf-row-selected>td{background:var(--brand-100)}.pf-assess-inline{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin-top:14px;padding:16px}.pf-added-dims{flex-direction:column;gap:6px;margin:0 0 14px;padding:0;list-style:none;display:flex}.pf-added-dims li{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:13.5px;display:flex}.pf-added-dim-remove{color:var(--danger);cursor:pointer;background:0 0;border:none;font-size:12.5px;font-weight:600}.pf-added-dim-remove:hover{text-decoration:underline}.pf-modal-totals{flex-direction:column;gap:8px;margin-top:16px;display:flex}.pf-cell-with-chip{align-items:center;gap:8px;display:inline-flex}.pf-table th.pf-center,.pf-table td.pf-center{text-align:center}.pf-modal-title{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.pf-title-chip{background:var(--brand-100);color:var(--brand-700);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700}.pf-assess-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.pf-cohort-dash{flex-direction:column;gap:4px;display:flex}.pf-metric-of{color:var(--text-subtle);font-weight:600}.pf-dash-group{margin-bottom:18px}.pf-dash-group:last-child{margin-bottom:0}.pf-dash-group-title{color:var(--brand-700);margin:0 0 8px;font-size:12.5px;font-weight:700}.pf-dash-table{table-layout:fixed}.pf-dash-table td{vertical-align:middle;word-break:break-word}.pf-netval{font-variant-numeric:tabular-nums;font-weight:600}.pf-minibar{justify-content:flex-end;align-items:center;display:flex}.pf-minibar-track{background:var(--bg);border-radius:3px;width:100%;max-width:150px;height:13px;position:relative}.pf-minibar-axis{background:var(--border-strong);width:1px;position:absolute;top:0;bottom:0;left:50%}.pf-minibar-fill{border-radius:2px;position:absolute;top:2px;bottom:2px}.pf-matrix{grid-template-rows:1fr 26px;grid-template-columns:26px 1fr;gap:6px;margin-top:8px;display:grid}.pf-matrix-yaxis{writing-mode:vertical-rl;text-align:center;color:var(--text-muted);grid-area:1/1;font-size:11px;font-weight:600;transform:rotate(180deg)}.pf-matrix-plot{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-area:1/2;height:340px;position:relative}.pf-matrix-xaxis{text-align:center;color:var(--text-muted);grid-area:2/2;font-size:11px;font-weight:600}.pf-matrix-vline{background:var(--border);width:1px;position:absolute;top:0;bottom:0;left:50%}.pf-matrix-hline{background:var(--border);height:1px;position:absolute;top:50%;left:0;right:0}.pf-matrix-quad{letter-spacing:.02em;text-transform:uppercase;color:var(--text-subtle);pointer-events:none;font-size:10.5px;font-weight:700;position:absolute}.pf-matrix-quad.tl{top:8px;left:10px}.pf-matrix-quad.tr{top:8px;right:10px}.pf-matrix-quad.bl{bottom:8px;left:10px}.pf-matrix-quad.br{bottom:8px;right:10px}.pf-action-tag{white-space:nowrap;border-radius:6px;flex:none;padding:3px 8px;font-size:11px;font-weight:700}.pf-action-tag.validate{color:#fff;background:#6c5cc4}.pf-action-tag.invest{background:var(--brand-100);color:var(--brand-700)}.pf-action-tag.low{color:var(--text-muted);background:#eef0f3}.pf-action-tag.park{color:var(--text-subtle);background:#eef0f3}.pf-matrix-point{align-items:center;gap:6px;max-width:46%;display:flex;position:absolute;transform:translate(-6px,50%)}.pf-matrix-point.flip{flex-direction:row-reverse;transform:translate(calc(6px - 100%),50%)}.pf-matrix-point.flip .pf-matrix-label{text-align:right}.pf-matrix-dot{background:var(--brand-700);width:12px;height:12px;box-shadow:0 0 0 3px var(--brand-100);border-radius:50%;flex-shrink:0}.pf-matrix-label{white-space:nowrap;text-overflow:ellipsis;color:var(--text);font-size:12px;font-weight:600;overflow:hidden}.pf-assess-picker{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.pf-dim-tabs{flex-wrap:wrap;gap:6px;display:flex}.pf-dim-tab{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600}.pf-dim-tab:hover{border-color:var(--brand-400)}.pf-dim-tab.active{background:var(--brand-700);border-color:var(--brand-700);color:#fff}.pf-dim-add-select{max-width:240px;margin-left:auto}.pf-assess-dim{border:1px solid var(--border);border-radius:var(--radius);padding:16px}.pf-assess-dim-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.pf-stage-stack{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.pf-stage-row{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding-bottom:12px;display:flex}.pf-stage-row:last-child{border-bottom:none;padding-bottom:0}.pf-stage-row .pf-field-label{width:220px;margin-bottom:0}.pf-modal-foot-left{margin-right:auto}.pf-stage-block{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding-bottom:14px;display:flex}.pf-stage-block:last-child{border-bottom:none;padding-bottom:0}.pf-measure-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pf-measure-date{flex:none;width:150px}.pf-measure-notes{flex:180px;min-width:140px}.pf-measure-remove{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;flex:none;font-size:17px;line-height:1}.pf-measure-remove:hover{color:var(--danger,#c32b2b);border-color:currentColor}.pf-add-measure{align-self:flex-start;font-size:12.5px}.pf-stage-choices{flex-wrap:wrap;gap:8px;display:flex}.pf-stage-choice{border:1px solid var(--border);background:var(--surface);min-width:90px;color:var(--text);cursor:pointer;border-radius:8px;flex:1 1 0;padding:9px 12px;font-size:13px;font-weight:600}.pf-stage-choice.active{border-color:var(--brand-400);background:var(--brand-400);color:#fff}.pf-stage-choice:disabled{opacity:.45;cursor:not-allowed}.pf-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.pf-switch-label{color:var(--brand-700);font-size:13px;font-weight:600}.pf-switch-track{background:var(--border-strong);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background .12s;position:relative}.pf-switch-track.on{background:var(--brand-700)}.pf-switch-thumb{width:18px;height:18px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:transform .12s;position:absolute;top:2px;left:2px}.pf-switch-track.on .pf-switch-thumb{transform:translate(18px)}.pf-menu-col{text-align:right;width:44px}.pf-menu-wrap{display:inline-block;position:relative}.pf-menu-trigger{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;font-size:16px;font-weight:700;line-height:1}.pf-menu-trigger:hover,.pf-menu-trigger[aria-expanded=true]{background:var(--bg);border-color:var(--border-strong);color:var(--text)}.pf-menu-backdrop{z-index:40;position:fixed;inset:0}.pf-menu-pop{z-index:41;background:var(--surface);border:1px solid var(--border);min-width:150px;box-shadow:var(--shadow-lg);text-align:left;border-radius:8px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.pf-menu-item{text-align:left;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:13px;font-weight:600}.pf-menu-item:hover{background:var(--brand-100)}.pf-menu-item.danger{color:var(--danger)}.pf-menu-item.danger:hover{background:var(--danger-bg)}.pf-weight-total{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:700;display:inline-block}.pf-weight-total-row td{background:var(--bg);border-bottom:none}.pf-weight-table{table-layout:fixed}.pf-weight-table th:first-child{width:42%}.pf-weight-table th:nth-child(2){width:15%}.pf-weight-table th:nth-child(3),.pf-weight-table th:nth-child(4){width:11%}.pf-weight-table th:nth-child(5){width:15%}.pf-weight-table th:nth-child(6){width:6%}.pf-weight-total-label{text-align:right;color:var(--brand-700);font-size:12.5px;font-weight:700}.pf-weight-total.ok{color:#0f766e;background:#14b8a61a;border:1px solid #14b8a644}.pf-weight-total.bad{color:#be123c;background:#f43f5e1a;border:1px solid #f43f5e44}.pf-panel-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.pf-stage-value{align-items:center;gap:6px;margin-left:12px;display:inline-flex}.pf-spinner{text-align:center;color:var(--text-muted);padding:48px}.pf-error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:13.5px}.pf-empty{text-align:center;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--text-muted);padding:48px 24px}.pf-empty h3{color:var(--text);margin:0 0 6px}.pf-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px;padding:20px}.pf-section>h2{margin:0 0 14px;font-size:16px;font-weight:700}.pf-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.pf-section-head h2{margin:0;font-size:16px;font-weight:700}.pf-image-grid{flex-wrap:wrap;gap:12px;display:flex}.pf-image-tile{position:relative}.pf-image-thumb{border:1px solid var(--border);background:var(--bg);cursor:zoom-in;border-radius:8px;width:132px;height:99px;padding:0;display:block;overflow:hidden}.pf-image-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pf-image-del{border:2px solid var(--surface);background:var(--danger);color:#fff;cursor:pointer;border-radius:50%;width:22px;height:22px;font-size:14px;line-height:1;position:absolute;top:-7px;right:-7px}.pf-lightbox{z-index:1000;cursor:zoom-out;background:#19002dcc;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.pf-lightbox img{max-width:100%;max-height:100%;box-shadow:var(--shadow-lg);border-radius:8px}.pf-checklist{flex-direction:column;gap:10px;display:flex}.pf-check-row{align-items:flex-start;gap:9px;font-size:13.5px;display:flex}.pf-color-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pf-color-dot{border:2px solid #0000;border-radius:7px;width:26px;height:26px}.pf-color-dot.active{border-color:var(--text)}.pf-color-input{border:1px solid var(--border-strong);background:0 0;border-radius:6px;width:40px;height:30px;padding:0}.pf-ai-summary{background:var(--brand-100);border:1px solid var(--brand-400);border-radius:var(--radius);flex-direction:column;gap:8px;margin-bottom:18px;padding:14px 16px;display:flex;position:relative}.pf-ai-head{justify-content:space-between;align-items:center;display:flex}.pf-ai-summary p{margin:0;font-size:14px;line-height:1.5}.pf-ai-badge{text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--brand-700);border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:10px;font-weight:700}.pf-ai-refresh{color:var(--brand-700);background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:15px;line-height:1}.pf-ai-refresh:disabled{opacity:.4}.pf-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:20px;display:flex}.pf-cohort-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:20px;display:grid}.pf-cohort-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;font:inherit;color:inherit;flex-direction:column;gap:10px;padding:16px;display:flex}.pf-cohort-card:hover{border-color:var(--brand-400)}.pf-cohort-card.inactive{opacity:.6}.pf-cohort-card-img{object-fit:cover;border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:calc(100% + 32px);height:130px;margin:-16px -16px 4px;display:block}.cohort-image-edit{align-items:center;gap:12px;display:flex}.cohort-image-preview{border:1px solid var(--border);background:var(--bg);border-radius:8px;flex:none;justify-content:center;align-items:center;width:96px;height:60px;display:flex;overflow:hidden}.cohort-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.cohort-image-placeholder{background:repeating-linear-gradient(45deg, var(--bg), var(--bg) 6px, var(--border) 6px, var(--border) 7px);width:100%;height:100%}.pf-cohort-card-head{align-items:center;gap:10px;display:flex}.pf-cohort-card-title{align-items:center;gap:8px;min-width:0;display:flex}.pf-cohort-card-menu{flex:none;margin-left:auto}.pf-cohort-card-title strong{font-size:15px}.pf-cohort-card-desc{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.pf-cohort-card-foot{align-items:center;gap:8px;margin-top:auto;font-size:12.5px;display:flex}.pf-value-chart-title{margin:0 0 16px;font-size:15px;font-weight:700}.pf-pie{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.pf-pie-svg{flex:none;width:180px;height:180px}.pf-pie-legend{flex-direction:column;flex:1;gap:9px;min-width:220px;margin:0;padding:0;list-style:none;display:flex}.pf-pie-legend li{align-items:center;gap:10px;font-size:13px;display:flex}.pf-pie-swatch{border-radius:3px;flex:none;width:12px;height:12px}.pf-pie-legend-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.pf-pie-legend-val{color:var(--text-muted);font-variant-numeric:tabular-nums}.pf-pie-legend-pct{text-align:right;font-variant-numeric:tabular-nums;min-width:40px;font-weight:700}.pf-sig-frame{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);width:100%;margin:0;position:relative;overflow:hidden}.pf-sig-img{width:100%;height:auto;display:block}.pf-sig-expand{border:1px solid var(--border);background:var(--surface-frosted,#ffffffe6);width:34px;height:34px;color:var(--text);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.pf-sig-expand:hover{border-color:var(--brand-400);color:var(--brand-700)}.pf-sig-actions{gap:10px;margin-top:12px;display:flex}.pf-sig-empty{text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);flex-direction:column;align-items:center;gap:14px;padding:60px 20px;display:flex}.pf-file-btn{cursor:pointer;align-items:center;display:inline-flex}.pf-file-btn input{display:none}.pf-sig-fs{z-index:1000;cursor:zoom-out;background:#0a0014e6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pf-sig-fs-img{object-fit:contain;cursor:default;border-radius:8px;max-width:100%;max-height:100%}.pf-sig-fs-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;display:inline-flex;position:absolute;top:16px;right:20px}.pf-sig-fs-close:hover{background:#ffffff47}.pf-tab{color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 16px;font-size:14px;font-weight:600}.pf-tab:hover{color:var(--text)}.pf-tab.active{color:var(--brand-700);border-bottom-color:var(--brand-700)}.pf-tab-info{align-self:center;margin-bottom:6px;margin-left:auto}.pf-value-info p{margin:0 0 12px;font-size:14px;line-height:1.55}.pf-value-info ol{flex-direction:column;gap:8px;margin:0 0 12px;padding-left:20px;font-size:14px;line-height:1.5;display:flex}.pf-value-info-eg{background:var(--brand-100);border:1px solid var(--brand-400);border-radius:8px;padding:12px 14px}.pf-metric-cards{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:20px;display:grid}.pf-metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:row;align-items:flex-start;gap:12px;padding:16px;display:flex}.pf-metric-card-clickable{cursor:pointer;text-align:left;transition:border-color .12s,box-shadow .12s}.pf-metric-card-clickable:hover{border-color:var(--brand-400);box-shadow:var(--shadow-sm)}.pf-metric-card-clickable:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px}.pf-metric-icon{background:var(--brand-400);color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.pf-metric-icon svg{width:60%;height:60%}.pf-metric-body{flex-direction:column;gap:4px;min-width:0;display:flex}.pf-metric-label{color:var(--brand-700);align-items:center;gap:4px;font-size:12.5px;font-weight:700;display:inline-flex}.pf-metric-value{letter-spacing:-.02em;font-size:26px;font-weight:700}.pf-metric-sub{color:var(--text-muted);font-size:12px}.pf-netbar{align-items:center;gap:10px;display:flex}.pf-netbar-track{background:var(--brand-100);border-radius:5px;flex:auto;min-width:40px;height:10px;overflow:hidden}.pf-netbar-fill{border-radius:5px;height:100%;transition:width .25s;display:block}.pf-section-desc{white-space:nowrap;text-overflow:ellipsis;margin:-6px 0 14px;line-height:1.5;overflow:hidden}.pf-mfunnel{width:100%;position:relative}.pf-mfunnel-labels{height:108px;position:relative}.pf-mfunnel-col{flex-direction:column;gap:2px;display:flex;position:absolute;top:0}.pf-mfunnel-num{letter-spacing:-.02em;color:var(--text);font-size:26px;font-weight:700;line-height:1.05}.pf-mfunnel-label{color:var(--brand-700);font-size:13px;font-weight:700}.pf-mfunnel-pct{color:var(--brand-500);font-size:12px;font-weight:600}.pf-mfunnel-band{width:100%;height:84px;display:block}.pf-mfunnel-divider{background:var(--border);width:1px;position:absolute;top:4px;bottom:0}.pf-heatmap-wrap{overflow-x:auto}.pf-heatmap{border-collapse:collapse;min-width:100%;font-size:12.5px}.pf-heatmap th,.pf-heatmap td{border:1px solid var(--border);text-align:center;font-variant-numeric:tabular-nums;padding:8px 10px}.pf-heatmap thead th{background:var(--bg);font-size:11px;font-weight:700}.pf-heatmap tbody th{text-align:left;background:var(--bg);max-width:180px;font-weight:600}.pf-heatmap-corner{text-align:left!important}.pf-heatmap-total{font-weight:700}.pf-heatmap-footer td,.pf-heatmap-footer th{background:var(--bg);font-weight:700}.pf-cell-click{cursor:pointer}.pf-cell-click:hover{outline:2px solid var(--brand-700);outline-offset:-2px}.pf-heatmap-filter{justify-content:flex-end;margin-bottom:10px;display:flex}.pf-heatmap-select{width:33%}.pf-view-toggle{border:1px solid var(--border-strong);border-radius:8px;display:inline-flex;overflow:hidden}.pf-view-toggle button{background:var(--surface);color:var(--text-muted);border:none;padding:6px 14px;font-size:12.5px;font-weight:600}.pf-view-toggle button+button{border-left:1px solid var(--border-strong)}.pf-view-toggle button.active{background:var(--brand-700);color:#fff}.pf-tip{cursor:help;border-bottom:1px dotted var(--text-muted);position:relative}.pf-tip-text{z-index:60;background:var(--brand-900);color:#fff;letter-spacing:normal;text-transform:none;width:260px;box-shadow:var(--shadow-md);border-radius:8px;padding:9px 11px;font-size:12px;font-weight:500;line-height:1.45;display:none;position:absolute;top:150%;left:auto;right:0}.pf-tip-left .pf-tip-text{left:0;right:auto}.pf-tip:hover .pf-tip-text,.pf-tip:focus-within .pf-tip-text{display:block}.pf-infotip{border-bottom:none;margin-left:6px;font-weight:400}.pf-infotip-icon{width:17px;height:17px;color:var(--brand-500);vertical-align:-3px}.pf-infotip .pf-tip-text{z-index:200;font-style:normal}.pf-table-overflow{overflow:visible}.pf-group-start td{border-top:2px solid var(--border-strong)}.pf-dumbbell{min-width:150px;height:24px;margin:0 12px;position:relative}.pf-dumbbell-track{background:var(--border);border-radius:2px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.pf-dumbbell-line{border-radius:3px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.pf-dumbbell-dot{font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.pf-dumbbell-current{background:var(--surface);border:2px solid var(--border-strong);color:var(--text-muted)}.pf-barchart{flex-direction:column;gap:8px;display:flex}.pf-bar-row{grid-template-columns:130px 1fr 52px;align-items:center;gap:10px;font-size:12.5px;display:grid}.pf-bar-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pf-barchart-tall .pf-bar-row{grid-template-columns:1fr 52px;grid-template-areas:"label label""track value";row-gap:5px;margin-bottom:4px}.pf-barchart-tall .pf-bar-label{white-space:normal;text-overflow:clip;grid-area:label;font-weight:600;overflow:visible}.pf-barchart-tall .pf-bar-track{grid-area:track}.pf-barchart-tall .pf-bar-value{grid-area:value}.pf-bar-track{background:var(--bg);border-radius:4px;height:18px;position:relative}.pf-bar-axis{background:var(--border-strong);width:1px;position:absolute;top:0;bottom:0;left:50%}.pf-bar-fill{border-radius:3px;position:absolute;top:2px;bottom:2px}.pf-bar-value{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.pf-two-up{grid-template-columns:1fr 1fr;gap:20px;display:grid}.pf-assess-grid{grid-template-columns:300px 1fr;align-items:start;gap:20px;display:grid}.pf-context{flex-direction:column;gap:14px;display:flex;position:sticky;top:0}.pf-context-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.pf-context-card h3{margin:4px 0;font-size:15px}.pf-context-label{color:var(--brand-700);font-size:12px;font-weight:700}.pf-context-meta>div{margin-top:8px}.pf-assess-main{min-width:0}.pf-locked-banner{background:var(--brand-100);border:1px solid var(--brand-400);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:13px;display:flex}.pf-dim-picker{flex-wrap:wrap;gap:8px;display:flex}.pf-dim-chip{background:var(--surface);border:1px dashed var(--border-strong);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.pf-dim-chip:hover{border-color:var(--brand-400);background:var(--brand-100)}.pf-save-state{color:var(--text-muted);font-size:12px}.pf-weight-tools{align-items:center;gap:12px;display:flex}.pf-auto-toggle{align-items:center;gap:6px;font-size:12.5px;font-weight:600;display:flex}.pf-weightbar{background:var(--bg);border-radius:4px;height:14px;margin-bottom:6px;display:flex;overflow:hidden}.pf-weightbar-seg{height:100%}.pf-weight-total{margin-bottom:14px;font-size:12.5px;font-weight:600}.pf-weight-total.ok{color:#0f9b8e}.pf-weight-total.warn{color:var(--danger)}.pf-dim-rows{flex-direction:column;gap:12px;display:flex}.pf-dim-row{border:1px solid var(--border);border-radius:var(--radius);padding:14px;position:relative}.pf-dim-gap{border-color:var(--brand-400)}.pf-dim-row-head{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.pf-dim-value{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.pf-score-grid{grid-template-columns:auto auto 1fr;align-items:end;gap:16px;margin-bottom:10px;display:grid}.pf-score-grid-2{grid-template-columns:auto auto}.pf-w-input{text-align:center;width:64px;padding:6px 8px}.pf-section-spaced{margin-top:40px}.pf-cohort-subtitle{letter-spacing:-.01em;color:var(--text-muted);margin:2px 0 0;font-size:16px;font-weight:600}.pf-dim-body{flex-direction:column;gap:16px;margin-bottom:10px;display:flex}.pf-dim-scores{flex-wrap:wrap;gap:16px 40px;display:flex}.pf-dim-notes{flex-direction:column;display:flex}.pf-dim-notes textarea{resize:vertical}.pf-weight-cell{max-width:120px}.pf-weight-input{text-align:center}.pf-notes{margin-top:4px}.pf-dim-remove{color:var(--danger);background:0 0;border:none;margin:10px 0 0 auto;font-size:12px;font-weight:600;display:block}.pf-dim-remove:hover{text-decoration:underline}.pf-total-summary{background:var(--bg);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:14px;padding:14px 18px;font-weight:600;display:flex}.pf-total-value{font-variant-numeric:tabular-nums;border-radius:8px;padding:4px 14px;font-size:22px;font-weight:700}.pf-gaps h3{color:var(--danger);margin:0 0 8px;font-size:14px}.pf-gaps ul{margin:0 0 8px;padding-left:18px}.pf-gaps li{margin-bottom:4px;font-size:13px}.pf-assess-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.pf-audit{flex-direction:column;gap:8px;max-height:240px;margin:10px 0 0;padding:0;list-style:none;display:flex;overflow-y:auto}.pf-audit li{border-left:2px solid var(--border-strong);flex-direction:column;gap:1px;padding-left:8px;display:flex}.pf-audit-action{text-transform:capitalize;font-size:12px;font-weight:700}@media (width<=980px){.pf-assess-grid{grid-template-columns:1fr}.pf-context{position:static}.pf-metric-cards{grid-template-columns:1fr 1fr}.pf-two-up{grid-template-columns:1fr}}@media print{.pf-no-print,.pf-sidebar,.pf-topbar{display:none!important}.pf-main{padding:0;overflow:visible}.pf-section{break-inside:avoid}}
