.tower-status{display:grid;grid-template-columns:1.65fr repeat(3,.48fr);min-height:154px;border:1px solid var(--border-subtle);border-radius:12px;background:linear-gradient(116deg,var(--surface-1),var(--surface-2));overflow:hidden}.tower-status>div{display:flex;flex-direction:column;justify-content:center;padding:20px;border-right:1px solid var(--border-subtle)}.tower-status h2{margin:9px 0 5px;font-size:23px}.tower-status p{color:var(--text-muted);font-size:9px}.tower-status>div>strong{margin-top:12px;font:650 24px var(--mono)}.tower-status>div>small{margin-top:5px;color:var(--text-muted);font-size:8px}.tower-status>div>svg{color:var(--status-warning);width:17px}.tower-layout{display:grid;grid-template-columns:1.15fr .82fr .78fr;grid-gap:10px;gap:10px;margin-top:10px}.copilot-panel,.tower-context,.tower-worklist{min-height:494px;padding:16px}.tower-worklist .panel-head button{border:1px solid var(--border-strong);border-radius:6px;background:var(--surface-interactive);color:var(--text-muted);padding:7px;font:700 7px var(--mono)}.tower-item{display:grid;grid-template-columns:36px 70px 1fr 120px;align-items:center;grid-gap:10px;gap:10px;min-height:88px;border-top:1px solid var(--border-subtle);color:var(--text-secondary)}.tower-item:hover{background:var(--surface-interactive)}.priority-score{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--border-strong);border-radius:7px;color:var(--text-primary);font:700 12px var(--mono)}.tower-item>div:last-child,.tower-item>div:nth-child(3){display:flex;flex-direction:column;gap:6px}.tower-item strong{color:var(--text-primary);font-size:10px}.tower-item small,.tower-item span{color:var(--text-muted);font-size:8px}.tower-item b{font:600 9px var(--mono)}.tower-item small{color:var(--brand-primary)}.signal-map{position:relative;height:316px;margin-top:14px;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;background:radial-gradient(circle at 55% 42%,rgba(33,207,180,.08),transparent 35%),var(--surface-2)}.map-grid{position:absolute;inset:0;background-image:linear-gradient(var(--border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--border-subtle) 1px,transparent 1px);background-size:31px 31px;opacity:.3}.signal-map>span{position:absolute;bottom:12px;left:12px;color:var(--text-muted);font:600 7px var(--mono)}.signal-dot{position:absolute;z-index:2;width:10px;height:10px;border:3px solid var(--surface-1);border-radius:50%;box-shadow:0 0 0 1px currentColor}.signal-dot.critical{background:var(--status-critical);color:var(--status-critical)}.signal-dot.warning{background:var(--status-warning);color:var(--status-warning)}.signal-dot.healthy{background:var(--status-healthy);color:var(--status-healthy)}.signal-dot.offline{background:var(--status-offline);color:var(--status-offline)}.context-pulse{display:grid;grid-template-columns:1fr 1fr;margin-top:10px}.context-pulse>div{display:grid;grid-template-columns:24px 1fr;align-items:center;padding:11px;border-right:1px solid var(--border-subtle)}.context-pulse svg{grid-row:1/3;color:var(--text-muted);width:15px}.context-pulse strong{font:650 15px var(--mono)}.context-pulse span{color:var(--text-muted);font-size:7px}.copilot-panel{display:flex;flex-direction:column;background:linear-gradient(155deg,var(--surface-1),var(--surface-2))}.copilot-head{display:flex;align-items:center;gap:10px}.copilot-head>svg{color:var(--brand-primary)}.copilot-head>div{display:flex;flex-direction:column}.copilot-head span{font:700 9px var(--mono)}.copilot-head strong{color:var(--text-muted);font-size:8px}.copilot-head>i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:var(--status-healthy)}.copilot-policy{padding:10px;border-left:2px solid var(--brand-primary);color:var(--text-muted);font-size:8px;line-height:1.5}.copilot-suggestions{display:flex;flex-direction:column;gap:6px}.copilot-suggestions button{display:flex;justify-content:space-between;border:1px solid var(--border-subtle);border-radius:7px;background:var(--surface-interactive);color:var(--text-secondary);padding:10px;text-align:left;font-size:9px}.copilot-suggestions span{color:var(--brand-primary)}.copilot-answer{margin-top:10px;padding:12px;border:1px solid rgba(33,207,180,.18);border-radius:8px;background:rgba(33,207,180,.035)}.copilot-answer>span{color:var(--brand-primary);font:700 7px var(--mono)}.copilot-answer p{color:var(--text-secondary);font-size:9px;line-height:1.55}.copilot-answer>div{display:flex;justify-content:space-between;color:var(--text-muted);font-size:7px}.copilot-answer a{display:block;margin-top:7px;color:var(--status-info);font-size:8px}.copilot-panel form{display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px;margin-top:auto;padding-top:12px}.copilot-panel input{min-width:0;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface-3);color:var(--text-primary);padding:11px;font-size:9px}.copilot-panel form button{border:0;border-radius:7px;background:var(--brand-primary);color:white;padding:0 11px;font:700 8px var(--mono)}.tower-bottom{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:10px}.tower-bottom article{display:flex;min-height:84px;flex-direction:column;justify-content:center;padding:14px}.tower-bottom span{color:var(--text-muted);font:700 7px var(--mono)}.tower-bottom strong{margin:8px 0;font-size:13px}.tower-bottom small{color:var(--text-muted);font-size:8px}@media(max-width:1100px){.tower-layout{grid-template-columns:1fr 1fr}.copilot-panel{grid-column:1/3;min-height:420px}.tower-status{grid-template-columns:1.4fr repeat(3,.6fr)}}@media(max-width:760px){.tower-status{grid-template-columns:1fr 1fr}.tower-layout{grid-template-columns:1fr}.copilot-panel{grid-column:auto}.tower-bottom{grid-template-columns:1fr}.tower-item{grid-template-columns:36px 60px 1fr}.tower-item>div:last-child{display:none}}:root{--background:#f3f6fa;--surface-1:#fff;--surface-2:#f7f9fc;--surface-3:#eaf0f6;--surface-interactive:#f2f6fa;--surface-selected:#e8f7f7;--border-subtle:#e1e7ee;--border-strong:#cbd5e1;--text-primary:#102033;--text-secondary:#52647a;--text-muted:#8492a6;--brand-primary:#cc3366;--brand-secondary:#0c4da2;--context-connectivity:#0b9fc2;--context-intelligence:#7455d9;--context-billing:#6546c7;--context-logistics:#e47f35;--context-hardware:#188f95;--status-healthy:#138a67;--status-warning:#c77a12;--status-critical:#d94f5c;--status-offline:#69778a;--status-info:#2878c8;--chart-1:#1677c8;--chart-2:#18a6a0;--chart-3:#7455d9;--chart-4:#e47f35;--chart-5:#cc3366;--chart-6:#7790a8;--radius-sm:7px;--radius-md:12px;--radius-lg:17px;--shadow-sm:0 2px 7px rgba(18,41,68,.045);--shadow-md:0 10px 28px rgba(18,41,68,.075);--motion-fast:140ms;--motion-normal:220ms;--ease:cubic-bezier(.2,.8,.2,1);--bg:var(--background);--surface:var(--surface-1);--line:var(--border-subtle);--line-soft:#edf1f5;--text:var(--text-primary);--muted:var(--text-secondary);--subtle:var(--text-muted);color-scheme:light}html[data-theme=dark]{--context-connectivity:#31b8d5;--context-intelligence:#9a82f0;--context-billing:#9a82f0;--context-logistics:#f0a35f;--context-hardware:#35b7b0}body{background:var(--background);background-image:linear-gradient(180deg,rgba(213,225,237,.22),transparent 300px);font-family:var(--font);font-size:14px;line-height:1.45}.main{background:transparent}.content{padding:30px 34px 70px}.topbar{height:82px;background:rgba(255,255,255,.9);border-color:var(--border-subtle);box-shadow:0 1px 0 rgba(18,41,68,.03);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar h1{font-size:22px;font-weight:720;letter-spacing:-.45px}.eyebrow,.section-label{color:var(--brand-secondary);font-family:var(--font);font-size:8px;font-weight:800;letter-spacing:1.35px}.global-search{width:min(460px,35vw)}.global-search input{height:42px;border-color:var(--border-subtle);border-radius:10px;background:#f7f9fc;color:var(--text-primary);box-shadow:inset 0 0 0 1px transparent;transition:border-color var(--motion-fast),box-shadow var(--motion-fast),background var(--motion-fast)}.global-search input:focus{outline:0;border-color:rgba(12,77,162,.45);background:#fff;box-shadow:0 0 0 3px rgba(12,77,162,.09)}.avatar,.command-icon,.exit-tenant{border-radius:9px}.live-command{color:var(--status-healthy)}.sidebar{border-color:rgba(143,179,207,.13);box-shadow:10px 0 30px rgba(12,35,59,.08)}.sidebar,.sidebar-footer,html[data-theme=light] .sidebar{background:#071d34}.sidebar .brand-mark{border-color:#31d2cf;box-shadow:none}.sidebar .nav-group a{color:#9bb0c3;transition:background var(--motion-fast) var(--ease),color var(--motion-fast) var(--ease),transform var(--motion-fast) var(--ease)}.sidebar .nav-group a:hover{background:rgba(41,101,132,.32);transform:translateX(2px)}.sidebar .nav-group a.active{background:linear-gradient(90deg,rgba(49,210,207,.18),rgba(19,59,86,.45));box-shadow:inset 3px 0 #31d2cf}.sidebar .nav-group a.active svg{color:#31d2cf}.admin-scope{background:rgba(49,210,207,.07);border-color:rgba(49,210,207,.21)}.alerts-hero,.billing-hero-premium,.customer-card,.customer-hero,.data-table-wrap,.fleet-summary,.metric-card,.network-health,.network-hero,.ops-hero,.panel,.platform-hero,.replenishment-hero,.route-hero,.tenant-card,.tower-status{background:var(--surface-1);border-color:var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.panel{transition:box-shadow var(--motion-normal) var(--ease),border-color var(--motion-normal) var(--ease)}.panel:hover{border-color:#d5dee8;box-shadow:var(--shadow-md)}.panel h2,.panel-head h2{font-weight:720;letter-spacing:-.3px}.primary-button{border:0;border-radius:9px;background:linear-gradient(105deg,var(--brand-primary),#ad2958);box-shadow:0 8px 18px rgba(204,51,102,.18);transition:transform var(--motion-fast) var(--ease),box-shadow var(--motion-fast)}.primary-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(204,51,102,.24)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(12,77,162,.22);outline-offset:2px}.metric-card{min-height:150px;border-top:0;padding:19px;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--status-info)}.metric-card:nth-child(2):before{background:var(--brand-primary)}.metric-card:nth-child(3):before{background:var(--context-intelligence)}.metric-card:nth-child(4):before{background:var(--status-healthy)}.metric-card:after{right:-18px;bottom:-28px;width:90px;height:90px;border:18px solid rgba(40,120,200,.05)}.metric-value{font-family:var(--font);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:740;letter-spacing:-1px}.metric-value small{font-weight:650}.metric-trend{width:max-content;padding:4px 7px;border-radius:999px;background:#eef8f4;color:var(--status-healthy)}.ops-metrics .panel:nth-child(6n+1),.premium-fleet-summary>div:first-child{background:linear-gradient(145deg,#fff,#eef9f5)}.ops-metrics .panel:nth-child(6n+2),.premium-fleet-summary>div:nth-child(2){background:linear-gradient(145deg,#fff,#fff3f2)}.ops-metrics .panel:nth-child(6n+3),.premium-fleet-summary>div:nth-child(3){background:linear-gradient(145deg,#fff,#f3f0ff)}.ops-metrics .panel:nth-child(6n+4),.premium-fleet-summary>div:nth-child(4){background:linear-gradient(145deg,#fff,#edf7fb)}.billing-kpis strong,.network-primary-metric>strong,.network-stat strong,.ops-metrics strong,.platform-hero strong,.revenue-primary>strong{font-family:var(--font);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:750;letter-spacing:-.6px}.data-table-wrap{overflow:auto}.data-table{border-collapse:separate;border-spacing:0}.data-table th{height:43px;padding:0 16px;background:#f6f8fb;color:#6f7f92;font-family:var(--font);font-size:9px;font-weight:760;letter-spacing:.65px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.data-table td{min-height:58px;padding:13px 16px;border-color:#edf1f5;color:var(--text-secondary);font-size:11px;vertical-align:middle}.data-table tbody tr{transition:background var(--motion-fast)}.data-table tbody tr:hover{background:#f3f8fd}.data-table tbody tr.row-offline{background:#fff7f7}.data-table tbody tr.row-warning{background:#fffbf2}.data-table .asset-id,.data-table td strong{color:var(--text-primary);font-weight:720}.asset-id small,.data-table td small{display:block;margin-top:4px;color:var(--text-muted);font-size:8px;font-weight:500}.data-table code{padding:4px 6px;border-radius:5px;background:#f0f3f7;color:#42536a;font-family:var(--mono);font-size:9px}.quick-filters{gap:7px;margin:12px 0}.quick-filters button{min-height:36px;border-radius:8px;background:#fff;font-family:var(--font);font-weight:700;box-shadow:var(--shadow-sm)}.quick-filters button.active{border-color:var(--brand-secondary);background:#eaf3fc;color:var(--brand-secondary)}.health-indicator{font-family:var(--font);font-weight:700}.health-indicator i{box-shadow:none}.health-healthy{color:var(--status-healthy)}.health-warning{color:var(--status-warning)}.health-critical{color:var(--status-critical)}.health-offline{color:var(--status-offline)}.battery-indicator,.signal-indicator{display:inline-flex;align-items:center;gap:8px;min-width:86px}.battery-indicator>span{position:relative;width:42px;height:16px;padding:2px;border:1.5px solid #aeb9c7;border-radius:4px;background:#fff}.battery-indicator>span:after{content:"";position:absolute;right:-4px;top:4px;width:3px;height:6px;border-radius:0 2px 2px 0;background:#aeb9c7}.battery-indicator i{display:block;height:100%;border-radius:2px;background:var(--status-healthy)}.battery-warning i{background:var(--status-warning)}.battery-critical i{background:var(--status-critical)}.battery-indicator strong,.signal-indicator strong{font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.signal-indicator>span{height:17px;display:flex;align-items:flex-end;gap:2px}.signal-indicator i{display:block;width:4px;border-radius:2px 2px 0 0;background:#d9e1e9}.signal-indicator i:first-child{height:5px}.signal-indicator i:nth-child(2){height:8px}.signal-indicator i:nth-child(3){height:12px}.signal-indicator i:nth-child(4){height:16px}.signal-indicator i.active{background:var(--context-connectivity)}.alerts-hero,.billing-hero-premium,.network-hero,.ops-hero,.platform-hero,.replenishment-hero,.route-hero,.tower-status{overflow:hidden;background:linear-gradient(120deg,#fff 55%,#f4f8fc)}.network-hero-copy{background:linear-gradient(135deg,#edf8fb,#fff)}.billing-question{background:linear-gradient(135deg,#f5f1ff,#fff)}.ops-hero>div:first-child{background:linear-gradient(135deg,#edf8f8,#fff)}.tower-status>div:first-child{background:linear-gradient(135deg,#f3f0ff,#fff)}.platform-hero>div:first-child{background:linear-gradient(135deg,#edf5fd,#fff)}.planner-map,.premium-map,.signal-map{background:radial-gradient(circle at 48% 48%,rgba(12,77,162,.08),transparent 44%),#eef4f8}.planner-map .map-grid,.premium-map .map-grid,.signal-map .map-grid{background-image:linear-gradient(rgba(12,77,162,.06) 1px,transparent 0),linear-gradient(90deg,rgba(12,77,162,.06) 1px,transparent 0)}.planner-map-label{background:rgba(255,255,255,.92);color:var(--text-primary);box-shadow:var(--shadow-md)}.map-dot,.planner-dot{border-color:#fff;box-shadow:0 4px 12px rgba(26,61,95,.22)}.copilot-panel{background:linear-gradient(155deg,#fff,#f5f2ff);border-top:3px solid var(--context-intelligence)}.copilot-answer>span,.copilot-head>svg{color:var(--context-intelligence)}.copilot-policy{border-left-color:var(--context-intelligence);background:rgba(116,85,217,.045);border-radius:0 7px 7px 0}.copilot-suggestions button{background:rgba(255,255,255,.78);border-color:#e4dff6}.copilot-suggestions button:hover{border-color:#b8aae8;background:#fff}.copilot-panel form button{background:var(--context-intelligence)}.copilot-answer{border-color:#ded6f5;background:#faf8ff}.tower-item:hover{background:#f6f8fb}.tower-bottom article:first-child{border-top:3px solid var(--status-info)}.tower-bottom article:nth-child(2){border-top:3px solid var(--status-healthy)}.tower-bottom article:nth-child(3){border-top:3px solid var(--context-intelligence)}.tank-gauge{filter:drop-shadow(0 10px 20px rgba(18,41,68,.08))}.tank-vessel{background:linear-gradient(90deg,#edf3f7,#fff 50%,#e7eef4);border-color:#9fb0c2}.tank-liquid{background:linear-gradient(180deg,#45c7d0,#167fb8)}.fill-level>span{height:7px;background:#e8edf2}.fill-level i{background:var(--status-healthy)}.fill-warning i{background:var(--status-warning)}.fill-critical i{background:var(--status-critical)}.context-bar{background:#eaf4fb;border-color:#d4e4f0;color:#36536f}.device-tabs{background:#fff;border-color:var(--border-subtle);box-shadow:var(--shadow-sm)}.device-tabs button.active{background:#fdf1f5;color:#a92355}.telemetry-strip{background-color:#fbfcfe}.attention-row:hover,.operational-alerts>a:hover,.warehouse-row:hover{background:#f7f9fc}.status-pill{border-radius:999px}.status-positive{background:#eaf8f3;color:#08785a}.status-warning{background:#fff6e7;color:#a96208}.status-critical{background:#fff0f1;color:#bc3d49}.status-muted{background:#eef1f4;color:#657387}.login-page{background:#f3f6fa}.login-visual{background:linear-gradient(140deg,#061b32,#0a3353 65%,#0c4d66)}.login-panel{background:#f7f9fc}.login-panel form{padding:40px;border:1px solid var(--border-subtle);border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(18,41,68,.1)}.login-panel input{border-radius:9px;background:#f8fafc;color:var(--text-primary)}html[data-theme=dark] .topbar{background:rgba(8,11,16,.91)}html[data-theme=dark] .alerts-hero,html[data-theme=dark] .billing-hero-premium,html[data-theme=dark] .customer-card,html[data-theme=dark] .customer-hero,html[data-theme=dark] .data-table-wrap,html[data-theme=dark] .fleet-summary,html[data-theme=dark] .metric-card,html[data-theme=dark] .network-health,html[data-theme=dark] .network-hero,html[data-theme=dark] .ops-hero,html[data-theme=dark] .panel,html[data-theme=dark] .platform-hero,html[data-theme=dark] .replenishment-hero,html[data-theme=dark] .route-hero,html[data-theme=dark] .tenant-card,html[data-theme=dark] .tower-status{background:var(--surface-1)}html[data-theme=dark] .billing-question,html[data-theme=dark] .network-hero-copy,html[data-theme=dark] .ops-hero>div:first-child,html[data-theme=dark] .platform-hero>div:first-child,html[data-theme=dark] .tower-status>div:first-child{background:var(--surface-2)}html[data-theme=dark] .planner-map,html[data-theme=dark] .premium-map,html[data-theme=dark] .signal-map{background:#0c121a}html[data-theme=dark] .copilot-panel{background:linear-gradient(155deg,var(--surface-1),var(--surface-2))}html[data-theme=dark] .data-table code{background:var(--surface-3);color:var(--text-secondary)}@media(max-width:1100px){.content{padding-inline:22px}.topbar{padding-inline:20px}}@media(max-width:820px){.content{padding:20px 14px 50px}.topbar{height:70px}.global-search{width:min(48vw,360px)}}.shadow-mode-pill{display:inline-flex;align-items:center;padding:7px 11px;border:1px solid #8b5cf6;border-radius:999px;background:#f4f0ff;color:#6d28d9;font:700 10px/1 var(--font-mono);letter-spacing:.08em;white-space:nowrap}.validation-hero{display:flex;align-items:center;justify-content:space-between;padding:28px 30px;border:1px solid #dfe5ee;border-radius:16px;background:linear-gradient(120deg,#fff 58%,#f5f2ff);box-shadow:var(--shadow-sm)}.validation-hero h2{font-size:30px;letter-spacing:-.04em;margin:8px 0}.validation-hero p{color:var(--text-secondary);margin:0}.validation-live{min-width:235px;border-left:1px solid #ddd8ee;padding-left:28px}.validation-live i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16a36b;margin-right:8px}.validation-live strong{display:block;font:700 35px/1.2 var(--font-mono);margin:8px 0}.validation-live span{font-size:12px;color:var(--text-secondary)}.validation-metrics{display:grid;grid-template-columns:repeat(5,1fr);margin:14px 0;grid-gap:1px;gap:1px;background:#dfe5ee;border:1px solid #dfe5ee;border-radius:14px;overflow:hidden}.validation-metrics article{background:#fff;padding:18px 20px;min-height:112px}.validation-metrics article.positive{background:#f2fbf7}.validation-metrics small,.validation-metrics span{display:block;color:var(--text-muted);font:700 10px/1.3 var(--font-mono);letter-spacing:.06em}.validation-metrics strong{display:block;font:700 25px/1.2 var(--font-mono);margin:13px 0 7px}.validation-metrics .positive strong{color:#087c55}.validation-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.75fr);grid-gap:14px;gap:14px;margin-bottom:14px}.validation-grid.lower{grid-template-columns:1.15fr .85fr}.comparison-chart,.distribution-card,.engineering-trace,.ingestion-health{padding:22px}.comparison-chart header,.review-queue header{display:flex;justify-content:space-between;align-items:flex-start}.comparison-chart h2,.distribution-card h2,.engineering-trace h2,.ingestion-health h2,.review-queue h2{margin:6px 0 15px;font-size:19px}.chart-legend{display:flex;gap:16px;font-size:11px;color:var(--text-secondary)}.chart-legend i{display:inline-block;width:18px;height:3px;margin-right:6px;vertical-align:middle}.legacy-dot{background:#7c8798}.next-dot{background:#cc3366}.curve-chart{height:230px;position:relative;background:linear-gradient(#f8fafc,#fff);border:1px solid #e5eaf1;border-radius:12px;overflow:hidden}.curve-chart svg{width:100%;height:100%}.grid-line{fill:none;stroke:#e7ebf1;stroke-width:1}.legacy-line,.next-line{fill:none;stroke-width:3}.legacy-line{stroke:#7c8798;stroke-dasharray:8 6}.next-line{stroke:#cc3366}.shadow-watermark{position:absolute;right:12px;bottom:10px;color:#7651c7;font:700 9px var(--font-mono);letter-spacing:.1em}.comparison-chart footer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#e3e7ed;margin-top:12px}.comparison-chart footer div{background:#fff;padding:12px}.comparison-chart footer span{display:block;color:var(--text-muted);font:700 9px var(--font-mono)}.comparison-chart footer strong{font:700 15px var(--font-mono)}.histogram{height:144px;display:flex;align-items:flex-end;justify-content:center;gap:6px;padding:12px 8px 0;border-bottom:1px solid #dfe5ee;background:linear-gradient(#fff,#f8fafc)}.histogram i{width:8%;max-width:24px;background:#0c4da2;border-radius:4px 4px 0 0}.histogram i.outlier{background:#cc3366}.histogram-axis{display:flex;justify-content:space-between;font:10px var(--font-mono);color:var(--text-muted);margin-top:8px}.distribution-summary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e5eaf1;margin-top:16px;padding-top:16px}.distribution-summary span,.distribution-summary strong{display:block}.distribution-summary strong{font:700 24px var(--font-mono)}.distribution-summary span{font:700 9px var(--font-mono);color:var(--text-muted)}.trace-step{display:grid;grid-template-columns:34px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 0;border-top:1px solid #e7ebf1}.trace-step>b{display:grid;place-items:center;width:27px;height:27px;border-radius:7px;background:#edf3fc;color:#0c4da2;font:700 10px var(--font-mono)}.trace-step span{font:700 11px var(--font-mono);letter-spacing:.04em}.trace-step small{display:block;color:var(--text-muted);font-weight:500;margin-top:3px}.trace-step>strong{font:700 13px var(--font-mono)}.pipeline-numbers{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.pipeline-numbers div{background:#f4f7fa;border-radius:9px;padding:13px 9px}.pipeline-numbers span,.pipeline-numbers strong{display:block}.pipeline-numbers strong{font:700 18px var(--font-mono)}.pipeline-numbers span{font:700 8px var(--font-mono);color:var(--text-muted);margin-top:5px}.latency{display:flex;gap:10px;margin:16px 0}.latency span{flex:1 1;padding:10px;border:1px solid #e0e5eb;border-radius:8px;color:var(--text-muted);font:10px var(--font-mono)}.latency b{display:block;color:var(--text-primary);margin-top:3px}.safe-note{border-left:3px solid #8b5cf6;background:#f7f4ff;padding:10px 12px;color:#634b92}.review-queue{padding:22px;margin-bottom:14px}.lab-filters{display:flex;gap:5px}.lab-filters button{border:1px solid #dce2ea;background:#fff;border-radius:7px;padding:7px 10px;font:700 9px var(--font-mono);color:var(--text-muted)}.lab-filters button.active{background:#0c2340;color:#fff;border-color:#0c2340}.review-queue tr{cursor:pointer}.review-queue tr.selected td{background:#f6f3ff}.review-queue td small{display:block;color:var(--text-muted);margin-top:3px}.comparison-status,.quality{display:inline-flex;padding:5px 7px;border-radius:5px;font:700 9px var(--font-mono)}.comparison-status.match,.comparison-status.within-tolerance,.quality.valid{background:#e9f8f1;color:#087c55}.comparison-status.review,.quality.suspect{background:#fff7e6;color:#a55e00}.comparison-status.out-of-tolerance{background:#fff0f3;color:#bd244f}.readiness-strip{padding:18px 22px;border-radius:14px;background:#0b2540;color:#fff;margin-bottom:30px;display:grid;grid-template-columns:230px 1fr;grid-gap:12px 24px;gap:12px 24px;align-items:center}.readiness-strip span,.readiness-strip strong{display:block}.readiness-strip div>span{font:700 9px var(--font-mono);letter-spacing:.07em;color:#8fa6bc}.readiness-strip strong{font-size:18px;margin-top:4px}.readiness-bar{height:9px;background:#203d58;border-radius:999px;overflow:hidden}.readiness-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#24c7c9,#4bd197)}.readiness-breakdown{grid-column:2;display:flex;justify-content:space-between}.readiness-breakdown span{font-size:9px!important}@media(max-width:1100px){.validation-metrics{grid-template-columns:repeat(3,1fr)}.readiness-strip,.validation-grid,.validation-grid.lower{grid-template-columns:1fr}.readiness-breakdown{grid-column:1;flex-wrap:wrap;gap:8px}}@media(max-width:700px){.validation-hero{align-items:flex-start;flex-direction:column;gap:20px}.validation-live{border-left:0;border-top:1px solid #ddd8ee;padding:15px 0 0}.validation-metrics{grid-template-columns:1fr 1fr}.comparison-chart header,.review-queue header{flex-direction:column;gap:12px}.chart-legend{flex-wrap:wrap}.pipeline-numbers{grid-template-columns:1fr 1fr}}.main{min-width:0;width:calc(100% - var(--sidebar))}.content{overflow-x:clip}.platform-status{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;font:750 9px var(--font-mono);letter-spacing:.05em}.platform-status i{width:7px;height:7px;border-radius:50%}.platform-status.healthy{background:#e9f8f1;color:#087c55}.platform-status.healthy i{background:#16a36b}.platform-status.degraded{background:#fff6e7;color:#a96208}.platform-status.degraded i{background:#d9840f}.global-loading{height:60vh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary)}.global-loading i{width:18px;height:18px;border:2px solid #d7dee8;border-top-color:#0c4da2;border-radius:50%;animation:spin .8s linear infinite}.global-hero{display:grid;grid-template-columns:1fr 230px;min-height:238px;overflow:hidden;border:1px solid #dbe3ec;border-radius:18px;background:radial-gradient(circle at 78% 50%,rgba(35,184,189,.14),transparent 31%),linear-gradient(120deg,#fff 48%,#edf7fa);box-shadow:var(--shadow-sm)}.global-hero>div:first-child{padding:31px 34px}.global-hero h2{margin:8px 0 5px;font-size:32px;letter-spacing:-.045em}.global-hero p{font-size:16px;color:#5d6f82}.global-hero p strong{color:#102033;font:750 17px var(--font-mono)}.hero-state{gap:22px;margin:24px 0 15px}.hero-state,.hero-state span{display:flex;align-items:center}.hero-state span{gap:7px;color:#087c55;font-weight:750}.hero-state span i{width:8px;height:8px;border-radius:50%;background:#17a572}.hero-state b{font-size:13px}.global-hero small{font-size:11px;color:var(--text-muted)}.global-hero-orbit{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #d8e6ea;background:rgba(255,255,255,.38)}.global-hero-orbit:after,.global-hero-orbit:before{content:"";position:absolute;border:1px solid rgba(24,143,149,.18);border-radius:50%}.global-hero-orbit:before{width:170px;height:170px}.global-hero-orbit:after{width:125px;height:125px}.global-hero-orbit small,.global-hero-orbit span{z-index:1;font:750 9px var(--font-mono);color:#67818b;letter-spacing:.09em}.global-hero-orbit strong{z-index:1;margin:10px 0;font:750 35px var(--font-mono)}.executive-metrics{display:grid;min-width:0;grid-template-columns:minmax(0,1.18fr) minmax(0,.9fr) minmax(0,.82fr) minmax(0,1fr) minmax(0,1.18fr) minmax(0,.98fr);grid-gap:10px;gap:10px;margin:12px 0}.executive-metric{position:relative;min-width:0;min-height:182px;padding:19px 18px;overflow:hidden;border:1px solid #e0e6ed;border-radius:14px;background:#fff;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:transform .16s,box-shadow .16s}.executive-metric:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.executive-metric>svg:not(.metric-spark){position:absolute;right:15px;top:15px;width:18px}.executive-metric>span{display:block;font:750 10px var(--font-mono);letter-spacing:.07em}.executive-metric>strong{display:block;margin:17px 0 2px;font:750 27px var(--font-mono);letter-spacing:-.04em}.executive-metric>strong em{font-size:11px;font-style:normal}.executive-metric p{margin:0;color:var(--text-secondary);font-size:11px}.executive-metric small{display:block;margin-top:12px;font-size:10px;font-weight:700}.executive-metric.cyan{background:#effafb;border-top:3px solid #21aeb2}.executive-metric.green{background:#f0faf5;border-top:3px solid #18a273}.executive-metric.blue{background:#f1f6fd;border-top:3px solid #2878c8}.executive-metric.violet{background:#f7f4ff;border-top:3px solid #7a5cda}.executive-metric.indigo{background:#f3f1fc;border-top:3px solid #5845b5}.executive-metric.coral{background:#fff3f4;border-top:3px solid #d94f5c}.metric-spark{position:absolute;left:0;right:0;bottom:0;width:100%;height:42px;opacity:.65}.metric-spark path{fill:none;stroke:currentColor;stroke-width:2}.micro-progress{display:block;height:5px;margin-top:16px;border-radius:99px;background:rgba(92,113,134,.14);overflow:hidden}.micro-progress i{display:block;height:100%;border-radius:inherit;background:currentColor}.overview-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,.9fr);grid-gap:12px;gap:12px;min-width:0}.overview-main-grid>*{min-width:0}.attention-center,.installed-map{padding:23px}.attention-center>header,.business-pulse>header,.installed-map>header,.overview-section>header{display:flex;align-items:flex-start;justify-content:space-between}.attention-center h2,.business-pulse h2,.installed-map h2,.overview-section h2,.recent-activity h2,.revenue-integrity h2{margin:6px 0;font-size:20px}.attention-center header p{margin:0;color:var(--text-muted);font-size:11px}.attention-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:390px}.attention-filters button,.pulse-controls button{padding:6px 8px;border:1px solid #dce3eb;border-radius:6px;background:#fff;color:#66768a;font:750 8px var(--font-mono)}.attention-filters button.active,.pulse-controls button.active{background:#0b2948;border-color:#0b2948;color:#fff}.attention-list{margin-top:16px}.attention-list>a{display:grid;grid-template-columns:78px 1fr auto;align-items:center;grid-gap:15px;gap:15px;min-height:91px;border-top:1px solid #e5e9ef;color:var(--text-primary)}.attention-list>a:hover{background:#f8fafc}.severity-label{display:flex;flex-direction:column;width:64px;padding:7px;border-radius:7px;font:800 9px var(--font-mono)}.severity-label small{margin-top:4px;opacity:.68}.severity-label.high{background:#fff0f2;color:#bd3550}.severity-label.medium{background:#fff6e6;color:#a9650b}.attention-list b{display:block;margin-bottom:5px;color:#6d7c8e;font:800 9px var(--font-mono)}.attention-list strong{font-size:13px}.attention-list p{margin:5px 0 0;color:var(--text-muted);font-size:10px}.attention-list em{color:#b52d5a;font-size:10px;font-style:normal;font-weight:750;white-space:nowrap}.installed-map header>a,.overview-section header>a{font-size:10px;color:#0c4da2}.geo-map{position:relative;height:390px;margin-top:14px;overflow:hidden;border:1px solid #dce5ec;border-radius:12px;background:linear-gradient(135deg,#eaf4f7,#f8fbfc)}.geo-map svg{width:100%;height:100%}.geo-map .land{fill:#dbe8ea;stroke:#a9c7ca;stroke-width:2}.geo-lines{fill:none;stroke:#c4d7db;stroke-width:1}.geo-cluster{position:absolute;transform:translate(-50%,-50%);display:flex;min-width:58px;min-height:58px;flex-direction:column;align-items:center;justify-content:center;border:4px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 5px 15px rgba(30,67,84,.2);color:#fff}.geo-cluster.healthy{background:#168d68}.geo-cluster.degraded{background:#c98218}.geo-cluster.issue{background:#d44c59}.geo-cluster strong{font:750 11px var(--font-mono)}.geo-cluster span{font-size:8px}.map-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-top:11px;border-top:1px solid #e4e9ef}.map-summary span{padding:12px 8px;color:var(--text-muted);font-size:8px}.map-summary b{display:block;color:var(--text-primary);font:750 14px var(--font-mono)}.overview-section{margin:12px 0;padding:23px;border:1px solid #dfe5ed;border-radius:15px;background:#f8fafc}.overview-section>header>small{color:var(--text-muted);font:750 9px var(--font-mono)}.health-domain-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:15px}.health-domain{padding:17px;border:1px solid #dfe6ec;border-radius:12px;background:#fff;color:var(--text-primary)}.health-domain header{display:flex;align-items:center;gap:8px}.health-domain header svg{width:16px}.health-domain header strong{font-size:12px}.health-domain header i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#1b9c72}.health-main{display:flex;align-items:baseline;gap:7px;margin:17px 0}.health-main b{font:750 24px var(--font-mono)}.health-main span{color:var(--text-muted);font-size:9px}.health-distribution{display:flex;height:8px;gap:2px}.health-distribution i{display:block;border-radius:2px;background:#25a780}.health-distribution .segment-1{background:#d48719}.health-distribution .segment-2{background:#d9505d}.health-domain p{display:flex;justify-content:space-between;margin:9px 0 0;color:var(--text-muted);font-size:9px}.health-domain p b{color:var(--text-primary);font-family:var(--font-mono)}.health-domain.cyan{border-top:3px solid #20aeb3}.health-domain.blue{border-top:3px solid #2878c8}.health-domain.violet{border-top:3px solid #7355d8}.health-domain.orange{border-top:3px solid #e17d31}.business-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-gap:12px;gap:12px}.business-pulse{padding:23px}.pulse-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:480px}.pulse-chart{position:relative;height:260px;margin-top:12px;border:1px solid #e1e7ed;border-radius:10px;background:#fbfcfe;overflow:hidden}.pulse-chart svg{width:100%;height:100%}.pulse-grid{fill:none;stroke:#e5eaf0;stroke-width:1}.pulse-area{fill:rgba(40,120,200,.1)}.pulse-line{fill:none;stroke:#2878c8;stroke-width:3}.pulse-chart>span{position:absolute;left:14px;top:12px;color:#52647a;font:750 9px var(--font-mono)}.global-copilot{padding:18px;background:linear-gradient(150deg,#fff,#f4f0ff)}.global-copilot header{display:flex;align-items:center;gap:9px}.global-copilot header svg{color:#7355d8}.global-copilot header div{display:flex;flex-direction:column}.global-copilot header span{font:800 9px var(--font-mono)}.global-copilot header strong{color:var(--text-muted);font-size:9px}.global-copilot header button{margin-left:auto;border:0;background:transparent;color:#7355d8;font:750 8px var(--font-mono)}.global-copilot>p{padding:10px;border-left:2px solid #7355d8;background:rgba(115,85,216,.05);font-size:10px;color:#655a79}.global-suggestions{display:flex;flex-direction:column;gap:5px}.global-suggestions button{text-align:left;border:1px solid #e2dcf3;border-radius:7px;background:#fff;padding:9px;font-size:9px}.global-copilot form{display:grid;grid-template-columns:1fr auto;grid-gap:5px;gap:5px;margin-top:10px}.global-copilot input{min-width:0;padding:9px;border:1px solid #d9d1ef;border-radius:7px}.global-copilot form button{border:0;border-radius:7px;background:#7355d8;color:#fff;font:750 8px var(--font-mono)}.global-answer{margin-top:9px;padding:10px;border-radius:8px;background:#fff}.global-answer b{color:#7355d8;font:750 8px var(--font-mono)}.global-answer p{font-size:10px}.global-answer a{font-size:9px;color:#0c4da2}.global-copilot.compact{min-height:92px}.global-copilot.compact header{height:100%}.tenant-health-table{margin-top:13px;border:1px solid #e0e6ed;border-radius:11px;overflow:hidden}.tenant-health-head,.tenant-health-table>a{display:grid;grid-template-columns:1.5fr .7fr .9fr .8fr .6fr .65fr;align-items:center;grid-gap:12px;gap:12px;min-height:58px;padding:0 16px}.tenant-health-head{min-height:35px;background:#eef3f7;color:#66778a;font:750 8px var(--font-mono)}.tenant-health-table>a{border-top:1px solid #e6eaf0;color:var(--text-primary);font-size:10px}.tenant-health-table>a:hover{background:#f7f9fc}.tenant-health-table>a>span{font-family:var(--font-mono)}.tenant-health-table .micro-progress{width:100%;margin-top:5px}.tenant-health-table em{justify-self:start;padding:5px 7px;border-radius:999px;font:750 8px var(--font-mono);font-style:normal}.tenant-health-table em.healthy{background:#e9f8f1;color:#087c55}.tenant-health-table em.attention{background:#fff6e7;color:#a96208}.bottom-operations-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:12px;gap:12px}.recent-activity,.revenue-integrity{padding:23px}.leakage-focus{margin-top:16px;padding:18px;border-radius:11px;background:#fff1f3}.leakage-focus span{font:750 9px var(--font-mono);color:#a4364f}.leakage-focus strong{display:block;margin:10px 0;font:750 28px var(--font-mono)}.leakage-focus strong small{font-size:11px}.leakage-focus p{font-size:10px}.leakage-focus .micro-progress{color:#d94f5c}.leakage-breakdown{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin:12px 0}.leakage-breakdown span{padding:10px;border:1px solid #e3e7ed;border-radius:7px;color:var(--text-muted);font-size:8px}.leakage-breakdown b{display:block;margin-top:4px;color:var(--text-primary);font:750 13px var(--font-mono)}.revenue-integrity>a{font:750 9px var(--font-mono);color:#b52d5a}.recent-activity>div{display:grid;grid-template-columns:10px 1fr auto;align-items:start;grid-gap:10px;gap:10px;padding:10px 0;border-top:1px solid #e5e9ef}.recent-activity>div>i{width:8px;height:8px;margin-top:3px;border:2px solid #fff;border-radius:50%;background:#2878c8;box-shadow:0 0 0 1px #2878c8}.recent-activity>div span{display:flex;flex-direction:column;font-size:10px}.recent-activity>div b{margin-bottom:3px;color:var(--text-muted);font:750 8px var(--font-mono)}.recent-activity>div small{color:var(--text-muted);font-size:8px}@media(max-width:1450px){.executive-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-main-grid{grid-template-columns:1.25fr .85fr}.executive-metric{min-height:155px}.global-hero{min-height:210px}}@media(max-width:1120px){.bottom-operations-grid,.business-grid,.overview-main-grid{grid-template-columns:1fr}.health-domain-grid{grid-template-columns:1fr 1fr}.installed-map{min-height:500px}.global-copilot.compact{min-height:84px}}@media(max-width:760px){.global-hero{grid-template-columns:1fr}.global-hero-orbit{display:none}.executive-metrics{grid-template-columns:1fr 1fr}.attention-center>header,.business-pulse>header,.overview-section>header{flex-direction:column;gap:12px}.attention-filters,.pulse-controls{justify-content:flex-start}.attention-list>a{grid-template-columns:70px 1fr}.attention-list em{display:none}.health-domain-grid{grid-template-columns:1fr}.tenant-health-table{overflow-x:auto}.tenant-health-head,.tenant-health-table>a{min-width:760px}.leakage-breakdown{grid-template-columns:1fr 1fr}}.commercial-tabs{display:flex;gap:4px;margin-bottom:20px;padding:5px;background:#e8edf3;border-radius:12px;width:max-content}.commercial-tabs a{padding:9px 14px;border-radius:8px;color:#526172;font-size:12px;font-weight:750}.commercial-tabs a.active{background:#fff;color:#071a35;box-shadow:0 2px 8px #18335412}.commercial-hero{display:grid;grid-template-columns:1.5fr .65fr .65fr;min-height:190px;background:linear-gradient(120deg,#08213c,#0b3651 66%,#07505b);color:#fff;border-radius:18px;overflow:hidden}.commercial-hero>div{padding:28px;border-right:1px solid #ffffff1d}.commercial-hero h2{font-size:30px;max-width:620px;margin:9px 0}.commercial-hero p,.commercial-hero small{color:#b7c9d9}.commercial-hero>div:not(:first-child){display:flex;flex-direction:column;justify-content:center}.commercial-hero>div>span{font-size:11px;letter-spacing:.12em;color:#86e4dc}.commercial-hero>div>strong{font-size:28px;margin:10px 0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.commercial-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:14px 0}.commercial-kpis>div{padding:18px;background:#fff;border:1px solid #dce5ee;border-radius:14px;display:grid;grid-template-columns:auto 1fr;grid-gap:4px 10px;gap:4px 10px}.commercial-kpis svg{grid-row:1/4;color:#078d92}.commercial-kpis span{font-size:12px;color:#607184}.commercial-kpis strong{font-size:24px}.commercial-kpis a,.commercial-kpis small{font-size:11px;color:#087f83}.commercial-kpis .danger{background:#fff7f6;border-color:#f2c9c5}.commercial-kpis .danger a,.commercial-kpis .danger svg{color:#c74343}.commercial-table{padding:0;overflow:hidden}.commercial-table>header{padding:20px;display:flex;justify-content:space-between}.commercial-table h2{margin:5px 0}.table-tools{display:flex;gap:6px}.table-tools button{border:1px solid #d7e0e9;background:#fff;padding:7px 10px;border-radius:7px;color:#536376}.commercial-row{display:grid;grid-template-columns:1.45fr .9fr 1.1fr .8fr .75fr .7fr 28px;align-items:center;grid-gap:12px;gap:12px;padding:14px 20px;border-top:1px solid #e5ebf1}.commercial-row.head{background:#f6f8fb;color:#728094;text-transform:uppercase;font-size:10px;letter-spacing:.08em}.commercial-row span{display:flex;flex-direction:column;gap:4px;min-width:0}.commercial-row strong{font-size:12px}.commercial-row small{font-size:10px;color:#768596}.commercial-row button{border:0;background:none;color:#718094}.contract-status,.payment-status{width:max-content;padding:5px 7px;border-radius:5px;font-size:9px;font-style:normal;font-weight:800}.contract-status.signed,.payment-status.current{background:#e4f6ed;color:#16805a}.contract-status.expiring,.contract-status.pending_signature{background:#fff2d7;color:#9a6500}.contract-status.draft{background:#e8edf4;color:#536376}.payment-status.overdue{background:#fde8e7;color:#bd3030}.catalog-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:16px;gap:16px}.catalog-rules{padding:22px}.catalog-rules h2{margin:8px 0}.catalog-rules p{color:#657587;font-size:13px;line-height:1.6}.catalog-rules>div{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #e3e9ef;font-size:11px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.module-grid article,.product-grid article{background:#fff;border:1px solid #dce5ee;border-radius:15px;padding:20px}.product-grid svg{color:#078d92}.module-grid article>span,.product-grid article>span{float:right;font-size:9px;color:#087f83;font-weight:800}.module-grid h3,.product-grid h3{margin:18px 0 6px}.module-grid p,.product-grid p{color:#667688;font-size:12px;min-height:34px}.product-grid dl{font-size:10px}.product-grid dl div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #edf1f5}.product-grid dd{font-weight:700}.module-grid button,.product-grid button{margin-top:12px;border:0;background:none;color:#087f83;font-size:10px;font-weight:800}.modules-page>header{max-width:700px;margin:8px 0 24px}.modules-page h2{font-size:30px;margin:8px 0}.modules-page header p{color:#657587}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.module-grid article>i{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#e6f6f4;color:#087f83;font-style:normal;font-weight:800}.commercial-drawer{position:fixed;right:0;top:0;height:100vh;width:min(620px,100vw);background:#fff;z-index:100;padding:24px;display:flex;flex-direction:column;box-shadow:-20px 0 60px #06162d30}.commercial-drawer>header{display:flex;justify-content:space-between}.commercial-drawer header h2{margin:5px 0}.commercial-drawer header button{border:0;background:none}.contract-stepper{display:flex;margin:24px 0;border-bottom:1px solid #dae3ec}.contract-stepper button{flex:1 1;border:0;background:none;padding:10px 4px;color:#8491a1;font-size:10px}.contract-stepper i{display:grid;place-items:center;margin:auto auto 5px;width:25px;height:25px;border-radius:50%;background:#e8edf3;font-style:normal}.contract-stepper .active{color:#087f83;font-weight:800}.contract-stepper .active i,.contract-stepper .complete i{background:#078d92;color:#fff}.contract-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.contract-form label{font-size:11px;color:#5d6d7e;font-weight:700}.contract-form input,.contract-form select{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #ccd7e2;border-radius:8px;background:#f8fafc}.contract-form .check{display:flex;align-items:center;gap:8px}.contract-form .check input{width:auto}.contract-review,.price-line{grid-column:1/-1;padding:18px;background:#eef7f6;border-radius:12px}.contract-review dl div,.price-line{display:flex;justify-content:space-between}.contract-review dl div{padding:10px 0;border-bottom:1px solid #dce7e6}.contract-review dd{font-weight:800}.contract-review p{font-size:11px;color:#627587}.commercial-drawer footer{margin-top:auto;display:flex;justify-content:flex-end;gap:8px}.commercial-drawer footer button{padding:11px 16px;border:1px solid #d5dee7;border-radius:8px;background:#fff}.commercial-drawer footer .primary-button{background:#078d92;color:#fff;border-color:#078d92}@media(max-width:1000px){.commercial-hero{grid-template-columns:1fr 1fr}.commercial-hero>div:first-child{grid-column:1/-1}.commercial-kpis,.module-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.commercial-row{grid-template-columns:1.3fr 1fr 1fr .7fr}.commercial-row>:nth-child(4),.commercial-row>:nth-child(5),.commercial-row>:nth-child(7){display:none}.catalog-layout{grid-template-columns:1fr}}.tenant-builder{position:fixed;right:0;top:0;width:min(920px,100vw);height:100vh;background:#f6f8fb;z-index:110;box-shadow:-24px 0 70px #06162d30;display:flex;flex-direction:column}.tenant-builder>header{padding:22px 26px;background:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #dce4ec}.tenant-builder>header h2{margin:5px 0}.tenant-builder>header p{margin:0;color:#68788a;font-size:12px}.tenant-builder>header button{border:0;background:none}.tenant-stepper{display:grid;grid-template-columns:repeat(6,1fr);padding:12px 22px;background:#0a213a}.tenant-stepper button{border:0;background:none;color:#8ca0b5;font-size:9px;padding:7px}.tenant-stepper i{display:grid;place-items:center;margin:auto auto 5px;width:27px;height:27px;border-radius:50%;background:#15334e;font-style:normal}.tenant-stepper .active,.tenant-stepper .complete{color:#fff}.tenant-stepper .active i,.tenant-stepper .complete i{background:#11a7a5}.tenant-builder-body{padding:24px;overflow:auto;flex:1 1}.discovery-form,.integration-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.builder-intro{grid-column:1/-1;display:flex;gap:14px;padding:18px;background:#e9f5f4;border-radius:13px;color:#0a5056}.builder-intro svg{width:28px;height:28px}.builder-intro h3{margin:0 0 4px}.builder-intro p{margin:0;font-size:12px;color:#587378}.discovery-form label,.integration-details label{font-size:11px;font-weight:750;color:#58697a}.discovery-form input,.discovery-form select,.discovery-form textarea,.integration-details input,.integration-details select,.integration-details textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #ccd7e2;border-radius:9px;background:#fff}.discovery-form textarea,.integration-details textarea{min-height:85px;resize:vertical}.wide{grid-column:1/-1}.solution-banner{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(110deg,#09243e,#0a555c);color:#fff;border-radius:14px;margin-bottom:14px}.solution-banner svg{color:#55ded2}.solution-banner div{flex:1 1}.solution-banner h3{margin:0}.solution-banner p{margin:4px 0;color:#b9d4da;font-size:11px}.solution-banner button{padding:9px 12px;background:#fff;border:0;border-radius:7px;color:#07545a;font-size:10px;font-weight:800}.tenant-module-grid{grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.tenant-module-grid>button{text-align:left;position:relative;min-height:180px;padding:17px;border:1px solid #d8e2eb;border-radius:13px;background:#fff;color:#172a3e}.tenant-module-grid>button.selected{border:2px solid #0b9e9e;background:#f0fbfa}.tenant-module-grid svg{color:#098e91}.tenant-module-grid span{float:right;font-size:8px;font-weight:800;color:#738496}.tenant-module-grid h4{margin:15px 0 6px}.tenant-module-grid p{font-size:11px;color:#667789;line-height:1.45}.tenant-module-grid small{font-size:9px;color:#637487}.tenant-module-grid i{position:absolute;right:12px;bottom:12px;font-size:8px;font-style:normal;font-weight:850;color:#088b8c}.integration-details{margin-top:16px}.economics-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:18px;gap:18px}.tenant-billing-preview{background:#0a213a;color:#fff;border-radius:15px;padding:22px}.tenant-billing-preview h3{font-size:22px}.tenant-billing-preview>div{display:flex;justify-content:space-between;padding:13px 0;border-top:1px solid #ffffff17;font-size:11px}.tenant-billing-preview>div span{color:#a9bac9}.tenant-billing-preview a{display:block;margin-top:18px;color:#55ded2;font-size:10px;font-weight:800}.tenant-review{background:#fff;border:1px solid #dce4ec;border-radius:15px;padding:24px}.tenant-review h3{font-size:28px;margin:7px 0}.tenant-review>div>p{color:#68788a}.review-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.review-columns dl div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #e5ebf0;font-size:11px}.review-columns dd{font-weight:800}.creation-flow{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;padding:17px;background:#edf6f5;border-radius:10px}.creation-flow span{font-size:10px;font-weight:800}.creation-flow i{font-style:normal;color:#0b9e9e}.safe-note{font-size:11px;color:#667789;text-align:center}.tenant-builder>footer{padding:16px 24px;background:#fff;border-top:1px solid #dce4ec;display:flex;justify-content:flex-end;gap:8px}.tenant-builder>footer button{padding:11px 16px;border:1px solid #d5dee7;border-radius:8px;background:#fff}.tenant-builder>footer .primary-button{background:#078d92;color:#fff;border-color:#078d92}@media(max-width:800px){.tenant-module-grid{grid-template-columns:1fr 1fr}.economics-layout{grid-template-columns:1fr}.tenant-stepper span{display:none}}.integration-hero{display:grid;grid-template-columns:1.5fr repeat(3,.45fr);border-radius:17px;overflow:hidden;background:linear-gradient(120deg,#09243e,#0b4f5a);color:#fff}.integration-hero>div{padding:25px;border-right:1px solid #ffffff1d}.integration-hero h2{font-size:28px;margin:8px 0}.integration-hero p,.integration-hero small{color:#b6ced4}.integration-hero>div:not(:first-child){display:flex;flex-direction:column;justify-content:center}.integration-hero>div>strong{font-size:27px}.integration-hero>div>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.integration-workspace{display:grid;grid-template-columns:1fr 280px;grid-gap:14px;gap:14px;margin:15px 0}.connector-catalog{background:#fff;border:1px solid #dce5ee;border-radius:15px;padding:20px}.connector-catalog>header{display:flex;justify-content:space-between;align-items:flex-start}.connector-catalog h2{margin:6px 0}.connector-tools{display:flex;gap:5px}.connector-tools>div{display:flex;align-items:center;border:1px solid #d6dfe8;border-radius:8px;padding:0 8px}.connector-tools input{border:0;outline:0;padding:8px;width:130px}.connector-tools button{border:1px solid #d8e1e9;background:#fff;border-radius:7px;font-size:9px}.connector-tools button.active{background:#09243e;color:#fff}.connector-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-top:15px}.connector-grid>button{text-align:left;padding:15px;border:1px solid #dce5ee;border-radius:12px;background:#fff;min-height:195px}.connector-grid>button:hover{border-color:#0c9a9b;box-shadow:0 7px 20px #173b5110}.connector-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#e5f5f3;color:#087f83;font-weight:850}.connector-grid>button>span{float:right;margin-top:-32px;font-size:8px;color:#718194}.connector-grid h3{margin:13px 0 5px}.connector-grid p{font-size:10px;line-height:1.45;color:#667789;min-height:43px}.connector-method{display:flex;gap:6px;align-items:center;font-size:9px;color:#536779}.connector-method svg{width:13px}.connector-grid footer{display:flex;justify-content:space-between;margin-top:12px}.connector-grid em,.integration-detail-status em{font-size:8px;font-style:normal;font-weight:850;padding:4px 6px;border-radius:5px}.connector-grid em.available,.integration-detail-status em.available{background:#e1f5eb;color:#137553}.connector-grid em.discovery,.integration-detail-status em.discovery{background:#fff0d1;color:#946100}.integration-principles{padding:20px;background:#0a213a;color:#fff}.integration-principles>svg{color:#4ad8ce}.integration-principles h2{font-size:21px}.integration-principles>p{font-size:11px;color:#afc0cf;line-height:1.55}.integration-principles ol{list-style:none;padding:0}.integration-principles li{padding:11px 0;border-top:1px solid #ffffff16;font-size:10px}.integration-principles li b{color:#4ad8ce;margin-right:8px}.integration-principles a{font-size:9px;color:#4ad8ce;font-weight:800}.tenant-integration-table{padding:0;overflow:hidden}.tenant-integration-table>header{display:flex;justify-content:space-between;padding:20px}.tenant-integration-table h2{margin:5px 0}.tenant-integration-table header p{margin:0;font-size:11px;color:#667789}.tenant-integration-table header a{font-size:10px;color:#087f83}.tenant-integration-row{display:grid;grid-template-columns:1.2fr .8fr 1.1fr 1fr .65fr .7fr .65fr;grid-gap:10px;gap:10px;align-items:center;padding:14px 20px;border-top:1px solid #e4eaf0;font-size:10px}.tenant-integration-row.head{background:#f5f8fa;color:#718194;text-transform:uppercase;font-size:9px}.tenant-integration-row>span:first-child{display:flex;align-items:center;gap:7px}.tenant-integration-row svg{width:15px}.tenant-integration-row em{width:max-content;font-style:normal;font-size:8px;font-weight:850;padding:5px 6px;border-radius:5px}.tenant-integration-row em.healthy{background:#e3f6ed;color:#177354}.tenant-integration-row em.discovery{background:#fff0d4;color:#956300}.tenant-integration-row em.not_contracted{background:#e9edf2;color:#637285}.tenant-integration-row button{border:0;background:none;color:#087f83;font-size:8px;font-weight:850}.integration-drawer{position:fixed;right:0;top:0;width:min(560px,100vw);height:100vh;background:#fff;z-index:120;padding:24px;box-shadow:-20px 0 60px #06162d30;display:flex;flex-direction:column}.integration-drawer>header{display:flex;justify-content:space-between}.integration-drawer header span{font-size:9px;color:#087f83;font-weight:800}.integration-drawer header h2{font-size:28px;margin:5px 0}.integration-drawer header button{border:0;background:none}.integration-detail-status{display:flex;gap:10px;align-items:center;padding:13px;background:#f1f6f8;border-radius:9px;font-size:10px}.integration-drawer>p{color:#607184;line-height:1.5}.integration-drawer h3{font-size:13px;margin-top:22px}.scope-picker{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.scope-picker label{padding:10px;background:#f5f8fa;border-radius:7px;font-size:10px}.integration-drawer>label{font-size:10px;font-weight:750;margin-top:10px}.integration-drawer input,.integration-drawer select{display:block;width:100%;padding:11px;margin-top:5px;border:1px solid #d1dce5;border-radius:8px;background:#fff}.integration-flow{display:flex;align-items:center;justify-content:center;gap:7px;padding:14px;margin-top:18px;background:#eaf6f5;border-radius:9px;font-size:9px;font-weight:800}.integration-flow svg{color:#078d92}.integration-flow i{font-style:normal;color:#078d92}.drawer-warning{display:flex;gap:8px;padding:12px;background:#fff7e9;margin-top:12px}.drawer-warning svg{color:#b87400}.drawer-warning p{margin:0;font-size:9px;color:#715c35}.integration-drawer footer{margin-top:auto;display:flex;justify-content:flex-end;gap:8px}.integration-drawer footer button{padding:10px;border:1px solid #d5dee7;background:#fff;border-radius:8px;font-size:9px}.integration-drawer footer .primary-button{background:#078d92;color:#fff}@media(max-width:1050px){.integration-workspace{grid-template-columns:1fr}.connector-grid{grid-template-columns:repeat(2,1fr)}.integration-hero{grid-template-columns:1fr repeat(3,.5fr)}.integration-hero>div:first-child{grid-column:1/-1}}.tenant-suite-hero{display:grid;grid-template-columns:1.6fr repeat(3,.55fr);min-height:170px;border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden;background:linear-gradient(120deg,var(--surface-1),var(--surface-2))}.tenant-suite-hero>div{display:flex;flex-direction:column;justify-content:center;padding:22px;border-right:1px solid var(--border-subtle)}.tenant-suite-hero h2{margin:8px 0 5px;font-size:25px}.tenant-suite-hero p{color:var(--text-secondary);font-size:10px}.delivery-reconcile span,.forecast-horizon span,.tenant-suite-hero span,.user-metrics span{color:var(--text-muted);font:700 8px var(--mono)}.delivery-reconcile strong,.forecast-horizon strong,.tenant-suite-hero strong,.user-metrics strong{margin-top:9px;font:650 24px var(--mono)}.delivery-reconcile small,.forecast-horizon small,.tenant-suite-hero small,.user-metrics small{margin-top:6px;color:var(--text-muted)}.tenant-suite-tabs{display:flex;gap:3px;margin:12px 0;padding:5px;border:1px solid var(--border-subtle);border-radius:9px;background:var(--surface-1);overflow:auto}.tenant-suite-tabs a{padding:9px 13px;border-radius:6px;color:var(--text-muted);font:700 8px var(--mono);white-space:nowrap}.tenant-suite-tabs a.active{background:var(--surface-selected);color:var(--text-primary);box-shadow:inset 0 -2px var(--brand-primary)}.tenant-module-grid{display:grid;grid-template-columns:1.55fr .75fr;grid-gap:12px;gap:12px}.suite-primary,.suite-side,.tenant-module{padding:20px}.suite-title,.tenant-module>header{display:flex;align-items:center;gap:12px}.module-icon,.suite-title>svg{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:9px;color:var(--brand-primary);background:var(--surface-2)}.module-icon svg{width:18px}.suite-side>span,.suite-title span,.tenant-module>header span{color:var(--brand-primary);font:700 8px var(--mono);letter-spacing:1px}.suite-title h2,.tenant-module h2{margin:4px 0 0}.delivery-reconcile,.forecast-horizon,.user-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.delivery-reconcile>div,.forecast-horizon>div,.user-metrics>div{display:flex;min-height:105px;flex-direction:column;justify-content:center;padding:16px;border-right:1px solid var(--border-subtle)}.ai-insight{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;margin-top:12px;padding:15px;border-left:3px solid var(--brand-primary);background:var(--surface-2)}.ai-insight svg{color:var(--brand-primary)}.ai-insight p{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.55}.ai-insight a{font:700 8px var(--mono)}.suite-side>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;min-height:65px;border-top:1px solid var(--border-subtle)}.suite-side>a i{width:7px;height:7px;border-radius:50%;background:var(--status-warning)}.suite-side>a i.critical{background:var(--status-critical)}.suite-side>a span{display:flex;flex-direction:column}.suite-side>a small{margin-top:4px;color:var(--text-muted)}.suite-side>a b{font:700 9px var(--mono)}.tenant-module>header p{margin:5px 0 0;color:var(--text-secondary);font-size:10px}.suite-table{margin-top:20px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.suite-table>div,.suite-table>header{display:grid;grid-template-columns:repeat(var(--cols),minmax(110px,1fr));align-items:center;grid-gap:12px;gap:12px;min-height:48px;padding:0 14px;border-top:1px solid var(--border-subtle)}.suite-table>header{border:0;background:var(--surface-2);color:var(--text-muted);font:700 7px var(--mono)}.suite-table>div span,.suite-table>div strong{font-size:9px}.suite-table>div span:last-child{color:var(--status-info)}.delivery-reconcile{grid-template-columns:repeat(4,1fr)}.user-metrics{grid-template-columns:repeat(3,1fr) auto}.user-metrics>.primary-button{align-self:center;margin:18px}.integration-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:20px}.integration-cards>div{display:flex;min-height:115px;flex-direction:column;padding:16px;border:1px solid var(--border-subtle);border-radius:9px;background:var(--surface-2)}.integration-cards span{margin-top:15px;color:var(--status-healthy);font:700 8px var(--mono)}.integration-cards small{margin-top:7px;color:var(--text-muted)}.module-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:20px}.module-cards>div{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid var(--border-subtle);border-radius:8px}.module-cards span{display:flex;flex-direction:column}.module-cards small{margin-top:5px;color:var(--text-muted)}.module-cards b{color:var(--status-healthy);font:700 7px var(--mono)}.nearby-route-head{display:grid;grid-template-columns:1.5fr 1fr 1fr;margin-top:20px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.nearby-route-head>div{display:flex;min-height:95px;flex-direction:column;justify-content:center;padding:15px;border-right:1px solid var(--border-subtle)}.nearby-route-head span{color:var(--text-muted);font:700 7px var(--mono)}.nearby-route-head strong{margin-top:7px;font:650 15px var(--mono)}.nearby-route-head small{margin-top:5px;color:var(--text-muted)}.nearby-layout{display:grid;grid-template-columns:.8fr 1.4fr;grid-gap:10px;gap:10px;margin-top:10px}.nearby-map{position:relative;min-height:410px;overflow:hidden;border:1px solid var(--border-subtle);border-radius:9px;background:#0b1b29}.nearby-map .route-line{position:absolute;left:10%;top:55%;width:78%;height:3px;transform:rotate(-12deg);background:var(--brand-primary);box-shadow:0 0 0 3px rgba(45,210,207,.08)}.nearby-map>button,.route-start{position:absolute;z-index:2;width:30px;height:30px;display:grid;place-items:center;border:2px solid #0b1b29;border-radius:50%;background:var(--status-warning);color:white;font:700 8px var(--mono)}.route-start{left:7%;top:64%;width:42px;border-radius:6px;background:var(--brand-primary)}.nearby-map>small{position:absolute;left:14px;bottom:14px;color:#86a2b7;font:700 7px var(--mono)}.nearby-list{border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.nearby-list article{display:grid;grid-template-columns:28px 1.5fr .65fr .65fr .55fr auto auto;align-items:center;grid-gap:10px;gap:10px;min-height:86px;padding:10px 12px;border-top:1px solid var(--border-subtle)}.nearby-list article:first-child{border:0}.nearby-list article>b{color:var(--text-muted);font:700 9px var(--mono)}.nearby-list article>span{display:flex;flex-direction:column}.nearby-list article small{color:var(--text-muted);font-size:8px}.nearby-list article em{margin-top:5px;color:var(--status-info);font:normal 8px var(--mono)}.nearby-list article>div{display:flex;flex-direction:column}.nearby-list article>div strong{margin-top:5px;font:700 9px var(--mono)}.nearby-list article>button{padding:8px;border:0;border-radius:5px;background:var(--brand-primary);color:white;font:700 7px var(--mono)}.nearby-list article>button.secondary{border:1px solid var(--border-strong);background:var(--surface-interactive);color:var(--text-primary)}.nearby-policy{display:flex;align-items:center;gap:9px;margin:10px 0 0;padding:12px;background:var(--surface-2);color:var(--text-secondary);font-size:9px}.nearby-policy svg{color:var(--brand-primary)}.loyalty-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.loyalty-summary>div{display:flex;min-height:100px;flex-direction:column;justify-content:center;padding:16px;border-right:1px solid var(--border-subtle)}.loyalty-summary span{color:var(--text-muted);font:700 8px var(--mono)}.loyalty-summary strong{margin-top:8px;font:650 23px var(--mono)}.loyalty-summary small{margin-top:5px;color:var(--text-muted)}.refill-list{margin-top:12px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.refill-list>article,.refill-list>header{display:grid;grid-template-columns:1.5fr .65fr .65fr 1.25fr 1fr;align-items:center;grid-gap:12px;gap:12px;min-height:58px;padding:9px 13px;border-top:1px solid var(--border-subtle)}.refill-list>header{min-height:35px;border:0;background:var(--surface-2);color:var(--text-muted);font:700 7px var(--mono)}.refill-list article>span{display:flex;flex-direction:column;gap:3px}.refill-list article>span:first-child b{color:var(--text-muted);font:700 8px var(--mono)}.refill-list article small{color:var(--text-muted);font-size:8px}.refill-list button{padding:7px 9px;border:0;border-radius:6px;background:var(--brand-primary);color:#fff;font:700 7px var(--mono)}.refill-list button.secondary{margin-top:4px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-secondary)}.refill-status{width:max-content;padding:4px 6px;border-radius:5px;background:var(--surface-3);font:700 7px var(--mono)}.refill-status.conciliado{color:var(--status-healthy)}.refill-status.pendiente{color:var(--status-warning)}.refill-status.revisar{color:var(--status-critical)}.prospect-channels{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:20px}.prospect-channels button{display:flex;min-height:105px;flex-direction:column;align-items:flex-start;padding:14px;border:1px solid var(--border-subtle);border-radius:9px;background:var(--surface-2);color:var(--text-primary);text-align:left}.prospect-channels button.active{border-color:var(--brand-primary);box-shadow:inset 0 -2px var(--brand-primary)}.prospect-channels span{margin-top:9px;color:var(--brand-primary);font:700 15px var(--mono)}.prospect-channels small{margin-top:5px;color:var(--text-muted)}.prospect-toolbar{display:flex;align-items:center;gap:28px;margin-top:10px;padding:14px;border:1px solid var(--border-subtle);border-radius:9px}.prospect-toolbar>div{display:flex;min-width:210px;flex-direction:column;gap:5px}.prospect-toolbar span{color:var(--text-muted);font:700 7px var(--mono)}.prospect-toolbar button{margin-left:auto;padding:9px 12px;border:0;border-radius:6px;background:var(--brand-primary);color:#fff;font:700 7px var(--mono)}.prospect-list{margin-top:10px;border:1px solid var(--border-subtle);border-radius:9px;overflow:hidden}.prospect-list>article,.prospect-list>header{display:grid;grid-template-columns:1.35fr .75fr 1fr .45fr 1.2fr 1fr;align-items:center;grid-gap:10px;gap:10px;min-height:66px;padding:9px 12px;border-top:1px solid var(--border-subtle)}.prospect-list>header{min-height:36px;border:0;background:var(--surface-2);color:var(--text-muted);font:700 7px var(--mono)}.prospect-list article>span{display:flex;flex-direction:column;gap:4px}.prospect-list article small{color:var(--text-muted);font-size:8px}.prospect-type{width:max-content;padding:3px 5px;border-radius:4px;background:var(--surface-3);color:var(--status-info);font:700 7px var(--mono)}.prospect-list button{padding:7px 8px;border:0;border-radius:5px;background:var(--brand-primary);color:#fff;font:700 7px var(--mono)}.prospect-list button.secondary{margin-top:4px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-secondary)}.whatsapp-layout{display:grid;grid-template-columns:.7fr 1.1fr .8fr;grid-gap:12px;gap:12px;margin-top:20px}.whatsapp-config,.whatsapp-phone,.whatsapp-rules{border:1px solid var(--border-subtle);border-radius:11px;background:var(--surface-2);overflow:hidden}.whatsapp-config,.whatsapp-rules{padding:17px}.whatsapp-config h3{margin:8px 0 16px}.whatsapp-config dl div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid var(--border-subtle);font-size:9px}.whatsapp-config dd{font-weight:750}.whatsapp-config dd b{color:var(--status-healthy)}.whatsapp-config button,.whatsapp-phone footer button{width:100%;margin-top:10px;padding:9px;border:0;border-radius:6px;background:#168b5b;color:#fff;font:700 8px var(--mono)}.whatsapp-config p{color:var(--text-muted);font-size:8px;line-height:1.5}.whatsapp-phone>header{display:flex;align-items:center;gap:10px;padding:12px;background:#0d6848;color:white}.whatsapp-phone>header>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff;color:#0d6848;font-weight:800}.whatsapp-phone>header div{display:flex;flex-direction:column}.whatsapp-phone>header small{opacity:.75}.wa-chat{display:flex;min-height:360px;flex-direction:column;gap:8px;padding:14px;background:linear-gradient(135deg,#eef5f0,#f7faf8)}.wa-chat p{max-width:84%;margin:0;padding:10px;border-radius:9px;background:white;color:#25352d;font-size:9px;line-height:1.45;box-shadow:0 1px 2px #0012}.wa-chat p.customer{align-self:flex-end;background:#d8f8cd}.wa-chat p.trackgas small{display:block;margin-top:5px;color:#687b70}.wa-chat p.success{border-left:3px solid #168b5b}.whatsapp-phone>footer{display:flex;gap:7px;padding:10px;background:var(--surface-1)}.whatsapp-phone>footer input{min-width:0;flex:1 1;padding:9px;border:1px solid var(--border-subtle);border-radius:7px;background:var(--surface-2);color:var(--text-secondary);font-size:8px}.whatsapp-phone footer button{width:auto;margin:0}.whatsapp-rules>div{display:flex;flex-direction:column;gap:4px;padding:11px 0;border-top:1px solid var(--border-subtle)}.whatsapp-rules>div:first-of-type{margin-top:11px}.whatsapp-rules span{color:var(--text-muted);font-size:8px;line-height:1.4}@media(max-width:1100px){.tenant-suite-hero{grid-template-columns:1fr 1fr}.tenant-suite-hero>div:first-child{grid-column:1/3}.tenant-module-grid{grid-template-columns:1fr}.integration-cards{grid-template-columns:1fr 1fr}.nearby-layout,.whatsapp-layout{grid-template-columns:1fr}.nearby-list article{grid-template-columns:24px 1fr repeat(3,.5fr)}.nearby-list article button{grid-column:auto}.prospect-list,.refill-list{overflow:auto}.prospect-list>article,.prospect-list>header,.refill-list>article,.refill-list>header{min-width:850px}.loyalty-summary,.prospect-channels{grid-template-columns:1fr 1fr}}.support-admin-hero,.support-hero{display:grid;grid-template-columns:1.5fr repeat(3,.55fr);min-height:155px;border:1px solid var(--border-subtle);border-radius:13px;overflow:hidden;background:linear-gradient(120deg,var(--surface-1),var(--surface-2))}.support-admin-hero>div,.support-hero>div{display:flex;flex-direction:column;justify-content:center;padding:20px;border-right:1px solid var(--border-subtle)}.support-admin-hero h2,.support-hero h2{margin:8px 0 5px;font-size:24px}.support-admin-hero p,.support-hero p{color:var(--text-secondary);font-size:10px}.support-admin-hero span,.support-hero span{color:var(--text-muted);font:700 8px var(--mono)}.support-admin-hero strong,.support-hero strong{margin-top:9px;font:650 23px var(--mono)}.support-hero>div:nth-child(2) strong{color:var(--status-healthy);font-size:11px}.support-agent i,.support-hero strong i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--status-healthy)}.support-admin-hero small,.support-hero small{margin-top:6px;color:var(--text-muted)}.support-layout{grid-template-columns:1fr 320px;margin-top:12px}.support-layout,.support-layout>div{display:grid;grid-gap:12px;gap:12px}.support-contact,.support-guides,.ticket-list{padding:18px}.support-guides header,.ticket-list header{display:flex;align-items:center;justify-content:space-between}.support-guides header span,.ticket-list header span{color:var(--brand-primary);font:700 8px var(--mono)}.support-guides h2,.ticket-list h2{margin:5px 0}.support-guides>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:15px}.support-guides>div>button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:80px;padding:14px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-2);color:var(--text-primary);text-align:left}.support-guides svg{color:var(--status-info)}.support-guides button span{display:flex;flex-direction:column}.support-guides button small{margin-top:5px;color:var(--text-muted);line-height:1.4}.ticket-list>button{width:100%;display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:14px;gap:14px;min-height:62px;border:0;border-top:1px solid var(--border-subtle);background:none;color:var(--text-primary);text-align:left}.ticket-list>button span{display:flex;flex-direction:column}.ticket-list small{margin-top:5px;color:var(--text-muted)}.ticket-list em{padding:5px 7px;border-radius:4px;background:var(--surface-selected);color:var(--status-warning);font:normal 700 7px var(--mono)}.ticket-list em.answered{color:var(--status-healthy)}.ticket-list b{font:700 7px var(--mono);color:var(--text-muted)}.support-agent{display:flex;align-items:center;gap:10px}.support-agent>div{display:flex;flex-direction:column}.support-agent small{margin-top:4px;color:var(--text-muted)}.agent-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--brand-primary);color:white;font:700 10px var(--mono)}.support-contact h2{margin-top:28px}.support-contact p{color:var(--text-secondary);font-size:10px;line-height:1.6}.support-contact>.primary-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 0}.contact-options{display:grid;grid-gap:5px;gap:5px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border-subtle)}.contact-options span{margin-top:8px;color:var(--text-muted);font-size:8px}.contact-options strong{font-size:9px}.support-ticket-drawer{position:absolute;right:0;width:min(520px,100%);height:100%;padding:22px;background:var(--surface-1);box-shadow:-20px 0 60px rgba(0,0,0,.3)}.support-ticket-drawer header{display:flex;justify-content:space-between}.support-ticket-drawer header span{color:var(--brand-primary);font:700 8px var(--mono)}.support-ticket-drawer header button{border:0;background:none;color:var(--text-primary);font-size:24px}.support-ticket-drawer label{display:grid;grid-gap:7px;gap:7px;margin-top:16px;color:var(--text-muted);font:700 8px var(--mono)}.support-ticket-drawer input,.support-ticket-drawer select,.support-ticket-drawer textarea{padding:12px;border:1px solid var(--border-subtle);border-radius:7px;background:var(--surface-2);color:var(--text-primary)}.support-ticket-drawer footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.support-chat{position:fixed;right:24px;bottom:24px;z-index:80;width:360px;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface-1);box-shadow:0 20px 70px rgba(0,0,0,.35);overflow:hidden}.support-chat header{display:flex;align-items:center;justify-content:space-between;padding:14px;background:var(--surface-2)}.support-chat header>div{display:flex;align-items:center;gap:8px}.support-chat header i{width:7px;height:7px;border-radius:50%;background:var(--status-healthy)}.support-chat header span{display:flex;flex-direction:column}.support-chat header small{color:var(--text-muted)}.support-chat header button{border:0;background:none;color:var(--text-primary);font-size:20px}.chat-messages{height:290px;overflow:auto;padding:15px}.chat-messages p{max-width:82%;padding:10px 12px;border-radius:10px;background:var(--surface-2);font-size:10px;line-height:1.5}.chat-messages p.tenant{margin-left:auto;background:var(--surface-selected)}.support-chat form{display:flex;padding:10px;border-top:1px solid var(--border-subtle)}.support-chat input{flex:1 1;padding:10px;border:0;background:var(--surface-2);color:var(--text-primary)}.support-chat form button{border:0;background:var(--brand-primary);color:white;font:700 7px var(--mono)}.support-admin-hero{margin-bottom:12px}.support-queue{padding:0 16px}.support-queue>div,.support-queue>header{display:grid;grid-template-columns:.55fr 1fr 1.6fr .7fr .55fr .45fr .8fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:54px;border-top:1px solid var(--border-subtle)}.support-queue>header{border:0;color:var(--text-muted);font:700 7px var(--mono)}.support-queue>div span,.support-queue>div strong{font-size:9px}.support-queue button{padding:7px;border:1px solid var(--border-strong);border-radius:5px;background:var(--surface-interactive);color:var(--text-primary);font:700 7px var(--mono)}@media(max-width:1000px){.support-admin-hero,.support-hero{grid-template-columns:1fr 1fr}.support-admin-hero>div:first-child,.support-hero>div:first-child{grid-column:1/3}.support-guides>div,.support-layout{grid-template-columns:1fr}}