:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink-rgb:255 255 255;--accent-rgb:74 222 128;--accent-contrast-rgb:220 255 231;--danger-rgb:248 113 113;--danger-contrast-rgb:255 228 228;--page-bg:#17191c;--sidebar-bg:#181b1f;--surface-bg:#181b1f;--surface-border:rgb(var(--ink-rgb) / .06);--surface-subtle:rgb(var(--ink-rgb) / .01);--surface-muted:rgb(var(--ink-rgb) / .03);--surface-hover:rgb(var(--ink-rgb) / .075);--surface-floating:#16181bf5;--surface-floating-soft:#16181beb;--surface-floating-shadow:#00000052;--field-popover-bg:#17191c;--text-primary:#f1f5f7;--text-strong:rgb(var(--ink-rgb) / .96);--text-secondary:rgb(var(--ink-rgb) / .72);--text-muted:rgb(var(--ink-rgb) / .58);--text-faint:rgb(var(--ink-rgb) / .42);--accent:#4ade80;--accent-green:#4ade80;--accent-green-soft:#dcffe7;--accent-soft:rgb(var(--accent-rgb) / .12);--accent-strong-soft:rgb(var(--accent-rgb) / .22);--accent-text:rgb(var(--accent-contrast-rgb) / .96);--accent-action-bg:rgb(var(--accent-rgb) / .18);--accent-action-bg-hover:rgb(var(--accent-rgb) / .24);--accent-action-border:rgb(var(--accent-rgb) / .3);--accent-action-text:rgb(var(--accent-contrast-rgb) / .96);--accent-selected-bg:rgb(var(--accent-rgb) / .18);--accent-selected-border:rgb(var(--accent-rgb) / .34);--accent-selected-text:rgb(var(--ink-rgb) / .96);--accent-marker-bg:#244b36;--danger-soft:rgb(var(--danger-rgb) / .12);--danger-text:rgb(var(--danger-contrast-rgb) / .96);--surface-padding:15px;--screen-gutter:15px;--layout-gap:15px;--sidebar-width:248px;--font-family-ui:"Avenir Next", "Avenir", "Helvetica Neue", sans-serif;--font-weight-thin:300;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink-rgb:22 29 26;--accent-rgb:68 113 84;--accent-contrast-rgb:38 82 54;--danger-rgb:220 38 38;--danger-contrast-rgb:127 29 29;--page-bg:#f4f7f3;--sidebar-bg:#fff;--surface-bg:#fff;--surface-border:rgb(var(--ink-rgb) / .1);--surface-subtle:rgb(var(--ink-rgb) / .018);--surface-muted:rgb(var(--ink-rgb) / .045);--surface-hover:rgb(var(--ink-rgb) / .07);--surface-floating:#fffffff0;--surface-floating-soft:#ffffffe6;--surface-floating-shadow:#161d1a1f;--field-popover-bg:#fff;--text-primary:#161d1a;--text-strong:rgb(var(--ink-rgb) / .94);--text-secondary:rgb(var(--ink-rgb) / .72);--text-muted:rgb(var(--ink-rgb) / .58);--text-faint:rgb(var(--ink-rgb) / .42);--accent:#447154;--accent-green:#447154;--accent-green-soft:#e8f7ee;--accent-soft:#4f725d;--accent-strong-soft:#446650;--accent-text:#f8fff9;--accent-action-bg:#4f725d;--accent-action-bg-hover:#446650;--accent-action-border:#30553e3d;--accent-action-text:#f8fff9;--accent-selected-bg:#4f725d;--accent-selected-border:#446650;--accent-selected-text:#f8fff9;--accent-marker-bg:#d9f4e3;--danger-soft:rgb(var(--danger-rgb) / .1);--danger-text:rgb(var(--danger-contrast-rgb) / .98)}[data-accent=blue]{--accent-rgb:56 189 248;--accent-contrast-rgb:224 242 254;--accent:#38bdf8;--accent-green:#38bdf8;--accent-green-soft:#e0f2fe}[data-theme=light][data-accent=blue]{--accent-rgb:2 132 199;--accent-contrast-rgb:7 89 133;--accent:#0284c7;--accent-green:#0284c7;--accent-action-bg:#16709f;--accent-action-bg-hover:#0f5f88;--accent-action-border:#0759853d}[data-accent=coral]{--accent-rgb:251 113 133;--accent-contrast-rgb:255 228 230;--accent:#fb7185;--accent-green:#fb7185;--accent-green-soft:#ffe4e6}[data-theme=light][data-accent=coral]{--accent-rgb:225 29 72;--accent-contrast-rgb:136 19 55;--accent:#e11d48;--accent-green:#e11d48;--accent-action-bg:#b83d51;--accent-action-bg-hover:#9f3043;--accent-action-border:#8813373d}[data-accent=violet]{--accent-rgb:167 139 250;--accent-contrast-rgb:237 233 254;--accent:#a78bfa;--accent-green:#a78bfa;--accent-green-soft:#ede9fe}[data-theme=light][data-accent=violet]{--accent-rgb:124 58 237;--accent-contrast-rgb:76 29 149;--accent:#7c3aed;--accent-green:#7c3aed;--accent-action-bg:#6f55b6;--accent-action-bg-hover:#5f489e;--accent-action-border:#4c1d953d}*{box-sizing:border-box}html{background:var(--page-bg);overscroll-behavior-y:none;-webkit-text-size-adjust:100%;min-height:100%}body{min-height:100vh;color:var(--text-primary);overscroll-behavior-y:none;font-family:var(--font-family-ui);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;margin:0}button{appearance:none;font:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0}input,textarea,select{appearance:none;box-shadow:none;outline:none}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{box-shadow:none;outline:none}a{color:inherit;-webkit-tap-highlight-color:transparent}.route-error{min-height:100vh;padding:var(--screen-gutter);place-items:center;display:grid}.route-error__panel{width:min(100%,520px);padding:var(--surface-padding);border:1px solid var(--surface-border);background:var(--surface-bg);border-radius:16px;gap:14px;display:grid}.route-error__eyebrow,.route-error__panel h1,.route-error__panel p{margin:0}.route-error__eyebrow{color:var(--danger-text);font-size:.78rem;font-weight:var(--font-weight-light);letter-spacing:.18em;text-transform:uppercase}.route-error__panel h1{font-size:1.35rem;font-weight:var(--font-weight-light);line-height:1.16}.route-error__panel p{color:var(--text-muted);line-height:1.4}.route-error__panel button{background:var(--accent-action-bg);min-height:48px;color:var(--accent-action-text);border-radius:12px}button,a,input,textarea,select{transition:background-color .15s,border-color .15s,box-shadow .15s,color .15s,opacity .15s}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports (-webkit-touch-callout:none){@media (hover:none) and (pointer:coarse){:root{--font-family-ui:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;--font-weight-thin:400;--font-weight-light:400}}}
