:root{--ink:#14213d;--muted:#718096;--line:#e8edf4;--bg:#f4f7fb;--primary:#165dff;--sidebar:#0d1b36}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.5 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;background:linear-gradient(180deg,#0d1b36,#0b2447);color:#fff;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;z-index:1050}.brand{display:flex;align-items:center;gap:12px;padding:25px 22px}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#2f7bff,#19b6d8);box-shadow:0 8px 24px #1266f066;font-size:20px}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{opacity:.6;font-size:11px}.sidebar .nav{padding:12px}.sidebar .nav-link{color:#b7c4d9;border-radius:10px;padding:11px 13px;margin:2px 0;display:flex;gap:13px;align-items:center}.sidebar .nav-link:hover,.sidebar .nav-link.active{background:#ffffff16;color:#fff}.sidebar .nav-link.active{box-shadow:inset 3px 0 #4c91ff}.sidebar-user{margin-top:auto;padding:18px;display:flex;align-items:center;gap:10px;border-top:1px solid #ffffff14}.sidebar-user strong,.sidebar-user small{display:block;font-size:12px}.sidebar-user small{opacity:.6}.avatar{width:34px;height:34px;border-radius:50%;background:#2874f0;display:grid;place-items:center;font-weight:700}.main{margin-left:248px;width:calc(100% - 248px)}.topbar{height:86px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 30px;justify-content:space-between;position:sticky;top:0;z-index:100}.topbar h1{font-size:21px;margin:0;font-weight:700}.topbar p{margin:2px 0 0;color:var(--muted);font-size:12px}.connection{font-size:12px;color:#4a5568}.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#18b66b;margin-right:7px;box-shadow:0 0 0 5px #18b66b20}.content{padding:28px;max-width:1800px;margin:auto}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card,.panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 4px 16px #23385b0a}.stat-card{padding:20px;display:flex;align-items:center;gap:15px}.stat-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:21px}.stat-card small,.stat-card strong{display:block}.stat-card small{color:var(--muted)}.stat-card strong{font-size:25px}.panel{overflow:hidden}.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.panel-head h2{font-size:16px;margin:0;font-weight:700}.panel-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.map{width:100%;background:#e9eef5}.map.medium{height:420px}.map.full{height:calc(100vh - 190px);min-height:550px}.map.large{height:500px}.table{font-size:13px}.table>:not(caption)>*>*{padding:14px 18px;border-color:var(--line)}.table thead th{color:#77849a;font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:#fafbfd}.device-name{display:flex;align-items:center;gap:10px}.device-name>span{width:8px;height:28px;border-radius:9px}.device-name strong,.device-name small{display:block}.device-name small{color:var(--muted);font-size:11px}code{color:#456;font-size:12px}.event-list{padding:10px 20px}.event-item{display:flex;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.event-item p,.event-item small{margin:0;color:var(--muted);font-size:12px}.event-dot{width:9px;height:9px;border-radius:50%;margin-top:6px;background:#3b82f6}.event-dot.warning{background:#f59e0b}.event-dot.critical{background:#ef4444}.empty{text-align:center;color:var(--muted)}.empty>i{font-size:32px;color:#a9b8cb}.map-toolbar{display:flex;gap:10px;padding:14px;border-bottom:1px solid var(--line)}.map-toolbar .input-group{max-width:330px}.map-toolbar .form-select{max-width:140px}.map-layout{display:grid;grid-template-columns:290px 1fr}.device-list{max-height:calc(100vh - 190px);overflow:auto;border-right:1px solid var(--line)}.device-card{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;padding:15px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;text-align:left}.device-card:hover,.device-card.active{background:#f5f8ff}.device-card strong,.device-card small{display:block}.device-card small{color:var(--muted);font-size:11px}.device-pin{height:38px;width:38px;border-radius:12px;background:color-mix(in srgb,var(--device-color),white 84%);color:var(--device-color);display:grid;place-items:center}.form-panel form{padding-bottom:25px}.form-panel form>.row{padding:22px}.form-label{font-size:12px;font-weight:600}.form-control,.form-select,.input-group-text{border-color:#dfe6ef;min-height:42px}.history-filter{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px;padding:18px}.route-summary{display:flex;gap:20px;padding:12px 18px;background:#f8faff;border-top:1px solid var(--line)}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:22px}.health-grid>div{border:1px solid var(--line);border-radius:12px;padding:18px;display:grid;grid-template-columns:34px 1fr;align-items:center}.health-grid i{font-size:24px;grid-row:1/3}.health-grid strong,.health-grid small{display:block}.health-grid small{color:var(--muted)}.login-page{background:#fff}.login-grid{min-height:100vh;display:grid;grid-template-columns:1.2fr .8fr}.login-visual{background:radial-gradient(circle at 70% 30%,#266bdc66,transparent 30%),linear-gradient(140deg,#071631,#123e77);color:#fff;padding:9vw;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.login-visual:after{content:"";position:absolute;width:600px;height:600px;border:1px solid #ffffff12;border-radius:50%;right:-200px;top:-100px;box-shadow:0 0 0 80px #ffffff05,0 0 0 160px #ffffff04}.radar{font-size:70px;color:#4ca4ff;margin-bottom:50px}.eyebrow{color:#62b5ff;font-weight:700;letter-spacing:.15em;font-size:11px}.login-visual h1{font-size:clamp(36px,4vw,62px);line-height:1.08;max-width:700px;margin:20px 0}.login-visual p{font-size:17px;color:#c4d6ec;max-width:580px}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%)}.login-brand{padding:0 0 55px;color:var(--ink)}.login-card h2{font-size:30px;font-weight:750}.input-icon{position:relative}.input-icon i{position:absolute;left:14px;top:13px;color:#91a0b5}.input-icon .form-control{padding-left:40px}.login-card .btn-primary{background:#135fe8;border:0}.security-note{display:block;text-align:center;color:#8b98aa;margin-top:28px}.car-marker{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:white;border:3px solid white;box-shadow:0 4px 14px #172b4d55}
.car-marker.car-photo{width:40px;height:40px;border:3px solid #fff;outline:3px solid var(--vehicle-color);background:#fff;overflow:hidden}.car-marker.car-photo img{width:100%;height:100%;object-fit:cover}
.reference-marker{width:38px;height:38px;border-radius:19px 19px 19px 3px;transform:rotate(-45deg);background:#7c3aed;color:#fff;border:3px solid #fff;box-shadow:0 5px 18px #4c1d9566;display:grid;place-items:center}.reference-marker i{transform:rotate(45deg);font-size:17px}.reference-help{position:absolute;z-index:500;top:18px;left:50%;transform:translateX(-50%);background:#14213de8;color:#fff;border-radius:10px;padding:10px 16px;box-shadow:0 6px 20px #0003;font-weight:600}.accuracy-card{position:absolute;z-index:450;right:18px;bottom:18px;width:min(420px,calc(100% - 36px));background:#fff;border:2px solid #e3e8f0;border-radius:14px;padding:16px;box-shadow:0 10px 35px #172b4d30}.accuracy-card h3{font-size:14px;margin:12px 0;color:#334155}.accuracy-card.border-success{border-color:#22c55e}.accuracy-card.border-warning{border-color:#f59e0b}.accuracy-card.border-danger{border-color:#ef4444}.accuracy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:10px}.accuracy-grid span{font-size:10px;color:#718096;background:#f6f8fb;padding:7px;border-radius:8px}.accuracy-grid b{display:block;font-size:14px;color:#14213d}
@media(max-width:991px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main{margin-left:0;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.login-grid{grid-template-columns:1fr}.login-visual{display:none}.map-layout{grid-template-columns:1fr}.device-list{display:none}.history-filter{grid-template-columns:1fr 1fr}.topbar{padding:0 16px}.content{padding:18px}}
@media(max-width:575px){.stats-grid{grid-template-columns:1fr}.history-filter{grid-template-columns:1fr}.connection{display:none}.panel-head{align-items:flex-start;gap:12px}.health-grid{grid-template-columns:1fr}.content{padding:12px}.login-panel{padding:24px}}
.main{min-height:100vh;display:flex;flex-direction:column}.content{margin:0 auto;width:100%;flex:1}.app-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 30px;background:#fff;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.app-footer a{color:#52627a;text-decoration:none;font-weight:600}.app-footer a:hover{color:var(--primary)}.app-footer .donation-link{display:inline-flex;align-items:center;gap:7px;color:#d63384}.app-footer .donation-link:hover{color:#a61e61}@media(max-width:575px){.app-footer{padding:16px;flex-direction:column;text-align:center;gap:8px}}
.vehicle-icon-picker{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:10px}.vehicle-icon-picker label{min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.vehicle-icon-picker i{font-size:24px}.vehicle-icon-picker span{font-size:11px}@media(max-width:991px){.vehicle-icon-picker{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.vehicle-icon-picker{grid-template-columns:repeat(2,1fr)}}
.vehicle-image-search{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfdff}.selected-vehicle-image{display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.selected-vehicle-image img{width:88px;height:60px;object-fit:cover;border-radius:8px}.selected-vehicle-image div{min-width:0;flex:1}.selected-vehicle-image strong,.selected-vehicle-image a{display:block}.selected-vehicle-image a{font-size:11px}.vehicle-image-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.vehicle-image-option{border:1px solid var(--line);border-radius:10px;padding:0;background:#fff;overflow:hidden;text-align:left}.vehicle-image-option:hover{border-color:var(--primary);box-shadow:0 4px 14px #165dff20}.vehicle-image-option img{width:100%;height:110px;object-fit:cover}.vehicle-image-option span{display:block;padding:8px}.vehicle-image-option strong,.vehicle-image-option small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vehicle-image-option small{color:var(--muted);font-size:10px}.vehicle-image-loading{grid-column:1/-1;padding:20px;text-align:center;color:var(--muted)}@media(max-width:991px){.vehicle-image-results{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.vehicle-image-results{grid-template-columns:repeat(2,1fr)}.selected-vehicle-image{align-items:flex-start;flex-wrap:wrap}}
.playback-bar{display:grid;grid-template-columns:auto minmax(160px,1fr) minmax(145px,auto) 80px auto;gap:14px;align-items:center;padding:14px 18px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.playback-buttons{display:flex;gap:7px}.playback-buttons .btn{width:42px}.playback-status{display:flex;flex-direction:column;white-space:nowrap}.playback-status small{color:var(--muted)}.playback-bar .form-range{margin:0}.playback-bar #playbackStreetView{white-space:nowrap}@media(max-width:767px){.playback-bar{grid-template-columns:auto 1fr 70px}.playback-status{grid-column:1/3;grid-row:2}.playback-bar #playbackStreetView{grid-column:3;grid-row:2;font-size:0}.playback-bar #playbackStreetView i{font-size:16px}.playback-bar .form-range{min-width:0}}
.distance-highlight{margin:0 18px 16px;padding:18px 20px;border:1px solid #cfe0ff;border-radius:14px;background:linear-gradient(135deg,#f7faff,#eef5ff);display:flex;align-items:center;gap:15px}.distance-highlight small,.distance-highlight strong{display:block}.distance-highlight small{color:var(--muted);font-weight:600}.distance-highlight strong{font-size:30px;color:var(--primary);line-height:1.2}.distance-highlight p{margin:2px 0 0;color:var(--muted);font-size:11px}
.satellite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;padding:18px}.satellite-card{border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#fbfdff,#f4f8ff);overflow:hidden}.satellite-visual{width:82px;height:82px;flex:0 0 82px;position:relative;display:grid;place-items:center}.gps-earth{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e2e8f0;color:#94a3b8;font-size:20px;box-shadow:inset -5px -5px 12px #64748b18}.satellite-orbit{position:absolute;inset:4px;border:1px dashed #94a3b8;border-radius:50%;color:#94a3b8}.satellite-orbit i{position:absolute;left:50%;top:-9px;font-size:20px;transform:translateX(-50%)}.signal-wave{position:absolute;width:24px;height:24px;border:2px solid transparent;border-top-color:#94a3b8;border-radius:50%;top:4px;left:29px;opacity:0}.wave-two{width:34px;height:34px;top:-1px;left:24px}.satellite-card.connected{border-color:#bcebd3;background:linear-gradient(135deg,#f5fffa,#eefbf5)}.satellite-card.connected .gps-earth{background:#dff8ea;color:#0f9f5f}.satellite-card.connected .satellite-orbit{border-color:#28b978;color:#0f9f5f;animation:satellite-spin 5s linear infinite}.satellite-card.connected .satellite-orbit i{animation:satellite-counter-spin 5s linear infinite}.satellite-card.connected .signal-wave{border-top-color:#18b66b;animation:gps-wave 1.8s ease-out infinite}.satellite-card.connected .wave-two{animation-delay:.55s}.satellite-copy{min-width:0}.satellite-copy strong{font-size:14px}.satellite-count{display:block;font-size:27px;font-weight:750;color:var(--ink);line-height:1.25}.satellite-count small{font-size:12px;font-weight:600;color:var(--muted)}.satellite-copy p{margin:2px 0 0;color:var(--muted);font-size:11px}.gps-live-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.connected .gps-live-dot{background:#18b66b;box-shadow:0 0 0 5px #18b66b20;animation:gps-pulse 1.5s ease-in-out infinite}@keyframes satellite-spin{to{transform:rotate(360deg)}}@keyframes satellite-counter-spin{to{transform:translateX(-50%) rotate(-360deg)}}@keyframes gps-wave{0%{transform:scale(.6);opacity:0}35%{opacity:.8}100%{transform:scale(1.6);opacity:0}}@keyframes gps-pulse{50%{opacity:.4;transform:scale(.8)}}@media(prefers-reduced-motion:reduce){.satellite-card.connected .satellite-orbit,.satellite-card.connected .satellite-orbit i,.satellite-card.connected .signal-wave,.connected .gps-live-dot{animation:none}}
.satellite-card.disconnected{border-color:#fecaca;background:linear-gradient(135deg,#fffafa,#fff1f2)}.satellite-card.disconnected .gps-earth{background:#fee2e2;color:#dc2626}.satellite-card.disconnected .satellite-orbit{border-color:#ef4444;color:#dc2626}.satellite-card.disconnected .signal-wave{border-top-color:#ef4444}.satellite-card.disconnected .gps-live-dot{background:#ef4444;box-shadow:0 0 0 5px #ef444420}.satellite-card.disconnected .satellite-count,.satellite-card.disconnected .satellite-copy p{color:#b91c1c}
.satellite-constellation{width:112px;flex:0 0 112px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:8px;border-radius:14px;background:#fff;border:1px solid var(--line)}.satellite-node{width:11px;height:11px;display:grid;place-items:center}.satellite-node i{font-size:9px}.satellite-node.linked{color:#16a34a;filter:drop-shadow(0 0 3px #22c55e88);animation:satellite-link-pulse 1.8s ease-in-out infinite;animation-delay:calc(var(--delay) * -70ms)}.satellite-node.unlinked{color:#ef4444;opacity:.85}.satellite-card.disconnected .satellite-constellation{border-color:#fecaca;background:#fff7f7}@keyframes satellite-link-pulse{50%{transform:scale(1.45);filter:drop-shadow(0 0 5px #16a34a)}}@media(prefers-reduced-motion:reduce){.satellite-node.linked{animation:none}}
.orbital-scene{width:126px;height:104px;flex:0 0 126px;position:relative;display:grid;place-items:center;perspective:240px}.planet-globe{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#e0f2fe;font-size:48px;background:radial-gradient(circle at 32% 28%,#38bdf8 0 14%,#1478c8 42%,#083f7c 75%,#062b55 100%);box-shadow:inset -12px -8px 18px #001d3d99,0 8px 22px #0369a144;overflow:hidden}.planet-globe i{animation:planet-turn 8s linear infinite;filter:drop-shadow(0 1px 1px #075985)}.orbit-ring{position:absolute;inset:8px 3px;border:1px solid #94a3b888;border-radius:50%;transform:rotate(-18deg);animation:orbit-flight 5s linear infinite}.orbit-ring b{position:absolute;left:50%;top:-10px;font-size:17px;line-height:1;transform:translateX(-50%) rotate(18deg);filter:grayscale(1) sepia(1) saturate(6) hue-rotate(80deg)}.orbit-b{inset:18px -5px;transform:rotate(58deg);animation-duration:7s;animation-direction:reverse}.orbit-b b{transform:translateX(-50%) rotate(-58deg)}.orbit-c{inset:2px 18px;transform:rotate(105deg);animation-duration:9s}.orbit-c b{transform:translateX(-50%) rotate(-105deg)}.satellite-card.disconnected .orbit-ring{border-color:#ef444477}.satellite-card.disconnected .orbit-ring b{filter:grayscale(1) sepia(1) saturate(7) hue-rotate(315deg)}@keyframes planet-turn{to{transform:rotate(360deg)}}@keyframes orbit-flight{to{rotate:360deg}}@media(max-width:767px){.satellite-card{flex-wrap:wrap}.orbital-scene{margin:auto}.satellite-constellation{width:calc(100% - 144px);min-width:112px}}@media(prefers-reduced-motion:reduce){.planet-globe i,.orbit-ring{animation:none}}
.planet-globe{background:#000}.planet-globe img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;animation:planet-turn 18s linear infinite}.satellite-card.disconnected .planet-globe img{filter:saturate(.55) brightness(.72)}@media(prefers-reduced-motion:reduce){.planet-globe img{animation:none}}
.satellite-constellation{width:166px;flex-basis:166px;grid-template-columns:repeat(6,20px);gap:6px;justify-content:center}.satellite-node{width:20px;height:20px}.satellite-glyph{display:block;font-size:16px;line-height:1;filter:grayscale(1) sepia(1) saturate(8) hue-rotate(78deg);transform:rotate(-22deg)}.satellite-node.unlinked .satellite-glyph{filter:grayscale(1) sepia(1) saturate(9) hue-rotate(310deg)}@media(max-width:767px){.satellite-constellation{width:100%;flex-basis:100%}}
.help-hero{padding:28px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f8fbff,#eaf3ff)}.help-hero h2{font-size:24px;margin:0 0 6px}.help-hero p{margin:0;color:var(--muted);max-width:760px}.help-hero>i{font-size:56px;color:#2874f0}.setup-steps{margin:0;padding:22px 28px 22px 48px}.setup-steps li{padding:7px 0 7px 8px}.sms-command-list{padding:0 22px 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sms-command{border:1px solid var(--line);border-radius:12px;padding:15px;display:flex;gap:12px;background:#fbfdff}.sms-number{width:28px;height:28px;border-radius:50%;flex:0 0 28px;display:grid;place-items:center;background:#2874f0;color:#fff;font-weight:700}.sms-command strong,.sms-command code,.sms-command small{display:block}.sms-command code{margin:7px 0;padding:10px 12px;border-radius:8px;background:#0d1b36;color:#e8f3ff;font-size:13px;overflow-wrap:anywhere;user-select:all}.sms-command small{color:var(--muted)}.setup-checklist{list-style:none;margin:0;padding:22px 28px}.setup-checklist li{display:flex;gap:10px;padding:8px 0}.setup-checklist i{color:#16a34a}.help-faq dt{margin-top:14px}.help-faq dt:first-child{margin-top:0}.help-faq dd{color:var(--muted);margin-bottom:0}@media(max-width:767px){.help-hero{padding:20px}.help-hero>i{display:none}.sms-command-list{grid-template-columns:1fr;padding:0 14px 16px}.setup-steps{padding:18px 18px 18px 38px}}
.fleet-device-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;overflow:auto;padding:12px;border:1px solid var(--line);border-radius:10px}.fleet-device-list .form-check{margin:0;padding:8px 8px 8px 32px;background:#f8fafc;border-radius:8px}.fleet-device-list small{display:block;color:var(--muted)}@media(max-width:767px){.fleet-device-list{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.history-filter{grid-template-columns:1fr}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}
.totp-secret{display:block;margin-top:8px;padding:12px;background:#0d1b36;color:#e8f3ff;border-radius:8px;font-size:16px;letter-spacing:.12em;overflow-wrap:anywhere;user-select:all}.recovery-codes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.recovery-codes code{padding:10px;text-align:center;background:#f1f5f9;border-radius:8px;font-size:15px;user-select:all}
.dashboard-modern{--dash-navy:#0b1f3a;--dash-blue:#2563eb;--dash-cyan:#06b6d4}.dashboard-hero{min-height:170px;padding:32px 36px;margin-bottom:20px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff;overflow:hidden;position:relative;background:radial-gradient(circle at 82% 18%,#38bdf84d 0,transparent 25%),radial-gradient(circle at 65% 110%,#2563eb55 0,transparent 38%),linear-gradient(125deg,#071426 0%,#102b52 58%,#0b4770 100%);box-shadow:0 18px 45px #0b1f3a24}.dashboard-hero:after{content:"";position:absolute;right:-70px;top:-120px;width:330px;height:330px;border-radius:50%;border:1px solid #ffffff1f;box-shadow:0 0 0 48px #ffffff09,0 0 0 96px #ffffff07}.dashboard-hero>div{position:relative;z-index:1}.dashboard-eyebrow{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #ffffff28;border-radius:999px;background:#ffffff12;color:#bfe8ff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.dashboard-hero h2{margin:12px 0 5px;font-size:clamp(24px,2.3vw,36px);font-weight:760;letter-spacing:-.035em}.dashboard-hero p{margin:0;color:#bfd0e5;font-size:13px}.dashboard-actions{display:flex;gap:10px;flex-wrap:wrap}.dashboard-actions .btn{border-radius:11px;padding:10px 16px;font-weight:650}.dashboard-stats{gap:14px}.dashboard-stats .stat-card{min-height:112px;padding:20px 22px;border:0;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 10px 28px #25385812;transition:transform .2s ease,box-shadow .2s ease}.dashboard-stats .stat-card:after{content:"";position:absolute;width:70px;height:70px;right:-28px;bottom:-30px;border-radius:50%;background:#2563eb0b}.dashboard-stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 15px 34px #2538581c}.dashboard-stats .stat-icon{width:52px;height:52px;border-radius:16px;font-size:22px}.dashboard-stats .stat-card small{font-size:12px;font-weight:650;letter-spacing:.01em}.dashboard-stats .stat-card strong{font-size:29px;line-height:1.15;letter-spacing:-.04em}.dashboard-modern .panel{border:0;border-radius:20px;box-shadow:0 10px 30px #2538580f}.dashboard-modern .panel-head{padding:21px 24px;background:linear-gradient(180deg,#fff,#fcfdff)}.dashboard-modern .panel-head h2{font-size:15px;letter-spacing:-.01em}.dashboard-modern .map.medium{height:460px}.dashboard-modern .satellite-card{border-radius:18px;padding:20px;background:linear-gradient(135deg,#fff,#f7fafc)}.dashboard-modern .satellite-card.connected{background:linear-gradient(135deg,#f8fffb,#edfdf5);box-shadow:inset 0 0 0 1px #bbf7d0}.dashboard-modern .event-list{padding:14px 22px}.dashboard-modern .event-item{padding:16px 0}.dashboard-modern .empty{padding:42px 16px}.dashboard-modern .table thead th{background:#f8fafc}.dashboard-modern .table tbody tr{transition:background .15s ease}.dashboard-modern .table tbody tr:hover{background:#f8fbff}@media(max-width:767px){.dashboard-hero{padding:24px;align-items:flex-start;flex-direction:column}.dashboard-actions{width:100%}.dashboard-actions .btn{flex:1}.dashboard-modern .map.medium{height:360px}}@media(max-width:480px){.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-stats .stat-card{padding:15px;min-height:102px;gap:10px}.dashboard-stats .stat-icon{width:42px;height:42px;border-radius:13px}.dashboard-stats .stat-card strong{font-size:24px}.dashboard-stats .stat-card span.d-block{display:none!important}}
.dashboard-modern .satellite-grid{grid-template-columns:repeat(auto-fill,minmax(300px,360px));align-items:start;padding:14px}.dashboard-modern .satellite-card{width:100%;min-height:112px;max-width:360px;padding:12px 14px;gap:10px}.dashboard-modern .satellite-card .orbital-scene{width:72px;height:76px;flex-basis:72px}.dashboard-modern .satellite-card .planet-globe{width:46px;height:46px}.dashboard-modern .satellite-card.disconnected{border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:none;color:var(--ink)}.dashboard-modern .satellite-card.disconnected .planet-globe img{filter:saturate(.7) brightness(.78)}.signal-off{position:absolute;right:3px;bottom:3px;width:28px;height:28px;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;background:#f1f5f9;color:#64748b;font-size:12px}.satellite-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.satellite-title strong{font-size:14px}.satellite-status{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:9px;font-weight:700;white-space:nowrap}.disconnected .satellite-status{background:#f1f5f9;color:#64748b}.dashboard-modern .satellite-card.disconnected .satellite-count,.dashboard-modern .satellite-card.disconnected .satellite-copy p{color:var(--ink)}.dashboard-modern .satellite-card .satellite-count{font-size:19px}.satellite-metrics{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.satellite-metrics span{display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid #e8edf4;border-radius:7px;background:#fff;color:#64748b;font-size:8px}.satellite-metrics i{color:#475569}@media(max-width:600px){.dashboard-modern .satellite-grid{grid-template-columns:1fr}.dashboard-modern .satellite-card{min-height:0;max-width:360px}.satellite-title{align-items:flex-start;flex-direction:column;gap:5px}}
