.ewd-dashboard{border-radius:0;background:#20242b;box-shadow:none}
.ewd-header-tools{display:flex;align-items:center;gap:18px}.ewd-unit-picker{display:flex;padding:3px;border:1px solid #46515b;border-radius:7px;background:#1c2026}.ewd-unit-picker button{border:0;background:transparent;color:#9daab5;padding:6px 10px;border-radius:5px;font:600 11px/1 inherit;cursor:pointer}.ewd-unit-picker button.is-active{background:#22c7d9;color:#102229}.ewd-theme-light .ewd-unit-picker{background:#fff;border-color:#cbd6dc}.ewd-theme-light .ewd-unit-picker button.is-active{color:#fff;background:#1596a5}
.ewd-header{background:#20242b;padding:14px 20px}.ewd-header>div:first-child>span{display:none}.ewd-header h2{font-size:28px}
.ewd-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:5px;padding:5px;background:#1d2127}
.ewd-card{position:relative;min-height:245px;padding:0 20px 18px;border:0;background:#292d33;box-shadow:inset -1px 0 #181b20}
.ewd-card h3{height:40px;margin:0 -20px 12px;padding:8px 34px;text-align:center;font-size:15px;color:#aeb8c1;border-bottom:1px solid #343940;font-weight:400}
.ewd-card h3:before{content:'⚙';position:absolute;left:7px;top:6px;color:#9da5ad;font-size:17px}.ewd-card h3:after{content:'⌁';position:absolute;right:8px;top:5px;color:#f3bd16;font-size:22px}
.ewd-metric{margin:12px 0}.ewd-metric>span{font-size:12px;color:#a8b1ba}.ewd-metric strong{font-size:29px}.ewd-metric small{font-size:12px}
.ewd-split{gap:24px}.ewd-split .ewd-metric strong{font-size:21px}
.ewd-wind{padding-left:8px;padding-right:8px}.ewd-wind-layout{display:grid;grid-template-columns:minmax(60px,1fr) 148px minmax(60px,1fr);align-items:center;gap:8px}.ewd-wind-side .ewd-metric{display:block;text-align:center}.ewd-wind-side .ewd-metric>span{display:block;margin-bottom:7px}.ewd-wind-side .ewd-metric strong{font-size:24px;white-space:nowrap}.ewd-wind-side .ewd-metric small{display:block;margin:4px 0 0}
.ewd-wind-rose{width:145px;height:145px;margin:0;border-color:#5fc4cf;background:repeating-conic-gradient(from -1deg,rgba(100,122,132,.75) 0 1deg,transparent 1deg 10deg)}.ewd-wind-rose:after{inset:5px;border-color:rgba(95,196,207,.35)}
.ewd-wind-arrow{inset:-10px;transform:rotate(var(--dir))}.ewd-wind-arrow i{top:0;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:0;border-top:17px solid #22c7d9}
.ewd-wind-center{inset:30px;background:#292d33}.ewd-wind-center small{font-size:11px;text-transform:none;letter-spacing:0;margin:0 0 3px}.ewd-wind-center strong{font-size:31px}.ewd-wind-center strong sup{font-size:12px;vertical-align:top}.ewd-wind-center em{color:#91bd25;font-style:normal;font-size:13px;margin-top:5px}
.ewd-wind-rose>span{font-size:8px}.ewd-wind-rose .ewd-n{top:7px}.ewd-wind-rose .ewd-e{right:7px}.ewd-wind-rose .ewd-s{bottom:7px}.ewd-wind-rose .ewd-w{left:7px}
.ewd-history{margin-top:0}.ewd-chart{background:#20242b}.ewd-direction-chart .direction-point{fill:#f3bd16;stroke:none}.ewd-direction-chart .ewd-cardinal{fill:#aeb8c1;font-size:12px}.ewd-direction-chart .ewd-legend span:before{background:#f3bd16}
.ewd-chart h3{font-size:18px!important;font-weight:700!important;color:#c2ccd3!important}.ewd-chart .axistext{font-size:12px!important;font-weight:600;letter-spacing:0;fill:#a9b7c2}.ewd-chart .time-label{font-size:12px!important}.ewd-chart .series{stroke-width:2.5}.ewd-direction-chart .ewd-cardinal{font-size:14px!important;font-weight:700}.ewd-theme-light .ewd-chart h3{color:#334854!important}.ewd-theme-light .ewd-chart .axistext{fill:#526a77}
@media(max-width:680px){.ewd-wind-layout{grid-template-columns:1fr 145px 1fr}.ewd-card{min-height:220px}.ewd-header h2{font-size:23px}.ewd-header{align-items:flex-start}.ewd-header-tools{flex-direction:column-reverse;align-items:flex-end;gap:8px}.ewd-unit-picker button{padding:6px 8px}}
@media(max-width:430px){.ewd-wind-layout{grid-template-columns:1fr 130px 1fr}.ewd-wind-rose{width:130px;height:130px}.ewd-wind-side .ewd-metric strong{font-size:20px}}

/* Full dashboard light theme */
.ewd-dashboard.ewd-theme-light{--bg:#f1f4f6;--panel:#fff;--line:#d8e0e5;--text:#1d2a33;--muted:#647480;background:#f1f4f6;color:#1d2a33;box-shadow:0 12px 35px rgba(22,42,55,.12)}
.ewd-theme-light .ewd-header,.ewd-theme-light .ewd-chart{background:#f1f4f6}.ewd-theme-light .ewd-cards{background:#e4eaee}.ewd-theme-light .ewd-card{background:#fff;box-shadow:inset -1px 0 #dbe2e6}.ewd-theme-light .ewd-card h3{color:#536570;border-bottom-color:#e1e7ea}.ewd-theme-light .ewd-metric strong,.ewd-theme-light .ewd-header h2{color:#17242d}.ewd-theme-light .ewd-wind-rose{background:repeating-conic-gradient(from -1deg,rgba(75,110,122,.55) 0 1deg,transparent 1deg 10deg)}.ewd-theme-light .ewd-wind-center{background:#fff}.ewd-theme-light .ewd-wind-center strong{color:#17242d}.ewd-theme-light .ewd-history{border-top-color:#dbe2e6}.ewd-theme-light .ewd-chart{border-bottom-color:#dbe2e6}.ewd-theme-light .ewd-chart .grid{stroke:#ced7dc}.ewd-theme-light .ewd-chart h3{color:#536570}.ewd-theme-light .ewd-toolbar{background:#fff}

@media(prefers-color-scheme:light){.ewd-dashboard.ewd-theme-auto{--bg:#f1f4f6;--panel:#fff;--line:#d8e0e5;--text:#1d2a33;--muted:#647480;background:#f1f4f6;color:#1d2a33;box-shadow:0 12px 35px rgba(22,42,55,.12)}.ewd-theme-auto .ewd-header,.ewd-theme-auto .ewd-chart{background:#f1f4f6}.ewd-theme-auto .ewd-cards{background:#e4eaee}.ewd-theme-auto .ewd-card{background:#fff;box-shadow:inset -1px 0 #dbe2e6}.ewd-theme-auto .ewd-card h3{color:#536570;border-bottom-color:#e1e7ea}.ewd-theme-auto .ewd-metric strong,.ewd-theme-auto .ewd-header h2{color:#17242d}.ewd-theme-auto .ewd-wind-center{background:#fff}.ewd-theme-auto .ewd-wind-center strong{color:#17242d}.ewd-theme-auto .ewd-toolbar{background:#fff}.ewd-theme-auto .ewd-chart .grid{stroke:#ced7dc}}
