.sub-navbar{background:linear-gradient(90deg,var(--mc-surface-2) 0,var(--mc-surface) 100%);border-bottom:1px solid var(--mc-border);border-top:1px solid var(--mc-border);font-size:.95rem;padding:.4rem 0;position:relative;transition:background .3s ease,border-color .3s ease;z-index:10}.sub-nav-menu{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.sub-nav-menu .nav-link{border-radius:.5rem;color:var(--mc-text-muted);font-weight:500;padding:.6rem 1.2rem;position:relative;transition:all .25s ease}.sub-nav-menu .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),.08);color:var(--bs-primary-dark)}.sub-nav-menu .nav-link.active{background-color:rgba(var(--bs-primary-rgb),.15);color:var(--bs-primary-dark);font-weight:600}.sub-nav-menu .nav-link.active:after{animation:underlineExpand .4s ease forwards;background:linear-gradient(90deg,var(--bs-primary-dark) 0,var(--bs-primary-light) 100%);border-radius:2px;bottom:2px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:0}.sub-nav-menu .nav-link.disabled{background-color:transparent!important;color:var(--mc-text-muted)!important;cursor:not-allowed;opacity:.5;pointer-events:none}.sub-nav-menu .nav-link.disabled:after{display:none}@keyframes underlineExpand{0%{opacity:0;width:0}to{opacity:1;width:60%}}[data-bs-theme=dark] .sub-navbar{background:linear-gradient(90deg,var(--mc-surface) 0,var(--mc-surface-2) 100%);border-color:hsla(0,0%,100%,.08)}[data-bs-theme=dark] .sub-nav-menu .nav-link{color:var(--mc-text-muted)}[data-bs-theme=dark] .sub-nav-menu .nav-link:hover{background-color:rgba(var(--bs-primary-rgb),.15);color:var(--bs-primary-light)}[data-bs-theme=dark] .sub-nav-menu .nav-link.active{background-color:rgba(var(--bs-primary-rgb),.25);color:var(--bs-primary-light)}[data-bs-theme=dark] .sub-nav-menu .nav-link.active:after{background:linear-gradient(90deg,var(--bs-primary) 0,var(--bs-primary-light) 100%)}@media(max-width:768px){.sub-nav-menu{gap:.5rem}.sub-nav-menu .nav-link{font-size:.9rem;padding:.5rem 1rem}}.station-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:var(--mc-text);min-height:100vh;transition:background .4s ease,color .4s ease}[data-bs-theme=dark] .station-page{background:linear-gradient(135deg,color-mix(in srgb,var(--mc-surface-2) 80%,#1e293b) 0,color-mix(in srgb,var(--mc-surface) 85%,#334155) 100%)}.station-hero{background:linear-gradient(135deg,var(--bs-primary-dark,#6b8b2f) 0,var(--bs-primary,#b8d45f) 45%,var(--bs-primary-light,#c9e080) 75%,var(--bs-primary,#b8d45f) 100%);color:#fff;overflow:hidden;padding:3rem 0 4rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.2);transition:background .4s ease}.station-hero .hero-gradient{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.12) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.15) 0,transparent 50%);inset:0;position:absolute;z-index:0}.station-hero .hero-content{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr auto;position:relative;z-index:1}.station-hero .location-badge{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:2rem;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.station-hero .location-badge i{font-size:1rem}.station-hero .hero-title{font-size:3rem;font-weight:800;margin:0 0 1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.station-hero .last-update{align-items:center;display:flex;font-size:1rem;opacity:.95}.station-hero .last-update i{font-size:1.1rem;margin-right:.4rem}.station-hero .last-update strong{font-weight:600;margin-left:.25rem}.station-hero .current-weather{align-items:center;backdrop-filter:blur(20px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;gap:1.5rem;padding:2rem 2.5rem;z-index:1}.station-hero .current-weather .weather-icon{align-items:center;animation:float 3s ease-in-out infinite;display:flex;height:80px;justify-content:center;width:80px}.station-hero .current-weather .weather-icon img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.25));height:100%;object-fit:contain;width:100%}.station-hero .current-weather .current-temp{font-size:4rem;font-weight:800;line-height:1;margin-bottom:.5rem}.station-hero .current-weather .current-temp span{font-size:2rem;margin-left:.2rem;opacity:.8}.station-hero .current-weather .current-desc{cursor:help;font-size:1.1rem;margin-bottom:.75rem;opacity:.9}.station-hero .current-weather .current-meta{display:flex;font-size:1rem;gap:1.5rem;opacity:.85}.station-hero .current-weather .current-meta span{align-items:center;display:flex;gap:.4rem}.station-hero .current-weather .current-meta span i{font-size:1.1rem}[data-bs-theme=dark] .station-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--bs-primary-dark) 70%,#000) 0,color-mix(in srgb,var(--bs-primary) 80%,#000) 40%,color-mix(in srgb,var(--bs-primary-light) 60%,#000) 75%);text-shadow:0 2px 6px rgba(0,0,0,.4)}[data-bs-theme=dark] .station-hero .current-weather{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15);box-shadow:0 4px 20px rgba(0,0,0,.3)}[data-bs-theme=dark] .station-hero .location-badge{background:hsla(0,0%,100%,.12);color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.station-dashboard{margin-top:1rem;padding:3rem 0;position:relative}.station-subpage{margin-top:0;padding:3rem 0;position:relative}.kpi-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.chart-card,.kpi-card{animation:fadeInUp .6s ease-out backwards;background:var(--mc-surface);border-radius:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);color:var(--mc-text);overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.kpi-card{align-items:start;display:grid;gap:1rem;grid-template-columns:auto 1fr}.kpi-card:before{background:linear-gradient(90deg,var(--card-color),var(--card-color-light));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.kpi-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.kpi-card:hover:before{opacity:1}.kpi-card.temperature{--card-color:#ef4444;--card-color-light:#fca5a5}.kpi-card.humidity{--card-color:#3b82f6;--card-color-light:#93c5fd}.kpi-card.wind{--card-color:#10b981;--card-color-light:#6ee7b7}.kpi-card.radiation{--card-color:#f59e0b;--card-color-light:#fcd34d}.kpi-card .kpi-icon{background:linear-gradient(135deg,var(--card-color),var(--card-color-light));border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:grid;font-size:1.8rem;height:60px;place-items:center;width:60px}.kpi-card .kpi-label{color:var(--mc-text-muted);font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.kpi-card .kpi-value{color:var(--mc-text);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.kpi-card .kpi-value span{color:var(--mc-muted);font-size:1.2rem;font-weight:600;margin-left:.2rem}.kpi-card .kpi-trend{align-items:center;display:flex;font-size:.85rem;font-weight:600;gap:.3rem}.kpi-card .kpi-trend.up{color:#16a34a}.kpi-card .kpi-trend.down{color:#dc2626}.kpi-card .kpi-trend.neutral{color:var(--mc-text-muted)}.kpi-card .kpi-chart{grid-column:1/-1;height:50px;margin-top:.5rem;opacity:.8}.kpi-card .kpi-chart canvas{height:100%!important;width:100%!important}.kpi-card:first-child{animation-delay:.1s}.kpi-card:nth-child(2){animation-delay:.2s}.kpi-card:nth-child(3){animation-delay:.3s}.kpi-card:nth-child(4){animation-delay:.4s}.charts-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}.chart-card{grid-column:span 6}.chart-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.chart-card.large{grid-column:span 8}.chart-card.medium{grid-column:span 4}.chart-card .card-header{align-items:flex-start;border-bottom:2px solid var(--mc-border);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.chart-card .card-header h3{align-items:center;color:var(--mc-text);display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 .25rem}.chart-card .card-header h3 i{color:#667eea;font-size:1.2rem}.chart-card .card-header p{color:var(--mc-text-muted);font-size:.85rem;margin:0}.chart-card .card-header .current-value{color:#7c3aed;font-size:1.8rem;font-weight:800}.chart-card .card-header .current-value span{color:var(--mc-muted);font-size:1rem;margin-left:.25rem}.chart-card .card-body{position:relative}.chart-card .card-body.centered{display:grid;place-items:center}.chart-card .card-body canvas{max-height:250px;width:100%!important}.metrics-row{margin-top:2rem}.metrics-gauges-card{background:var(--mc-surface);border-radius:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);height:100%;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.metrics-gauges-card .card-header{align-items:center;border-bottom:2px solid var(--mc-border);display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.metrics-gauges-card .card-header h3{align-items:center;color:var(--mc-text);display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0}.metrics-gauges-card .card-header h3 i{color:#667eea;font-size:1.2rem}.metrics-gauges-card .card-header p{color:var(--mc-text-muted);font-size:.85rem;margin:0}.gauges-row{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gauge-item-new{align-items:center;background:linear-gradient(135deg,rgba(var(--gauge-color-rgb),.08) 0,rgba(var(--gauge-color-rgb),.03) 100%);border:1px solid rgba(var(--gauge-color-rgb),.15);border-radius:1.25rem;display:flex;flex-direction:column;padding:1.5rem 1rem;transition:all .3s ease}.gauge-item-new:hover{border-color:rgba(var(--gauge-color-rgb),.3);box-shadow:0 8px 24px rgba(var(--gauge-color-rgb),.15);transform:translateY(-4px)}.gauge-item-new.uv{--gauge-color-rgb:168,85,247;--gauge-color:#a855f7;--gauge-color-light:#c084fc}.gauge-item-new.pressure{--gauge-color-rgb:59,130,246;--gauge-color:#3b82f6;--gauge-color-light:#60a5fa}.gauge-item-new.aqi-good{--gauge-color-rgb:34,197,94;--gauge-color:#22c55e;--gauge-color-light:#4ade80}.gauge-item-new.aqi-moderate{--gauge-color-rgb:234,179,8;--gauge-color:#eab308;--gauge-color-light:#facc15}.gauge-item-new.aqi-sensitive{--gauge-color-rgb:249,115,22;--gauge-color:#f97316;--gauge-color-light:#fb923c}.gauge-item-new.aqi-bad{--gauge-color-rgb:239,68,68;--gauge-color:#ef4444;--gauge-color-light:#f87171}.gauge-item-new.aqi-very-bad{--gauge-color-rgb:139,92,246;--gauge-color:#8b5cf6;--gauge-color-light:#a78bfa}.gauge-item-new .gauge-icon{background:linear-gradient(135deg,var(--gauge-color),var(--gauge-color-light));border-radius:.875rem;box-shadow:0 4px 12px rgba(var(--gauge-color-rgb),.3);color:#fff;display:grid;font-size:1.25rem;height:44px;margin-bottom:.75rem;place-items:center;width:44px}.gauge-item-new .gauge-label{color:var(--mc-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.gauge-item-new .gauge-ring{height:110px;margin-bottom:.75rem;position:relative;width:110px}.gauge-item-new .gauge-ring svg{height:100%;transform:rotate(-90deg);width:100%}.gauge-item-new .gauge-ring circle{fill:none;stroke-linecap:round;stroke-width:8}.gauge-item-new .gauge-ring .gauge-bg{stroke:var(--mc-border)}.gauge-item-new .gauge-ring .gauge-fill{filter:drop-shadow(0 0 6px rgba(var(--gauge-color-rgb),.4));stroke:var(--gauge-color);stroke-dasharray:339.3;stroke-dashoffset:calc(339.3 - var(--progress, 0)*339.3);transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.gauge-item-new .gauge-ring .gauge-value-wrapper{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.gauge-item-new .gauge-ring .gauge-value{color:var(--mc-text);font-size:1.875rem;font-weight:800;line-height:1}.gauge-item-new .gauge-ring .gauge-unit{color:var(--mc-text-muted);font-size:.7rem;font-weight:500;margin-top:.2rem}.gauge-item-new .gauge-status{align-items:center;border-radius:2rem;display:inline-flex;font-size:.75rem;font-weight:600;gap:.35rem;padding:.35rem 1rem}.gauge-item-new .gauge-status i{font-size:.7rem}.gauge-item-new .gauge-status.uv-low{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857}.gauge-item-new .gauge-status.uv-moderate{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.gauge-item-new .gauge-status.uv-high{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#c2410c}.gauge-item-new .gauge-status.uv-very-high{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#b91c1c}.gauge-item-new .gauge-status.uv-extreme{background:linear-gradient(135deg,#e9d5ff,#c4b5fd);color:#7c3aed}.gauge-item-new .gauge-status.pressure-low{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.gauge-item-new .gauge-status.pressure-normal{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857}.gauge-item-new .gauge-status.pressure-high{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.gauge-item-new .gauge-status.aqi-good{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.gauge-item-new .gauge-status.aqi-moderate{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#a16207}.gauge-item-new .gauge-status.aqi-sensitive{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#c2410c}.gauge-item-new .gauge-status.aqi-bad{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.gauge-item-new .gauge-status.aqi-very-bad{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9}[data-bs-theme=dark] .chart-card,[data-bs-theme=dark] .kpi-card{background:var(--mc-surface-2);box-shadow:0 2px 10px rgba(0,0,0,.3);color:var(--mc-text)}[data-bs-theme=dark] .chart-card .card-header p,[data-bs-theme=dark] .kpi-value span{color:var(--mc-muted)}[data-bs-theme=dark] .chart-card .card-header{border-bottom-color:hsla(0,0%,100%,.08)}[data-bs-theme=dark] .metrics-gauges-card{background:var(--mc-surface-2);box-shadow:0 2px 10px rgba(0,0,0,.3)}[data-bs-theme=dark] .metrics-gauges-card .card-header{border-bottom-color:hsla(0,0%,100%,.08)}[data-bs-theme=dark] .gauge-item-new{background:linear-gradient(135deg,rgba(var(--gauge-color-rgb),.12) 0,rgba(var(--gauge-color-rgb),.05) 100%);border-color:rgba(var(--gauge-color-rgb),.2)}[data-bs-theme=dark] .gauge-item-new:hover{box-shadow:0 8px 24px rgba(var(--gauge-color-rgb),.25)}[data-bs-theme=dark] .gauge-item-new .gauge-ring .gauge-bg{stroke:hsla(0,0%,100%,.1)}@media(max-width:1200px){.chart-card.large,.chart-card.medium{grid-column:span 12}}@media(max-width:992px){.station-hero .hero-content{gap:2rem;grid-template-columns:1fr}.station-hero .hero-title{font-size:2.5rem}.station-hero .current-weather{justify-content:center}.chart-card{grid-column:span 12!important}.gauges-row{gap:1rem;grid-template-columns:repeat(3,1fr)}.gauge-item-new{padding:1rem .75rem}.gauge-item-new .gauge-ring{height:90px;width:90px}.gauge-item-new .gauge-ring .gauge-value{font-size:1.5rem}}@media(max-width:768px){.station-hero{padding:2rem 0 3rem}.station-hero .hero-title{font-size:2rem}.station-hero .current-weather{flex-direction:column;padding:1.5rem;text-align:center}.station-hero .current-weather .current-temp{font-size:3rem}.kpi-grid{grid-template-columns:1fr}.gauges-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:576px){.metrics-gauges-card{padding:1rem}.metrics-gauges-card .card-header{margin-bottom:1rem;padding-bottom:.75rem}.metrics-gauges-card .card-header h3{font-size:.95rem}.gauges-row{gap:.625rem;grid-template-columns:1fr}.gauge-item-new{align-items:center;flex-direction:row;gap:.5rem;justify-content:space-between;padding:.75rem 1rem}.gauge-item-new .gauge-icon{border-radius:.625rem;font-size:1rem;height:36px;margin-bottom:0;min-width:36px;order:1;width:36px}.gauge-item-new .gauge-label{flex:1;font-size:.7rem;margin-bottom:0;order:2;text-align:left}.gauge-item-new .gauge-ring{height:52px;margin-bottom:0;min-width:52px;order:3;width:52px}.gauge-item-new .gauge-ring circle{stroke-width:5}.gauge-item-new .gauge-ring .gauge-value{font-size:.95rem}.gauge-item-new .gauge-ring .gauge-unit{display:none}.gauge-item-new .gauge-status{font-size:.65rem;min-width:fit-content;order:4;padding:.25rem .625rem;white-space:nowrap}.gauge-item-new .gauge-status i{font-size:.55rem}}.card{border-radius:.75rem}canvas{max-height:500px}.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg{fill:var(--bs-primary)!important}.apexcharts-pan-icon.apexcharts-selected svg{stroke:var(--bs-primary)!important}:root[data-bs-theme=dark] .apexcharts-tooltip{background-color:#020617!important;border:1px solid #1e293b!important;box-shadow:0 8px 20px rgba(0,0,0,.6);color:#e5e7eb!important}:root[data-bs-theme=dark] .apexcharts-tooltip-title{background-color:#020617!important;border-bottom:1px solid #1f2937!important;color:#9ca3af!important}:root[data-bs-theme=dark] .apexcharts-xaxistooltip,:root[data-bs-theme=dark] .apexcharts-yaxistooltip{background-color:#020617!important;border-color:#1e293b!important;color:#e5e7eb!important}.preset-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease}.preset-btn:hover{background:#eff6ff;border-color:var(--bs-primary);color:var(--bs-primary)}.preset-btn.active{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.field-group{background:#f8fafc;border-radius:8px;margin-bottom:12px;padding:12px}.field-group-title{align-items:center;color:#475569;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.form-check{padding-left:1.8em}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-label{color:#334155;cursor:pointer;font-size:14px}.card{border-radius:12px}.date-input-group{position:relative}.date-input-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px 12px}.date-input-group input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}#applyFilter{background:linear-gradient(135deg,var(--bs-primary) 0,var(--bs-primary-dark) 100%);border:none;border-radius:8px;font-size:14px;font-weight:600;padding:12px}.apexcharts-legend{align-content:flex-start;display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;justify-content:flex-start!important;max-height:100px;overflow-x:hidden;overflow-y:auto!important;padding:12px 8px!important}.apexcharts-legend.apx-legend-position-top{flex-direction:row!important}.apexcharts-legend-series{flex:0 0 auto!important;width:auto!important}.apexcharts-legend::-webkit-scrollbar{height:6px;width:6px}.apexcharts-legend::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.apexcharts-legend::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.apexcharts-legend::-webkit-scrollbar-thumb:hover{background:#94a3b8}.apexcharts-legend-series{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:inline-flex!important;margin:2px 0!important;padding:4px 10px;transition:all .2s ease}.apexcharts-legend-series:hover{background:#e2e8f0;border-color:#cbd5e1;box-shadow:0 2px 4px rgba(0,0,0,.05);transform:translateY(-1px)}.apexcharts-legend-series.apexcharts-inactive-legend{background:#fff;opacity:.4}.apexcharts-legend-marker{border-radius:2px!important;height:10px!important;margin-right:6px!important;width:10px!important}.apexcharts-legend-text{color:#475569!important;font-size:11px!important;font-weight:500!important;line-height:1.2!important}#toggleLegend{border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s ease}#toggleLegend:hover{background:#f1f5f9;border-color:#cbd5e1;transform:scale(1.05)}#toggleLegend:active{transform:scale(.98)}#stationGraph{overflow:hidden}#stationGraph,.apexcharts-canvas{border-radius:8px}.apexcharts-tooltip{border:none!important;border-radius:8px!important;box-shadow:0 10px 25px rgba(0,0,0,.15)!important}.apexcharts-tooltip-title{border-bottom:1px solid hsla(0,0%,100%,.1)!important;font-size:12px!important;font-weight:600!important;padding:8px 12px!important}.apexcharts-tooltip-series-group{padding:6px 12px!important}.apexcharts-tooltip-marker{margin-right:8px!important}.apexcharts-tooltip-text-y-label{font-weight:500!important}.apexcharts-tooltip-text-y-value{font-weight:600!important;margin-left:4px!important}#stationGraph>div[style*=height]{border-radius:8px}#stationGraph>div[style*=height]:has(svg[style*="opacity: 0.5"]){background:#f8fafc;border:2px dashed #e2e8f0}@media(max-width:992px){.apexcharts-legend{max-height:80px}}@media(max-width:768px){.apexcharts-legend{font-size:10px!important;max-height:60px}.apexcharts-legend-series{padding:3px 8px}.preset-btn{font-size:11px;padding:6px 10px}.preset-btn i{display:none}#toggleLegend{padding:4px 10px!important}}@media(max-width:576px){.apexcharts-legend{gap:3px 4px!important;padding:8px 4px!important}.apexcharts-legend-text{font-size:10px!important}}