*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1e1e1e;--surface: #252526;--surface-2: #2d2d2d;--surface-hover:#2a2d2e;--border: #3c3c3c;--text: #cccccc;--text-muted: #858585;--accent: #0e639c;--accent-hover: #1177bb;--focus: #007acc;--danger: #f48771;--radius: 4px;--header-h: 48px}html,body{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input{font:inherit;color:var(--text);background:#3c3c3c;border:1px solid var(--border);border-radius:var(--radius);padding:6px 10px;outline:none;transition:border-color .1s}input:focus{border-color:var(--focus)}.btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius);font-weight:400;font-size:13px;transition:background .1s;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}.btn:disabled{opacity:.4;cursor:not-allowed}.error{color:var(--danger);font-size:12px}header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:100}.logo.svelte-12qhfyh{font-weight:600;font-size:14px;color:var(--text)}nav.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.user-email.svelte-12qhfyh{color:var(--text-muted);font-size:13px}
