:root{--bg: #0f0f1a;--bg-surface: #1a1a2e;--bg-elevated: #25253d;--text: #e8e8f0;--text-muted: #8888aa;--accent: #7c3aed;--accent-hover: #6d28d9;--accent-light: rgba(124, 58, 237, .12);--border: #2d2d4a;--danger: #ef4444;--success: #10b981;--radius: 10px;--radius-sm: 6px;--max-width: 680px;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{text-decoration:underline}button,.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;font-family:inherit}button:hover,.btn:hover{background:var(--accent-hover);text-decoration:none}button:active,.btn:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}input,textarea,select{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);transition:box-shadow .15s}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{border-bottom:1px solid var(--border);background:var(--bg-surface);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}nav.svelte-12qhfyh{max-width:900px;margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{font-size:1.2rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.4rem}.logo.svelte-12qhfyh:hover{text-decoration:none;color:var(--accent)}.logo-icon.svelte-12qhfyh{font-size:1.4rem}.nav-links.svelte-12qhfyh{display:flex;gap:1rem;align-items:center;font-size:.9rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);transition:color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);text-decoration:none}.nav-write.svelte-12qhfyh{background:var(--accent);color:#fff!important;padding:.35rem .9rem;border-radius:var(--radius-sm)}.nav-write.svelte-12qhfyh:hover{background:var(--accent-hover)}.nav-signup.svelte-12qhfyh{background:var(--accent);color:#fff!important;padding:.35rem .9rem;border-radius:var(--radius-sm)}.nav-signup.svelte-12qhfyh:hover{background:var(--accent-hover)}.nav-notif.svelte-12qhfyh{position:relative}.notif-badge.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;padding:0 4px;margin-left:2px;vertical-align:super}.nav-btn.svelte-12qhfyh{background:transparent;border:none;color:var(--text-muted);font-size:.9rem;padding:0;cursor:pointer}.nav-btn.svelte-12qhfyh:hover{color:var(--text);background:transparent}main.svelte-12qhfyh{flex:1;max-width:900px;margin:0 auto;padding:1.5rem 1rem;width:100%}footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.8rem}@media(max-width:600px){.nav-links.svelte-12qhfyh{gap:.6rem;font-size:.8rem}.logo.svelte-12qhfyh{font-size:1rem}main.svelte-12qhfyh{padding:1rem .75rem}}
