:root{--font: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--bg: #0b0c0e;--bg-elev: #111315;--bg-card: #151719;--bg-sunken: #0d0f11;--bg-hover: #1b1e21;--bg-active: #24272b;--border: #272b30;--border-strong: #353a41;--border-subtle: #1e2227;--fg: #e6ecf3;--fg-muted: #9aa4b2;--fg-dim: #6b7785;--fg-faint: #4a5562;--accent: #6aa8ff;--accent-hover: #8ebcff;--accent-dim: #2c4978;--gfs: #6aa8ff;--gfs-fill: rgba(106, 168, 255, .18);--gfs-fill-strong: rgba(106, 168, 255, .32);--ecmwf: #4ecb71;--ecmwf-fill: rgba(78, 203, 113, .18);--ecmwf-fill-strong: rgba(78, 203, 113, .32);--combined: #b085ff;--combined-fill: rgba(176, 133, 255, .18);--combined-fill-strong: rgba(176, 133, 255, .32);--median: #ff4d4d;--mean: #ff4d4d;--deterministic: #ffc04a;--control: #f2f2f2;--icon: #ffb84d;--aifs: #f0ead8;--aigfs: #7dd3fc;--warn: #f0883e;--ok: #4ecb71;--err: #ff6060;--radius: 4px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.5);--shadow-lg: 0 12px 32px rgba(0,0,0,.6);--grid-line: rgba(255, 255, 255, .05);--grid-line-strong: rgba(255, 255, 255, .12)}[data-theme=light]{--bg: #f4f6f9;--bg-elev: #ffffff;--bg-card: #ffffff;--bg-sunken: #eef1f5;--bg-hover: #e8ecf2;--bg-active: #dde3ec;--border: #d7dde5;--border-strong: #b9c2ce;--border-subtle: #e4e9ef;--fg: #0f1419;--fg-muted: #4a5561;--fg-dim: #6b7785;--fg-faint: #9aa4b2;--accent: #1f6feb;--accent-hover: #0a58ca;--accent-dim: #cfe2ff;--gfs: #1f6feb;--gfs-fill: rgba(31, 111, 235, .14);--gfs-fill-strong: rgba(31, 111, 235, .28);--ecmwf: #1a7f37;--ecmwf-fill: rgba(26, 127, 55, .14);--ecmwf-fill-strong: rgba(26, 127, 55, .28);--combined: #6f42c1;--combined-fill: rgba(111, 66, 193, .14);--combined-fill-strong: rgba(111, 66, 193, .28);--deterministic: #d46a00;--control: #24292f;--icon: #a15c00;--aifs: #5f5a4f;--aigfs: #155e75;--grid-line: rgba(0, 0, 0, .06);--grid-line-strong: rgba(0, 0, 0, .14);--shadow-md: 0 4px 16px rgba(20, 30, 50, .1)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}html{font-size:14px}body{font-family:var(--font);background:var(--bg);color:var(--fg);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11","tnum";overflow-x:hidden}button,input,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;top:-100px;left:16px;z-index:10000;background:var(--accent);color:#fff;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;text-decoration:none;transition:top .2s}.skip-link:focus{top:8px}.app{min-height:100vh;display:grid;grid-template-rows:auto auto 1fr}.app-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:minmax(170px,auto) minmax(220px,1fr) auto;align-items:center;gap:18px;height:56px;padding:0 16px;background:var(--bg-elev);border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:linear-gradient(140deg,var(--gfs) 0%,var(--combined) 55%,var(--ecmwf) 100%);color:#fff;flex:none}.brand-mark svg{width:18px;height:18px}.brand-text{display:flex;flex-direction:column;min-width:0;line-height:1}.brand-name{font-weight:700;letter-spacing:0;font-size:15px;color:var(--fg);white-space:nowrap}.brand-sub{font-size:10.5px;color:var(--fg-dim);margin-top:2px;letter-spacing:0;text-transform:uppercase}.header-location{position:relative;min-width:0}.current-loc{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-sunken);max-width:100%;overflow:hidden;height:36px;min-width:0;width:100%;text-align:left;transition:background .12s,border-color .12s}.current-loc:hover,.current-loc[aria-expanded=true]{background:var(--bg-hover);border-color:var(--border-strong)}.current-loc .pin{width:14px;height:14px;color:var(--accent);flex:none}.current-loc .name{font-size:12.5px;font-weight:600;color:var(--fg);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.current-loc .coords{font-family:var(--font-mono);font-size:11px;color:var(--fg-dim);white-space:nowrap}.current-loc .sep{color:var(--fg-faint);margin:0 2px}.location-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;min-width:min(560px,calc(100vw - 24px));max-width:620px;padding:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:none;z-index:120}.location-panel.open{display:block}.location-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--fg);font-size:12px;font-weight:700;text-transform:uppercase}.location-panel-head .hint{color:var(--fg-dim);font-size:11px;font-weight:500;text-transform:none}.location-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.icon-btn{height:36px;min-width:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-elev);color:var(--fg);font-size:12px;transition:background .12s,border-color .12s,color .12s}.icon-btn:hover{background:var(--bg-hover);border-color:var(--border-strong)}.icon-btn svg{width:15px;height:15px;flex:none}.icon-btn .flag{font-size:14px;line-height:1}.icon-btn .kbd{font-family:var(--font-mono);font-size:10px;color:var(--fg-dim);padding:1px 4px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:3px;line-height:1}.menu-wrap{position:relative}.menu{position:absolute;top:calc(100% + 4px);right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;z-index:100;box-shadow:var(--shadow-md);padding:4px;display:none}.menu.open{display:block}.menu-item{display:flex;align-items:center;gap:8px;padding:7px 10px;font-size:12.5px;border-radius:3px;cursor:pointer;color:var(--fg)}.menu-item:hover{background:var(--bg-hover)}.menu-item.active{background:var(--bg-active);color:var(--fg)}.menu-item .flag{font-size:14px}.menu-item .check{margin-left:auto;color:var(--accent);opacity:0}.menu-item.active .check{opacity:1}.toolbar{display:grid;grid-template-columns:1fr auto;gap:14px;padding:10px 16px 12px;background:var(--bg-elev);border-bottom:1px solid var(--border);align-items:end;min-height:66px}.toolbar-left,.toolbar-right{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.toolbar-cluster{display:flex;flex-direction:column;gap:5px;min-width:0}.toolbar-cluster[hidden]{display:none}.toolbar-cluster-mode{min-width:320px}.toolbar-cluster-compact{width:108px}.toolbar-label{display:block;font-size:10px;color:var(--fg-dim);font-weight:700;letter-spacing:0;line-height:1;text-transform:uppercase}.seg{display:inline-flex;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);padding:2px;gap:0;height:36px}.seg button{padding:0 12px;height:100%;font-size:12px;font-weight:500;color:var(--fg-muted);border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;white-space:nowrap;transition:background .12s,color .12s}.seg button:hover{color:var(--fg);background:var(--bg-hover)}.seg button.active{background:var(--bg-active);color:var(--fg);box-shadow:var(--shadow-sm)}.seg button.active[data-v=gfs]{color:var(--gfs)}.seg button.active[data-v=ecmwf]{color:var(--ecmwf)}.seg button.active[data-v=icon]{color:var(--icon)}.seg button.active[data-v=aifs]{color:var(--aifs)}.seg button.active[data-v=aigfs]{color:var(--aigfs)}.seg button .dot{width:7px;height:7px;border-radius:50%;flex:none}.seg-models button{opacity:.4}.seg-models button .dot{filter:grayscale(.8)}.seg-models button.active{opacity:1;background:var(--bg-active);color:var(--fg);box-shadow:var(--shadow-sm)}.seg-models button.active .dot{filter:none}#modeSeg,#viewSeg{width:max-content}.divider{width:1px;height:22px;background:var(--border);margin:0 2px}.toolbar-group{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--fg-dim);text-transform:uppercase;letter-spacing:0;font-weight:600}.runs{display:inline-flex;align-items:stretch;gap:6px;font-size:11px;color:var(--fg-muted);font-family:var(--font-mono)}.run-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);height:32px}.run-pill .tag{font-weight:700;font-size:10px;letter-spacing:0}.run-pill[data-m=gfs] .tag{color:var(--gfs)}.run-pill[data-m=ecmwf] .tag{color:var(--ecmwf)}.run-pill[data-m=icon] .tag{color:var(--icon)}.run-pill[data-m=aifs] .tag{color:var(--aifs)}.run-pill .time{color:var(--fg)}.run-pill .hint{color:var(--fg-dim);font-size:9.5px;text-transform:uppercase;letter-spacing:0}.run-pill.is-empty .time{color:var(--fg-faint)}.run-pill.is-stale{border-color:color-mix(in srgb,var(--warn) 42%,var(--border));color:var(--warn)}.run-pill.is-stale .hint{color:var(--warn)}.tool-select{height:36px;padding:0 26px 0 10px;background:var(--bg-elev) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239aa4b2' stroke-width='2.5'><polyline points='6 9 12 15 18 9'/></svg>") right 8px center / 12px no-repeat;border:1px solid var(--border);border-radius:var(--radius);font-size:12px;color:var(--fg);-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:100%}.tool-select:hover{background-color:var(--bg-hover)}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;height:32px;border-radius:14px;font-size:11.5px;color:var(--fg-muted);background:var(--bg-sunken);border:1px solid var(--border);white-space:nowrap}.status-pill .led{width:7px;height:7px;border-radius:50%;background:var(--fg-dim);flex:none}.status-pill.loading{color:var(--accent);border-color:var(--accent-dim)}.status-pill.loading .led{background:var(--accent);animation:led-pulse 1.1s ease-in-out infinite;box-shadow:0 0 8px var(--accent)}.status-pill.ok .led{background:var(--ok)}.status-pill.warn{color:var(--warn);border-color:color-mix(in srgb,var(--warn) 45%,var(--border))}.status-pill.warn .led{background:var(--warn)}.status-pill.err{color:var(--err);border-color:var(--err)}.status-pill.err .led{background:var(--err)}@keyframes led-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.main{display:grid;grid-template-columns:320px minmax(0,1fr);gap:0;min-height:0}.sidebar-backdrop{display:none}.sidebar{position:sticky;top:122px;align-self:start;height:calc(100vh - 122px);background:var(--bg-elev);border-right:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column}.canvas{padding:20px;min-width:0;min-height:calc(100vh - 122px)}.side-section{padding:14px 16px;border-bottom:1px solid var(--border-subtle)}.side-section:last-child{border-bottom:none;flex:1;min-height:0;display:flex;flex-direction:column}.side-label{font-size:10.5px;text-transform:uppercase;letter-spacing:0;font-weight:700;color:var(--fg-dim);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.side-label .hint{text-transform:none;letter-spacing:0;font-weight:500;font-size:10.5px;color:var(--fg-faint)}.loc-search{position:relative;display:flex;gap:6px}.loc-search input{flex:1;height:38px;padding:0 12px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);font-size:12.5px}.loc-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.loc-search input::placeholder{color:var(--fg-dim)}.loc-actions{display:grid;grid-template-columns:50px 1fr 1fr 32px;gap:6px;margin-top:8px;align-items:center}.coord-input{height:34px;padding:0 8px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);font-size:12px;font-family:var(--font-mono);width:100%}.coord-input:focus{outline:none;border-color:var(--accent)}.coord-label{font-family:var(--font-mono);font-size:10.5px;color:var(--fg-dim);font-weight:600;padding:0 3px}.chip-btn{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-sunken);color:var(--fg-muted);font-size:11px;transition:all .12s}.chip-btn:hover{background:var(--bg-hover);color:var(--fg);border-color:var(--border-strong)}.chip-btn svg{width:13px;height:13px}.search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-height:260px;overflow-y:auto;z-index:50;box-shadow:var(--shadow-md);display:none}.search-results.open{display:block}.search-result{padding:8px 10px;border-bottom:1px solid var(--border-subtle);cursor:pointer}.search-result:last-child{border-bottom:none}.search-result:hover{background:var(--bg-hover)}.search-result .r-name{font-size:12.5px;font-weight:600;color:var(--fg)}.search-result .r-meta{font-size:10.5px;color:var(--fg-dim);font-family:var(--font-mono);margin-top:2px}.search-result.empty{color:var(--fg-dim);font-size:12px;cursor:default;text-align:center;padding:16px}.saved-locs{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.saved-chip{padding:3px 8px;font-size:11px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:12px;color:var(--fg-muted);display:inline-flex;align-items:center;gap:4px;max-width:100%}.saved-chip:hover{background:var(--bg-hover);color:var(--fg)}.saved-chip .x{color:var(--fg-faint);opacity:0;transition:opacity .12s;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-right:-3px;font-size:12px}.saved-chip:hover .x{opacity:1}.saved-chip .x:hover{background:var(--err);color:#fff}.vars-search{height:38px;padding:0 10px 0 32px;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);font-size:12px;width:100%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239aa4b2' stroke-width='2'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");background-repeat:no-repeat;background-position:10px center}.vars-search:focus{outline:none;border-color:var(--accent)}.vars-list{flex:1;overflow-y:auto;padding:10px 4px 14px 10px;scrollbar-gutter:stable}.var-group{margin-bottom:18px}.var-group:last-child{margin-bottom:4px}.var-group-toggle{width:100%;border:0;padding:4px 0 8px;position:sticky;top:0;z-index:1;background:var(--bg-elev);display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.var-group-title{font-size:10px;text-transform:uppercase;letter-spacing:0;font-weight:700;color:var(--fg-dim);padding-left:4px;display:flex;align-items:center;gap:6px;min-width:0}.var-group-title:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.var-group-meta{display:inline-flex;align-items:center;gap:6px;flex:none}.var-group-count,.var-group-caret{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-sunken);color:var(--fg-dim);font-size:10px;font-weight:700}.var-group-caret{font-size:12px}.var-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding-right:8px}.var-btn{padding:8px 10px;background:var(--bg-sunken);border:1px solid var(--border-subtle);border-radius:3px;color:var(--fg-muted);font-size:12px;font-weight:500;text-align:left;transition:all .1s;position:relative;line-height:1.15;min-height:36px;display:flex;align-items:center}.var-btn:hover{background:var(--bg-hover);color:var(--fg);border-color:var(--border-strong)}.var-btn.active{background:color-mix(in srgb,var(--accent-dim) 70%,var(--bg-active));color:var(--fg);border-color:var(--accent);font-weight:600}.var-btn.gfs-only:after,.var-btn.ecmwf-only:after{content:"";position:absolute;top:4px;right:4px;width:5px;height:5px;border-radius:50%}.var-btn.gfs-only:after{background:var(--gfs)}.var-btn.ecmwf-only:after{background:var(--ecmwf)}.charts{display:flex;flex-direction:column;gap:14px}.quick-vars{display:none;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:14px;padding:10px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.quick-vars-label{color:var(--fg-dim);font-size:11px;font-weight:700;text-transform:uppercase}.quick-vars-list{display:flex;gap:6px;overflow-x:auto;padding-bottom:1px;scrollbar-width:thin}.quick-var{flex:none;min-height:32px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);color:var(--fg-muted);background:var(--bg-sunken);font-size:12px;font-weight:600}.quick-var:hover{color:var(--fg);background:var(--bg-hover)}.quick-var.active{color:var(--fg);border-color:var(--accent);background:color-mix(in srgb,var(--accent-dim) 70%,var(--bg-active))}.quick-var.more{color:var(--accent)}.empty{padding:48px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-inner{max-width:680px;width:100%}.empty-viz{position:relative;height:160px;margin:8px auto 28px;max-width:520px}.empty-viz svg{width:100%;height:100%}.empty h2{font-size:22px;font-weight:700;letter-spacing:0;color:var(--fg);margin-bottom:10px;text-wrap:balance}.empty p{color:var(--fg-muted);font-size:14px;max-width:520px;margin:0 auto 32px;text-wrap:pretty}.empty-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:left;margin-top:8px}.empty-step{padding:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:4px}.empty-step .num{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-sunken);border:1px solid var(--border);border-radius:4px;font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--fg-muted);margin-bottom:4px}.empty-step .lbl{font-size:13px;font-weight:600;color:var(--fg)}.empty-step .hint{font-size:11.5px;color:var(--fg-dim)}.chart-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.chart-head{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:12px 16px;background:var(--bg-elev);border-bottom:1px solid var(--border)}.chart-title{display:flex;flex-direction:column;gap:6px;min-width:0}.chart-title-main,.chart-meta{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.chart-title .var-name{font-size:15px;font-weight:700;color:var(--fg);letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-title .var-unit{font-family:var(--font-mono);font-size:11px;color:var(--fg-dim)}.chart-title .model-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:10px;font-size:10.5px;font-weight:700;letter-spacing:0;text-transform:uppercase;border:1px solid transparent;min-height:24px}button.model-badge{cursor:pointer;transition:opacity .12s,border-color .12s,background .12s}button.model-badge:hover{border-color:currentColor}.model-badge.is-hidden{opacity:.42;background:var(--bg-sunken)!important;color:var(--fg-dim)!important;text-decoration:line-through}.model-badge.gfs{background:var(--gfs-fill);color:var(--gfs)}.model-badge.ecmwf{background:var(--ecmwf-fill);color:var(--ecmwf)}.model-badge.combined{background:var(--combined-fill);color:var(--combined)}.model-badge.icon{background:color-mix(in srgb,var(--icon) 18%,transparent);color:var(--icon)}.model-badge.aifs{background:color-mix(in srgb,var(--aifs) 18%,transparent);color:var(--aifs)}.model-badge.aigfs{background:color-mix(in srgb,var(--aigfs) 18%,transparent);color:var(--aigfs)}.loc-badge{background:var(--bg-sunken);color:var(--fg-muted);border:1px solid var(--border);max-width:min(42vw,360px);display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;text-transform:none;line-height:1.15;padding:5px 8px}.loc-badge .loc-main{color:var(--fg);font-size:11px;font-weight:600}.loc-badge .loc-sub{color:var(--fg-dim);font-family:var(--font-mono);font-size:10px}.model-badge .count{opacity:.7;font-weight:500}.chart-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.chart-btn{height:32px;padding:0 10px;border-radius:3px;font-size:11px;font-weight:500;color:var(--fg-muted);border:1px solid var(--border-subtle);background:var(--bg-sunken);display:inline-flex;align-items:center;gap:4px;transition:all .12s}.chart-btn:hover{color:var(--fg);background:var(--bg-hover);border-color:var(--border-strong)}.chart-btn svg{width:12px;height:12px}.chart-body{padding:14px 16px 8px}.chart-wrap{position:relative;height:clamp(340px,45vh,460px)}.chart-wrap canvas{touch-action:none;cursor:crosshair}.chart-wrap canvas:active{cursor:grabbing}.chart-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:10px 16px 12px;border-top:1px solid var(--border-subtle);background:var(--bg-elev);font-size:11px;color:var(--fg-muted)}.legend-item{display:inline-flex;align-items:center;gap:5px}.legend-swatch{width:16px;height:10px;border-radius:2px;flex:none}.legend-line{width:22px;height:2.5px;border-radius:1px;flex:none}.legend-line.thick{height:4px}.meteogram-rows{display:flex;flex-direction:column}.mg-row{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid var(--border-subtle);min-height:74px}.mg-row:last-child{border-bottom:none}.mg-label{padding:8px 10px;background:var(--bg-sunken);border-right:1px solid var(--border-subtle);font-size:11px;color:var(--fg);display:flex;flex-direction:column;justify-content:center}.mg-label .n{font-weight:600;font-size:12px}.mg-label .u{color:var(--fg-dim);font-family:var(--font-mono);font-size:10.5px;margin-top:2px}.mg-canvas{position:relative}#customTooltip{position:fixed;background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:10px 12px;font-size:12px;pointer-events:none;z-index:9000;box-shadow:var(--shadow-lg);display:none;min-width:190px;max-width:min(760px,94vw);color:var(--fg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#customTooltip .tt-head{color:var(--fg);padding-bottom:7px;margin-bottom:7px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:baseline}#customTooltip .tt-date{font-weight:700;font-size:12px}#customTooltip .tt-time{font-family:var(--font-mono);color:var(--fg-muted);font-size:11px}#customTooltip .tt-cols{display:flex;gap:14px;flex-wrap:wrap}#customTooltip .tt-col{min-width:110px}#customTooltip .tt-grid{display:grid;grid-template-columns:repeat(var(--tt-cols, 3),minmax(112px,1fr));gap:0 12px}#customTooltip.many{min-width:min(680px,94vw)}#customTooltip.many .tt-row{padding:1px 0;gap:6px}#customTooltip.many .tt-row .n,#customTooltip.many .tt-row .v{font-size:11px}#customTooltip .tt-col-t{font-size:9.5px;text-transform:uppercase;letter-spacing:0;font-weight:700;color:var(--fg-dim);margin-bottom:3px;padding-bottom:2px;border-bottom:1px solid var(--border-subtle)}#customTooltip .tt-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;padding:3px 0;gap:8px}#customTooltip .tt-row .n{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fg-muted)}#customTooltip .tt-row .dot{width:8px;height:8px;border-radius:2px}#customTooltip .tt-row .v{font-family:var(--font-mono);color:var(--fg);font-size:12px;font-weight:600}#customTooltip svg{width:14px;height:14px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal-panel{background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:100%;max-width:860px;height:80vh;max-height:680px;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-lg)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg-elev)}.modal-head h3{font-size:14px;font-weight:600;letter-spacing:0}.modal-head .m-hint{font-size:11.5px;color:var(--fg-dim)}.modal-body{flex:1;position:relative}#mapEl{width:100%;height:100%}.leaflet-container{background:var(--bg-sunken)}.compare-shell{display:flex;flex-direction:column;gap:14px}.compare-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;display:grid;gap:12px}.compare-copy{display:grid;gap:4px}.compare-title{color:var(--fg);font-size:14px;font-weight:700}.compare-hint{color:var(--fg-dim);font-size:12px;max-width:72ch}.compare-locations{display:flex;flex-wrap:wrap;gap:8px}.compare-chip{display:inline-flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-sunken);min-width:0;text-align:left;cursor:pointer;font:inherit;transition:border-color .12s,background .12s,color .12s}.compare-chip:hover{border-color:var(--border-strong);background:var(--bg-hover)}.compare-chip-index{width:20px;height:20px;border-radius:999px;background:var(--bg-active);color:var(--fg-muted);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex:none}.compare-chip-copy{display:grid;gap:2px;min-width:0}.compare-chip-remove{color:var(--fg-dim);font-size:16px;line-height:1;flex:none}.compare-chip-empty{border-style:dashed}.compare-chip-name{color:var(--fg);font-size:11px;font-weight:600}.compare-chip-coords{color:var(--fg-dim);font-family:var(--font-mono);font-size:10px}.compare-add-btn{justify-self:start}.compare-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr))}.app-footer{padding:16px 20px;border-top:1px solid var(--border);font-size:11px;color:var(--fg-dim);display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;background:var(--bg-elev)}.app-footer .links{display:flex;gap:14px;flex-wrap:wrap}.app-footer a{color:var(--fg-muted)}.app-footer a:hover{color:var(--fg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px;border:2px solid var(--bg-elev)}::-webkit-scrollbar-thumb:hover{background:var(--fg-faint)}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius);padding:10px 14px;font-size:12.5px;color:var(--fg);box-shadow:var(--shadow-lg);z-index:10000;opacity:0;transform:translate(-50%,10px);transition:opacity .2s,transform .2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%)}@media (max-width: 1100px){.main{grid-template-columns:280px minmax(0,1fr)}.sidebar{top:122px;height:calc(100vh - 122px)}.toolbar-cluster-mode,#modeSeg{width:280px;min-width:280px}#viewSeg{width:170px}}@media (max-width: 1280px){#shareBtn .lbl,#helpBtn .lbl{display:none}}@media (max-width: 880px){.app-header{grid-template-columns:auto 1fr;grid-template-areas:"brand actions" "loc loc";height:auto;min-height:48px;padding:8px 12px;gap:8px 10px}.brand{grid-area:brand}.header-location{grid-area:loc;width:100%;max-width:100%}.current-loc{width:100%;max-width:100%}.location-panel{position:fixed;left:12px;right:12px;top:92px;min-width:0;max-width:none}.header-actions{grid-area:actions;justify-content:flex-end;min-width:0}.runs,#statusPill,#csvBtn,.brand-sub{display:none}.main{grid-template-columns:1fr}.sidebar{position:fixed;top:0;bottom:0;left:auto;right:calc(-1*min(92vw,320px));z-index:80;height:100vh;border-right:none;border-left:1px solid var(--border);width:min(92vw,320px);transform:none;transition:right .22s ease,visibility .22s ease;box-shadow:var(--shadow-lg);visibility:hidden}.sidebar.open{right:0;visibility:visible}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:70;display:none}.sidebar-backdrop.open{display:block}.canvas{padding:12px;min-height:calc(100vh - 104px)}.quick-vars{display:none}.loc-badge{max-width:100%}.compare-summary{padding:12px}.compare-locations{flex-direction:column}.quick-vars-list{margin:0 -2px;padding:0 2px 2px}.toolbar{grid-template-columns:1fr;padding:8px 12px 10px;min-height:auto;overflow-x:hidden}.toolbar-left{width:100%;min-width:0}.toolbar-right{width:100%;justify-content:flex-start}.toolbar-cluster,.toolbar-cluster-mode,.toolbar-cluster-compact{flex:1 1 160px;width:auto;min-width:0}.toolbar-label{font-size:9.5px}.seg{max-width:100%;flex:1 1 180px}#modeSeg,#viewSeg{width:100%;min-width:0;flex-basis:100%}.toolbar-cluster-mode{flex-basis:100%}.seg button{flex:1 1 0;min-width:0;justify-content:center;padding:0 6px;white-space:nowrap}.tool-select{flex:0 0 auto;width:100%;height:36px;min-width:0}.empty-steps{grid-template-columns:1fr}.chart-head{grid-template-columns:1fr;gap:8px}.chart-actions{justify-content:flex-start}.chart-wrap{height:260px}.icon-btn span.lbl{display:none}.sidebar-toggle{display:inline-flex!important}.mg-row{grid-template-columns:90px 1fr}.mg-label{padding:6px 8px;font-size:10px}}@media (max-width: 560px){.empty{padding:28px 12px}.empty h2{font-size:18px}.toolbar{padding:8px}.toolbar-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.toolbar-cluster-mode,.toolbar-left .toolbar-cluster:nth-child(2){grid-column:1 / -1}.seg{height:32px}.seg button{font-size:11px;padding:0 5px}.chart-legend{padding:6px 10px 8px;font-size:10.5px;gap:10px}#customTooltip.many{min-width:min(360px,94vw)}#customTooltip .tt-grid{grid-template-columns:repeat(2,minmax(118px,1fr))}.chart-head{padding:8px 10px}.chart-body{padding:8px 8px 4px}.chart-wrap{height:min(320px,48vh)}.run-pill .hint{display:none}.runs{gap:4px}.run-pill{padding:4px 7px;font-size:10.5px}}.sidebar-toggle{display:none}.help-container{max-width:900px;margin:0 auto;padding:20px}.help-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:24px;flex-wrap:wrap;gap:12px}.help-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--fg)}.help-brand-logo{width:32px;height:32px}.help-header h1{font-size:20px;font-weight:600;margin:0}.help-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.help-btn{padding:6px 10px;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius, 8px);color:var(--fg);cursor:pointer;font-size:12px;display:flex;align-items:center;gap:4px;position:relative}.help-btn:hover{background:var(--border)}.help-lang-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius, 8px);min-width:140px;z-index:200;display:none;box-shadow:0 8px 24px #0006}.help-lang-menu.show{display:block}.help-lang-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fg)}.help-lang-item:hover{background:var(--bg-elev)}.help-lang-item.active{background:var(--accent);color:#fff}.help-lang-item:first-child{border-radius:var(--radius, 8px) var(--radius, 8px) 0 0}.help-lang-item:last-child{border-radius:0 0 var(--radius, 8px) var(--radius, 8px)}.help-back{display:inline-flex;align-items:center;gap:6px;color:var(--accent);text-decoration:none;font-size:14px;margin-bottom:24px}.help-back:hover{text-decoration:underline}.help-content h2{font-size:28px;margin-bottom:24px;color:var(--fg)}.help-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius, 8px);padding:24px;margin-bottom:24px}.help-section h3{font-size:18px;margin-bottom:16px;color:var(--accent);display:flex;align-items:center;gap:8px}.help-section p{color:var(--fg-muted);margin-bottom:12px;line-height:1.7}.help-section ul{color:var(--fg-muted);margin-left:20px;margin-bottom:12px}.help-section li{margin-bottom:8px;line-height:1.6}.help-highlight{background:var(--bg-elev);border-left:4px solid var(--accent);padding:16px;margin:16px 0;border-radius:0 var(--radius, 8px) var(--radius, 8px) 0}.help-highlight.ecmwf{border-left-color:var(--ecmwf)}.help-color-sample{display:inline-block;width:16px;height:16px;border-radius:3px;vertical-align:middle;margin-right:6px}.help-color-gfs{background:var(--gfs)}.help-color-ecmwf{background:var(--ecmwf)}.help-percentile-diagram{display:flex;flex-direction:column;gap:8px;margin:20px 0;padding:20px;background:var(--bg-elev);border-radius:var(--radius, 8px)}.help-percentile-row{display:flex;align-items:center;gap:12px}.help-percentile-label{width:120px;font-size:13px;color:var(--fg-dim);text-align:right}.help-percentile-bar{flex:1;height:8px;border-radius:4px}.help-p90{background:#6aa8ff4d}.help-p75{background:#6aa8ff80}.help-p50{background:#6aa8ff}.help-p25{background:#6aa8ff80}.help-p10{background:#6aa8ff4d}.help-footer{text-align:center;padding:24px 0;border-top:1px solid var(--border);margin-top:32px;color:var(--fg-dim);font-size:14px}.help-footer a{color:inherit}@media (max-width: 600px){.help-container{padding:12px}.help-section{padding:16px}.help-header{padding:8px 0}.help-controls{gap:8px}.help-percentile-label{width:80px}}@media print{.app-header,.toolbar,.sidebar,.app-footer,.chart-actions{display:none!important}.main{grid-template-columns:1fr}.canvas{padding:0}.chart-card{break-inside:avoid;border-color:#999;box-shadow:none}body{background:#fff;color:#000}}
