:root{--bg:#f6f7fb;--card:#ffffff;--text:#0f172a;--muted:#64748b;--border:#e6eaf2;--primary:#2563eb;--primary-weak:#e8efff;--danger:#b91c1c;--shadow:0 10px 30px rgba(15,23,42,.08);--radius:16px;--radius-sm:12px;--font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font)}a{color:inherit}.muted{color:var(--muted)}.container{padding:22px;max-width:1200px;margin:0 auto}.row{display:flex;gap:12px;align-items:center}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:0 1px #0f172a05}.input{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;outline:none;font-size:14px}.input:focus{border-color:#bfd0ff;box-shadow:0 0 0 4px #2563eb1a}.btn{border:1px solid transparent;background:var(--primary);color:#fff;padding:10px 12px;border-radius:12px;font-weight:800;cursor:pointer}.btn:hover{filter:brightness(.97)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.iconbtn{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.pill{font-size:12px;background:var(--primary-weak);color:var(--primary);padding:4px 10px;border-radius:999px;font-weight:800}.pipelineShell{display:flex;gap:14px;align-items:stretch;overflow-x:auto;overflow-y:hidden;padding:4px 4px 10px;scroll-snap-type:x proximity;min-height:calc(100vh - 220px)}.pipelineCol{width:280px;min-width:280px;scroll-snap-align:start;display:flex}@media (max-width: 1100px){.pipelineCol{width:260px;min-width:260px}}@media (max-width: 860px){.pipelineCol{width:84vw;min-width:84vw}}.pipelineStageCard{display:flex;flex-direction:column;width:100%;min-height:0;height:calc(100vh - 230px)}.pipelineColHeader{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:4px 2px 10px;background:var(--card)}.pipelineColTitle{font-weight:900;letter-spacing:.2px}.pipelineColCount{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 10px;border-radius:999px;font-size:12px;background:#eef2ff;color:#3357d6;font-weight:900}.pipelineColBody{display:grid;gap:10px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px;align-content:start}.pipelineColBody::-webkit-scrollbar{width:8px}.pipelineColBody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.pipelineColBody::-webkit-scrollbar-thumb:hover{background:#94a3b8}.leadCard{padding:12px;height:fit-content;cursor:pointer;transition:transform .06s ease,box-shadow .12s ease,border-color .12s ease}.leadCard:hover{transform:translateY(-1px);box-shadow:var(--shadow);border-color:#d8e0f5}.leadCardHeader{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.leadName{font-weight:900;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leadMeta{margin-top:6px;display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.leadSummary{margin-top:6px;font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leadActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.iconbtn.sm{width:36px;height:36px;border-radius:12px}.iconbtn.sm:hover{border-color:#cfd9f2;box-shadow:0 8px 18px #0f172a14}.chipRow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;align-items:center}.pill.subtle{background:#f1f5ff;color:#3357d6}.pill.hot{background:#fff2f2;color:#b91c1c}.pill.overdue{background:#fff1f2;color:#b91c1c}.badge{font-size:12px;background:#0f172a;color:#fff;padding:2px 8px;border-radius:999px;font-weight:800}.dot{position:absolute;width:10px;height:10px;border-radius:999px;background:var(--danger);transform:translate(12px,-12px)}.shell{display:flex;height:100vh;min-height:0;overflow:hidden}.sidebar{width:260px;padding:16px;border-right:1px solid var(--border);background:#fff;display:flex;flex-direction:column;gap:16px;height:100vh;min-height:0;overflow-y:auto}.brand{display:flex;gap:10px;align-items:center;padding:8px;border-radius:14px;background:#f8fafc;border:1px solid var(--border)}.brand-logo{width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-weight:900}.brand-title{font-weight:900}.side-nav{display:grid;gap:10px}.nav-divider{height:1px;background:linear-gradient(90deg,#94a3b80f,#94a3b86b,#94a3b80f);margin:2px 8px;border-radius:999px}.nav-cluster{display:grid;gap:6px;padding:8px;border-radius:18px;border:1px solid var(--border);background:#ffffffb8;box-shadow:0 1px #0f172a05}.nav-cluster-primary{background:linear-gradient(180deg,#fffffff5,#f8fafcfa)}.nav-cluster-ops{background:linear-gradient(180deg,#fffffffa,#f4f7ffe0)}.nav-cluster-admin{background:linear-gradient(180deg,#f8fafcfa,#fffffffa)}.nav-item{text-decoration:none;padding:11px 12px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;color:var(--text)}.nav-item:hover{background:#f8fafc;border-color:#dbe4f3;transform:translateY(-1px)}.nav-item.active{background:linear-gradient(180deg,#eef3ff,#e6eeff);border-color:#c7d2fe;color:var(--primary);box-shadow:0 8px 20px #2563eb14}.nav-item.minor{font-size:inherit;color:var(--text);opacity:.82;padding-left:14px}.side-fade{pointer-events:none;position:sticky;z-index:2;height:14px}.side-fade.top{top:0;background:linear-gradient(#fff,#fff0)}.side-fade.bottom{bottom:0;background:linear-gradient(#fff0,#fff)}.shell-main{flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.shell-top{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);background:#f6f7fbd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shell-actions{display:flex;gap:10px;align-items:center}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.table th{font-size:12px;text-align:left;color:var(--muted);font-weight:900;padding:0 10px 6px}.table td{background:#fff;border:1px solid var(--border);padding:10px;vertical-align:top}.table tr td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.table tr td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.toast{position:fixed;right:16px;bottom:16px;background:#0f172a;color:#fff;padding:12px 14px;border-radius:14px;box-shadow:var(--shadow);max-width:420px}.cp-trigger{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px;display:flex;gap:12px;align-items:center;cursor:pointer;min-width:360px;justify-content:space-between}.cp-trigger:hover{border-color:#cbd5e1}.cp-trigger-text{color:var(--muted);font-weight:700}.cp-kbd{font-size:12px;color:var(--muted);border:1px solid var(--border);background:#f8fafc;padding:2px 8px;border-radius:10px;font-weight:800}.cp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;display:flex;align-items:flex-start;justify-content:center;padding-top:70px;z-index:1000}.cp-modal{width:min(820px,94vw);background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.cp-top{display:flex;gap:10px;padding:12px;border-bottom:1px solid var(--border);align-items:center}.cp-input{flex:1;border:1px solid var(--border);border-radius:14px;padding:12px;font-size:14px;outline:none}.cp-input:focus{border-color:#bfd0ff;box-shadow:0 0 0 4px #2563eb1a}.cp-body{max-height:70vh;overflow:auto}.cp-row{width:100%;text-align:left;border:1px solid transparent;background:#fff;border-radius:14px;padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:3px}.cp-row:hover{background:#f8fafc;border-color:var(--border)}.cp-actions{display:flex;flex-wrap:wrap;gap:10px}.cp-divider{height:1px;background:var(--border);margin:8px 0}.global-search{position:relative}.search-dropdown{position:absolute;right:0;top:46px;width:520px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;z-index:50}.search-row{width:100%;text-align:left;border:1px solid transparent;background:#fff;padding:10px;cursor:pointer}.search-row:hover{background:#f8fafc}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.tab{padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;font-size:13px;cursor:pointer}.tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.skeleton{position:relative;overflow:hidden;background:linear-gradient(90deg,#f1f5f9,#e5e7eb,#f1f5f9 80%);background-size:200% 100%;animation:skeleton 1.2s ease-in-out infinite}@keyframes skeleton{0%{background-position:0% 0}to{background-position:-200% 0}}.emptyState{border:1px dashed var(--border);border-radius:14px;padding:14px;background:#fff}.emptyTitle{font-weight:900;margin-bottom:6px}.emptyHint{color:var(--muted);font-size:12px}.page{padding:22px;max-width:1320px;margin:0 auto;width:100%}.page-title{font-size:30px;font-weight:950;letter-spacing:-.03em;margin:0 0 4px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:16px}.h1{font-size:28px;font-weight:950;letter-spacing:-.03em}.h2{font-size:28px;font-weight:950;letter-spacing:-.03em;line-height:1.05}.h3{font-size:16px;font-weight:900}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.error{border:1px solid #fecaca;background:#fff1f2;color:#991b1b;padding:12px 14px;border-radius:14px}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.segmented{display:flex;gap:8px;flex-wrap:wrap}.segmented button{border:1px solid var(--border);background:#fff;color:var(--text);padding:8px 12px;border-radius:999px;font-weight:800;cursor:pointer}.segmented button.active{background:#0f172a;color:#fff;border-color:#0f172a}.heroCard{position:relative;overflow:hidden;padding:18px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:22px;box-shadow:var(--shadow)}.heroCard:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:999px;background:#ffffff14}.heroLabel{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;opacity:.82}.heroTitle{font-size:30px;font-weight:950;letter-spacing:-.04em;line-height:1.05;max-width:720px;margin-top:8px}.heroSub{margin-top:10px;max-width:760px;color:#ffffffdb}.heroActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.btn.ghost{background:#ffffff1f;color:#fff;border-color:#ffffff3d}.kpiGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metricCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 1px #0f172a05}.metricLabel{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.metricValue{font-size:30px;font-weight:950;margin-top:8px;letter-spacing:-.03em}.metricSub{margin-top:8px;color:var(--muted);font-size:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.metricTrend{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900;background:#eef2ff;color:#3730a3}.metricTrend.good{background:#ecfdf5;color:#166534}.metricTrend.bad{background:#fff1f2;color:#b91c1c}.panel{background:#fff;border:1px solid var(--border);border-radius:20px;padding:16px}.panelHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.panelTitle{font-weight:900;font-size:16px}.panelHint{color:var(--muted);font-size:12px;margin-top:4px}.barList{display:grid;gap:12px}.barRow{display:grid;grid-template-columns:minmax(100px,1.2fr) minmax(140px,3fr) auto;gap:12px;align-items:center}.barTrack{height:10px;background:#eef2f7;border-radius:999px;overflow:hidden}.barFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#93c5fd,#2563eb)}.barValue{font-weight:900;font-size:13px}.healthGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.insight{padding:14px;border-radius:16px;border:1px solid var(--border);background:#fff}.insightTitle{font-weight:900;font-size:14px;margin-bottom:6px}.insightText{color:var(--muted);font-size:13px;line-height:1.45}.insight.warn{background:#fff7ed;border-color:#fed7aa}.insight.good{background:#f0fdf4;border-color:#bbf7d0}.insight.info{background:#eff6ff;border-color:#bfdbfe}.split{display:grid;grid-template-columns:2fr 1fr;gap:16px}.surface{background:#fff;border:1px solid var(--border);border-radius:22px;padding:16px}.surface+.surface{margin-top:12px}.statMiniGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.statMini{padding:12px;border:1px solid var(--border);border-radius:16px;background:#fff}.statMini strong{display:block;font-size:22px;letter-spacing:-.02em}.tableWrap{overflow:auto}.table.clean{border-spacing:0}.table.clean td{border-radius:0;border-left:none;border-right:none;border-top:none;background:transparent;padding:12px 10px}.table.clean tr:last-child td{border-bottom:none}.sidebar{background:linear-gradient(180deg,#fff,#fbfcff)}.brand{box-shadow:0 8px 24px #0f172a0a}.nav-item{font-weight:700}.nav-item.active{box-shadow:0 8px 18px #2563eb1a}.shell-top{padding:12px 18px}@media (max-width: 1100px){.kpiGrid,.healthGrid,.statMiniGrid,.grid2,.split{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.page{padding:16px}.page-title,.h1,.heroTitle{font-size:24px}.kpiGrid,.healthGrid,.statMiniGrid,.grid2,.split{grid-template-columns:1fr}.barRow{grid-template-columns:1fr;gap:6px}.cp-trigger{min-width:0;width:100%}}.drawerBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a52;z-index:120;display:flex;justify-content:flex-end}.leadDrawer{width:min(520px,100vw);height:100vh;background:#f8fafc;border-left:1px solid var(--border);box-shadow:-16px 0 48px #0f172a24;display:flex;flex-direction:column}.leadDrawerHead,.leadDrawerFoot{padding:16px 18px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.leadDrawerFoot{border-top:1px solid var(--border);border-bottom:none;margin-top:auto;align-items:center;justify-content:flex-end}.leadDrawerTitle{font-size:24px;font-weight:900;line-height:1.1;margin-top:2px}.leadDrawerBody{padding:16px;display:grid;gap:14px;overflow:auto}.leadDrawerGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.leadDrawerNote{min-height:88px;padding:12px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);white-space:pre-wrap}@media (max-width: 680px){.leadDrawerGrid{grid-template-columns:1fr}.leadDrawer{width:100vw}}body{background:radial-gradient(circle at top left,rgba(37,99,235,.07),transparent 24%),radial-gradient(circle at top right,rgba(14,165,233,.06),transparent 20%),var(--bg)}.workspaceMeta{display:grid;gap:2px;min-width:0}.workspaceEyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.workspaceTitle{font-size:18px;font-weight:950;letter-spacing:-.02em}.workspaceSub{font-size:12px;color:var(--muted);max-width:460px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shellCenter{flex:1;display:flex;justify-content:center;padding:0 16px}.topChip{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:#fff;border:1px solid var(--border);padding:10px 12px;border-radius:14px;font-size:13px;font-weight:800;color:var(--text);box-shadow:0 8px 20px #0f172a0a}.topChip strong{font-size:14px}.topChip:hover{border-color:#cfd9f2;transform:translateY(-1px)}.heroCard.pipelineHero:before,.heroCard.leadsHero:before{content:"";position:absolute;inset:auto -10% -35% auto;width:260px;height:260px;border-radius:999px;background:#ffffff14}.searchInHero{background:#ffffffeb;border-color:#ffffff47;min-width:280px}.quickCreateGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.formBlock{background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:14px}.formBlockTitle{font-weight:900;margin-bottom:10px}.formBlockBody{display:grid;gap:10px}.warningPanel{margin-top:14px;border:1px solid #fcd34d;background:#fffbeb;border-radius:16px;padding:14px}.warningTitle{font-weight:900;margin-bottom:4px}.warningRow{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px dashed rgba(15,23,42,.08);padding-top:8px;margin-top:8px}.leadListLink{text-decoration:none;font-weight:800;color:var(--text)}.leadListLink:hover{color:var(--primary)}.crmTable th{padding-bottom:10px}.crmTable tbody tr:hover td{background:#f8fafce6}.leadCard.premium{border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.leadCardTopline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.avatarPill{width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-weight:900;box-shadow:inset 0 0 0 1px #2563eb14}.smartBadge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;border:1px solid transparent}.smartBadge.good{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.smartBadge.warn{background:#fffbeb;color:#b45309;border-color:#fcd34d}.smartBadge.info{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.smartBadge.danger{background:#fff1f2;color:#b91c1c;border-color:#fecdd3}.leadHealthBar{margin-top:10px;height:8px;border-radius:999px;overflow:hidden;background:#eef2f7}.leadHealthBar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb)}.leadCardFooter{display:grid;gap:10px;margin-top:10px}.miniHint{font-size:12px;color:var(--muted)}.miniHint strong{color:var(--text)}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:grid;place-items:center;z-index:9999;padding:16px}.modalCard{width:min(720px,100%);padding:16px;border-radius:20px;box-shadow:0 24px 60px #0f172a38}.modalTop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.leadDrawerHead.deluxe{background:linear-gradient(180deg,#fff,#f8fbff)}.drawerStageLine{margin-top:4px;font-size:13px;color:var(--muted)}.drawerHeroCard{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:20px;padding:16px;box-shadow:var(--shadow)}.drawerHeroTitle{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.drawerHeroText{margin-top:6px;font-size:24px;font-weight:950;line-height:1.05;letter-spacing:-.03em}.drawerHeroSub{margin-top:8px;color:#ffffffd6;font-size:13px;max-width:360px}.drawerHeroStats{display:grid;gap:8px;min-width:140px}.drawerHeroStats div{display:flex;justify-content:space-between;gap:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);padding:10px 12px;border-radius:14px}.drawerHeroStats span{font-size:12px;color:#ffffffc7}.drawerHeroStats strong{font-size:18px}.drawerTabs{display:flex;gap:8px;flex-wrap:wrap}.drawerTab{border:1px solid var(--border);background:#fff;color:var(--text);border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.drawerTab.active{background:#0f172a;border-color:#0f172a;color:#fff}.infoPair{display:grid;gap:4px}.infoLabel{font-size:12px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.infoValue{font-size:14px;font-weight:800;min-height:20px}.drawerActionRow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.activityStack{display:grid;gap:10px}.activityItem{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:flex-start}.activityDot{width:10px;height:10px;border-radius:999px;background:#2563eb;margin-top:6px;box-shadow:0 0 0 4px #2563eb1f}.activityTitle{font-size:13px;font-weight:900;text-transform:capitalize}.activityText{font-size:13px;color:var(--muted);margin-top:2px}@media (max-width: 1200px){.workspaceSub{display:none}}@media (max-width: 980px){.shell-top{flex-wrap:wrap;gap:12px}.shellCenter{order:3;width:100%;justify-content:stretch;padding:0}.shellCenter .cp-trigger{width:100%}.quickCreateGrid{grid-template-columns:1fr}}@media (max-width: 760px){.workspaceTitle{font-size:16px}.topChip{display:none}.drawerHeroCard{flex-direction:column}}.page-narrow{max-width:1200px}.workspaceCue{margin-top:6px;color:var(--muted);font-size:12px;max-width:420px}.topChip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);background:#fff;border-radius:14px;text-decoration:none;font-weight:800;box-shadow:0 1px #0f172a08}.topChip strong{font-size:16px}.topChipAccent{background:linear-gradient(180deg,#eff6ff,#e0e7ff);border-color:#c7d2fe}.nav-cluster-head{padding:2px 4px 6px}.nav-heading{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#475569}.nav-note{font-size:12px;color:var(--muted);margin-top:2px;line-height:1.35}.sidebarCallout{padding:14px;border-radius:18px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;box-shadow:var(--shadow)}.sidebarCalloutLabel{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.82}.sidebarCalloutValue{font-size:32px;font-weight:950;line-height:1;margin-top:8px}.sidebarCalloutText{font-size:12px;line-height:1.45;opacity:.88;margin-top:8px}.brandDeluxe{background:linear-gradient(180deg,#fff,#f8fbff)}.adminFold{display:grid;gap:10px}.adminFold summary{cursor:pointer;font-weight:900;color:#334155;list-style:none;padding:2px 4px}.adminFold summary::-webkit-details-marker{display:none}.nav-cluster-system{margin-top:4px}.sidebarFoot{margin-top:auto;display:grid;gap:10px}.authPage{min-height:100vh;background:radial-gradient(circle at top left,#dbeafe,#f8fafc 35%,#eef2ff);display:flex;align-items:center;justify-content:center;padding:28px}.authShell{width:min(1120px,100%);display:grid;grid-template-columns:1.15fr .85fr;background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(230,234,242,.9);border-radius:28px;overflow:hidden;box-shadow:0 30px 60px #0f172a1a}.authShowcase{padding:42px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;display:grid;align-content:center;gap:16px}.authTitle{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:0;max-width:560px}.authText{max-width:540px;color:#ffffffdb;font-size:16px;line-height:1.6}.authPoints{display:grid;gap:12px;color:#ffffffdb;font-size:14px}.authPanel{padding:36px;background:#fffffff5;display:grid;align-content:center;gap:18px}.authPanelHead h2{margin:6px 0;font-size:30px;letter-spacing:-.03em}.authForm{display:grid;gap:14px}.formField{display:grid;gap:6px}.formField span{font-size:13px;font-weight:800;color:#334155}.formField.compact span{font-size:12px}.authSubmit{padding:12px 14px;font-size:15px}.authFoot{font-size:12px;line-height:1.5}.todayHero{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap;padding:18px 20px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#eef4ff);box-shadow:0 12px 30px #0f172a0d}.todayHeroActions{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.todayGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.queueCard{background:#fff;border:1px solid var(--border);border-radius:22px;padding:16px}.queueCard.warn{box-shadow:0 12px 24px #f59e0b1a}.queueCard.good{box-shadow:0 12px 24px #22c55e14}.queueCardHead{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.queueCount{min-width:40px;height:40px;border-radius:999px;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:900}.queueList{display:grid;gap:12px}.queueItem{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff)}.queueItemTitle{font-weight:900;font-size:15px}.queueItemMeta{font-size:12px;color:var(--muted);margin-top:4px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.queueItemActions{display:flex;gap:8px;flex-wrap:wrap}.detailHero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;padding:20px;border-radius:24px;background:linear-gradient(135deg,#fff,#eef4ff);border:1px solid var(--border);box-shadow:0 10px 24px #0f172a0d}.detailHeroTitle{font-size:34px;letter-spacing:-.04em;line-height:1.02;margin:6px 0 0}.detailHeroMeta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);margin-top:10px}.detailHeroSub{margin-top:10px;color:#334155;max-width:760px}.detailHeroActions{display:flex;gap:8px;flex-wrap:wrap}.readinessPanel{display:grid;gap:14px}.readinessHero{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;box-shadow:var(--shadow)}.readinessLabel{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.readinessTitle{font-size:28px;font-weight:950;line-height:1.06;letter-spacing:-.04em;margin-top:8px;max-width:660px}.readinessSub{margin-top:8px;color:#ffffffdb;max-width:620px}.readinessStats{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px;min-width:300px}.readinessStats div{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);padding:12px;border-radius:16px}.readinessStats span{display:block;font-size:12px;opacity:.8}.readinessStats strong{display:block;font-size:20px;margin-top:6px}.readinessGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.readinessCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px}.readinessCardTitle{font-weight:900;margin-bottom:10px}.readinessChecklist{display:grid;gap:8px;color:#334155;font-size:14px}.leadCardInsight{line-height:1.45}.leadCardFooter{margin-top:10px;display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--muted)}@media (max-width: 980px){.authShell,.todayGrid,.readinessGrid{grid-template-columns:1fr}.readinessStats{min-width:0;width:100%}}@media (max-width: 760px){.authPage{padding:16px}.authShowcase,.authPanel{padding:24px}.authTitle{font-size:32px}.shell-top{flex-direction:column;align-items:stretch;gap:12px}.shell-actions{justify-content:space-between}.detailHeroTitle{font-size:28px}.todayHero{padding:16px}}:root{--bg:#eef2f8;--card:#ffffff;--text:#0b1220;--muted:#60708b;--border:#d8e1ef;--primary:#2457ff;--primary-weak:#e7eeff;--danger:#c2410c;--success:#15803d;--shadow:0 18px 45px rgba(15,23,42,.1);--radius:22px;--radius-sm:16px}body{background:radial-gradient(circle at top left,#f7faff 0,#eef3fb 40%,#edf1f7)}.pageV6{padding:26px;max-width:1400px}.shellV6{background:linear-gradient(180deg,#eaf0f8 0,#eef2f8)}.sidebarV6{width:294px;background:linear-gradient(180deg,#081122 0,#0d172a);border-right:1px solid rgba(255,255,255,.08);color:#e6edf9;gap:18px;box-shadow:12px 0 40px #02061729}.brandV6{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:12px 14px}.brandLogoV6{background:linear-gradient(135deg,#1d4ed8,#60a5fa);width:42px;height:42px;border-radius:14px;box-shadow:0 12px 24px #2563eb47}.brand-sub{font-size:12px;color:#9fb0ca;margin-top:3px}.sidebarSpotlightV6{background:linear-gradient(180deg,#2563eb38,#3b82f61a);border:1px solid rgba(96,165,250,.26);border-radius:22px;padding:16px}.sidebarSpotlightEyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#8db4ff;font-weight:800}.sidebarSpotlightValue{font-size:38px;line-height:1;font-weight:950;margin:10px 0 8px}.sidebarSpotlightText{font-size:13px;line-height:1.45;color:#b7c5da}.sideNavV6{gap:14px}.navClusterV6{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:10px;box-shadow:none}.navClusterSubtle{background:#ffffff08}.navHeadingV6{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#87a2c7}.navNoteV6{font-size:12px;color:#93a5bf}.navItemV6{color:#dce6f4;border-radius:16px;padding:12px;transition:all .14s ease}.navItemMain{display:flex;align-items:center;gap:10px}.navItemIcon{width:24px;display:inline-flex;justify-content:center;font-size:14px;opacity:.95}.navItemV6:hover{background:#ffffff0f;border-color:#ffffff14;transform:translateY(-1px)}.navItemV6.active{background:linear-gradient(180deg,#ffffff1f,#ffffff14);color:#fff;border-color:#93c5fd59;box-shadow:0 12px 24px #0206172e}.badgeV6{background:#dbeafe;color:#16368b}.adminFoldV6 summary{cursor:pointer;color:#9fb0ca;font-weight:800;margin:2px 6px 8px}.sidebarFootV6{margin-top:auto;display:grid;gap:12px}.sidebarUserCard{display:flex;gap:10px;align-items:center;padding:12px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.sidebarUserAvatar,.topUserAvatar{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff}.sidebarUserName,.topUserName{font-weight:800;font-size:13px}.sidebarUserMeta,.topUserRole{font-size:12px;color:#91a3bf}.btnSidebarLogout{background:#fffffff2}.shellMainV6{background:transparent}.shellTopV6{gap:18px;align-items:flex-start;padding:22px 24px 16px;background:transparent;border-bottom:none;-webkit-backdrop-filter:none;backdrop-filter:none}.workspaceMetaV6{max-width:560px}.workspaceTitle{font-size:32px;font-weight:950;letter-spacing:-.04em}.workspaceSub{color:#4f627c;margin-top:6px;font-size:15px;line-height:1.45}.workspaceCue{color:#6d7f97;margin-top:8px;font-size:13px}.workspaceEyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#5575ff;font-weight:900}.shellCenterV6{flex:1;min-width:280px;max-width:520px}.shellActionsV6{margin-left:auto;gap:12px;align-items:center}.iconbtnV6{background:#fff;width:46px;height:46px;border-radius:15px;box-shadow:var(--shadow);position:relative}.topUserCard{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:10px 12px;box-shadow:var(--shadow)}.shellBannerV6{padding:0 24px 6px}.shellPressureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pressureCard{text-decoration:none;color:inherit;background:#fff;border:1px solid var(--border);border-radius:22px;padding:16px 18px;box-shadow:var(--shadow)}.pressureCardLabel{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#6f83a0;font-weight:900}.pressureCardValue{font-size:34px;font-weight:950;line-height:1;margin-top:10px}.pressureCardNote{margin-top:8px;font-size:13px;color:#5f728c}.pressureCard-danger{background:linear-gradient(180deg,#fff6f0,#fff)}.pressureCard-warn{background:linear-gradient(180deg,#fffaf1,#fff)}.pressureCard-info{background:linear-gradient(180deg,#f5f8ff,#fff)}.card,.panel,.metricCard,.queueCard,.heroCard,.authPanelV6,.authFeatureCardV6,.opsMetricCard,.opsDialCard,.todayColumnV6,.pressureCard,.topUserCard{box-shadow:0 14px 35px #0f172a12}.panel,.metricCard,.queueCard,.card{border-radius:22px}.heroCard{border-radius:28px}.heroCard.pipelineHeroV6{background:linear-gradient(135deg,#0b1731 0,#2457ff 55%,#66a5ff);padding:24px}.heroActions .btn.ghost{background:#fff;color:#16368b}.kpiGrid{gap:14px}.metricCard,.opsMetricCard{padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.metricLabel{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6f83a0;font-weight:900}.metricValue{font-size:34px;font-weight:950;letter-spacing:-.04em;margin-top:8px}.metricSub{margin-top:6px;color:#5e7088;font-size:13px}.todayPageV6{display:grid;gap:18px}.todayHeroV6{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;background:linear-gradient(135deg,#0f172a,#16368b 58%,#4a80ff);color:#fff;padding:28px;border-radius:30px;box-shadow:0 24px 50px #2563eb3d}.todayHeroCopy{max-width:760px}.todayHeroRight{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.todayHeroV6 .heroLabel{color:#bed4ff}.todayHeroV6 .heroSub{color:#d9e7ff}.opsScoreboardV6{display:grid;grid-template-columns:260px 1fr;gap:14px}.opsDialCard{background:linear-gradient(180deg,#0f172a,#162847);color:#fff;border-radius:26px;padding:20px;border:1px solid rgba(255,255,255,.06)}.opsDialLabel{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#a9bfeb;font-weight:900}.opsDialValue{font-size:48px;font-weight:950;line-height:1;margin:16px 0 12px}.opsDialHint{font-size:13px;line-height:1.5;color:#cfdbf4}.opsMetricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.todayBoardV6{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.todayBoardV6.secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.todayColumnV6{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--border);border-radius:28px;padding:18px}.todayColumnPriority{background:linear-gradient(180deg,#fffaf8,#fff)}.sectionHeadV6{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sectionEyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#7c8da6;font-weight:900}.sectionTitle{font-size:22px;font-weight:950;letter-spacing:-.03em;margin-top:4px}.sectionHint{margin-top:6px;color:#667892;font-size:13px}.queueStackV6{display:grid;gap:12px;margin-top:16px}.queueStackV6.compact .queueRowV6{padding:14px}.queueRowV6{display:flex;justify-content:space-between;gap:14px;align-items:center;background:#f8fbff;border:1px solid #e3eaf7;border-radius:20px;padding:16px}.queueRowTitle{font-weight:900;font-size:15px}.queueRowMeta{margin-top:5px;color:#667892;font-size:13px}.queueRowActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tonePill{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.tonePill-danger{background:#ffe4db;color:#9a3412}.tonePill-warn{background:#fff2d2;color:#92400e}.tonePill-info{background:#e0ecff;color:#1d4ed8}.tonePill-success{background:#dcfce7;color:#166534}.tonePill-neutral{background:#eef2ff;color:#334155}.emptyStateV6{background:#f8fbff;border:1px dashed #d6e2f4;border-radius:20px;padding:22px}.authPageV6{background:radial-gradient(circle at top left,#0f172a 0,#1e3a8a 35%,#eef3ff)}.authShellV6{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;width:min(1200px,100%);align-items:stretch}.authShowcaseV6{position:relative;overflow:hidden;background:linear-gradient(160deg,#07111f 0,#0f1d35 45%,#16368b);color:#fff;border-radius:34px;padding:34px;box-shadow:0 28px 60px #02061747}.authGridGlow{position:absolute;inset:auto -80px -110px auto;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,#60a5fa57,#60a5fa00)}.authFeatureGridV6{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.authFeatureCardV6{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:16px;display:grid;gap:8px}.authFeatureCardV6 strong{font-size:15px}.authFeatureCardV6 span{font-size:13px;line-height:1.5;color:#d7e3fb}.authPanelV6{background:#fffffff0;border:1px solid rgba(255,255,255,.8);border-radius:30px;padding:28px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.authPanelHeadV6 h2{font-size:30px;margin:6px 0 4px;letter-spacing:-.04em}.authFormV6{display:grid;gap:14px;margin-top:18px}.formFieldV6 span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6f83a0;font-weight:900;margin-bottom:8px;display:block}.inputV6{padding:14px;border-radius:16px;background:#fbfdff}.authSubmitV6{padding:14px 16px;border-radius:16px;font-size:15px}.authHelperBarV6{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;background:#f8fbff;border:1px solid var(--border);border-radius:22px;padding:14px 16px}.authHelperLabel{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#7c8da6;font-weight:900}.authHelperValue{margin-top:4px;font-weight:800}.detailHeroV6{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px;border-radius:28px;background:linear-gradient(135deg,#0f172a,#16368b 60%,#3b82f6);color:#fff;box-shadow:0 24px 50px #2563eb2e}.detailHeroMetaV6{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px;color:#dbeafe}.detailTypeChip,.detailStageChip{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:800}.detailHeroSubV6{margin-top:10px;color:#d9e7ff;max-width:720px}.detailHeroActionsV6{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.readinessPanelV6{margin-top:14px;border-radius:28px;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid var(--border);box-shadow:0 18px 42px #0f172a12}.readinessHeroV6{padding:22px;background:linear-gradient(180deg,#f7faff,#fff);border-bottom:1px solid var(--border)}.readinessStatsV6{gap:10px}.readinessStatsV6>div{background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px 14px;min-width:120px}.readinessGridV6{padding:18px}.readinessCardV6{background:#fbfdff;border:1px solid var(--border);border-radius:22px}.pipelinePageV6 .panel{border-radius:24px}.pipelinePageV6 .miniHint{max-width:420px;color:#586b86;font-size:13px}.pipelinePageV6 .pipelineColHeader{background:transparent;padding:0 0 10px}.pipelinePageV6 .pipelineStageCard{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid var(--border);border-radius:24px;padding:14px;box-shadow:0 12px 30px #0f172a0f;height:calc(100vh - 260px)}.pipelinePageV6 .pipelineColBody{padding-right:2px}.pipelinePageV6 .leadCard{border-radius:18px;background:#f8fbff;border:1px solid #deebff}.pipelinePageV6 .leadCard:hover{box-shadow:0 16px 30px #2563eb1a;border-color:#bfd0ff}.pipelinePageV6 .pipelineColCount{background:#dbeafe;color:#1d4ed8}@media (max-width: 1200px){.shellPressureGrid,.opsMetricGrid,.authFeatureGridV6{grid-template-columns:repeat(2,minmax(0,1fr))}.todayBoardV6,.todayBoardV6.secondary,.authShellV6,.opsScoreboardV6{grid-template-columns:1fr}}@media (max-width: 900px){.sidebarV6{width:250px}.shellTopV6{padding:18px 16px 12px;flex-wrap:wrap}.shellBannerV6{padding:0 16px 6px}.shellPressureGrid,.opsMetricGrid,.authFeatureGridV6,.authHelperBarV6{grid-template-columns:1fr}.pageV6{padding:16px}.todayHeroV6,.detailHeroV6{padding:20px}}.shellV7{background:#0b1220}.sidebarV7{width:290px;background:linear-gradient(180deg,#09111e,#0f1a2d 55%,#0b1423);border-right:1px solid rgba(148,163,184,.16);padding:18px;color:#ecf4ff}.brandV7{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:14px;border-radius:20px}.brandLogoV7{background:linear-gradient(135deg,#2563eb,#60a5fa);width:44px;height:44px;border-radius:16px;box-shadow:0 18px 28px #2563eb4d}.sidebarV7 .brand-sub{color:#9eb3d1}.sidebarSpotlightV7{background:linear-gradient(135deg,#16368b,#2563eb);padding:18px;border-radius:24px;display:grid;gap:8px;box-shadow:0 22px 36px #2563eb3d}.spotLabel{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#dbeafe;font-weight:900}.spotValue{font-size:42px;font-weight:900;line-height:1}.spotText{font-size:13px;line-height:1.45;color:#e7efff}.spotMeta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;font-size:12px;color:#dbeafe}.spotMeta span{background:#ffffff24;padding:6px 10px;border-radius:999px}.sideNavV7{gap:14px}.navClusterV7{display:grid;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:12px;border-radius:20px}.navHeadingV7{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#8ea6c8;font-weight:900}.navNoteV7{font-size:12px;color:#7f95b5;margin-top:2px;margin-bottom:2px}.navItemV7{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid transparent;border-radius:16px;color:#dce7f8;text-decoration:none}.navItemV7:hover{background:#ffffff0d;transform:translateY(-1px)}.navItemV7.active{background:linear-gradient(180deg,#2563eb47,#ffffff14);border-color:#93c5fd59;color:#fff;box-shadow:0 14px 30px #02061738}.badgeV7{background:#e0ebff;color:#12307f}.sidebarFootV7{margin-top:auto;display:grid;gap:10px}.shellMainV7{background:linear-gradient(180deg,#f5f8fc 0,#eef3f9);overflow:auto}.shellTopV7{display:flex;align-items:flex-start;gap:18px;padding:24px 24px 12px}.workspaceMetaV7{max-width:620px}.workspaceCueV7{margin-top:8px;display:inline-flex;background:#eef4ff;color:#1741a5;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.shellSearchV7{flex:1;min-width:280px;max-width:560px}.shellActionsV7{margin-left:auto;display:flex;gap:12px;align-items:center}.iconbtnV7{background:#fff;border-radius:16px;box-shadow:0 14px 28px #0f172a14;position:relative;width:48px;height:48px}.topUserCardV7{background:#fff;border-radius:18px;padding:10px 12px;border:1px solid var(--border);box-shadow:0 12px 24px #0f172a0f}.topUserAvatarV7{background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff}.shellNoticeV7{margin:0 24px 16px;background:#0f172a;color:#fff;padding:12px 16px;border-radius:18px;font-weight:800;letter-spacing:.01em;box-shadow:0 16px 30px #0f172a29}.shellBannerV7{padding:0 24px 8px}.shellPressureGridV7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pressureCardV7{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;text-decoration:none;box-shadow:0 16px 30px #0f172a0f}.pressureCardV7 .pressureCardValue{font-size:34px;font-weight:900;line-height:1.05;margin-top:8px}.pressureCard-danger{border-color:#fecaca;background:linear-gradient(180deg,#fff,#fff5f5)}.pressureCard-warn{border-color:#fed7aa;background:linear-gradient(180deg,#fff,#fff7ed)}.pressureCard-info{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f6faff)}.pageV7{padding:24px;max-width:1480px}.authPageV7{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top left,#11213b 0,#0b1220 30%,#1b4fd3 62%,#eff4ff);padding:22px}.authShellV7{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;width:min(1240px,100%);align-items:stretch}.authShowcaseV7{background:linear-gradient(180deg,#080f1cf2,#0e192ded);color:#fff;border-radius:34px;padding:38px;box-shadow:0 32px 60px #0206174d}.authKicker{display:inline-flex;background:#ffffff1a;padding:8px 12px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#dbeafe}.authHeadline{font-size:44px;line-height:1.04;letter-spacing:-.04em;margin:18px 0 12px}.authBulletGridV7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.authBulletCardV7{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:18px;display:grid;gap:8px}.authBulletCardV7 span{color:#d5e2ff;font-size:14px;line-height:1.5}.authPanelV7{background:#fffffff5;border:1px solid rgba(255,255,255,.85);border-radius:34px;padding:30px;box-shadow:0 26px 52px #0f172a1a}.authPanelTitleV7{font-size:34px;letter-spacing:-.04em;margin:8px 0}.authFormV7{display:grid;gap:16px;margin-top:20px}.formFieldV7 span{display:block;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#59708f;font-weight:900}.inputV7{padding:16px;border-radius:18px;background:#f8fbff}.authSubmitV7{padding:15px 16px;border-radius:18px;font-size:15px;font-weight:900}.authSeedBoxV7{margin-top:18px;background:#f8fbff;border:1px solid var(--border);border-radius:24px;padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.seedLabel{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6a7f9d;font-weight:900}.seedValue{font-size:16px;font-weight:900;margin-top:4px}.dashboardHeroV7{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;background:linear-gradient(135deg,#0f172a,#16368b 58%,#3b82f6);color:#fff;padding:28px;border-radius:30px;box-shadow:0 24px 48px #2563eb2e}.metricCardV7{border-radius:24px;box-shadow:0 14px 26px #0f172a0f}.dashboardGridV7{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-top:18px}.dashboardPanelV7{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 14px 26px #0f172a0f}.dashboardPanelV7.highlight{background:linear-gradient(180deg,#fff,#f7faff);border-color:#bfd0ff}.todayPageV7{display:grid;gap:18px}.todayHeroV7{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;background:linear-gradient(135deg,#0f172a,#17337f 52%,#3b82f6);color:#fff;padding:28px;border-radius:30px;box-shadow:0 24px 48px #2563eb2e}.todayHeroControlsV7{display:flex;gap:12px;align-items:flex-end}.opsRibbonV7{display:grid;grid-template-columns:300px 1fr;gap:16px}.opsDialCardV7{border-radius:28px;padding:20px;background:linear-gradient(180deg,#0f172a,#172554);color:#fff;box-shadow:0 24px 44px #0f172a33}.opsMetricGridV7{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.todayGridV7{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.todayPanelV7{background:#fff;border:1px solid var(--border);border-radius:28px;padding:18px;box-shadow:0 14px 26px #0f172a0f}.todayPanelMainV7{grid-row:span 2}.panelTopV7{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.panelEyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6b7f99;font-weight:900}.panelTitle{font-size:26px;font-weight:900;letter-spacing:-.03em;margin-top:3px}.panelHint{margin-top:6px;color:#5f738f;font-size:14px}.queueStackV7{display:grid;gap:12px;margin-top:16px}.queueRowV7{display:flex;justify-content:space-between;gap:14px;align-items:center;background:#f8fbff;border:1px solid #dfe8f5;border-radius:22px;padding:16px}.queueRowActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.emptyStateV7{background:#f8fbff;border:1px dashed #d9e5f3;border-radius:22px;padding:22px}.detailHeroV7{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:26px;border-radius:30px;background:linear-gradient(135deg,#0f172a,#17337f 58%,#3b82f6);color:#fff;box-shadow:0 24px 48px #2563eb29}.detailHeroMetaV7{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;color:#dce8ff}.detailHeroSubV7{margin-top:10px;color:#dbeafe;max-width:720px}.detailHeroActionsV7{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.readinessPanelV7{margin-top:16px;background:#fff;border:1px solid var(--border);border-radius:28px;padding:20px;box-shadow:0 16px 30px #0f172a0f}.readinessTopV7{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.readinessBadgeV7{display:inline-flex;background:#0f172a;color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}.readinessMetricsV7{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.readinessMetricsV7>div{background:#f8fbff;border:1px solid var(--border);border-radius:20px;padding:14px}.readinessMetricsV7 span{display:block;color:#6b7f99;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.readinessMetricsV7 strong{display:block;margin-top:6px;font-size:26px;letter-spacing:-.03em}.readinessGridV7{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.readinessCardV7{background:#fbfdff;border:1px solid var(--border);border-radius:24px;padding:18px}.readinessCardTitle{font-size:18px;font-weight:900;margin-bottom:10px}.pipelinePageV6 .heroCard{border-radius:30px;box-shadow:0 24px 48px #2563eb29}.pipelinePageV6 .pipelineStageCard{border-radius:26px;border:1px solid var(--border);box-shadow:0 14px 26px #0f172a0f}.pipelinePageV6 .leadCard{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:22px;padding:14px}.pipelinePageV6 .leadName{font-size:15px}@media (max-width: 1100px){.shellPressureGridV7,.authBulletGridV7,.opsMetricGridV7,.dashboardGridV7,.readinessMetricsV7,.readinessGridV7,.todayGridV7,.opsRibbonV7,.authSeedBoxV7{grid-template-columns:1fr 1fr}.authShellV7{grid-template-columns:1fr}.todayPanelMainV7{grid-row:auto}}@media (max-width: 860px){.sidebarV7{width:250px}.shellTopV7{padding:18px 18px 10px;flex-wrap:wrap}.shellBannerV7{padding:0 18px 8px}.shellNoticeV7{margin:0 18px 14px}.pageV7{padding:18px}.shellPressureGridV7,.opsMetricGridV7,.dashboardGridV7,.readinessMetricsV7,.readinessGridV7,.todayGridV7,.opsRibbonV7,.authBulletGridV7,.authSeedBoxV7{grid-template-columns:1fr}.todayHeroV7,.dashboardHeroV7,.detailHeroV7{padding:22px;flex-wrap:wrap}.authHeadline{font-size:36px}}.leadsPageRedesign{display:grid;gap:16px}.leadsWorkspaceBar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding:18px 20px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 28px #0f172a0d}.leadsWorkspaceActions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;min-width:min(100%,520px);justify-content:flex-end}.leadsWorkspaceActions .input{min-width:280px;flex:1}.leadsStatsRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metricCard.compact{padding:16px 18px;border-radius:18px}.leadsUtilityBar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px}.leadsUtilityActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.leadsRosterPanel{padding:18px}.leadsRosterTable tbody tr td{vertical-align:top}.leadCreateDrawer{width:min(680px,100vw);background:#f4f7fb}.leadCreateDrawer .leadDrawerBody{padding:18px;gap:16px}.leadCreateDrawer .formBlock{background:#fff;border-radius:20px;padding:16px}.leadCreateDrawer .input{background:#fff}.leadDrawerSection{box-shadow:0 6px 16px #0f172a0a}.leadCreateDrawer .leadDrawerHead .panelHint{word-break:break-word;white-space:normal;max-width:340px}@media (max-width: 1100px){.leadsStatsRow{grid-template-columns:repeat(2,minmax(0,1fr))}.leadsWorkspaceBar,.leadsUtilityBar{flex-direction:column;align-items:stretch}.leadsWorkspaceActions,.leadsUtilityActions{justify-content:flex-start}}@media (max-width: 760px){.leadsStatsRow{grid-template-columns:1fr}.leadsWorkspaceActions .input{min-width:0;width:100%}.leadCreateDrawer{width:100vw}}.dashboardV10{display:flex;flex-direction:column;gap:18px}.dashTopbarV10{display:flex;justify-content:space-between;gap:18px;align-items:flex-end}.dashEyebrowV10{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#2563eb;margin-bottom:8px}.dashTitleV10{margin:0;font-size:36px;line-height:1.05;color:#0f172a}.dashSubV10{margin:10px 0 0;color:#475569;max-width:760px;font-size:15px}.dashActionsV10{display:flex;gap:10px;flex-wrap:wrap}.dashboardCommandV10{display:flex;justify-content:space-between;gap:18px;align-items:stretch;background:linear-gradient(135deg,#0b1220,#13203c 52%,#1d4ed8);color:#fff;border-radius:28px;padding:22px 24px;box-shadow:0 22px 46px #0f172a2e}.dashboardHeadlineV10{max-width:540px}.dashboardHeadlineTitle{font-size:28px;font-weight:800;line-height:1.1}.dashboardHeadlineSub{margin-top:8px;color:#ffffffd1;font-size:14px}.dashboardStatsV10{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:10px;min-width:min(540px,100%)}.dashStatPill{display:flex;flex-direction:column;justify-content:space-between;gap:8px;background:#ffffff17;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px 16px;min-height:82px}.dashStatPill span{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3}.dashStatPill strong{font-size:24px;color:#fff;line-height:1}.dashStatPill--danger{background:#ef444429;border-color:#fecaca40}.dashStatPill--warning{background:#f59e0b29;border-color:#fef08a40}.dashStatPill--success{background:#10b98129;border-color:#a7f3d038}.dashboardMainGridV10{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);gap:18px;align-items:start}.dashboardPrimaryV10,.dashboardRailV10{display:flex;flex-direction:column;gap:18px}.panelSectionTitleV10{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:10px}.dashboardQueueGridV10{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.queueCardV10{text-decoration:none;background:#fff;border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:0 14px 26px #0f172a0d;display:flex;flex-direction:column;gap:8px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.queueCardV10:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0f172a14}.queueCardLabel{font-size:13px;font-weight:700;color:#334155}.queueCardValue{font-size:34px;font-weight:800;line-height:1;color:#0f172a}.queueCardHint{font-size:14px;color:#64748b;line-height:1.45}.queueCardV10--danger{border-color:#fecaca;background:linear-gradient(180deg,#fff,#fff5f5)}.queueCardV10--warning{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffaf0)}.queueCardV10--info{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f5f9ff)}.dashboardFocusRowV10{display:grid;grid-template-columns:1.15fr .95fr;gap:14px}.focusPanelV10{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 14px 26px #0f172a0d}.focusPanelV10--dark{background:linear-gradient(180deg,#0f172a,#172554);color:#fff;border-color:#23386c}.focusPanelV10--dark .panelSectionTitleV10{color:#ffffffad}.focusListV10{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:10px;color:inherit}.focusListV10 li{line-height:1.5}.focusListV10--compact li{color:#475569}.focusActionsV10{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.ghostLight{background:transparent;border:1px solid rgba(255,255,255,.28);color:#fff}.ghostLight:hover{background:#ffffff14}.railCardV10{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 14px 26px #0f172a0d}.railCardV10--accent{background:linear-gradient(180deg,#eff6ff,#fff);border-color:#bfdbfe}.railBigValueV10{font-size:24px;font-weight:800;color:#0f172a;line-height:1.2}.railMoneyV10{font-size:32px;font-weight:800;color:#0f172a;line-height:1.1}.railHintV10{margin-top:8px;color:#64748b;line-height:1.5;font-size:14px}.textLinkV10{display:inline-flex;margin-top:14px;font-weight:700;color:#2563eb;text-decoration:none}.textLinkV10:hover{text-decoration:underline}@media (max-width:1100px){.dashboardMainGridV10,.dashboardFocusRowV10{grid-template-columns:1fr}.dashboardStatsV10{grid-template-columns:repeat(2,minmax(130px,1fr))}.dashboardCommandV10,.dashTopbarV10{flex-direction:column;align-items:stretch}}@media (max-width:760px){.dashboardQueueGridV10,.dashboardStatsV10{grid-template-columns:1fr}.dashTitleV10{font-size:30px}.dashboardCommandV10{padding:18px}}.shellEnterpriseV11{background:linear-gradient(180deg,#f7f9fd,#eef4fb)}.sidebarEnterpriseV11{width:280px;padding:18px;border-right:1px solid #d7e4f6;background:linear-gradient(180deg,#f8fbff,#eef5ff 52%,#e7f0ff);color:#14324f;box-shadow:inset -1px 0 #ffffffa6}.brandEnterpriseV11{background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid #d8e6fa;box-shadow:0 12px 26px #2563eb14}.brandLogoEnterpriseV11{background:linear-gradient(135deg,#60a5fa,#2563eb)}.brand-sub{color:#5b6f86}.sidebarSpotlightEnterpriseV11{padding:16px;border-radius:20px;background:linear-gradient(180deg,#f4f8ff,#e8f1ff);border:1px solid #cfe0fb;display:grid;gap:8px;box-shadow:0 14px 28px #2563eb1a}.sidebarSpotlightEnterpriseV11 .spotLabel{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#2563eb}.sidebarSpotlightEnterpriseV11 .spotValue{font-size:34px;font-weight:900;line-height:1}.sidebarSpotlightEnterpriseV11 .spotText{font-size:13px;color:#50657d}.sidebarSpotlightEnterpriseV11 .spotMeta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#52708f}.navClusterEnterpriseV11{padding:10px;border-radius:18px;background:#ffffffb8;border:1px solid #dbe7f7;box-shadow:0 10px 24px #94a3b81a}.navHeadingEnterpriseV11{color:#36506b;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.navNoteEnterpriseV11{color:#70859b;font-size:12px;margin-top:4px;margin-bottom:8px}.navItemEnterpriseV11{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;border-radius:14px;text-decoration:none;color:#17324e;border:1px solid transparent}.navItemEnterpriseV11:hover{background:linear-gradient(180deg,#f8fbff,#eef5ff);border-color:#d7e4f7}.navItemEnterpriseV11.active{background:linear-gradient(135deg,#eaf2ff,#dfeaff);border-color:#b9d1fb;color:#16407a;box-shadow:0 10px 22px #2563eb1a}.badgeEnterpriseV11{background:#dbeafe;color:#17324e}.sidebarFootEnterpriseV11{display:grid;gap:10px;margin-top:auto}.sidebarFootEnterpriseV11 .btn.secondary{background:#fff;color:#17324e;border-color:#d5e3f6;box-shadow:0 10px 24px #94a3b81f}.sidebarFootEnterpriseV11 .btn.secondary:hover{background:#f7fbff}.shellMainEnterpriseV11{padding:18px 20px 26px;overflow:auto;background:linear-gradient(180deg,#f8fbff,#eff4fb)}.shellTopEnterpriseV11{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.workspaceMetaEnterpriseV11{display:grid;gap:6px}.workspaceMetaEnterpriseV11 .workspaceEyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#2563eb;font-weight:900}.workspaceMetaEnterpriseV11 .workspaceTitle{font-size:32px;font-weight:900;line-height:1.05;color:#0f172a}.workspaceMetaEnterpriseV11 .workspaceSub{font-size:15px;color:#475569;max-width:760px}.workspaceCueEnterpriseV11{font-size:13px;color:#64748b}.shellTopActionsEnterpriseV11{display:flex;gap:12px;align-items:center}.shellSearchEnterpriseV11{min-width:320px;max-width:420px}.iconbtnEnterpriseV11{background:#fff;position:relative;box-shadow:0 10px 24px #0f172a12}.topUserCardEnterpriseV11{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:16px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px #0f172a0f}.topUserAvatarEnterpriseV11{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.shellPressureStripV11{display:grid;grid-template-columns:220px 1fr;gap:14px;margin-bottom:18px}.pressureSummaryV11{padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#fff,#eaf2ff);color:#17324e;border:1px solid #cadcf8;box-shadow:0 18px 40px #2563eb1a}.shellPressureGridEnterpriseV11{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pressureCardEnterpriseV11{display:grid;gap:4px;padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;text-decoration:none;box-shadow:0 12px 28px #0f172a0a}.pressureCardEnterpriseV11 .pressureCardLabel{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.pressureCardEnterpriseV11 .pressureCardValue{font-size:28px;font-weight:900;color:#0f172a}.pressureCardEnterpriseV11 .pressureCardNote{font-size:13px;color:#475569}.pageEnterpriseV11{display:grid;gap:18px}.dashboardHeroEnterpriseV11,.todayHeroEnterpriseV11{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px;border-radius:26px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid #dbe3f0;box-shadow:0 18px 42px #2563eb0f}.dashEyebrowEnterpriseV11,.heroLabelEnterpriseV11{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#2563eb;font-weight:900}.dashTitleEnterpriseV11,.heroTitleEnterpriseV11{font-size:34px;line-height:1.08;margin:8px 0 0;font-weight:900;max-width:820px}.dashSubEnterpriseV11,.heroSubEnterpriseV11{font-size:15px;color:#475569;max-width:760px;margin-top:10px}.dashActionsEnterpriseV11,.todayHeroControlsEnterpriseV11{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.dashboardHealthStripV11{display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:12px}.healthCardV11{padding:18px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:grid;gap:6px}.healthLabelV11{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#cbd5e1}.healthValueV11{font-size:26px;font-weight:900}.healthNoteV11{font-size:13px;color:#e2e8f0}.queueCardEnterpriseV11{display:grid;gap:4px;padding:16px;border-radius:18px;background:#fff;border:1px solid #dbe3f0;text-decoration:none;box-shadow:0 10px 24px #0f172a0a}.queueCardEnterpriseV11 .queueCardValue{font-size:28px;font-weight:900;color:#0f172a}.queueCardEnterpriseV11--danger{background:linear-gradient(180deg,#fff,#fef2f2);border-color:#fecaca}.queueCardEnterpriseV11--warning{background:linear-gradient(180deg,#fff,#fffbeb);border-color:#fde68a}.queueCardEnterpriseV11--success{background:linear-gradient(180deg,#fff,#ecfdf5);border-color:#bbf7d0}.dashboardGridEnterpriseV11{display:grid;grid-template-columns:1.6fr .9fr;gap:18px}.panelEnterpriseV11,.railCardEnterpriseV11,.todayPanelEnterpriseV11{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;border-radius:22px;box-shadow:0 12px 28px #0f172a0a}.panelEnterpriseV11{padding:20px}.panelHeaderEnterpriseV11{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panelEyebrowEnterpriseV11{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:900}.panelTitleEnterpriseV11{font-size:24px;font-weight:900;color:#0f172a}.decisionListV11{display:grid;gap:12px}.decisionItemV11{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.decisionItemTitleV11{font-size:16px;font-weight:800}.decisionItemBodyV11{font-size:14px;color:#475569;margin-top:4px}.dashboardRailEnterpriseV11{display:grid;gap:14px}.railCardEnterpriseV11{padding:18px}.railCardEnterpriseV11--accent{background:linear-gradient(135deg,#edf4ff,#fff)}.railTitleEnterpriseV11{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:900}.railValueEnterpriseV11{font-size:26px;font-weight:900;margin-top:8px}.railHintEnterpriseV11{font-size:14px;color:#475569;margin-top:8px}.textLinkEnterpriseV11{display:inline-block;margin-top:12px;color:#1d4ed8;font-weight:800;text-decoration:none}.todayCommandStripV11{display:grid;grid-template-columns:240px 1fr;gap:14px}.commandDialV11{padding:18px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;display:grid;gap:8px;box-shadow:0 18px 36px #1d4ed82e}.commandDialLabelV11{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#bfdbfe}.commandDialValueV11{font-size:40px;font-weight:900;line-height:1}.commandDialNoteV11{font-size:13px;color:#dbeafe}.commandMetricGridV11{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.commandMetricCardV11{padding:16px;border-radius:18px;background:#fff;border:1px solid #dbe3f0;display:grid;gap:6px;box-shadow:0 10px 24px #0f172a0a}.commandMetricCardV11 span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#64748b;font-weight:900}.commandMetricCardV11 strong{font-size:28px;color:#0f172a}.commandMetricCardV11 small{font-size:13px;color:#475569}.todayGridEnterpriseV11{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.todayPanelEnterpriseV11{padding:18px;display:grid;gap:12px}.todayPanelEnterpriseV11--main{grid-row:span 2}.panelTopEnterpriseV11{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.panelHintEnterpriseV11{font-size:13px;color:#64748b}.queueStackEnterpriseV11{display:grid;gap:10px}.queueRowEnterpriseV11{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f5f9ff);border:1px solid #dde7f5}.queueRowEnterpriseV11 .queueRowTitle{font-size:15px;font-weight:800;color:#0f172a}.queueRowEnterpriseV11 .queueRowMeta{font-size:13px;color:#475569;margin-top:4px}.queueRowEnterpriseV11 .queueRowActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.emptyStateEnterpriseV11{padding:24px;border-radius:18px;background:#f8fafc;border:1px dashed #cbd5e1}@media (max-width: 1200px){.shellPressureStripV11,.todayCommandStripV11,.dashboardGridEnterpriseV11,.todayGridEnterpriseV11{grid-template-columns:1fr}.dashboardHealthStripV11,.shellPressureGridEnterpriseV11,.commandMetricGridV11{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.sidebarEnterpriseV11{display:none}.shellTopEnterpriseV11,.dashboardHeroEnterpriseV11,.todayHeroEnterpriseV11{flex-direction:column}.shellTopActionsEnterpriseV11{width:100%}.shellSearchEnterpriseV11{min-width:0;width:100%}.dashboardHealthStripV11,.shellPressureGridEnterpriseV11,.commandMetricGridV11{grid-template-columns:1fr}.decisionItemV11,.queueRowEnterpriseV11{flex-direction:column;align-items:flex-start}}.todayEnterpriseV12{display:grid;gap:18px}.todayHeroEnterpriseV12{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:24px 26px;border-radius:28px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid #dbe3f0;box-shadow:0 18px 42px #2563eb0f}.heroLabelEnterpriseV12{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#5171b8}.heroTitleEnterpriseV12{margin-top:8px;font-size:30px;line-height:1.1;font-weight:800;color:#0f172a;max-width:760px}.heroSubEnterpriseV12{margin-top:10px;font-size:14px;line-height:1.6;color:#516075;max-width:760px}.todayHeroControlsEnterpriseV12{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.todayCommandStripV12{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:stretch}.commandDialV12,.todayPanelEnterpriseV12{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;border-radius:22px;box-shadow:0 12px 28px #0f172a0a}.commandDialV12{padding:20px;display:grid;gap:8px;align-content:start}.commandDialLabelV12{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#64748b}.commandDialValueV12{font-size:42px;line-height:1;font-weight:900;color:#0f172a}.commandDialNoteV12{font-size:13px;line-height:1.55;color:#64748b}.commandMetricGridV12{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.commandMetricCardV12{display:grid;gap:8px;align-content:start;padding:18px 18px 16px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;border-radius:22px;box-shadow:0 12px 28px #0f172a0a}.commandMetricCardV12 span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.commandMetricCardV12 strong{font-size:30px;line-height:1.1;font-weight:900;color:#0f172a}.commandMetricCardV12 small{font-size:13px;line-height:1.45;color:#64748b;display:block}.todayGridEnterpriseV12{display:grid;grid-template-columns:1.25fr .95fr;gap:16px}.todayPanelEnterpriseV12{padding:18px;display:grid;gap:12px;align-content:start}.todayPanelEnterpriseV12--main{grid-row:span 2}.panelTopEnterpriseV12{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.panelEyebrowEnterpriseV12{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.panelTitleEnterpriseV12{margin-top:4px;font-size:24px;line-height:1.15;font-weight:800;color:#0f172a}.panelHintEnterpriseV12{font-size:13px;line-height:1.55;color:#64748b}.queueStackEnterpriseV12{display:grid;gap:12px}.queueStackEnterpriseV12.compact{gap:10px}.queueRowEnterpriseV12{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.queueRowMain{min-width:0;display:grid;gap:4px}.queueRowTitle{font-size:15px;font-weight:700;color:#0f172a}.queueRowMeta{font-size:13px;line-height:1.5;color:#64748b;word-break:break-word}.queueRowActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.emptyStateEnterpriseV12{padding:18px;border:1px dashed #d7dfeb;border-radius:18px;background:#fcfdff}.tonePill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;border:1px solid transparent;white-space:nowrap}.tonePill-neutral{background:#eef2ff;color:#334155;border-color:#dbe3f0}.tonePill-info{background:#e0f2fe;color:#075985;border-color:#bae6fd}.tonePill-success{background:#dcfce7;color:#166534;border-color:#bbf7d0}.tonePill-warn{background:#fef3c7;color:#92400e;border-color:#fde68a}.tonePill-danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}@media (max-width: 1200px){.commandMetricGridV12{grid-template-columns:repeat(2,minmax(0,1fr))}.todayGridEnterpriseV12{grid-template-columns:1fr}.todayPanelEnterpriseV12--main{grid-row:auto}}@media (max-width: 880px){.todayHeroEnterpriseV12,.todayCommandStripV12{grid-template-columns:1fr}.todayHeroEnterpriseV12{flex-direction:column;padding:20px}.heroTitleEnterpriseV12{font-size:24px}.todayCommandStripV12,.commandMetricGridV12{grid-template-columns:1fr}.queueRowEnterpriseV12{flex-direction:column}.queueRowActions{justify-content:flex-start}}.sidebarEnterpriseV12{width:304px;padding:18px 14px 20px 18px;gap:14px;background:linear-gradient(180deg,#fff,#f8fbff);scrollbar-gutter:stable}.brandEnterpriseV12{width:100%;min-width:0;padding:10px 12px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d6e1f2;box-shadow:0 10px 24px #0f172a0d}.brandEnterpriseV12>div:last-child{min-width:0}.brandEnterpriseV12 .brand-title{font-size:18px;line-height:1.15;color:#0f172a}.brandEnterpriseV12 .brand-sub{margin-top:4px;font-size:13px;color:#5b6d84}.brandLogoEnterpriseV12{width:46px;height:46px;border-radius:16px;flex:0 0 46px;box-shadow:0 12px 22px #2563eb38}.sidebarSpotlightEnterpriseV12{display:grid;gap:8px;padding:14px 2px 4px}.sidebarSpotlightEnterpriseV12 .spotLabel{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#5f7694;font-weight:900}.sidebarSpotlightEnterpriseV12 .spotValue{font-size:56px;line-height:.92;color:#0f172a;font-weight:900}.sidebarSpotlightEnterpriseV12 .spotText{font-size:13px;line-height:1.55;color:#52657d;max-width:220px}.sidebarSpotlightEnterpriseV12 .spotMeta{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:12px;color:#60748c}.sideNavEnterpriseV12{display:grid;gap:14px}.navClusterEnterpriseV12{display:grid;gap:8px;padding:12px;border-radius:20px;background:#ffffffeb;border:1px solid #d9e5f5;box-shadow:0 10px 24px #94a3b817}.navHeadingEnterpriseV12{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#425c78;font-weight:900}.navNoteEnterpriseV12{color:#62748a;font-size:12px;margin-top:4px;margin-bottom:6px}.navItemEnterpriseV12{padding:11px 12px;border-radius:15px;text-decoration:none;color:#10253d;border:1px solid transparent;min-width:0}.navItemEnterpriseV12:hover{background:linear-gradient(180deg,#f7fbff,#eef5ff);border-color:#d7e4f7}.navItemEnterpriseV12.active{background:linear-gradient(135deg,#eaf2ff,#dfeaff);border-color:#bad0f6;color:#163b68;box-shadow:0 10px 22px #2563eb1a}.navItemMain{display:flex;align-items:center;gap:10px;min-width:0}.navItemMain>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navItemIcon{width:18px;text-align:center;flex:0 0 18px}.badgeEnterpriseV12{background:#dbeafe;color:#17324e}.sidebarFootEnterpriseV12{display:grid;gap:10px;margin-top:auto;padding-top:2px}.sidebarFootEnterpriseV12 .btn.secondary{background:#fff;color:#17324e;border-color:#d5e3f6;box-shadow:0 10px 24px #94a3b81a;min-height:42px}.portalPreviewLink{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.portalApp{min-height:100vh;background:linear-gradient(180deg,#f6f8fc,#eef4ff);color:#0f172a;font-family:var(--font)}.portalShell{max-width:1180px;margin:0 auto;padding:28px 20px 56px;display:grid;gap:18px}.portalHero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:24px;border-radius:28px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid #dbe3f0;box-shadow:0 18px 42px #2563eb0f}.portalHero h1{margin:8px 0 0;font-size:34px;line-height:1.05}.portalHero p{margin:10px 0 0;color:#516075;max-width:760px;line-height:1.6}.portalEyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#5171b8}.portalGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.portalCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:18px;box-shadow:0 12px 28px #0f172a0a}.portalSectionTitle{font-size:18px;font-weight:800;margin:0 0 12px}.portalMetricGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portalMetric{padding:14px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e2e8f0}.portalMetricLabel{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.portalMetricValue{margin-top:6px;font-size:28px;font-weight:900}.portalList{display:grid;gap:10px}.portalRow{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:16px;border:1px solid #e2e8f0;background:#fff}.portalRowBody{display:grid;gap:4px}.portalRowTitle{font-weight:800}.portalRowMeta{font-size:13px;color:#64748b;line-height:1.5}.portalPill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;background:#eef2ff;color:#3357d6;font-weight:800;font-size:12px}.portalEmpty{padding:16px;border:1px dashed #d7dfeb;border-radius:18px;background:#fcfdff;color:#64748b}.portalToolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.portalInput{min-width:260px}.portalNotice{font-size:13px;color:#64748b;line-height:1.6}@media (max-width: 980px){.sidebarEnterpriseV12{width:284px;padding-right:12px}.portalGrid,.portalMetricGrid{grid-template-columns:1fr}.portalHero{flex-direction:column}}@media (max-width: 860px){.sidebarEnterpriseV12{display:none}}.shellMainEnterpriseV12{padding:18px 20px 26px;overflow:auto;background:linear-gradient(180deg,#f8fbff,#eff4fb)}.shellTopEnterpriseV12{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.workspaceMetaEnterpriseV12{display:grid;gap:6px}.workspaceMetaEnterpriseV12 .workspaceEyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#2563eb;font-weight:900}.workspaceMetaEnterpriseV12 .workspaceTitle{font-size:32px;font-weight:900;line-height:1.05;color:#0f172a}.workspaceMetaEnterpriseV12 .workspaceSub{font-size:15px;color:#475569;max-width:760px}.workspaceCueEnterpriseV12{font-size:13px;color:#64748b}.shellTopActionsEnterpriseV12{display:flex;gap:12px;align-items:center}.shellSearchEnterpriseV12{min-width:320px;max-width:420px}.iconbtnEnterpriseV12{background:#fff;position:relative;box-shadow:0 10px 24px #0f172a12}.topUserCardEnterpriseV12{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:16px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px #0f172a0f}.topUserAvatarEnterpriseV12{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.shellPressureStripV12{display:grid;grid-template-columns:220px 1fr;gap:14px;margin-bottom:18px}.pressureSummaryV12{padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#fff,#eaf2ff);color:#17324e;border:1px solid #cadcf8;box-shadow:0 18px 40px #2563eb1a}.pressureSummaryLabel{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#2563eb}.pressureSummaryValue{font-size:40px;font-weight:900;line-height:1;margin:8px 0}.pressureSummaryNote{font-size:13px;color:#58708a}.shellPressureGridEnterpriseV12{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pressureCardEnterpriseV12{display:grid;gap:4px;padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;text-decoration:none;box-shadow:0 12px 28px #0f172a0a}.pressureCardEnterpriseV12 .pressureCardLabel{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.pressureCardEnterpriseV12 .pressureCardValue{font-size:28px;font-weight:900;color:#0f172a}.pressureCardEnterpriseV12 .pressureCardNote{font-size:13px;color:#475569}.pressureCard-danger{border-color:#fecaca;background:linear-gradient(180deg,#fff,#fef2f2)}.pressureCard-warn{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffbeb)}.pressureCard-info{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#eff6ff)}.pressureCard-calm{border-color:#dbeafe;background:#fff}.pageEnterpriseV12,.dashboardEnterpriseV12{display:grid;gap:18px}.dashboardHeroEnterpriseV12{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px;border-radius:26px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid #dbe3f0;box-shadow:0 18px 42px #2563eb0f}.dashEyebrowEnterpriseV12{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#2563eb;font-weight:900}.dashTitleEnterpriseV12{font-size:34px;line-height:1.08;margin:8px 0 0;font-weight:900;max-width:820px}.dashSubEnterpriseV12{font-size:15px;color:#475569;max-width:760px;margin-top:10px}.dashActionsEnterpriseV12{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.dashboardHealthStripV12{display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:12px}.healthCardV12{padding:18px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:grid;gap:6px}.healthCardV12--status{background:linear-gradient(135deg,#0f172a,#1e293b)}.healthLabelV12{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#cbd5e1}.healthValueV12{font-size:26px;font-weight:900}.healthNoteV12{font-size:13px;color:#e2e8f0}.queueCardEnterpriseV12{display:grid;gap:4px;padding:16px;border-radius:18px;background:#fff;border:1px solid #dbe3f0;text-decoration:none;box-shadow:0 10px 24px #0f172a0a}.queueCardEnterpriseV12 .queueCardLabel{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.queueCardEnterpriseV12 .queueCardValue{font-size:28px;font-weight:900;color:#0f172a}.queueCardEnterpriseV12 .queueCardHint{font-size:13px;color:#475569}.queueCardEnterpriseV12--danger{background:linear-gradient(180deg,#fff,#fef2f2);border-color:#fecaca}.queueCardEnterpriseV12--warning{background:linear-gradient(180deg,#fff,#fffbeb);border-color:#fde68a}.queueCardEnterpriseV12--success{background:linear-gradient(180deg,#fff,#ecfdf5);border-color:#bbf7d0}.dashboardGridEnterpriseV12{display:grid;grid-template-columns:1.6fr .9fr;gap:18px}.panelEnterpriseV12,.railCardEnterpriseV12{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;border-radius:22px;box-shadow:0 12px 28px #0f172a0a}.panelEnterpriseV12{padding:20px}.panelHeaderEnterpriseV12{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.decisionListV12{display:grid;gap:12px}.decisionItemV12{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.decisionItemTitleV12{font-size:16px;font-weight:800}.decisionItemBodyV12{font-size:14px;color:#475569;margin-top:4px}.dashboardRailEnterpriseV12{display:grid;gap:14px}.railCardEnterpriseV12{padding:18px}.railCardEnterpriseV12--accent{background:linear-gradient(135deg,#edf4ff,#fff)}.railTitleEnterpriseV12{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:900}.railValueEnterpriseV12{font-size:26px;font-weight:900;margin-top:8px}.railHintEnterpriseV12{font-size:14px;color:#475569;margin-top:8px}.textLinkEnterpriseV12{display:inline-block;margin-top:12px;color:#1d4ed8;font-weight:800;text-decoration:none}.sidebarSpotlightEnterpriseV12 .spotLabel{color:#5f7694}.sidebarSpotlightEnterpriseV12 .spotText{color:#52657d;max-width:220px}.sidebarSpotlightEnterpriseV12 .spotMeta{color:#60748c}@media (max-width: 1200px){.shellPressureStripV12,.dashboardGridEnterpriseV12{grid-template-columns:1fr}.dashboardHealthStripV12,.shellPressureGridEnterpriseV12{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.shellTopEnterpriseV12,.dashboardHeroEnterpriseV12{flex-direction:column}.shellTopActionsEnterpriseV12{width:100%}.shellSearchEnterpriseV12{min-width:0;width:100%}.dashboardHealthStripV12,.shellPressureGridEnterpriseV12{grid-template-columns:1fr}.decisionItemV12{flex-direction:column;align-items:flex-start}}.opsPage{display:grid;gap:18px}.opsHero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid #dbe3f0;box-shadow:0 14px 34px #0f172a0d}.opsTitle{margin:8px 0 0;font-size:32px;line-height:1.05;font-weight:900;color:#0f172a}.opsBody{max-width:780px;color:#475569;font-size:15px;margin-top:10px}.opsPill{padding:10px 14px;border-radius:999px;background:#e0ecff;color:#1d4ed8;font-weight:800;white-space:nowrap}.opsAlert{padding:14px 16px;border-radius:18px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-weight:700}.opsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.opsGrid--dense{grid-template-columns:repeat(5,minmax(0,1fr))}.opsCard,.opsPanel{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #dbe3f0;border-radius:22px;box-shadow:0 12px 28px #0f172a0a}.opsCard{padding:18px;display:grid;gap:8px}.opsLabel{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#64748b;font-weight:800}.opsValue{font-size:28px;font-weight:900;color:#0f172a}.opsNote{font-size:13px;color:#64748b;word-break:break-word}.opsColumns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.opsPanel{padding:20px}.opsPanelTitle{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#334155;font-weight:900;margin-bottom:14px}.opsList{display:grid;gap:10px}.opsListRow{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #e2e8f0}.opsListRow dt{color:#64748b;font-weight:700;text-transform:capitalize}.opsListRow dd{margin:0;color:#0f172a;word-break:break-word}.opsAuditRows{display:grid;gap:10px}.opsAuditRow{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.opsAuditMain{font-weight:800;color:#0f172a}@media (max-width: 1200px){.opsGrid,.opsGrid--dense{grid-template-columns:repeat(2,minmax(0,1fr))}.opsColumns{grid-template-columns:1fr}}@media (max-width: 860px){.opsHero{flex-direction:column}.opsGrid,.opsGrid--dense,.opsListRow{grid-template-columns:1fr}.opsAuditRow{flex-direction:column;align-items:flex-start}}
