:root{--font-sans: "Inter", Arial, sans-serif;--font-body: var(--font-sans);--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--color-primary: #4f46e5;--color-primary-contrast: #ffffff;--color-bg: #202327;--color-surface: #2a2f36;--color-surface-alt: #323841;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-border: #3a3f47;--color-divider: #3a3f47;--color-success: #16a34a;--color-warning: #d97706;--color-error: #dc2626;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 2px 6px rgba(0,0,0,.25);--shadow-md: 0 8px 24px rgba(0,0,0,.35);--duration-fast: .12s;--duration-medium: .24s;--ease-out: cubic-bezier(.2, 0, 0, 1)}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}*{font-family:inherit}html{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{margin:0;padding:0;height:100%}body{background:var(--color-bg);color:var(--color-text);overscroll-behavior:none;transition:background var(--duration-medium) var(--ease-out),color var(--duration-medium) var(--ease-out)}main{animation:pageFade .24s ease-out}@keyframes pageFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.page{padding-left:1rem}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,p{font-family:inherit}.tap{transition:transform var(--duration-fast) var(--ease-out)}.tap:active{transform:scale(.97)}.app-shell.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column}.app-content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:var(--space-4);padding-bottom:var(--space-6)}.hamburger.svelte-12qhfyh{position:fixed;top:1rem;left:1rem;z-index:20;background:transparent;border:none}.overlay.svelte-12qhfyh{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:260px;background:var(--color-surface);border-right:1px solid var(--color-border);transform:translate(-100%);transition:transform .24s ease;z-index:1000}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.sidebar-inner.svelte-12qhfyh{padding:80px 14px 24px;display:flex;flex-direction:column;gap:6px}.side-item.svelte-12qhfyh{position:relative;display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:var(--radius-md);text-decoration:none;color:var(--color-text-muted);font-size:var(--text-md);font-weight:var(--weight-medium);transition:background .16s ease,color .16s ease}.side-item.svelte-12qhfyh:hover{background:var(--color-surface-alt);color:var(--color-text)}.side-item.svelte-12qhfyh .material-icons:where(.svelte-12qhfyh){font-size:20px}.active-indicator.svelte-12qhfyh{position:absolute;left:-14px;width:4px;height:22px;border-radius:4px;background:var(--color-primary);opacity:0;transition:opacity .16s ease}.side-item.active.svelte-12qhfyh{color:var(--color-text);background:var(--color-surface-alt)}.side-item.active.svelte-12qhfyh .active-indicator:where(.svelte-12qhfyh){opacity:1}.app-content.svelte-12qhfyh{padding-top:2.5rem}
