.dewa3-wx{--navy:#062a4b;--blue:#075c9e;--cyan:#0a91c9;--line:#dce6ee;--bg:#f3f7fa;--text:#172433;--muted:#657587;--green:#117a55;--amber:#a75b00;--red:#a51f2d;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:18px;box-sizing:border-box}.dewa3-wx *{box-sizing:border-box}.dewa3-wx__header{display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(120deg,#062a4b,#075c9e);color:#fff!important;padding:22px;border-radius:14px}.dewa3-wx__header h2,.dewa3-wx__header h2 a{margin:3px 0 7px!important;color:#fff!important;font-size:24px;line-height:1.25;text-shadow:none!important}.dewa3-wx__header p,.dewa3-wx__coords{margin:0;color:#fff!important;opacity:.88}.dewa3-wx__eyebrow{font-size:11px;letter-spacing:1.4px;font-weight:800}.dewa3-wx__headerActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dewa3-wx__status,.dewa3-wx__refresh{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.13);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px}.dewa3-wx__refresh{cursor:pointer;font-weight:700}.dewa3-wx__refresh:hover{background:#fff;color:var(--navy)}.dewa3-wx__alert{margin:14px 0;padding:14px 16px;border-radius:11px;line-height:1.45}.dewa3-wx__alert.is-safe{background:#e6f7f0;border-left:5px solid var(--green)}.dewa3-wx__alert.is-warning{background:#fff1dc;border-left:5px solid var(--amber)}.dewa3-wx__alert.is-critical,.dewa3-wx__alert.is-error{background:#fde9ec;border-left:5px solid var(--red)}.dewa3-wx__metrics{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px}.dewa3-wx__metric{background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px;min-height:108px}.dewa3-wx__metricTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.dewa3-wx__icon{width:27px;height:27px;color:var(--blue);flex:0 0 auto}.dewa3-wx__metric span{font-size:11px;color:var(--muted);font-weight:700}.dewa3-wx__metric strong{display:block;margin-top:9px;font-size:21px;color:var(--navy);line-height:1}.dewa3-wx__metric small{font-size:11px;font-weight:500}.dewa3-wx__metric em{display:block;margin-top:8px;font-size:10px;color:var(--muted);font-style:normal}.dewa3-wx__sectionHead{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:20px 0 9px}.dewa3-wx__sectionHead h3,.dewa3-wx__panel h3{margin:0;color:var(--navy);font-size:17px}.dewa3-wx__sectionHead p,.dewa3-wx__panelHead p,.dewa3-wx__maphead p{margin:4px 0 0;font-size:12px;color:var(--muted)}.dewa3-wx__tabs{display:flex;gap:5px;flex-wrap:wrap}.dewa3-wx__tabs button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer;font-size:11px;color:var(--navy)}.dewa3-wx__tabs button.is-active{background:var(--navy);color:#fff;border-color:var(--navy)}.dewa3-wx__chartPanel,.dewa3-wx__panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px}.dewa3-wx__canvasWrap{position:relative;width:100%;height:310px}.dewa3-wx__canvasWrap canvas{width:100%!important;height:100%!important}.dewa3-wx__chartLegend{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;margin-bottom:6px}.dewa3-wx__legendItem{display:flex;align-items:center;gap:5px}.dewa3-wx__legendDot{width:10px;height:3px;border-radius:2px}.dewa3-wx__chartNote{font-size:11px;color:var(--muted);margin-top:7px}.dewa3-wx__grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:14px}.dewa3-wx__grid--three{grid-template-columns:1.35fr .8fr .8fr}.dewa3-wx__hourly{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));gap:8px;overflow-x:auto}.dewa3-wx__hour{background:#edf6fc;border-radius:9px;padding:10px;min-width:110px}.dewa3-wx__hour time,.dewa3-wx__hour span{display:block;font-size:11px;color:#526474;margin-top:4px}.dewa3-wx__hour b{display:flex;align-items:center;gap:5px;margin:8px 0;color:var(--navy)}.dewa3-wx__hour .dewa3-wx__icon{width:23px;height:23px}.dewa3-wx__decision,.dewa3-wx__atm{padding:9px 0;border-bottom:1px solid #e8eef2;display:flex;justify-content:space-between;gap:8px;font-size:12px}.dewa3-wx__decision:last-child,.dewa3-wx__atm:last-child{border-bottom:0}.dewa3-wx__decision b,.dewa3-wx__atm b{color:var(--navy)}.dewa3-wx__badge{font-size:10px;border-radius:999px;padding:4px 7px;font-weight:700;white-space:nowrap}.dewa3-wx__badge.safe{background:#dff4eb;color:#116445}.dewa3-wx__badge.caution{background:#fff0d8;color:#925000}.dewa3-wx__badge.stop{background:#fbe0e4;color:#921c29}.dewa3-wx__outlook{margin-top:14px}.dewa3-wx__daily{overflow-x:auto}.dewa3-wx__day{display:grid;grid-template-columns:1.4fr repeat(7,minmax(85px,1fr));align-items:center;gap:8px;padding:10px 3px;border-bottom:1px solid #e6edf2;font-size:11px;min-width:890px}.dewa3-wx__day--head{font-weight:800;color:var(--muted);background:#f6f9fb;border-radius:7px}.dewa3-wx__day:last-child{border-bottom:0}.dewa3-wx__dayMain{display:flex;align-items:center;gap:7px}.dewa3-wx__dayMain .dewa3-wx__icon{width:25px;height:25px}.dewa3-wx__map{margin-top:14px;padding:0;overflow:hidden}.dewa3-wx__maphead{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px}.dewa3-wx__maphead a{font-size:12px;font-weight:700}.dewa3-wx__map iframe{display:block;width:100%;height:650px;border:0}.dewa3-wx footer{font-size:11px;color:#617181;margin-top:12px;text-align:center;line-height:1.5}@media(max-width:1100px){.dewa3-wx__metrics{grid-template-columns:repeat(4,1fr)}.dewa3-wx__grid--three{grid-template-columns:1fr 1fr}.dewa3-wx__grid--three .dewa3-wx__panel:first-child{grid-column:1/-1}}@media(max-width:760px){.dewa3-wx{padding:10px}.dewa3-wx__header,.dewa3-wx__sectionHead,.dewa3-wx__maphead{align-items:flex-start;flex-direction:column}.dewa3-wx__metrics{grid-template-columns:repeat(2,1fr)}.dewa3-wx__grid,.dewa3-wx__grid--three{grid-template-columns:1fr}.dewa3-wx__grid--three .dewa3-wx__panel:first-child{grid-column:auto}.dewa3-wx__hourly{grid-template-columns:repeat(12,110px)}.dewa3-wx__map iframe{height:480px}.dewa3-wx__canvasWrap{height:270px}}
