:root{--bg-dark-start:#0b1420;--bg-dark-end:#0e1d2d;--bg-card:#ffffff0f;--border-glass:#ffffff14;--primary:#fff;--secondary:#b8c6d6;--muted:#7b8a9b;--accent-green:#2be36c;--accent-blue:#1ea7ff;--accent-orange:#ff8a5b;--status-good:#2be36c;--status-warning:#fc0;--status-danger:#ff4d4d;--radius-lg:20px;--radius-sm:14px}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{color:#fff;background-color:#0b1420;background-image:radial-gradient(circle at 10% 20%,#2be36c14 0%,#0000 50%),radial-gradient(circle at 90% 80%,#ff8a5b14 0%,#0000 50%),radial-gradient(circle,#1ea7ff08 0%,#0000 60%);min-height:100vh;padding:2rem;overflow-x:hidden}@media (width<=768px){body{padding:1rem}}.dashboard-container{max-width:1440px;margin:0 auto}.top-bar{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.top-bar .brand{align-items:center;gap:1rem;display:flex}.top-bar .brand .logo{color:#fff;background:linear-gradient(135deg,#1ea7ff,#2be36c);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 15px #1ea7ff4d}.top-bar .brand .logo svg{width:28px;height:28px}.top-bar .brand h2{letter-spacing:-.03em;font-size:1.4rem;font-weight:800}.top-bar .brand p{color:#7b8a9b;font-size:.8rem;font-weight:500}.top-bar .actions{gap:1rem;display:flex}.top-bar .actions .icon-btn{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 8px 32px #00000059}.top-bar .actions .icon-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.section-label{color:#7b8a9b;letter-spacing:.1em;margin-bottom:.75rem;padding-left:.25rem;font-size:.75rem;font-weight:700}.section-container{margin-bottom:1.5rem}.section-container.full-width{grid-column:1/-1}.dashboard-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (width<=1024px){.dashboard-grid{grid-template-columns:1fr}}.content-area{flex-direction:column;gap:.5rem;display:flex}.content-area .top-row{grid-template-columns:1fr 1.5fr;gap:1.5rem;display:grid}@media (width<=768px){.content-area .top-row{grid-template-columns:1fr}}.hero-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);height:100%;padding:2.5rem 1.5rem;box-shadow:0 8px 32px #00000059}.hero-card .hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-card .status-ring-container{justify-content:center;align-items:center;width:160px;height:160px;margin-bottom:2rem;display:flex;position:relative}.hero-card .status-ring-container .ring-outer{border:2px solid #2be36c33;border-radius:50%;position:absolute;inset:0}.hero-card .status-ring-container .ring-inner{z-index:2;border:12px solid #2be36c;border-radius:50%;width:120px;height:120px;position:relative;box-shadow:0 0 30px #2be36c80}.hero-card .status-ring-container .ring-inner:after{content:"";border:12px solid #0000;border-top-color:#2be36c;border-radius:50%;animation:2s linear infinite rotate;position:absolute;inset:-12px;box-shadow:0 0 30px #2be36c4d}.hero-card .status-ring-container .status-glow{opacity:.4;background:radial-gradient(circle,#2be36c 0%,#0000 70%);border-radius:50%;width:100px;height:100px;animation:3s infinite pulse;position:absolute}.hero-card .status-badge{align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:800;display:flex}.hero-card .status-badge .dot{background:#2be36c;border-radius:50%;width:12px;height:12px;box-shadow:0 0 30px #2be36c80}.hero-card .status-desc{color:#7b8a9b;max-width:240px;font-size:.9rem;line-height:1.5}.data-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:1rem;height:100%;display:grid}@media (width<=768px){.data-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all .3s;box-shadow:0 8px 32px #00000059}.stat-card:hover{background:#ffffff14;transform:translateY(-4px)}.stat-card .stat-content{flex-direction:column;justify-content:space-between;height:100%;padding:1.25rem;display:flex}.stat-card .stat-header{color:#7b8a9b;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.stat-card .stat-header .stat-icon{color:#fff;width:18px;height:18px}.stat-card .stat-body{align-items:baseline;gap:.4rem;display:flex}.stat-card .stat-body .stat-value{font-size:1.8rem;font-weight:800}.stat-card .stat-body .stat-unit{color:#7b8a9b;font-size:.9rem;font-weight:500}.stat-card .stat-body .arrow-icon{color:#ff8a5b;width:1.2rem;height:1.2rem}.time-slider-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);padding:1.5rem 2.5rem;box-shadow:0 8px 32px #00000059}.time-slider-card .slider-desc{color:#7b8a9b;margin-bottom:1.5rem;font-size:.9rem}.time-slider-card .slider-wrapper{padding-bottom:2rem;position:relative}.time-slider-card .slider-wrapper .custom-range{appearance:none;cursor:pointer;background:#ffffff0d;border-radius:6px;outline:none;width:100%;height:12px}.time-slider-card .slider-wrapper .custom-range::-webkit-slider-thumb{appearance:none;background:#fff;border:6px solid #1a2233;border-radius:50%;width:28px;height:28px;transition:transform .2s;box-shadow:0 0 20px #00000080}.time-slider-card .slider-wrapper .custom-range:active::-webkit-slider-thumb{transform:scale(1.2)}.time-slider-card .slider-wrapper .wave-visualization{height:80px;margin-top:1rem;position:relative}.time-slider-card .slider-wrapper .wave-visualization #wave-canvas{width:100%;height:100%}.time-slider-card .slider-wrapper .wave-visualization .wave-icon{color:#7b8a9b;opacity:.5;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.sidebar-area{flex-direction:column;gap:.5rem;display:flex}.micro-map-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);height:400px;padding:.5rem;overflow:hidden;box-shadow:0 8px 32px #00000059}.micro-map-card #map{background:#0d121d;border-radius:16px;width:100%;height:100%}.micro-map-card #map .leaflet-tile-pane{filter:brightness(.6)invert()contrast(3)hue-rotate(200deg)saturate(.3)brightness(.7)}.insight-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 8px 32px #00000059}.insight-panel .insight-list{flex-direction:column;gap:1rem;display:flex}.insight-panel .insight-list .insight-item{background:#ffffff08;border-left:4px solid #1ea7ff;border-radius:12px;padding:1.25rem;font-size:.95rem;font-weight:500;transition:all .2s}.insight-panel .insight-list .insight-item:hover{background:#ffffff0f;transform:translate(5px)}.embed-section{text-align:center;margin-top:3rem}.embed-section .embed-widget{justify-content:center;display:flex}.embed-section .embed-widget .pill{background:var(--bg-card);-webkit-backdrop-filter:blur(32px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);border-radius:100px;align-items:center;gap:2rem;padding:.75rem 2.5rem;font-size:.9rem;display:inline-flex;box-shadow:0 8px 32px #00000059}.embed-section .embed-widget .pill .loc{font-weight:800}.embed-section .embed-widget .pill .divider{background:#ffffff1a;width:1px;height:24px}.embed-section .embed-widget .pill .stat{color:#7b8a9b}.embed-section .embed-widget .pill .stat span{color:#fff;font-weight:700}.embed-section .embed-widget .pill .status{color:#2be36c;align-items:center;gap:.5rem;font-weight:800;display:flex}.embed-section .embed-widget .pill .status:before{content:"";background:#2be36c;border-radius:50%;width:8px;height:8px;box-shadow:0 0 30px #2be36c80}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1024px){.content-area .top-row{grid-template-columns:1fr}}@media (width<=768px){.top-bar{flex-direction:column;align-items:flex-start;gap:1.5rem}.top-bar .actions{justify-content:flex-end;width:100%}.hero-card{padding:2rem 1rem}}
