:root{--font-heading: "Outfit", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--hue: 260;--sat: 60%;--surface-1: hsl(var(--hue), 20%, 10%);--surface-2: hsl(var(--hue), 20%, 15%);--surface-3: hsl(var(--hue), 20%, 20%);--surface-4: hsl(var(--hue), 20%, 25%);--text-1: hsl(var(--hue), 10%, 95%);--text-2: hsl(var(--hue), 10%, 80%);--primary: hsl(var(--hue), 90%, 65%);--primary-hover: hsl(var(--hue), 100%, 75%);--secondary: hsl(320, 90%, 65%);--success: hsl(150, 60%, 45%);--error: hsl(350, 80%, 60%);--warning: hsl(40, 90%, 60%);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 32px;--shadow-sm: 0 1px 2px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px rgba(0,0,0,.1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--surface-1);color:var(--text-1);line-height:1.5;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-1)}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-enter{animation:fadeIn .3s ease-out forwards}.app-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{background:#14141ecc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:100;padding:1rem 0}.navbar.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.brand.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}nav.svelte-12qhfyh{display:flex;gap:1.5rem;align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;color:var(--text-2);transition:color .2s,text-shadow .2s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text-1);text-shadow:0 0 10px var(--primary)}.logout-btn.svelte-12qhfyh{background:none;border:1px solid var(--surface-3);color:var(--text-2);padding:.4rem 1rem;border-radius:var(--radius-md);cursor:pointer;transition:all .2s}.logout-btn.svelte-12qhfyh:hover{background:var(--surface-3);color:var(--text-1)}main.svelte-12qhfyh{flex:1;padding-top:2rem;padding-bottom:2rem}
