@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color:#0d0d12;--card-bg:#ffffff08;--border-color:#ffffff1a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#6366f1;--error-color:#f43f5e}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}a{color:var(--accent-color);text-decoration:none;transition:color .2s}button,input,select{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}main{animation:.4s ease-out forwards fadeIn}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}nav.svelte-12qhfyh{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#00000080;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.nav-content.svelte-12qhfyh{justify-content:space-between;align-items:center;max-width:1000px;height:4rem;margin:0 auto;padding:0 2rem;display:flex}.logo.svelte-12qhfyh{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:800;text-decoration:none}.nav-right.svelte-12qhfyh{align-items:center;gap:1.5rem;display:flex}.user-name.svelte-12qhfyh{color:#888;font-size:.9rem}.logout-btn.svelte-12qhfyh{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.logout-btn.svelte-12qhfyh:hover{color:#fff;background:#ffffff0d;border-color:#fff3}main.svelte-12qhfyh{flex:1;width:100%}main.no-nav.svelte-12qhfyh{justify-content:center;align-items:center;display:flex}
