:root{--bg:#f6fcfd;--card:#ffffff;--ink:#071722;--muted:#40536a;--line:#bfe6f1;--line-soft:#d8f0f6;--teal:#249bc2;--teal-dark:#087fa6;--orange:#f58214;--orange-soft:#fff2df;--shadow:0 22px 65px rgba(7,23,34,0.08)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:22px;padding:18px 14px;border-right:1px solid var(--line);background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-logo{display:block;padding:0 4px 18px;border-bottom:1px solid var(--line-soft)}.sidebar-logo img{display:block;width:100%;max-width:220px;height:auto;object-fit:contain}.sidebar-nav{display:grid;grid-gap:18px;gap:18px;overflow-y:auto;padding-right:2px}.mobile-nav-section,.nav-section{display:grid;grid-gap:6px;gap:6px}.nav-section-label{display:block;padding:0 13px 2px;color:#7a8ba0;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.mobile-menu nav a,.sidebar-nav a{display:block;padding:11px 13px;border-radius:16px;color:#30465e;font-size:14px;font-weight:650}.mobile-menu nav a:hover,.sidebar-nav a:hover{background:rgba(36,155,194,.08)}.mobile-menu nav a.active,.sidebar-nav a.active{background:rgba(36,155,194,.1);color:var(--ink);box-shadow:inset 3px 0 0 var(--teal)}.sidebar-footer{margin-top:auto;padding-top:18px;border-top:1px solid var(--line-soft);display:grid;grid-gap:10px;gap:10px;color:#40536a;font-size:13px}.sidebar-footer button{width:-moz-fit-content;width:fit-content;border:0;background:transparent;color:#30465e;cursor:pointer;padding:0}.mobile-menu{display:none}.content-shell{min-width:0;min-height:100vh;padding:34px 42px 60px;background:linear-gradient(180deg,rgba(246,252,253,.16),rgba(246,252,253,.3)),url(/system-desktop.png) top /cover fixed no-repeat}.login-page{min-height:100vh;display:grid;place-items:center;padding:36px 18px;background:linear-gradient(90deg,rgba(7,23,34,.06),rgba(7,23,34,.02)),url(/equinox-desktop.png) 50% /cover no-repeat}.login-card{width:min(560px,100%);border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.9);padding:44px;box-shadow:var(--shadow)}.login-logo{width:min(360px,100%);height:auto;display:block;margin:0 auto 30px}.login-card .eyebrow{margin-bottom:10px}.login-card h1{margin:0 0 26px;font-size:clamp(44px,7vw,66px);line-height:.96;letter-spacing:-.065em;font-weight:760}.login-form{display:grid;grid-gap:14px;gap:14px}.login-note{margin:8px 0 0;color:var(--muted);font-size:14px}.page{max-width:1280px;margin:0 auto}.hero-card{border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.88);padding:36px 38px;box-shadow:var(--shadow);margin-bottom:26px}.eyebrow{color:var(--orange);font-size:12px;letter-spacing:.38em;text-transform:uppercase}.eyebrow,h1{font-weight:760}h1{margin:8px 0 10px;font-size:clamp(46px,5.4vw,74px);line-height:.94;letter-spacing:-.075em}h2{font-size:28px;line-height:1.05;letter-spacing:-.045em;font-weight:720}h2,h3{margin:0}h3{font-size:18px;font-weight:700}p{color:var(--muted);line-height:1.55}.section-head{align-items:end;gap:18px;margin:18px 0 14px}.section-title .eyebrow{margin-bottom:8px}.card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.9);padding:28px;box-shadow:var(--shadow)}.btn,.button,button.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:999px;background:var(--teal);color:white;padding:0 20px;font-weight:720;cursor:pointer}.btn:hover,.button:hover{background:var(--teal-dark)}.btn.secondary,.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.button.danger{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.action-row{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.field{display:grid;grid-gap:8px;gap:8px}.field span,label span{color:#40536a;font-size:12px;font-weight:760;letter-spacing:.18em;text-transform:uppercase}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);min-height:48px;padding:0 15px;outline:none}textarea{min-height:110px;padding:14px 15px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(36,155,194,.13)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.form-grid .full{grid-column:1/-1}.metric-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:26px}.metric-card{min-height:142px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:var(--shadow);padding:22px 16px;display:grid;place-items:center;text-align:center}.metric-card span{color:#40536a;font-size:12px;font-weight:760;letter-spacing:.22em;text-transform:uppercase}.metric-card strong{display:block;margin-top:10px;font-size:42px;line-height:1;letter-spacing:-.045em}.metric-card small{color:var(--muted)}.data-table{display:grid;grid-gap:10px;gap:10px}.table-header,.table-row{display:grid;grid-gap:14px;gap:14px;align-items:center}.table-header{padding:0 18px 8px;color:#40536a;font-size:12px;font-weight:760;letter-spacing:.18em;text-transform:uppercase}.table-row{border:1px solid var(--line);border-radius:18px;background:#f7fdff;padding:16px 18px}.projects-grid{grid-template-columns:.95fr 1.1fr 1fr .75fr .8fr .55fr .9fr}.customer-card{display:grid;grid-template-columns:84px 1fr auto;grid-gap:18px;gap:18px;align-items:center;border:1px solid var(--line);border-radius:22px;background:#f7fdff;padding:18px}.customer-logo{width:64px;height:64px;border:1px solid var(--line);border-radius:18px;background:white;display:grid;place-items:center;overflow:hidden;color:var(--teal);font-weight:760}.customer-logo img{max-width:100%;max-height:100%;object-fit:contain}.customer-card p{margin:4px 0 0}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border-radius:999px;background:var(--orange-soft);color:#9a4d00;padding:0 12px;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.empty{border:1px dashed var(--line);border-radius:22px;padding:28px;text-align:center;color:var(--muted)}.modal-backdrop{display:none;position:fixed;inset:0;z-index:60;background:rgba(7,23,34,.32);padding:28px;overflow:auto}.modal-backdrop:target{display:grid;place-items:start center}.modal-card{width:min(980px,100%);margin:30px auto;border:1px solid var(--line);border-radius:30px;background:white;padding:30px;box-shadow:0 32px 90px rgba(7,23,34,.22)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}@media (max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;padding:14px 18px}.sidebar-logo{border-bottom:0;padding-bottom:6px}.sidebar-logo img{max-width:180px}.sidebar-footer,.sidebar-nav{display:none}.mobile-menu{display:block}.mobile-menu summary{cursor:pointer;font-weight:700;padding:12px 0}.mobile-menu nav{display:grid;grid-gap:14px;gap:14px;padding:6px 0 12px}.mobile-nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.content-shell{padding:24px 18px 44px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-grid,.table-header.projects-grid{grid-template-columns:1fr}.table-header.projects-grid{display:none}.table-row.projects-grid span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#40536a;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.customer-card{grid-template-columns:64px 1fr}.customer-card .action-row{grid-column:1/-1;justify-content:flex-start}.form-grid{grid-template-columns:1fr}}@media (max-width:640px){.content-shell{padding:18px 12px 36px}.hero-card{padding:26px 22px;border-radius:24px}h1{font-size:42px}.metric-grid,.mobile-nav-links{grid-template-columns:1fr}.section-head{display:grid;align-items:start}.login-card{padding:30px 24px}}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:18px 0}.section-title{display:grid;grid-gap:10px;gap:10px;align-items:start}.section-title .button{width:-moz-fit-content;width:fit-content;margin-top:2px}.search-actions{margin-left:auto}.search-actions,.search-actions form{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap}.search-actions input{width:min(360px,36vw);min-width:280px}.search-actions .button{white-space:nowrap}.button.smallButton,a.smallButton,button.smallButton{min-height:36px;padding:0 14px;font-size:13px}.action-row.no-wrap{flex-wrap:nowrap}.project-action-stack{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap}.project-action-stack form{margin:0}.wide-modal{width:min(1180px,100%)}.subPanel{border:1px solid var(--line);border-radius:22px;background:#f7fdff;padding:18px;display:grid;grid-gap:14px;gap:14px}.miniHeader h3{margin-bottom:4px}.miniHeader p{margin:0;font-size:14px}.toggleLine{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:650}.toggleLine input{width:auto;min-height:auto}.linkOptions{display:grid;grid-template-columns:.8fr 1fr 1fr;grid-gap:14px;gap:14px;align-items:end}.linkOptions.isDisabled{opacity:.55}.candidate-row-grid{display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr auto;grid-gap:12px;gap:12px;align-items:end}.success-grid{grid-template-columns:.95fr 1fr 1.2fr 1.3fr 1.6fr}.modal-card .section-title{margin-bottom:10px}@media (max-width:900px){.section-head{display:grid;align-items:start;grid-gap:16px;gap:16px}.search-actions{justify-content:stretch;width:100%;margin-left:0}.search-actions form{display:grid;grid-template-columns:1fr auto;width:100%}.search-actions input{width:100%;min-width:0}.project-action-stack{justify-content:flex-start;flex-wrap:wrap}.candidate-row-grid,.linkOptions,.success-grid,.table-header.success-grid{grid-template-columns:1fr}.table-header.success-grid{display:none}.table-row.success-grid span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#40536a;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}}@media (max-width:640px){.search-actions form{grid-template-columns:1fr}.search-actions .button{width:100%}}.library-toolbar{align-items:center;gap:20px}.live-search-wrap{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.live-search-wrap input,.search-actions input[type=search]{width:min(420px,38vw);min-width:300px}.list-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.assessment-grid{grid-template-columns:1fr 1.45fr .95fr 1.15fr .65fr .65fr 1.25fr}.assessment-row{min-height:126px;border-radius:24px;background:rgba(247,253,255,.82);box-shadow:0 10px 30px rgba(7,23,34,.035)}.assessment-row:hover{border-color:rgba(36,155,194,.55);background:rgba(255,255,255,.95)}.assessment-name-cell{display:grid;grid-gap:5px;gap:5px}.assessment-name-cell small,.section-grid small{display:block;margin-top:5px;color:var(--muted);line-height:1.35}.assessment-actions,.assessment-actions form{flex-wrap:wrap}.assessment-modal-card{max-width:1040px}.compact-head{align-items:flex-start;margin-top:0}.variant-grid{grid-template-columns:1fr 1fr 1.6fr .8fr}.section-grid{grid-template-columns:1.25fr .95fr 1fr .9fr 1.5fr .8fr}.assessment-archive-grid{grid-template-columns:1fr 1.4fr 1fr 1.2fr .7fr 1fr}.usage-panel{display:grid;grid-gap:18px;gap:18px;margin-top:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(247,253,255,.9),rgba(255,255,255,.9));padding:22px}.usage-panel h3{margin:0 0 6px}.usage-panel p{margin:0;font-size:14px}.usage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.usage-card{position:relative;display:grid;grid-template-columns:34px 1fr;align-items:start;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.92);padding:15px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.usage-card:hover{border-color:rgba(36,155,194,.6);box-shadow:0 10px 26px rgba(7,23,34,.06);transform:translateY(-1px)}.usage-card input{position:absolute;opacity:0;pointer-events:none}.usage-check{width:32px;height:32px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;color:transparent;background:white;font-weight:800}.usage-card input:checked+.usage-check{border-color:var(--teal);background:var(--teal);color:white}.usage-card strong{display:block;margin-bottom:4px;font-size:14px}.usage-card small{color:var(--muted);line-height:1.35}.pill-row{display:flex;flex-wrap:wrap;gap:6px}.mini-pill{min-height:24px;padding:0 8px;font-size:10px}.mutedText{color:var(--muted)}.archive-tabs{display:flex;flex-wrap:wrap;gap:10px}@media (max-width:1100px){.assessment-archive-grid,.assessment-grid,.section-grid,.variant-grid{grid-template-columns:1fr}.table-header.assessment-archive-grid,.table-header.assessment-grid,.table-header.section-grid,.table-header.variant-grid{display:none}.table-row.assessment-archive-grid span:before,.table-row.assessment-grid span:before,.table-row.section-grid span:before,.table-row.variant-grid span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#40536a;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.live-search-wrap,.search-actions,.search-actions form{width:100%;display:grid;grid-template-columns:1fr}.live-search-wrap input,.search-actions input,.search-actions input[type=search]{width:100%;min-width:0}.usage-grid{grid-template-columns:1fr}.archive-tabs{display:grid;grid-template-columns:1fr 1fr}}.askDocFab{position:fixed;right:24px;bottom:24px;z-index:80;display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,#111827,#334155);color:#fff;font-weight:800;letter-spacing:-.01em;box-shadow:0 18px 45px rgba(15,23,42,.28);cursor:pointer}.askDocFab:hover{transform:translateY(-1px);box-shadow:0 22px 55px rgba(15,23,42,.34)}.askDocFabIcon{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.18);font-size:16px}.askDocFabAvatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.72);box-shadow:0 0 0 4px rgba(59,130,246,.12)}.askDocIdentity{display:flex;align-items:center;gap:14px}.askDocAvatar{width:68px;height:68px;border-radius:22px;object-fit:cover;border:1px solid rgba(148,163,184,.35);box-shadow:0 16px 38px rgba(15,23,42,.16)}.askDocOverlay{position:fixed;inset:0;z-index:120;pointer-events:auto}.askDocScrim{position:absolute;inset:0;background:rgba(15,23,42,.32);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.askDocDrawer{position:absolute;right:0;top:0;height:100%;width:min(560px,94vw);background:#f8fafc;color:#0f172a;box-shadow:-24px 0 70px rgba(15,23,42,.22);padding:24px;overflow-y:auto}.askDocHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.askDocHeader h2{margin:3px 0 0;font-size:28px;letter-spacing:-.04em}.askDocClose{width:38px;height:38px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;cursor:pointer;font-size:26px;line-height:1}.askDocIntro{margin:18px 0;color:#475569;line-height:1.55}.askDocContextCard,.askDocError,.askDocResponse,.askDocUploadIntro{border:1px solid rgba(148,163,184,.35);border-radius:20px;background:#fff;padding:16px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.askDocContextCard{display:grid;grid-gap:5px;gap:5px;margin-bottom:16px}.askDocContextCard span{color:#64748b;font-size:13px}.askDocWarningText{color:#b45309!important;font-weight:700}.askDocTabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:14px 0 16px;padding:5px;border-radius:16px;background:#e2e8f0}.askDocTabs button{border:0;border-radius:12px;padding:11px 12px;background:transparent;color:#475569;font-weight:800;cursor:pointer}.askDocTabs button.active{background:#fff;color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.08)}.askDocPromptGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.askDocPromptGrid button{min-height:48px;text-align:left;border:1px solid rgba(148,163,184,.38);border-radius:15px;background:#fff;color:#0f172a;padding:12px 14px;font-weight:750;cursor:pointer}.askDocPromptGrid button:hover{border-color:rgba(36,155,194,.55);background:#f0f9ff}.askDocQuestion,.askDocUploadForm{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.askDocQuestion textarea,.askDocUploadForm textarea{min-height:92px}.askDocResponse{margin-top:16px}.askDocResponseText{white-space:pre-wrap;color:#334155;line-height:1.55;margin:10px 0 14px}.askDocMiniSection{border-top:1px solid rgba(148,163,184,.25);padding-top:12px;margin-top:12px}.askDocMiniSection ul{margin:8px 0 0;padding-left:20px;color:#475569}.askDocMiniSection li{margin:5px 0}.askDocError{margin:12px 0;border-color:#fecdd3;background:#fff1f2;color:#9f1239;font-weight:700}.askDocUploadIntro p{margin:8px 0 0;color:#64748b;line-height:1.5}@media (max-width:720px){.askDocFab{right:14px;bottom:14px;padding:11px 14px}.askDocDrawer{padding:18px}.askDocPromptGrid{grid-template-columns:1fr}}.report-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.report-hero p{max-width:860px}.report-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.principle-card{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);padding:22px}.principle-card span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--orange-soft);color:#9a4d00;font-size:12px;font-weight:800;margin-bottom:14px}.principle-card strong{display:block;font-size:19px;letter-spacing:-.03em}.principle-card p{margin:7px 0 0;font-size:14px}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.report-filter-actions form{display:grid;grid-template-columns:minmax(230px,1fr) minmax(190px,.85fr) minmax(150px,.65fr) auto;width:min(880px,100%)}.report-filter-actions input,.report-filter-actions select{min-width:0;width:100%}.report-template-grid{grid-template-columns:1.55fr 1fr .85fr .75fr .45fr .65fr 1.35fr}.report-template-row{min-height:112px;background:rgba(247,253,255,.86)}.template-name-cell{display:grid;grid-gap:5px;gap:5px}.report-template-row small,.template-name-cell small{color:var(--muted);line-height:1.35}.report-actions{flex-wrap:wrap}.report-actions form{margin:0}.pill.report-status-draft{background:#f1f5f9;color:#334155}.pill.report-status-active{background:#ecfeff;color:#0e7490}.pill.report-status-finalised{background:#fef3c7;color:#92400e}.pill.report-status-archived{background:#f8fafc;color:#64748b}.report-next-card{margin-top:20px}.next-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.next-step-grid div{border:1px solid var(--line-soft);border-radius:18px;background:#f7fdff;padding:16px;display:grid;grid-gap:7px;gap:7px}.next-step-grid strong{color:var(--teal-dark)}.next-step-grid span{color:var(--muted);line-height:1.4;font-size:14px}.report-edit-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.report-edit-form{margin-top:18px}.report-side-card{position:-webkit-sticky;position:sticky;top:24px;display:grid;grid-gap:18px;gap:18px}.report-meta-list{display:grid;grid-gap:10px;gap:10px}.report-meta-list div{border:1px solid var(--line-soft);border-radius:16px;background:#f7fdff;padding:13px;display:grid;grid-gap:5px;gap:5px}.report-meta-list span{color:#40536a;font-size:11px;font-weight:760;letter-spacing:.16em;text-transform:uppercase}.report-meta-list strong{font-size:15px}.evidence-warning{border:1px solid #fed7aa;border-radius:18px;background:#fff7ed;padding:16px}.evidence-warning p{margin:6px 0 0;font-size:14px}@media (max-width:1100px){.report-hero,.report-toolbar{display:grid;align-items:start}.next-step-grid,.report-edit-layout,.report-metrics,.report-principles{grid-template-columns:1fr}.report-filter-actions,.report-filter-actions form{width:100%}.report-filter-actions form{grid-template-columns:1fr 1fr}.report-template-grid,.table-header.report-template-grid{grid-template-columns:1fr}.table-header.report-template-grid{display:none}.table-row.report-template-grid span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#40536a;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}.report-side-card{position:static}}@media (max-width:640px){.report-filter-actions form{grid-template-columns:1fr}}.save-banner{border:1px solid #bbf7d0;border-radius:18px;background:#f0fdf4;color:#166534;font-weight:760;padding:14px 18px;margin:-8px 0 22px}.report-builder-page{max-width:1440px}.report-builder-shell{margin-top:22px}.report-builder-title{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);padding:24px;display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.report-builder-title p{max-width:780px;margin:0}.report-builder-title form{display:flex;justify-content:flex-end}.block-settings-form button:disabled,.block-settings-form input:disabled,.block-settings-form select:disabled,.block-settings-form textarea:disabled,.canvas-block-actions button:disabled,.library-block-card button:disabled,.report-builder-title button:disabled{opacity:.52;cursor:not-allowed}.report-builder-lock{margin-bottom:18px}.report-builder-grid{display:grid;grid-template-columns:320px minmax(0,1fr) 340px;grid-gap:18px;gap:18px;align-items:start}.report-builder-panel{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.92);box-shadow:var(--shadow);padding:20px}.block-library-panel,.block-settings-panel{position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto}.panel-heading{display:grid;grid-gap:5px;gap:5px;margin-bottom:16px}.panel-heading span{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.panel-heading strong{font-size:22px;letter-spacing:-.04em}.panel-heading p{margin:0;font-size:14px}.canvas-heading{display:flex;align-items:start;justify-content:space-between;gap:12px}.block-library-groups{display:grid;grid-gap:16px;gap:16px}.block-library-group{display:grid;grid-gap:10px;gap:10px}.block-library-group h3{color:#30465e;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.library-block-card{border:1px solid var(--line-soft);border-radius:18px;background:#f7fdff;padding:14px;display:grid;grid-gap:10px;gap:10px;cursor:-webkit-grab;cursor:grab}.library-block-card:active{cursor:-webkit-grabbing;cursor:grabbing}.library-block-card strong{display:block;font-size:15px}.library-block-card p{margin:5px 0 0;font-size:13px;line-height:1.4}.library-block-card .button{width:-moz-fit-content;width:fit-content}.report-canvas-dropzone{min-height:420px;border:1px dashed rgba(36,155,194,.55);border-radius:26px;background:linear-gradient(180deg,rgba(247,253,255,.95),rgba(255,255,255,.82));padding:16px;display:grid;grid-gap:12px;gap:12px}.report-canvas-dropzone.is-empty{place-items:center}.builder-empty{width:100%}.canvas-block-card{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.95);padding:14px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start;cursor:-webkit-grab;cursor:grab;box-shadow:0 12px 34px rgba(7,23,34,.045)}.canvas-block-card.is-selected,.canvas-block-card:hover{border-color:rgba(36,155,194,.8);box-shadow:0 16px 44px rgba(36,155,194,.12)}.canvas-block-card:active{cursor:-webkit-grabbing;cursor:grabbing}.canvas-block-order{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--orange-soft);color:#9a4d00;font-weight:800}.canvas-block-content{display:grid;grid-gap:7px;gap:7px;min-width:0}.canvas-block-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.canvas-block-topline strong{font-size:18px;letter-spacing:-.035em}.canvas-block-topline span{color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.canvas-block-content p{margin:0;font-size:14px}.canvas-block-tags{display:flex;flex-wrap:wrap;gap:6px}.canvas-block-tags small{border-radius:999px;background:#eef8fb;color:#30465e;padding:5px 9px;font-size:11px;font-weight:720;text-transform:capitalize}.canvas-block-actions{display:flex;gap:6px}.basic-report-preview{margin-top:18px}.preview-paper{border:1px solid var(--line);border-radius:24px;background:#fff;padding:24px;min-height:360px;box-shadow:inset 0 0 0 12px rgba(247,253,255,.75);position:relative}.preview-ribbon{position:absolute;right:20px;top:18px;border-radius:999px;background:#f1f5f9;color:#475569;padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.preview-section{border-bottom:1px solid var(--line-soft);padding:18px 0}.preview-section:first-of-type{padding-top:40px}.preview-section:last-child{border-bottom:0}.preview-section.page-break-before{border-top:2px dashed #cbd5e1;margin-top:20px}.preview-section span{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.18em}.preview-section h3{margin:5px 0 6px;font-size:24px;letter-spacing:-.04em}.preview-section p{margin:0}.preview-section em{display:inline-block;margin-top:8px;color:#92400e;font-size:13px;font-style:normal;font-weight:720}.block-settings-form{display:grid;grid-gap:14px;gap:14px}.builder-toggle{border:1px solid var(--line-soft);border-radius:16px;background:#f7fdff;padding:12px}.settings-actions{display:flex;flex-wrap:wrap;gap:8px}.compact-warning{padding:13px}.compact-warning p{font-size:13px}@media (max-width:1280px){.report-builder-grid{grid-template-columns:280px minmax(0,1fr)}.block-settings-panel{position:static;grid-column:1/-1;max-height:none}}@media (max-width:980px){.canvas-heading,.report-builder-title{display:grid;align-items:start}.report-builder-title .button,.report-builder-title form{width:100%}.report-builder-grid{grid-template-columns:1fr}.block-library-panel,.block-settings-panel{position:static;max-height:none}}@media (max-width:640px){.canvas-block-card{grid-template-columns:1fr}.canvas-block-actions{justify-content:flex-start}.canvas-block-topline{display:grid}}.report-template-grid{grid-template-columns:minmax(220px,1.4fr) minmax(140px,.85fr) minmax(95px,.55fr) minmax(120px,.75fr) minmax(100px,.55fr) minmax(80px,.45fr) minmax(95px,.55fr) minmax(150px,.85fr)}.binding-mini-grid,.colour-grid,.report-builder-alert-row,.template-colour-grid{display:grid;grid-gap:12px;gap:12px}.template-colour-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.binding-mini-grid,.colour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.colour-field input[type=color]{min-height:44px;padding:4px;cursor:pointer}.report-builder-alert-row{grid-template-columns:repeat(3,minmax(0,1fr));margin:16px 0}.mini-alert{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.92);padding:14px;display:grid;grid-gap:4px;gap:4px;box-shadow:0 10px 28px rgba(7,23,34,.045)}.mini-alert strong{font-size:22px;letter-spacing:-.04em;text-transform:capitalize}.mini-alert span{color:var(--muted);font-size:12px;font-weight:720;text-transform:uppercase;letter-spacing:.12em}.mini-alert.warning{border-color:rgba(245,158,11,.45);background:#fff7ed}.canvas-block-card{background:var(--block-bg,rgba(255,255,255,.95));color:var(--block-text,inherit)}.canvas-block-card .canvas-block-topline strong{color:var(--block-heading,inherit)}.canvas-block-card.is-selected,.canvas-block-card:hover{border-color:var(--block-accent,rgba(36,155,194,.8))}.canvas-block-order{background:color-mix(in srgb,var(--block-accent,#FCB874) 24%,#ffffff 76%);color:color-mix(in srgb,var(--block-accent,#FCB874) 68%,#111827 32%)}.visual-band_header,.visual-summary_panel{border-left:8px solid var(--block-accent,#fcb874)}.visual-callout{border-style:dashed}.inline-block-warning{margin-top:7px;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#fff7ed;color:#92400e;padding:5px 9px;font-size:11px;font-weight:800}.settings-divider{height:1px;background:var(--line-soft);margin:4px 0}.settings-subtitle{margin:0;font-size:15px;letter-spacing:-.02em}.evidence-binding-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.evidence-binding-header p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.binding-card{border:1px solid var(--line-soft);border-radius:18px;background:#fbfdff;padding:12px;display:grid;grid-gap:10px;gap:10px}.binding-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.binding-source-note{border-radius:14px;background:#f8fafc;border:1px solid var(--line-soft);color:var(--muted);padding:10px 12px;font-size:13px;font-weight:700}.preview-paper{color:var(--preview-text,#111827)}.preview-landscape{max-width:1120px;min-height:520px}.preview-portrait{max-width:760px;min-height:760px;margin-inline:auto}.preview-ribbon{background:var(--preview-muted,#f1f5f9);color:var(--preview-primary,#475569)}.preview-section{background:var(--block-bg,transparent);color:var(--block-text,var(--preview-text,#111827));border-radius:16px;padding-inline:12px}.preview-section h3{color:var(--block-heading,var(--preview-primary,#111827))}.preview-section-number{color:var(--block-accent,var(--preview-accent,#FCB874));display:inline-block}.page-visual-band_header h3,.page-visual-evidence_table h3,.page-visual-score_grid h3,.page-visual-summary_panel h3{border-radius:10px;background:var(--block-accent,var(--preview-accent,#FCB874));color:#111827;padding:9px 12px}.page-visual-callout{border:1px dashed var(--block-accent,var(--preview-accent,#fcb874));background:color-mix(in srgb,var(--block-accent,#FCB874) 8%,#ffffff 92%)}.preview-binding-list{margin:10px 0 0;padding-left:18px;color:#475569;font-size:13px}@media (max-width:980px){.report-builder-alert-row,.template-colour-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.binding-mini-grid,.colour-grid,.report-builder-alert-row,.template-colour-grid{grid-template-columns:1fr}}.advanced-report-builder .report-builder-title p{max-width:840px}.report-page-tabs-card{background:#fff;border:1px solid var(--border,#dce4ee);border-radius:24px;padding:16px;margin:18px 0;box-shadow:0 18px 45px rgba(15,23,42,.05)}.page-controls-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.page-controls-header strong{display:block;color:#111827;font-size:16px}.page-controls-header p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.45;max-width:680px}.canvas-heading-actions,.page-controls-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.report-page-tabs{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.report-page-tab{border:1px solid #dbe7f3;background:#f8fbff;border-radius:16px;padding:10px 14px;min-width:120px;font-weight:800;color:#172033;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.report-page-tab small{font-size:11px;font-weight:700;color:#64748b}.report-page-tab.active{background:#121826;color:#fff;border-color:#121826}.report-page-tab.active small{color:#cbd5e1}.page-title-field{margin-top:14px;max-width:420px}.advanced-builder-grid{grid-template-columns:minmax(260px,.85fr) minmax(420px,1.45fr) minmax(320px,1fr)}.preview-control-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.paged-preview-wrap{margin-top:18px;overflow:auto;background:linear-gradient(135deg,#f8fbff,#eef6ff);border:1px dashed #cde4f8;border-radius:24px;padding:22px}.paged-preview-wrap.zoom-fit{display:grid;justify-items:center}.paged-preview-wrap.zoom-100 .review-paper-page{transform:scale(1);transform-origin:top left}.paged-preview-wrap.zoom-125 .review-paper-page{transform:scale(1.25);transform-origin:top left;margin-bottom:180px}.review-paper-page{background:var(--preview-page-bg,#fff);color:var(--preview-body,#111827);border-color:color-mix(in srgb,var(--preview-accent,#FCB874) 30%,#dbeafe);box-shadow:0 24px 60px rgba(15,23,42,.13);box-sizing:border-box;flex:0 0 auto}.preview-paper.preview-landscape{aspect-ratio:1.414/1}.preview-paper.preview-portrait{aspect-ratio:1/1.414}.preview-logo-strip{display:flex;gap:12px;align-items:center;margin-bottom:24px}.preview-logo-strip.align-left{justify-content:flex-start}.preview-logo-strip.align-centre{justify-content:center}.preview-logo-strip.align-right{justify-content:flex-end}.preview-logo-strip.cobrand-stacked{flex-direction:column;align-items:flex-end}.preview-logo-placeholder{width:var(--logo-max-w,180px);min-height:var(--logo-max-h,54px);max-width:45%;border:1px solid #d9e2ec;background:#fff;color:#64748b;border-radius:14px;display:grid;place-items:center;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.overflow-warning{display:flex;gap:10px;align-items:center;justify-content:space-between;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:12px 14px;margin-bottom:14px}.overflow-warning strong{white-space:nowrap}.preview-section{border-left:0;background:var(--block-bg,#fff);color:var(--block-text,#111827);box-shadow:inset 0 0 0 1px var(--preview-border,#d9e2ec)}.preview-section h3{color:var(--block-heading,#111827)}.preview-section.height-full_page{min-height:420px}.preview-section.height-tall{min-height:300px}.preview-section.height-short{min-height:120px}.preview-placeholder-box{border:1px dashed var(--preview-border,#d9e2ec);border-radius:16px;padding:16px;background:rgba(255,255,255,.64)}.matrix-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;min-height:430px}.matrix-preview-cell{border-radius:20px;padding:22px 24px;min-height:205px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.matrix-preview-cell h4{text-transform:uppercase;letter-spacing:.08em;font-size:20px;line-height:1.1;border-bottom:2px solid rgba(255,255,255,.8);padding-bottom:10px;margin:0 0 10px}.matrix-preview-cell ul{margin:0;padding-left:18px;font-size:16px;line-height:1.45}.summary-bars-preview{display:grid;grid-gap:8px;gap:8px}.summary-bar-row{display:grid;grid-template-columns:82px 1fr 180px;align-items:center;grid-gap:18px;gap:18px;min-height:86px;border-radius:26px;padding:8px 10px 8px 18px;color:#fff}.summary-bar-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.13);font-size:30px;color:#fff;border:1px solid rgba(255,255,255,.25)}.summary-bar-copy h4{margin:0 0 4px;text-transform:uppercase;letter-spacing:.08em;font-size:21px;color:#fff}.summary-bar-copy p{margin:0;color:#fff;font-weight:700;line-height:1.25}.summary-bar-status{border-radius:22px;padding:18px 12px;text-align:center;color:#000;font-weight:900;font-size:18px;min-height:58px;display:grid;place-items:center}.example-report-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:13px}.example-report-table td,.example-report-table th{border:1px solid var(--preview-border,#d9e2ec);padding:10px;text-align:left;vertical-align:top}.example-report-table th{background:var(--preview-muted,#f2f2f2);color:var(--preview-heading,#111827)}.icon-row-preview{display:grid;grid-gap:10px;gap:10px}.icon-summary-row{display:grid;grid-template-columns:58px 1fr 150px;grid-gap:14px;gap:14px;align-items:center;padding:12px;border:1px solid var(--preview-border,#d9e2ec);border-radius:18px;background:#fff}.icon-summary-row>span{height:48px;width:48px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:22px}.icon-summary-row p{margin:2px 0 0;color:#475569}.icon-summary-row em{font-style:normal;font-weight:900;text-align:center}.two-column-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.two-column-preview>div{border:1px solid var(--preview-border,#d9e2ec);border-radius:18px;padding:18px;background:#fff}.cover-example-preview{min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:12px}.cover-example-preview h2{font-size:34px;line-height:1.1;max-width:620px;margin:0}.cover-kicker{text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--preview-accent,#FCB874)}.cover-brand-line{height:8px;border-radius:999px;width:220px;margin-top:18px}.toggle-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.advanced-block-editor .binding-card textarea{min-height:86px}.cover-settings-panel{display:grid;grid-gap:10px;gap:10px}.cover-settings-panel .binding-source-note{line-height:1.45}.compact-matrix-card,.compact-summary-card{background:#fbfdff}.expanded-colour-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.branding-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:12px;gap:12px;padding:14px;border:1px solid #e5edf6;border-radius:18px;background:#fbfdff}@media (max-width:1180px){.advanced-builder-grid{grid-template-columns:1fr}.summary-bar-row{grid-template-columns:62px 1fr}.summary-bar-status{grid-column:1/-1}.page-controls-header{flex-direction:column}.page-controls-actions{justify-content:flex-start}}@media (max-width:760px){.matrix-preview-grid,.preview-control-row,.two-column-preview{grid-template-columns:1fr}.summary-bar-row{border-radius:20px}}.page-setup-grid{display:grid;grid-template-columns:minmax(220px,420px) minmax(260px,1fr);grid-gap:14px;gap:14px;align-items:start;margin-top:14px}.field small,.page-layout-field small{color:#64748b;font-size:12px;font-weight:650;margin-top:4px}.section-tabs-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.section-tab{border:1px solid #dbe7f3;background:#f8fbff;color:#172033;border-radius:14px;padding:9px 12px;font-weight:850;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.section-tab small{font-size:10px;color:#64748b;font-weight:750}.section-tab.active{background:#0f172a;color:#fff;border-color:#0f172a}.section-tab.active small{color:#cbd5e1}.paged-preview-wrap.zoom-fit .review-paper-page.preview-landscape{width:min(100%,980px);max-width:980px;min-height:unset;aspect-ratio:1.414/1}.paged-preview-wrap.zoom-fit .review-paper-page.preview-portrait{width:min(100%,690px);max-width:690px;min-height:unset;aspect-ratio:1/1.414}.paged-preview-wrap.zoom-100 .review-paper-page.preview-landscape,.paged-preview-wrap.zoom-125 .review-paper-page.preview-landscape{width:980px;min-height:690px}.paged-preview-wrap.zoom-100 .review-paper-page.preview-portrait,.paged-preview-wrap.zoom-125 .review-paper-page.preview-portrait{width:690px;min-height:980px}.page-section-layout{display:grid;grid-gap:14px;gap:14px;height:100%;min-height:420px}.page-section-layout.layout-full_page{display:block;min-height:0}.page-section-layout.layout-two_horizontal{grid-template-rows:repeat(2,minmax(0,1fr))}.page-section-layout.layout-four_sections,.page-section-layout.layout-two_vertical{grid-template-columns:repeat(2,minmax(0,1fr))}.page-section-layout.layout-four_sections{grid-template-rows:repeat(2,minmax(0,1fr))}.preview-page-section{min-width:0;border:1px dashed rgba(148,163,184,.42);border-radius:18px;padding:10px;overflow:hidden;background:rgba(255,255,255,.42)}.page-section-layout.layout-full_page>.preview-page-section{border:0;padding:0;background:transparent;overflow:visible}.preview-page-section-label{color:#94a3b8;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.preview-empty-section{color:#94a3b8;font-size:13px;font-weight:700;margin:0}.preview-spacer-block{border-radius:12px;background:repeating-linear-gradient(45deg,rgba(148,163,184,.08),rgba(148,163,184,.08) 8px,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 16px);border:1px dashed rgba(148,163,184,.35)}.preview-section:has(.preview-spacer-block){border-left:0;background:transparent;padding:0;min-height:0}.cover-example-preview{min-height:185px;justify-content:flex-start;padding:8px 0 4px}.cover-example-preview h2{max-width:760px}.preview-section.height-full_page{min-height:360px}.preview-section.height-medium{min-height:180px}@media (max-width:760px){.page-section-layout.layout-four_sections,.page-section-layout.layout-two_vertical,.page-setup-grid{grid-template-columns:1fr}}.layout-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:8px;gap:8px}.layout-choice{border:1px solid #dbe7f3;background:#f8fbff;color:#172033;border-radius:16px;padding:10px 12px;text-align:left;cursor:pointer}.layout-choice strong{display:block;font-size:13px}.layout-choice small{display:block;margin-top:4px;font-size:11px;color:#64748b;line-height:1.3}.layout-choice.active{background:#0f172a;border-color:#0f172a;color:#fff}.layout-choice.active small{color:#cbd5e1}.fit-status-card{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #dbe7f3;background:#f8fbff;color:#334155;border-radius:16px;padding:10px 12px;margin:-4px 0 14px;font-size:12px;line-height:1.35}.fit-status-card strong{color:#0f172a;white-space:nowrap}.fit-status-card.warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.fit-status-card.warning strong{color:#9a3412}.visual-table-controls{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;border:1px solid #e5edf6;background:#fbfdff;border-radius:16px;padding:12px;margin-bottom:10px}.preview-section{box-sizing:border-box;overflow:hidden;max-width:100%}.preview-section h3{font-size:var(--block-heading-size,22px);line-height:1.1;margin:0 0 10px}.preview-section.is-compact{font-size:max(10px,calc(1em - 1px))}.preview-section.is-compact h3{margin-bottom:6px}.preview-section.auto-fit-text{font-size:max(9px,calc(1em - 2px))}.preview-section .preview-placeholder-box p{line-height:inherit}.visual-risk-table,.visual-score-table{font-size:inherit;margin-top:6px}.visual-risk-table td,.visual-risk-table th,.visual-score-table td,.visual-score-table th{padding:7px 8px;height:var(--block-row-height,42px)}.visual-risk-table.compact td,.visual-risk-table.compact th,.visual-score-table.compact td,.visual-score-table.compact th{padding:4px 6px;height:calc(var(--block-row-height, 42px) * .72)}.visual-score-table .score-column{width:42%}.visual-risk-table .risk-column{width:38%}.risk-pip-row,.score-pip-row{display:grid;grid-gap:2px;align-items:center}.score-pip-row{grid-template-columns:repeat(10,minmax(12px,1fr))}.risk-pip-row{grid-template-columns:repeat(4,minmax(28px,1fr))}.risk-pip-row span,.score-pip-row span{min-height:22px;border-radius:9px;border:1px solid rgba(15,23,42,.28);background:#d9e8f7;color:#111827;display:grid;place-items:center;font-weight:900;font-size:12px}.risk-pip-row span.filled,.score-pip-row span.filled{background:linear-gradient(90deg,#b8d4ed,#2f9dc9)}.grouped-table-preview{border-top:1px solid #0f172a;font-size:inherit}.grouped-table-section{border-bottom:1px solid #0f172a}.grouped-table-heading{display:grid;grid-template-columns:1fr 54px;align-items:center;grid-gap:8px;gap:8px;background:#13b8ae;color:#fff;border-radius:10px;margin:8px 0;padding:8px 12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.grouped-table-heading strong{background:#0f172a;color:#fff;border-radius:4px;text-align:center;padding:4px 8px}.grouped-table-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,.95fr);grid-gap:12px;gap:12px;align-items:center;padding:7px 0;border-top:1px solid #cbd5e1}.grouped-table-preview.compact .grouped-table-heading{padding:5px 9px;margin:5px 0}.grouped-table-preview.compact .grouped-table-row{padding:4px 0}.preview-page-section .preview-section+.preview-section{margin-top:10px}.preview-page-section .preview-section[style*="width: 100%"]{width:100%}@media (max-width:760px){.fit-status-card{flex-direction:column;align-items:flex-start}.grouped-table-row{grid-template-columns:1fr}}.builder-title-actions,.hero-actions,.report-viewer-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.report-view-page{min-height:100vh;background:#eef5fb}.report-viewer-shell{min-height:100vh;padding:22px;background:linear-gradient(180deg,#eef6ff,#f8fbff)}.report-viewer-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid #dbe7f3;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;padding:16px 18px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.report-viewer-toolbar h1{margin:4px 0;font-size:clamp(22px,2vw,34px)}.report-viewer-toolbar p{margin:0;color:#526174;max-width:720px}.report-viewer-controls{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:14px;gap:14px;align-items:start;margin:18px 0}.viewer-page-menu{display:flex;gap:8px;overflow-x:auto;padding:6px 0 10px}.viewer-control-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;border:1px solid #dbe7f3;background:#fff;border-radius:18px;padding:10px}.report-viewer-stage{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 210px);overflow:auto;padding:14px 0 70px}.report-viewer-stage .paged-preview-wrap{width:auto;max-width:none}.report-viewer-stage .paged-preview-wrap.zoom-100 .review-paper-page.preview-landscape{width:1123px;min-height:794px}.report-viewer-stage .paged-preview-wrap.zoom-100 .review-paper-page.preview-portrait{width:794px;min-height:1123px}.report-viewer-stage .paged-preview-wrap.zoom-125 .review-paper-page.preview-landscape{width:1404px;min-height:993px}.report-viewer-stage .paged-preview-wrap.zoom-125 .review-paper-page.preview-portrait{width:993px;min-height:1404px}.preview-page-section.active-preview-section{outline:2px solid rgba(36,155,194,.38);outline-offset:2px}.preview-section{height:auto}.preview-section.height-full_page,.preview-section.height-medium{min-height:0}.preview-section[style*="height: 100%"]{display:flex;flex-direction:column}.example-report-table{font-size:var(--table-body-size,11px);line-height:1.25}.example-report-table thead th{background:var(--table-head-bg,#000);color:var(--table-head-text,#fff);font-size:var(--table-head-size,12px);text-transform:uppercase;letter-spacing:.03em}.visual-risk-table,.visual-score-table{width:100%;border-collapse:collapse}.visual-risk-table td,.visual-risk-table th,.visual-score-table td,.visual-score-table th{border:1px solid var(--block-border,#0f172a);vertical-align:middle}.visual-risk-table th:first-child,.visual-score-table th:first-child{text-align:left}.risk-pip-row span,.score-pip-row span{background:var(--graph-empty,#b8d4ed)}.risk-pip-row span.filled,.score-pip-row span.filled{background:linear-gradient(90deg,color-mix(in srgb,var(--graph-fill,#2f9dc9) 45%,white),var(--graph-fill,#2f9dc9))}.preset-risk-table .risk-column{text-align:center;font-size:calc(var(--table-head-size, 12px) - 1px)}.visual-table-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-table-controls .field:first-of-type,.visual-table-controls .toggleLine{grid-column:span 2}.block-settings-form .colour-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.report-viewer-controls,.report-viewer-toolbar{grid-template-columns:1fr}.report-viewer-toolbar{align-items:flex-start;flex-direction:column}.block-settings-form .colour-grid,.viewer-control-grid,.visual-table-controls{grid-template-columns:1fr}.visual-table-controls .field:first-of-type,.visual-table-controls .toggleLine{grid-column:auto}}.preview-paper.preview-landscape{width:980px;height:690px;min-height:690px;max-height:690px}.preview-paper.preview-portrait{width:690px;height:980px;min-height:980px;max-height:980px}.review-paper-page{display:flex;flex-direction:column;overflow:hidden}.review-paper-page .page-section-layout{flex:1 1 auto;min-height:0;height:auto}.preview-page-section{display:flex;flex-direction:column;min-height:0}.preview-page-section .preview-section{flex:0 0 auto}.preview-page-section .preview-section[style*="height: 100%"]{flex:1 1 auto;min-height:0}.preview-section[draggable=true]{cursor:-webkit-grab;cursor:grab}.preview-section[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.preview-section[style*="height: 100%"]>.grouped-table-preview,.preview-section[style*="height: 100%"]>.matrix-preview-grid,.preview-section[style*="height: 100%"]>.summary-bars-preview,.preview-section[style*="height: 100%"]>.two-column-preview,.preview-section[style*="height: 100%"]>.visual-risk-table,.preview-section[style*="height: 100%"]>.visual-score-table{flex:1 1 auto;min-height:0}.preview-section[style*="height: 100%"]>.visual-risk-table,.preview-section[style*="height: 100%"]>.visual-score-table{height:100%}.matrix-preview-grid{min-height:0;height:auto}.layout-four_sections .matrix-preview-grid,.layout-two_horizontal .matrix-preview-grid,.layout-two_vertical .matrix-preview-grid{height:100%;gap:6px}.layout-four_sections .matrix-preview-cell,.layout-two_horizontal .matrix-preview-cell,.layout-two_vertical .matrix-preview-cell{min-height:0;padding:9px;border-radius:12px;overflow:hidden}.layout-four_sections .matrix-preview-cell h4,.layout-two_horizontal .matrix-preview-cell h4,.layout-two_vertical .matrix-preview-cell h4{font-size:var(--block-heading-size,12px);padding-bottom:5px;margin-bottom:5px;line-height:1.05}.layout-four_sections .matrix-preview-cell ul,.layout-two_horizontal .matrix-preview-cell ul,.layout-two_vertical .matrix-preview-cell ul{font-size:inherit;line-height:1.15;padding-left:13px}.layout-four_sections .matrix-preview-cell li,.layout-two_horizontal .matrix-preview-cell li,.layout-two_vertical .matrix-preview-cell li{margin-bottom:1px}.visual-risk-table,.visual-score-table{table-layout:fixed;max-width:100%;overflow:hidden}.visual-risk-table td,.visual-risk-table th,.visual-score-table td,.visual-score-table th{overflow:hidden;text-overflow:clip;word-break:normal}.visual-risk-table td:last-child,.visual-risk-table th:last-child,.visual-score-table td:last-child,.visual-score-table th:last-child{white-space:normal;overflow-wrap:anywhere}.risk-scale-header,.score-scale-header{display:grid;grid-gap:2px;gap:2px;align-items:stretch;width:100%}.score-scale-header{grid-template-columns:repeat(10,minmax(0,1fr))}.risk-scale-header span,.score-scale-header span{display:grid;place-items:center;min-height:18px;border-radius:8px;background:color-mix(in srgb,var(--graph-empty,#b8d4ed) 70%,white);color:#0f172a;font-size:inherit;line-height:1.05;padding:2px 3px;white-space:normal}.visual-risk-table thead .risk-column,.visual-score-table thead .score-column{padding:4px}.risk-pip-row,.score-pip-row{width:100%;gap:2px}.risk-pip-row span,.score-pip-row span{min-width:0;min-height:calc(var(--block-row-height, 34px) * .55);border-radius:8px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.18)}.visual-risk-table.compact .risk-pip-row span,.visual-score-table.compact .score-pip-row span{min-height:calc(var(--block-row-height, 30px) * .48)}.risk-pip-row span.filled,.score-pip-row span.filled{background:linear-gradient(90deg,color-mix(in srgb,var(--graph-fill,#2f9dc9) 40%,white),var(--graph-fill,#2f9dc9));border-color:color-mix(in srgb,var(--graph-fill,#2f9dc9) 65%,#0f172a)}.preview-page-section.active-preview-section{background:color-mix(in srgb,var(--preview-primary,#249bc2) 6%,white)}.preview-page-section:has(.preview-section[draggable=true]:active){outline:2px dashed rgba(36,155,194,.55)}.report-viewer-stage .preview-paper.preview-landscape{width:1123px;height:794px;min-height:794px;max-height:794px}.report-viewer-stage .preview-paper.preview-portrait{width:794px;height:1123px;min-height:1123px;max-height:1123px}.report-viewer-stage .paged-preview-wrap.zoom-fit .review-paper-page.preview-landscape{width:min(96vw,1320px);height:min(calc(96vw / 1.414),933px);min-height:min(calc(96vw / 1.414),933px);max-height:min(calc(96vw / 1.414),933px)}.report-viewer-stage .paged-preview-wrap.zoom-fit .review-paper-page.preview-portrait{width:min(82vw,920px);height:min(calc(82vw * 1.414),1300px);min-height:min(calc(82vw * 1.414),1300px);max-height:min(calc(82vw * 1.414),1300px)}.preview-logo-image,.settings-logo-preview{display:block;max-width:var(--logo-max-w,180px);max-height:var(--logo-max-h,54px);object-fit:contain}.settings-logo-preview{max-width:180px;max-height:72px;border:1px solid #d9e2ec;border-radius:14px;background:#fff;padding:8px}.logo-settings-panel{display:grid;grid-gap:14px;gap:14px}.paged-preview-wrap.zoom-fit .review-paper-page.preview-landscape{width:min(100%,980px)!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1.414/1!important}.paged-preview-wrap.zoom-fit .review-paper-page.preview-portrait{width:min(100%,690px)!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1.414!important}.report-viewer-stage .paged-preview-wrap.zoom-fit .review-paper-page.preview-landscape{width:min(96vw,1320px)!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1.414/1!important}.report-viewer-stage .paged-preview-wrap.zoom-fit .review-paper-page.preview-portrait{width:min(82vw,920px)!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1.414!important}.review-paper-page .page-section-layout{height:100%}.paged-preview-wrap{min-width:0}.preview-section.selected-preview-block{outline:2px solid rgba(36,155,194,.65);outline-offset:-2px;box-shadow:inset 0 0 0 1px var(--preview-border,#d9e2ec),0 0 0 4px rgba(36,155,194,.12)}.preview-section[style*="height: 100%"],.preview-section[style*="height: 25%"],.preview-section[style*="height: 33.3333%"],.preview-section[style*="height: 50%"]{display:flex;flex-direction:column}.preview-section[style*="height: 100%"]>.summary-bars-preview,.preview-section[style*="height: 25%"]>.summary-bars-preview,.preview-section[style*="height: 33.3333%"]>.summary-bars-preview,.preview-section[style*="height: 50%"]>.summary-bars-preview{flex:1 1 auto;min-height:0;display:grid;grid-auto-rows:minmax(0,1fr);overflow:hidden}.preview-section[style*="height: 100%"] .summary-bar-row,.preview-section[style*="height: 25%"] .summary-bar-row,.preview-section[style*="height: 33.3333%"] .summary-bar-row,.preview-section[style*="height: 50%"] .summary-bar-row{min-height:0;grid-template-columns:minmax(28px,52px) minmax(0,1fr) minmax(80px,28%);gap:8px;padding:5px 7px;border-radius:18px;overflow:hidden}.preview-section[style*="height: 100%"] .summary-bar-icon,.preview-section[style*="height: 25%"] .summary-bar-icon,.preview-section[style*="height: 33.3333%"] .summary-bar-icon,.preview-section[style*="height: 50%"] .summary-bar-icon{width:clamp(26px,5vw,48px);height:clamp(26px,5vw,48px);font-size:clamp(10px,1.8vw,20px)}.summary-bar-copy{min-width:0;overflow:hidden}.summary-bar-copy h4{font-size:var(--block-heading-size,21px);overflow-wrap:anywhere}.summary-bar-copy p,.summary-bar-copy small{font-size:var(--table-body-size,11px);line-height:1.12;display:block;overflow:hidden}.summary-bar-copy small{color:rgba(255,255,255,.85);margin-top:2px;font-weight:800}.summary-bar-status{min-width:0;font-size:var(--block-heading-size,18px);overflow:hidden}.summary-bar-status span,.summary-bar-status strong{display:block;overflow:hidden;text-overflow:ellipsis;max-width:100%}.summary-bar-status span{font-size:var(--table-body-size,10px);color:#334155;font-weight:800;margin-top:2px}.visual-risk-table .risk-column,.visual-score-table .score-column{padding-left:8px;padding-right:8px}.risk-pip-row,.risk-scale-header,.score-pip-row,.score-scale-header{grid-auto-flow:column}.risk-pip-row span,.risk-scale-header span,.score-pip-row span,.score-scale-header span{box-sizing:border-box}.risk-pip-row span.filled,.score-pip-row span.filled{color:var(--graph-marker,#111827)}.mira-level-preview{display:flex;flex-direction:column;gap:12px;font-size:var(--table-body-size,10px)}.mira-level-table{width:100%;border-collapse:collapse;table-layout:fixed}.mira-level-table th{background:#000;color:#fff;text-transform:uppercase;letter-spacing:.03em;font-size:var(--table-head-size,11px);padding:5px 6px;text-align:left}.mira-level-table th:first-child{width:14%}.mira-level-table th:nth-child(2){width:75%}.mira-level-table th:nth-child(3){width:11%;text-align:center}.mira-level-table td{border:1px solid #d1d5db;padding:6px;vertical-align:top}.mira-level-table tr:nth-child(2n) td{background:#e5e7eb}.mira-level-table td:first-child strong{display:block;color:#5F7796;text-transform:uppercase;font-size:1.08em;line-height:1.1}.mira-level-table td:first-child em{display:block;color:#FC8B4C;font-weight:900;font-style:normal;margin-top:4px}.mira-level-table ul{margin:0;padding-left:16px}.mira-level-table li{margin:0 0 2px}.mira-capability-badge{border-radius:10px;background:#15b8ae;color:#fff;display:grid;place-items:center;grid-gap:2px;gap:2px;padding:6px;min-height:58px;text-align:center;font-weight:900;text-transform:uppercase;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.mira-capability-badge.future{background:#5F7796}.mira-capability-badge.combined{background:#13B8AE}.mira-capability-badge span{font-size:18px;line-height:1}.mira-capability-badge strong{font-size:9px;line-height:1.05}.mira-required-bar{display:flex;align-items:center;gap:10px;background:#ff8a1d;color:#fff;border-radius:999px;padding:7px 16px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.mira-required-bar strong{text-transform:none;font-size:1.05em}.mira-source-note{color:#64748b;font-size:10px;font-weight:800}.preview-section[style*="height: 100%"] .mira-level-preview,.preview-section[style*="height: 25%"] .mira-level-preview,.preview-section[style*="height: 33.3333%"] .mira-level-preview,.preview-section[style*="height: 50%"] .mira-level-preview{flex:1 1 auto;min-height:0;overflow:hidden}.section-block-drop-wrap{min-height:0}.between-block-dropzone{opacity:0;height:9px;margin:2px 0;border-radius:999px;border:1px dashed transparent;color:#9a3412;display:grid;place-items:center;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;transition:opacity .15s ease,background .15s ease,border-color .15s ease}.between-block-dropzone:hover,.preview-page-section:hover .between-block-dropzone{opacity:1;background:#fff7ed;border-color:#fdba74}.between-block-dropzone.after{height:14px;margin-top:4px}.cognitive-ability-preview{display:flex;flex-direction:column;gap:10px;min-height:0;overflow:hidden}.cognitive-intro{line-height:1.35;font-weight:650}.cognitive-bullet-grid,.cognitive-intro{margin:0;font-size:var(--table-body-size,11px)}.cognitive-bullet-grid{padding-left:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px 18px;gap:5px 18px;line-height:1.25;font-weight:700}.cognitive-guideline-grid{margin-top:8px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(180px,.9fr);grid-gap:18px;gap:18px;font-size:var(--table-body-size,10px);line-height:1.28}.cognitive-guideline-grid span,.cognitive-guideline-grid strong{display:block}.preview-section[style*="height: 100%"] .cognitive-bullet-grid,.preview-section[style*="height: 25%"] .cognitive-bullet-grid,.preview-section[style*="height: 33.3333%"] .cognitive-bullet-grid,.preview-section[style*="height: 50%"] .cognitive-bullet-grid{grid-template-columns:1fr;gap:2px}.preview-section[style*="height: 100%"] .cognitive-guideline-grid,.preview-section[style*="height: 25%"] .cognitive-guideline-grid,.preview-section[style*="height: 33.3333%"] .cognitive-guideline-grid,.preview-section[style*="height: 50%"] .cognitive-guideline-grid{display:none}.recommendation-choice-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:center}.recommendation-choice-preview small{grid-column:1/-1;color:#64748b;font-size:10px;font-weight:850}.recommendation-choice-pill{background:linear-gradient(90deg,#8fc0e7,#2f9dc9);color:#fff;border-radius:24px;min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;text-transform:uppercase;font-weight:950;letter-spacing:.04em;font-size:var(--block-heading-size,20px)}.recommendation-choice-pill span{display:block;width:48px;height:48px;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px rgba(15,23,42,.08)}.preview-section[style*="height: 100%"] .recommendation-choice-preview,.preview-section[style*="height: 25%"] .recommendation-choice-preview,.preview-section[style*="height: 33.3333%"] .recommendation-choice-preview,.preview-section[style*="height: 50%"] .recommendation-choice-preview{grid-template-columns:1fr}.preview-section[style*="height: 100%"] .recommendation-choice-pill,.preview-section[style*="height: 25%"] .recommendation-choice-pill,.preview-section[style*="height: 33.3333%"] .recommendation-choice-pill,.preview-section[style*="height: 50%"] .recommendation-choice-pill{min-height:38px;border-radius:14px;grid-template-columns:minmax(0,1fr) 28px;font-size:var(--table-head-size,12px)}.preview-section[style*="height: 100%"] .recommendation-choice-pill span,.preview-section[style*="height: 25%"] .recommendation-choice-pill span,.preview-section[style*="height: 33.3333%"] .recommendation-choice-pill span,.preview-section[style*="height: 50%"] .recommendation-choice-pill span{width:28px;height:28px;border-radius:10px}.summary-bars-preview{gap:5px}.summary-bar-row{min-height:62px;grid-template-columns:58px minmax(0,1fr) minmax(105px,22%);gap:10px;border-radius:20px;padding:5px 8px 5px 12px}.summary-bar-icon{width:46px;height:46px;font-size:20px}.summary-bar-copy h4{font-size:clamp(11px,var(--block-heading-size,18px),20px);line-height:1.04;margin-bottom:2px}.summary-bar-copy p{font-size:var(--table-body-size,10px);line-height:1.08}.summary-bar-status{min-height:42px;border-radius:18px;padding:6px 8px;font-size:var(--table-head-size,13px)}.summary-bars-more{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:900}.preview-section[style*="height: 100%"] .summary-bar-copy small,.preview-section[style*="height: 100%"] .summary-bar-status span,.preview-section[style*="height: 25%"] .summary-bar-copy small,.preview-section[style*="height: 25%"] .summary-bar-status span,.preview-section[style*="height: 33.3333%"] .summary-bar-copy small,.preview-section[style*="height: 33.3333%"] .summary-bar-status span,.preview-section[style*="height: 50%"] .summary-bar-copy small,.preview-section[style*="height: 50%"] .summary-bar-status span{display:none}.candidateRecommendationCard{align-items:stretch;gap:18px}.candidateRecommendationForm{min-width:min(360px,100%);display:grid;grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) auto;grid-gap:10px;gap:10px;align-items:end}.compactField{margin:0}.recommendation-pending{background:#f1f5f9;color:#475569}.recommendation-not-recommended{background:#fee2e2;color:#991b1b}.recommendation-reservation{background:#fff7ed;color:#9a3412}.recommendation-recommended{background:#dcfce7;color:#166534}@media (max-width:920px){.candidateRecommendationForm{grid-template-columns:1fr}}.summary-bars-preview{width:100%;min-width:0;overflow:hidden}.summary-bars-preview .summary-bar-copy,.summary-bars-preview .summary-bar-row,.summary-bars-preview .summary-bar-status{min-width:0}.summary-bar-status strong{line-height:1.08;word-break:normal;overflow-wrap:anywhere}.summary-bars-section-fit{height:100%;min-height:0;display:grid;grid-template-rows:repeat(var(--summary-row-count),minmax(0,1fr));grid-gap:clamp(2px,.45vw,5px);gap:clamp(2px,.45vw,5px);overflow:hidden}.summary-bars-section-fit .summary-bar-row{min-height:0!important;height:100%;max-height:100%;grid-template-columns:clamp(22px,10%,38px) minmax(0,1fr) clamp(60px,24%,92px);gap:clamp(4px,.75vw,8px);border-radius:clamp(10px,2vw,18px);padding:clamp(3px,.55vw,6px) clamp(4px,.7vw,8px);overflow:hidden}.summary-bars-section-fit .summary-bar-icon{width:clamp(20px,8vw,34px);height:clamp(20px,8vw,34px);max-width:100%;max-height:100%;font-size:clamp(9px,1.4vw,15px)}.summary-bars-section-fit .summary-bar-copy{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:1px;gap:1px;overflow:hidden}.summary-bars-section-fit .summary-bar-copy h4{font-size:clamp(7px,1.35vw,12px)!important;line-height:.98;letter-spacing:.05em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.summary-bars-section-fit .summary-bar-copy p{font-size:clamp(5px,1vw,8px)!important;line-height:1.05;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.summary-bars-section-fit .summary-bar-status{min-height:0!important;height:clamp(26px,70%,44px);align-self:center;border-radius:clamp(10px,1.5vw,16px);padding:2px 4px;font-size:clamp(7px,1.35vw,12px)!important;overflow:hidden}.summary-bars-section-fit .summary-bar-status strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.layout-four_sections .preview-section:has(.summary-bars-section-fit){padding:8px!important}.layout-four_sections .preview-section:has(.summary-bars-section-fit)>h3{font-size:clamp(8px,1vw,11px);line-height:1;margin:0 0 3px}.layout-four_sections .preview-section:has(.summary-bars-section-fit)>.preview-section-number{font-size:8px;margin-bottom:2px}.layout-four_sections .preview-section:has(.summary-bars-section-fit)>em{font-size:clamp(6px,1vw,8px);line-height:1.05;margin-top:3px;padding:2px 0 0;display:block;max-height:20px;overflow:hidden}.summary-bars-preview:not(.summary-bars-section-fit) .summary-bar-row{grid-template-columns:82px minmax(0,1fr) minmax(140px,18%)}.summary-bars-preview:not(.summary-bars-section-fit) .summary-bar-copy h4{font-size:clamp(18px,2vw,28px)}.summary-bars-preview:not(.summary-bars-section-fit) .summary-bar-copy p{font-size:clamp(12px,1.2vw,18px)}.summary-bars-preview:not(.summary-bars-section-fit) .summary-bar-status{font-size:clamp(15px,1.6vw,24px)}.matrix-auto-grid .matrix-preview-cell{display:flex;flex-direction:column}.matrix-auto-grid .matrix-preview-cell ul{overflow:hidden;min-height:0}.matrix-empty-state{margin:0;font-size:.82em;opacity:.86;font-weight:700}.matrix-rule-card{border:1px solid #bae6fd;background:#f0f9ff;border-radius:16px;padding:12px;display:grid;grid-gap:8px;gap:8px;color:#0f172a}.matrix-rule-card p{margin:0;font-size:12px;line-height:1.35;color:#334155}.matrix-sample-settings{border:1px solid #d9e2ec;border-radius:16px;padding:10px 12px;background:#fff}.matrix-sample-settings summary{cursor:pointer;font-weight:900;color:#0f172a;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.matrix-evidence-row{display:grid;grid-template-columns:minmax(120px,1fr) 72px 92px;grid-gap:8px;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #eef2f7}.matrix-evidence-row:last-child{border-bottom:0}.matrix-evidence-row strong{font-size:12px;color:#0f172a}.matrix-evidence-row span{font-size:10px;font-weight:900;color:#64748b;letter-spacing:.08em}.matrix-evidence-row input,.matrix-evidence-row select{width:100%;border:1px solid #bae6fd;border-radius:10px;padding:6px 8px;background:#fff}@media (max-width:720px){.matrix-evidence-row{grid-template-columns:1fr}}.preview-page-section .between-block-dropzone{height:0;margin:0;overflow:hidden}.between-block-dropzone:hover,.preview-page-section:hover .between-block-dropzone{height:7px;margin:1px 0}.between-block-dropzone.after:hover,.preview-page-section:hover .between-block-dropzone.after{height:8px;margin-top:1px}.section-block-drop-wrap:has(.summary-results-section-block){flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column}.section-block-drop-wrap:has(.summary-results-section-block)>.preview-section{flex:1 1 auto;min-height:0}.summary-results-preview-block{min-height:0;overflow:hidden}.summary-results-preview-block>.summary-bars-preview{min-height:0}.summary-results-section-block{display:grid!important;grid-template-rows:auto auto minmax(0,1fr)!important;grid-gap:1px!important;gap:1px!important;padding:4px!important;border-radius:14px!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.summary-results-section-block>.preview-section-number{font-size:6px!important;line-height:1!important;margin:0!important;padding:0!important}.summary-results-section-block>h3{font-size:6px!important;line-height:1!important;margin:0 0 1px!important;padding:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-results-section-block>em{display:none!important}.summary-results-section-block .summary-bars-section-fit{height:100%!important;min-height:0!important;display:grid!important;grid-template-rows:repeat(var(--summary-row-count),minmax(0,1fr))!important;grid-gap:1px!important;gap:1px!important;overflow:hidden!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-row{min-height:0!important;height:100%!important;max-height:100%!important;display:grid!important;grid-template-columns:clamp(12px,8%,18px) minmax(0,1fr) clamp(42px,24%,66px)!important;align-items:center!important;grid-gap:3px!important;gap:3px!important;border-radius:9px!important;padding:1px 3px!important;overflow:hidden!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-icon{width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important;font-size:6px!important;border-radius:999px!important;opacity:.92}.summary-results-section-block .summary-bars-section-fit .summary-bar-copy{display:grid!important;grid-template-rows:minmax(0,auto) minmax(0,1fr);grid-gap:0!important;gap:0!important;min-width:0!important;overflow:hidden!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-copy h4{font-size:clamp(5px,1vw,8px)!important;line-height:.95!important;letter-spacing:.055em!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-copy p{font-size:clamp(4px,.72vw,6px)!important;line-height:.98!important;margin:0!important;font-weight:700!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-status{min-height:0!important;height:14px!important;max-height:14px!important;align-self:center!important;border-radius:8px!important;padding:1px 3px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.summary-results-section-block .summary-bars-section-fit .summary-bar-status strong{font-size:clamp(5px,.92vw,7px)!important;line-height:.98!important;display:block!important;white-space:normal!important;overflow:hidden!important;text-align:center!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-copy p,.summary-results-section-block .summary-bars-section-fit.summary-bars-tight .summary-bar-copy p{display:none!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-copy,.summary-results-section-block .summary-bars-section-fit.summary-bars-tight .summary-bar-copy{display:block!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-row{grid-template-columns:10px minmax(0,1fr) 38px!important;border-radius:7px!important;gap:2px!important;padding:1px 2px!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-icon{width:9px!important;height:9px!important;font-size:5px!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-copy h4{font-size:clamp(4.8px,.82vw,6.2px)!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-status{height:11px!important;max-height:11px!important;border-radius:6px!important}.summary-results-section-block .summary-bars-section-fit.summary-bars-micro .summary-bar-status strong{font-size:clamp(4.5px,.78vw,5.8px)!important;line-height:.9!important}.aon-library-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;margin:-8px 0 22px;padding:20px;border-radius:28px;border:1px solid rgba(20,28,38,.09);background:radial-gradient(circle at top left,rgba(36,155,194,.14),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,250,252,.92));box-shadow:0 16px 42px rgba(15,23,42,.07)}.aon-flow-card h2,.aon-library-callout h2{margin:4px 0 8px}.aon-band-card p,.aon-flow-card p,.aon-library-callout p{margin:0;color:var(--muted);line-height:1.45}.aon-hero-card{position:relative;overflow:hidden}.aon-hero-card:after{content:"";position:absolute;right:-80px;top:-100px;width:260px;height:260px;border-radius:999px;background:rgba(36,155,194,.11);pointer-events:none}.aon-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.aon-flow-steps,.aon-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.aon-flow-steps{margin-top:18px}.aon-flow-steps>div{padding:16px;border-radius:22px;border:1px solid rgba(20,28,38,.08);background:rgba(248,250,252,.82)}.aon-flow-steps span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;margin-bottom:10px;background:#111827;color:white;font-weight:800;font-size:.82rem}.aon-band-card strong,.aon-flow-steps strong{display:block;margin-bottom:6px;color:var(--ink)}.aon-band-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.aon-band-card{min-height:146px;padding:14px;border-radius:20px;border:1px solid rgba(20,28,38,.08);background:linear-gradient(180deg,#ffffff,#f8fafc)}.aon-band-card span{display:inline-flex;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:rgba(36,155,194,.09);color:#0f5d73;font-size:.78rem;font-weight:800}.aon-mapping-grid{grid-template-columns:minmax(180px,1.1fr) minmax(220px,1.35fr) minmax(250px,1.5fr) minmax(130px,.7fr)}.aon-mapping-grid small{display:block;margin-top:6px;color:var(--muted);line-height:1.35}.success-card{border-color:rgba(37,167,107,.25)!important;background:rgba(37,167,107,.06)!important}.warning-card{border-color:rgba(242,140,24,.35)!important;background:rgba(242,140,24,.06)!important}@media (max-width:960px){.aon-band-grid,.aon-flow-steps,.aon-library-callout,.aon-mapping-grid,.aon-status-grid{grid-template-columns:1fr}}.readonly-selection-card{min-height:48px;border:1px solid rgba(7,23,34,.08);border-radius:16px;background:rgba(255,255,255,.86);padding:11px 12px;display:grid;grid-gap:4px;gap:4px}.readonly-selection-card strong{color:#071722;font-weight:760}.readonly-selection-card small{color:#53677a;line-height:1.35}.readonly-selection-card.muted{background:#f8fbfd}.library-block-title-row{display:flex;align-items:center;gap:8px;justify-content:space-between}.block-help-dot{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:1px solid rgba(47,157,201,.35);color:#2f6f8d;background:#eef8fc;font-size:12px;font-weight:800;cursor:help;flex:0 0 auto}.library-block-copy p{margin-top:6px}.cover-prepared-by{margin-top:8px;font-size:13px;color:#5f6f7c}.insightPage{display:grid;grid-gap:24px;gap:24px}.insightHero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:22px;gap:22px;align-items:stretch;border:1px solid rgba(191,230,241,.95);border-radius:34px;background:radial-gradient(circle at 16% 4%,rgba(36,155,194,.18),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,253,255,.88));box-shadow:var(--shadow);padding:36px;overflow:hidden}.insightHero h1{max-width:980px}.insightHero p{max-width:960px;margin-bottom:0}.insightHeroPanel{display:grid;align-content:center;grid-gap:10px;gap:10px;border:1px solid rgba(7,23,34,.08);border-radius:28px;background:linear-gradient(145deg,rgba(7,23,34,.94),rgba(36,155,194,.82));color:white;padding:26px;box-shadow:0 22px 55px rgba(7,23,34,.18)}.insightHeroPanel span{color:rgba(255,255,255,.72);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.insightHeroPanel strong{font-size:24px;letter-spacing:-.035em}.insightHeroPanel p{color:rgba(255,255,255,.82);margin:0}.insightNotice{border-color:rgba(36,155,194,.42)}.insightMetricGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px}.insightMetricCard{min-height:142px;display:grid;align-content:center;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.91);box-shadow:var(--shadow);padding:20px}.insightLensCard span,.insightMetricCard span{color:#40536a;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.insightMetricCard strong{font-size:42px;line-height:1;letter-spacing:-.05em}.insightMetricCard small,.insightMiniCard small,.insightProjectGrid small{display:block;margin-top:4px;color:var(--muted);line-height:1.35}.grid.two,.grid.two.wideRight,.insightSplitGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.grid.two.wideRight{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.sectionTitleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.compactRow{margin-bottom:14px}.insightExperienceCard{position:relative;overflow:hidden}.insightExperienceCard:after{content:"";position:absolute;inset:auto -30px -70px auto;width:210px;height:210px;border-radius:50%;background:rgba(36,155,194,.09);pointer-events:none}.candidateExperienceCard:after{background:rgba(245,130,20,.1)}.insightFeatureList{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.insightFeatureList span{min-height:30px;display:inline-flex;align-items:center;border:1px solid rgba(191,230,241,.95);border-radius:999px;background:rgba(247,253,255,.94);color:#30465e;padding:0 12px;font-size:12px;font-weight:750}.insightReadinessList,.insightTemplateStack,.smallStack,.stack{display:grid;grid-gap:12px;gap:12px}.insightTemplateStack{gap:22px}.insightMiniCard,.insightReadinessItem{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:20px;background:rgba(247,253,255,.86);padding:16px}.insightLensCard strong,.insightMiniCard strong,.insightReadinessItem strong{display:block;color:var(--ink)}.insightLensCard p,.insightMiniCard p,.insightReadinessItem p{margin:5px 0 0;font-size:14px}.insightReadinessItem.status-ready{border-color:rgba(36,155,194,.38)}.insightReadinessItem.status-blocked{border-color:#fecdd3;background:#fff1f2}.insightReadinessItem.status-foundation,.insightReadinessItem.status-next{border-color:rgba(245,130,20,.34);background:rgba(255,242,223,.55)}.insightLensGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.insightLensCard{min-height:132px;display:grid;align-content:start;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(247,253,255,.9),rgba(255,255,255,.92));padding:16px}.insightProjectGrid{grid-template-columns:1.3fr .9fr .9fr .85fr .85fr .55fr}@media (max-width:1180px){.insightLensGrid,.insightMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:920px){.grid.two,.grid.two.wideRight,.insightHero,.insightProjectGrid,.insightSplitGrid,.table-header.insightProjectGrid{grid-template-columns:1fr}.table-header.insightProjectGrid{display:none}.table-row.insightProjectGrid span:before{content:attr(data-label);display:block;margin-bottom:4px;color:#40536a;font-size:11px;font-weight:760;letter-spacing:.14em;text-transform:uppercase}}@media (max-width:700px){.insightHero{padding:26px 22px}.insightLensGrid,.insightMetricGrid{grid-template-columns:1fr}.insightMiniCard,.insightReadinessItem,.sectionTitleRow{display:grid}}.insightBuilderPage{display:grid;grid-gap:22px;gap:22px}.compactHero{grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr)}.insightBuilderTopActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.insightBuilderTopActions.homeActions{margin-top:-6px}.dangerButton{border:1px solid rgba(185,28,28,.22);background:#fff1f1;color:#991b1b;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer;text-decoration:none}.dangerButton:hover{background:#ffe4e4}.warningNotice{border-color:rgba(217,119,6,.22);background:#fffbeb;color:#92400e}.linkedMiniCard{text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.linkedMiniCard:hover{transform:translateY(-1px);border-color:rgba(47,157,201,.45);box-shadow:0 18px 40px rgba(25,61,85,.08)}.insightFormShell{max-width:980px}.insightTemplateCreateForm{display:grid;grid-gap:18px;gap:18px}.insightTypePicker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.insightTypeOption{position:relative;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:flex-start;border:1px solid rgba(191,230,241,.9);border-radius:24px;padding:18px;background:linear-gradient(145deg,#ffffff,#f4fbfd);cursor:pointer}.insightTypeOption input{margin-top:4px}.insightTypeOption strong{display:block;color:#17374a;font-size:16px;margin-bottom:6px}.insightTypeOption small{display:block;color:#637783;line-height:1.5}.insightTypeOption:has(input:checked){border-color:rgba(47,157,201,.65);box-shadow:0 18px 42px rgba(47,157,201,.13)}.insightTypeOption.candidateOption{background:linear-gradient(145deg,#ffffff,#fbf7ff);border-color:rgba(220,205,245,.95)}.formGrid.twoCols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.formGrid.fourCols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.insightTemplateBuilder{display:grid;grid-gap:18px;gap:18px}.insightBuilderMetaCard{display:grid;grid-gap:16px;gap:16px}.insightToggleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.insightCheckboxLine,.insightToggleGrid label{display:flex;align-items:center;gap:8px;border:1px solid rgba(210,226,234,.85);border-radius:16px;padding:10px 12px;background:#fbfdfe;color:#375363;font-size:13px;font-weight:700}.insightBuilderWorkspace{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(360px,1.28fr) minmax(260px,.82fr);grid-gap:18px;gap:18px;align-items:start}.insightBlockLibraryPanel,.insightCanvasPanel,.insightInspectorPanel{min-height:420px}.insightBlockLibraryPanel h3{margin:6px 0 4px;color:#17374a}.insightBlockLibraryPanel p{color:#637783;margin:0 0 14px;line-height:1.5}.insightBlockLibraryList{display:grid;grid-gap:10px;gap:10px;max-height:780px;overflow:auto;padding-right:4px}.insightBlockLibraryItem{text-align:left;border:1px solid rgba(191,230,241,.9);border-radius:18px;padding:13px;background:#fff;cursor:pointer;display:grid;grid-gap:5px;gap:5px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.insightBlockLibraryItem:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(47,157,201,.45);box-shadow:0 14px 30px rgba(25,61,85,.08)}.insightBlockLibraryItem:disabled{opacity:.55;cursor:not-allowed}.insightBlockLibraryItem span{color:#2f9dc9;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.insightBlockLibraryItem strong{color:#17374a;font-size:14px}.insightBlockLibraryItem small{color:#687c88;line-height:1.45}.insightCanvasStack{display:grid;grid-gap:12px;gap:12px}.insightCanvasBlock{width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;text-align:left;border:1px solid rgba(210,226,234,.9);border-radius:22px;padding:14px;background:linear-gradient(145deg,#ffffff,#f7fbfd);cursor:pointer;color:inherit}.insightCanvasBlock.active{border-color:rgba(47,157,201,.75);box-shadow:0 18px 44px rgba(47,157,201,.15)}.insightBlockNumber{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eaf7fb;color:#1e789d;font-weight:900}.insightBlockContent{display:grid;grid-gap:3px;gap:3px}.insightBlockContent strong{color:#17374a;font-size:15px}.insightBlockContent small{color:#2f7d9f;font-weight:800}.insightBlockContent em{color:#637783;font-style:normal;line-height:1.45}.insightBlockControls{display:inline-flex;gap:6px}.insightBlockControls span{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f2f8fa;color:#31566a;font-weight:900}.insightBlockControls span:hover{background:#dff2f8}.insightCanvasEmpty{min-height:260px;display:flex;align-items:center;justify-content:center}.insightInspectorForm{display:grid;grid-gap:12px;gap:12px}.insightInspectorForm label{display:grid;grid-gap:6px;gap:6px;color:#31566a;font-size:13px;font-weight:800}.insightBuilderSaveBar{position:-webkit-sticky;position:sticky;bottom:16px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(191,230,241,.95);border-radius:24px;padding:14px 16px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 22px 60px rgba(25,61,85,.12)}.insightBuilderSaveBar div{display:grid;grid-gap:3px;gap:3px}.insightBuilderSaveBar strong{color:#17374a}.insightBuilderSaveBar span{color:#637783;font-size:13px}.insightBuilderActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media (max-width:1180px){.insightBuilderWorkspace{grid-template-columns:1fr}.insightBlockLibraryPanel,.insightCanvasPanel,.insightInspectorPanel{min-height:auto}.formGrid.fourCols,.insightToggleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.compactHero,.formGrid.fourCols,.formGrid.twoCols,.insightToggleGrid,.insightTypePicker{grid-template-columns:1fr}.insightBuilderSaveBar{position:static;align-items:flex-start;flex-direction:column}}.insightLensAiCard,.insightLensBuilderForm,.insightLensManualCard{display:grid;grid-gap:16px;gap:16px}.insightLensAiCard p,.insightLensManualCard p,.mutedText{color:#637783;line-height:1.55;margin:0 0 4px}.insightLensAiCard label,.insightLensBuilderForm label,.insightLensManualCard label{display:grid;grid-gap:7px;gap:7px;color:#31566a;font-size:13px;font-weight:800}.insightPromptChips{display:flex;flex-wrap:wrap;gap:8px}.insightPromptChips span{border:1px solid rgba(191,230,241,.9);border-radius:999px;background:#f5fbfd;color:#2f7d9f;padding:7px 10px;font-size:12px;font-weight:800}.insightLensSourceGroups{display:grid;grid-gap:14px;gap:14px;margin-top:16px}.insightLensSourceGroup{border:1px solid rgba(210,226,234,.9);border-radius:22px;background:linear-gradient(145deg,#fff,#f7fbfd);overflow:hidden}.insightLensSourceGroup summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;color:#17374a}.insightLensSourceGroup summary::-webkit-details-marker{display:none}.insightLensSourceGroup summary strong{font-size:15px}.insightLensSourceGroup summary span{color:#637783;font-size:12px;font-weight:800}.insightLensSourceList{display:grid;grid-gap:10px;gap:10px;padding:0 14px 14px}.insightLensSourceRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(218,231,237,.9);border-radius:18px;background:rgba(255,255,255,.9);padding:12px}.insightLensSourceRow.selected{border-color:rgba(47,157,201,.65);box-shadow:0 14px 34px rgba(47,157,201,.09)}.insightLensSourceRow.notAudienceSafe{opacity:.58}.insightSourceMainCheck{display:grid!important;grid-template-columns:auto 1fr;grid-gap:10px!important;gap:10px!important;align-items:flex-start;margin:0}.insightSourceMainCheck input{margin-top:3px}.insightSourceMainCheck strong{display:block;color:#17374a;font-size:14px}.insightSourceMainCheck small{display:block;color:#2f7d9f;font-size:12px;font-weight:800;margin-top:3px}.insightSourceMainCheck em{display:block;color:#637783;font-size:12px;font-style:normal;line-height:1.45;margin-top:5px}.insightSourceBadges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:340px}.insightSourceBadges span{border-radius:999px;background:#eef8fb;color:#31566a;padding:5px 8px;font-size:10px;font-weight:850;white-space:nowrap}.insightRequiredToggle{display:inline-flex!important;grid-template-columns:none!important;align-items:center;gap:6px!important;border:1px solid rgba(210,226,234,.9);border-radius:999px;padding:7px 9px;background:#fbfdfe;white-space:nowrap}@media (max-width:980px){.insightLensSourceRow{grid-template-columns:1fr;align-items:flex-start}.insightSourceBadges{justify-content:flex-start;max-width:none}}.resolverHero .insightHeroPanel strong{max-width:24rem}.resolverControlCard{position:relative;overflow:hidden}.resolverControlCard:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,rgba(47,157,201,.85),rgba(201,166,70,.75))}.resolverControls{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(150px,.7fr) minmax(220px,1fr) minmax(220px,1fr) auto;grid-gap:1rem;gap:1rem;align-items:end}.resolverWarnings{border-color:rgba(201,166,70,.35);background:linear-gradient(145deg,rgba(255,251,235,.75),rgba(255,255,255,.96))}.verticalFeatureList{display:grid;grid-template-columns:1fr}.resolverMetricGrid .insightMetricCard strong{font-size:clamp(1.2rem,2vw,2rem)}.strength-strong{color:#047857!important}.strength-moderate{color:#0369a1!important}.strength-limited{color:#b45309!important}.strength-conflicting{color:#b91c1c!important}.strength-insufficient{color:#6b7280!important}.resolverContextList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.resolverContextList div{padding:.9rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:rgba(248,250,252,.8)}.resolverContextList span{display:block;color:#64748b;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.resolverContextList strong{display:block;color:#0f172a}.resolverVisibilityBars{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:1rem}.resolverVisibilityBars div{position:relative;overflow:hidden;border-radius:999px;background:rgba(15,23,42,.06);padding:.62rem .85rem;color:#334155;font-size:.86rem}.resolverVisibilityBars span{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:rgba(47,157,201,.18)}.resolverCandidateStack{display:grid;grid-gap:1rem;gap:1rem}.resolverCandidateCard{border:1px solid rgba(15,23,42,.08);border-radius:24px;background:linear-gradient(145deg,rgba(248,250,252,.94),rgba(255,255,255,.98));padding:1rem}.resolverCandidateHeader{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.resolverCandidateHeader strong{display:block;font-size:1rem;color:#0f172a}.resolverCandidateHeader p{margin:.2rem 0 0;color:#64748b;font-size:.88rem}.resolverLensStateGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.resolverLensState{border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:.9rem;background:#fff;min-height:150px}.resolverLensState.available{border-color:rgba(4,120,87,.18);box-shadow:inset 0 0 0 1px rgba(4,120,87,.04)}.resolverLensState.insufficient{border-color:rgba(148,163,184,.28);background:rgba(248,250,252,.88)}.resolverLensState span{color:#64748b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.resolverLensState strong{display:block;margin-top:.25rem;color:#0f172a}.resolverLensState p{color:#475569;font-size:.86rem;min-height:2.4rem}.resolverLensState em,.resolverLensState small{display:block;color:#64748b;font-size:.78rem;line-height:1.35}.resolverLensState em{margin-top:.35rem;color:#b45309}.resolverEvidenceGrid{grid-template-columns:minmax(170px,1fr) minmax(240px,1.35fr) minmax(180px,1fr) minmax(150px,.8fr) minmax(180px,1fr)}.resolverEvidenceTable .table-row small{display:block;color:#64748b;margin-top:.2rem}@media (max-width:1100px){.resolverControls{grid-template-columns:repeat(2,minmax(0,1fr))}.resolverControls .primaryButton{grid-column:1/-1}.resolverEvidenceGrid{grid-template-columns:1fr}}@media (max-width:720px){.resolverContextList,.resolverControls{grid-template-columns:1fr}.resolverCandidateHeader{flex-direction:column}}.customerLinkNotice{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid rgba(47,157,201,.24);background:linear-gradient(135deg,rgba(47,157,201,.12),rgba(255,255,255,.94))}.customerLinkNotice code{padding:10px 12px;border-radius:14px;background:rgba(15,23,42,.92);color:#f8fafc;font-size:12px;max-width:420px;overflow-x:auto}.customerLinkNotice p,.customerLinkNotice small{margin:2px 0 0;color:#64748b}.customerPortalShell{padding:32px;background:radial-gradient(circle at 12% 8%,rgba(47,157,201,.24),transparent 30%),radial-gradient(circle at 88% 18%,rgba(15,23,42,.18),transparent 32%),linear-gradient(135deg,#f8fafc,#eef6fb 50%,#f8fafc);color:#0f172a}.customerPortalHero{grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:stretch;max-width:1280px}.customerPortalBlocked,.customerPortalHero>aside,.customerPortalHero>div,.customerPortalMetricGrid>div,.customerPortalPanel{border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(15,23,42,.08)}.customerPortalHero>aside,.customerPortalHero>div{border-radius:34px;padding:34px}.customerPortalBlocked span,.customerPortalHero span,.customerPortalSectionTitle span{display:inline-flex;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#2f9dc9}.customerPortalBlocked h1,.customerPortalHero h1{margin:10px 0 12px;font-size:clamp(34px,5vw,68px);line-height:.98;letter-spacing:-.055em}.customerPortalBlocked p,.customerPortalHero p,.customerPortalMuted,.customerPortalSectionTitle p{color:#64748b;line-height:1.65}.customerPortalHero aside{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(30,41,59,.9));color:white}.customerPortalHero aside span{color:#8fd3ed}.customerPortalHero aside strong{display:block;margin:26px 0;font-size:26px;line-height:1.1}.customerPortalHero aside p{color:rgba(255,255,255,.72)}.customerPortalHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.customerLensTabs a,.customerPortalHeroActions a{text-decoration:none;color:#0f172a;border:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.72);border-radius:999px;padding:10px 14px;font-weight:800;font-size:13px}.customerPortalMetricGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;max-width:1280px;margin:0 auto 24px}.customerPortalMetricGrid>div{border-radius:24px;padding:20px}.customerCandidateCard span,.customerComparisonGroup span,.customerEvidenceList span,.customerLensStateCard span,.customerPortalMetricGrid span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.customerPortalMetricGrid strong{display:block;margin:5px 0;font-size:28px}.customerCandidateMetrics small,.customerComparisonRows em,.customerEvidenceList em,.customerLensStateCard small,.customerPortalMetricGrid small{color:#64748b;font-style:normal}.customerPortalPanel{max-width:1280px;margin:0 auto 24px;border-radius:30px;padding:26px}.customerPortalSectionTitle{margin-bottom:18px}.customerPortalSectionTitle h2{margin:5px 0 4px;font-size:26px;letter-spacing:-.03em}.customerPortalWarningList{display:grid;grid-gap:10px;gap:10px}.customerPortalEmpty,.customerPortalWarningList p{margin:0;padding:12px 14px;border-radius:16px;background:rgba(245,158,11,.12);color:#92400e}.customerLensTabs{display:flex;flex-wrap:wrap;gap:10px}.customerLensTabs a{border-radius:18px;display:inline-flex;flex-direction:column;gap:2px}.customerLensTabs a.active{color:white;border-color:rgba(15,23,42,.9);background:#0f172a}.customerLensTabs small{color:inherit;opacity:.72;font-size:11px}.customerCandidateGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:14px;gap:14px}.customerCandidateCard{border:1px solid rgba(15,23,42,.08);background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,250,252,.76));border-radius:24px;padding:18px;cursor:-webkit-grab;cursor:grab;box-shadow:0 16px 40px rgba(15,23,42,.06)}.customerCandidateCard:active{cursor:-webkit-grabbing;cursor:grabbing}.customerCandidateCard h3{margin:4px 0 14px;letter-spacing:-.02em}.customerCandidateMetrics strong{font-size:30px}.customerPortalTags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.customerPortalTags span{border-radius:999px;padding:7px 9px;background:rgba(47,157,201,.1);color:#14546b;letter-spacing:0;text-transform:none}.customerStrategyBoard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.customerStrategyLane{min-height:260px;padding:16px;border-radius:24px;border:1px dashed rgba(15,23,42,.18);background:rgba(248,250,252,.76)}.customerStrategyLane>strong{display:block;margin-bottom:12px}.customerStrategyLaneCards{display:grid;grid-gap:12px;gap:12px}.customerStrategyLane .customerCandidateCard{box-shadow:none}.customerComparisonStack,.customerEvidenceList,.customerLensCandidateStack{display:grid;grid-gap:14px;gap:14px}.customerComparisonGroup,.customerEvidenceList>div,.customerLensCandidateBlock{border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:16px;background:rgba(255,255,255,.62)}.customerLensCandidateHeader{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.customerLensCandidateHeader span{color:#64748b}.customerLensStateGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:12px;gap:12px}.customerLensStateCard{border-radius:18px;padding:14px;border:1px solid rgba(15,23,42,.08);background:rgba(248,250,252,.78)}.customerLensStateCard.ready{border-color:rgba(47,157,201,.24);background:rgba(47,157,201,.08)}.customerLensStateCard.insufficient{border-color:rgba(245,158,11,.2);background:rgba(245,158,11,.08)}.customerLensStateCard strong{display:block;margin:5px 0}.customerLensStateCard p{margin:0 0 8px;color:#475569;line-height:1.45}.customerComparisonRows{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px;margin-top:10px}.customerComparisonRows div{border-radius:14px;background:rgba(248,250,252,.85);padding:10px}.customerEvidenceList>div{display:grid;grid-template-columns:220px minmax(0,1fr) 260px;grid-gap:14px;gap:14px;align-items:center}.customerPortalBlocked{max-width:760px;margin:10vh auto 0;border-radius:34px;padding:38px}.customerPortalGuardrail{margin-top:24px;padding:18px;border-radius:20px;background:rgba(15,23,42,.06)}@media (max-width:980px){.customerPortalShell{padding:18px}.customerEvidenceList>div,.customerLinkNotice,.customerPortalHero,.customerPortalMetricGrid,.customerStrategyBoard{grid-template-columns:1fr}}.insightCandidateLinkGrid{grid-template-columns:1.35fr 1.25fr 1fr 1fr 1fr .95fr}.candidateLinkNotice{border-color:rgba(47,157,201,.2);background:linear-gradient(135deg,rgba(47,157,201,.1),rgba(255,255,255,.9))}.candidatePortalShell{min-height:100vh;padding:28px;background:radial-gradient(circle at top left,rgba(47,157,201,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(15,23,42,.1),transparent 34%),linear-gradient(180deg,#f8fafc,#eef4f8);color:#0f172a}.candidatePortalBlocked,.candidatePortalHero,.candidatePortalPanel{border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.82);box-shadow:0 24px 70px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.candidatePortalHero{max-width:1280px;margin:0 auto 24px;border-radius:34px;padding:34px;display:grid;grid-template-columns:minmax(0,1.4fr) 360px;grid-gap:24px;gap:24px;align-items:stretch}.candidateActionGrid span,.candidateLensCard span,.candidatePortalBlocked span,.candidatePortalHero span,.candidatePortalSectionTitle span,.candidateSnapshotGrid span,.candidateThemeCard span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.candidatePortalBlocked h1,.candidatePortalHero h1{margin:8px 0 12px;font-size:clamp(36px,5vw,62px);line-height:.96;letter-spacing:-.06em}.candidateActionGrid p,.candidateLensCard p,.candidatePortalBlocked p,.candidatePortalHero p,.candidatePortalSectionTitle p,.candidateThemeCard p{color:#475569;line-height:1.55}.candidatePortalHero aside{border-radius:26px;padding:22px;background:linear-gradient(145deg,rgba(15,23,42,.94),rgba(30,64,175,.76));color:white}.candidatePortalHero aside p,.candidatePortalHero aside span{color:rgba(255,255,255,.74)}.candidatePortalHero aside strong{display:block;margin:10px 0;font-size:28px;line-height:1.05}.candidatePortalHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.candidateLensTabs a,.candidatePortalHeroActions a{border:1px solid rgba(15,23,42,.1);border-radius:999px;padding:10px 14px;color:#0f172a;text-decoration:none;background:rgba(255,255,255,.72)}.candidatePortalPanel{max-width:1280px;margin:0 auto 24px;border-radius:30px;padding:26px}.candidatePortalSectionTitle{margin-bottom:18px}.candidatePortalSectionTitle h2{margin:5px 0 4px;font-size:26px;letter-spacing:-.03em}.candidateActionGrid,.candidateBoundaryGrid,.candidateLensGrid,.candidateSnapshotGrid,.candidateThemeGrid{display:grid;grid-gap:14px;gap:14px}.candidateSnapshotGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.candidateActionGrid>article,.candidateLensCard,.candidateSnapshotGrid>div,.candidateThemeCard{border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:18px;background:rgba(255,255,255,.66)}.candidateSnapshotGrid strong{display:block;margin:5px 0;font-size:28px}.candidateLensCard small,.candidateSnapshotGrid small,.candidateThemeCard small{color:#64748b}.candidateThemeGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.candidateActionGrid strong,.candidateLensCard strong,.candidateThemeCard strong{display:block;margin:6px 0 8px;letter-spacing:-.02em}.candidateLensTabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.candidateLensTabs a{display:inline-flex;flex-direction:column;gap:2px;border-radius:18px}.candidateLensTabs a.active{color:white;background:#0f172a;border-color:#0f172a}.candidateLensTabs small{color:inherit;opacity:.72;font-size:11px}.candidateActionGrid,.candidateLensGrid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.candidateLensCard.ready{border-color:rgba(47,157,201,.24);background:rgba(47,157,201,.08)}.candidateLensCard.insufficient{border-color:rgba(245,158,11,.2);background:rgba(245,158,11,.08)}.candidatePortalWarningList{display:grid;grid-gap:10px;gap:10px}.candidatePortalEmpty,.candidatePortalWarningList p{margin:0;padding:12px 14px;border-radius:16px;background:rgba(245,158,11,.12);color:#92400e}.candidateBoundaryGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.candidateBoundaryGrid span{border-radius:18px;padding:14px;background:rgba(15,23,42,.06);color:#334155;font-weight:800;text-align:center}.candidatePortalBlocked{max-width:760px;margin:10vh auto 0;border-radius:34px;padding:38px}.candidatePortalGuardrail{margin-top:24px;padding:18px;border-radius:20px;background:rgba(15,23,42,.06)}@media (max-width:980px){.candidatePortalHero,.candidateSnapshotGrid,.insightCandidateLinkGrid{grid-template-columns:1fr}.candidatePortalShell{padding:18px}}.insightEinsteinDock{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;flex-direction:column;align-items:flex-end;gap:14px;font-family:inherit}.insightEinsteinBubble{border:0;border-radius:999px;padding:10px 14px 10px 10px;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,64,175,.96));color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.28);cursor:pointer}.insightEinsteinAvatar,.insightEinsteinBubble span{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#0f172a;background:radial-gradient(circle at 30% 20%,#fff7ed,#facc15 42%,#38bdf8 100%)}.insightEinsteinBubble strong{font-size:13px;letter-spacing:.01em}.insightEinsteinBubble em{font-style:normal;font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px;color:#dbeafe;background:rgba(255,255,255,.14)}.insightEinsteinPanel{width:min(420px,calc(100vw - 36px));max-height:min(720px,calc(100vh - 110px));border-radius:28px;overflow:hidden;background:rgba(255,255,255,.96);color:#0f172a;border:1px solid rgba(148,163,184,.28);box-shadow:0 36px 90px rgba(15,23,42,.34);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);display:grid;grid-template-rows:auto auto auto minmax(180px,1fr) auto auto}.insightEinsteinPanel header{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#0f172a,#172554 58%,#0f766e);color:#fff}.insightEinsteinPanel header div:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1 1}.insightEinsteinPanel header strong{font-size:15px}.insightEinsteinPanel header span{font-size:12px;color:rgba(255,255,255,.76)}.insightEinsteinPanel header button{border:0;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:24px;cursor:pointer}.insightEinsteinCreditBar{margin:14px 16px 0;border-radius:18px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:12px}.insightEinsteinCreditBar span,.insightEinsteinMessage span,.insightEinsteinStatus{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.insightEinsteinCreditBar strong{border-radius:999px;padding:6px 10px;background:#0f172a;color:#fff;font-size:12px}.insightEinsteinStatus{margin:8px 18px 0;text-transform:none;letter-spacing:0;font-weight:700}.insightEinsteinMessages{margin:12px 12px 0;padding:4px;overflow:auto;display:flex;flex-direction:column;gap:10px}.insightEinsteinMessage{max-width:88%;border-radius:18px;padding:11px 12px;white-space:pre-wrap}.insightEinsteinMessage p{margin:4px 0 0;color:#102033;line-height:1.45;font-size:13px}.insightEinsteinMessage.einstein{align-self:flex-start;background:#f1f5f9;border:1px solid #e2e8f0}.insightEinsteinMessage.user{align-self:flex-end;background:#172554;color:#fff}.insightEinsteinMessage.user p{color:#fff}.insightEinsteinSuggestions{display:flex;gap:8px;padding:10px 14px;overflow-x:auto}.insightEinsteinSuggestions button{flex:0 0 auto;border:1px solid #dbe3ef;border-radius:999px;background:#fff;color:#334155;padding:7px 10px;font-size:12px;font-weight:800;cursor:pointer}.insightEinsteinForm button:disabled,.insightEinsteinForm textarea:disabled,.insightEinsteinSuggestions button:disabled{opacity:.48;cursor:not-allowed}.insightEinsteinForm{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;padding:0 14px 14px}.insightEinsteinForm textarea{min-height:48px;max-height:110px;resize:vertical;border-radius:18px;border:1px solid #dbe3ef;padding:12px;font:inherit;font-size:13px;outline:none}.insightEinsteinForm textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 4px rgba(56,189,248,.16)}.insightEinsteinForm button{border:0;border-radius:16px;padding:0 16px;background:#0f172a;color:#fff;font-weight:900;cursor:pointer}@media (max-width:720px){.insightEinsteinDock{right:14px;bottom:14px}.insightEinsteinPanel{width:calc(100vw - 28px);max-height:calc(100vh - 92px)}.insightEinsteinBubble strong{display:none}}.insightCreditControlStack{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.insightCreditControlCard{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(130px,.8fr) minmax(120px,.6fr) minmax(130px,.8fr) minmax(120px,.6fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:14px;border-radius:20px;border:1px solid rgba(148,163,184,.24);background:#fff}.insightCreditControlCard p{margin:4px 0 0;color:#64748b;font-size:12px}.compactToggle{margin:0;min-height:42px;align-items:center}.compactField span{font-size:11px}.compactField input{min-height:38px}@media (max-width:1100px){.insightCreditControlCard{grid-template-columns:1fr 1fr}}@media (max-width:680px){.insightCreditControlCard{grid-template-columns:1fr}}.insightPdfPanel{border:1px solid rgba(17,24,39,.08);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,248,252,.92))}.insightPdfPanel.approved{border-color:rgba(52,168,83,.28);box-shadow:0 18px 48px rgba(21,128,61,.08)}.insightPdfPanel.locked{border-color:rgba(148,163,184,.28)}.insightPdfButton{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin-top:14px;padding:11px 16px;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:#111827;color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.insightPdfButton.disabled,.insightPdfButton:disabled{background:#e5e7eb;color:#64748b;cursor:not-allowed}.insightPdfAdminGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.insightPdfAdminCard{border:1px solid rgba(17,24,39,.08);border-radius:26px;padding:18px;background:rgba(255,255,255,.72)}.insightPdfAdminCard h3,.insightPdfPermissionList h3{margin:0 0 14px}.insightPdfFormStack{display:grid;grid-gap:12px;gap:12px}.insightPdfPermissionForm{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(180px,1fr) 100px minmax(160px,1fr) auto;grid-gap:10px;gap:10px;align-items:end;padding:12px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fff}.insightPdfPermissionForm small,.insightPdfPermissionForm strong{display:block}.insightPdfPermissionForm label{display:grid;grid-gap:5px;gap:5px;font-size:.78rem;color:#64748b;font-weight:700}.insightPdfPermissionForm input,.insightPdfPermissionForm select{width:100%;border:1px solid rgba(17,24,39,.12);border-radius:12px;padding:9px 10px;background:#fff;color:#111827}.insightPdfPermissionList{margin-top:22px}.insightPdfPermissionGrid{grid-template-columns:1.4fr .8fr 1.2fr .8fr 1fr .7fr}@media (max-width:1100px){.insightPdfAdminGrid,.insightPdfPermissionForm,.insightPdfPermissionGrid{grid-template-columns:1fr}}.primaryButton,.secondaryButton,a.primaryButton,a.secondaryButton,button.primaryButton,button.secondaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 18px;font-weight:780;text-decoration:none;cursor:pointer;white-space:nowrap;border:1px solid transparent;line-height:1}.primaryButton,a.primaryButton,button.primaryButton{background:#0f172a;color:#fff;box-shadow:0 14px 32px rgba(15,23,42,.14)}.primaryButton:hover{background:#1e293b}.secondaryButton,a.secondaryButton,button.secondaryButton{background:rgba(255,255,255,.82);color:#0f172a;border-color:rgba(15,23,42,.12);box-shadow:0 10px 24px rgba(15,23,42,.06)}.secondaryButton:hover{border-color:rgba(47,157,201,.45);background:#fff}.primaryButton.smallButton,.secondaryButton.smallButton,a.smallButton,button.smallButton{min-height:36px;padding:0 13px;font-size:13px}.successNotice{border-color:rgba(34,197,94,.22);background:#f0fdf4;color:#166534}.slimMetrics{grid-template-columns:repeat(4,minmax(0,1fr))}.tightActions{gap:8px;justify-content:flex-end}.insightMiniCard{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid rgba(210,226,234,.9);border-radius:20px;background:rgba(255,255,255,.86);padding:16px}.insightMiniCard p{margin:4px 0 0}.compactLensGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.insightProjectCards{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.insightProjectCard{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(260px,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid rgba(191,230,241,.85);border-radius:24px;padding:16px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,253,255,.92))}.insightProjectCard p{margin:4px 0 0}.insightProjectCardMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;color:#40536a;font-size:13px}.compactCreditStack{gap:10px}.compactCreditStack .insightCreditControlCard{grid-template-columns:minmax(170px,1.1fr) repeat(4,minmax(130px,.8fr)) auto}.insightPreviewPage{display:grid;grid-gap:20px;gap:20px}.insightPreviewHero{border:1px solid rgba(15,23,42,.08);border-radius:34px;padding:34px;background:radial-gradient(circle at top right,rgba(47,157,201,.13),transparent 35%),rgba(255,255,255,.9);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1.3fr) 320px;grid-gap:24px;gap:24px}.insightPreviewHero h1{font-size:clamp(40px,5vw,66px)}.insightPreviewHeroPanel{border:1px solid rgba(15,23,42,.08);border-radius:26px;padding:20px;background:rgba(255,255,255,.74)}.insightPreviewHeroPanel span,.insightPreviewIntro span{color:#2f9dc9;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.insightPreviewHeroPanel strong{display:block;margin:8px 0;font-size:24px}.insightPreviewShell{border:1px solid rgba(15,23,42,.08);border-radius:34px;background:linear-gradient(180deg,#fff,#f8fbfd);padding:26px;box-shadow:var(--shadow)}.insightPreviewIntro{max-width:860px;margin-bottom:22px}.insightPreviewIntro h2{margin:8px 0}.insightPreviewBlocks{display:grid;grid-gap:14px;gap:14px}.insightPreviewBlock{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:18px;background:rgba(255,255,255,.86)}.insightPreviewBlock.tone-lens{background:linear-gradient(145deg,#fff,#effaff)}.insightPreviewBlock.tone-einstein{background:linear-gradient(145deg,#fff,#f7f0ff)}.insightPreviewBlock.tone-download{background:linear-gradient(145deg,#fff,#fff7ed)}.insightPreviewBlock.tone-compare{background:linear-gradient(145deg,#fff,#f0fdf4)}.insightPreviewBlock strong{display:block;font-size:18px;color:#0f172a}.insightPreviewBlock p{margin:5px 0 10px}.insightPreviewTags{display:flex;gap:8px;flex-wrap:wrap}.insightPreviewTags span{border-radius:999px;background:rgba(15,23,42,.06);padding:6px 10px;color:#334155;font-size:12px;font-weight:750}.projectInsightSettingsCard{display:grid;grid-gap:16px;gap:16px}.projectInsightSettingsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;grid-gap:12px;gap:12px;align-items:stretch}.toggleTile{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:start;border:1px solid rgba(210,226,234,.9);border-radius:20px;padding:14px;background:#fbfdfe;cursor:pointer}.toggleTile input{width:18px;min-height:18px;margin-top:3px}.toggleTile strong{display:block;color:#0f172a}.toggleTile small{display:block;color:#64748b;line-height:1.4;margin-top:3px}.projectInsightSharePanel{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid rgba(47,157,201,.18);border-radius:24px;padding:16px;background:linear-gradient(145deg,rgba(239,250,255,.94),rgba(255,255,255,.94))}.projectInsightSharePanel p{margin:4px 0 0}.projectCandidateCards{display:grid;grid-gap:12px;gap:12px}.projectCandidateCard{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid rgba(210,226,234,.9);border-radius:22px;background:rgba(255,255,255,.92);padding:16px}.projectCandidateCard p{margin:4px 0}.projectCandidateCard small{color:#64748b}@media (max-width:1100px){.compactLensGrid,.slimMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.compactCreditStack .insightCreditControlCard,.insightPreviewHero,.insightProjectCard,.projectInsightSettingsGrid{grid-template-columns:1fr}}@media (max-width:720px){.compactLensGrid,.insightMiniCard,.projectCandidateCard,.projectInsightSharePanel,.slimMetrics{grid-template-columns:1fr}.tightActions{justify-content:flex-start}}.tdrShell{min-height:100vh;color:#102033;background:radial-gradient(circle at 18% 8%,rgba(4,139,186,.08),transparent 28%),radial-gradient(circle at 88% 18%,rgba(247,115,22,.08),transparent 30%),linear-gradient(180deg,#f9fcfe,#ffffff 44%,#f7fbfd);--tdr-blue:#057fb8;--tdr-teal:#2db8c6;--tdr-navy:#102033;--tdr-muted:#5f6f82;--tdr-line:rgba(15,86,120,0.12);--tdr-card:rgba(255,255,255,0.82);--tdr-orange:#f97316;--tdr-orange-dark:#c95d06;--tdr-shadow:0 24px 70px rgba(15,40,70,0.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tdrShell a{color:inherit;text-decoration:none}.tdrShell button{font-family:inherit}.tdrTopbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:82px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;grid-gap:28px;gap:28px;padding:0 32px;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,32,51,.08);box-shadow:0 10px 28px rgba(16,32,51,.06)}.tdrClientBrand{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:3px;border-right:1px solid rgba(16,32,51,.1)}.tdrClientBrand img{width:142px;max-height:38px;object-fit:contain;object-position:left center}.tdrClientBrand span{color:var(--tdr-orange);font-size:11px;font-weight:760;letter-spacing:.02em}.tdrBreadcrumbs{display:flex;align-items:center;gap:16px;color:#1b2c43;font-size:16px;font-weight:760}.tdrBreadcrumbs span{color:#9aa8b8}.tdrBreadcrumbs strong{font-weight:800}.tdrTopActions{display:flex;align-items:center;gap:12px}.tdrTopActions button{position:relative;width:42px;height:42px;border:1px solid rgba(16,32,51,.1);border-radius:999px;background:rgba(255,255,255,.74);color:#17304a;box-shadow:0 8px 24px rgba(16,32,51,.06);cursor:pointer}.tdrTopActions em{position:absolute;top:-5px;right:-3px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--tdr-orange);color:#fff;font-size:10px;font-style:normal;font-weight:900}.tdrTopInitials{background:linear-gradient(135deg,rgba(5,127,184,.16),rgba(45,184,198,.18))!important;font-weight:850}.tdrPage{padding:30px 32px 72px}.tdrActionGrid>a,.tdrActionGrid>button,.tdrArchiveCard,.tdrArchiveEmpty,.tdrArchiveFilters,.tdrArchiveMetrics>div,.tdrArchiveTitle,.tdrBlocked,.tdrBoardPanel,.tdrCandidateTile,.tdrDropHint,.tdrHeroCard,.tdrLensHero,.tdrLensSide section,.tdrSection,.tdrTalentVisibility{border:1px solid var(--tdr-line);border-radius:24px;background:var(--tdr-card);box-shadow:var(--tdr-shadow)}.tdrHeroCard{display:grid;grid-template-columns:1.35fr .7fr 1.1fr .72fr;grid-gap:28px;gap:28px;padding:28px 34px 22px;overflow:hidden}.tdrHeroCard>div:not(.tdrHeroFooter){border-right:1px solid rgba(16,32,51,.08);min-height:144px}.tdrHeroCard>div:nth-child(4){border-right:0}.tdrArchiveCard dt,.tdrArchiveMetrics span,.tdrCandidateMetric span,.tdrCustomerLogoCard span,.tdrEvidenceLegend span,.tdrHeroCandidates span,.tdrHeroProject span,.tdrHeroReadiness span,.tdrLensDimensions span,.tdrLensIntro span,.tdrRoomAverage span,.tdrSectionTitle span,.tdrSignals small{display:block;margin-bottom:8px;color:#0b6fa6;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.24em}.tdrHeroProject h1{margin:0 0 18px;font-size:clamp(30px,3.3vw,48px);line-height:1;font-family:Georgia,Times New Roman,serif;color:#0d2237}.tdrHeroProject h1 em{color:var(--tdr-orange);font-style:normal;font-size:.78em}.tdrHeroProject dl{display:grid;grid-gap:10px;gap:10px;margin:0}.tdrHeroProject dt{color:#0b6fa6;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.22em}.tdrHeroProject dd{margin:0;color:#273a50;font-size:16px}.tdrHeroCandidates strong{display:inline-block;margin-right:8px;font-size:46px;font-family:Georgia,Times New Roman,serif}.tdrHeroCandidates p{display:inline-block;color:var(--tdr-muted)}.tdrHeroCandidates div{display:flex;gap:-4px;margin-top:20px}.tdrArchiveHead i,.tdrAvatar,.tdrHeroCandidates i,.tdrSelectedPerson i{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:linear-gradient(135deg,rgba(5,127,184,.16),rgba(45,184,198,.18));border:1px solid rgba(5,127,184,.18);color:#063c65;font-style:normal;font-weight:850}.tdrGauge{--score:72%;width:126px;height:126px;border-radius:999px;display:grid;place-items:center;background:conic-gradient(var(--tdr-blue) var(--score),rgba(16,32,51,.1) 0);position:relative;float:left;margin:4px 30px 0 0}.tdrGauge:before{content:"";position:absolute;inset:12px;border-radius:inherit;background:#fff;box-shadow:inset 0 0 0 1px rgba(16,32,51,.05)}.tdrGauge em,.tdrGauge strong{position:relative;z-index:1;display:block;text-align:center}.tdrGauge strong{font-size:28px;font-family:Georgia,Times New Roman,serif}.tdrGauge em{color:var(--tdr-orange);font-size:13px;font-style:normal;font-weight:850}.tdrGauge.small{width:92px;height:92px;float:none;margin:0}.tdrGauge.small strong{font-size:22px}.tdrHeroReadiness p{max-width:260px;margin:32px 0 0;color:#35485e;line-height:1.6}.tdrCustomerLogoCard{min-height:122px;border:1px solid rgba(16,32,51,.1);border-radius:18px;background:rgba(255,255,255,.8);display:grid;place-items:center;padding:18px;text-align:center}.tdrCustomerLogoCard img{max-width:160px;max-height:82px;object-fit:contain}.tdrCustomerLogoCard strong{color:#16344f;font-size:24px}.tdrHeroFooter{display:grid;grid-template-columns:170px 1fr auto;align-items:center;grid-gap:20px;gap:20px;min-height:auto!important;padding-top:20px;border-top:1px solid rgba(16,32,51,.08)}.tdrLensChips{display:flex;flex-wrap:wrap;gap:12px}.tdrArchiveFilters button,.tdrLensChips a,.tdrLensDimensions i,.tdrSortControl button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(16,32,51,.1);border-radius:999px;background:rgba(255,255,255,.72);padding:10px 18px;color:#1b2c43;font-size:13px;font-weight:740}.tdrCredits i,.tdrLensChips span{color:var(--tdr-orange);font-style:normal}.tdrCredits{display:flex;align-items:center;gap:10px;padding-left:28px;border-left:1px solid rgba(16,32,51,.1);color:#263b52;font-size:14px}.tdrCredits i{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(249,115,22,.1)}.tdrCredits strong{color:var(--tdr-orange-dark)}.tdrActionGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin:24px 0 26px}.tdrActionGrid>a,.tdrActionGrid>button{min-height:112px;padding:24px;text-align:left;cursor:pointer;display:grid;grid-template-columns:66px 1fr 20px;grid-template-areas:"icon title arrow" "icon text arrow";grid-gap:2px 18px;gap:2px 18px;color:#142944}.tdrActionGrid i{grid-area:icon;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:var(--tdr-blue);background:rgba(5,127,184,.1);font-size:26px;font-style:normal}.tdrActionGrid strong{grid-area:title;align-self:end;font-size:17px}.tdrActionGrid span{grid-area:text;color:var(--tdr-muted);font-size:13px;line-height:1.45}.tdrActionGrid b{grid-area:arrow;align-self:center;color:#617089;font-size:22px}.tdrActionGrid>:nth-child(3) i,.tdrActionGrid>:nth-child(4) i{color:var(--tdr-orange);background:rgba(249,115,22,.1)}.tdrSection{padding:24px;box-shadow:none;background:rgba(255,255,255,.6)}.tdrSectionTitle{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.tdrSectionTitle h2{margin:0;font-size:24px;color:#0f2238}.tdrSectionTitle h2 small{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:rgba(5,127,184,.09);color:var(--tdr-blue);font-size:13px}.tdrSectionTitle p{margin:4px 0 0;color:var(--tdr-muted)}.tdrSortControl{display:flex;align-items:center;gap:10px}.tdrSortControl span{color:var(--tdr-muted);font-size:13px}.tdrCandidateGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.tdrCandidateTile{padding:22px;min-height:230px;cursor:-webkit-grab;cursor:grab;box-shadow:0 16px 40px rgba(16,32,51,.07)}.tdrCandidateTile.compact{min-height:0;padding:16px;box-shadow:none;border-radius:18px}.tdrCandidateHead{display:grid;grid-template-columns:56px 1fr 24px;grid-gap:14px;gap:14px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(16,32,51,.08)}.tdrCandidateHead h3{margin:0;font-size:17px;color:#102033}.tdrCandidateHead p{margin:4px 0 0;color:var(--tdr-muted);font-size:13px}.tdrCandidateHead button{border:0;background:transparent;color:#7b8da0;font-size:22px}.tdrCandidateMetric{display:grid;grid-template-columns:118px 1fr auto;align-items:center;grid-gap:12px;gap:12px;margin:18px 0 14px}.tdrCandidateMetric span{margin:0;font-size:10px;letter-spacing:.18em}.tdrEvidenceBars{display:inline-flex;gap:3px;align-items:center}.tdrEvidenceBars i{width:8px;height:8px;border-radius:2px;background:rgba(16,32,51,.1)}.tdrEvidenceBars i.filled{background:linear-gradient(180deg,var(--tdr-teal),var(--tdr-blue))}.tdrCandidateMetric strong{font-size:15px}.tdrMiniLensRow{display:flex;gap:10px;margin:10px 0 18px}.tdrMiniLensRow span{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:rgba(249,115,22,.1);color:var(--tdr-orange);font-size:14px}.tdrSignals p{margin:6px 0 0;color:#2b4057;font-size:13px;line-height:1.5}.tdrLensHero{display:grid;grid-template-columns:1.15fr 1.1fr .82fr .64fr .72fr;grid-gap:28px;gap:28px;align-items:stretch;padding:24px 28px;margin-bottom:24px}.tdrLensHero>*{border-right:1px solid rgba(16,32,51,.08);padding-right:22px}.tdrLensHero>:last-child{border-right:0;padding-right:0}.tdrLensIntro a{display:inline-block;color:#52677c;margin-bottom:24px;font-size:13px}.tdrLensIntro h1{margin:0 0 12px;font-size:36px;font-family:Georgia,Times New Roman,serif}.tdrLensIntro p{color:#334960;line-height:1.6;margin:0 0 12px}.tdrLensIntro small,.tdrRoomAverage small{color:var(--tdr-orange);font-weight:800}.tdrLensDimensions{display:flex;align-content:flex-start;flex-wrap:wrap;gap:12px}.tdrLensDimensions span{flex:0 0 100%}.tdrEvidenceLegend p{display:flex;align-items:center;gap:10px;margin:0 0 11px;color:#334960;font-size:13px}.tdrEvidenceLegend i{width:11px;height:11px;border-radius:50%;display:inline-block}.tdrEvidenceLegend .strong{background:#16856f}.tdrEvidenceLegend .moderate{background:#23a6ba}.tdrEvidenceLegend .limited{background:var(--tdr-orange)}.tdrEvidenceLegend .insufficient{background:#a7b2bd}.tdrRoomAverage{display:grid;grid-gap:10px;gap:10px;justify-items:start}.tdrWorkspaceLayout{display:grid;grid-template-columns:minmax(0,1fr) 370px;grid-gap:22px;gap:22px;align-items:start}.tdrBoardPanel{padding:24px}.tdrBoard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.tdrLane{min-height:350px;border:1px solid rgba(16,32,51,.1);border-top:3px solid var(--tdr-blue);border-radius:18px;background:rgba(255,255,255,.62);padding:16px}.tdrLane.development{border-top-color:var(--tdr-orange)}.tdrLane.explore{border-top-color:#f59e0b}.tdrLane.insufficient{border-top-color:#7d8da0}.tdrLane header{display:grid;grid-template-columns:1fr auto;grid-gap:4px;gap:4px;margin-bottom:14px}.tdrLane header strong{font-size:16px}.tdrLane header em{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:rgba(16,32,51,.08);font-style:normal;font-size:12px}.tdrLane header span{grid-column:1/-1;color:var(--tdr-muted);font-size:12px}.tdrLaneStack{display:grid;grid-gap:12px;gap:12px}.tdrLaneCandidate .tdrCandidateMetric{grid-template-columns:92px 1fr auto}.tdrLaneCandidate .tdrAvatar{width:44px;height:44px}.tdrCaution{margin-top:10px;padding:12px;border-radius:14px;background:rgba(249,115,22,.08);color:#9a4b08;font-size:12px;line-height:1.45;border:1px solid rgba(249,115,22,.16)}.tdrCaution.danger{background:rgba(239,68,68,.07);border-color:rgba(239,68,68,.16);color:#9d2d2d}.tdrDropHint{margin-top:16px;border-style:dashed;padding:22px;display:grid;place-items:center;color:#4d6278}.tdrDropHint span{display:block;color:#7b8b9d;font-size:12px}.tdrTip{margin:14px 0 0;padding:13px 16px;border-radius:14px;background:rgba(5,127,184,.05);color:#50657a}.tdrLensSide{display:grid;grid-gap:16px;gap:16px}.tdrLensSide section{padding:22px}.tdrLensSide h3{margin:0 0 14px}.tdrLensSide p{display:flex;justify-content:space-between;margin:0;padding:10px 0;border-bottom:1px solid rgba(16,32,51,.08);color:#40566d}.tdrArchiveLayout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:start}.tdrArchiveTitle{display:grid;grid-template-columns:78px 1fr 220px;align-items:center;grid-gap:22px;gap:22px;box-shadow:none;padding:24px 28px;margin-bottom:18px}.tdrArchiveTitle>i{width:62px;height:62px;border-radius:999px;display:grid;place-items:center;background:rgba(5,127,184,.1);color:var(--tdr-blue);font-style:normal;font-size:26px}.tdrArchiveTitle h1{margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:38px}.tdrArchiveTitle p{margin:0;color:var(--tdr-muted)}.tdrArchiveMetrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.tdrArchiveMetrics>div{padding:20px;box-shadow:none}.tdrArchiveMetrics strong{display:block;font-size:28px;font-family:Georgia,Times New Roman,serif}.tdrArchiveMetrics small{color:var(--tdr-muted)}.tdrArchiveFilters{display:grid;grid-template-columns:minmax(250px,1.4fr) repeat(5,auto);grid-gap:12px;gap:12px;align-items:center;padding:16px;box-shadow:none;margin-bottom:22px}.tdrArchiveFilters input{height:44px;border:1px solid rgba(16,32,51,.1);border-radius:14px;background:rgba(255,255,255,.88);padding:0 16px}.tdrArchiveFilters button{cursor:pointer}.tdrArchiveFilters button.active{background:rgba(5,127,184,.09);border-color:rgba(5,127,184,.22);color:#075f89}.tdrArchiveResultsTitle{display:flex;align-items:center;gap:18px;margin:4px 0 16px}.tdrArchiveResultsTitle strong{font-size:17px}.tdrArchiveResultsTitle span{color:var(--tdr-muted);font-size:13px}.tdrArchiveGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.tdrArchiveCard{min-height:172px;padding:16px;text-align:left;cursor:pointer;box-shadow:none}.tdrArchiveCard.selected{border-color:rgba(5,127,184,.35);box-shadow:0 0 0 3px rgba(5,127,184,.08)}.tdrArchiveHead{display:grid;grid-template-columns:48px 1fr 18px;grid-gap:12px;gap:12px;align-items:center}.tdrArchiveHead strong{display:block}.tdrArchiveHead span{color:var(--tdr-muted);font-size:12px}.tdrArchiveBadges{display:flex;gap:7px;margin:12px 0}.tdrArchiveBadges span,.tdrSelectedPerson small{border-radius:999px;padding:4px 8px;background:rgba(5,127,184,.09);color:#075f89;font-size:11px;font-weight:800;text-transform:capitalize}.tdrArchiveBadges .hidden{background:rgba(239,68,68,.08);color:#b42323}.tdrArchiveCard dl{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;margin:0}.tdrArchiveCard dd{margin:0;color:#1d3148;font-size:12px}.tdrArchiveEmpty{padding:30px;grid-column:1/-1;box-shadow:none;color:var(--tdr-muted)}.tdrArchiveSide{position:-webkit-sticky;position:sticky;top:104px;display:grid;grid-gap:16px;gap:16px}.tdrTalentVisibility{padding:22px;box-shadow:var(--tdr-shadow)}.tdrTalentVisibility .close{float:right;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#667b90;font-size:20px}.tdrTalentVisibility h2{margin:0 0 20px}.tdrTalentVisibility h3{margin:22px 0 10px;font-size:13px;color:#2b3d50}.tdrSelectedPerson{display:grid;grid-template-columns:58px 1fr;grid-gap:14px;gap:14px;align-items:center}.tdrSelectedPerson i{width:58px;height:58px}.tdrSelectedPerson strong{display:block}.tdrSelectedPerson span{display:block;color:var(--tdr-muted);font-size:13px;margin:2px 0 6px}.tdrTogglePair{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.tdrTogglePair button{height:42px;border:1px solid rgba(16,32,51,.1);border-radius:12px;background:rgba(255,255,255,.78);color:#273b50;font-weight:800;cursor:pointer}.tdrTogglePair button.active{color:#075f89;background:rgba(5,127,184,.09);border-color:rgba(5,127,184,.26)}.tdrTalentVisibility p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid rgba(16,32,51,.08);color:var(--tdr-muted);font-size:12px}.tdrTalentVisibility p strong{color:#13263c;text-align:right}.tdrHideButton{width:100%;height:44px;margin-top:18px;border:1px solid rgba(249,115,22,.36);border-radius:14px;background:rgba(249,115,22,.06);color:#c24e06;font-weight:850;cursor:pointer}.tdrBlocked{max-width:760px;margin:12vh auto;padding:44px;text-align:center}.tdrBlocked span{color:var(--tdr-blue);font-weight:900;text-transform:uppercase;letter-spacing:.2em}.tdrBlocked h1{margin:12px 0;font-size:36px;font-family:Georgia,Times New Roman,serif}.tdrBlocked p{color:var(--tdr-muted)}.tdrBlocked div{margin-top:24px;padding:18px;border-radius:18px;background:rgba(5,127,184,.06)}.tdrShell .insightEinsteinBubble{background:linear-gradient(135deg,#ff7a1a,#d96c03);color:white;box-shadow:0 18px 42px rgba(249,115,22,.32)}.tdrShell .insightEinsteinBubble em{background:rgba(255,255,255,.16);color:white}.tdrShell .insightEinsteinPanel{border-color:rgba(5,127,184,.16);box-shadow:0 28px 70px rgba(16,32,51,.18)}@media (max-width:1180px){.tdrArchiveLayout,.tdrHeroCard,.tdrLensHero,.tdrWorkspaceLayout{grid-template-columns:1fr}.tdrHeroCard>div:not(.tdrHeroFooter),.tdrLensHero>*{border-right:0;padding-right:0}.tdrArchiveFilters,.tdrArchiveTitle,.tdrHeroFooter{grid-template-columns:1fr}.tdrActionGrid,.tdrArchiveGrid,.tdrArchiveMetrics,.tdrBoard,.tdrCandidateGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.tdrArchiveSide{position:static}}@media (max-width:720px){.tdrTopbar{grid-template-columns:1fr;height:auto;padding:16px;gap:12px}.tdrClientBrand{border-right:0}.tdrPage{padding:18px}.tdrActionGrid,.tdrArchiveGrid,.tdrArchiveMetrics,.tdrBoard,.tdrCandidateGrid{grid-template-columns:1fr}.tdrHeroFooter{align-items:start}}.tdrTopbar{grid-template-columns:200px 1fr auto}.tdrCustomerBrand{align-self:stretch;display:flex;align-items:center;justify-content:flex-start;border-right:1px solid rgba(16,32,51,.1);padding-right:22px;min-width:0}.tdrCustomerBrand img{width:158px;max-height:54px;object-fit:contain;object-position:left center}.tdrCustomerBrand strong{display:block;max-width:170px;color:#0d4364;font-size:24px;font-family:Georgia,Times New Roman,serif;line-height:1.05;overflow:hidden;text-overflow:ellipsis}.tdrPoweredBrand{display:grid;grid-template-columns:auto auto auto;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;border:1px solid rgba(16,32,51,.08);border-radius:999px;background:rgba(255,255,255,.74);color:#52677c;box-shadow:0 8px 24px rgba(16,32,51,.045)}.tdrPoweredBrand span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:850;color:#6a7b8d}.tdrPoweredBrand img{max-width:92px;max-height:24px;object-fit:contain}.tdrPoweredBrand em{color:var(--tdr-orange);font-size:11px;font-style:normal;font-weight:900}.tdrHeroCard{grid-template-columns:1.35fr .7fr 1.25fr}.tdrHeroCard>div:nth-child(3){border-right:0}.tdrHeroFooter{grid-column:1/-1}.tdrLensHero{grid-template-columns:1.18fr 1.12fr .82fr .7fr}.tdrArchiveTitle.compactArchiveTitle{grid-template-columns:78px 1fr}.tdrCandidateTile{cursor:default}.tdrCandidateTile[draggable=true]{cursor:-webkit-grab;cursor:grab}.tdrMatrixSection{margin:0 0 26px;padding:24px}.tdrMatrixLegend{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.tdrMatrixLegend span{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:11px;font-weight:900;letter-spacing:.08em}.tdrMatrixLegend .strong{background:rgba(22,133,111,.1);color:#0f6d59}.tdrMatrixLegend .good{background:rgba(5,127,184,.1);color:#075f89}.tdrMatrixLegend .develop{background:rgba(249,115,22,.1);color:#a94f05}.tdrMatrixLegend .risk{background:rgba(239,68,68,.09);color:#a72323}.tdrMatrixScroll{width:100%;overflow-x:auto;border:1px solid rgba(16,32,51,.08);border-radius:18px;background:rgba(255,255,255,.72)}.tdrMeritMatrix{width:100%;min-width:920px;border-collapse:separate;border-spacing:0}.tdrMeritMatrix td,.tdrMeritMatrix th{padding:14px 16px;border-bottom:1px solid rgba(16,32,51,.075);text-align:left;vertical-align:middle}.tdrMeritMatrix th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:rgba(248,252,254,.96);color:#0b6fa6;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900}.tdrMeritMatrix th span{display:block;max-width:190px;color:#12304a;font-size:12px;letter-spacing:.02em;text-transform:none}.tdrMeritMatrix th small{display:block;margin-top:4px;color:#7d8da0;font-size:10px;letter-spacing:.04em;text-transform:none}.tdrMeritMatrix td:first-child strong{display:block;color:#102033}.tdrMeritMatrix td:first-child small{display:block;margin-top:4px;color:#6a7d8f;font-size:12px}.tdrMeritMatrix td:nth-child(2) b{display:inline-grid;place-items:center;min-width:42px;height:34px;border-radius:999px;background:rgba(5,127,184,.1);color:#075f89;font-size:15px}.tdrScoreCell{display:inline-grid;place-items:center;min-width:42px;min-height:30px;border-radius:12px;padding:0 10px;font-weight:900;background:rgba(16,32,51,.055);color:#65778b}.tdrScoreCell.strong{background:rgba(22,133,111,.11);color:#0f6d59}.tdrScoreCell.good{background:rgba(5,127,184,.1);color:#075f89}.tdrScoreCell.develop{background:rgba(249,115,22,.12);color:#a94f05}.tdrScoreCell.risk{background:rgba(239,68,68,.1);color:#a72323}.tdrScoreCell.empty{color:#9aa8b8}.tdrMatrixNote{margin:14px 0 0;color:#5d6f82;font-size:13px}.tdrMatrixEmpty{border:1px dashed rgba(5,127,184,.18);border-radius:18px;padding:26px;color:#5e7184;background:rgba(255,255,255,.62)}.tdrLensDirectory{max-width:1180px;margin:0 auto}.tdrBackLink{display:inline-block;margin-bottom:18px;color:#52677c;font-size:13px;font-weight:760}.tdrLensDirectory .tdrSectionTitle h1{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,58px);color:#0d2237}.tdrLensDirectoryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.tdrLensDirectoryCard{min-height:176px;border:1px solid var(--tdr-line);border-radius:24px;background:rgba(255,255,255,.82);box-shadow:var(--tdr-shadow);padding:24px;display:grid;grid-template-columns:64px 1fr auto;grid-template-rows:1fr auto;grid-gap:14px;gap:14px;align-items:start}.tdrLensDirectoryCard i{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:rgba(5,127,184,.1);color:var(--tdr-blue);font-style:normal;font-size:24px}.tdrLensDirectoryCard h2{margin:0 0 8px;color:#102033}.tdrLensDirectoryCard p{margin:0;color:var(--tdr-muted);line-height:1.45}.tdrLensDirectoryCard strong{display:grid;place-items:center;min-width:42px;height:42px;border-radius:999px;background:rgba(249,115,22,.1);color:var(--tdr-orange-dark)}.tdrLensDirectoryCard span{grid-column:2/-1;color:var(--tdr-orange-dark);font-weight:900}.tdrLensSwitchBar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:-4px 0 22px;padding:14px 18px;border:1px solid var(--tdr-line);border-radius:20px;background:rgba(255,255,255,.7)}.tdrLensSwitchBar strong{color:#19334d}.tdrLaneEmpty{margin:0;min-height:90px;display:grid;place-items:center;text-align:center;border:1px dashed rgba(16,32,51,.1);border-radius:16px;color:#74879a;font-size:12px;line-height:1.45;padding:12px}@media (max-width:1180px){.tdrTopbar{grid-template-columns:1fr;height:auto;padding:16px;align-items:start}.tdrCustomerBrand{border-right:0;padding-right:0}.tdrPoweredBrand{width:-moz-fit-content;width:fit-content}.tdrLensDirectoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.tdrLensDirectoryGrid,.tdrPoweredBrand{grid-template-columns:1fr}.tdrPoweredBrand{border-radius:18px;align-items:start}}.tdrArchiveCompareLink{justify-self:end;align-self:center;display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 16px;border:1px solid rgba(5,127,184,.16);background:rgba(255,255,255,.76);color:#075f89;font-weight:900;box-shadow:0 12px 28px rgba(16,32,51,.06)}.tdrArchiveTitle.compactArchiveTitle{grid-template-columns:78px 1fr auto}.tdrCompareLab{display:grid;grid-gap:22px;gap:22px}.tdrCompareHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);grid-gap:24px;gap:24px;align-items:stretch;border:1px solid var(--tdr-line);border-radius:28px;background:radial-gradient(circle at 8% 16%,rgba(5,127,184,.1),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(248,253,255,.86));box-shadow:var(--tdr-shadow);padding:28px}.tdrCompareHero span{display:inline-block;color:#0b6fa6;font-size:11px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;margin-bottom:10px}.tdrCompareHero h1{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,52px);color:#102033}.tdrCompareHero p{max-width:820px;margin:0;color:#53697f;line-height:1.65}.tdrCompareHeroMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;border:1px solid rgba(5,127,184,.1);border-radius:24px;padding:18px;background:rgba(255,255,255,.7)}.tdrCompareHeroMetrics strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:32px;color:#102033}.tdrCompareHeroMetrics span{margin:4px 0 0;color:#63778c;font-size:10px;letter-spacing:.12em}.tdrCompareControls{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:end;grid-gap:16px;gap:16px;border:1px solid var(--tdr-line);border-radius:24px;background:rgba(255,255,255,.76);box-shadow:0 16px 44px rgba(16,32,51,.06);padding:16px}.tdrModeSwitch{display:inline-grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;border-radius:999px;background:rgba(5,127,184,.07)}.tdrCompareExports button,.tdrModeSwitch button,.tdrPickerActions button{border:1px solid rgba(16,32,51,.09);border-radius:999px;background:rgba(255,255,255,.82);color:#2b3f54;min-height:38px;padding:0 14px;font-weight:900;cursor:pointer}.tdrModeSwitch button.active{background:linear-gradient(135deg,var(--tdr-blue),var(--tdr-teal));color:white;border-color:transparent}.tdrCompareControls label{display:grid;grid-gap:7px;gap:7px}.tdrCompareControls label span{color:#0b6fa6;font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:950}.tdrCompareControls select{min-height:44px;border:1px solid rgba(5,127,184,.18);border-radius:14px;background:rgba(255,255,255,.9);padding:0 14px;color:#1b3148;font-weight:800}.tdrCompareExports{display:flex;gap:10px;justify-content:flex-end}.tdrCompareExports button:first-child{background:rgba(5,127,184,.1);color:#075f89;border-color:rgba(5,127,184,.2)}.tdrCompareExports button:last-child{background:rgba(249,115,22,.11);color:#bf5008;border-color:rgba(249,115,22,.22)}.tdrCompareExports button:disabled{opacity:.55;cursor:wait}.tdrComparePicker{border:1px solid var(--tdr-line);border-radius:24px;background:rgba(255,255,255,.76);box-shadow:0 16px 44px rgba(16,32,51,.055);padding:20px}.tdrPickerActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tdrComparePeopleGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:16px}.tdrComparePeopleGrid button{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto auto;grid-gap:3px 10px;gap:3px 10px;min-height:92px;border:1px solid rgba(16,32,51,.08);border-radius:18px;background:rgba(255,255,255,.8);padding:12px;text-align:left;cursor:pointer}.tdrComparePeopleGrid button.selected{border-color:rgba(5,127,184,.42);background:rgba(5,127,184,.075);box-shadow:0 0 0 3px rgba(5,127,184,.08)}.tdrComparePeopleGrid i{grid-row:1/4;width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(5,127,184,.13);color:#075f89;font-style:normal;font-weight:900}.tdrComparePeopleGrid strong{color:#142a41}.tdrComparePeopleGrid span,.tdrComparePeopleGrid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tdrComparePeopleGrid span{color:#63778d;font-size:12px}.tdrComparePeopleGrid em{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:3px 8px;background:rgba(249,115,22,.09);color:#a94f05;font-style:normal;font-size:11px;font-weight:900;text-transform:capitalize}.tdrCompareError{border:1px solid rgba(239,68,68,.16);border-radius:18px;background:rgba(239,68,68,.06);color:#9d2d2d;padding:16px;font-weight:800}.tdrCompareMatrixSection{margin-bottom:0}.tdrCompareMatrix{min-width:1120px}.tdrCompareMatrix td:first-child,.tdrCompareMatrix th:first-child{min-width:210px}.tdrCompareBadge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:rgba(5,127,184,.09);color:#075f89;font-size:11px;font-weight:900;text-transform:capitalize}.tdrCompareWarnings{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.tdrCompareWarnings p{margin:0;padding:10px 12px;border-radius:12px;background:rgba(5,127,184,.055);color:#4f657a;font-size:12px}@media (max-width:1180px){.tdrCompareControls,.tdrCompareHero{grid-template-columns:1fr}.tdrComparePeopleGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.tdrArchiveTitle.compactArchiveTitle{grid-template-columns:1fr}.tdrArchiveCompareLink{justify-self:start}.tdrCompareHeroMetrics,.tdrComparePeopleGrid{grid-template-columns:1fr}.tdrCompareExports,.tdrPickerActions{justify-content:flex-start}}.journeyShell{min-height:100vh;background:radial-gradient(circle at 16% 0,rgba(5,135,189,.08),transparent 28%),radial-gradient(circle at 92% 20%,rgba(249,115,22,.08),transparent 25%),linear-gradient(180deg,#f8fbfd,#ffffff 46%,#f7fafc);color:#102033;--journey-blue:#0587bd;--journey-teal:#2db8c6;--journey-navy:#102033;--journey-muted:#5f6f82;--journey-line:rgba(15,86,120,0.13);--journey-card:rgba(255,255,255,0.86);--journey-orange:#f97316;--journey-shadow:0 24px 70px rgba(15,40,70,0.10)}.journeyShell a{color:inherit;text-decoration:none}.journeyShell button{font-family:inherit}.journeyTopbar{height:82px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;grid-gap:24px;gap:24px;padding:0 32px;border-bottom:1px solid rgba(16,32,51,.08);background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:-webkit-sticky;position:sticky;top:0;z-index:60;box-shadow:0 8px 30px rgba(15,40,70,.05)}.journeyClientBrand{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.journeyClientBrand img{width:152px;max-height:42px;object-fit:contain;object-position:left center}.journeyClientBrand strong{font-size:28px;color:var(--journey-blue);font-family:Georgia,Times New Roman,serif;font-style:italic}.journeyClientBrand span{color:var(--journey-orange);font-size:11px;font-weight:820;letter-spacing:.02em}.journeyTopTitle{font-size:18px;font-weight:850;color:#16263d}.journeyTopSpacer{justify-self:end;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,rgba(5,135,189,.15),rgba(45,184,198,.18))}.journeyPage{padding:28px 32px 72px;display:grid;grid-gap:24px;gap:24px}.journeyAccessNote,.journeyBlocked,.journeyBoundaries,.journeyBoundaryNote.full,.journeyChapterCard,.journeyChapterDetail,.journeyDownloadPanel,.journeyEinsteinPanel,.journeyHero,.journeyHighlightsCard{border:1px solid var(--journey-line);border-radius:30px;background:var(--journey-card);box-shadow:var(--journey-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.journeyHero{min-height:268px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);align-items:center;padding:28px 36px}.journeyHeroContent{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:32px;gap:32px;align-items:center;z-index:2}.journeyAvatar{width:144px;height:144px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(5,135,189,.14),rgba(45,184,198,.24));color:#0a5078;font-family:Georgia,Times New Roman,serif;font-size:54px;letter-spacing:.02em;box-shadow:inset 0 0 0 1px rgba(5,135,189,.15)}.journeyAvatar.hasPhoto{background:#eef7fb;padding:0;overflow:hidden}.journeyAvatar.hasPhoto img{width:100%;height:100%;object-fit:cover;display:block}.journeyHero h1{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,52px);line-height:1.02;color:#102033}.journeyHero h1 span{font-family:system-ui,sans-serif;font-size:.72em}.journeyHero p{margin:0 0 7px;color:#253a52;font-size:16px;line-height:1.6;max-width:640px}.journeySafeNotice{margin-top:22px;display:inline-grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;max-width:510px;border:1px solid rgba(5,135,189,.1);border-radius:18px;background:rgba(255,255,255,.72);padding:13px 16px;color:#344a60;font-size:13px;line-height:1.4}.journeySafeNotice b{color:var(--journey-orange);font-size:19px}.journeyHeroLandscape{position:absolute;inset:0;overflow:hidden;pointer-events:none}.journeySun{position:absolute;right:14%;top:42px;width:76px;height:76px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.24),rgba(249,115,22,.05))}.journeyMountain{position:absolute;right:-4%;bottom:-20px;width:720px;height:210px;opacity:.55;-webkit-clip-path:polygon(0 88%,20% 42%,35% 62%,52% 26%,72% 58%,100% 30%,100% 100%,0 100%);clip-path:polygon(0 88%,20% 42%,35% 62%,52% 26%,72% 58%,100% 30%,100% 100%,0 100%)}.journeyMountain.one{background:linear-gradient(135deg,rgba(5,135,189,.13),rgba(45,184,198,.18))}.journeyMountain.two{right:7%;bottom:-8px;width:560px;opacity:.36;background:linear-gradient(135deg,rgba(5,135,189,.18),rgba(45,184,198,.3))}.journeyPath{position:absolute;right:2%;bottom:16px;width:470px;height:54px;border-radius:50%;transform:rotate(-8deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.78) 40%,rgba(255,255,255,.34) 70%,transparent)}.journeyCustomerCard{justify-self:end;z-index:3;width:170px;min-height:170px;border:1px solid rgba(16,32,51,.1);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 16px 50px rgba(15,40,70,.08);display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px;padding:18px;text-align:center}.journeyCustomerCard span{color:#31566a;font-size:12px;font-weight:850}.journeyCustomerCard div{width:76px;height:76px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(5,135,189,.1),rgba(45,184,198,.12));border:1px solid rgba(5,135,189,.12)}.journeyCustomerCard img{max-width:100%;max-height:100%;object-fit:contain}.journeyCustomerCard i{font-style:normal;color:#0c648d;font-weight:900;font-size:22px}.journeyCustomerCard strong{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.25}.journeyAccessNote{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;color:#375066}.journeyAccessNote span,.journeyBoundaries span,.journeyChapterIntro small,.journeyDownloadPanel small,.journeyLensCard span,.journeySectionTitle small,.journeyThemeGrid small{color:#0b6fa6;font-size:11px;font-weight:920;letter-spacing:.18em;text-transform:uppercase}.journeyAccessNote strong{color:#102033}.journeyAccessNote p{margin:0;color:var(--journey-muted)}.journeySection{display:grid;grid-gap:16px;gap:16px}.journeyBoundaries h2,.journeyChapterDetail h2,.journeyDownloadPanel h2,.journeyHighlightsCard h2,.journeySectionTitle h2{margin:0 0 7px;color:#102033;font-size:24px;letter-spacing:-.035em}.journeyBoundaryNote p,.journeyChapterDetail p,.journeyDownloadPanel p,.journeyHighlightsCard p,.journeySectionTitle p{margin:0;color:#4e6378;line-height:1.55}.journeyChapterGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:22px;gap:22px}.journeyChapterCard{position:relative;min-height:194px;padding:24px;display:grid;align-content:start;grid-gap:12px;gap:12px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.journeyChapterCard:hover{transform:translateY(-2px);box-shadow:0 30px 80px rgba(15,40,70,.13);border-color:rgba(5,135,189,.22)}.journeyChapterCard span{width:58px;height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:27px}.journeyChapterCard strong{font-family:Georgia,Times New Roman,serif;color:#102033;font-size:21px}.journeyChapterCard p{margin:0;color:#43576c;line-height:1.52}.journeyChapterCard small{color:#728296;font-weight:740}.journeyChapterCard b{position:absolute;right:22px;bottom:20px;width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-size:22px;background:rgba(255,255,255,.65)}.journeyChapterCard.orange b,.journeyChapterCard.orange span{color:#f97316;background:rgba(249,115,22,.1)}.journeyChapterCard.green b,.journeyChapterCard.green span{color:#168c59;background:rgba(22,140,89,.1)}.journeyChapterCard.coral b,.journeyChapterCard.coral span{color:#e24b45;background:rgba(226,75,69,.1)}.journeyChapterCard.purple b,.journeyChapterCard.purple span{color:#7c4db4;background:rgba(124,77,180,.1)}.journeyChapterCard.blue b,.journeyChapterCard.blue span{color:#057fb8;background:rgba(5,127,184,.1)}.journeyHighlights{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.9fr);grid-gap:24px;gap:24px;align-items:stretch}.journeyBoundaries,.journeyBoundaryNote.full,.journeyChapterDetail,.journeyDownloadPanel,.journeyEinsteinPanel,.journeyHighlightsCard{padding:24px}.journeyHighlightGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin-top:18px}.journeyHighlightGrid article{padding:10px 22px;border-right:1px solid rgba(16,32,51,.08)}.journeyHighlightGrid article:first-child{padding-left:0}.journeyHighlightGrid article:last-child{border-right:0;padding-right:0}.journeyHighlightGrid span{width:54px;height:54px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(249,115,22,.09);color:var(--journey-orange);font-size:24px;margin-bottom:10px}.journeyHighlightGrid p{min-height:72px}.journeyHighlightGrid a{color:#0b6fa6;font-weight:850}.journeyEinsteinTitle{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:start}.journeyEinsteinTitle>span{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:rgba(124,77,180,.1);color:#7c4db4;font-size:22px}.journeyEinsteinTitle h3{margin:2px 0 5px}.journeyEinsteinTitle p{margin:0;color:#4e6378}.journeyEinsteinTitle small{background:rgba(124,77,180,.1);color:#684098;padding:7px 10px;border-radius:999px;font-weight:850}.journeyPromptList{display:grid;grid-gap:10px;gap:10px;margin:18px 0}.journeyFakeInput,.journeyPromptList button{width:100%;border:1px solid rgba(16,32,51,.09);border-radius:999px;background:rgba(255,255,255,.74);padding:12px 14px;text-align:left;color:#43576c;font-weight:760}.journeyFakeInput{display:flex;align-items:center;justify-content:space-between;color:#75869a}.journeyFakeInput b{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:rgba(124,77,180,.1);color:#7c4db4}.journeyChapterDetail{display:grid;grid-gap:18px;gap:18px}.journeyChapterIntro{display:flex;gap:16px;align-items:flex-start}.journeyChapterIntro>span{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;font-size:28px}.journeyChapterIntro>span.orange{color:#f97316;background:rgba(249,115,22,.1)}.journeyChapterIntro>span.green{color:#168c59;background:rgba(22,140,89,.1)}.journeyChapterIntro>span.coral{color:#e24b45;background:rgba(226,75,69,.1)}.journeyChapterIntro>span.purple{color:#7c4db4;background:rgba(124,77,180,.1)}.journeyChapterIntro>span.blue{color:#057fb8;background:rgba(5,127,184,.1)}.journeyActionList,.journeyLensGrid,.journeyThemeGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));grid-gap:14px;gap:14px}.journeyActionList article,.journeyLensCard,.journeyThemeGrid article{border:1px solid rgba(16,32,51,.08);border-radius:22px;background:rgba(255,255,255,.68);padding:18px}.journeyActionList strong,.journeyLensCard strong,.journeyThemeGrid strong{display:block;margin:7px 0;color:#102033;font-size:16px}.journeyLensCard small,.journeyThemeGrid em{color:#728296;font-size:12px;font-style:normal;font-weight:750}.journeyActionList article span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(5,127,184,.1);color:#0b6fa6;font-weight:950;margin-bottom:12px}.journeyLensTabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:14px}.journeyLensTabs a{border:1px solid rgba(16,32,51,.1);border-radius:999px;padding:10px 13px;background:rgba(255,255,255,.72);color:#253a52;font-weight:820}.journeyLensTabs a.active{background:#0f6f8f;border-color:#0f6f8f;color:#fff}.journeyLensCard.ready{border-color:rgba(5,135,189,.18);background:rgba(5,135,189,.06)}.journeyLensCard.insufficient{border-color:rgba(249,115,22,.18);background:rgba(249,115,22,.06)}.journeyDownloadPanel{display:flex;justify-content:space-between;align-items:center;gap:18px}.journeyDownloadPanel a,.journeyDownloadPanel button{border:0;border-radius:999px;padding:13px 18px;font-weight:900;background:linear-gradient(135deg,#f97316,#d96b06);color:white;box-shadow:0 14px 30px rgba(249,115,22,.22)}.journeyDownloadPanel button:disabled{background:rgba(16,32,51,.12);color:#607286;box-shadow:none}.journeyBoundaryNote.full{display:grid;grid-gap:9px;gap:9px;border-color:rgba(249,115,22,.18);background:rgba(255,252,247,.78)}.journeyBoundaryNote strong{color:#102033}.journeyBoundaries div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.journeyBoundaries b{border-radius:18px;padding:14px;background:rgba(5,127,184,.07);color:#28465e;text-align:center;font-size:13px}.journeyEmpty{border:1px dashed rgba(5,127,184,.22);border-radius:18px;padding:18px;color:#5f6f82;background:rgba(255,255,255,.48)}.journeyBlocked{max-width:760px;margin:12vh auto 0;padding:40px}.journeyBlocked span{color:#0b6fa6;font-size:12px;font-weight:920;letter-spacing:.18em;text-transform:uppercase}.journeyBlocked h1{font-family:Georgia,Times New Roman,serif;font-size:44px;margin:8px 0 12px}@media (max-width:1180px){.journeyChapterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.journeyHero,.journeyHighlights{grid-template-columns:1fr}.journeyCustomerCard{justify-self:start}.journeyBoundaries div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.journeyTopbar{grid-template-columns:1fr;height:auto;padding:16px;gap:8px}.journeyPage{padding:18px}.journeyHero{padding:24px}.journeyBoundaries div,.journeyChapterGrid,.journeyHeroContent,.journeyHighlightGrid{grid-template-columns:1fr}.journeyHighlightGrid article{padding:14px 0;border-right:0;border-bottom:1px solid rgba(16,32,51,.08)}.journeyDownloadPanel{flex-direction:column;align-items:flex-start}}.journeyTopbar{grid-template-columns:180px minmax(0,1fr) auto}.journeyCareerButton{justify-self:end;border:1px solid rgba(5,135,189,.18);border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(232,247,251,.72));color:#0d5f87;font-weight:900;box-shadow:0 12px 34px rgba(16,55,86,.08)}.journeyHeroText strong{color:#0b6fa6}.journeyHighlights.single{grid-template-columns:1fr}.journeyCareerPage{display:grid;grid-gap:22px;gap:22px}.journeyCareerActions,.journeyCareerCard,.journeyCareerHero{border:1px solid var(--journey-line);border-radius:30px;background:var(--journey-card);box-shadow:var(--journey-shadow)}.journeyCareerHero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px;background:radial-gradient(circle at 88% 22%,rgba(249,115,22,.12),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.94),rgba(232,247,251,.78))}.journeyCareerCardTitle small,.journeyCareerHero small{color:#0b6fa6;font-size:12px;font-weight:920;letter-spacing:.18em;text-transform:uppercase}.journeyCareerCard h2,.journeyCareerHero h1{margin:4px 0 8px;color:var(--journey-navy);font-family:Georgia,Times New Roman,serif}.journeyCareerHero h1{font-size:clamp(34px,3vw,54px)}.journeyCareerCard p,.journeyCareerHero p{color:#4e6378;line-height:1.58;margin:0 0 7px;max-width:780px}.journeyCareerHero a{flex:0 0 auto;border-radius:999px;padding:13px 18px;background:#0f6f8f;color:white;font-weight:900}.journeyCareerForm{display:grid;grid-gap:18px;gap:18px}.journeyCareerCard{padding:26px;display:grid;grid-gap:16px;gap:16px}.journeyCareerCardTitle{display:flex;align-items:flex-start;gap:15px}.journeyCareerCardTitle>span{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:rgba(5,135,189,.1);color:#0b6fa6;font-weight:950}.journeyCareerGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.journeyCareerField{display:grid;grid-gap:8px;gap:8px;color:#263c52;font-weight:850}.journeyCareerField span{font-size:12px;color:#31566a;letter-spacing:.12em;text-transform:uppercase}.journeyCareerField input,.journeyCareerField textarea{width:100%;border:1px solid rgba(16,32,51,.12);border-radius:18px;background:rgba(255,255,255,.82);color:#102033;font:inherit;padding:13px 14px;outline:none}.journeyCareerField textarea{min-height:118px;resize:vertical;line-height:1.55}.journeyCareerField input:focus,.journeyCareerField textarea:focus{border-color:rgba(5,135,189,.44);box-shadow:0 0 0 4px rgba(5,135,189,.08)}.journeyCareerCheckbox,.journeyCareerShareToggle{display:flex;align-items:flex-start;gap:12px;border:1px solid rgba(16,32,51,.1);border-radius:18px;padding:14px;background:rgba(255,255,255,.7);color:#344a60;font-weight:780}.journeyCareerCheckbox input,.journeyCareerShareToggle input{margin-top:4px;accent-color:#0b6fa6}.journeyCareerShareToggle span{display:grid;grid-gap:5px;gap:5px}.journeyCareerShareToggle strong{color:#102033}.journeyCareerShareToggle em{color:#697c90;font-size:13px;font-style:normal;line-height:1.45}.journeySharingStatus{border-radius:20px;padding:16px;border:1px solid rgba(5,135,189,.15);background:rgba(5,135,189,.06)}.journeySharingStatus.withdrawn{border-color:rgba(249,115,22,.24);background:rgba(249,115,22,.08)}.journeySharingStatus strong{color:#102033}.journeySharingStatus p{margin:4px 0 0}.journeyCareerActions{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px}.journeyCareerActions p{margin:0;color:#4e6378}.journeyCareerActions button{border:0;border-radius:999px;padding:14px 20px;background:linear-gradient(135deg,#f97316,#d96b06);color:white;font-weight:950;box-shadow:0 14px 30px rgba(249,115,22,.22)}.journeyCareerActions button:disabled{opacity:.65}@media (max-width:980px){.journeyCareerGrid{grid-template-columns:1fr}.journeyCareerActions,.journeyCareerHero{align-items:flex-start;flex-direction:column}}.journeyHero.expanded{grid-template-columns:minmax(0,1fr);min-height:310px}.journeyHeroContent.wide{max-width:1060px}.journeyHero.expanded .journeyHeroText p{max-width:900px}.journeyCareerHero.upgraded{align-items:flex-start}.journeyCareerHero.upgraded p{max-width:980px}.journeyProfileBuilder{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:stretch}.journeyCvDrop,.journeyPhotoDrop{position:relative;display:grid;place-items:center;text-align:center;grid-gap:10px;gap:10px;border:1px dashed rgba(5,135,189,.34);border-radius:26px;background:linear-gradient(135deg,rgba(232,247,251,.78),rgba(255,255,255,.92));padding:22px;min-height:220px;color:#31566a;cursor:pointer}.journeyCvDrop input,.journeyPhotoDrop input{position:absolute;inset:0;opacity:0;cursor:pointer}.journeyPhotoDrop strong{width:106px;height:106px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(5,135,189,.12),rgba(15,111,143,.2));color:#063b63;font-size:34px;font-weight:900;letter-spacing:.04em}.journeyPhotoDrop img{width:118px;height:118px;border-radius:999px;object-fit:cover;box-shadow:0 14px 34px rgba(16,55,86,.16)}.journeyCvDrop strong,.journeyPhotoDrop span{color:#102033;font-weight:950}.journeyCvDrop span,.journeyPhotoDrop small{color:#607286;line-height:1.45}.journeyCvDrop{min-height:150px;grid-template-columns:minmax(0,1fr) auto;text-align:left;place-items:stretch;align-items:center}.journeyCvDrop span,.journeyCvDrop strong{display:block}.journeyCvDrop em{border-radius:999px;padding:11px 16px;background:#0f6f8f;color:white;font-style:normal;font-weight:900;justify-self:end}.journeyCareerGrid.two{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.journeyCareerField select{width:100%;border:1px solid rgba(16,32,51,.12);border-radius:18px;background:rgba(255,255,255,.82);color:#102033;font:inherit;padding:13px 14px;outline:none}.journeyCareerField em{color:#0f6f8f;font-size:12px;font-style:normal;font-weight:850}.journeyCareerField select:focus{border-color:rgba(5,135,189,.44);box-shadow:0 0 0 4px rgba(5,135,189,.08)}.journeyQualificationList{display:grid;grid-gap:14px;gap:14px}.journeyQualificationRow{display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(190px,.85fr) minmax(150px,.6fr) minmax(260px,auto);grid-gap:14px;gap:14px;align-items:end;border:1px solid rgba(16,32,51,.08);border-radius:22px;background:rgba(255,255,255,.66);padding:14px;overflow:visible}.journeyQualificationActions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.journeyProgressToggle{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(16,32,51,.12);border-radius:999px;background:rgba(255,255,255,.78);color:#344a60;padding:12px 14px;font-weight:900;white-space:nowrap}.journeyProgressToggle span{width:20px;height:20px;border-radius:7px;border:1px solid rgba(16,32,51,.28);display:grid;place-items:center;color:white;font-size:13px;line-height:1}.journeyProgressToggle.active{border-color:rgba(15,111,143,.34);background:rgba(232,247,251,.92);color:#0f6f8f}.journeyProgressToggle.active span{background:#0f6f8f;border-color:#0f6f8f}.journeyAddQualification,.journeyRemoveQualification{border:1px solid rgba(16,32,51,.12);border-radius:999px;background:rgba(255,255,255,.78);color:#29465e;padding:12px 14px;font-weight:900;white-space:nowrap}.journeyRemoveQualification{color:#9a3412}.journeyAddQualification{justify-self:start;color:#0f6f8f}.journeyCareerCard.sharedWith{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(232,247,251,.58))}.journeySharingList{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:12px;gap:12px}.journeySharingList article{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;border-radius:20px;border:1px solid rgba(5,135,189,.14);background:rgba(255,255,255,.74);padding:14px}.journeySharingList article>span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(5,135,189,.1);color:#0b6fa6;font-weight:950}.journeySharingList strong{color:#102033}.journeySharingList p{margin:2px 0;color:#4e6378}.journeySharingList small{color:#0f6f8f;font-weight:850}.tdrArchivePhoto,.tdrPersonPhoto{width:54px;height:54px;border-radius:999px;object-fit:cover;box-shadow:0 10px 28px rgba(16,55,86,.16);border:1px solid rgba(255,255,255,.72)}.tdrHeroCandidates img{width:32px;height:32px;border-radius:999px;object-fit:cover;border:1px solid rgba(5,135,189,.16);box-shadow:0 8px 18px rgba(16,55,86,.12)}@media (max-width:980px){.journeyCareerGrid.two,.journeyProfileBuilder,.journeyQualificationRow{grid-template-columns:1fr}.journeyQualificationActions{justify-content:flex-start;flex-wrap:wrap}.journeyCvDrop{grid-template-columns:1fr;text-align:center}.journeyCvDrop em{justify-self:center}}.projectEditControlRoom,.projectWorkspaceControl{background:radial-gradient(circle at top right,rgba(5,135,189,.08),transparent 34%),linear-gradient(180deg,#f7fbfd,#ffffff 38%,#f7fbfd)}.projectEditHero,.refinedWorkspaceHero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;border:1px solid rgba(5,135,189,.14);border-radius:30px;padding:30px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(232,247,251,.74));box-shadow:0 22px 70px rgba(15,23,42,.07);margin-bottom:18px}.projectEditHero h1,.refinedWorkspaceHero h1{margin:4px 0 8px;color:#102033;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3vw,52px)}.projectEditHero p,.refinedWorkspaceHero p{margin:0;color:#4e6378}.projectEditHeroActions,.refinedWorkspaceHero .buttonRow{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.projectEditGrid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:18px;gap:18px;margin-bottom:18px}.projectEditPanel{border-radius:28px;border-color:rgba(5,135,189,.12);box-shadow:0 18px 55px rgba(15,23,42,.055)}.projectEditPanelHeader{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.projectEditPanelHeader h2{margin:2px 0 6px;color:#102033}.projectEditPanelHeader p{margin:0;color:#5f7287;line-height:1.48}.projectEditFormGrid{align-items:start}.projectAccessMatrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.projectAccessMatrix section{border:1px solid rgba(5,135,189,.12);border-radius:24px;padding:16px;background:rgba(255,255,255,.72)}.projectAccessMatrix h3{margin:0 0 12px;color:#102033}.projectAccessMiniGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.projectInsightSharePanel.refined{margin-top:16px;border-radius:22px;background:linear-gradient(135deg,rgba(232,247,251,.72),rgba(255,255,255,.8))}.projectCandidateAddGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;grid-gap:12px;gap:12px;align-items:end;margin-bottom:18px}.projectCandidateCards.refinedCards{gap:14px}.projectCandidateCard.refinedCandidate{grid-template-columns:minmax(0,1.1fr) minmax(230px,.7fr) auto;align-items:center;border-radius:24px;background:rgba(255,255,255,.88)}.candidateIdentityBlock{display:flex;gap:14px;align-items:center;min-width:0}.candidateInitials,.workspaceCandidateIdentity>span{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(5,135,189,.12),rgba(17,183,197,.18));color:#063b63;font-weight:950;letter-spacing:.04em;flex:0 0 auto}.candidateIdentityBlock strong,.workspaceCandidateIdentity strong{color:#102033}.candidateIdentityBlock p,.workspaceCandidateIdentity p{margin:3px 0;color:#4e6378}.candidateIdentityBlock small,.workspaceCandidateIdentity small{color:#0f6f8f;font-weight:820}.candidateIdentitySignals{display:flex;flex-wrap:wrap;gap:8px}.identityPill{border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;border:1px solid transparent}.identityPill.clean{color:#0f6f8f;background:rgba(5,135,189,.08);border-color:rgba(5,135,189,.14)}.identityPill.matched{color:#166534;background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.2)}.identityPill.warning{color:#9a3412;background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.22)}.projectCommandGrid{display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,.8fr));grid-gap:14px;gap:14px;margin:18px 0}.projectCommandCard{border:1px solid rgba(5,135,189,.12);border-radius:24px;padding:18px;background:rgba(255,255,255,.86);box-shadow:0 14px 42px rgba(15,23,42,.04)}.projectCommandCard.primaryCommand{background:linear-gradient(135deg,rgba(5,135,189,.12),rgba(255,255,255,.92))}.projectCommandCard span{display:block;color:#0b6fa6;font-size:12px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.projectCommandCard strong{display:block;color:#102033;font-size:32px;margin:8px 0 4px}.projectCommandCard p{margin:0;color:#5f7287;line-height:1.4}.projectActionTiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.projectActionTile{display:grid;grid-gap:8px;gap:8px;border-radius:24px;border:1px solid rgba(5,135,189,.12);background:rgba(255,255,255,.9);padding:18px;color:#102033;box-shadow:0 14px 42px rgba(15,23,42,.04)}.projectActionTile span{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;color:#0b6fa6;background:rgba(5,135,189,.1);font-weight:950}.projectActionTile strong{font-size:17px}.projectActionTile p{margin:0;color:#5f7287;line-height:1.45}.projectWorkspaceMainGrid{align-items:start}.projectWorkspacePanel{border-radius:28px;border-color:rgba(5,135,189,.12)}.mutedText{color:#5f7287;margin:0}.refinedBenchmark,.refinedBlocked{border-radius:24px;background:linear-gradient(135deg,rgba(232,247,251,.76),rgba(255,255,255,.9));border:1px solid rgba(5,135,189,.12)}.competencyChipGrid{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.competencyChipGrid span{border-radius:999px;padding:10px 12px;background:rgba(255,255,255,.86);border:1px solid rgba(5,135,189,.12);color:#31566a;font-weight:850}.shlSummaryCard{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:16px;border-radius:24px;border:1px solid rgba(249,115,22,.16);background:rgba(249,115,22,.06);padding:16px}.shlSummaryCard h3{margin:4px 0;color:#102033}.shlSummaryCard p{margin:0;color:#5f7287}.workspaceQuickCandidateForm{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;grid-gap:10px;gap:10px;margin:14px 0 18px}.compactRecommendation input,.compactRecommendation select,.workspaceQuickCandidateForm input{width:100%;border:1px solid rgba(16,32,51,.12);border-radius:16px;background:rgba(255,255,255,.86);color:#102033;font:inherit;padding:12px 13px}.workspaceCandidateList{display:grid;grid-gap:12px;gap:12px}.workspaceCandidateRow{border-radius:22px;border:1px solid rgba(5,135,189,.1);background:rgba(255,255,255,.82);padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.65fr);grid-gap:12px;gap:12px}.workspaceCandidateIdentity{display:flex;gap:12px;align-items:center;min-width:0}.workspaceCandidateEvidenceMini{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.workspaceCandidateEvidenceMini span{border-radius:999px;background:rgba(5,135,189,.08);color:#31566a;padding:8px 10px;font-weight:850;font-size:12px}.compactRecommendation{grid-column:1/-1;display:grid;grid-template-columns:minmax(160px,.8fr) minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}@media (max-width:1100px){.compactRecommendation,.projectAccessMatrix,.projectActionTiles,.projectCandidateAddGrid,.projectCandidateCard.refinedCandidate,.projectCommandGrid,.projectEditGrid,.workspaceCandidateRow,.workspaceQuickCandidateForm{grid-template-columns:1fr}.projectEditHero,.projectEditPanelHeader,.refinedWorkspaceHero,.shlSummaryCard{flex-direction:column}.workspaceCandidateEvidenceMini{justify-content:flex-start}}.customerLoginShell{min-height:100vh;position:relative;display:grid;place-items:center;padding:48px 20px;background:radial-gradient(circle at 18% 15%,rgba(5,135,189,.18),transparent 34%),radial-gradient(circle at 82% 18%,rgba(249,115,22,.12),transparent 30%),linear-gradient(145deg,#f8fbff,#edf6fb 52%,#fff7ed)}.customerLoginCard{width:min(560px,100%);border:1px solid rgba(226,232,240,.9);border-radius:34px;background:rgba(255,255,255,.84);box-shadow:0 28px 90px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:38px;text-align:center}.customerLoginLogoSlot{width:118px;height:118px;margin:0 auto 20px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 46px rgba(15,23,42,.08);overflow:hidden}.customerLoginLogoSlot img{max-width:88px;max-height:88px;object-fit:contain}.customerLoginLogoMark{font-size:42px;color:#0587bd;font-weight:900}.customerLoginCard h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,5vw,48px);line-height:1.03;margin:6px 0 14px;color:#102033}.customerLoginCard p{color:#475569;line-height:1.65;margin:0 auto 18px;max-width:440px}.customerLoginForm{margin-top:20px;display:grid;grid-gap:16px;gap:16px;text-align:left}.customerLoginButton{width:100%;justify-content:center;border-radius:999px;padding:15px 18px}.customerLoginFinePrint{font-size:13px;color:#64748b!important;margin-top:16px!important}.poweredByReportiq{position:fixed;right:28px;bottom:24px;display:grid;grid-gap:5px;gap:5px;text-align:right;color:#64748b;font-size:12px}.poweredByReportiq strong{color:#0f172a;font-size:15px}.otpShell{background:radial-gradient(circle at 50% 0,rgba(5,135,189,.18),transparent 42%),linear-gradient(145deg,#f8fbff,#eef8fb 48%,#fffaf4)}.otpCard{max-width:620px}.customerOtpForm{margin-top:22px;display:grid;grid-gap:22px;gap:22px}.otpCircleGrid{display:flex;justify-content:center;gap:12px}.otpCircleGrid input{width:58px;height:58px;border-radius:999px;border:1px solid #dbe7ef;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.06);text-align:center;font-size:24px;font-weight:900;color:#102033}.otpCircleGrid input:focus{outline:3px solid rgba(5,135,189,.18);border-color:#0587bd}.customerOtpActions{display:flex;justify-content:space-between;gap:16px;color:#64748b;font-size:13px;flex-wrap:wrap}.customerOtpActions a{color:#0587bd;font-weight:800;text-decoration:none}.customerPortalShell{min-height:100vh;padding:34px;background:linear-gradient(145deg,#f8fbff,#f1f7fb 54%,#fff7ed)}.customerPortalHero{display:grid;grid-template-columns:auto 1fr auto;grid-gap:22px;gap:22px;align-items:center;max-width:1180px;margin:0 auto 24px;border:1px solid #e2e8f0;border-radius:34px;background:rgba(255,255,255,.86);box-shadow:0 24px 80px rgba(15,23,42,.08);padding:28px}.customerPortalLogo{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;background:#fff;border:1px solid #e2e8f0;overflow:hidden;font-weight:900;color:#0587bd}.customerPortalLogo img{max-width:68px;max-height:68px;object-fit:contain}.customerPortalHero h1{font-family:Georgia,Times New Roman,serif;margin:4px 0 8px;font-size:clamp(30px,4vw,50px);color:#102033}.customerPortalHero p{margin:0;color:#475569;line-height:1.55;max-width:760px}.customerPortalStats,.customerProjectGrid{max-width:1180px;margin:0 auto}.customerPortalStats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:18px}.customerPortalStats div{border:1px solid #e2e8f0;border-radius:24px;padding:20px;background:rgba(255,255,255,.82);box-shadow:0 16px 48px rgba(15,23,42,.05)}.customerPortalStats strong{display:block;font-size:34px;color:#102033}.customerPortalStats span{color:#64748b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.customerProjectGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:18px;gap:18px}.customerProjectCard{border:1px solid #e2e8f0;border-radius:28px;padding:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 60px rgba(15,23,42,.07);display:grid;grid-gap:14px;gap:14px}.customerProjectFlags,.customerProjectMeta,.customerProjectMetrics{display:flex;gap:8px;flex-wrap:wrap}.customerProjectFlags span,.customerProjectMeta span,.customerProjectMetrics span{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;background:#f1f5f9;color:#334155}.customerProjectCard h2{margin:0;font-size:24px;color:#102033}.customerProjectCard p{margin:0;color:#64748b}.portalPowered{position:static;margin:30px auto 0;max-width:1180px;text-align:right}@media (max-width:760px){.customerLoginCard{padding:28px 20px}.poweredByReportiq{position:static;margin-top:20px;text-align:center}.otpCircleGrid{gap:7px}.otpCircleGrid input{width:44px;height:44px;font-size:20px}.customerPortalShell{padding:18px}.customerPortalHero{grid-template-columns:1fr;text-align:center}.customerPortalLogo{margin:0 auto}.customerPortalStats{grid-template-columns:1fr}}.poweredByReportiq img{max-width:138px;max-height:56px;object-fit:contain;display:block;margin-top:8px;margin-left:auto}.content-shell{overflow-x:hidden}.card,.hero-card,.insightLensSourceRow,.listCard,.projectCandidateCard,.sectionHeader,.table-row{min-width:0}.hero-card h1,.insightHero h1,.page>h1,.sectionHeader h1{font-size:clamp(34px,4.2vw,60px);line-height:.98;letter-spacing:-.055em;overflow-wrap:anywhere}.sectionHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.88);padding:32px 36px;box-shadow:var(--shadow);margin-bottom:24px}.sectionHeader>div:first-child{min-width:0}.lead.compact{max-width:980px;margin:8px 0 0}.buttonRow{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.warningCard{margin-bottom:22px}.statGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0 0 22px}.statCard{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.9);padding:18px 20px;box-shadow:0 12px 34px rgba(7,23,34,.045)}.statCard span{display:block;color:#53677a;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.statCard strong{display:block;margin-top:8px;font-size:28px;letter-spacing:-.035em;color:var(--ink)}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:22px}.formCard{display:grid;grid-gap:14px;gap:14px}.button.full{width:100%}.emptyText{color:var(--muted)}.listCard{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:20px;background:rgba(247,253,255,.88);padding:16px 18px}.listCard h3{margin:0}.listCard p{margin:5px 0 0}.listCard.clickable:hover{border-color:rgba(36,155,194,.5);background:rgba(255,255,255,.98)}.table-header>span,.table-row>span{min-width:0;overflow-wrap:anywhere}.table-row small,.table-row strong{display:block}.table-row small{margin-top:4px;color:#5f7287;line-height:1.35}.projectCandidateAddGrid{grid-template-columns:repeat(4,minmax(160px,1fr)) auto;overflow:hidden}.projectCandidateCard.refinedCandidate{grid-template-columns:minmax(250px,1fr) minmax(260px,.75fr);align-items:start}.projectCandidateCard.refinedCandidate .tightActions{grid-column:1/-1;justify-content:flex-start;gap:10px;padding-top:4px}.projectCandidateCard.refinedCandidate .tightActions a,.projectCandidateCard.refinedCandidate .tightActions form{margin:0}.projectCandidateCard.refinedCandidate .button.secondary{min-height:42px;padding:0 16px;white-space:nowrap}.candidateIdentityBlock>div{min-width:0}.candidateIdentityBlock p,.candidateIdentityBlock small,.candidateIdentityBlock strong{overflow-wrap:anywhere}.identityPill{line-height:1.2}.insightLensSourceRow.notAudienceSafe{opacity:.78;background:rgba(248,250,252,.74)}.insightLensSourceRow.notAudienceSafe .insightSourceMainCheck strong{color:#607386}.insightLensSourceRow.notAudienceSafe .insightSourceMainCheck em{color:#718397}.insightSourceBadges{min-width:0}.insightRequiredToggle input{width:auto;min-height:auto}.block-help-dot{position:relative;font-family:Georgia,Times New Roman,serif;font-style:italic}.block-help-dot:focus:after,.block-help-dot:hover:after{content:attr(data-tooltip);position:absolute;right:0;top:calc(100% + 10px);z-index:80;width:min(320px,70vw);border:1px solid rgba(36,155,194,.28);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 44px rgba(7,23,34,.16);padding:12px 14px;color:#30465e;font-family:Inter,Arial,Helvetica,sans-serif;font-style:normal;font-size:13px;line-height:1.45;text-align:left;letter-spacing:normal;font-weight:650}.welcome-toast{position:fixed;right:28px;top:24px;z-index:90;min-width:min(360px,calc(100vw - 40px));border:1px solid rgba(36,155,194,.28);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(7,23,34,.18);padding:18px 20px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:welcomeToastIn .24s ease-out}.welcome-toast strong{display:block;color:var(--ink);font-size:18px;letter-spacing:-.02em}.welcome-toast span{display:block;margin-top:4px;color:var(--muted);font-size:13px;font-weight:700}@keyframes welcomeToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1100px){.sectionHeader{display:grid;align-items:start;padding:28px}.grid.two,.projectCandidateAddGrid,.projectCandidateCard.refinedCandidate,.statGrid{grid-template-columns:1fr}.projectCandidateCard.refinedCandidate .tightActions{flex-wrap:wrap}}@media (max-width:720px){.hero-card h1,.insightHero h1,.page>h1,.sectionHeader h1{font-size:clamp(32px,12vw,44px)}.sectionHeader{padding:24px 20px;border-radius:24px}.welcome-toast{top:12px;right:12px;left:12px;min-width:auto}}.customerTermsCheck{display:flex;align-items:flex-start;gap:12px;margin:18px 0 4px;padding:14px 16px;border:1px solid rgba(14,116,144,.18);border-radius:18px;background:rgba(240,249,255,.72);color:#334155;font-size:13px;line-height:1.5}.customerTermsCheck input{margin-top:3px;width:18px;height:18px;accent-color:#0ea5c6;flex:0 0 auto}.consentTextBox{white-space:pre-line;border:1px solid rgba(148,163,184,.26);border-radius:22px;padding:18px;background:rgba(248,250,252,.9);color:#334155;line-height:1.65;margin:18px 0}.consentChoiceRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.consentDecisionCard{max-width:760px;margin:64px auto}.testing-checklist{display:grid;grid-gap:18px;gap:18px}.test-step-card{scroll-margin-top:22px}.test-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.test-detail-block{border:1px solid var(--line-soft);border-radius:20px;background:rgba(247,253,255,.78);padding:16px}.test-detail-block h4{margin:0 0 10px;color:var(--ink);font-size:13px;letter-spacing:.16em;text-transform:uppercase}.test-detail-block ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.48}.test-detail-block li+li{margin-top:6px}.screenshot-evidence{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:16px;gap:16px;align-items:center;border:1px solid var(--line-soft);border-radius:20px;background:white;padding:14px}.screenshot-evidence p{margin:4px 0 10px}.screenshot-evidence img{width:220px;max-height:150px;object-fit:contain;border:1px solid var(--line);border-radius:16px;background:#f8fafc}@media (max-width:900px){.screenshot-evidence,.test-detail-grid{grid-template-columns:1fr}.screenshot-evidence img{width:100%;max-height:260px}}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.info-grid>div{display:grid;grid-gap:6px;gap:6px;min-width:0;border:1px solid var(--line-soft);border-radius:18px;background:rgba(247,253,255,.88);padding:14px 16px}.info-grid>div>span{display:block;color:#53677a;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.info-grid>div>strong{display:block;color:var(--ink);font-size:17px;line-height:1.25;letter-spacing:-.02em;overflow-wrap:anywhere}.info-grid>div>small{display:block;color:var(--muted);line-height:1.35}.sql-check-block{grid-column:1/-1;border:1px solid var(--line-soft);border-radius:18px;background:rgba(7,23,34,.03);padding:14px 16px}.sql-check-block summary{cursor:pointer;color:var(--ink);font-weight:760;letter-spacing:.04em}.sql-check-block pre{max-height:420px;overflow:auto;margin:14px 0 0;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#071722;color:#e6f7fb;padding:16px;font-size:12px;line-height:1.5;white-space:pre}.sql-check-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}