@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#17001c;--surface-color:#292b33;--primary-color:#6b234e;--primary-hover:#8c2c64;--secondary-color:#48964d;--error-color:#ef4444;--text-high:#f4f4f4;--text-low:#a0a0a0;--border-color:#ffffff0d}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-high);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3{margin:0;font-family:Rockwell,serif}a{color:inherit;text-decoration:none}.p-8{padding:8px}.p-16{padding:16px}.p-24{padding:24px}.p-32{padding:32px}.m-8{margin:8px}.m-16{margin:16px}.gap-8{gap:8px}.gap-16{gap:16px}.gap-24{gap:24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.min-h-screen{min-height:100vh}.w-full{width:100%}.toast-container.svelte-16oeye1{z-index:9999;flex-direction:column;gap:12px;max-width:400px;display:flex;position:fixed;bottom:24px;right:24px}.toast.svelte-16oeye1{background-color:var(--surface-color);color:var(--text-high);border-left:4px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 4px 12px #0000004d}.toast.success.svelte-16oeye1{border-left-color:#10b981}.toast.error.svelte-16oeye1{border-left-color:var(--error-color)}.toast.info.svelte-16oeye1{border-left-color:#3b82f6}.toast-icon.svelte-16oeye1{flex-shrink:0;justify-content:center;align-items:center;display:flex}.success.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){color:#10b981}.error.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){color:var(--error-color)}.info.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){color:#3b82f6}.toast-content.svelte-16oeye1{flex-grow:1;font-size:.9rem;line-height:1.4}.toast-close.svelte-16oeye1{color:var(--text-low);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.toast-close.svelte-16oeye1:hover{color:var(--text-high);background-color:#ffffff1a}.app-container.svelte-12qhfyh{background-color:var(--bg-color);min-height:100vh;display:flex}.sidebar.svelte-12qhfyh{background-color:var(--surface-color);border-right:1px solid var(--border-color);z-index:50;flex-direction:column;width:256px;display:flex;position:fixed;inset:0}.sidebar-header.svelte-12qhfyh{border-bottom:1px solid var(--border-color);padding:24px}.sidebar-header.svelte-12qhfyh h1:where(.svelte-12qhfyh){color:var(--text-high);font-size:1.25rem;font-weight:700}.sidebar-nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.nav-link.svelte-12qhfyh{color:var(--text-low);border-radius:8px;align-items:center;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.nav-link.svelte-12qhfyh:hover{color:var(--text-high);background-color:#ffffff0d}.nav-link.active.svelte-12qhfyh{background-color:var(--primary-color);color:var(--text-high)}.nav-link.active.svelte-12qhfyh:hover{background-color:var(--primary-hover)}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border-color);padding:16px}.logout-button.svelte-12qhfyh{width:100%;color:var(--text-low);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.logout-button.svelte-12qhfyh:hover{color:#ef4444;background-color:#ef44441a}.main-content.svelte-12qhfyh{flex:1;margin-left:256px;padding:32px}.content-wrapper.svelte-12qhfyh{max-width:1280px;margin:0 auto}
