:root{--bg-void: #050312;--bg-deep: #0a0518;--bg-panel: #14101f;--bg-elevated: #1c1730;--bg-hover: #251f3d;--border-faint: rgba(255, 255, 255, .06);--border-glow: #d4adfc33;--border-strong: rgba(255, 255, 255, .12);--text-main: #e8e6ed;--text-soft: #c8c5d0;--text-muted: #8a8693;--text-faint: #5a5663;--text-on-accent: #0a0518;--accent-blush: #e0709a;--accent-blush-soft: rgba(224, 112, 154, .15);--accent-blush-faint: rgba(224, 112, 154, .06);--accent-neon: #bc13fe;--accent-gold: #e8c547;--success: #7fbf7f;--warning: #e8c547;--danger: #d96a7a;--font-serif: "Iowan Old Style", "Georgia", "Times New Roman", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "SF Mono", "Monaco", "Consolas", "Courier New", monospace;--text-xs: 12px;--text-sm: 13px;--text-base: 15px;--text-md: 17px;--text-lg: 20px;--text-xl: 26px;--text-2xl: 34px;--text-3xl: 44px;--text-4xl: 56px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--topbar-height: 56px;--sidenav-width: 240px;--footer-height: 44px;--content-max-width: 920px}.svelte-12qhfyh{margin:0;padding:0;box-sizing:border-box}a.svelte-12qhfyh{color:var(--accent-blush);text-decoration:none;border-bottom:1px solid var(--accent-blush-soft);transition:border-color .15s}a.svelte-12qhfyh:hover{border-bottom-color:var(--accent-blush)}code.svelte-12qhfyh{font-family:var(--font-mono);font-size:.88em;background:#ffffff0d;padding:1px 5px;border-radius:var(--radius-sm);color:var(--text-main)}button.svelte-12qhfyh{font-family:inherit;font-size:inherit;color:inherit}.svelte-12qhfyh::-webkit-scrollbar{width:8px;height:8px}.svelte-12qhfyh::-webkit-scrollbar-track{background:transparent}.svelte-12qhfyh::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#ffffff2e}.shell.svelte-12qhfyh{display:grid;grid-template-rows:var(--topbar-height) 1fr var(--footer-height);height:100vh}.topbar.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);background:var(--bg-deep);border-bottom:1px solid var(--border-faint);z-index:10}.topbar-left.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-3)}.hamburger.svelte-12qhfyh{display:none;background:none;border:none;flex-direction:column;gap:3px;padding:8px;cursor:pointer}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:18px;height:2px;background:var(--text-soft);border-radius:1px}.brand.svelte-12qhfyh{text-decoration:none;border-bottom:none;color:inherit;display:flex;align-items:baseline;gap:6px}.brand-main.svelte-12qhfyh{font-family:var(--font-serif);font-size:var(--text-md);font-weight:600;color:#fff}.brand-sub.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-faint);letter-spacing:.5px}.topbar-right.svelte-12qhfyh{position:relative;display:flex;align-items:center}.avatar-btn.svelte-12qhfyh{background:none;border:none;padding:0;cursor:pointer;line-height:0}.avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;display:block}.avatar.fallback.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent-blush);color:var(--text-on-accent);font-weight:700;font-size:14px}.user-menu.svelte-12qhfyh{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--bg-panel);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:var(--space-1);box-shadow:0 8px 24px #0006;z-index:50}.user-menu-head.svelte-12qhfyh{padding:var(--space-3);border-bottom:1px solid var(--border-faint);margin-bottom:var(--space-1)}.user-menu-name.svelte-12qhfyh{font-weight:600;color:var(--text-main);font-size:var(--text-sm)}.user-menu-meta.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.user-menu-item.svelte-12qhfyh{display:block;width:100%;text-align:left;background:none;border:none;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-soft);font-size:var(--text-sm);cursor:pointer;text-decoration:none}.user-menu-item.svelte-12qhfyh:hover{background:var(--bg-elevated);color:var(--text-main)}.user-menu-item.danger.svelte-12qhfyh{color:var(--danger)}.user-menu-item.danger.svelte-12qhfyh:hover{background:#d96a7a1f}.body.svelte-12qhfyh{display:grid;grid-template-columns:var(--sidenav-width) 1fr;overflow:hidden}.sidenav.svelte-12qhfyh{background:var(--bg-deep);border-right:1px solid var(--border-faint);padding:var(--space-6) var(--space-3);overflow-y:auto}.sidenav.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:2px}.nav-item.svelte-12qhfyh{padding:8px 12px;border-radius:var(--radius-sm);color:var(--text-soft);text-decoration:none;font-size:var(--text-sm);font-weight:500;border-left:2px solid transparent}.nav-item.svelte-12qhfyh:hover{background:var(--bg-elevated);color:var(--text-main)}.nav-item.active.svelte-12qhfyh{color:#fff;background:var(--bg-elevated);border-left-color:var(--accent-blush)}.content.svelte-12qhfyh{overflow-y:auto;padding:var(--space-8) var(--space-8)}.content.svelte-12qhfyh>*{max-width:var(--content-max-width)}.footer.svelte-12qhfyh{background:var(--bg-deep);border-top:1px solid var(--border-faint);display:flex;align-items:center;justify-content:center;color:var(--text-faint);font-family:var(--font-serif);font-style:italic;font-size:var(--text-sm)}.footer.svelte-12qhfyh code:where(.svelte-12qhfyh){font-style:normal;font-family:var(--font-mono)}@media (max-width: 800px){.hamburger.svelte-12qhfyh{display:flex}.body.svelte-12qhfyh{grid-template-columns:1fr}.sidenav.svelte-12qhfyh{position:fixed;top:var(--topbar-height);bottom:var(--footer-height);left:0;width:260px;transform:translate(-100%);transition:transform .2s;z-index:20}.sidenav.open.svelte-12qhfyh{transform:translate(0)}.content.svelte-12qhfyh{padding:var(--space-6) var(--space-4)}}
