.weather-lab{font-family:var(--font-sans), system-ui, sans-serif;color:var(--color-navy-900);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:var(--color-navy-900);--muted:var(--color-navy-500);--line:var(--color-navy-200);--accent:var(--color-crimson-500);--accent-deep:var(--color-crimson-700);--serif:var(--font-serif), Georgia, serif;--sans:var(--font-sans), system-ui, sans-serif;--frame:var(--color-navy-900);--frame-soft:var(--color-navy-200);--surface-soft:var(--color-navy-50);--surface-hover:var(--color-navy-100);--shadow-struct:3px 3px 0 0 var(--color-navy-300);--shadow-chip:2px 2px 0 0 var(--color-navy-300);--shadow-crimson:3px 3px 0 0 var(--color-crimson-200);--radius-card:16px;background:#fff}.weather-lab .weather-chapter-toolbar{border-bottom:2px solid var(--frame-soft);flex-wrap:wrap;align-items:center;gap:10px 14px;padding:0 0 18px;display:flex}.weather-lab .weather-chapter-nav,.weather-lab .weather-mode-nav{flex-wrap:wrap;align-items:stretch;gap:8px;display:flex}.weather-lab .weather-mode-nav{margin-left:auto}.weather-lab .weather-chapter-nav button,.weather-lab .weather-mode-nav button{border:2px solid var(--color-navy-300);min-width:70px;min-height:40px;color:var(--color-navy-700);letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--shadow-chip);background:#fff;border-radius:10px;padding:0 14px;font-size:11px;font-weight:800}.weather-lab .weather-chapter-nav button:hover,.weather-lab .weather-mode-nav button:hover{border-color:var(--frame);color:var(--ink);box-shadow:var(--shadow-struct);transform:translateY(-1px)}.weather-lab .weather-chapter-nav button.selected,.weather-lab .weather-mode-nav button.selected,.weather-lab .weather-chapter-nav button.selected:hover:not(:disabled),.weather-lab .weather-mode-nav button.selected:hover:not(:disabled){border-color:var(--accent-deep);background:var(--accent);color:#fff;box-shadow:2px 2px 0 0 var(--color-crimson-200)}.weather-lab *{box-sizing:border-box}.weather-lab{min-width:320px;margin:0}.weather-lab button,.weather-lab input,.weather-lab select{font:inherit}.weather-lab button,.weather-lab a,.weather-lab input,.weather-lab summary,.weather-lab select{-webkit-tap-highlight-color:transparent}.weather-lab button,.weather-lab a,.weather-lab summary,.weather-lab select{touch-action:manipulation}.weather-lab button{color:inherit;cursor:pointer;background:0 0;border:0}.weather-lab button:disabled{cursor:default}.weather-lab button svg,.weather-lab a svg{flex-shrink:0}.weather-lab a{color:var(--accent)}.weather-lab h1,.weather-lab h2,.weather-lab h3,.weather-lab p{margin:0}.weather-lab button,.weather-lab a,.weather-lab input{transition:background-color .16s,color .16s,border-color .16s}.weather-lab button:hover:not(:disabled){color:var(--accent)}.weather-lab button:focus-visible,.weather-lab a:focus-visible,.weather-lab summary:focus-visible,.weather-lab select:focus-visible,.weather-lab input:focus-visible,.weather-lab canvas:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.weather-lab .header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 3.15%;display:flex}.weather-lab .brand{color:var(--ink);font:30px var(--serif);white-space:nowrap;align-items:center;gap:12px;text-decoration:none;display:flex}.weather-lab .header-descriptor{color:#8391a0;letter-spacing:1.6px;text-align:center;flex:1;font-size:10px;line-height:1.4}.weather-lab .header nav{align-self:stretch;gap:8px;display:flex}.weather-lab .header nav button,.weather-lab .header nav a{min-width:75px;min-height:40px;padding:0 13px;font-size:14px;position:relative}.weather-lab .header nav a{color:inherit;justify-content:center;align-items:center;text-decoration:none;display:flex}.weather-lab .header nav button.selected:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:6px;right:6px}.weather-lab main{max-width:1760px;margin:0 auto;padding:42px 3.15% 26px}.weather-lab .lesson-heading{justify-content:space-between;align-items:end;gap:24px;margin:22px 0 26px;display:flex}.weather-lab .lesson-heading h2{font:700 clamp(24px, 1.9vw, 30px) / 1.2 var(--serif);letter-spacing:-.01em;color:var(--ink)}.weather-lab .lesson-eyebrow,.weather-lab .selector-eyebrow,.weather-lab .inspector-eyebrow,.weather-lab .scene-eyebrow{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.35}.weather-lab .lesson-eyebrow{margin-bottom:10px}.weather-lab h1{font:57px/.96 var(--serif);letter-spacing:-1.5px}.weather-lab .lesson-heading>div>p:last-child{color:var(--color-navy-600);margin-top:10px;font-size:15px}.weather-lab .lesson-tools{align-items:center;gap:20px;display:flex}.weather-lab .quality-label select{border:1px solid var(--line);min-height:40px;color:var(--muted);background:#fff;border-radius:6px;padding:9px 8px;font-size:12px}.weather-lab .text-button{min-height:40px;color:var(--accent);text-align:left;align-items:center;gap:10px;padding:8px 0;font-size:13px;font-weight:700;line-height:1.5;text-decoration:none;display:inline-flex}.weather-lab .text-button:hover{color:var(--accent-deep);text-underline-offset:3px;text-decoration:underline}.weather-lab .lesson-layout{grid-template-columns:minmax(196px,240px) minmax(0,1fr);grid-template-areas:"side scene";align-items:start;gap:32px clamp(20px,2.4vw,40px);display:grid}.weather-lab .lesson-layout.is-practice{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.weather-lab .lesson-side{grid-area:side;align-content:start;gap:16px;min-width:0;display:grid}.weather-lab .lesson-side>.inspector,.weather-lab .lesson-side>.cloud-selector{grid-area:auto}.weather-lab .scene-shell{grid-area:scene}.weather-lab .inspector{grid-area:inspector}.weather-lab .cloud-selector{grid-area:selector}.weather-lab .scene-shell{aspect-ratio:1.63;isolation:isolate;background:#5794b3;border-radius:12px;min-width:0;position:relative;overflow:hidden}.weather-lab .scene-shell:fullscreen{aspect-ratio:auto;border-radius:0;width:100vw;height:100vh}.weather-lab .scene-canvas{position:absolute;inset:0}.weather-lab .scene-canvas canvas{cursor:grab;touch-action:none;width:100%;height:100%;display:block}.weather-lab .scene-canvas canvas:active{cursor:grabbing}.weather-lab .scene-top{pointer-events:none;color:#fff;text-shadow:0 1px 12px #163a5370;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:18px;left:23px;right:18px}.weather-lab .scene-top-copy{flex-direction:column;gap:5px;display:flex}.weather-lab .scene-top-copy strong{font-size:18px;font-weight:550}.weather-lab .scene-eyebrow{color:#e9f7ff;letter-spacing:1.45px;font-size:9px}.weather-lab .scene-top>div:last-child{pointer-events:auto;gap:7px;display:flex}.weather-lab .glass{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#143c51ba;border:1px solid #effbff38;border-radius:9px}.weather-lab .icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.weather-lab .icon:hover:not(:disabled){color:#fff;background:#ffffff28}.weather-lab .scene-bottom{pointer-events:none;position:absolute;bottom:17px;left:22px;right:22px}.weather-lab .scene-bottom>p{color:#fff;text-shadow:0 1px 4px #142939;justify-content:center;gap:17px;margin-bottom:11px;font-size:10px;display:flex}.weather-lab .scene-bottom>p span{align-items:center;gap:5px;display:flex}.weather-lab .scene-controls{pointer-events:auto;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:10px;max-width:730px;margin:0 auto;padding:5px 9px;display:grid}.weather-lab .scene-controls>label{color:#fff;grid-template-columns:auto minmax(0,auto) auto minmax(28px,1fr);align-items:center;gap:7px;min-width:0;font-size:11px;display:grid}.weather-lab .scene-controls>label>svg{flex-shrink:0}.weather-lab .scene-controls>label span{white-space:nowrap}.weather-lab .scene-controls>label output{color:#e8f8ff;font-variant-numeric:tabular-nums;white-space:nowrap}.weather-lab .scene-controls>label input{accent-color:#e9f6ff;cursor:pointer;width:100%;min-width:28px;max-width:140px;height:20px}.weather-lab .orbit-button{color:#fff;white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:8px;font-size:11px;display:flex}.weather-lab .orbit-button:hover:not(:disabled),.weather-lab .orbit-button.active{color:#fff;background:#ffffff24}.weather-lab .lighting-presets{color:#e8f8ff;letter-spacing:.35px;pointer-events:auto;background:#143c51d9;border:1px solid #effbff38;border-radius:999px;justify-content:center;align-items:center;gap:10px;max-width:730px;margin:7px auto 0;padding:3px 6px;font-size:11px;display:flex}.weather-lab .lighting-presets>div{gap:4px;display:flex}.weather-lab .lighting-presets button{color:#fff;border:1px solid #effbff38;border-radius:5px;min-height:38px;padding:5px 8px;font-size:11px}.weather-lab .lighting-presets button:hover,.weather-lab .lighting-presets button.selected{color:#fff;background:#ffffff27}.weather-lab .inspector{border:2.5px solid var(--frame);border-radius:var(--radius-card);min-width:0;box-shadow:var(--shadow-struct);background:#fff;padding:20px 22px 24px}.weather-lab .inspector-eyebrow{color:var(--muted);margin-bottom:18px}.weather-lab .inspector h2{font:clamp(30px, 2.5vw, 44px)/1.05 var(--serif);letter-spacing:-1.4px;overflow-wrap:anywhere}.weather-lab .cloud-level{color:var(--muted);align-items:center;gap:9px;margin-top:11px;font-size:12px;line-height:1.5;display:flex}.weather-lab .source-link{align-items:center;gap:7px;min-height:38px;margin-top:9px;font-size:11px;text-decoration:none;display:inline-flex}.weather-lab .source-link:hover{text-decoration:underline}.weather-lab .description{margin-top:20px;font-size:15px;line-height:1.7}.weather-lab .guide-section{border-top:1px solid var(--line);margin-top:24px;padding-top:21px}.weather-lab .guide-section h3{color:var(--muted);font-family:var(--sans);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:11px;margin:0 0 12px;font-size:11px;font-weight:900;display:flex}.weather-lab .guide-section ul{margin:0 0 0 20px;padding-left:20px;font-size:13px;line-height:1.75}.weather-lab .guide-section li+li{margin-top:5px}.weather-lab .guide-section p{color:var(--color-navy-700);margin-left:30px;font-size:13px;line-height:1.75}.weather-lab .weather-clue{border:0;margin-top:23px;padding:0}.weather-lab .inspector-actions{border-top:1px solid var(--line);flex-direction:column;gap:7px;margin-top:24px;padding-top:14px;display:flex}.weather-lab .comparison p{color:var(--muted);font-size:12px;line-height:1.7}.weather-lab .round-label{color:var(--muted);margin:3px 0 13px;font-size:12px}.weather-lab .practice-progress{border:1px solid var(--color-navy-300);background:var(--surface-hover);border-radius:999px;height:8px;margin-bottom:24px;overflow:hidden}.weather-lab .practice-progress span{border-radius:inherit;background:var(--accent);height:100%;transition:width .2s;display:block}.weather-lab .hint{border:2px solid var(--frame-soft);background:var(--surface-soft);border-radius:10px;padding:14px 16px;font-size:13px;line-height:1.7}.weather-lab .practice-score{color:var(--muted);margin-top:25px;font-size:12px}.weather-lab .primary-button{border:2.5px solid var(--accent-deep);background:var(--accent);color:#fff;letter-spacing:.06em;text-transform:uppercase;min-height:46px;box-shadow:var(--shadow-crimson);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:11px 16px;font-size:12px;font-weight:800;display:flex}.weather-lab .primary-button:hover:not(:disabled){background:var(--accent);color:#fff;box-shadow:4px 4px 0 0 var(--color-crimson-200);transform:translateY(-2px)}.weather-lab .primary-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.weather-lab .answer-feedback{border-radius:6px;align-items:center;gap:9px;margin-bottom:16px;padding:11px 13px;font-size:12px;line-height:1.5;display:flex}.weather-lab .correct{color:#047857;background:#ecfdf5;border:2px solid #04785766;border-radius:10px}.weather-lab .incorrect{border:2px solid var(--color-crimson-200);background:var(--color-crimson-50);color:var(--accent-deep);border-radius:10px}.weather-lab .practice-result>svg{color:#24704f;margin-bottom:20px}.weather-lab .practice-result>p{margin-top:18px;font-size:14px;line-height:1.7}.weather-lab .practice-result .result-score{color:var(--accent);font:65px var(--serif);margin:20px 0}.weather-lab .result-score span{color:var(--muted);font-size:35px}.weather-lab .cloud-selector{min-width:0;margin-top:0}.weather-lab .selector-heading{gap:6px;margin-bottom:12px;padding:0 2px;display:grid}.weather-lab .selector-heading h2{font:22px/1.1 var(--serif);letter-spacing:-.3px;margin-top:2px}.weather-lab .selector-heading>p{color:var(--muted);font-size:12px}.weather-lab .selector-heading>p span{color:#9eabb7;padding:0 5px}.weather-lab .rail-cue{display:none}.weather-lab .selector-tiles{grid-template-columns:minmax(0,1fr);gap:6px;display:grid}.weather-lab .cloud-selector button{border:2px solid var(--frame-soft);text-align:left;background:#fff;border-radius:12px;grid-template-columns:46px auto minmax(0,1fr) auto;align-items:center;gap:0 10px;min-height:54px;padding:6px 12px 6px 8px;display:grid;position:relative}.weather-lab .cloud-selector button span:not(.taxonomy-index){text-align:left;overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:600}.weather-lab .cloud-selector button small{color:var(--muted);letter-spacing:.4px;margin:0;font-size:10px}.weather-lab .cloud-selector button:hover:not(:disabled){border-color:var(--frame);background:var(--surface-soft);color:var(--ink)}.weather-lab .cloud-selector button.selected{border-color:var(--frame);background:var(--surface-soft);box-shadow:var(--shadow-chip);color:var(--ink)}.weather-lab .taxonomy-index{color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:.5px;font-weight:800;position:static;font-size:10px!important}.weather-lab .cloud-glyph{color:#698093;width:46px;max-width:100%;height:34px;margin:0}.weather-lab .practice-choices .cloud-selector button,.weather-lab .practice-choices button{grid-template-columns:auto minmax(0,1fr);min-height:46px}.weather-lab .practice-choices .selector-tiles{margin-top:0}.weather-lab .practice-choices button:disabled{opacity:.48}.weather-lab .practice-choices button.answered{border-color:var(--frame);background:var(--surface-soft);box-shadow:var(--shadow-chip);opacity:1}.weather-lab .lesson-footer{color:var(--muted);justify-content:space-between;align-items:flex-start;gap:30px;margin:25px 3px 0;font-size:11px;line-height:1.7;display:flex}.weather-lab .lesson-footer details{text-align:right;max-width:580px}.weather-lab .lesson-footer summary{cursor:pointer;min-height:30px}.weather-lab .lesson-footer details[open] summary{margin-bottom:12px}.weather-lab .lesson-footer details>div{text-align:left}.weather-lab .lesson-footer details p+p{margin-top:12px}.weather-lab .scene-error{z-index:3;text-align:center;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:25px;font-size:14px;line-height:1.7;display:flex;position:absolute;inset:70px 25px 110px}.weather-lab .scene-error button{background:var(--accent);color:#fff;border-radius:5px;padding:10px 17px}.weather-lab .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.weather-lab .skip-link{z-index:50;background:#fff;padding:12px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.weather-lab .skip-link:focus{transform:translateY(0)}@media (min-width:1500px){.weather-lab .lesson-layout{grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:40px clamp(28px,2.6vw,48px)}.weather-lab .lesson-layout.is-practice{grid-template-columns:minmax(320px,400px) minmax(0,1fr)}.weather-lab .inspector{padding:24px 26px 28px}.weather-lab .description{font-size:16px}.weather-lab .guide-section ul,.weather-lab .guide-section p{font-size:14px}.weather-lab .guide-section h3{font-size:12px}.weather-lab .text-button{font-size:14px}.weather-lab .cloud-selector button{min-height:60px}.weather-lab .cloud-glyph{width:54px;height:40px}}@media (max-width:1150px){.weather-lab .lesson-layout{grid-template-columns:minmax(176px,208px) minmax(0,1fr);gap:27px 22px}.weather-lab .lesson-layout.is-practice{grid-template-columns:minmax(250px,300px) minmax(0,1fr)}.weather-lab .scene-shell{aspect-ratio:1.35}.weather-lab .inspector{padding:18px 18px 20px}.weather-lab .inspector h2{font-size:42px}.weather-lab .description{margin-top:17px;font-size:13px}.weather-lab .guide-section{margin-top:18px;padding-top:18px}.weather-lab .guide-section p,.weather-lab .guide-section ul{font-size:11px}.weather-lab .weather-clue{padding:0}.weather-lab .inspector-actions{margin-top:18px;padding-top:10px}.weather-lab .cloud-selector button{grid-template-columns:40px auto minmax(0,1fr);min-height:50px;padding:5px 8px 5px 6px}.weather-lab .cloud-selector button span:not(.taxonomy-index){font-size:12px}.weather-lab .cloud-glyph{width:40px;height:30px}.weather-lab .cloud-selector button small{display:none}.weather-lab .scene-bottom{left:12px;right:12px}.weather-lab .scene-bottom>p{gap:8px;font-size:9px}.weather-lab .scene-controls{gap:5px;padding:4px}.weather-lab .scene-controls>label>svg,.weather-lab .orbit-button span{display:none}}@media (max-width:800px){.weather-lab .header{min-height:65px;padding:0 22px}.weather-lab .brand{font-size:27px}.weather-lab .header-descriptor{display:none}.weather-lab .header nav{gap:4px}.weather-lab .header nav button,.weather-lab .header nav a{min-width:66px;padding:0 10px;font-size:13px}.weather-lab main{padding:28px 20px 20px}.weather-lab .lesson-heading{align-items:flex-start;margin-bottom:24px;padding:0}.weather-lab h1{font-size:46px}.weather-lab .lesson-heading>div>p:last-child{max-width:250px;margin-top:9px;font-size:13px;line-height:1.6}.weather-lab .lesson-tools{flex-direction:column;align-items:flex-end;gap:6px}.weather-lab .lesson-tools .text-button{font-size:11px}.weather-lab .quality-label select{padding:7px 5px;font-size:10px}.weather-lab .lesson-layout,.weather-lab .lesson-layout.is-practice{grid-template-columns:1fr;grid-template-areas:"scene""side";gap:24px}.weather-lab .scene-shell{aspect-ratio:1.4}.weather-lab .inspector{padding:18px 16px 20px}.weather-lab .inspector h2{font-size:47px}.weather-lab .description{max-width:600px;font-size:14px}.weather-lab .guide-section{margin-top:19px;padding-top:18px}.weather-lab .guide-section ul,.weather-lab .guide-section p{font-size:13px}.weather-lab .weather-clue{padding:0}.weather-lab .selector-heading h2{font-size:24px}.weather-lab .selector-tiles{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.weather-lab .cloud-selector button{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:105px;padding:13px 5px 9px;display:flex}.weather-lab .cloud-selector button span:not(.taxonomy-index){text-align:center;font-size:11px}.weather-lab .taxonomy-index{position:absolute;top:9px;left:10px;font-size:9px!important}.weather-lab .cloud-glyph{width:60px;height:48px;margin-bottom:3px}.weather-lab .practice-choices button{min-height:65px}.weather-lab .lesson-footer{flex-direction:column;gap:9px}.weather-lab .lesson-footer details{text-align:left;max-width:none}.weather-lab .scene-top{left:18px}.weather-lab .scene-bottom>p{gap:13px;font-size:10px}.weather-lab .scene-controls{gap:9px;padding:5px 8px}.weather-lab .scene-controls>label input{max-width:none}.weather-lab .orbit-button span{display:block}}@media (max-width:480px){.weather-lab main{padding:24px 14px 18px}.weather-lab .header{padding:0 16px}.weather-lab .brand{gap:9px;font-size:26px}.weather-lab .brand svg{width:26px}.weather-lab .lesson-heading{display:block}.weather-lab h1{font-size:40px}.weather-lab .lesson-heading>div>p:last-child{max-width:none}.weather-lab .lesson-tools{flex-direction:row;justify-content:space-between;align-items:center;margin-top:12px}.weather-lab .scene-shell{aspect-ratio:.93}.weather-lab .scene-top{top:15px;left:16px;right:12px}.weather-lab .scene-top-copy strong{font-size:15px}.weather-lab .scene-bottom{bottom:11px;left:10px;right:10px}.weather-lab .scene-bottom>p{gap:9px;font-size:9px}.weather-lab .scene-bottom>p span:last-child{display:none}.weather-lab .scene-controls{grid-template-rows:40px 40px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4px 8px;padding:5px 8px}.weather-lab .scene-controls>.icon{grid-area:1/1;width:40px;height:40px}.weather-lab .scene-controls>label{grid-row:2;grid-template-rows:19px 21px;grid-template-columns:minmax(0,1fr) auto;gap:0 5px;min-height:40px;font-size:11px}.weather-lab .scene-controls>label>svg{display:none}.weather-lab .scene-controls>label span{text-overflow:ellipsis;overflow:hidden}.weather-lab .scene-controls>label input{grid-column:1/-1;min-width:90px;max-width:none;height:21px}.weather-lab .orbit-button{grid-area:1/2;justify-self:end;min-height:40px;margin-left:auto;padding:6px 8px;font-size:11px}.weather-lab .orbit-button span{display:block}.weather-lab .lighting-presets{gap:7px;margin-top:5px;font-size:11px}.weather-lab .lighting-presets button{min-height:36px;padding:4px 7px;font-size:11px}.weather-lab .selector-heading{margin-bottom:11px;display:block}.weather-lab .selector-heading>p{margin-top:7px;font-size:11px}.weather-lab .selector-tiles{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;gap:8px;padding:2px 2px 6px;display:flex;overflow-x:auto}.weather-lab .cloud-selector{position:relative}.weather-lab .cloud-selector:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff);width:28px;position:absolute;top:30px;bottom:3px;right:0}.weather-lab .rail-cue{color:var(--muted);justify-content:flex-end;align-items:center;gap:5px;margin-top:7px;font-size:11px;display:flex}.weather-lab .cloud-selector button{scroll-snap-align:start;flex:0 0 112px;min-height:91px}.weather-lab .cloud-selector button span:not(.taxonomy-index){font-size:12px}.weather-lab .cloud-glyph{width:50px;height:48px}.weather-lab .inspector-eyebrow{margin-bottom:14px}.weather-lab .inspector-actions{flex-direction:column;gap:3px}.weather-lab .practice-choices .selector-tiles{display:flex}.weather-lab .practice-choices button{flex-basis:112px;min-height:65px}.weather-lab .scene-error{padding:15px;font-size:12px;inset:65px 14px 90px}.weather-lab .lesson-footer{font-size:10px}}@media (prefers-reduced-motion:reduce){.weather-lab *,.weather-lab :before,.weather-lab :after{scroll-behavior:auto!important;transition:none!important}}.weather-lab .scene-controls{grid-template-columns:auto auto minmax(0,1fr) minmax(0,1fr) auto;max-width:880px}.weather-lab .view-toggle{background:#ffffff14;border-radius:6px;align-items:center;gap:2px;padding:2px;display:flex}.weather-lab .view-option{color:#fffb;white-space:nowrap;border-radius:4px;align-items:center;gap:5px;min-height:32px;padding:6px 9px;font-size:11px;display:flex}.weather-lab .view-option:hover{color:#fff}.weather-lab .view-option.active{color:#fff;background:#ffffff30}.weather-lab .orbit-button:disabled{opacity:.42;cursor:not-allowed}@media (max-width:1100px){.weather-lab .view-option span{display:none}}@media (max-width:800px){.weather-lab .scene-controls{grid-template-columns:auto auto minmax(0,1fr) auto}}@media (max-width:480px){.weather-lab .scene-controls{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.weather-lab .view-toggle{grid-area:1/2;justify-self:end}.weather-lab .orbit-button{grid-area:1/2}}.weather-lab .scene-panel{flex-direction:column;grid-area:scene;gap:0;min-width:0;display:flex}.weather-lab .scene-panel>.scene-top{color:var(--ink);text-shadow:none;pointer-events:auto;flex:none;align-items:center;padding:0 0 12px;position:static}.weather-lab .scene-panel .scene-eyebrow{color:var(--muted)}.weather-lab .scene-panel .scene-top>div:last-child{pointer-events:auto}.weather-lab .scene-panel .scene-top .glass{border:2px solid var(--frame-soft);color:var(--ink);box-shadow:var(--shadow-chip);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-radius:10px}.weather-lab .scene-panel .scene-top .icon:hover:not(:disabled){border-color:var(--frame);background:var(--surface-soft);color:var(--accent)}.weather-lab .scene-panel>.scene-shell{aspect-ratio:auto;border:2.5px solid var(--frame);border-radius:var(--radius-card);width:100%;height:clamp(460px,44vw,680px);min-height:460px;box-shadow:var(--shadow-struct);background:#5794b3;flex:none;position:relative;overflow:hidden}.weather-lab .scene-panel .scene-canvas{position:absolute;inset:0}.weather-lab .scene-panel .scene-controls-panel{color:var(--ink);flex:none;gap:8px;padding-top:11px;display:grid}.weather-lab .scene-panel .scene-controls{pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-wrap:wrap;align-items:center;gap:10px;max-width:none;margin:0;padding:0;display:flex}.weather-lab .scene-panel .scene-controls>.icon{border:2px solid var(--frame-soft);width:38px;height:38px;color:var(--ink);background:#fff;border-radius:10px}.weather-lab .scene-panel .scene-controls>.icon:hover:not(:disabled){border-color:var(--frame);background:var(--surface-soft);color:var(--accent)}.weather-lab .scene-panel .scene-controls>label{min-width:155px;color:var(--ink);flex:175px;grid-template-columns:auto minmax(0,auto) auto minmax(35px,1fr);align-items:center;gap:6px;font-size:11px;display:grid}.weather-lab .scene-panel .scene-controls>label>svg{color:var(--muted)}.weather-lab .scene-panel .scene-controls>label span{white-space:nowrap}.weather-lab .scene-panel .scene-controls>label output{color:var(--accent)}.weather-lab .scene-panel .scene-controls>label input{width:100%;max-width:none;height:20px;accent-color:var(--accent)}.weather-lab .scene-panel .view-toggle{border:2px solid var(--frame-soft);background:var(--surface-soft);border-radius:10px;flex:none;padding:3px}.weather-lab .scene-panel .view-option{color:var(--color-navy-700);font-weight:700}.weather-lab .scene-panel .view-option span{display:inline}.weather-lab .scene-panel .view-option:hover,.weather-lab .scene-panel .view-option.active{color:var(--ink)}.weather-lab .scene-panel .view-option.active{background:var(--frame);color:#fff;box-shadow:none}.weather-lab .scene-panel .orbit-button{border:2px solid var(--frame-soft);color:var(--color-navy-700);border-radius:10px;flex:none;font-weight:700}.weather-lab .scene-panel .orbit-button:hover:not(:disabled),.weather-lab .scene-panel .orbit-button.active{border-color:var(--frame);background:var(--surface-soft);color:var(--accent)}.weather-lab .scene-panel .lighting-presets{color:var(--muted);background:0 0;align-items:center;gap:9px;padding:0;display:flex;transform:none}.weather-lab .scene-panel .lighting-presets>div{gap:5px;display:flex}.weather-lab .scene-panel .lighting-presets button{border:2px solid var(--frame-soft);color:var(--color-navy-700);border-radius:8px;padding:5px 10px;font-size:11px;font-weight:700}.weather-lab .scene-panel .lighting-presets button:hover,.weather-lab .scene-panel .lighting-presets button.selected{border-color:var(--frame);background:var(--surface-soft);color:var(--accent)}.weather-lab .scene-panel .scene-help{color:var(--muted);flex-wrap:wrap;justify-content:flex-start;gap:13px;margin:0;font-size:10px;display:flex}.weather-lab .scene-panel .scene-controls>.sea-state-control{border-color:var(--line);color:var(--ink);background:#f7fafb;flex:420px;grid-template-columns:minmax(0,1fr) auto}.weather-lab .scene-panel .sea-state-control__heading{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;min-width:0}.weather-lab .scene-panel .sea-state-control__track{grid-column:1/-1;min-width:0}.weather-lab .scene-panel .sea-state-control__value{flex:none;min-width:0}.weather-lab .scene-panel .sea-state-control__track input[type=range]{flex:1 1 0;width:auto;min-width:0}.weather-lab .scene-panel .sea-state-control__reading{white-space:normal;grid-column:1}.weather-lab .scene-panel .sea-state-control__help{grid-column:2;justify-self:end}.weather-lab .scene-panel .sea-state-control__heading label,.weather-lab .scene-panel .sea-state-control__value strong{color:var(--ink)}.weather-lab .scene-panel .sea-state-control__heading button{border-color:var(--line);color:var(--muted);background:#eef3f6}.weather-lab .scene-panel .sea-state-control__heading button.is-auto,.weather-lab .scene-panel .sea-state-control__heading button:hover{color:var(--accent);background:#e3edf3}.weather-lab .scene-panel .sea-state-control__value,.weather-lab .scene-panel .sea-state-control__reading,.weather-lab .scene-panel .sea-state-control__help summary{color:var(--muted)}.weather-lab .scene-panel .sea-state-control__track input[type=range]{accent-color:var(--accent)}.weather-lab .scene-panel .sea-state-control__help-body{border-top-color:var(--line)}.weather-lab .scene-panel .sea-state-control__help-body a{color:var(--accent)}.weather-lab .scene-panel:fullscreen{background:#fff;width:100vw;height:100dvh;min-height:0;padding:18px 24px;overflow:hidden}.weather-lab .scene-panel:fullscreen>.scene-shell{height:auto;min-height:0;box-shadow:none;border:0;border-radius:0;flex:1 1 0}.weather-lab .scene-panel:fullscreen .scene-controls-panel{min-height:0;max-height:31dvh;overflow:auto}@media (max-width:800px){.weather-lab .scene-panel>.scene-shell{height:480px;min-height:420px}.weather-lab .scene-panel .scene-controls>label{flex-basis:165px}}@media (max-width:480px){.weather-lab .scene-panel>.scene-shell{border-radius:9px;height:420px;min-height:420px}.weather-lab .scene-panel>.scene-top{padding-bottom:9px}.weather-lab .scene-panel .scene-top-copy strong{font-size:15px}.weather-lab .scene-panel .scene-controls{gap:7px}.weather-lab .scene-panel .view-toggle{flex-wrap:wrap;max-width:100%}.weather-lab .scene-panel .scene-controls>label{flex-basis:145px;grid-template-rows:18px 21px;grid-template-columns:auto minmax(0,1fr) auto;min-width:140px}.weather-lab .scene-panel .scene-controls>label input{grid-column:1/-1;min-width:0;max-width:100%}.weather-lab .scene-panel .scene-controls>label>svg{display:none}.weather-lab .scene-panel .scene-help{gap:9px;font-size:9px}.weather-lab .scene-panel:fullscreen{padding:12px 14px}}@media (max-width:600px){.weather-lab .weather-chapter-toolbar{flex-wrap:wrap;gap:0;min-width:0;padding:11px 0 8px}.weather-lab .weather-chapter-brand{min-width:0;font-size:18px}.weather-lab .weather-chapter-toolbar .header-descriptor{display:none}.weather-lab .weather-chapter-nav{flex-wrap:wrap;justify-content:flex-start;gap:4px;width:100%;min-width:0;margin-left:0;padding-top:8px}.weather-lab .weather-chapter-nav button{flex:0 auto;min-width:66px;padding:0 9px;font-size:13px}.weather-lab .weather-chapter-nav button.selected:after{bottom:-9px}.weather-lab .header{flex-wrap:wrap;gap:0;min-height:0;padding:11px 16px 0}.weather-lab .header nav{flex-wrap:wrap;justify-content:flex-start;align-self:auto;gap:4px;width:100%;min-width:0;max-width:100%;padding-top:8px}.weather-lab .header nav button,.weather-lab .header nav a{flex:0 auto;min-width:66px;padding:0 9px;font-size:13px}}.weather-lab .cloud-model-notice{max-width:75ch;color:var(--muted);font-size:13px;line-height:1.5}.weather-lab .cloud-model-notice a{color:var(--accent);text-decoration:underline}.weather-lab .practice-written-cues{border:2px solid var(--frame-soft);border-left:4px solid var(--accent);background:var(--surface-soft);border-radius:10px;margin:0 0 14px;padding:14px 16px}.weather-lab .practice-written-cues h3{font:700 16px/1.3 var(--serif);margin:0 0 8px}.weather-lab .practice-written-cues ul{margin:0;padding-left:20px;line-height:1.6}.weather-lab .scene-panel .scene-hud{z-index:3;pointer-events:none;gap:8px;display:flex;position:absolute;left:14px;right:14px}.weather-lab .scene-panel .scene-hud>*{pointer-events:auto}.weather-lab .scene-panel .scene-hud-top{justify-content:flex-end;align-items:flex-start;top:14px}.weather-lab .scene-panel .scene-hud-bottom{flex-direction:column;align-items:flex-start;bottom:14px}.weather-lab .scene-panel .scene-hud .glass{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f1f36c9;border:1px solid #ffffff3d;box-shadow:0 6px 24px #0f1f3640}.weather-lab .scene-panel .scene-hud .icon{border-radius:10px;width:40px;height:40px}.weather-lab .scene-panel .scene-hud .icon:hover:not(:disabled){color:#fff;background:#1b2d45e6}.weather-lab .scene-panel .scene-hud-notes,.weather-lab .scene-panel .scene-hud-toggle,.weather-lab .scene-panel .scene-hud-compare{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-size:11px;font-weight:800;display:inline-flex}.weather-lab .scene-panel .scene-hud-notes:hover,.weather-lab .scene-panel .scene-hud-toggle:hover,.weather-lab .scene-panel .scene-hud-compare:hover{color:#fff;background:#1b2d45e6}.weather-lab .scene-panel .scene-hud-toggle.active,.weather-lab .scene-panel .scene-hud-compare.active{color:var(--ink);background:#fff;border-color:#fff}.weather-lab .scene-panel .scene-hud-caption{border-radius:10px;max-width:min(100%,560px);margin:0;padding:10px 14px;font-size:13px;line-height:1.5}.weather-lab .scene-panel .scene-hud-bar{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.weather-lab .scene-panel .scene-hud .view-toggle{border-radius:10px;gap:2px;padding:3px;display:inline-flex}.weather-lab .scene-panel .scene-hud .view-option{color:#ffffffd9;min-height:32px;box-shadow:none;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.weather-lab .scene-panel .scene-hud .view-option span{display:inline}.weather-lab .scene-panel .scene-hud .view-option:hover{color:#fff}.weather-lab .scene-panel .scene-hud .view-option.active{color:var(--ink);background:#fff}.weather-lab .scene-panel .scene-hud-drawer{border-radius:12px;width:min(100%,780px);padding:12px 14px}.weather-lab .scene-panel .scene-hud-drawer .scene-controls{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-wrap:wrap;align-items:center;gap:10px 18px;max-width:none;margin:0;padding:0;display:flex}.weather-lab .scene-panel .scene-hud-drawer .scene-controls>label{color:#fff;flex:200px;grid-template-columns:auto minmax(0,auto) auto minmax(60px,1fr);align-items:center;gap:6px;min-width:0;font-size:11px;display:grid}.weather-lab .scene-panel .scene-hud-drawer .scene-controls>label>svg{color:#ffffffb3}.weather-lab .scene-panel .scene-hud-drawer .scene-controls>label output{color:#ffd1d4}.weather-lab .scene-panel .scene-hud-drawer .scene-controls>label input{width:100%;max-width:none;height:20px;accent-color:var(--accent)}.weather-lab .scene-panel .scene-hud-drawer .orbit-button{color:#fff;border:1px solid #ffffff4d;border-radius:8px;flex:none;font-weight:700}.weather-lab .scene-panel .scene-hud-drawer .orbit-button:hover:not(:disabled),.weather-lab .scene-panel .scene-hud-drawer .orbit-button.active{color:var(--ink);background:#fff}.weather-lab .scene-panel .scene-hud-drawer .orbit-button:disabled{opacity:.45}.weather-lab .scene-panel .scene-hud-drawer .lighting-presets{color:#fffc;background:0 0;border:0;justify-content:flex-start;max-width:none;margin:10px 0 0;padding:0;transform:none}.weather-lab .scene-panel .scene-hud-drawer .lighting-presets button{color:#fff;border:1px solid #ffffff4d;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:700}.weather-lab .scene-panel .scene-hud-drawer .lighting-presets button:hover,.weather-lab .scene-panel .scene-hud-drawer .lighting-presets button.selected{color:var(--ink);background:#fff;border-color:#fff}.weather-lab .scene-panel .scene-hud-drawer .scene-controls>.sea-state-control{color:#e6eef5;background:#ffffff14;border-color:#fff3;flex:100%}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__heading label,.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__value strong{color:#fff}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__heading button{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__heading button.is-auto,.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__heading button:hover{color:var(--ink);background:#fff}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__value,.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__reading,.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__help summary{color:#d6e3ee}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__help-body{border-top-color:#fff3}.weather-lab .scene-panel .scene-hud-drawer .sea-state-control__help-body a{color:#ffd1d4}.weather-lab .scene-panel .scene-hud .scene-help{color:#ffffffd9;text-shadow:0 1px 10px #0f1f36cc;pointer-events:none;flex-wrap:wrap;gap:4px 14px;margin:0;padding:0 2px;font-size:11px;display:flex}.weather-lab .scene-panel .scene-help span{align-items:center;gap:5px;display:inline-flex}@media (max-width:640px){.weather-lab .scene-panel .scene-hud .view-option span,.weather-lab .scene-panel .scene-hud-toggle span,.weather-lab .scene-panel .scene-hud-notes span,.weather-lab .scene-panel .scene-hud-compare span,.weather-lab .scene-panel .scene-hud .scene-help{display:none}.weather-lab .scene-panel .scene-hud-notes,.weather-lab .scene-panel .scene-hud-toggle,.weather-lab .scene-panel .scene-hud-compare{padding:0 11px}.weather-lab .scene-panel .scene-hud-caption{font-size:12px}}@media (max-width:480px){.weather-lab .scene-panel .scene-hud{left:10px;right:10px}.weather-lab .scene-panel .scene-hud-top{top:10px}.weather-lab .scene-panel .scene-hud-bottom{bottom:10px}}.weather-lab .guide-modal{z-index:90;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.weather-lab .guide-modal-backdrop{cursor:pointer;background:#0f1f36b8;border:0;border-radius:0;position:absolute;inset:0}.weather-lab .guide-modal-panel{border-radius:var(--radius-card);scrollbar-gutter:stable;width:min(100%,580px);max-height:calc(100dvh - 48px);position:relative;overflow:auto}.weather-lab .guide-modal-panel .inspector{padding-top:26px;padding-right:64px}.weather-lab .guide-modal-close{z-index:2;border:2px solid var(--frame-soft);width:40px;height:40px;color:var(--ink);box-shadow:var(--shadow-chip);background:#fff;border-radius:10px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.weather-lab .guide-modal-close:hover{border-color:var(--frame);color:var(--accent)}@media (max-width:480px){.weather-lab .guide-modal{padding:12px}.weather-lab .guide-modal-panel{max-height:calc(100dvh - 24px)}.weather-lab .guide-modal-panel .inspector{padding-right:60px}}
.weather-lab{--warm-front:#c0392b;--cold-front:#1f5fa8;--occluded-front:#7b3fb0;--stationary-front:#8c4f8f}.weather-lab .weather-chapter-toolbar .nav-divider{background:var(--frame-soft);align-self:center;width:2px;height:22px;margin:0 6px}.weather-lab .weather-chapter-toolbar .nav-chapter{font-variant-numeric:tabular-nums}.weather-lab .lesson-layout.fronts-layout{grid-template-columns:minmax(196px,240px) minmax(0,1fr);grid-template-areas:"side scene"}.weather-lab .lesson-side>.front-selector{grid-area:auto}@media (min-width:1500px){.weather-lab .lesson-layout.fronts-layout{grid-template-columns:minmax(220px,270px) minmax(0,1fr)}}@media (max-width:1150px){.weather-lab .lesson-layout.fronts-layout{grid-template-columns:minmax(176px,208px) minmax(0,1fr)}}@media (max-width:800px){.weather-lab .lesson-layout.fronts-layout{grid-template-columns:1fr;grid-template-areas:"scene""side"}}.weather-lab .fx-viewer-actions>button.glass.fx-notes-button{color:#143d5d;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f7fbfd;border:1px solid #cbdbe5;border-radius:8px;align-items:center;gap:6px;width:auto;height:auto;min-height:32px;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.weather-lab .fx-viewer-actions>.fx-notes-button:hover{border-color:var(--frame);color:var(--accent);background:#fff}.weather-lab .fx-stage{flex-direction:column;grid-area:scene;gap:13px;min-width:0;display:flex}@media (min-width:801px) and (min-height:800px){.weather-lab .fx-stage{position:sticky;top:14px}}.weather-lab .fronts-scene{aspect-ratio:1.62;background:#dbe8f2}.weather-lab .fx-scene-top{max-width:52%;color:var(--ink);text-shadow:0 1px 10px #fffc;pointer-events:none;flex-direction:column;gap:4px;display:flex;position:absolute;top:96px;left:20px}.weather-lab .fx-scene-top .fx-eyebrow{color:#2c5c93;letter-spacing:1.4px;text-transform:uppercase;font-size:9.5px;font-weight:650}.weather-lab .fx-scene-top strong{font:27px/1.05 var(--serif);letter-spacing:-.4px}.weather-lab .fx-scene-sub{color:var(--muted);margin:-4px 3px 0;font-size:11px;line-height:1.6}.weather-lab .fx-scene-actions{gap:7px;display:flex;position:absolute;top:15px;right:15px}.weather-lab .fx-scene-actions .glass{border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.weather-lab .fx-scene-actions .glass:hover{color:#fff;background:#0f3550d6}.weather-lab .fx-labels{overflow:hidden}.weather-lab .fx-label{white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;border-radius:5px;padding:3px 7px;font-family:DM Sans,Arial,sans-serif;display:block}.weather-lab .fx-label-cloud{color:#1b3a5e;letter-spacing:.1px;box-shadow:0 1px 5px color-mix(in srgb, var(--ink) 15%, transparent);background:#ffffffe8;border:1px solid #fffc;font-size:10.5px;font-weight:550}.weather-lab .fx-label-front{background:color-mix(in srgb, var(--ink) 95%, transparent);color:#fff;letter-spacing:1.5px;box-shadow:0 2px 10px color-mix(in srgb, var(--ink) 25%, transparent);border:1px solid #ffffff40;font-size:10px;font-weight:650}.weather-lab .fx-label-air{color:#33506e;letter-spacing:1.25px;text-transform:uppercase;background:#ffffffc4;border:1px solid #ffffffb0;padding:2px 8px;font-size:9.5px;font-weight:650}.weather-lab .fx-label-note,.weather-lab .fx-label-flow{color:#4d6580;background:#ffffffd4;font-size:9.5px;font-style:italic}.weather-lab .fx-label-pressure{color:#2c5480;letter-spacing:.6px;background:#ffffffa8;padding:1px 5px;font-size:9px;font-weight:600}.weather-lab .fx-label-scale{color:#55708c;letter-spacing:.7px;text-transform:uppercase;background:#ffffffbf;padding:1px 5px;font-size:8.5px;font-weight:600}.weather-lab .fx-label-yacht{color:#fff;letter-spacing:.5px;background:#17579be6;border:1px solid #ffffff4d;font-size:9.5px;font-weight:600}.weather-lab .fx-instruments{font-variant-numeric:tabular-nums;border-radius:10px;align-items:center;gap:13px;padding:7px 13px;display:flex;position:absolute;top:13px;left:14px;right:60px}.weather-lab .fx-sector{color:#d5ecff;letter-spacing:.9px;text-transform:uppercase;border-right:1px solid #fff3;flex-shrink:0;width:108px;padding-right:13px;font-size:8.5px;font-weight:650;line-height:1.35}.weather-lab .fx-instruments dl{flex:1;align-items:stretch;min-width:0;margin:0;display:flex}.weather-lab .fx-instrument{color:#fff;flex:1;min-width:0;padding:0 11px}.weather-lab .fx-instrument+.fx-instrument{border-left:1px solid #ffffff26}.weather-lab .fx-instrument dt{text-overflow:ellipsis;color:#a9c9e2;letter-spacing:.85px;text-transform:uppercase;white-space:nowrap;align-items:center;gap:4px;font-size:8px;font-weight:600;display:flex;overflow:hidden}.weather-lab .fx-instrument dt svg{flex-shrink:0}.weather-lab .fx-instrument dd{flex-wrap:wrap;align-items:baseline;gap:1px 5px;margin:3px 0 0;font-size:13.5px;font-weight:550;line-height:1.25;display:flex}.weather-lab .fx-instrument dd i{color:#cfe4f5;font-size:10px;font-style:normal;font-weight:400}.weather-lab .fx-instrument dd small{color:#cfe4f5;font-size:10px;font-weight:400}.weather-lab .fx-instrument dd.fx-weather{font-size:11px;font-weight:450;line-height:1.35}.weather-lab .fx-instrument-wind{flex:1.55}.weather-lab .fx-instrument-wind dd{flex-wrap:nowrap;align-items:center;gap:7px}.weather-lab .fx-instrument-wind dd>span{min-width:0;display:block}.weather-lab .fx-instrument-wind dd small{text-overflow:ellipsis;margin-top:1px;display:block;overflow:hidden}.weather-lab .fx-trend{letter-spacing:.2px;align-items:center;gap:3px;font-size:9.5px;font-weight:500;display:inline-flex}.weather-lab .fx-trend.falling,.weather-lab .fx-spark.falling{color:#ffb454}.weather-lab .fx-trend.rising,.weather-lab .fx-spark.rising{color:#57dba6}.weather-lab .fx-trend.steady,.weather-lab .fx-spark.steady{color:#aebdcc}.weather-lab .fx-rose{flex-shrink:0;width:30px;height:30px}.weather-lab .fx-instrument-barometer{flex:1.7}.weather-lab .fx-instrument-barometer dd{flex-wrap:wrap;align-items:center;gap:2px 8px}.weather-lab .fx-baro-value{white-space:nowrap}.weather-lab .fx-baro-trend-row{flex-basis:100%;align-items:center;gap:5px;min-width:0;display:flex}.weather-lab .fx-trend{white-space:nowrap;flex-shrink:0}.weather-lab .fx-spark{flex-shrink:0;display:block}.weather-lab .fx-timebar{border-radius:10px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:7px 12px;display:grid;position:absolute;bottom:14px;left:15px;right:15px}.weather-lab .fx-timebar button{color:#fff;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.weather-lab .fx-timebar button:hover:not(:disabled){color:#fff;background:#ffffff26}.weather-lab .fx-clock{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.2px;min-width:74px;font-size:15px;font-weight:600}.weather-lab .fx-clock small{color:#bcd9ef;letter-spacing:1.1px;text-transform:uppercase;font-size:8.5px;font-weight:500;display:block}.weather-lab .fx-track{min-width:0;position:relative}.weather-lab .fx-track input[type=range]{accent-color:#e9f6ff;cursor:pointer;width:100%;height:22px}.weather-lab .fx-ticks{color:#b9d6ec;letter-spacing:.7px;pointer-events:none;height:13px;font-size:8.5px;position:relative}.weather-lab .fx-ticks span{white-space:nowrap;position:absolute;top:0;transform:translate(-50%)}.weather-lab .fx-ticks span:before{content:"";background:#ffffff5c;width:1px;height:4px;position:absolute;top:-5px;left:50%}.weather-lab .fx-ticks span.first{transform:none}.weather-lab .fx-ticks span.first:before{left:0}.weather-lab .fx-ticks span.last{transform:translate(-100%)}.weather-lab .fx-ticks span.last:before{left:auto;right:0}.weather-lab .fx-ticks span.now{color:#fff;font-weight:650}.weather-lab .fx-log{border:1px solid var(--line);background:#f8fbfd;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;padding:14px 16px;display:grid}.weather-lab .fx-log>div{flex-direction:column;gap:5px;min-width:0;display:flex}.weather-lab .fx-log>div+div{border-left:1px solid var(--line);padding-left:26px}.weather-lab .fx-log h3{color:var(--accent);letter-spacing:1.1px;text-transform:uppercase;align-items:center;gap:8px;font-size:10px;font-weight:600;display:flex}.weather-lab .fx-log p{color:#26405c;font-size:13px;line-height:1.6}.weather-lab .fx-stage-name{border-bottom:1px solid var(--line);font:19px/1.2 var(--serif);letter-spacing:-.2px;grid-column:1/-1;margin-bottom:10px;padding-bottom:10px}.weather-lab .front-selector{grid-area:selector;min-width:0}.weather-lab .front-tiles{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.weather-lab .front-tiles button{border:2px solid var(--frame-soft);text-align:left;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;min-height:0;padding:12px 13px 11px;display:flex}.weather-lab .front-tiles button:hover{border-color:var(--frame);background:var(--surface-soft)}.weather-lab .front-tiles button.selected{border-color:var(--frame);background:var(--surface-soft);box-shadow:var(--shadow-chip);color:var(--ink)}.weather-lab .front-symbol{width:100%;max-width:112px;height:auto;margin-bottom:2px}.weather-lab .front-tiles button strong{font-size:14px;font-weight:550}.weather-lab .front-tiles button small{color:var(--muted);font-size:11px;line-height:1.45}.weather-lab .fx-front-title{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:3px 12px;margin-top:2px;font-size:12px;display:flex}.weather-lab .fx-front-title .fx-slope{color:#34506e}.weather-lab .fx-sequence{flex-wrap:wrap;align-items:center;gap:6px;margin-left:30px;display:flex}.weather-lab .fx-chip{border:1px solid var(--line);background:#f6f9fc;border-radius:999px;align-items:baseline;gap:5px;padding:4px 8px;font-size:11px;line-height:1.4;display:inline-flex}.weather-lab .fx-chip b{color:var(--accent);font-size:10px;font-weight:600}.weather-lab .fx-sequence .fx-arrow{color:#9eb0c2}.weather-lab .fx-phase{margin-top:12px;margin-left:30px;font-size:12px;line-height:1.75}.weather-lab .fx-phase b{color:#16406f;letter-spacing:.9px;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:600;display:block}.weather-lab .fx-phase+.fx-phase{margin-top:14px}.weather-lab .fx-card{background:#f3f8fd;border:1px solid #cfe0f0;border-radius:9px;margin-top:24px;padding:16px 17px}.weather-lab .fx-card h3{color:var(--accent);letter-spacing:.9px;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:9px;font-size:10.5px;font-weight:600;display:flex}.weather-lab .fx-card p{color:#23405f;font-size:12px;line-height:1.75}.weather-lab .fx-sources{margin:12px 0 0;padding:0;font-size:11px;line-height:1.7;list-style:none}.weather-lab .fx-sources li+li{margin-top:7px}.weather-lab .fx-sources b{color:var(--ink);font-weight:600}.weather-lab .fx-sources span{color:var(--muted)}.weather-lab .fx-quiz{border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.weather-lab .fx-quiz>header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.weather-lab .fx-quiz h3{color:var(--accent);letter-spacing:.55px;text-transform:uppercase;align-items:center;gap:9px;font-size:11px;font-weight:500;display:flex}.weather-lab .fx-quiz .fx-score{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.weather-lab .fx-question{margin-top:18px}.weather-lab .fx-question>p{font-size:12.5px;line-height:1.65}.weather-lab .fx-question>p b{color:var(--accent);margin-right:6px;font-weight:600}.weather-lab .fx-options{flex-direction:column;gap:6px;margin-top:10px;display:flex}.weather-lab .fx-options button{border:1px solid var(--line);text-align:left;border-radius:7px;align-items:center;gap:9px;padding:9px 11px;font-size:12px;line-height:1.45;display:flex}.weather-lab .fx-options button:hover:not(:disabled){border-color:var(--frame);background:var(--surface-soft)}.weather-lab .fx-options button svg{flex-shrink:0}.weather-lab .fx-options button.right{color:#1d5d3c;background:#eefaf3;border-color:#4d9a6f}.weather-lab .fx-options button.wrong{color:#8f3722;background:#fdf2ef;border-color:#cf7f6d}.weather-lab .fx-options button:disabled{opacity:.72}.weather-lab .fx-options button.right:disabled,.weather-lab .fx-options button.wrong:disabled{opacity:1}.weather-lab .fx-result{background:#f3f8fd;border:1px solid #cfe0f0;border-radius:9px;flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px;padding:18px 18px 14px;display:flex}.weather-lab .fx-result>svg{color:var(--accent)}.weather-lab .fx-result-score{font:44px/1 var(--serif);letter-spacing:-1.4px}.weather-lab .fx-result-score span{color:var(--muted);font-size:20px}.weather-lab .fx-result p:last-of-type{color:#2b4763;font-size:12px;line-height:1.7}.weather-lab .fx-quiz .practice-progress{margin:12px 0 4px}.weather-lab .fx-explain{border-left:2px solid var(--accent);color:#2b4763;background:#f6f9fc;margin-top:9px;padding:10px 12px;font-size:11.5px;line-height:1.7}@media (min-width:1500px){.weather-lab .fx-log p{font-size:14px}.weather-lab .fx-phase,.weather-lab .fx-card p{font-size:13px}.weather-lab .front-tiles button{padding:14px 15px 13px}}@media (max-width:1150px){.weather-lab .fronts-scene{aspect-ratio:1.62}.weather-lab .fx-instruments{gap:9px;padding:6px 9px;left:11px;right:54px}.weather-lab .fx-sector{width:84px;padding-right:9px;font-size:7.5px}.weather-lab .fx-instrument{padding:0 7px}.weather-lab .fx-instrument dd{font-size:11.5px}.weather-lab .fx-instrument dd small,.weather-lab .fx-instrument dd i{font-size:9px}.weather-lab .fx-rose{width:24px;height:24px}.weather-lab .fx-scene-top{top:62px}.weather-lab .fx-scene-top strong{font-size:20px}.weather-lab .fx-instrument-barometer{flex:1.4}.weather-lab .fx-spark{display:none}.weather-lab .fx-log{padding:12px 13px}.weather-lab .fx-log p{font-size:12px}.weather-lab .fx-timebar{gap:8px;padding:6px 9px}.weather-lab .fx-phase,.weather-lab .fx-sequence{margin-left:0}}@media (max-width:800px){.weather-lab .fronts-scene{aspect-ratio:1.44}.weather-lab .fx-instruments{flex-wrap:wrap;gap:4px 8px;left:11px;right:11px}.weather-lab .fx-sector{border-bottom:1px solid #fff3;border-right:0;width:100%;padding:0 0 5px}.weather-lab .fx-instruments dl{flex-wrap:wrap}.weather-lab .fx-instrument{flex:0 0 31%;padding:3px 6px}.weather-lab .fx-instrument+.fx-instrument{border-left:0}.weather-lab .fx-spark{display:none}.weather-lab .fx-scene-top{top:128px}.weather-lab .front-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-lab .fx-log{grid-template-columns:1fr;gap:14px}.weather-lab .fx-log>div+div{border-top:1px solid var(--line);border-left:0;padding-top:14px;padding-left:0}}@media (max-width:560px){.weather-lab .fx-scene-top{display:none}.weather-lab .fx-label{padding:2px 5px;font-size:9px!important}.weather-lab .fx-label-front{letter-spacing:.9px}}.weather-lab .fx-viewer.fx-viewer:fullscreen>.fronts-scene{flex:auto;height:auto;min-height:0}.weather-lab .fx-viewer{border:1px solid var(--line);background:#edf4f8;border-radius:14px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 12px 30px #163b5512}.weather-lab .fx-viewer-header{border-bottom:1px solid var(--line);background:#f8fbfd;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:11px 14px 11px 17px;display:flex}.weather-lab .fx-viewer-caption{flex-direction:column;gap:3px;min-width:0;display:flex}.weather-lab .fx-viewer-caption .fx-eyebrow{color:#56748b;letter-spacing:1.35px;font-size:9px;font-weight:700}.weather-lab .fx-viewer-caption strong{color:var(--ink);font:22px/1.1 var(--serif);letter-spacing:-.3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.weather-lab .fx-viewer-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:7px;display:flex}.weather-lab .fx-viewer .fx-renderer-toggle,.weather-lab .fx-viewer .fx-view-toggle{box-shadow:none;background:#e9f1f5;border-color:#cbdbe5}.weather-lab .fx-viewer .fx-renderer-toggle button,.weather-lab .fx-viewer .fx-view-toggle button{color:#42627a}.weather-lab .fx-viewer .fx-renderer-toggle button:hover,.weather-lab .fx-viewer .fx-view-toggle button:hover,.weather-lab .fx-viewer .fx-renderer-toggle button.active,.weather-lab .fx-viewer .fx-view-toggle button.active{color:#143d5d;background:#fff;box-shadow:0 1px 4px #163b5518}.weather-lab .fx-viewer-actions>button.glass{color:#2b5877;background:#e9f1f5;border:1px solid #cbdbe5;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.weather-lab .fx-viewer-actions>button.glass:hover{color:#143d5d;background:#fff}.weather-lab .fx-viewer>.fronts-scene{border-radius:0;width:100%}.weather-lab .fx-viewer>.fx-readout{background:#edf4f8;padding:10px 12px 12px}.weather-lab .fx-viewer:fullscreen{border:0;border-radius:0;width:100vw;height:100vh;min-height:0;display:flex}.weather-lab .fx-viewer:fullscreen>.fronts-scene{flex:auto;height:auto;min-height:0}.weather-lab .fx-viewer:fullscreen>.fx-readout{flex:none}@media (max-width:800px){.weather-lab .fx-viewer-header{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.weather-lab .fx-viewer-caption strong{font-size:20px}.weather-lab .fx-viewer-actions{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:480px){.weather-lab .fx-viewer-actions{gap:5px}.weather-lab .fx-viewer .fx-renderer-toggle button,.weather-lab .fx-viewer .fx-view-toggle button{padding:0 7px;font-size:9px}.weather-lab .fx-viewer-actions>button.glass{width:30px;height:30px}.weather-lab .fx-readout .fx-timebar{grid-template-columns:auto auto minmax(0,1fr) auto}.weather-lab .fronts-scene{aspect-ratio:.78}.weather-lab .fx-instruments{padding:6px 7px;left:9px;right:9px}.weather-lab .fx-sector{padding-bottom:4px;font-size:7.5px}.weather-lab .fx-instrument{flex:0 0 33.33%;padding:3px 4px}.weather-lab .fx-instrument dt{letter-spacing:.5px;font-size:7.5px}.weather-lab .fx-instrument dd{margin-top:2px;font-size:11px}.weather-lab .fx-instrument dd small,.weather-lab .fx-instrument dd i{font-size:8.5px}.weather-lab .fx-instrument dd.fx-weather{font-size:9px}.weather-lab .fx-trend{font-size:8.5px}.weather-lab .fx-rose{width:20px;height:20px}.weather-lab .fx-timebar{grid-template-columns:auto auto minmax(0,1fr);gap:7px;padding:5px 8px;bottom:10px;left:9px;right:9px}.weather-lab .fx-timebar .fx-reset{display:none}.weather-lab .fx-clock{min-width:58px;font-size:13px}.weather-lab .fx-ticks{display:none}.weather-lab .front-tiles button{min-height:104px;padding:12px}.weather-lab .fx-scene-sub{font-size:10.5px}}.weather-lab .lesson-layout.fronts-layout .fronts-scene{aspect-ratio:auto;height:clamp(560px,58vw,680px)}.weather-lab .fronts-scene .fx-scene-top{color:#fff;text-shadow:0 2px 18px #08233ccc;max-width:68%;top:78px}.weather-lab .fronts-scene .fx-scene-top .fx-eyebrow{color:#c9e7fb}.weather-lab .fronts-scene .fx-scene-top strong{font-size:clamp(22px,3vw,34px)}.weather-lab .fronts-scene .fx-scene-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;max-width:calc(100% - 28px);top:14px;right:14px}.weather-lab .fx-renderer-toggle,.weather-lab .fx-view-toggle{background:#092b44c9;border:1px solid #ffffff35;border-radius:9px;align-items:center;gap:2px;padding:3px;display:inline-flex;box-shadow:0 4px 14px #05203640}.weather-lab .fx-renderer-toggle button,.weather-lab .fx-view-toggle button{color:#c6e0f2;letter-spacing:.35px;white-space:nowrap;border-radius:6px;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:10px;font-weight:650;display:inline-flex}.weather-lab .fx-renderer-toggle button:hover,.weather-lab .fx-view-toggle button:hover,.weather-lab .fx-renderer-toggle button.active,.weather-lab .fx-view-toggle button.active{color:#fff;background:#ffffff1f}.weather-lab .fronts-scene .fx-scene-actions>.glass{background:#092b44c9;border:1px solid #ffffff35;width:34px;height:34px}.weather-lab .fx-readout{flex-direction:column;gap:8px;display:flex}.weather-lab .fx-readout .fx-instruments,.weather-lab .fx-readout .fx-timebar{width:100%;position:relative;inset:auto}.weather-lab .fx-readout .fx-instruments{background:#092b44e8;border:1px solid #fff2;padding:9px 12px}.weather-lab .fx-readout .fx-timebar{background:#092b44e8;padding:7px 12px}.weather-lab .fx-readout .fx-timebar .fx-clock{margin:0}.weather-lab .fx-viewer-actions>button.fx-section-toggle{white-space:nowrap;gap:6px;width:auto;padding:0 10px;font-size:10px;font-weight:600}.weather-lab .fx-viewer-actions>button.fx-section-toggle.active{color:#143d5d;background:#fff;border-color:#a8c3d7}.weather-lab .fx-scene-sub{margin:-2px 2px 0}@media (max-width:800px){.weather-lab .lesson-layout.fronts-layout .fronts-scene{height:460px}.weather-lab .fronts-scene .fx-scene-top{max-width:70%;top:76px;left:16px}.weather-lab .fronts-scene .fx-scene-actions{left:10px;right:10px}.weather-lab .fx-renderer-toggle button,.weather-lab .fx-view-toggle button{padding:0 7px;font-size:9px}.weather-lab .fx-readout .fx-instruments{gap:4px 8px}.weather-lab .fx-readout .fx-timebar{position:relative;bottom:auto;left:auto;right:auto}}@media (max-width:560px){.weather-lab .fronts-scene .fx-scene-top{display:flex;top:82px}.weather-lab .fronts-scene .fx-scene-top strong{font-size:21px}.weather-lab .fronts-scene .fx-scene-actions{gap:4px}.weather-lab .fx-renderer-toggle button,.weather-lab .fx-view-toggle button{min-height:28px;padding:0 6px}}.weather-lab .fx-viewer{border:2.5px solid var(--frame);border-radius:var(--radius-card);box-shadow:var(--shadow-struct)}.weather-lab .fx-viewer:fullscreen{box-shadow:none;border:0;border-radius:0}.weather-lab .front-jump{margin-top:10px}
.weather-lab .front-passage-chart{z-index:4;color:#17354b;pointer-events:auto;background:#f8f8f2;border:1px solid #d5e0dcf5;border-radius:14px;width:320px;max-width:calc(100% - 28px);font-family:inherit;position:absolute;top:14px;right:14px;overflow:hidden;box-shadow:0 16px 34px #0a253433}.weather-lab .front-passage-chart__header{justify-content:space-between;align-items:flex-start;min-height:56px;padding:12px 16px 5px;display:flex}.weather-lab .front-passage-chart__eyebrow{color:#63858a;letter-spacing:.16em;font-size:9px;font-weight:750}.weather-lab .front-passage-chart__front-name{color:#17354b;margin-top:2px;font-family:Libre Caslon Display,Georgia,serif;font-size:22px;line-height:1.05}.weather-lab .front-passage-chart__status{color:#8065a2;margin-top:3px;font-size:10px;font-weight:700}.weather-lab .front-passage-chart__reading{color:#1b6570;font-variant-numeric:tabular-nums;align-items:baseline;gap:4px;display:flex}.weather-lab .front-passage-chart__reading strong{font-size:20px;font-weight:680;line-height:1}.weather-lab .front-passage-chart__reading span{font-size:11px;font-weight:650}.weather-lab .front-passage-chart__svg{width:100%;height:auto;display:block;overflow:visible}.weather-lab .front-passage-chart__guides line{stroke:#48707926;stroke-width:1px}.weather-lab .front-passage-chart__guides text{fill:#738e91;letter-spacing:.12em;font-size:8.5px;font-weight:750}.weather-lab .front-passage-chart__clouds path{stroke:#6b8b9247;stroke-width:1px}.weather-lab .front-passage-chart__sea{stroke:#4d8c93;stroke-width:1.5px;stroke-dasharray:2 3}.weather-lab .front-passage-chart__event line{stroke-width:2px}.weather-lab .front-passage-chart__event text{letter-spacing:.04em;font-size:8px;font-weight:750}.weather-lab .front-passage-chart__cursor{stroke:#1a6f78;stroke-width:1px;stroke-dasharray:2 3;opacity:.74}.weather-lab .front-passage-chart__vessel{fill:#c47354;stroke:#8f5546;stroke-width:1px;stroke-linejoin:round}.weather-lab .front-passage-chart__vessel-window{stroke:#f8f8f2;stroke-width:.8px}.weather-lab .front-passage-chart__pressure-line{fill:none;stroke:#236b75;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.weather-lab .front-passage-chart__current-dot{fill:#f7f5ed;stroke:#1a6f78;stroke-width:2px}.weather-lab .front-passage-chart__plot-label{fill:#587578;letter-spacing:.1em;font-size:8.5px;font-weight:750}.weather-lab .front-passage-chart__plot-axis{fill:#718b8a;font-variant-numeric:tabular-nums;font-size:8.5px}.weather-lab .front-passage-chart__scrub{fill:#0000;cursor:ew-resize;pointer-events:all}.weather-lab .front-passage-chart__footer{color:#647b7e;white-space:nowrap;flex-direction:row;justify-content:space-between;align-items:center;gap:6px;min-height:29px;padding:1px 16px 7px;font-size:9px;line-height:1.15;display:flex}.weather-lab .front-passage-chart__footer span:last-child{color:#829798;font-size:9px}.weather-lab .front-passage-chart__footer b{color:#1b6570;font-size:11px}.weather-lab .front-passage-chart__range{opacity:.001;cursor:ew-resize;width:calc(100% - 32px);height:10px;margin:0;position:absolute;bottom:3px;left:16px;right:16px}.weather-lab .front-passage-chart__range:focus-visible{opacity:.9;accent-color:#236b75}@media (max-width:480px){.weather-lab .front-passage-chart{width:240px;max-width:calc(100% - 20px);top:10px;right:10px}.weather-lab .front-passage-chart__header{min-height:52px;padding:10px 12px 4px}.weather-lab .front-passage-chart__front-name{font-size:19px}.weather-lab .front-passage-chart__reading strong{font-size:17px}.weather-lab .front-passage-chart__footer{min-height:26px;padding:0 12px 6px;font-size:9px}.weather-lab .front-passage-chart__footer span:last-child{font-size:8px}.weather-lab .front-passage-chart__guides text,.weather-lab .front-passage-chart__plot-label,.weather-lab .front-passage-chart__plot-axis{display:none}}
.weather-lab .sea-state-control{color:#dbeaf3;background:#092b44e8;border:1px solid #fff2;border-radius:10px;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:7px 12px;padding:8px 12px;font-size:11px;display:grid}.weather-lab .sea-state-control__heading{align-items:center;gap:8px;min-width:max-content;display:flex}.weather-lab .sea-state-control__heading label{color:#fff;white-space:nowrap;font-weight:650}.weather-lab .sea-state-control__heading button{color:#c5dce8;min-height:30px;font:inherit;cursor:pointer;background:#0d3855;border:1px solid #ffffff35;border-radius:6px;padding:0 9px}.weather-lab .sea-state-control__heading button.is-auto,.weather-lab .sea-state-control__heading button:hover{color:#143d5d;background:#e3eef2}.weather-lab .sea-state-control__track{align-items:center;gap:9px;min-width:0;display:flex}.weather-lab .sea-state-control__value{color:#dbeaf3;white-space:nowrap;align-items:baseline;gap:5px;min-width:92px;display:inline-flex}.weather-lab .sea-state-control__value strong{color:#fff;font-size:18px;line-height:1}.weather-lab .sea-state-control__track input[type=range]{accent-color:#a9d1df;cursor:pointer;touch-action:pan-y;width:100%;min-width:120px;min-height:30px}.weather-lab .sea-state-control__reading{color:#b9d1df;white-space:nowrap;margin:0}.weather-lab .sea-state-control__help{white-space:nowrap;min-width:0}.weather-lab .sea-state-control__help summary{cursor:pointer;color:#d7e8f1}.weather-lab .sea-state-control__help[open]{white-space:normal;grid-column:1/-1}.weather-lab .sea-state-control__help-body{border-top:1px solid #ffffff1f;flex-wrap:wrap;align-items:baseline;gap:4px 12px;margin-top:6px;padding-top:7px;line-height:1.45;display:flex}.weather-lab .sea-state-control__help-body p{flex:280px;margin:0}.weather-lab .sea-state-control__help-body a{color:#a7d2e8;font-size:10px}@media (max-width:720px){.weather-lab .sea-state-control{grid-template-columns:minmax(0,1fr) auto}.weather-lab .sea-state-control__heading{grid-column:1/-1;justify-content:space-between}.weather-lab .sea-state-control__track{grid-column:1/-1}}@media (max-width:420px){.weather-lab .sea-state-control{grid-template-columns:1fr auto;padding:8px 10px}.weather-lab .sea-state-control__track{gap:6px}.weather-lab .sea-state-control__value{min-width:80px}.weather-lab .sea-state-control__reading{white-space:normal;grid-column:1}.weather-lab .sea-state-control__help{grid-column:2}}
.weather-lab .wc-chapter{max-width:1760px;color:var(--ink);--wc-drawer-w:312px;--wc-stage-max:clamp(400px, 76svh, 720px);margin:0 auto;padding:0}.weather-lab .wc-kicker{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px;font-weight:800;line-height:1.3}.weather-lab .wc-chip{border:1.5px solid var(--color-navy-300);min-height:32px;color:var(--color-navy-700);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.weather-lab .wc-chip:hover:not(:disabled){border-color:var(--frame);color:var(--ink)}.weather-lab .wc-chip[aria-pressed=true]{border-color:var(--frame);background:var(--frame);color:#fff}.weather-lab .wc-chip:disabled{opacity:.45;cursor:not-allowed}.weather-lab .wc-chip svg{flex:none;width:13px;height:13px}.weather-lab .wc-chip.is-icon{width:32px;padding:0}.weather-lab .wc-chip.is-block{width:100%;min-height:36px}.weather-lab .wc-workspace{flex-direction:column;gap:6px;min-width:0;display:flex;position:relative;container-type:inline-size}.weather-lab .wc-body{--wc-stage-h:clamp(min(var(--wc-stage-max), 520px), calc(100cqw * .625), var(--wc-stage-max));grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;display:grid}.weather-lab .wc-body[data-drawer=open]{grid-template-columns:minmax(0, 1fr) var(--wc-drawer-w);--wc-stage-h:clamp(min(var(--wc-stage-max), 520px), calc((100cqw - var(--wc-drawer-w) - 12px) * .625), var(--wc-stage-max))}.weather-lab .wc-stage{border:2.5px solid var(--frame);border-radius:var(--radius-card);min-width:0;box-shadow:var(--shadow-struct);background:#f7faf9;position:relative;overflow:hidden;container-type:inline-size}.weather-lab .wc-stage-body{width:100%;height:clamp(min(var(--wc-stage-max), 520px), calc(100cqw * .625), var(--wc-stage-max));isolation:isolate;position:relative;overflow:hidden}@container (max-width:720px){.weather-lab .wc-hud-btn:not(.is-icon){width:30px;padding:0}.weather-lab .wc-hud-btn:not(.is-icon) span{display:none}}@container (max-width:560px){.weather-lab .wc-hud-chip{justify-content:center;width:36px;padding:0}.weather-lab .wc-hud-chip span{display:none}}.weather-lab .wc-chart-frame,.weather-lab .wc-scene-frame{position:absolute;inset:0}.weather-lab .wc-scene-frame{background:#91b6c8}.weather-lab .wc-chart{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.weather-lab .wc-stage-body[data-view=both] .wc-scene-frame,.weather-lab .wc-stage-body[data-view="3d"] .wc-chart-frame{z-index:6;border:2px solid var(--frame);border-radius:10px;width:clamp(150px,28%,300px);inset:auto 12px 70px auto;overflow:hidden;box-shadow:0 10px 30px #0f1f3666}.weather-lab .wc-stage-body[data-view=both] .wc-scene-frame{aspect-ratio:3/2}.weather-lab .wc-stage-body[data-view="3d"] .wc-chart-frame{aspect-ratio:8/5;background:#f7faf9}.weather-lab .wc-frame-label{z-index:2;color:#fff;letter-spacing:.12em;text-transform:uppercase;pointer-events:none;text-shadow:0 1px 2px #000c;font-size:9px;font-weight:800;position:absolute;top:6px;left:8px}.weather-lab .wc-chart-frame .wc-frame-label{color:var(--ink);text-shadow:0 0 4px #fff,0 0 2px #fff}.weather-lab .wc-frame-expand{z-index:2;color:#fff;background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:7px;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:5px;right:5px}.weather-lab .wc-frame-expand:hover{background:#1b2d45f2}.weather-lab .wc-frame-expand svg{width:13px;height:13px}.weather-lab .wc-aboard,.weather-lab .wc-aboard-canvas{position:absolute;inset:0}.weather-lab .wc-aboard-canvas canvas{touch-action:none;width:100%;height:100%;display:block}.weather-lab .wc-aboard-reset{z-index:5;color:#fff;background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:9px;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:70px;left:12px;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-aboard-reset:hover{background:#1b2d45f2}.weather-lab .wc-aboard-note{z-index:5;color:#fff;background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:8px;max-width:min(60%,360px);margin:0;padding:6px 10px;font-size:10px;line-height:1.4;position:absolute;bottom:74px;left:54px}.weather-lab .wc-aboard-error{color:#284f4b;text-align:center;background:#eaf1ef;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;display:flex;position:absolute;inset:0}.weather-lab .wc-aboard-error p{max-width:30ch;margin:0;font-size:12px;line-height:1.5}.weather-lab .wc-aboard-error button{border:1.5px solid var(--color-navy-300);min-height:36px;color:var(--color-navy-700);letter-spacing:.06em;text-transform:uppercase;background:#fff;border-radius:8px;padding:6px 12px;font-size:10px;font-weight:800}.weather-lab .wc-aboard.is-compact .wc-aboard-error{padding:10px}.weather-lab .wc-aboard.is-compact .wc-aboard-error p{font-size:10px}.weather-lab .wc-aboard.is-compact .wc-aboard-error button{min-height:28px}.weather-lab .wc-wind-rose{z-index:5;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:8px;padding:6px 11px 6px 7px;display:flex;position:absolute;top:56px;left:12px;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-wind-rose svg{width:62px;height:62px;overflow:visible}.weather-lab .wc-rose-ring{fill:#ffffff14;stroke:#ffffff8c;stroke-width:1.5px}.weather-lab .wc-rose-card path{fill:none;stroke:#fff9;stroke-width:1.5px}.weather-lab .wc-rose-card text{fill:#fff;font:700 9px var(--sans,"DM Sans", sans-serif)}.weather-lab .wc-rose-bow{fill:#fff;opacity:.9}.weather-lab .wc-rose-wind{fill:none;stroke:#f87171;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.weather-lab .wc-rose-centre{fill:#fff}.weather-lab .wc-wind-rose-text{gap:2px;line-height:1.1;display:grid}.weather-lab .wc-wind-rose-text b{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.weather-lab .wc-wind-rose-text span{color:#ffffffb8;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:9.5px;font-weight:700}.weather-lab .wc-hud{z-index:7;pointer-events:none;flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex;position:absolute}.weather-lab .wc-hud>*{pointer-events:auto}.weather-lab .wc-hud.is-top-left{align-items:center;max-width:calc(100% - 20px);top:10px;left:10px}.weather-lab .wc-hud.is-top-right{justify-content:flex-end;max-width:calc(100% - 20px);top:10px;right:10px}.weather-lab .wc-hud.is-bottom{flex-direction:column;align-items:stretch;gap:6px;bottom:12px;left:12px;right:12px}.weather-lab .wc-hud-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:10px;flex-wrap:wrap;align-items:stretch;padding:3px;display:flex;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-hud-group{align-items:center;gap:2px;padding:0 3px;display:flex}.weather-lab .wc-hud-group+.wc-hud-group{border-left:1px solid #ffffff24}.weather-lab .wc-hud-btn{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:7px;height:30px;padding:0 11px;font-size:10px;font-weight:800;transition:background-color .12s,color .12s;display:inline-flex}.weather-lab .wc-hud-btn:hover:not(:disabled){color:#fff;background:#ffffff1a}.weather-lab .wc-hud-btn[aria-pressed=true]{color:var(--ink);background:#fff}.weather-lab .wc-hud-btn svg{flex:none;width:15px;height:15px}.weather-lab .wc-hud-btn.is-icon{width:30px;padding:0}.weather-lab .wc-hud-chip{color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:10px;align-items:center;gap:7px;height:36px;padding:0 12px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-hud-chip:hover{background:#1b2d45f2}.weather-lab .wc-hud-select{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:10px;align-items:center;max-width:min(340px,100%);height:36px;display:inline-flex;position:relative;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-hud-select:hover{background:#1b2d45f2}.weather-lab .wc-hud-select select{color:#fff;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:10px;max-width:100%;height:100%;padding:0 30px 0 12px;font-size:11px;font-weight:800}.weather-lab .wc-hud-select select:focus-visible{outline-offset:2px;outline:2px solid #fff}.weather-lab .wc-hud-select select option{color:var(--ink);background:#fff;font-weight:600}.weather-lab .wc-hud-select>svg{pointer-events:none;position:absolute;right:9px}.weather-lab .wc-timebar{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:10px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 10px;display:grid;box-shadow:0 6px 20px #0f1f3659}.weather-lab .wc-timebar>button{color:#fff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.weather-lab .wc-timebar>button:hover{background:#ffffff1f}.weather-lab .wc-timebar>button.is-play{color:var(--ink);background:#fff}.weather-lab .wc-timebar>button.is-play:hover{color:var(--accent);background:#fff}.weather-lab .wc-timebar input[type=range]{width:100%;min-width:0;height:22px;accent-color:var(--accent);margin:0}.weather-lab .wc-clock{text-align:right;min-width:96px;margin:0;line-height:1.1;display:grid}.weather-lab .wc-clock output{font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.weather-lab .wc-clock small{color:#ffffffb8;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:700}.weather-lab .wc-stage-caption{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1f36d9;border:1px solid #ffffff2e;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 12px;margin:0;padding:8px 12px;font-size:12px;line-height:1.4;display:flex}.weather-lab .wc-stage-caption.is-error{border-color:#f87171b3}.weather-lab .wc-stage-caption button{color:#fff;letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff40;border-radius:6px;min-height:26px;padding:2px 9px;font-size:10px;font-weight:800}.weather-lab .wc-stage-caption button:hover{background:#ffffff1f}.weather-lab .wc-stage-foot{flex-wrap:wrap;gap:2px 14px;padding:0 4px;display:flex}.weather-lab .wc-stage-note{color:#82918f;margin:0;font-size:10px;line-height:1.5}.weather-lab .wc-stage-note a{color:#6f8589}.weather-lab .wc-stage-note.is-situation{color:var(--muted);flex:100%;font-size:11px}.weather-lab .wc-stage-note.is-situation b{color:var(--ink)}.weather-lab .wc-stage-notice{border:1.5px solid var(--color-signal-amber,#d97706);color:#92400e;background:#fffbeb;border-radius:8px;flex:100%;margin:0;padding:6px 10px;font-size:11px;font-weight:600}.weather-lab .wc-drawer{min-width:0;height:calc(var(--wc-stage-h) + 2px);border:2px solid var(--frame);border-radius:var(--radius-card);box-shadow:var(--shadow-struct);background:#fff;flex-direction:column;display:flex;overflow:hidden}.weather-lab .wc-drawer-head{border-bottom:2px solid var(--line);background:var(--surface-soft);flex:none;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:6px 6px 6px 8px;display:flex}.weather-lab .wc-drawer-tabs{flex:auto;gap:4px;min-width:0;display:flex}.weather-lab .wc-drawer-tabs button{border:1.5px solid var(--color-navy-300);min-width:0;min-height:30px;color:var(--color-navy-700);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:#fff;border-radius:8px;flex:1 1 0;padding:0 6px;font-size:10px;font-weight:800;overflow:hidden}.weather-lab .wc-drawer-tabs button:hover{border-color:var(--frame);color:var(--ink)}.weather-lab .wc-drawer-tabs button[aria-pressed=true]{border-color:var(--accent-deep);background:var(--accent);color:#fff;box-shadow:2px 2px 0 0 var(--color-crimson-200)}.weather-lab .wc-drawer-body{scrollbar-gutter:stable;flex:auto;align-content:start;gap:8px;min-height:0;padding:8px 10px 10px;font-size:12px;display:grid;overflow:hidden auto}.weather-lab .wc-drawer-body>*{min-width:0}.weather-lab .wc-drawer .wc-button-row>.wc-chip{white-space:normal;text-align:center;min-height:36px;padding:4px 8px;line-height:1.15}.weather-lab .wc-editor{border:2px solid var(--frame-soft);background:var(--surface-soft);border-radius:10px;gap:8px;padding:10px;display:grid}.weather-lab .wc-editor-tools{flex-wrap:wrap;gap:5px;display:flex}.weather-lab .wc-editor-tools button{border:1.5px solid var(--color-navy-300);min-height:32px;color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.weather-lab .wc-editor-tools button:hover:not(:disabled){border-color:var(--frame)}.weather-lab .wc-editor-tools button[aria-pressed=true]{border-color:var(--frame);background:var(--frame);color:#fff}.weather-lab .wc-editor-tools button[draggable=true]{cursor:grab}.weather-lab .wc-editor-tools button[draggable=true]:active{cursor:grabbing}.weather-lab .wc-editor-tools button:disabled{opacity:.4;cursor:default}.weather-lab .wc-editor-tools button span{font-size:14px;font-weight:800}.weather-lab .wc-front-tools{border-top:1px solid var(--frame-soft);padding-top:8px}.weather-lab .wc-front-tools .wc-front-tool{border-left-width:4px}.weather-lab .wc-front-tools .wc-front-tool-warm{border-left-color:#c41e2a}.weather-lab .wc-front-tools .wc-front-tool-cold{border-left-color:#2464b4}.weather-lab .wc-front-tools .wc-front-tool-occluded{border-left-color:#8548a5}.weather-lab .wc-front-tools .wc-front-tool-stationary{border-left-color:#c41e2a;border-right:4px solid #2464b4}.weather-lab .wc-editor-hint{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.weather-lab .wc-placing,.weather-lab .wc-placing .wc-system,.weather-lab .wc-placing .wc-ship,.weather-lab .wc-placing .wc-front-body,.weather-lab .wc-placing .wc-front-handle{cursor:crosshair}.weather-lab .wc-accordion{border:1.5px solid var(--line);background:#fff;border-radius:10px}.weather-lab .wc-accordion>summary{cursor:pointer;min-height:36px;color:var(--ink);letter-spacing:.08em;text-transform:uppercase;padding:8px 11px;font-size:10px;font-weight:800}.weather-lab .wc-accordion[open]>summary{border-bottom:1px solid var(--line)}.weather-lab .wc-accordion-body{gap:8px;padding:10px 11px 12px;display:grid}.weather-lab .wc-options label{min-height:26px;color:var(--ink);align-items:center;gap:7px;font-size:12px;display:inline-flex}.weather-lab .wc-options label.disabled{opacity:.45}.weather-lab .wc-options input[type=checkbox]{accent-color:var(--accent)}.weather-lab .wc-field,.weather-lab .wc-range-label{color:var(--muted);font-size:11px;display:block}.weather-lab .wc-field select{border:1.5px solid var(--color-navy-300);width:100%;min-height:34px;color:var(--ink);background:#fff;border-radius:8px;margin-top:4px;padding:5px 8px;font-size:12px;display:block}.weather-lab .wc-range-label output{float:right;color:var(--ink);font-variant-numeric:tabular-nums}.weather-lab .wc-range-label input[type=range]{width:100%;accent-color:var(--accent);margin:6px 0 0;display:block}.weather-lab .wc-button-row{grid-template-columns:1fr 1fr;gap:6px;display:grid}.weather-lab .wc-button-row>button:not(.wc-chip){border:1.5px solid var(--color-navy-300);min-height:32px;color:var(--color-navy-700);text-align:left;border-radius:8px;padding:5px 8px;font-size:11px;font-weight:600;line-height:1.25}.weather-lab .wc-button-row>button:not(.wc-chip):hover{border-color:var(--frame);color:var(--ink)}.weather-lab .wc-button-row>button.active{border-color:var(--frame);background:var(--frame);color:#fff}.weather-lab .wc-precise{margin-top:2px}.weather-lab .wc-precise>summary{cursor:pointer;color:var(--muted);font-size:11px;font-weight:700}.weather-lab .wc-precise-body{gap:6px;padding-top:6px;display:grid}.weather-lab .wc-conditions{gap:6px;min-width:0;display:grid}.weather-lab .wc-conditions.is-card{background:#eef5f1;border:1.5px solid #d9e4df;border-radius:10px;padding:7px 9px}.weather-lab .wc-conditions.is-rows{border-top:1px solid var(--line);margin-top:9px;padding-top:9px}.weather-lab .wc-conditions-head{color:#3a5d5b;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px;font-size:11px;display:flex}.weather-lab .wc-conditions-head strong{font-variant-numeric:tabular-nums}.weather-lab .wc-conditions dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin:0;display:grid}.weather-lab .wc-conditions dl>div{min-width:0}.weather-lab .wc-conditions dt{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:5px;font-size:9px;font-weight:800;display:flex}.weather-lab .wc-conditions dt svg{color:#315f82}.weather-lab .wc-conditions dd{gap:1px;margin:3px 0 0;display:grid}.weather-lab .wc-conditions dd b{color:var(--ink);overflow-wrap:anywhere;font-size:12px;line-height:1.2}.weather-lab .wc-conditions .is-wind dd b,.weather-lab .wc-conditions .is-pressure dd b{color:#234e6c;font-size:14px}.weather-lab .wc-conditions dd span{color:var(--muted);overflow-wrap:anywhere;font-size:10px;line-height:1.3}.weather-lab .wc-voyage-step-sky{color:var(--muted);font-size:10px;display:block}.weather-lab .wc-passage{border:1.5px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:10px;gap:5px;padding:7px 9px;font-size:11px;display:grid}.weather-lab .wc-passage-head b,.weather-lab .wc-passage-head small{display:block}.weather-lab .wc-passage-head b{color:var(--ink);font-size:12px}.weather-lab .wc-passage-head small{font-variant-numeric:tabular-nums;margin-top:2px;font-size:10px}.weather-lab .wc-passage .wc-range-label,.weather-lab .wc-passage .wc-button-row{grid-column:1/-1;margin:0}.weather-lab .wc-passage .wc-range-label{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.weather-lab .wc-passage .wc-range-label output{float:none;order:3}.weather-lab .wc-passage .wc-range-label input[type=range]{order:2;margin:0}.weather-lab .wc-passage .wc-button-row>.wc-chip{min-height:30px}.weather-lab .wc-notes h2{font-size:clamp(24px,2vw,32px)}.weather-lab .wc-notes .description{margin-top:12px;font-size:13px;line-height:1.65}.weather-lab .wc-notes .guide-section p{color:var(--muted);margin:0 0 10px;font-size:12px;line-height:1.55}.weather-lab .wc-notes .guide-section a{color:var(--accent)}.weather-lab .wc-legend{color:#617a8c;margin-top:12px;font-size:11px}.weather-lab .wc-legend-arrow{color:#315f82;vertical-align:-2px;font-size:18px}.weather-lab .wc-task-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:4px;display:grid}.weather-lab .wc-task-list button{border:1.5px solid var(--color-navy-300);min-height:36px;color:var(--color-navy-700);text-align:left;border-radius:8px;padding:6px 9px;font-size:11px;font-weight:600;line-height:1.25}.weather-lab .wc-task-list button:hover:not(:disabled){border-color:var(--frame);color:var(--ink)}.weather-lab .wc-task-list button:disabled{opacity:.45;cursor:default}.weather-lab .wc-ocean{fill:#f7faf9}.weather-lab .wc-grid{fill:url(#wc-grid);stroke:#a9bdb9;stroke-width:1.5px}.weather-lab .wc-map{overflow:hidden}.weather-lab .wc-countries path{fill:#eceee7;stroke:#9aa8a5;stroke-width:1.15px}.weather-lab .wc-graticule path{fill:none;stroke:#9bb6b6;stroke-width:1px;stroke-dasharray:4 7;opacity:.42}.weather-lab .wc-graticule text{fill:#718a8a;font:10px var(--sans,"DM Sans", sans-serif)}.weather-lab .wc-map-label-country{fill:#6c7e7d;font:600 12px var(--sans,"DM Sans", sans-serif);letter-spacing:.6px;text-transform:uppercase}.weather-lab .wc-map-label-sea{fill:#829da1;font:italic 13px var(--sans,"DM Sans", sans-serif)}.weather-lab .wc-isobar{fill:none;stroke:#263f4d;stroke-width:1.6px;opacity:.78}.weather-lab .wc-isobar-label{fill:#263f4d;font:600 16px var(--sans,"DM Sans", sans-serif);paint-order:stroke;stroke:#f7faf9;stroke-width:5px}.weather-lab .wc-wind-arrow{stroke:#315f82;stroke-width:2.3px;opacity:.68}.weather-lab .wc-system{cursor:grab;outline:none}.weather-lab .wc-system:active{cursor:grabbing}.weather-lab .wc-system-hit,.weather-lab .wc-system-focus,.weather-lab .wc-ship-hit{fill:#0000;stroke:#0000}.weather-lab .wc-system:focus-visible .wc-system-focus,.weather-lab .wc-system.selected .wc-system-focus{stroke:#c41e2a;stroke-width:3px;stroke-dasharray:6 5}.weather-lab .wc-system-letter{font:700 54px/.9 var(--serif);paint-order:stroke;stroke:#e6f2f4;stroke-width:3px}.weather-lab .wc-low .wc-system-letter{fill:#b4493b}.weather-lab .wc-high .wc-system-letter{fill:#2d6090}.weather-lab .wc-system-pressure{fill:#315f82;font:650 15px var(--sans,"DM Sans", sans-serif);paint-order:stroke;stroke:#dcecf1;stroke-width:5px}.weather-lab .wc-ship{cursor:grab;outline:none}.weather-lab .wc-ship:active{cursor:grabbing}.weather-lab .wc-vessel-icon{pointer-events:none}.weather-lab .wc-vessel-hull{fill:#173e59;stroke:#fff;stroke-width:3px}.weather-lab .wc-vessel-deck{fill:#e9edf0;stroke:#173e59;stroke-width:2px}.weather-lab .wc-vessel-cabin{fill:#fff;stroke:#173e59;stroke-width:2px}.weather-lab .wc-vessel-window{fill:none;stroke:#315f82;stroke-width:2px}.weather-lab .wc-vessel-rack{fill:none;stroke:#c18b24;stroke-width:3px}.weather-lab .wc-vessel-course{fill:none;stroke:#173e59;stroke-width:2px}.weather-lab .wc-vessel-bow{fill:#c18b24;stroke:#173e59;stroke-width:1.5px}.weather-lab .wc-vessel-wake{fill:none;stroke:#fff;stroke-width:2px;opacity:.85}.weather-lab .wc-ship text{fill:#173e59;font:650 13px var(--sans,"DM Sans", sans-serif);letter-spacing:1px}.weather-lab .wc-vessel-label{paint-order:stroke;stroke:#f7faf9;stroke-width:6px}.weather-lab .wc-ship-focus{fill:#0000;stroke:#c41e2a;stroke-width:2px;stroke-dasharray:4 6}.weather-lab .wc-ship:focus-visible .wc-ship-focus{stroke-width:3px;stroke-dasharray:5 4}.weather-lab .wc-route-line{fill:none;stroke:#315f82;stroke-width:3px;stroke-dasharray:10 9;opacity:.52}.weather-lab .wc-route-travelled{fill:none;stroke:#315f82;stroke-width:4px;opacity:.9}.weather-lab .wc-route-destination{fill:#fff;stroke:#b4493b;stroke-width:3px}.weather-lab .wc-route-label{fill:#8f4139;font:650 13px var(--sans,"DM Sans", sans-serif);paint-order:stroke;stroke:#f7faf9;stroke-width:5px}.weather-lab .wc-route-draft circle{fill:#fff;stroke:#b4493b;stroke-width:3px;stroke-dasharray:4 4}.weather-lab .wc-route-draft path{fill:none;stroke:#b4493b;stroke-width:2px;stroke-dasharray:6 7;opacity:.65}.weather-lab .wc-compass-mark path{fill:#173e59}.weather-lab .wc-compass-mark text{fill:#173e59;font:700 16px var(--sans,"DM Sans", sans-serif)}.weather-lab .wc-compass-mark text:last-child{font-size:11px;font-weight:500}.weather-lab .wc-scale{fill:#315f82;font:600 13px var(--sans,"DM Sans", sans-serif)}.weather-lab .wc-scale-line{stroke:#315f82;stroke-width:4px}.weather-lab .wc-workspace:fullscreen{background:var(--surface-soft);height:100dvh;padding:8px;overflow:hidden}.weather-lab .wc-workspace:fullscreen::backdrop{background:#f7f9fb}.weather-lab .wc-workspace:fullscreen .wc-stage-body,.weather-lab .wc-workspace:fullscreen .wc-drawer{height:calc(100dvh - 48px)}@media (max-width:1150px){.weather-lab .wc-chapter{--wc-drawer-w:290px}}@media (max-width:800px){.weather-lab .wc-body,.weather-lab .wc-body[data-drawer=open]{flex-direction:column;align-items:stretch;display:flex}.weather-lab .wc-stage{width:100%}.weather-lab .wc-stage-body{aspect-ratio:4/3;height:auto}.weather-lab .wc-drawer{height:auto}.weather-lab .wc-drawer-body{max-height:60dvh}}@media (max-width:640px){.weather-lab .wc-hud-btn:not(.is-icon){width:30px;padding:0}.weather-lab .wc-hud-btn:not(.is-icon) span,.weather-lab .wc-hud-chip span{display:none}.weather-lab .wc-hud-chip{justify-content:center;width:36px;padding:0}.weather-lab .wc-hud.is-top-left{flex-direction:column;align-items:flex-start;gap:6px}.weather-lab .wc-hud-select{max-width:72vw}.weather-lab .wc-wind-rose{gap:6px;padding:5px 9px 5px 6px;top:96px}.weather-lab .wc-wind-rose svg{width:46px;height:46px}.weather-lab .wc-stage-body{aspect-ratio:1.1}.weather-lab .wc-stage-body[data-view=both] .wc-scene-frame,.weather-lab .wc-stage-body[data-view="3d"] .wc-chart-frame{width:42%;bottom:66px;right:8px}.weather-lab .wc-timebar{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:5px 8px}.weather-lab .wc-timebar>button:not(.is-play){display:none}.weather-lab .wc-clock{min-width:70px}.weather-lab .wc-clock small{white-space:normal}.weather-lab .wc-aboard-reset{bottom:64px}.weather-lab .wc-aboard-note{display:none}.weather-lab .wc-editor-tools{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.weather-lab .wc-editor-tools button{text-align:center;justify-content:center;min-height:40px}.weather-lab .wc-task-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.weather-lab .wc-hud-btn{transition:none}}
