:root{--bg: #0f0f0f;--bg-elevated: #1a1a1a;--bg-input: #222222;--border: #2a2a2a;--text: #e8e8e8;--text-muted: #888888;--accent: #7c9cbf;--accent-dim: #4a6a8a;--danger: #bf7c7c;--font-mono: "JetBrains Mono", "Fira Mono", "Cascadia Code", monospace;--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nav-height: 56px;--header-height: 52px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:16px;-webkit-text-size-adjust:100%;overscroll-behavior:none}button{font-family:var(--font-ui);cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:var(--font-ui);font-size:16px;color:inherit;background:none;border:none;outline:none}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.app.svelte-12qhfyh{display:flex;flex-direction:column;height:100dvh}.bottom-nav.svelte-12qhfyh{display:flex;height:var(--nav-height);padding-bottom:var(--safe-bottom);background:var(--bg-elevated);border-top:1px solid var(--border);flex-shrink:0}.nav-item.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-muted);text-decoration:none;transition:color .15s;min-height:44px}.nav-item.active.svelte-12qhfyh{color:var(--accent)}.nav-label.svelte-12qhfyh{font-size:10px;letter-spacing:.02em}
