@charset "UTF-8";:root{--safe-top: env(safe-area-inset-top, 0);--safe-right: env(safe-area-inset-right, 0);--safe-bottom: env(safe-area-inset-bottom, 0);--safe-left: env(safe-area-inset-left, 0);--safe-area-surface: transparent;--page-pad-top: calc(max(1.25rem, var(--safe-top)) + 1.25rem) ;--page-pad-right: max(1rem, var(--safe-right));--page-pad-left: max(1rem, var(--safe-left));--safari-toolbar-estimate: 3.25rem;--content-inset-bottom: calc(var(--safe-bottom) + var(--safari-toolbar-estimate));--footer-pad-bottom: 1.5rem}@media(display-mode:standalone){:root{--safari-toolbar-estimate: 0}}@media(min-width:30rem){:root{--page-pad-top: max(2rem, var(--safe-top));--page-pad-right: max(1.25rem, var(--safe-right));--page-pad-left: max(1.25rem, var(--safe-left))}}html{scroll-padding-top:var(--safe-top);scroll-padding-bottom:calc(var(--content-inset-bottom) + .5rem)}:root{color-scheme:dark light;--bg: #0e0f14;--surface: #14151c;--surface-elevated: #1a1b24;--border: #2a2d38;--text: #ffffff;--text-soft: #e8e6e3;--muted: #8b8f98;--placeholder: #5c6068;--accent: #c9712e;--success: #4ade80;--danger: #f87171;--radius: .625rem;--radius-input: .5rem;--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--touch-min: 2.75rem;--lh-body: 1.55;--lh-relaxed: 1.65;--lh-ui: 1.35;--track-caps: .055em;--body-gradient: var(--bg);--tap-highlight: rgba(201, 113, 46, .12);--vvh: 100dvh;--vv-top: 0}@media(prefers-color-scheme:light){:root{color-scheme:light;--bg: #f0f2f7;--surface: #ffffff;--surface-elevated: #f7f8fb;--border: #d4d8e3;--text: #0e1117;--text-soft: #1a1f2a;--muted: #5a6270;--placeholder: #8b939f;--accent: #b45309;--success: #15803d;--danger: #dc2626;--body-gradient: radial-gradient(ellipse 120% 85% at 50% -25%, #e8ecf5 0%, var(--bg) 58%);--tap-highlight: rgba(180, 83, 9, .12)}}@media(prefers-color-scheme:dark){:root{color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;min-height:100dvh;min-height:-webkit-fill-available;height:100%;background:var(--body-gradient);background-color:var(--bg)}body,#root{background:transparent}body{display:flex;flex-direction:column;margin:0;min-height:100dvh;min-height:-webkit-fill-available;font-family:var(--font);font-size:1rem;line-height:var(--lh-body);color:var(--text-soft);-webkit-tap-highlight-color:var(--tap-highlight)}#root{display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:100dvh;min-height:-webkit-fill-available}
