:root { --ink:#14191d; --ink-soft:#252d32; --gold:#d5ae32; --gold-bright:#f6b914; --green:#27812d; --green-soft:#eaf5ea; --surface:#f4f5f2; --card:#fff; --line:#dfe3df; --muted:#667076; --danger:#b42318; }
* { box-sizing:border-box; }
body { background:var(--surface); color:var(--ink); font-family:"DM Sans",sans-serif; }
#container { background:linear-gradient(135deg,#f8f9f6 0%,#f1f3ef 100%); min-height:100vh; }
#header { min-height:76px; padding:10px 32px; background:linear-gradient(105deg,#11171b,#20282c); border-bottom:4px solid var(--gold-bright); box-shadow:0 5px 22px rgba(20,25,29,.2); }
#branding { min-width:0; } #site-name { font-family:"Space Grotesk",sans-serif; }
.tsm-brand a { display:flex; align-items:center; gap:12px; color:#fff!important; text-decoration:none; }
.tsm-brand img { width:48px; height:48px; object-fit:cover; object-position:50% 33%; border-radius:12px; background:#fff; }
.tsm-brand-copy { display:grid; grid-template-columns:auto auto; column-gap:6px; font-size:17px; letter-spacing:.05em; line-height:1; }
.tsm-brand-copy strong { color:#fff; }.tsm-brand-copy>span { color:var(--gold-bright); font-weight:700; }.tsm-brand-copy small { grid-column:1/-1; color:#9eb6a0; font-size:8px; letter-spacing:.18em; margin-top:5px; }
#user-tools { color:#cbd3d1; font-size:12px; } #user-tools a { color:#fff!important; font-weight:700; border:1px solid rgba(255,255,255,.2); border-radius:7px; padding:7px 10px; margin-left:6px; } #user-tools a:hover { background:var(--gold-bright); border-color:var(--gold-bright); color:var(--ink)!important; }
div.breadcrumbs { background:#fff; color:var(--muted); border-bottom:1px solid var(--line); padding:13px 32px; font-size:12px; } div.breadcrumbs a { color:var(--green); font-weight:700; }
.main { padding:0 32px 32px; gap:24px; } #content { padding:28px 0; } #content-main { float:none; width:auto; }
#nav-sidebar { background:#fff; border:1px solid var(--line); border-radius:14px; overflow-y:auto; position:sticky; top:28px; max-height:calc(100vh - 130px); margin-top:28px; box-shadow:0 8px 20px rgba(20,25,29,.05); } #nav-sidebar .module caption { background:var(--ink); color:#fff; font-family:"Space Grotesk",sans-serif; font-size:11px; letter-spacing:.08em; padding:12px 16px; } #nav-sidebar a { color:var(--ink-soft); } #nav-sidebar a:hover { color:var(--green); } #nav-sidebar .current-app .section, #nav-sidebar .current-model { background:var(--green-soft); color:var(--green); }
.tsm-hero { position:relative; overflow:hidden; display:flex; justify-content:space-between; gap:30px; align-items:center; padding:38px 42px; border-radius:18px; color:#fff; background:linear-gradient(122deg,#12181c 0%,#20292d 70%,#315a32 130%); box-shadow:0 17px 38px rgba(20,25,29,.18); } .tsm-hero:after { content:""; position:absolute; width:360px; height:360px; border:48px solid rgba(246,185,20,.12); border-radius:50%; right:-110px; top:-190px; }
.eyebrow { color:var(--gold-bright); font-size:11px; text-transform:uppercase; letter-spacing:.18em; font-weight:700; margin:0 0 9px; }.tsm-hero h1 { font-family:"Space Grotesk",sans-serif; font-size:32px; margin:0 0 12px; letter-spacing:-.03em; }.tsm-hero h1 span { color:var(--gold-bright); }.tsm-hero p:not(.eyebrow) { margin:0; max-width:610px; color:#d4ddda; line-height:1.6; }.tsm-hero-logos { position:relative; z-index:1; display:flex; align-items:center; gap:15px; }.tsm-hero-logo { width:108px; height:108px; object-fit:cover; object-position:50% 33%; border-radius:18px; background:#fff; }.zinara-logo { width:75px; height:75px; object-fit:contain; background:#fff; border-radius:12px; padding:6px; }
.tsm-app-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:18px; margin-top:24px; }.tsm-app-card { background:var(--card); border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:0 5px 14px rgba(20,25,29,.04); transition:transform .2s,box-shadow .2s; }.tsm-app-card:hover { transform:translateY(-3px); box-shadow:0 13px 28px rgba(20,25,29,.1); }.tsm-app-card header { display:flex; align-items:center; gap:10px; padding:18px 19px 14px; border-bottom:1px solid var(--line); }.tsm-card-marker { width:9px; height:9px; border-radius:50%; background:var(--gold-bright); box-shadow:0 0 0 5px rgba(246,185,20,.14); }.tsm-app-card h2 { margin:0; font:600 16px "Space Grotesk",sans-serif; }.tsm-app-card h2 a { color:var(--ink); text-decoration:none; }.tsm-app-card ul { list-style:none; padding:6px 19px 12px; margin:0; }.tsm-app-card li { display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #edf0ed; padding:11px 0; }.tsm-app-card li:last-child { border:0; }.tsm-app-card li>a:first-child { color:var(--ink-soft); text-decoration:none; font-weight:600; }.tsm-app-card li>a:first-child:hover { color:var(--green); }.tsm-add { display:grid; place-items:center; width:24px; height:24px; border-radius:50%; background:var(--green-soft); color:var(--green)!important; font-size:19px; font-weight:700; text-decoration:none; }.tsm-add:hover { background:var(--green); color:#fff!important; }.tsm-empty { padding:20px; background:#fff; border-radius:12px; }
.module, .inline-group { border:1px solid var(--line); border-radius:12px; overflow:hidden; box-shadow:0 4px 13px rgba(20,25,29,.04); }.module h2, .module caption, .inline-group h2 { background:var(--ink); color:#fff; font-family:"Space Grotesk",sans-serif; padding:12px 16px; }.module table { border:0; }.module th, .module td { padding:12px; }.module th { color:var(--ink); }.module a { color:var(--green); font-weight:700; } .button, input[type=submit], input[type=button], .submit-row input, a.button { background:var(--green); border-radius:7px; border:0; font-weight:700; padding:10px 15px; }.button:hover, input[type=submit]:hover, input[type=button]:hover, a.button:hover { background:#1e6824; }.submit-row { background:#f7f8f5; border-top:1px solid var(--line); padding:14px; }.submit-row input.default { background:var(--gold-bright); color:var(--ink); }.submit-row input.default:hover { background:#df9f00; }.selector-chosen h2 { background:var(--green); } input, textarea, select { border:1px solid #cbd2cc; border-radius:7px; padding:8px 10px; } input:focus, textarea:focus, select:focus { border-color:var(--green); outline:3px solid rgba(39,129,45,.13); }
body.login #header { justify-content:center; } body.login #user-tools { display:none; } body.login .main { padding:0; } body.login #content { padding:0; width:100%; } .tsm-login-shell { min-height:calc(100vh - 76px); display:grid; place-items:center; padding:40px 20px; background:radial-gradient(circle at 10% 10%,rgba(246,185,20,.15),transparent 28%),radial-gradient(circle at 90% 80%,rgba(39,129,45,.12),transparent 30%); }.tsm-login-card { width:min(100%,430px); background:#fff; border:1px solid rgba(255,255,255,.7); border-radius:20px; padding:34px; box-shadow:0 24px 65px rgba(20,25,29,.2); }.tsm-login-brand { text-align:center; margin-bottom:25px; }.tsm-login-brand img { width:96px; height:96px; border-radius:16px; object-fit:cover; object-position:50% 33%; }.tsm-login-brand p { margin:10px 0 0; color:var(--muted); font-size:13px; }.tsm-login-card .form-row { padding:0; margin-bottom:16px; }.tsm-login-card label { color:var(--ink); font-weight:700; font-size:12px; }.tsm-login-card input[type=text], .tsm-login-card input[type=password] { width:100%; margin-top:6px; padding:12px; }.tsm-login-card .submit-row { background:transparent; padding:4px 0 0; }.tsm-login-card .submit-row input { width:100%; padding:13px; background:var(--gold-bright); color:var(--ink); }.tsm-login-footer { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:25px; padding-top:17px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.07em; }.tsm-login-footer img { width:36px; height:36px; object-fit:contain; }.errornote { border-radius:8px; background:#fff0ee; color:var(--danger); padding:10px; }
@media (max-width: 760px) { #header { padding:10px 16px; } .tsm-brand-copy { display:none; } #user-tools { font-size:0; } .main { padding:0 16px 20px; } div.breadcrumbs { padding:12px 16px; } .tsm-hero { padding:28px; } .tsm-hero-logos { display:none; } .tsm-hero h1 { font-size:27px; } }

/* Command-centre dashboard: adapted to the spacious Smart Pulse admin rhythm. */
.command-dashboard { max-width:1440px; margin:0 auto; }
.landing-dashboard { display:grid; gap:22px; }.landing-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:18px; }.landing-card { display:grid; gap:10px; min-height:190px; padding:24px; border:1px solid #dfe3df; border-radius:16px; background:#fff; color:#263134; text-decoration:none; box-shadow:0 5px 15px rgba(17,24,28,.04); transition:transform .2s,box-shadow .2s; }.landing-card:hover { color:#263134; transform:translateY(-3px); box-shadow:0 13px 28px rgba(17,24,28,.1); }.landing-card b { color:#27812d; font-size:10px; text-transform:uppercase; letter-spacing:.09em; }.landing-card strong { color:#172024; font:700 19px "Space Grotesk",sans-serif; }.landing-card span { color:#687477; font-size:12px; line-height:1.55; }.landing-card.featured { border-top:4px solid #f6b914; background:linear-gradient(135deg,#fffdf6,#fff); }
.command-header { background:linear-gradient(135deg,#11181c,#1f2b2f 72%,#356b39); border-radius:22px; padding:42px 46px; min-height:215px; display:flex; align-items:center; justify-content:space-between; gap:28px; overflow:hidden; position:relative; box-shadow:0 20px 50px rgba(16,25,28,.18); }
.command-header:after { content:""; position:absolute; right:-100px; top:-225px; width:430px; height:430px; border:42px solid rgba(246,185,20,.12); border-radius:50%; }.command-header-copy { position:relative; z-index:1; max-width:690px; }.command-kicker { margin:0 0 9px; color:#f6b914; font-weight:700; font-size:11px; letter-spacing:.19em; text-transform:uppercase; }.command-header h1 { margin:0; color:#fff; font:700 clamp(28px,4vw,42px)/1.1 "Space Grotesk",sans-serif; letter-spacing:-.045em; }.command-header h1 span { color:#f6b914; }.command-header-copy>p:last-child { color:#c8d1ce; line-height:1.65; margin:14px 0 0; max-width:620px; font-size:15px; }.command-header-status { position:relative; z-index:1; display:grid; gap:9px; min-width:185px; color:#eaf0ec; font-size:12px; }.command-header-status span { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); padding:9px 12px; border-radius:10px; }.command-header-status i { width:7px; height:7px; display:inline-block; border-radius:50%; background:#65ca61; box-shadow:0 0 0 4px rgba(101,202,97,.12); margin-right:7px; }.command-header-status img { width:66px; height:66px; padding:5px; border-radius:12px; background:#fff; object-fit:contain; justify-self:end; }
.command-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin:26px 0; }.command-stat { min-height:120px; background:#fff; border:1px solid #e5e8e4; border-radius:16px; padding:22px; display:flex; gap:15px; align-items:center; box-shadow:0 3px 10px rgba(17,24,28,.035); transition:.25s ease; }.command-stat:hover { transform:translateY(-4px); box-shadow:0 13px 28px rgba(17,24,28,.1); }.stat-icon { flex:0 0 46px; height:46px; display:grid; place-items:center; border-radius:13px; font:700 22px "Space Grotesk",sans-serif; }.stat-icon.plazas { background:#fdf4da;color:#b68000; }.stat-icon.shifts { background:#e7f3ed;color:#257736; }.stat-icon.faults { background:#fff0ee;color:#bd3328; }.stat-icon.equipment { background:#eceff8;color:#495fb4; }.command-stat strong { display:block; color:#172024; font:700 29px/1 "Space Grotesk",sans-serif; letter-spacing:-.04em; }.command-stat span { display:block; color:#687277; font-size:12px; font-weight:600; margin-top:6px; }.command-stat small { color:#bd3328; font-size:10px; font-weight:700; display:block; margin-top:4px; }
.command-grid { display:grid; grid-template-columns:minmax(0,1fr) 360px; gap:25px; align-items:start; }.command-apps { display:grid; gap:19px; }.command-app-card,.side-card { background:#fff; border:1px solid #e2e6e2; border-radius:16px; overflow:hidden; box-shadow:0 4px 14px rgba(17,24,28,.04); }.command-app-card>header,.side-card>header { display:flex; justify-content:space-between; align-items:center; padding:18px 21px; border-bottom:1px solid #edf0ed; }.app-heading { display:flex; align-items:center; gap:11px; }.app-heading b { display:grid; place-items:center; width:31px; height:31px; border-radius:9px; background:#eaf4eb; color:#24732e; font-size:15px; }.app-heading h2,.side-card h2 { margin:0; color:#1a2327; font:700 15px "Space Grotesk",sans-serif; }.command-app-card>header>a { color:#27812d; text-decoration:none; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }.model-grid { display:grid; grid-template-columns:repeat(2,1fr); padding:9px 20px 15px; gap:0 20px; }.model-item { min-width:0; display:grid; grid-template-columns:minmax(0,1fr) auto 22px; gap:8px; align-items:center; padding:12px 0; color:#273034; text-decoration:none; border-bottom:1px solid #edf0ed; font-size:13px; font-weight:600; }.model-item:hover { color:#27812d; }.model-count { min-width:25px; text-align:center; padding:3px 7px; color:#657069; font-size:11px; font-weight:700; background:#f2f5f1; border-radius:20px; }.model-plus { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:#eaf4eb; color:#27812d; font-size:17px; line-height:1; }.command-sidebar { display:grid; gap:19px; }.side-card>header { background:#fbfcfa; }.attention-mark { display:grid; place-items:center; width:26px; height:26px; border-radius:50%; color:#b97700; background:#fff0c7; font-weight:800; }.attention-card>a { display:flex; justify-content:space-between; align-items:center; padding:13px 19px; color:#4d585c; text-decoration:none; border-bottom:1px solid #edf0ed; font-size:12px; font-weight:600; }.attention-card>a:last-child { border-bottom:0; }.attention-card>a:hover { background:#fafcf9; color:#27812d; }.attention-card strong { min-width:26px; padding:3px 8px; text-align:center; border-radius:20px; background:#fdf0df; color:#a55d00; }.activity-card>header>span { color:#708078; font-size:11px; font-weight:700; }.activity-row { padding:13px 18px; display:flex; gap:10px; border-bottom:1px solid #edf0ed; }.activity-row b { width:25px; height:25px; display:grid; place-items:center; border-radius:8px; flex:0 0 auto; }.activity-1 { background:#eaf4eb; color:#27812d; }.activity-2 { background:#e9edf9; color:#465eb0; }.activity-3 { background:#fff0ee; color:#bd3328; }.activity-row strong,.activity-row span { display:block; }.activity-row strong { color:#2a3437; font-size:11px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:260px; }.activity-row span { color:#7a8588; font-size:10px; margin-top:3px; }.activity-empty { padding:22px; color:#788285; font-size:12px; }.analytics-strip { display:flex; gap:10px; margin:13px 0 18px; }.analytics-strip span { border:1px solid #dce7dc; color:#607060; padding:6px 10px; border-radius:7px; font-size:11px; background:#f6faf6; }.analytics-strip strong { color:#27812d; }
@media (max-width:1150px) { .command-grid { grid-template-columns:1fr; }.command-sidebar { grid-template-columns:1fr 1fr; }.command-header-status { display:none; } }
@media (max-width:760px) { .command-header { padding:30px 25px; }.command-stats { grid-template-columns:1fr 1fr; }.model-grid { grid-template-columns:1fr; }.command-sidebar { grid-template-columns:1fr; }.command-stat { padding:16px; }.command-stat strong { font-size:25px; } }
@media (max-width:430px) { .command-stats { grid-template-columns:1fr; } }

/* Site map and equipment-health report. */
.map-report-card>div { padding:19px; background:linear-gradient(135deg,#f7f1de,#f5f8f3); }
.map-report-card>div strong { display:block; color:#1b2528; font:700 15px "Space Grotesk",sans-serif; }
.map-report-card>div p { margin:7px 0 14px; color:#667076; font-size:12px; line-height:1.55; }
.map-report-card>div a { color:#24732e; font-size:11px; font-weight:800; text-decoration:none; text-transform:uppercase; letter-spacing:.055em; }
.map-report-mark { display:grid; place-items:center; width:28px; height:28px; border-radius:9px; background:#fdf0c7; color:#966e00; font-size:17px; }
.site-report { max-width:1440px; margin:0 auto; display:grid; gap:22px; }
.report-hero { position:relative; overflow:hidden; display:flex; justify-content:space-between; align-items:center; gap:30px; padding:34px 38px; border-radius:20px; background:linear-gradient(125deg,#11181c,#202b2f 74%,#386c3c); color:#fff; box-shadow:0 18px 45px rgba(17,24,28,.17); }
.report-hero:after { content:""; position:absolute; width:320px; height:320px; border:38px solid rgba(246,185,20,.11); border-radius:50%; right:-90px; top:-210px; }
.report-hero>div { position:relative; z-index:1; }.report-kicker,.panel-kicker { margin:0 0 7px; color:#d49e00; font-size:10px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.report-hero .report-kicker { color:#f6b914; }.report-hero h1 { margin:0; font:700 clamp(27px,4vw,39px)/1.08 "Space Grotesk",sans-serif; letter-spacing:-.04em; }.report-hero h1 span { color:#f6b914; }
.report-hero>div>p:last-child { max-width:670px; margin:13px 0 0; color:#cbd5d1; line-height:1.55; }
.report-actions { display:grid; gap:9px; min-width:150px; text-align:right; }.report-actions span { color:#b9c7c1; font-size:10px; }
.report-print { appearance:none; border:0; border-radius:9px; background:#f6b914; color:#172024; padding:11px 17px; font-weight:800; cursor:pointer; }.report-print:hover { background:#ffd04d; }
.report-filter { display:flex; align-items:end; gap:14px; padding:16px 18px; border:1px solid #dfe3df; border-radius:14px; background:#fff; box-shadow:0 4px 12px rgba(17,24,28,.035); }
.report-filter>label { align-self:center; color:#536065; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }.report-filter select { min-width:310px; padding:10px 34px 10px 12px; }
.scope-lock { margin-left:auto; display:grid; text-align:right; }.scope-lock b { color:#27812d; font-size:10px; text-transform:uppercase; letter-spacing:.07em; }.scope-lock span { color:#667076; font-size:11px; margin-top:3px; }
.report-kpis { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }.report-kpis article { padding:20px; min-height:118px; border-radius:15px; border:1px solid #e2e6e2; background:#fff; box-shadow:0 4px 12px rgba(17,24,28,.035); border-top:4px solid #556166; }
.report-kpis article.working { border-top-color:#2f8f5b; }.report-kpis article.faulty { border-top-color:#c24b3d; }.report-kpis article.availability { border-top-color:#d4a319; }
.report-kpis span,.report-kpis small { display:block; }.report-kpis span { color:#687277; font-size:11px; font-weight:700; }.report-kpis strong { display:block; margin:6px 0 5px; color:#172024; font:700 28px "Space Grotesk",sans-serif; }.report-kpis small { color:#8a9396; font-size:10px; }
.report-main-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(290px,.75fr); gap:20px; }.report-panel { overflow:hidden; border:1px solid #dfe3df; border-radius:16px; background:#fff; box-shadow:0 5px 15px rgba(17,24,28,.04); }
.report-panel>header { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:17px 20px; border-bottom:1px solid #edf0ed; background:#fcfdfa; }.report-panel>header h2 { margin:0; color:#182226; font:700 16px "Space Grotesk",sans-serif; }.report-panel>header>span { color:#758084; font-size:10px; font-weight:700; }
#site-operations-map { height:430px; background:#eef1ed; }.leaflet-container { font-family:"DM Sans",sans-serif; }.site-map-marker-shell { background:transparent; border:0; }.site-map-marker { display:block; width:24px; height:24px; border:3px solid #fff; border-radius:50% 50% 50% 0; background:var(--marker-color); box-shadow:0 3px 8px rgba(17,24,28,.32); transform:rotate(-45deg); }.site-map-marker:after { content:""; display:block; width:6px; height:6px; margin:6px; border-radius:50%; background:#fff; }.site-map-popup { display:grid; min-width:190px; gap:4px; }.site-map-popup strong { color:#172024; font-size:13px; }.site-map-popup span { color:#718084; font-size:10px; }.site-map-popup b { margin-top:4px; color:#27812d; font-size:10px; }.site-map-popup a { margin-top:5px; color:#24732e; font-size:10px; font-weight:800; text-decoration:none; }.site-map-popup a:hover { text-decoration:underline; }
.map-unavailable { height:100%; display:grid; place-items:center; padding:30px; color:#687477; font-size:12px; text-align:center; }
.map-key { display:flex; flex-wrap:wrap; gap:18px; padding:11px 18px; border-top:1px solid #edf0ed; color:#637075; font-size:10px; }.map-key span { display:flex; align-items:center; gap:6px; }.map-key-hint { margin-left:auto; color:#24732e; font-weight:800; }.map-key i,.status-legend i { width:9px; height:9px; border-radius:50%; }.key-healthy,.working-dot { background:#2f8f5b; }.key-warning,.faulty-dot { background:#c24b3d; }.key-empty,.na-dot { background:#9ca3af; }
.map-empty { min-height:430px; display:grid; place-content:center; text-align:center; gap:7px; background:radial-gradient(circle,#f7f9f5,#eef2ec); }.map-empty b { color:#263134; }.map-empty span { color:#788487; font-size:11px; }
.status-panel { padding-bottom:20px; }.status-total { text-align:center; padding:32px 20px 18px; }.status-total strong { display:block; color:#172024; font:700 43px/1 "Space Grotesk",sans-serif; }.status-total span { color:#768184; font-size:11px; }
.status-bar { display:flex; height:16px; margin:0 23px 22px; overflow:hidden; border-radius:12px; background:#edf0ed; }.status-bar i { height:100%; }.working-bar { background:#2f8f5b; }.faulty-bar { background:#c24b3d; }.na-bar { background:#9ca3af; }
.status-legend { display:grid; gap:12px; padding:0 23px; }.status-legend>div { display:grid; grid-template-columns:10px 1fr auto; align-items:center; gap:8px; color:#5f6b6f; font-size:11px; }.status-legend strong { color:#172024; }
.status-note { margin:22px 23px 0; padding:12px; border-radius:9px; background:#f7f8f5; color:#6f7a7d; font-size:10px; line-height:1.5; }
.report-table-scroll { overflow-x:auto; }.report-table { width:100%; border-collapse:collapse; }.report-table th { padding:11px 16px; background:#f3f6f2; color:#697578; font-size:9px; text-transform:uppercase; letter-spacing:.075em; text-align:left; white-space:nowrap; }.report-table td { padding:14px 16px; border-top:1px solid #edf0ed; color:#344044; font-size:11px; }.report-table tbody tr:hover { background:#fbfcfa; }
.report-table td:first-child a,.report-table td:first-child>b { color:#172024; font-weight:800; text-decoration:none; }.report-table td:first-child a:hover { color:#27812d; }.report-table td small { display:block; color:#899295; font-size:9px; margin-top:3px; }.text-working { color:#27812d!important; font-weight:800; }.text-faulty { color:#b42318!important; font-weight:800; }
.mini-bar { width:80px; height:4px; overflow:hidden; border-radius:5px; background:#e6eae6; margin-top:5px; }.mini-bar i { display:block; height:100%; background:#2f8f5b; }.health-badge { display:inline-block; white-space:nowrap; padding:5px 8px; border-radius:20px; font-size:9px; font-weight:800; }.health-badge.healthy { color:#24732e; background:#eaf5ea; }.health-badge.alert { color:#ac3329; background:#fff0ee; }.health-badge.empty { color:#667076; background:#edf0ed; }
.category-panel,.site-table-panel { margin-top:0; }.empty-table { padding:35px!important; color:#7a8588!important; text-align:center; }
@media (max-width:1000px) { .report-main-grid { grid-template-columns:1fr; }.report-kpis { grid-template-columns:1fr 1fr; } }
@media (max-width:700px) { .report-hero { padding:28px 24px; }.report-actions { display:none; }.report-filter { align-items:stretch; flex-direction:column; }.report-filter select { width:100%; min-width:0; }.scope-lock { margin:0; text-align:left; }.report-kpis { grid-template-columns:1fr 1fr; } .map-key-hint { width:100%; margin-left:0; } #site-operations-map { height:360px; } }
@media (max-width:430px) { .report-kpis { grid-template-columns:1fr; } }
@media print { #header,.breadcrumbs,#nav-sidebar,.report-filter,.report-print,.map-key { display:none!important; }.main { padding:0!important; }.site-report { gap:12px; }.report-hero { box-shadow:none; }.report-panel,.report-kpis article { break-inside:avoid; box-shadow:none; } }
