:root{--bg-root: #f8fafc;--bg-surface: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);--gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);--gradient-surface: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.5) 100%);--primary: #6366f1;--secondary: #06b6d4;--danger: #ef4444;--success: #10b981;--warning: #f59e0b;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glow: 0 0 20px rgba(99, 102, 241, .15);--sidebar-width: 260px;--header-height: 70px}@media(prefers-color-scheme:dark){:root{--bg-root: #0f172a;--bg-surface: #1e293b;--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: #334155;--shadow-glow: 0 0 25px rgba(139, 92, 246, .3)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-root);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s ease}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4{font-weight:700;letter-spacing:-.025em}h1{font-size:clamp(1.5rem,4vw,2.25rem)}h2{font-size:clamp(1.25rem,3vw,1.875rem)}h3{font-size:1.25rem}.glass-panel{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;transition:all .2s ease;border:none;gap:.5rem}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.btn-secondary{background:transparent;border:1px solid var(--border-color);color:var(--text-main)}.btn-secondary:hover{background:var(--bg-root);border-color:var(--text-muted)}.btn-danger{background:#ef44441a;color:var(--danger)}.btn-danger:hover{background:#ef444433}.grid-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}input,select,textarea{width:100%;padding:.75rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-main);font-family:inherit;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge.success{background:#10b9811a;color:var(--success)}.badge.warning{background:#f59e0b1a;color:var(--warning)}.badge.danger{background:#ef44441a;color:var(--danger)}.cookie-banner.svelte-zvfgak{position:fixed;right:1rem;bottom:1rem;z-index:70;width:min(480px,calc(100vw - 2rem));background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.cookie-content.svelte-zvfgak{padding:1rem;display:flex;flex-direction:column;gap:1rem}.cookie-copy.svelte-zvfgak{display:flex;flex-direction:column;gap:.45rem}.cookie-title.svelte-zvfgak{font-weight:700;color:var(--text-main)}.cookie-text.svelte-zvfgak{color:var(--text-muted);line-height:1.6;font-size:.95rem}.cookie-link.svelte-zvfgak{font-size:.92rem;color:var(--primary);font-weight:600}.cookie-actions.svelte-zvfgak{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.cookie-banner.svelte-zvfgak{left:1rem;right:1rem;width:auto}.cookie-actions.svelte-zvfgak{justify-content:stretch}.cookie-actions.svelte-zvfgak .btn{flex:1}}.app-shell.svelte-12qhfyh{display:flex;min-height:100vh;background-color:var(--bg-root)}.sidebar.svelte-12qhfyh{width:var(--sidebar-width);background:var(--bg-surface);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:50;transition:transform .3s ease}.main-content.svelte-12qhfyh{flex:1;margin-left:var(--sidebar-width);padding:2rem 1rem;width:100%}.mobile-header.svelte-12qhfyh{display:none;align-items:center;justify-content:space-between;padding:1rem;background:var(--bg-surface);border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;right:0;z-index:40;height:var(--header-height)}.menu-toggle.svelte-12qhfyh{background:none;border:none;color:var(--text-main);padding:.5rem}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.15rem;color:var(--text-main)}.logo.svelte-12qhfyh{width:34px;height:34px;background:linear-gradient(135deg,#0f766e,#0ea5e9);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800}.sidebar-header.svelte-12qhfyh{padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.close-sidebar.svelte-12qhfyh{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-muted)}.sidebar-nav.svelte-12qhfyh{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.sidebar-nav.svelte-12qhfyh>a:where(.svelte-12qhfyh),.nav-group.svelte-12qhfyh>a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:600;transition:all .2s}.sidebar-nav.svelte-12qhfyh>a:where(.svelte-12qhfyh):hover,.nav-group.svelte-12qhfyh>a:where(.svelte-12qhfyh):hover,.subnav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--bg-root);color:var(--primary)}.sidebar-nav.svelte-12qhfyh>a.active:where(.svelte-12qhfyh),.nav-group.svelte-12qhfyh>a.active:where(.svelte-12qhfyh),.subnav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#6366f11a;color:var(--primary)}.nav-group.svelte-12qhfyh{display:flex;flex-direction:column;gap:.15rem}.subnav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.2rem;padding-left:.85rem}.subnav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.6rem .9rem;border-radius:10px;color:var(--text-muted);font-size:.92rem}.locked.svelte-12qhfyh{opacity:.92}.icon.svelte-12qhfyh{font-size:1rem}.sidebar-footer.svelte-12qhfyh{padding:1.5rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem}.legal-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.35rem}.legal-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.82rem;line-height:1.4;color:var(--text-muted)}.legal-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}.user-profile.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem}.user-email.svelte-12qhfyh{font-size:.875rem;color:var(--text-main);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-profile.svelte-12qhfyh,.btn-signout.svelte-12qhfyh,.btn-signin.svelte-12qhfyh{width:100%;padding:.5rem;border-radius:var(--radius-sm);text-align:center;font-size:.875rem;cursor:pointer;border:1px solid var(--border-color);background:transparent;color:var(--text-main)}.btn-signin.svelte-12qhfyh{background:var(--gradient-primary);color:#fff;border:none}.btn-signout.svelte-12qhfyh:hover{background:#ef44441a;color:var(--danger);border-color:transparent}.overlay.svelte-12qhfyh{position:fixed;inset:0;background:#00000080;z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;padding:0}@media(max-width:768px){.app-shell.svelte-12qhfyh{flex-direction:column;padding-top:var(--header-height)}.mobile-header.svelte-12qhfyh{display:flex}.sidebar.svelte-12qhfyh{transform:translate(-100%);width:300px;box-shadow:var(--shadow-lg)}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.close-sidebar.svelte-12qhfyh{display:block}.main-content.svelte-12qhfyh{margin-left:0;padding:1.5rem 1rem}}
