:root{--bg:#f4f2ed;--bg-elevated:#fbfaf6;--surface:#fff;--surface2:#f4f2ed;--text:#1a1d24;--text-secondary:#5c6372;--text-faint:#9aa3b0;--border:#e3ddd0;--border-soft:#ece7db;--primary:#be6517;--primary-dim:rgba(190,101,23,.149);--temperature:#c74c3d;--temperature-lt:#f5ede9;--humidity:#0080a1;--humidity-lt:#e8f3f8;--pressure:#59894f;--pressure-lt:#e9f4ee;--success:#5bbd74;--warning:#e9ab2b;--danger:#f3625d;--tab-bar:#fbfaf6;--tab-bar-border:#ece7db;--active-tab:#9a6f3a;--inactive-tab:#9aa3b0;--chart-line:#9a6f3a;--skeleton:#e3ddd0;--skeleton-hl:#f0ece4;--alert-bg:rgba(176,125,42,.1);--alert-border:rgba(176,125,42,.3);--alert-text:#7a5520;--grid-color:rgba(0,0,0,.04);--card-shadow:rgba(0,0,0,.04);--color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg:#0e1014;--bg-elevated:#15181e;--surface:#1a1e26;--surface2:#222731;--text:#e8eaf0;--text-secondary:#9aa3b2;--text-faint:#5a6272;--border:#2a3040;--border-soft:#1f2430;--primary:#ee9748;--primary-dim:rgba(238,151,72,.18);--temperature:#f47c6a;--temperature-lt:#2a1a12;--humidity:#51b3d0;--humidity-lt:#0f1e2e;--pressure:#93bb8b;--pressure-lt:#0e1f16;--success:#5bbd74;--warning:#e9ab2b;--danger:#f3625d;--tab-bar:#0e1014;--tab-bar-border:#1f2430;--active-tab:#c8943f;--inactive-tab:#5a6272;--chart-line:#c8943f;--skeleton:#1a1e26;--skeleton-hl:#222731;--alert-bg:rgba(200,148,63,.1);--alert-border:rgba(200,148,63,.25);--alert-text:#e8c87a;--grid-color:hsla(0,0%,100%,.04);--card-shadow:rgba(0,0,0,.3);--color-scheme:dark}}html.theme-dark{--bg:#0e1014;--bg-elevated:#15181e;--surface:#1a1e26;--surface2:#222731;--text:#e8eaf0;--text-secondary:#9aa3b2;--text-faint:#5a6272;--border:#2a3040;--border-soft:#1f2430;--primary:#ee9748;--primary-dim:rgba(238,151,72,.18);--temperature:#f47c6a;--temperature-lt:#2a1a12;--humidity:#51b3d0;--humidity-lt:#0f1e2e;--pressure:#93bb8b;--pressure-lt:#0e1f16;--success:#5bbd74;--warning:#e9ab2b;--danger:#f3625d;--tab-bar:#0e1014;--tab-bar-border:#1f2430;--active-tab:#c8943f;--inactive-tab:#5a6272;--chart-line:#c8943f;--skeleton:#1a1e26;--skeleton-hl:#222731;--alert-bg:rgba(200,148,63,.1);--alert-border:rgba(200,148,63,.25);--alert-text:#e8c87a;--grid-color:hsla(0,0%,100%,.04);--card-shadow:rgba(0,0,0,.3)}html.theme-light{--bg:#f4f2ed;--bg-elevated:#fbfaf6;--surface:#fff;--surface2:#f4f2ed;--text:#1a1d24;--text-secondary:#5c6372;--text-faint:#9aa3b0;--border:#e3ddd0;--border-soft:#ece7db;--primary:#be6517;--primary-dim:rgba(190,101,23,.149);--temperature:#c74c3d;--temperature-lt:#f5ede9;--humidity:#0080a1;--humidity-lt:#e8f3f8;--pressure:#59894f;--pressure-lt:#e9f4ee;--success:#5bbd74;--warning:#e9ab2b;--danger:#f3625d;--tab-bar:#fbfaf6;--tab-bar-border:#ece7db;--active-tab:#9a6f3a;--inactive-tab:#9aa3b0;--chart-line:#9a6f3a;--skeleton:#e3ddd0;--skeleton-hl:#f0ece4;--alert-bg:rgba(176,125,42,.1);--alert-border:rgba(176,125,42,.3);--alert-text:#7a5520;--grid-color:rgba(0,0,0,.04);--card-shadow:rgba(0,0,0,.04)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Inter Tight,sans-serif;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;overscroll-behavior:none}#__nuxt{display:flex;flex-direction:column;height:100%}.font-serif{font-family:"Instrument Serif",serif}.font-mono{font-family:JetBrains Mono,monospace}.font-sans{font-family:Inter Tight,sans-serif}.text-eyebrow{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:1.6px;text-transform:uppercase}.text-title{font-size:38px;letter-spacing:-.4px;line-height:40px}.text-title,.text-title-italic{font-family:"Instrument Serif",serif}.text-title-italic{font-style:italic}.text-mono-sub{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.4px}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}button{background:none;border:none;cursor:pointer;font:inherit}a,button{color:inherit}a{text-decoration:none}@keyframes skeleton-pulse{0%{background-color:var(--skeleton)}50%{background-color:var(--skeleton-hl)}to{background-color:var(--skeleton)}}.skeleton{animation:skeleton-pulse 1.4s ease-in-out infinite;border-radius:4px}.page-enter-active,.page-leave-active{transition:opacity .18s ease}.page-enter-from,.page-leave-to{opacity:0}
