:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10213a;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--canvas: #f6f8fb;--surface: #ffffff;--surface-subtle: #f8fafc;--ink: #10213a;--muted: #64748b;--muted-2: #94a3b8;--line: #dce4ee;--line-soft: #e9eef4;--blue: #0866f5;--blue-dark: #0755cc;--blue-soft: #eaf2ff;--green: #0ca678;--green-soft: #e9f8f3;--amber: #f59f00;--amber-soft: #fff6df;--red: #ef4444;--red-soft: #fff0f0;--nav: #071a36;--nav-raised: #0a2245;--radius-sm: 8px;--radius: 12px;--radius-lg: 14px;--shadow: 0 8px 28px rgba(16, 33, 58, .08);--sidebar-width: 224px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--canvas)}body,button,input,select,textarea{font:inherit}button,input,select,textarea{color:inherit}button,a,select,input[type=checkbox],input[type=range]{-webkit-tap-highlight-color:transparent}button{border:0}button:not(:disabled),a,select,input[type=checkbox],input[type=range]{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}h1,h2,h3,p,ol,ul,dl,dd{margin:0}ol,ul{padding:0}svg{display:block;flex:0 0 auto}strong,b,.score,.tabular,output,td,dd{font-variant-numeric:tabular-nums}::selection{color:#fff;background:var(--blue)}:focus-visible{outline:3px solid rgba(8,102,245,.34);outline-offset:2px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.green{color:var(--green)!important}.amber{color:var(--amber)!important}.red{color:var(--red)!important}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100dvh}.sidebar{position:sticky;top:0;z-index:50;display:flex;min-width:0;height:100dvh;flex-direction:column;overflow:hidden;color:#dce8f8;background:var(--nav);border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:11px;min-height:92px;padding:20px 18px}.brand__mark{display:grid;width:42px;height:42px;place-items:center;color:#fff;background:var(--blue);border-radius:50%;box-shadow:0 0 0 5px #0866f529}.brand__mark svg{width:25px;height:25px}.brand>div{min-width:0}.brand strong{display:block;color:#fff;font-size:21px;letter-spacing:.03em;white-space:nowrap}.brand small{display:block;margin-top:3px;overflow:hidden;color:#9eb1cb;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sidebar__close,.mobile-menu,.mobile-brand,.sidebar-scrim,.mobile-bottom-nav{display:none}.nav-list{display:grid;gap:5px;padding:4px 12px}.nav-list a,.sidebar__meta a,.sidebar__meta .nav-disabled{display:flex;min-height:46px;align-items:center;gap:12px;padding:0 14px;color:#c9d6e8;border-radius:var(--radius-sm);font-size:14px;font-weight:550;transition:color .16s ease,background-color .16s ease,transform .16s ease}.nav-list a svg,.sidebar__meta svg{width:20px;height:20px;stroke-width:1.9}.nav-list a:hover,.sidebar__meta a:hover{color:#fff;background:#fff1}.nav-list a.active{color:#fff;background:var(--blue);box-shadow:0 8px 24px #0866f547}.nav-list a.active svg{stroke-width:2.4}.sidebar__meta{display:grid;gap:2px;margin-top:auto;padding:10px 12px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar__meta .nav-disabled{color:#71839c;cursor:not-allowed}.sidebar__meta .nav-disabled small{margin-left:auto;color:#6f82a0;font-size:10px}.nav-count{display:grid;width:22px;height:22px;margin-left:auto;place-items:center;color:#fff;background:var(--red);border-radius:999px;font-size:11px}.operator{display:flex;align-items:center;gap:10px;min-height:78px;padding:14px 18px}.operator__avatar{display:grid;width:36px;height:36px;place-items:center;color:#17365e;background:#eaf2ff;border:2px solid rgba(255,255,255,.7);border-radius:50%;font-size:13px;font-weight:800}.operator>div{min-width:0;flex:1}.operator strong{display:block;color:#fff;font-size:13px}.operator small{display:block;margin-top:2px;color:#8fa4bf;font-size:11px}.operator>svg{color:#8094af}.app-main{min-width:0;min-height:100dvh}.topbar{position:sticky;top:0;z-index:35;display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(240px,360px) auto 42px;gap:14px;align-items:center;min-height:68px;padding:10px 20px;background:#fffffff5;border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__title{display:flex;min-width:0;align-items:center;gap:10px}.topbar__title h1{overflow:hidden;font-size:22px;line-height:1.2;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.topbar__state{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:12px;white-space:nowrap}.data-quality strong{color:var(--ink)}.global-search{position:relative;display:flex;min-width:0;height:42px;align-items:center;gap:9px;padding:0 11px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);transition:border-color .16s ease,box-shadow .16s ease}.global-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #0866f51f}.global-search svg{width:18px;height:18px;color:var(--muted)}.global-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:13px}.global-search input::placeholder{color:#8795a9}.global-search kbd{display:grid;min-width:23px;height:23px;place-items:center;color:#8492a6;background:#f6f8fb;border:1px solid var(--line);border-radius:5px;font:11px/1 monospace}.top-error{padding:8px 20px;color:#b42318;background:var(--red-soft);border-bottom:1px solid #ffd0d0;font-size:12px}.top-warning{display:flex;align-items:center;gap:8px;padding:8px 20px;color:#8a5a00;background:var(--amber-soft);border-bottom:1px solid #ffe3a3;font-size:12px}.top-warning svg{width:16px;height:16px;flex:0 0 auto}.top-warning span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-warning button{color:#075fc9;background:transparent;font-weight:750}.manual-top-link{min-height:42px;padding-inline:12px;white-space:nowrap}.manual-top-link svg{width:16px;height:16px}.page-content{width:100%;max-width:1680px;min-width:0;margin:0 auto;padding:18px 20px 34px}.button,.icon-button,.text-link,.row-icon-action,.filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;background:transparent;border-radius:var(--radius-sm);font-size:13px;font-weight:650;line-height:1;white-space:nowrap;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .12s ease}.button svg{width:17px;height:17px;stroke-width:2}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{opacity:.52}.button--primary{color:#fff;background:var(--blue);border:1px solid var(--blue);box-shadow:0 5px 14px #0866f52e}.button--primary:hover:not(:disabled){background:var(--blue-dark);border-color:var(--blue-dark)}.button--secondary{color:var(--ink);background:#fff;border:1px solid #cfd9e5}.button--secondary:hover:not(:disabled){color:var(--blue);border-color:#9fc2fa;background:#f8fbff}.button--ghost{color:var(--muted);border:1px solid transparent}.button--ghost:hover:not(:disabled){color:var(--ink);background:#eef3f8}.button--tiny{min-height:31px;padding:0 9px;font-size:11px}.button--tiny svg{width:13px;height:13px}.button--block{width:100%}.icon-button,.row-icon-action{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;color:var(--ink);border:1px solid transparent}.icon-button:hover:not(:disabled),.row-icon-action:hover:not(:disabled){color:var(--blue);background:var(--blue-soft)}.icon-button:disabled{color:#aab5c4;background:#f5f7fa}.icon-button svg,.row-icon-action svg{width:19px;height:19px}.text-link{min-height:32px;padding:0 4px;color:var(--blue);font-size:12px}.text-link:hover{color:var(--blue-dark)}.text-link svg{width:15px;height:15px}.status-dot-wrap{display:inline-flex;align-items:center;gap:7px}.status-dot{width:8px;height:8px;background:var(--muted-2);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #94a3b82e}.status-dot--blue{background:var(--blue);box-shadow:0 0 0 2px #0866f526}.status-dot--green{background:var(--green);box-shadow:0 0 0 2px #0ca67826}.status-dot--amber{background:var(--amber);box-shadow:0 0 0 2px #f59f0026}.status-dot--red{background:var(--red);box-shadow:0 0 0 2px #ef444426}.tag{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:2px 8px;color:#526173;background:#f0f3f7;border:1px solid #e3e8ef;border-radius:6px;font-size:11px;font-weight:650;line-height:1.2;white-space:nowrap}.tag--blue{color:#075acb;background:var(--blue-soft);border-color:#d4e5ff}.tag--green{color:#087a59;background:var(--green-soft);border-color:#cceee2}.tag--amber{color:#a76200;background:var(--amber-soft);border-color:#ffe5aa}.tag--red{color:#c92a2a;background:var(--red-soft);border-color:#ffd1d1}.score{color:var(--blue);font-size:15px;font-weight:760}.score--green{color:var(--green)}.score--amber{color:var(--amber)}.score--red{color:var(--red)}.score--neutral{color:var(--muted)}.panel{min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.panel--focal,.action-rail,.modal-layer .profile-modal,.modal-layer .import-modal{box-shadow:var(--shadow)}.panel__header{display:flex;min-height:51px;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px;border-bottom:1px solid var(--line-soft)}.panel__header>div:first-child{min-width:0}.panel__header h2{font-size:15px;line-height:1.35;letter-spacing:-.01em}.panel__header p{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.35}.panel__action{flex:0 0 auto}.page-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}.page-heading>div:first-child{min-width:0}.page-heading h1{font-size:25px;line-height:1.22;letter-spacing:-.035em}.page-heading p{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}.page-heading__actions{display:flex;flex:0 0 auto;align-items:center;gap:9px}.updated-at{color:var(--muted);font-size:11px;white-space:nowrap}.select-control,.search-control{position:relative;display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 10px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm)}.select-control:focus-within,.search-control:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #0866f51a}.select-control svg,.search-control>svg{width:16px;height:16px}.select-control select,.search-control input{min-width:0;height:36px;color:var(--ink);background:transparent;border:0;outline:0;font-size:12px}.select-control select{padding-right:10px}.search-control input{width:100%}.search-control button{display:grid;width:28px;height:28px;place-items:center;color:var(--muted);background:transparent;border-radius:6px}.search-control button:hover{background:#edf2f7}.search-control button svg{width:14px;height:14px}.state-block{display:flex;min-height:128px;align-items:center;justify-content:center;gap:12px;padding:24px;color:var(--muted);text-align:left}.state-block>svg{width:26px;height:26px;color:var(--blue)}.state-block>div{min-width:0}.state-block strong{color:var(--ink);font-size:13px}.state-block p{margin-top:4px;font-size:12px;line-height:1.55}.state-block small{display:block;margin-top:4px;font-size:10px}.state-block--error{color:#9f2d2d;background:var(--red-soft)}.state-block--error>svg{color:var(--red)}.state-block--empty>svg{color:var(--muted-2)}.fixture-banner,.partial-banner,.source-warning,.settings-note,.weight-warning,.success-note,.hard-risk,.snapshot-notice{display:flex;align-items:flex-start;gap:8px;padding:9px 12px;color:#3f5f88;background:#eef5ff;border:1px solid #d9e9ff;border-radius:var(--radius-sm);font-size:11px;line-height:1.5}.fixture-banner,.partial-banner{margin-bottom:12px}.fixture-banner svg,.partial-banner svg,.source-warning svg,.settings-note svg,.weight-warning svg,.success-note svg,.hard-risk svg,.snapshot-notice svg{width:16px;height:16px;margin-top:1px;flex:0 0 auto}.partial-banner,.source-warning,.weight-warning{color:#8a5a00;background:var(--amber-soft);border-color:#ffe3a3}.success-note{color:#087858;background:var(--green-soft);border-color:#c9eddf}.hard-risk{color:#a62626;background:var(--red-soft);border-color:#ffd0d0}.progress-track{position:relative;height:5px;overflow:hidden;background:#e9eef4;border-radius:999px}.progress-track i{display:block;height:100%;background:var(--green);border-radius:inherit;transition:width .28s ease}.spin{animation:spin .9s linear infinite}.pulse{animation:pulse 1.8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45}}.overview-page,.collection-page,.trends-page,.workbench-page,.listing-plan-page,.business-page,.reports-page,.settings-page{min-width:0}@media(min-width:901px){.overview-page>.page-heading{justify-content:flex-start;margin-bottom:10px}.overview-page>.page-heading>div:first-child,.overview-page>.fixture-banner,.overview-page>.partial-banner,.overview-page>.summary-strip{display:none}}.summary-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-bottom:12px}.summary-strip article,.collection-summary article,.business-kpis article{display:flex;min-width:0;min-height:68px;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.summary-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:9px}.summary-icon--green{color:var(--green);background:var(--green-soft)}.summary-icon--red{color:var(--red);background:var(--red-soft)}.summary-icon svg{width:18px;height:18px}.summary-strip small,.collection-summary small,.business-kpis small{display:block;color:var(--muted);font-size:10px;white-space:nowrap}.summary-strip strong,.collection-summary strong,.business-kpis strong{display:block;margin-top:2px;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.overview-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:12px;margin-bottom:12px}.trend-panel{min-height:340px}.trend-chart{min-width:0;padding:14px 16px 12px}.trend-chart__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.trend-chart__heading h2{font-size:16px}.trend-chart__heading p{margin-top:4px;color:var(--muted);font-size:10px}.trend-chart__legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px 13px}.trend-legend-item{display:grid;grid-template-columns:7px auto auto;align-items:center;gap:5px;font-size:11px}.trend-legend-item>span{width:7px;height:7px;border-radius:50%}.trend-legend-item b{color:var(--muted);font-weight:600}.trend-legend-item strong{font-size:12px}.trend-chart__canvas{width:100%;height:276px;margin-top:5px}.action-rail{display:flex;min-height:340px;flex-direction:column}.action-rail .panel__header{flex:0 0 auto}.action-list{display:grid;gap:7px;padding:10px 12px 6px;list-style:none}.action-item{display:grid;grid-template-columns:31px minmax(0,1fr);gap:9px;padding:10px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:10px}.action-item>span{display:grid;width:29px;height:29px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:7px;font-size:12px;font-weight:800}.action-item--medium>span{color:#b66b00;background:var(--amber-soft)}.action-item--low>span{color:#087b59;background:var(--green-soft)}.action-item>div{min-width:0}.action-item>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.action-item strong{min-width:0;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.action-item p{display:-webkit-box;margin:5px 0 8px;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.action-item .button{min-height:30px;font-size:11px}.action-rail>.text-link{margin:auto auto 7px}.overview-page>.panel{margin-bottom:12px}.compare-dock{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:9px 14px;color:var(--muted);background:#f7faff;border-top:1px solid var(--line-soft);font-size:11px}.manual-page{display:grid;gap:12px}.manual-hero{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;color:#fff;background:linear-gradient(135deg,#0b2c5f,#0866f5);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.manual-hero>span{display:grid;width:52px;height:52px;place-items:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:14px}.manual-hero svg{width:26px;height:26px}.manual-hero h1{color:#fff;font-size:26px;letter-spacing:-.03em}.manual-hero p{max-width:780px;margin-top:5px;color:#d9e8ff;font-size:12px;line-height:1.65}.manual-hero .button{color:#0b2c5f;background:#fff}.manual-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.manual-steps article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:88px;padding:11px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:10px}.manual-step-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px}.manual-step-icon svg{width:19px;height:19px}.manual-step-icon--blue{color:var(--blue);background:var(--blue-soft)}.manual-step-icon--green{color:var(--green);background:var(--green-soft)}.manual-step-icon--amber{color:#8a5a00;background:var(--amber-soft)}.manual-step-icon--red{color:var(--red);background:var(--red-soft)}.manual-step-icon--neutral{color:var(--muted);background:#eef1f5}.manual-steps strong{display:block;font-size:12px}.manual-steps p{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.55}.manual-steps a{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-size:10px;font-weight:800;white-space:nowrap}.manual-steps a svg{width:13px;height:13px}.manual-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.manual-rule-list{display:grid;gap:8px;padding:12px}.manual-rule-list article{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:9px;padding:9px;background:#fbfcfe;border:1px solid var(--line-soft);border-radius:8px}.manual-rule-list p{color:var(--muted);font-size:10px;line-height:1.55}.manual-warning{display:flex;gap:8px;margin:0 12px 12px;padding:9px 10px;color:#8a5a00;background:var(--amber-soft);border:1px solid #ffe3a3;border-radius:8px;font-size:10px;line-height:1.5}.manual-warning svg{width:15px;height:15px;flex:0 0 auto}.manual-checklist{display:grid;gap:8px;padding:12px 14px;list-style:none}.manual-checklist li{display:flex;align-items:flex-start;gap:7px;color:#31435b;font-size:11px;line-height:1.5}.manual-checklist svg{width:15px;height:15px;margin-top:1px;color:var(--green);flex:0 0 auto}.manual-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;padding:12px}.manual-link-grid a{display:flex;align-items:center;gap:8px;min-height:50px;padding:10px;color:var(--ink);background:#f8fafc;border:1px solid var(--line-soft);border-radius:10px;font-size:11px;font-weight:800}.manual-link-grid a:hover{color:var(--blue);border-color:#bed8ff;background:#f4f9ff}.manual-link-grid svg{width:18px;height:18px;color:var(--blue);flex:0 0 auto}.readiness-verdict{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;margin-bottom:12px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.readiness-verdict>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px}.readiness-verdict svg{width:25px;height:25px}.readiness-verdict h2{margin-top:8px;font-size:18px;line-height:1.35}.readiness-verdict p{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.55}.readiness-verdict--red{color:#9d1c1c;background:#fff7f7;border-color:#ffc9c9}.readiness-verdict--red>span{background:var(--red-soft)}.readiness-verdict--amber{color:#8a5a00;background:#fffaf0;border-color:#ffe3a3}.readiness-verdict--amber>span{background:var(--amber-soft)}.readiness-verdict--green{color:#087858;background:#f4fff9;border-color:#c9eddf}.readiness-verdict--green>span{background:var(--green-soft)}.readiness-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:12px}.readiness-kpis article{padding:12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.readiness-kpis small{display:block;color:var(--muted);font-size:10px}.readiness-kpis strong{display:block;margin-top:4px;font-size:22px}.readiness-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.readiness-gates{display:grid;gap:8px;padding:12px}.readiness-gate{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid var(--line-soft);border-radius:9px}.readiness-gate>span{display:grid;width:30px;height:30px;place-items:center;border-radius:8px}.readiness-gate svg{width:17px;height:17px}.readiness-gate strong{display:block;font-size:11px}.readiness-gate p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}.readiness-gate--green>span{color:#087858;background:var(--green-soft)}.readiness-gate--amber>span{color:#8a5a00;background:var(--amber-soft)}.readiness-gate--red>span{color:#9d1c1c;background:var(--red-soft)}.readiness-source-list{display:grid;padding:8px 12px 12px}.readiness-source-row{display:grid;grid-template-columns:minmax(210px,.9fr) auto minmax(0,1.6fr) auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line-soft)}.readiness-source-row:last-child{border-bottom:0}.readiness-source-main{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;min-width:0}.readiness-source-main strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.readiness-source-main small{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.readiness-source-detail{min-width:0;color:#40536d;font-size:9px;line-height:1.45}.readiness-source-detail p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.readiness-source-detail small{display:block;margin-top:2px;color:var(--muted)}.readiness-source-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.readiness-source-actions a{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:9px;font-weight:800;white-space:nowrap}.readiness-source-actions svg{width:12px;height:12px}.readiness-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px}.readiness-evidence-grid article{padding:12px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:10px}.readiness-evidence-grid h3{margin-bottom:8px;font-size:12px}.readiness-evidence-grid p{display:flex;justify-content:space-between;gap:10px;padding:6px 0;color:var(--muted);font-size:10px;border-bottom:1px solid var(--line-soft)}.readiness-evidence-grid p:last-child{border-bottom:0}.readiness-evidence-grid strong{color:var(--ink)}.overview-support-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,1fr);gap:12px}.source-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;padding:10px 12px}.source-strip article{min-width:0;padding:9px;background:#fafcfe;border:1px solid var(--line-soft);border-radius:9px}.source-strip article>div:first-child{display:flex;min-width:0;align-items:center;gap:6px}.source-strip article strong{min-width:0;overflow:hidden;flex:1;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.source-logo{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;color:#fff;border-radius:7px;font-size:11px;font-weight:800}.source-card__registration--missing{color:#9d1c1c!important;background:var(--red-soft)!important;border-color:#ffc9c9!important}.source-strip dl{display:grid;gap:2px;margin:7px 0 6px}.source-strip dl div{display:flex;justify-content:space-between;gap:4px;color:var(--muted);font-size:9px}.source-strip dd{color:var(--ink)}.source-warning{margin:0 12px 10px}.source-warning button{margin-left:auto;padding:0;color:#9b6400;background:transparent;font-weight:700}.lifecycle-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:10px 12px;border-bottom:1px solid var(--line-soft)}.lifecycle-summary div{text-align:center}.lifecycle-summary strong{display:block;font-size:17px}.lifecycle-summary small{color:var(--muted);font-size:9px}.alert-list{display:grid;padding:4px 10px 8px}.alert-list button{display:grid;grid-template-columns:30px minmax(0,1fr) auto auto 14px;gap:7px;align-items:center;min-width:0;min-height:44px;padding:5px 2px;text-align:left;background:transparent;border-bottom:1px solid var(--line-soft)}.alert-list button:last-child{border-bottom:0}.alert-list button>span:nth-child(2){min-width:0}.alert-list strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.alert-list small{display:block;overflow:hidden;margin-top:2px;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.alert-list b{color:var(--red);font-size:12px}.alert-list svg{width:13px;height:13px;color:var(--muted)}.opportunity-table-wrap,.comparison-table-wrap,.lifecycle-table-wrap,.preview-table-wrap{width:100%;min-width:0;overflow-x:auto;overscroll-behavior-inline:contain}.opportunity-table,.comparison-table,.lifecycle-table,.preview-table-wrap table{width:100%;border-collapse:collapse;border-spacing:0}.opportunity-table{min-width:1240px}.opportunity-table th,.opportunity-table td,.comparison-table th,.comparison-table td,.lifecycle-table th,.lifecycle-table td,.preview-table-wrap th,.preview-table-wrap td{padding:8px 9px;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:middle}.opportunity-table thead th,.comparison-table thead th,.lifecycle-table thead th,.preview-table-wrap thead th{color:#59687a;background:#f6f8fb;font-size:10px;font-weight:700;white-space:nowrap}.opportunity-table tbody tr,.lifecycle-table tbody tr{transition:background-color .14s ease}.opportunity-table tbody tr:hover,.lifecycle-table tbody tr:hover{background:#f8fbff}.opportunity-table td{height:53px;font-size:11px}.opportunity-table-wrap--compact .opportunity-table tbody tr:nth-child(n+7){display:none}.rank{display:inline-grid;width:24px;height:24px;place-items:center;color:#59687a;border-radius:50%;font-size:11px;font-weight:750}.rank--1{color:#8f5c00;background:#ffe2a6}.rank--2{color:#667085;background:#e4e9ef}.rank--3{color:#9f5429;background:#f5d0b5}.product-cell{display:flex;min-width:150px;max-width:220px;align-items:center;gap:8px;padding:0;text-align:left;background:transparent}.product-cell:hover strong{color:var(--blue)}.product-glyph{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:#36516f;background:#edf2f7;border:1px solid #dde5ed;border-radius:8px;font-size:12px;font-weight:760}.product-cell>span:last-child{min-width:0}.product-cell strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap;transition:color .14s ease}.product-cell small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.platform-marks{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.platform-marks>span{display:grid;width:22px;height:22px;place-items:center;color:#fff;border-radius:5px;font-size:9px;font-weight:800}.platform-marks small{color:var(--muted);font-size:9px}.sparkline{width:88px;height:31px;overflow:visible}.row-actions{display:flex;align-items:center;gap:3px}.row-icon-action{width:30px;min-width:30px;height:30px;min-height:30px}.row-icon-action svg{width:14px;height:14px}.reliability-cell{display:grid;justify-items:start;gap:5px;min-width:116px}.decision-state{display:inline-flex;align-items:center;min-height:19px;padding:2px 6px;border-radius:5px;font-size:8px;font-weight:750;white-space:nowrap}.decision-state--actionable{color:#087858;background:var(--green-soft)}.decision-state--clue{color:#8a5a00;background:var(--amber-soft)}.decision-state--pending{color:#66758a;background:#eef1f5}.verification-priority{color:#56667a;font-size:8px;line-height:1.35;white-space:nowrap}.agreement-cell{display:grid;gap:2px;min-width:76px}.agreement-cell strong{font-size:11px}.agreement-cell small{color:var(--muted);font-size:8px}.requirement-state{display:-webkit-box;max-width:140px;overflow:hidden;font-size:9px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.requirement-state--actionable{color:#087858}.requirement-state--clue{color:#9a5f00}.requirement-state--pending{color:var(--muted)}.mobile-opportunity-list{display:none}.drawer-layer,.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.drawer-scrim,.modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#06132675;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-drawer{position:relative;z-index:1;display:flex;width:min(560px,94vw);min-width:0;height:100%;flex-direction:column;background:#fff;box-shadow:-16px 0 45px #071a362e;animation:drawer-in .18s ease-out}@keyframes drawer-in{0%{transform:translate(18px);opacity:0}}.product-drawer__header{display:flex;min-height:77px;align-items:center;justify-content:space-between;gap:16px;padding:15px 19px;border-bottom:1px solid var(--line)}.product-drawer__header span,.profile-modal header span,.import-modal header span{color:var(--blue);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.product-drawer__header h2,.profile-modal header h2,.import-modal header h2{margin-top:3px;font-size:19px}.product-drawer__body{min-height:0;overflow-y:auto;padding:16px 19px 22px}.drawer-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;background:#f7faff;border:1px solid #deebff;border-radius:10px}.drawer-summary div{text-align:center}.drawer-summary small{display:block;color:var(--muted);font-size:10px}.drawer-summary strong{display:block;margin-top:4px;font-size:20px}.drawer-summary .tag{margin-top:4px}.decision-banner{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;margin-top:10px;padding:11px;border:1px solid;border-radius:10px}.decision-banner>span{display:grid;width:32px;height:32px;place-items:center;border-radius:8px}.decision-banner>span svg{width:18px;height:18px}.decision-banner strong{font-size:12px}.decision-banner p{margin-top:3px;font-size:10px;line-height:1.5}.decision-banner--actionable{color:#087858;background:var(--green-soft);border-color:#c9eddf}.decision-banner--actionable>span{background:#d6f3e7}.decision-banner--clue{color:#865700;background:var(--amber-soft);border-color:#ffe2a0}.decision-banner--clue>span{background:#ffebbd}.decision-banner--pending{color:#5f6f83;background:#f4f6f9;border-color:#e0e5eb}.decision-banner--pending>span{background:#e8edf3}.missing-requirements{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.missing-requirements span{padding:3px 6px;background:#ffffffb3;border:1px solid currentColor;border-radius:5px;font-size:8px}.drawer-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;padding:14px 0;border-bottom:1px solid var(--line-soft)}.drawer-meta div{display:flex;justify-content:space-between;gap:8px}.drawer-meta dt{color:var(--muted);font-size:11px}.drawer-meta dd{text-align:right;font-size:11px}.drawer-section{padding:15px 0;border-bottom:1px solid var(--line-soft)}.drawer-section:last-child{border-bottom:0}.drawer-section h3{display:flex;align-items:center;gap:7px;margin-bottom:9px;font-size:13px}.drawer-section h3 svg{width:16px;height:16px;color:var(--blue)}.drawer-section ul{display:grid;gap:6px;padding-left:18px;color:#45566d;font-size:11px;line-height:1.5}.drawer-section--risk h3 svg{color:var(--amber)}.component-bars{display:grid;gap:8px}.component-bars>div{display:grid;grid-template-columns:120px minmax(0,1fr) 28px;align-items:center;gap:8px;font-size:10px}.component-bars>div>div{height:6px;overflow:hidden;background:#edf1f5;border-radius:999px}.component-bars i{display:block;height:100%;background:var(--blue);border-radius:inherit}.component-bars b{text-align:right}.trust-overview{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.trust-overview>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 8px;padding:9px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.trust-overview small{color:var(--muted);font-size:9px}.trust-overview strong{font-size:15px}.trust-overview .tag{grid-column:2;grid-row:1 / 3}.trust-overview span{grid-column:1 / -1;color:var(--muted);font-size:8px}.confidence-bars{margin-top:4px}.quality-pending{padding:8px 9px;color:var(--muted);background:#f7f9fb;border:1px dashed #d6dee8;border-radius:7px;font-size:9px;line-height:1.45}.drawer-quality-flags{margin-top:10px;padding:9px 10px;color:#8a5a00;background:var(--amber-soft);border-radius:8px}.drawer-quality-flags>strong{display:flex;align-items:center;gap:5px;font-size:10px}.drawer-quality-flags svg{width:14px;height:14px}.drawer-quality-flags ul{margin-top:6px;color:inherit;font-size:9px}.quality-clear{margin-top:9px;color:#087858;font-size:9px}.evidence-list{display:grid;gap:6px}.evidence-list article{display:grid;grid-template-columns:auto minmax(0,1fr) 28px;align-items:center;gap:9px;padding:9px;background:#fafcfe;border:1px solid var(--line-soft);border-radius:8px}.evidence-list article>div{min-width:0}.evidence-list strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.evidence-list small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.evidence-list a{display:grid;width:28px;height:28px;place-items:center;color:var(--blue);border-radius:6px}.evidence-list a:hover{background:var(--blue-soft)}.evidence-list a svg{width:14px;height:14px}.product-drawer__footer{display:flex;gap:9px;justify-content:flex-end;padding:12px 19px;border-top:1px solid var(--line);background:#fff}.button--disabled{opacity:.58;cursor:not-allowed;-webkit-user-select:none;user-select:none}.crawl-policy-modal{position:relative;z-index:1;display:flex;width:min(980px,calc(100vw - 32px));max-height:calc(100dvh - 32px);min-height:0;flex-direction:column;overflow:hidden;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.crawl-policy-modal>header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line)}.crawl-policy-modal>header>div:last-child{display:flex;align-items:center;gap:8px}.crawl-policy-modal>header span{color:var(--blue);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.crawl-policy-modal>header h2{margin-top:3px;font-size:19px}.credential-modal,.config-prompt-modal{position:relative;z-index:1;display:flex;max-height:calc(100dvh - 40px);min-height:0;flex-direction:column;overflow:hidden;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.credential-modal{width:min(930px,calc(100vw - 40px))}.config-prompt-modal{width:min(560px,calc(100vw - 40px))}.credential-modal>header,.config-prompt-modal>header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line)}.credential-modal>header span,.config-prompt-modal>header span{color:var(--blue);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.credential-modal>header h2,.config-prompt-modal>header h2{margin-top:3px;font-size:19px}.credential-modal__body,.config-prompt-modal__body{display:grid;min-height:0;gap:12px;overflow-y:auto;padding:14px 18px 18px}.credential-modal>footer,.config-prompt-modal>footer{display:flex;flex:0 0 auto;justify-content:flex-end;gap:9px;padding:13px 18px;border-top:1px solid var(--line);background:#fff}.credential-intro,.credential-saved,.credential-errors,.config-prompt-warning{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:9px;font-size:10px;line-height:1.55}.credential-intro{color:#365a83;background:#f2f7ff;border:1px solid #d7e8ff}.credential-saved{color:#087858;background:var(--green-soft);border:1px solid #c9eddf}.credential-errors,.config-prompt-warning{color:#9d1c1c;background:var(--red-soft);border:1px solid #ffc9c9}.credential-intro svg,.credential-saved svg,.credential-errors svg,.config-prompt-warning svg{width:17px;height:17px;flex:0 0 auto}.credential-platform-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.credential-card{display:grid;gap:11px;padding:12px;background:#fbfcfe;border:1px solid var(--line);border-radius:10px}.credential-card>header{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px}.credential-card strong{display:block;font-size:12px}.credential-card small{display:block;margin-top:2px;color:var(--muted);font-size:9px;line-height:1.45}.credential-field-grid{display:grid;gap:9px}.credential-field-grid label{display:grid;gap:5px;min-width:0}.credential-field-grid label>span{display:flex;align-items:center;gap:5px;color:#52647d;font-size:10px;font-weight:750}.credential-field-grid label b,.credential-field-grid label em{padding:1px 4px;border-radius:4px;font-size:8px;font-style:normal}.credential-field-grid label b{color:#a62626;background:var(--red-soft)}.credential-field-grid label em{color:#5f6f82;background:#edf1f6}.credential-field-grid input{width:100%;height:38px;padding:0 10px;background:#fff;border:1px solid var(--line);border-radius:8px;outline:0;font-size:12px}.credential-field-grid input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0866f51a}.credential-field--missing input{border-color:#f2adad}.credential-field-grid label small{display:flex;align-items:center;gap:4px;margin:0}.credential-field-grid label small svg{width:12px;height:12px;color:#708196}.credential-register-link{display:inline-flex;width:max-content;align-items:center;gap:4px;color:var(--blue);font-size:10px;font-weight:800}.credential-register-link svg{width:12px;height:12px}.config-prompt-list{display:grid;gap:7px}.config-prompt-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.config-prompt-list strong{font-size:11px}.config-prompt-list span{color:#8a5a00;font-size:10px;text-align:right}.policy-saved{display:flex;align-items:center;gap:8px;margin:10px 18px 0;padding:8px 10px;color:#087858;background:var(--green-soft);border:1px solid #c9eddf;border-radius:8px;font-size:9px}.policy-saved svg{width:16px;height:16px;flex:0 0 auto}.policy-saved strong{margin-right:5px}.crawl-policy-form{display:flex;min-height:0;flex:1;flex-direction:column}.crawl-policy-form__body{display:grid;min-height:0;gap:12px;overflow-y:auto;padding:14px 18px 18px}.crawl-policy-form>footer{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:13px;min-height:64px;padding:10px 18px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 15px #10213a09}.crawl-policy-form>footer>span{margin-right:auto;color:var(--muted);font-size:10px}.crawl-policy-form>footer>span b{color:var(--blue)}.policy-section{padding:13px 14px;background:#fff;border:1px solid var(--line);border-radius:10px}.policy-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.policy-section h3{display:flex;align-items:center;gap:6px;font-size:13px}.policy-section h3 svg{width:16px;height:16px;color:var(--blue)}.policy-section header p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}.policy-section--strategy>header .switch{flex:0 0 auto}.strategy-order-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.strategy-order-list article{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:8px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.strategy-order-list article>span{display:grid;width:23px;height:23px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:6px;font-size:9px;font-weight:800}.strategy-order-list article>div:nth-child(2){min-width:0}.strategy-order-list strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.strategy-order-list small{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.strategy-order-list article>div:last-child{display:flex;gap:2px}.strategy-order-list button{display:grid;width:26px;height:26px;place-items:center;color:#627086;background:#fff;border:1px solid var(--line);border-radius:6px}.strategy-order-list button:hover:not(:disabled){color:var(--blue);border-color:#9fc3fa}.strategy-order-list button:disabled{opacity:.3}.strategy-order-list button svg{width:12px;height:12px}.strategy-add{position:relative;display:grid;grid-template-columns:auto minmax(180px,260px) 16px;align-items:center;justify-content:end;gap:7px;margin-top:8px;color:var(--muted);font-size:9px}.strategy-add select{height:34px;padding:0 28px 0 9px;background:#fff;border:1px solid var(--line);border-radius:7px;font-size:10px}.strategy-add svg{position:absolute;right:8px;width:13px;height:13px;pointer-events:none}.policy-text-grid,.policy-selector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.policy-text-grid label,.policy-selector-grid label,.policy-control-grid label,.policy-save-note label{display:grid;gap:5px;min-width:0}.policy-text-grid label>span,.policy-selector-grid label>span,.policy-control-grid label>span,.policy-save-note label>span{color:#56667a;font-size:9px;font-weight:650}.policy-text-grid textarea,.policy-selector-grid textarea,.policy-save-note textarea{width:100%;padding:8px 9px;resize:vertical;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;outline:0;font:inherit;font-size:10px;line-height:1.5}.policy-text-grid textarea:focus,.policy-selector-grid textarea:focus,.policy-save-note textarea:focus,.policy-control-grid input:focus,.policy-control-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0866f51a}.policy-control-grid{display:grid;gap:9px;margin-top:11px}.policy-control-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.policy-control-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.policy-control-grid input,.policy-control-grid select{width:100%;height:37px;min-width:0;padding:0 9px;background:#fff;border:1px solid var(--line);border-radius:7px;outline:0;font-size:10px}.required-fields{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px;padding:9px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.required-fields legend{padding:0 5px;color:var(--muted);font-size:9px}.required-fields label{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;background:#fff;border:1px solid var(--line);border-radius:6px;font-size:9px}.required-fields input{accent-color:var(--blue)}.policy-selector-grid small{color:var(--muted);font-size:8px;line-height:1.35}.policy-selector-help{display:flex;align-items:flex-start;gap:6px;margin-top:10px;padding:8px 9px;color:#3f5f88;background:#f5f9ff;border-radius:7px;font-size:9px;line-height:1.45}.policy-selector-help svg{width:14px;height:14px;flex:0 0 auto}.policy-readonly,.policy-history{background:#f8fafc;border:1px solid var(--line);border-radius:9px}.policy-readonly>summary,.policy-history>summary{display:flex;min-height:42px;align-items:center;gap:7px;padding:8px 12px;color:#42546c;cursor:pointer;font-size:10px;font-weight:750;list-style:none}.policy-readonly>summary>svg:first-child,.policy-history>summary>svg:first-child{width:15px;height:15px;color:var(--blue)}.policy-readonly>summary>svg:last-child,.policy-history>summary>svg:last-child{width:14px;height:14px;margin-left:auto;transition:transform .15s ease}.policy-readonly[open]>summary>svg:last-child,.policy-history[open]>summary>svg:last-child{transform:rotate(180deg)}.policy-readonly>div,.policy-history>div{padding:10px 12px 12px;border-top:1px solid var(--line-soft)}.policy-readonly dl{display:grid;gap:8px}.policy-readonly dl div{display:grid;grid-template-columns:105px minmax(0,1fr);gap:9px}.policy-readonly dt{color:var(--muted);font-size:9px}.policy-readonly dd{display:grid;gap:4px;font-size:9px}.policy-readonly code{display:block;overflow-wrap:anywhere;color:#355274;font-size:8px}.policy-readonly h4{margin:11px 0 5px;font-size:9px}.policy-readonly pre{max-height:220px;overflow:auto;padding:9px;color:#dce8f6;background:#0c1e34;border-radius:7px;font-size:8px;line-height:1.5;white-space:pre-wrap}.policy-history>div{display:grid;gap:5px}.policy-history article{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;background:#fff;border:1px solid var(--line-soft);border-radius:7px}.policy-history strong{display:block;font-size:9px}.policy-history small{display:block;margin-top:2px;color:var(--muted);font-size:8px}.policy-history p{padding:10px;color:var(--muted);text-align:center;font-size:9px}.policy-save-note{display:grid;gap:8px;padding:12px 13px;background:#f5f9ff;border:1px solid #d9e9ff;border-radius:9px}.policy-save-note label b{margin-left:4px;color:var(--red);font-size:8px}.policy-save-note p{display:flex;align-items:flex-start;gap:6px;color:#3f5f88;font-size:9px;line-height:1.45}.policy-save-note p svg{width:14px;height:14px;flex:0 0 auto}.policy-validation{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;color:#a62626;background:var(--red-soft);border:1px solid #ffd0d0;border-radius:8px;font-size:9px}.policy-validation>svg{width:16px;height:16px;flex:0 0 auto}.policy-validation strong{font-size:10px}.policy-validation p{margin-top:3px}.modal-layer{align-items:center;justify-content:center;padding:20px}.profile-modal,.import-modal{position:relative;z-index:1;width:min(570px,100%);max-height:calc(100dvh - 40px);overflow:hidden;background:#fff;border-radius:var(--radius-lg)}.import-modal{width:min(820px,100%)}.profile-modal>header,.import-modal>header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line)}.profile-modal>footer,.preview-step>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px;border-top:1px solid var(--line)}.profile-form{display:grid;gap:13px;padding:19px 20px;overflow-y:auto}.sku-map-summary{display:flex;align-items:center;gap:14px;margin:16px 18px 8px;padding:12px;color:#45607e;background:#f1f6ff;border:1px solid #dce9fb;border-radius:9px;font-size:10px;line-height:1.45}.sku-map-summary strong{color:var(--blue);font-size:22px;white-space:nowrap}.sku-map-list{display:grid;max-height:360px;overflow-y:auto;padding:5px 18px 14px}.sku-map-list article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:50px;border-bottom:1px solid var(--line-soft)}.sku-map-list article>div{min-width:0}.sku-map-list strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sku-map-list small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.sku-map-list>p{padding:28px 8px;color:var(--muted);text-align:center;font-size:11px}.profile-form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-form label,.plan-selector__fields label,.cost-input-grid label,.form-row-grid label{display:grid;gap:6px;min-width:0}.profile-form label>span,.plan-selector__fields label>span,.cost-input-grid label>span,.form-row-grid label>span{color:#56667a;font-size:11px;font-weight:650}.profile-form input,.profile-form select,.plan-selector select,.cost-input-grid input,.form-row-grid input,.form-row-grid select,.threshold-grid input,.comparison-table select{width:100%;min-width:0;height:40px;padding:0 11px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);outline:0;font-size:12px}.profile-form input:focus,.profile-form select:focus,.plan-selector select:focus,.cost-input-grid input:focus,.form-row-grid input:focus,.form-row-grid select:focus,.threshold-grid input:focus,.comparison-table select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0866f51a}.active-run-banner{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding:11px 14px;color:#0b5aaa;background:#eaf4ff;border:1px solid #cfe4ff;border-radius:var(--radius)}.active-run-banner>svg{width:22px;height:22px}.active-run-banner>div{min-width:0;flex:1}.active-run-banner strong{display:block;font-size:12px}.active-run-banner span{display:block;margin-top:2px;color:#4e729a;font-size:10px}.active-run-banner button{display:inline-flex;align-items:center;gap:5px;padding:7px;color:#075fc9;background:transparent;font-size:11px;font-weight:700}.config-health-banner{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;margin-bottom:12px;padding:11px 14px;color:#8a5a00;background:var(--amber-soft);border:1px solid #ffe3a3;border-radius:var(--radius)}.config-health-banner>svg{width:22px;height:22px}.config-health-banner strong{display:block;color:#7a4f00;font-size:12px}.config-health-banner p{margin-top:3px;font-size:10px;line-height:1.55}.config-health-banner button{display:inline-flex;align-items:center;gap:3px;margin-top:7px;padding:0;color:#075fc9;background:transparent;font-size:10px;font-weight:800}.config-health-banner button svg{width:13px;height:13px}.connector-config-guide{display:grid;gap:12px;margin-bottom:12px;padding:13px;color:#263c58;background:#fffaf0;border:1px solid #ffe3a3;border-radius:var(--radius);scroll-margin-top:90px;transition:box-shadow .18s ease,border-color .18s ease}.connector-config-guide--focused{border-color:#ffbf47;box-shadow:0 0 0 4px #ffbf4738}.connector-config-guide>div:first-child{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px}.connector-config-guide>div:first-child>svg{width:34px;height:34px;padding:7px;color:#8a5a00;background:#fff;border-radius:9px}.connector-config-guide strong{display:block;font-size:12px}.connector-config-guide p{margin-top:3px;color:#7a5a1f;font-size:10px;line-height:1.55}.connector-config-guide code{padding:1px 4px;color:#17233a;background:#fffc;border:1px solid #f1cf83;border-radius:4px;font-size:10px}.connector-config-guide__body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.connector-config-guide__platforms{display:flex;flex-wrap:wrap;gap:6px}.connector-config-guide__platforms span{padding:5px 7px;color:#7a4f00;background:#fff;border:1px solid #f1cf83;border-radius:7px;font-size:9px;font-weight:750}.collection-summary,.business-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.collection-summary article>svg,.business-kpis article>svg{width:30px;height:30px;padding:6px;color:var(--blue);background:var(--blue-soft);border-radius:8px}.collection-page>.panel{margin-bottom:12px}.selection-hint{color:var(--muted);font-size:10px}.schedule-list{display:grid;padding:4px 12px 12px}.schedule-list article{display:grid;grid-template-columns:36px minmax(150px,1fr) minmax(220px,.8fr) auto auto auto;align-items:center;gap:11px;min-height:58px;border-bottom:1px solid var(--line-soft)}.schedule-list article:last-child{border-bottom:0}.schedule-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:8px}.schedule-icon svg{width:17px;height:17px}.schedule-list strong{display:block;font-size:11px}.schedule-list small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.schedule-list dl{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule-list dt{color:var(--muted);font-size:8px}.schedule-list dd{margin-top:2px;font-size:9px}.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}.source-card{position:relative;min-width:0;padding:12px;background:#fff;border:1px solid var(--line);border-radius:10px;transition:border-color .16s ease,box-shadow .16s ease}.source-card--selected{border-color:#7fb1ff;box-shadow:0 0 0 3px #0866f51a}.source-select{position:absolute;top:10px;right:10px}.source-select input{width:17px;height:17px;accent-color:var(--blue)}.source-card__top{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding-right:24px}.source-card__top .source-logo{width:34px;height:34px}.source-card__top h3{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.source-card__top small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.source-reliability{margin-top:11px;padding:9px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.source-reliability__headline{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,.85fr);align-items:center;gap:7px}.source-reliability__headline>span{min-width:0}.source-reliability__headline>span:last-child{text-align:right}.source-reliability__headline small{display:block;color:var(--muted);font-size:8px}.source-reliability__headline strong{display:block;margin-top:2px;font-size:13px}.reliability-dimensions{display:grid;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid var(--line-soft)}.reliability-dimensions>div{display:grid;grid-template-columns:76px minmax(0,1fr) 23px;align-items:center;gap:6px}.reliability-dimensions span{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.reliability-dimensions i{height:4px;overflow:hidden;background:#e3e9f0;border-radius:99px}.reliability-dimensions b{display:block;height:100%;background:var(--blue);border-radius:inherit}.reliability-dimensions strong{text-align:right;font-size:8px}.source-reliability>.quality-pending{margin-top:8px;padding:6px 7px}.quality-flags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.quality-flags span{display:inline-flex;align-items:center;gap:3px;max-width:100%;padding:3px 5px;overflow:hidden;color:#895900;background:var(--amber-soft);border-radius:5px;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quality-flags svg{width:10px;height:10px;flex:0 0 auto}.quality-flags small{align-self:center;color:var(--muted);font-size:8px}.source-card dl{display:grid;grid-template-columns:1fr 1fr;gap:7px 14px;margin:13px 0 10px}.source-card dl div{min-width:0}.source-card dt{color:var(--muted);font-size:9px}.source-card dd{margin-top:2px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.source-card__error{display:flex;gap:6px;margin-top:9px;color:#ad3434;font-size:10px;line-height:1.4}.source-card__error svg{width:14px;height:14px}.source-card__registration{display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:6px;margin-top:8px;padding:7px 8px;color:#75520a;background:var(--amber-soft);border-radius:6px;font-size:9px;line-height:1.4}.source-card__registration svg{width:14px;height:14px}.source-card__registration button{color:#075fc9;background:transparent;font-size:9px;font-weight:800;white-space:nowrap}.source-card__registration a{color:#8a5c00;font-weight:700;white-space:nowrap}.source-test-result{margin-top:8px;padding:6px 8px;color:#087858;background:var(--green-soft);border-radius:6px;font-size:9px;line-height:1.4}.source-test-result--error{color:#a62626;background:var(--red-soft)}.source-test-result strong,.source-test-result span{display:block}.source-test-result span{margin-top:2px;opacity:.85}.source-test-result a{display:inline-flex;align-items:center;gap:3px;margin-top:3px;color:currentColor;font-weight:700}.source-test-result a svg{width:11px;height:11px}.sparkline--empty{display:inline-grid;min-width:72px;min-height:34px;place-items:center;color:var(--muted);font-size:9px}.source-card footer{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:10px;padding-top:9px;border-top:1px solid var(--line-soft)}.source-card__actions{display:flex;align-items:center;gap:4px}.switch{display:inline-flex;align-items:center;gap:7px}.switch input{position:absolute;width:1px;height:1px;opacity:0}.switch>span{position:relative;width:32px;height:18px;background:#cbd5e1;border-radius:999px;transition:background-color .16s ease}.switch>span:after{position:absolute;top:2px;left:2px;width:14px;height:14px;content:"";background:#fff;border-radius:50%;box-shadow:0 1px 3px #10213a40;transition:transform .16s ease}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translate(14px)}.switch input:focus-visible+span{outline:3px solid rgba(8,102,245,.3);outline-offset:2px}.switch b{color:var(--muted);font-size:9px;font-weight:600}.runs-list{display:grid}.run-row{border-bottom:1px solid var(--line-soft)}.run-row:last-child{border-bottom:0}.run-row__summary{display:grid;grid-template-columns:38px minmax(170px,1fr) auto minmax(150px,.55fr) 16px;gap:12px;align-items:center;width:100%;min-height:62px;padding:8px 14px;text-align:left;background:#fff}.run-row__summary:hover{background:#f9fbfd}.run-row__summary>span:nth-child(2){min-width:0}.run-row__summary strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.run-row__summary small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.run-icon{display:grid;width:36px;height:36px;place-items:center;color:var(--muted);background:#edf1f5;border-radius:9px}.run-icon--green{color:var(--green);background:var(--green-soft)}.run-icon--amber{color:var(--amber);background:var(--amber-soft)}.run-icon--red{color:var(--red);background:var(--red-soft)}.run-icon svg{width:18px;height:18px}.run-progress{display:grid;grid-template-columns:minmax(60px,1fr) 36px;align-items:center;gap:8px}.run-progress>i{height:5px;overflow:hidden;background:#e7edf3;border-radius:999px}.run-progress>i:after{display:block;width:100%;height:100%;content:"";background:var(--blue);border-radius:inherit}.run-progress b{text-align:right;color:var(--muted);font-size:10px}.run-row--expanded .run-row__summary>svg{transform:rotate(90deg)}.run-details{padding:0 14px 13px 64px;background:#fbfcfe}.run-steps{display:grid;gap:5px;padding:9px 0}.run-step-group{display:grid;gap:4px}.run-step{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;background:#fff;border:1px solid var(--line-soft);border-radius:8px}.run-step>span{display:grid;width:23px;height:23px;place-items:center;color:var(--muted);background:#edf1f5;border-radius:50%;font-size:9px;font-weight:750}.run-step--green>span{color:#fff;background:var(--green)}.run-step--amber>span{color:#fff;background:var(--amber)}.run-step--red>span{color:#fff;background:var(--red)}.run-step strong{display:block;font-size:10px}.run-step small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.run-attempts{margin:0 9px 3px 32px;border-left:2px solid var(--line-soft)}.run-attempts summary{width:max-content;padding:4px 8px;color:var(--muted);cursor:pointer;font-size:9px;font-weight:700}.run-attempts>div{display:grid;gap:4px;padding:2px 0 5px 8px}.run-attempts article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:3px 8px;padding:7px 8px;background:#f7f9fb;border:1px solid var(--line-soft);border-radius:7px}.run-attempts article strong,.run-attempts article small{display:block;font-size:9px}.run-attempts article small{margin-top:2px;color:var(--muted)}.run-attempts article p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:9px}.run-attempts article a{display:inline-flex;grid-column:1 / -1;align-items:center;gap:3px;width:max-content;color:var(--accent);font-size:9px}.run-attempts article a svg{width:11px;height:11px}.run-errors{padding:7px 9px;color:#a72f2f;background:var(--red-soft);border-radius:8px;font-size:10px}.run-errors p{display:flex;gap:6px;margin:3px 0}.run-errors svg{width:14px;height:14px}.run-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:9px}.filter-panel{margin-bottom:12px;overflow:visible}.dimension-tabs{display:inline-flex;gap:6px;margin:10px 10px 0;padding:4px;background:#f1f5fb;border:1px solid var(--line-soft);border-radius:10px}.dimension-tabs button{min-height:32px;padding:0 13px;color:var(--muted);background:transparent;border-radius:7px;font-size:11px;font-weight:800}.dimension-tabs button.active{color:#075fc9;background:#fff;box-shadow:0 5px 14px #0866f51a}.trend-filters{display:flex;flex-wrap:wrap;gap:8px;padding:10px}.trend-filters .search-control{min-width:240px;flex:1 1 260px}.trend-filters .select-control{flex:0 0 auto}.filter-reset{min-height:40px;padding:0 10px;color:var(--muted)}.filter-reset:hover{color:var(--blue);background:var(--blue-soft)}.filter-reset svg{width:16px;height:16px}.list-context{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 3px 9px;color:var(--muted);font-size:10px}.list-context>div{display:flex;align-items:center;gap:7px}.list-context strong{color:var(--ink);font-size:15px}.decision-count{padding:3px 6px;color:#66758a;background:#eef1f5;border-radius:5px;font-size:8px;font-weight:700;white-space:nowrap}.decision-count--actionable{color:#087858;background:var(--green-soft)}.decision-count--clue{color:#8a5a00;background:var(--amber-soft)}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:13px;color:var(--muted);border-top:1px solid var(--line-soft);font-size:11px}.sticky-compare{position:sticky;z-index:20;bottom:18px;display:flex;width:fit-content;max-width:calc(100vw - var(--sidebar-width) - 40px);align-items:center;gap:13px;margin:13px auto 0;padding:8px 9px 8px 14px;color:#fff;background:var(--nav-raised);border-radius:11px;box-shadow:0 10px 28px #071a3633;font-size:11px}.sticky-compare>span{display:flex;align-items:center;gap:7px}.sticky-compare>span svg{width:16px;height:16px}.sticky-compare>button{padding:6px;color:#b9c9dd;background:transparent;font-size:10px}.hot-item-table{min-width:1160px}.hot-item-title{min-width:240px}.hot-item-title strong{display:block;max-width:330px;overflow:hidden;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.hot-item-title small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.hot-item-title div{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.hot-item-title div span{display:inline-flex;align-items:center;gap:3px;padding:2px 5px;color:#9d1c1c;background:var(--red-soft);border-radius:5px;font-size:8px;font-weight:750}.hot-item-title svg{width:10px;height:10px}.hot-item-platforms{display:grid;gap:4px}.hot-item-platform{display:inline-flex;align-items:center;gap:5px;color:var(--ink);font-size:9px;font-weight:750}.hot-item-platform>span{display:grid;width:20px;height:20px;place-items:center;color:#fff;border-radius:6px;font-size:9px;font-weight:900}.hot-item-tags{display:flex;flex-wrap:wrap;gap:4px;max-width:230px}.hot-item-tags span{padding:3px 6px;color:#315174;background:#eef5ff;border:1px solid #d9e9ff;border-radius:6px;font-size:8px;font-weight:750}.hot-item-trend{display:grid;gap:5px;min-width:94px;justify-items:start}.hot-item-row--declining{background:snow}.muted-text{color:var(--muted);font-size:10px}.hot-merchant-table{min-width:1320px}.hot-merchant-title{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:8px;min-width:260px}.merchant-avatar{display:grid;width:34px;height:34px;place-items:center;color:#075fc9;background:var(--blue-soft);border-radius:9px}.merchant-avatar svg{width:18px;height:18px}.hot-merchant-title strong{display:block;max-width:260px;overflow:hidden;font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.hot-merchant-title small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.hot-merchant-title p{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.hot-merchant-title p span{display:inline-flex;align-items:center;gap:3px;padding:2px 5px;color:#8a5a00;background:var(--amber-soft);border-radius:5px;font-size:8px;font-weight:750}.hot-merchant-title p svg{width:10px;height:10px}.merchant-platforms{display:grid;gap:4px}.merchant-platform-mark{display:inline-flex;align-items:center;gap:5px;color:var(--ink);font-size:9px;font-weight:750}.merchant-platform-mark i{display:grid;width:20px;height:20px;place-items:center;color:#fff;border-radius:6px;font-size:9px;font-style:normal;font-weight:900}.merchant-cost-fit{display:grid;gap:5px;min-width:145px}.merchant-cost-fit small{display:block;max-width:190px;color:var(--muted);font-size:8px;line-height:1.45}.merchant-hot-items{display:grid;gap:5px;min-width:240px;max-width:300px}.merchant-hot-items a{display:block;padding:6px 7px;color:var(--ink);background:#f8fafc;border:1px solid var(--line-soft);border-radius:7px}.merchant-hot-items a:hover{border-color:#bdd7ff;box-shadow:0 5px 12px #0866f514}.merchant-hot-items strong{display:block;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.merchant-hot-items small{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.decision-page{display:grid;gap:12px}.decision-hero{display:flex;align-items:stretch;justify-content:space-between;gap:16px;padding:18px;color:#fff;background:linear-gradient(135deg,#0a2245,#0866f5);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.decision-hero--green{background:linear-gradient(135deg,#073b34,#0ca678)}.decision-hero--amber{background:linear-gradient(135deg,#51350b,#f59f00)}.decision-hero--red{background:linear-gradient(135deg,#541d1d,#ef4444)}.decision-hero--neutral{background:linear-gradient(135deg,#1f2a37,#64748b)}.decision-hero>div:first-child{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:13px;min-width:0}.decision-hero>div:first-child>span{display:grid;width:52px;height:52px;place-items:center;background:#ffffff24;border-radius:14px}.decision-hero svg{width:24px;height:24px}.decision-hero p{color:#ffffffb8;font-size:11px;font-weight:750;letter-spacing:.08em}.decision-hero h1{margin-top:3px;color:#fff;font-size:28px;line-height:1.15}.decision-hero strong{display:block;max-width:760px;margin-top:7px;color:#ffffffe0;font-size:12px;line-height:1.55}.decision-hero__controls{display:flex;align-items:flex-start;gap:8px}.decision-hero__controls .select-control{color:var(--ink);background:#fff}.decision-hero__controls .button--secondary{color:var(--ink);background:#fff;border-color:#ffffff4d}.decision-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.decision-kpis article{padding:13px 14px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 6px 18px #10213a0a}.decision-kpis small{color:var(--muted);font-size:9px;font-weight:700}.decision-kpis strong{display:block;margin-top:5px;color:var(--ink);font-size:23px;line-height:1}.decision-kpis span{display:block;margin-top:6px;color:var(--muted);font-size:9px}.decision-warning{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px;color:#7a4d00;background:var(--amber-soft);border:1px solid #ffe2a0;border-radius:var(--radius);font-size:11px}.decision-warning svg{width:17px;height:17px}.decision-warning a{display:inline-flex;align-items:center;gap:4px;color:#075fc9;font-weight:800;white-space:nowrap}.decision-warning a svg{width:13px;height:13px}.decision-top-card>.decision-card{margin:0 12px 12px}.decision-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.decision-lane--blocker{grid-column:1 / -1}.decision-lane__title{display:flex;align-items:flex-start;gap:8px;margin:0 12px 10px;padding:9px 10px;color:#3f5f88;background:#f5f9ff;border:1px solid #d9e9ff;border-radius:9px;font-size:10px;line-height:1.5}.decision-lane__title svg{width:16px;height:16px;color:var(--blue)}.decision-card-list{display:grid;gap:9px;padding:0 12px 12px}.decision-card{display:grid;gap:9px;min-width:0;padding:12px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:11px;box-shadow:0 6px 18px #10213a0a}.decision-card--blocker,.decision-card--avoid{border-left-color:var(--red)}.decision-card--trial{border-left-color:var(--green)}.decision-card--verify{border-left-color:var(--amber)}.decision-card--merchant{border-left-color:var(--blue)}.decision-card header{display:grid;gap:7px}.decision-card header>div{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.decision-card h3{color:var(--ink);font-size:15px;line-height:1.35}.decision-card p{color:#46576c;font-size:11px;line-height:1.55}.decision-card__score{color:var(--muted);font-size:9px;font-weight:750}.decision-evidence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.decision-evidence div{min-width:0;padding:7px 8px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.decision-evidence dt{color:var(--muted);font-size:8px}.decision-evidence dd{margin-top:2px;overflow:hidden;color:var(--ink);font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.decision-risk-flags{display:flex;flex-wrap:wrap;gap:5px}.decision-risk-flags span{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;color:#8a5a00;background:var(--amber-soft);border-radius:6px;font-size:8px;font-weight:750}.decision-risk-flags svg{width:10px;height:10px}.decision-next-steps{display:grid;gap:5px;padding-left:18px;color:#46576c;font-size:10px;line-height:1.45}.decision-next-steps li{padding-left:2px}.decision-card footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:2px}.decision-card footer .button{min-height:34px;padding-inline:10px;font-size:10px}.decision-boundaries{display:grid;gap:7px;padding:0 14px 14px;color:var(--muted);font-size:11px;line-height:1.6}.workbench-layout,.plan-grid,.business-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px;margin-bottom:12px}.weights-panel,.ranking-panel{min-height:228px}.weight-controls{display:grid;gap:8px;padding:13px 15px 9px}.weight-controls label{display:grid;gap:5px}.weight-controls label>span{display:flex;align-items:center;justify-content:space-between;font-size:10px}.weight-controls output{color:var(--blue);font-weight:750}.weight-controls input[type=range],.scoring-settings input[type=range]{width:100%;accent-color:var(--blue)}.weight-warning{margin:0 14px 12px}.weights-panel .success-note,.weights-panel .state-block{margin:0 14px 12px;min-height:auto}.weighted-ranking{display:grid;padding:4px 13px 10px;list-style:none}.weighted-ranking li{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:43px;border-bottom:1px solid var(--line-soft)}.weighted-ranking li:last-child{border-bottom:0}.weighted-ranking li>span{display:grid;width:24px;height:24px;place-items:center;color:#fff;background:var(--blue);border-radius:7px;font-size:10px;font-weight:800}.weighted-ranking div{min-width:0}.weighted-ranking strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.weighted-ranking small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.comparison-table{min-width:760px;table-layout:fixed}.comparison-table th:first-child{width:130px}.comparison-table tbody th{color:var(--muted);background:#fafbfd;font-size:10px}.comparison-table td{text-align:center;font-size:11px}.compare-product-head{position:relative;display:grid;justify-items:center;gap:4px;padding:3px 20px}.compare-product-head strong{max-width:100%;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compare-product-head small{color:var(--muted);font-size:9px}.remove-compare{position:absolute;top:0;right:0;display:grid;width:24px;height:24px;place-items:center;color:var(--muted);background:transparent;border-radius:6px}.remove-compare:hover{color:var(--red);background:var(--red-soft)}.remove-compare svg{width:13px;height:13px}.comparison-table td>small{display:block;margin-top:2px;color:var(--muted)}.comparison-bar{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:6px}.comparison-bar>i{position:relative;display:block;height:6px;background:var(--blue);border-radius:999px}.comparison-bar b{font-size:9px}.cell-list{display:grid;gap:3px;padding-left:14px;text-align:left;color:var(--muted);font-size:9px;line-height:1.35}.workbench-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding:11px 13px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.workbench-footer>div{display:flex;align-items:center;gap:13px}.workbench-footer span{color:var(--muted);font-size:10px}.plan-selector{margin-bottom:12px;padding:12px 15px}.plan-selector__fields{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);gap:12px}.selected-plan-product{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:12px;padding:9px;background:#f7faff;border:1px solid #dce9fb;border-radius:9px}.selected-plan-product>div{min-width:0}.selected-plan-product strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.selected-plan-product small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.plan-gate-warning{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;margin-top:8px;padding:9px 10px;color:#8a5a00;background:var(--amber-soft);border:1px solid #ffe2a0;border-radius:8px}.plan-gate-warning>svg{width:17px;height:17px}.plan-gate-warning strong{font-size:10px}.plan-gate-warning p{margin-top:2px;font-size:9px;line-height:1.45}.plan-gate-warning>div>div{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.plan-gate-warning span{padding:3px 6px;background:#ffffffbf;border:1px solid #e7bd63;border-radius:5px;font-size:8px}.automation-readiness{display:grid;gap:8px;padding:12px}.automation-readiness article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:9px}.automation-readiness article>svg{width:34px;height:34px;padding:7px;color:var(--blue);background:var(--blue-soft);border-radius:8px}.automation-readiness strong{display:block;font-size:11px}.automation-readiness p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.5}.supplier-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;margin:12px;padding:10px;background:var(--green-soft);border:1px solid #cfede3;border-radius:9px}.supplier-card>svg{width:36px;height:36px;padding:8px;color:var(--green);background:#fff;border-radius:8px}.supplier-card strong{display:block;font-size:11px}.supplier-card span{display:block;margin-top:3px;color:#507365;font-size:9px}.cost-input-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 12px 13px}.cost-input-grid label>div{position:relative}.cost-input-grid label i{position:absolute;z-index:1;top:50%;left:9px;color:var(--muted);font-size:10px;font-style:normal;transform:translateY(-50%)}.cost-input-grid input{padding-left:25px}.profit-hero{display:flex;align-items:center;justify-content:space-between;margin:12px;padding:15px;color:#fff;background:var(--nav-raised);border-radius:10px}.profit-hero small{display:block;color:#aec0d8;font-size:9px}.profit-hero strong{display:block;margin:4px 0;color:#fff!important;font-size:27px}.profit-hero span{color:#d3dfec;font-size:10px}.profit-hero>svg{width:48px;height:48px;padding:10px;color:#7fb1ff;background:#ffffff14;border-radius:11px}.profit-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:0 12px;border:1px solid var(--line-soft);border-radius:9px}.profit-metrics div{padding:9px;text-align:center;border-right:1px solid var(--line-soft)}.profit-metrics div:last-child{border-right:0}.profit-metrics dt{color:var(--muted);font-size:9px}.profit-metrics dd{margin-top:3px;font-size:12px;font-weight:750}.scenario-table{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 12px}.scenario-table>div{padding:9px;text-align:center;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.scenario-table__active{background:#edf5ff!important;border-color:#bed8ff!important}.scenario-table span,.scenario-table small{display:block;color:var(--muted);font-size:9px}.scenario-table b{display:block;margin:3px 0;font-size:12px}.profit-panel .success-note,.profit-panel .hard-risk{margin:0 12px 12px}.recommendation-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin-top:12px}.recommendation-summary{grid-row:span 2}.lead-copy{padding:14px 15px 0;color:#34465f;font-size:12px;line-height:1.7}.reason-risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 15px 15px}.reason-risk-grid>div{padding:12px;background:var(--green-soft);border-radius:9px}.reason-risk-grid>div:last-child{background:var(--amber-soft)}.reason-risk-grid h3{display:flex;align-items:center;gap:6px;margin-bottom:7px;font-size:11px}.reason-risk-grid h3 svg{width:15px;height:15px;color:var(--green)}.reason-risk-grid>div:last-child h3 svg{color:var(--amber)}.reason-risk-grid ul{display:grid;gap:5px;padding-left:15px;color:#4d635b;font-size:10px;line-height:1.45}.action-timeline{padding-bottom:8px}.action-timeline section{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;margin:0 12px;padding:10px 0;border-bottom:1px solid var(--line-soft)}.action-timeline section:last-child{border-bottom:0}.action-timeline section>span{display:grid;width:32px;height:32px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:8px}.action-timeline section>span svg{width:17px;height:17px}.action-timeline h3{font-size:11px}.action-timeline ul{display:grid;gap:4px;margin-top:5px;list-style:none;color:var(--muted);font-size:9px}.action-timeline li{display:flex;gap:5px;line-height:1.4}.action-timeline li svg{width:12px;height:12px;color:var(--green)}.outline-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.outline-steps>div{display:flex;align-items:center;gap:7px;padding:8px;background:#f7f9fc;border-radius:8px}.outline-steps span{display:grid;width:22px;height:22px;place-items:center;color:#fff;background:var(--blue);border-radius:6px;font-size:9px}.outline-steps strong{font-size:9px}.content-outline>p{display:flex;gap:7px;margin:0 12px 12px;color:var(--muted);font-size:9px;line-height:1.5}.content-outline>p svg{width:15px;height:15px;color:var(--blue)}.profile-list{display:grid;padding:5px 12px 12px}.profile-list article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:55px;border-bottom:1px solid var(--line-soft)}.profile-list article:last-child{border-bottom:0}.profile-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:9px}.profile-icon svg{width:17px;height:17px}.profile-list article>div{min-width:0}.profile-list strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-list small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.donut-wrap{display:flex;min-height:175px;align-items:center;justify-content:center;gap:30px;padding:15px}.lifecycle-donut{display:grid;width:128px;height:128px;place-items:center;background:conic-gradient(var(--blue) 0 9%,var(--green) 9% 37%,#94a3b8 37% 90%,var(--amber) 90% 96%,var(--red) 96% 100%);border-radius:50%}.lifecycle-donut:before{grid-area:1 / 1;width:86px;height:86px;content:"";background:#fff;border-radius:50%}.lifecycle-donut>span{z-index:1;grid-area:1 / 1;text-align:center}.lifecycle-donut strong{display:block;font-size:22px}.lifecycle-donut small{color:var(--muted);font-size:9px}.donut-wrap ul{display:grid;gap:9px;min-width:120px;list-style:none;font-size:10px}.donut-wrap li{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:7px}.donut-wrap li i{width:8px;height:8px;border-radius:50%}.dot-blue{background:var(--blue)}.dot-green{background:var(--green)}.dot-neutral{background:#94a3b8}.dot-amber{background:var(--amber)}.dot-red{background:var(--red)}.lifecycle-table{min-width:760px}.lifecycle-table td{font-size:10px}.lifecycle-table td:first-child{display:flex;align-items:center;gap:8px;min-width:180px}.selected-row{background:#f2f7ff!important}.end-score{display:grid;grid-template-columns:75px 28px;align-items:center;gap:7px}.end-score>span{height:5px;overflow:hidden;background:#e9edf2;border-radius:99px}.end-score i{display:block;height:100%;background:var(--red)}.lifecycle-explanation{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px;background:#f7faff;border-top:1px solid #dce9fb}.lifecycle-explanation>div{display:grid;grid-template-columns:29px 1fr;gap:8px;padding:9px;background:#fff;border-radius:8px}.lifecycle-explanation svg{width:20px;height:20px;color:var(--blue)}.lifecycle-explanation strong{font-size:10px}.lifecycle-explanation p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}.upload-step{padding:20px}.upload-zone{display:grid;width:100%;min-height:220px;place-items:center;align-content:center;gap:8px;padding:25px;color:var(--muted);background:#f9fbfd;border:1.5px dashed #b8c6d7;border-radius:11px;text-align:center}.upload-zone:hover{color:var(--blue);background:#f5f9ff;border-color:#80aff8}.upload-zone svg{width:38px;height:38px;color:var(--blue)}.upload-zone strong{color:var(--ink);font-size:13px}.upload-zone span{max-width:520px;font-size:10px;line-height:1.5}.upload-zone small{color:#8795a8;font-size:9px}.preview-step{max-height:calc(100dvh - 115px);overflow-y:auto}.import-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:15px 18px 10px}.import-stats article{display:flex;align-items:center;gap:9px;padding:10px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px}.import-stats svg{width:25px;height:25px;color:var(--blue)}.import-stats small{display:block;color:var(--muted);font-size:9px}.import-stats strong{display:block;margin-top:2px;font-size:15px}.preview-step .hard-risk{margin:0 18px 10px}.preview-table-wrap{max-height:270px;padding:0 18px}.preview-table-wrap table{min-width:650px}.preview-table-wrap td{font-size:9px;white-space:nowrap}.import-errors{margin:10px 18px;padding:8px 10px;color:#a72f2f;background:var(--red-soft);border-radius:8px;font-size:9px}.import-errors p{display:flex;gap:6px;margin:4px 0}.import-errors svg{width:13px;height:13px}.report-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.report-types button{display:grid;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:10px;min-width:0;padding:12px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.report-types button:hover{border-color:#a8c8fa}.report-types button.selected{background:#f5f9ff;border-color:#7fb1ff;box-shadow:0 0 0 3px #0866f514}.report-types button>svg:first-child{width:34px;height:34px;padding:8px;color:var(--blue);background:var(--blue-soft);border-radius:8px}.report-types button>span{min-width:0}.report-types strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.report-types small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.report-types button>svg:last-child{width:18px;height:18px;color:var(--green)}.reports-layout{display:grid;grid-template-columns:minmax(280px,.35fr) minmax(0,.65fr);gap:12px}.report-list-panel,.report-preview-panel{min-height:530px}.report-list{display:grid;padding:5px 9px}.report-list button{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:9px 5px;text-align:left;background:transparent;border-bottom:1px solid var(--line-soft)}.report-list button:last-child{border-bottom:0}.report-list button.selected{margin:2px 0;padding-inline:8px;background:#eef5ff;border:1px solid #d2e5ff;border-radius:8px}.report-file-icon{display:grid;width:32px;height:32px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:8px}.report-file-icon svg{width:17px;height:17px}.report-list button>span:nth-child(2){min-width:0}.report-list strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.report-list small{display:block;margin-top:3px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.report-preview{padding:16px 18px 25px}.report-preview>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.report-preview>header>div{display:flex;align-items:center;gap:10px;min-width:0}.report-preview>header>div:last-child{flex:0 0 auto}.report-preview h2{font-size:16px}.report-preview header p{margin-top:3px;color:var(--muted);font-size:9px}.snapshot-notice{margin:12px 0}.report-preview article{max-width:760px;margin:0 auto;padding:8px 0;color:#34465e}.report-preview article h1{margin:18px 0 8px;color:var(--ink);font-size:21px}.report-preview article h2{margin:16px 0 7px;color:var(--ink);font-size:16px}.report-preview article h3{margin:13px 0 6px;color:var(--ink);font-size:13px}.report-preview article p{margin:7px 0;font-size:11px;line-height:1.72}.report-bullet{position:relative;padding-left:15px}.report-bullet:before{position:absolute;top:.65em;left:2px;width:5px;height:5px;content:"";background:var(--blue);border-radius:50%}.report-generating{display:grid;min-height:260px;place-items:center;align-content:center;gap:7px;color:var(--muted);text-align:center}.report-generating svg{width:36px;height:36px;color:var(--blue)}.report-generating strong{color:var(--ink);font-size:13px}.settings-layout{display:grid;grid-template-columns:188px minmax(0,1fr);gap:12px;align-items:start}.settings-nav{position:sticky;top:84px;display:grid;padding:7px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.settings-nav a{display:flex;min-height:41px;align-items:center;gap:9px;padding:0 10px;color:var(--muted);border-radius:7px;font-size:11px;font-weight:650}.settings-nav a:hover{color:var(--blue);background:#f5f9ff}.settings-nav a.active{color:var(--blue);background:var(--blue-soft)}.settings-nav svg{width:16px;height:16px}.settings-content{display:grid;gap:12px;min-width:0}.settings-section{scroll-margin-top:84px}.profile-settings-list{display:grid}.profile-settings-list article{display:grid;grid-template-columns:38px minmax(160px,1fr) minmax(390px,1.7fr) auto;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid var(--line-soft)}.profile-settings-list article:last-child{border-bottom:0}.profile-settings-list article>div:nth-child(2){min-width:0}.profile-settings-list strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-settings-list small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.profile-settings-list dl{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.profile-settings-list dt{color:var(--muted);font-size:8px}.profile-settings-list dd{margin-top:2px;font-size:9px;font-weight:650}.scoring-settings{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;padding:14px}.scoring-settings section{min-width:0}.scoring-settings h3{margin-bottom:11px;font-size:12px}.scoring-settings section:first-child>label{display:grid;grid-template-columns:86px minmax(0,1fr) 38px;align-items:center;gap:8px;min-height:32px;font-size:10px}.scoring-settings output{text-align:right;color:var(--blue);font-weight:750}.threshold-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.threshold-grid label{position:relative;display:grid;gap:5px}.threshold-grid label>span{color:var(--muted);font-size:9px}.threshold-grid input{padding-right:24px}.threshold-grid i{position:absolute;right:9px;bottom:12px;color:var(--muted);font-size:9px;font-style:normal}.scoring-settings .settings-note{margin-top:10px}.form-row-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:14px}.security-grid article{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:9px}.security-grid article>svg{width:32px;height:32px;padding:7px;color:var(--blue);background:var(--blue-soft);border-radius:8px}.security-grid strong{font-size:11px}.security-grid p{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}@media(max-width:1365px){:root{--sidebar-width: 204px}.brand{padding-inline:15px}.brand strong{font-size:19px}.nav-list a,.sidebar__meta a,.sidebar__meta .nav-disabled{padding-inline:11px}.topbar{grid-template-columns:minmax(110px,1fr) auto minmax(210px,300px) auto 40px;gap:10px;padding-inline:16px}.page-content{padding-inline:16px}.summary-strip{gap:7px}.summary-strip article{padding-inline:9px}.summary-icon{width:30px;height:30px}.source-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.source-strip article:nth-child(n+5){display:none}.overview-hero-grid{grid-template-columns:minmax(0,1fr) 310px}}@media(max-width:1150px){.topbar__state .data-quality{display:none}.overview-support-grid{grid-template-columns:1fr}.source-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.source-strip article:nth-child(n){display:block}.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-strip{grid-template-columns:repeat(3,1fr)}.decision-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.decision-lanes{grid-template-columns:1fr}.decision-lane--blocker{grid-column:auto}.profile-settings-list article{grid-template-columns:38px minmax(150px,1fr) auto}.profile-settings-list dl{grid-column:2 / 4}.scoring-settings{grid-template-columns:1fr}}@media(max-width:900px){:root{--sidebar-width: 0px}html{scroll-padding-bottom:76px}body{background:#f7f9fc}.app-shell{display:block;padding-bottom:72px}.sidebar{position:fixed;left:0;width:min(316px,86vw);max-width:100%;transform:translate(-102%);transition:transform .22s ease;box-shadow:18px 0 45px #071a3633}.sidebar--open{transform:translate(0)}.sidebar__close{display:grid;width:36px;height:36px;margin-left:auto;place-items:center;color:#c8d7e9;background:#ffffff0f;border-radius:8px}.sidebar__close svg{width:18px;height:18px}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;display:block;width:100%;height:100%;background:#071a3680}.topbar{position:sticky;grid-template-columns:minmax(118px,1fr) auto 42px auto;gap:7px;min-height:72px;padding:10px 13px}.topbar__title{gap:0}.topbar__title h1,.mobile-menu{display:none}.mobile-brand{display:flex;align-items:center;gap:7px;min-width:0;color:#091a32;font-size:18px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.mobile-brand svg{width:29px;height:29px;color:var(--blue);stroke-width:2.2}.topbar__state{gap:0;font-size:10px}.topbar__state .data-quality{display:none}.global-search{position:relative;width:40px;min-width:40px;height:40px;padding:0;justify-content:center;border-color:transparent}.global-search svg{width:23px;height:23px;color:#0d1b31}.global-search input{position:absolute;top:0;right:0;bottom:0;left:0;width:40px;opacity:0;cursor:text}.global-search kbd{display:none}.global-search:focus-within{position:absolute;z-index:10;top:61px;left:13px;width:calc(100% - 26px);height:46px;justify-content:flex-start;padding:0 12px;background:#fff;border-color:var(--blue);box-shadow:var(--shadow)}.global-search:focus-within input{position:static;width:100%;opacity:1}.collect-button{min-width:82px;min-height:42px;padding:0 12px;font-size:13px}.collect-button svg{width:18px;height:18px}.manual-top-link{display:none}.topbar>.icon-button{display:none}.page-content{padding:16px 13px 22px}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;padding:5px max(6px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));background:#fffffff7;border-top:1px solid var(--line);box-shadow:0 -6px 20px #10213a0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;min-width:0;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#5e6c81;background:transparent;font-size:10px}.mobile-bottom-nav a.active{color:var(--blue);font-weight:700}.mobile-bottom-nav svg{width:21px;height:21px}.page-heading{align-items:flex-start;gap:10px;margin-bottom:14px}.page-heading h1{font-size:28px}.page-heading p{max-width:250px;font-size:10px}.page-heading__actions{flex-wrap:wrap;justify-content:flex-end;gap:7px}.page-heading__actions .updated-at{flex-basis:100%;text-align:right}.page-heading__actions .button{min-height:38px;padding-inline:10px}.manual-hero{grid-template-columns:42px minmax(0,1fr)}.manual-hero>.button{grid-column:1 / -1;justify-self:start}.manual-hero>span{width:42px;height:42px;border-radius:11px}.manual-hero h1{font-size:24px}.manual-steps,.manual-grid,.manual-link-grid{grid-template-columns:1fr}.decision-hero{display:grid;padding:15px}.decision-hero__controls{justify-content:flex-start}.decision-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.decision-evidence{grid-template-columns:1fr}.decision-warning{grid-template-columns:18px minmax(0,1fr)}.decision-warning a{grid-column:2;justify-self:start}.manual-steps article{grid-template-columns:36px minmax(0,1fr)}.manual-steps article>a{grid-column:2;justify-self:start}.readiness-verdict{grid-template-columns:40px minmax(0,1fr);padding:13px}.readiness-verdict>span{width:40px;height:40px}.readiness-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.readiness-grid{grid-template-columns:1fr}.readiness-gate{grid-template-columns:30px minmax(0,1fr)}.readiness-gate .tag{grid-column:2;justify-self:start}.readiness-source-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.readiness-source-detail,.readiness-source-actions{grid-column:1 / -1}.readiness-source-detail p{white-space:normal}.readiness-evidence-grid{grid-template-columns:1fr}.panel{border-radius:var(--radius-lg);box-shadow:0 5px 20px #10213a0d}.panel__header{min-height:52px;padding:11px 13px}.panel__header h2{font-size:16px}.fixture-banner{display:none}.partial-banner{margin-top:-4px}.summary-strip{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.summary-strip article{min-height:64px;gap:6px;padding:8px;border-radius:10px}.summary-icon{width:28px;height:28px}.summary-strip small{font-size:8px}.summary-strip strong{font-size:14px}.overview-hero-grid{grid-template-columns:1fr;gap:12px}.trend-panel{min-height:0;order:0}.trend-chart{padding:15px 13px 12px}.trend-chart__heading{display:block}.trend-chart__heading h2{font-size:17px}.trend-chart__heading p{display:none}.trend-chart__legend{justify-content:flex-start;gap:9px 14px;margin-top:13px}.trend-chart__canvas{height:278px;margin-top:8px}.trend-legend-item{grid-template-columns:7px auto}.trend-legend-item strong{display:none}.action-rail{min-height:0;order:1}.action-list{padding:9px 10px 4px}.action-item{grid-template-columns:42px minmax(0,1fr);padding:10px}.action-item>span{width:42px;height:42px;color:#fff;background:var(--blue);font-size:17px}.action-item:nth-child(n+2){display:none}.action-item p{font-size:10px}.action-item .button{width:auto;float:right;min-height:38px;margin-left:auto}.action-rail>.text-link{margin-block:6px 9px}.opportunity-table{display:none}.mobile-opportunity-list{display:grid;padding:0 11px 6px}.mobile-opportunity-row{display:grid;grid-template-columns:25px 39px minmax(0,1fr) 62px 30px 30px 15px;gap:5px;align-items:center;min-width:0;min-height:61px;padding:7px 0;color:var(--ink);text-align:left;background:transparent;border-bottom:1px solid var(--line-soft)}.mobile-opportunity-row:last-child{border-bottom:0}.mobile-opportunity-row .rank{width:23px;height:23px}.mobile-opportunity-row .product-glyph{width:37px;height:37px}.mobile-opportunity-row__name{min-width:0}.mobile-opportunity-row__name>strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-opportunity-row__name>small{display:flex;align-items:center;gap:4px;margin-top:3px;color:var(--muted);font-size:8px}.mobile-opportunity-row__name>.mobile-decision{display:block;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mobile-decision--actionable{color:#087858!important}.mobile-decision--clue{color:#8a5a00!important}.mobile-decision--pending{color:#66758a!important}.mobile-opportunity-row .platform-marks>span{width:auto;height:18px;padding:0 5px}.mobile-opportunity-row .platform-marks>span:nth-child(n+2),.mobile-opportunity-row .platform-marks small{display:none}.mobile-opportunity-row .sparkline{width:60px;height:28px}.mobile-score{text-align:center}.mobile-score b{display:block;color:var(--blue);font-size:11px}.mobile-score small{display:none}.mobile-score--green b{color:var(--green)}.mobile-opportunity-row>svg{width:14px;height:14px;color:var(--muted)}.compare-dock{display:none}.overview-support-grid{grid-template-columns:1fr 1fr;gap:10px}.overview-support-grid .panel__header{align-items:flex-start;padding:10px}.overview-support-grid .panel__header h2{font-size:13px}.overview-support-grid .panel__header p,.overview-support-grid .panel__action .text-link span{display:none}.source-strip{display:grid;grid-template-columns:1fr;gap:0;padding:4px 9px 7px}.source-strip article:nth-child(n){display:block}.source-strip article:nth-child(n+5){display:none}.source-strip article{padding:7px 0;background:transparent;border:0;border-bottom:1px solid var(--line-soft);border-radius:0}.source-strip article:last-child{border-bottom:0}.source-strip article .source-logo{width:22px;height:22px}.source-strip article .tag{margin-left:auto;padding-inline:5px;font-size:8px}.source-strip dl,.source-strip .progress-track,.source-warning,.lifecycle-summary{display:none}.alert-list{padding-inline:8px}.alert-list button{grid-template-columns:28px minmax(0,1fr) auto 14px;gap:5px}.alert-list button .tag{display:none}.alert-list b{font-size:11px}.drawer-summary{grid-template-columns:repeat(2,1fr)}.product-drawer{width:min(520px,100%)}.product-drawer__body,.product-drawer__footer{padding-inline:14px}.collection-summary,.business-kpis{grid-template-columns:repeat(2,1fr)}.schedule-list article{grid-template-columns:36px minmax(0,1fr) auto auto;padding:10px 0}.schedule-list dl{grid-column:2 / -1}.schedule-list article>.tag{grid-column:3;grid-row:1}.schedule-list article>.switch{grid-column:4;grid-row:1}.schedule-list article>.button{grid-column:2 / -1;width:100%}.source-grid{grid-template-columns:1fr;padding:10px}.run-row__summary{grid-template-columns:36px minmax(0,1fr) auto 14px;gap:8px}.run-progress{grid-column:2 / 4}.run-row__summary>svg{grid-column:4;grid-row:1}.run-details{padding-left:12px}.run-attempts{margin-left:10px}.run-attempts article{grid-template-columns:minmax(0,1fr) auto}.trend-filters{display:grid;grid-template-columns:1fr 1fr}.trend-filters .search-control{grid-column:1 / -1;min-width:0;width:100%}.trend-filters .select-control,.trend-filters select{width:100%}.filter-reset{grid-column:1 / -1}.list-context>div{flex-wrap:wrap}.list-context p{display:none}.sticky-compare{bottom:78px;max-width:calc(100vw - 26px)}.workbench-layout,.plan-grid,.business-layout,.recommendation-grid,.reports-layout,.settings-layout{grid-template-columns:1fr}.comparison-table-wrap{border-radius:0 0 var(--radius) var(--radius)}.workbench-footer{align-items:stretch}.workbench-footer>div{align-items:stretch;flex-direction:column}.workbench-footer span{display:none}.plan-selector__fields{grid-template-columns:1fr}.cost-input-grid{grid-template-columns:repeat(2,1fr)}.recommendation-summary{grid-row:auto}.reason-risk-grid{grid-template-columns:1fr}.outline-steps{grid-template-columns:repeat(2,1fr)}.lifecycle-explanation,.report-types{grid-template-columns:1fr}.report-list-panel,.report-preview-panel{min-height:auto}.report-preview>header{align-items:flex-start}.report-preview>header>div:last-child{flex-direction:column}.settings-nav{position:static;display:flex;overflow-x:auto;padding:5px}.settings-nav a{flex:0 0 auto}.profile-settings-list article{grid-template-columns:38px minmax(0,1fr) auto}.profile-settings-list dl{grid-column:1 / -1;padding-left:48px}.security-grid{grid-template-columns:1fr}.crawl-policy-modal,.credential-modal,.config-prompt-modal{width:min(760px,calc(100vw - 20px));max-height:calc(100dvh - 20px)}.credential-platform-list{grid-template-columns:1fr}.config-prompt-list article{display:grid;gap:3px}.config-prompt-list span{text-align:left}.policy-text-grid,.policy-selector-grid{grid-template-columns:1fr}.policy-control-grid--four,.policy-control-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-order-list{grid-template-columns:1fr}}@media(max-width:520px){.topbar{grid-template-columns:minmax(108px,1fr) auto 40px auto;padding-inline:10px}.mobile-brand{font-size:17px}.mobile-brand svg{width:27px;height:27px}.topbar__state{max-width:74px}.topbar__state .status-dot-wrap span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collect-button{min-width:76px;padding-inline:10px}.page-content{padding-inline:11px}.page-heading{align-items:center}.page-heading p{display:none}.page-heading h1{font-size:27px;white-space:nowrap}.page-heading__actions .button--secondary{display:none}.page-heading__actions .button--primary{max-width:145px}.page-heading__actions .select-control{min-height:38px;padding-inline:8px}.page-heading__actions .updated-at{font-size:9px}.decision-hero>div:first-child{grid-template-columns:42px minmax(0,1fr)}.decision-hero>div:first-child>span{width:42px;height:42px}.decision-hero h1{font-size:23px}.decision-hero__controls{display:grid;grid-template-columns:1fr}.decision-hero__controls .select-control,.decision-hero__controls .button{width:100%}.decision-kpis{grid-template-columns:1fr 1fr;gap:8px}.decision-kpis article{padding:10px}.decision-kpis strong{font-size:20px}.decision-card{padding:10px}.decision-card footer{display:grid;grid-template-columns:1fr}.decision-card footer .button{justify-content:center;width:100%}.summary-strip article:nth-child(n+4){display:none}.summary-strip{grid-template-columns:repeat(3,1fr)}.summary-strip article{display:block;text-align:center}.summary-strip .summary-icon{display:none}.trend-chart__canvas{height:250px}.panel__action .text-link{font-size:10px}.panel__action .text-link svg{display:none}.overview-support-grid{gap:8px}.mobile-opportunity-row{grid-template-columns:23px 36px minmax(0,1fr) 52px 28px 28px 12px;gap:4px}.mobile-opportunity-row .sparkline{width:50px}.mobile-opportunity-row__name>small{max-width:90px;overflow:hidden;white-space:nowrap}.source-card dl{grid-template-columns:1fr 1fr}.trend-filters{grid-template-columns:1fr}.trend-filters .search-control,.trend-filters .filter-reset{grid-column:1}.list-context{margin-inline:1px}.sticky-compare{right:11px;left:11px;width:auto;justify-content:space-between;gap:7px}.sticky-compare>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-compare .button{padding-inline:9px}.workbench-footer{flex-direction:column}.cost-input-grid{grid-template-columns:1fr 1fr;gap:8px}.profit-metrics{grid-template-columns:1fr}.profit-metrics div{border-right:0;border-bottom:1px solid var(--line-soft)}.profit-metrics div:last-child{border-bottom:0}.donut-wrap{gap:16px}.lifecycle-donut{width:112px;height:112px}.lifecycle-donut:before{width:74px;height:74px}.report-preview{padding-inline:13px}.report-preview>header{display:grid}.report-preview>header>div:last-child{flex-direction:row}.report-preview>header .button{min-height:36px;padding-inline:8px;font-size:10px}.profile-settings-list dl{grid-template-columns:repeat(2,1fr)}.threshold-grid,.form-row-grid{grid-template-columns:1fr}.profile-form>div{grid-template-columns:1fr}.modal-layer{align-items:flex-end;padding:0}.profile-modal,.import-modal,.crawl-policy-modal,.credential-modal,.config-prompt-modal{width:100%;max-height:94dvh;border-radius:16px 16px 0 0}.crawl-policy-modal>header{min-height:64px;padding-inline:14px}.crawl-policy-modal>header h2{font-size:17px}.credential-modal>header,.config-prompt-modal>header{min-height:64px;padding-inline:14px}.credential-modal__body,.config-prompt-modal__body{padding:12px}.credential-modal>footer,.config-prompt-modal>footer{display:grid;grid-template-columns:1fr}.connector-config-guide__body{grid-template-columns:1fr}.crawl-policy-form__body,.policy-section{padding:11px}.policy-control-grid--four,.policy-control-grid--five{grid-template-columns:1fr 1fr}.strategy-add{grid-template-columns:1fr 16px}.strategy-add>span{grid-column:1 / -1}.crawl-policy-form>footer{padding-inline:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{:root{--canvas: #fff}body{color:#000;background:#fff}.sidebar,.topbar,.mobile-bottom-nav,.page-heading__actions,.sticky-compare,.compare-dock,.button,.icon-button,.text-link{display:none!important}.app-shell{display:block}.page-content{max-width:none;padding:0}.panel{break-inside:avoid;box-shadow:none!important}.reports-layout,.overview-hero-grid,.overview-support-grid{display:block}.reports-layout>*,.overview-hero-grid>*,.overview-support-grid>*{margin-bottom:12px}.opportunity-table-wrap{overflow:visible}.opportunity-table{min-width:0;font-size:8px}}
