@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0f1014;--bg-secondary: #1a1b23;--bg-card: #22242d;--text-primary: #f8f9fa;--text-secondary: #a0a0b0;--accent: #9b61ff;--accent-subtle: rgba(155, 97, 255, .15);--border: #2e303d;--font-main: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;padding:0;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}input{font-family:inherit}footer.svelte-12qhfyh{padding:2rem;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--border);margin-top:4rem;background:#ffffff03}.footer-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.avatar.svelte-12qhfyh{width:24px;height:24px;border-radius:50%}.username.svelte-12qhfyh{color:var(--text-secondary);font-size:.85rem}.footer-links.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}footer.svelte-12qhfyh a:where(.svelte-12qhfyh),.logout-btn.svelte-12qhfyh{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;background:none;cursor:pointer;font-family:var(--font-main)}footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.logout-btn.svelte-12qhfyh:hover{color:var(--accent);border-color:var(--accent-subtle);background:var(--accent-subtle)}
