:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--bg-color:#f8fafc;--text-color:#0f172a;--surface-color:#fff;--border-color:#e2e8f0;--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--muted-color:#64748b;--error-color:#ef4444;--success-color:#22c55e;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}:root.dark{--bg-color:#0f172a;--text-color:#f8fafc;--surface-color:#1e293b;--border-color:#334155;--primary-color:#3b82f6;--primary-hover:#60a5fa;--primary-light:#1e3a8a;--muted-color:#94a3b8;--error-color:#f87171;--success-color:#4ade80;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;line-height:1.5;transition:background-color .3s,color .3s;display:flex}button,input,textarea,select{font-family:inherit;font-size:inherit}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-color)}.layout-container.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.app-header.svelte-12qhfyh{background-color:var(--surface-color);border-bottom:1px solid var(--border-color);z-index:10;height:64px;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.header-left.svelte-12qhfyh{align-items:center;gap:.5rem;display:flex}.logo-icon.svelte-12qhfyh{color:var(--primary-color);font-size:2rem}.app-title.svelte-12qhfyh{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.header-right.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.user-display.svelte-12qhfyh{color:var(--text-color);align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;display:flex}.admin-link.svelte-12qhfyh{color:var(--muted-color);border:1px solid var(--border-color);border-radius:.375rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.admin-link.svelte-12qhfyh:hover{color:var(--primary-color);border-color:var(--primary-color);background-color:var(--primary-light);text-decoration:none}.theme-toggle.svelte-12qhfyh,.logout-button.svelte-12qhfyh{color:var(--muted-color);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;transition:all .2s;display:flex}.theme-toggle.svelte-12qhfyh:hover,.logout-button.svelte-12qhfyh:hover{color:var(--text-color);background-color:var(--border-color)}.logout-button.svelte-12qhfyh{border:1px solid var(--border-color);padding:.375rem .75rem;font-size:.875rem;font-weight:500}.app-content.svelte-12qhfyh{flex-direction:column;flex:1;display:flex;position:relative}.loading-screen.svelte-12qhfyh{color:var(--muted-color);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner.svelte-12qhfyh{border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}@media (width<=768px){.app-header.svelte-12qhfyh{padding:.75rem 1rem}.app-title.svelte-12qhfyh{font-size:1.1rem}.user-display.svelte-12qhfyh{display:none}.admin-link.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1.25rem}.admin-link.svelte-12qhfyh,.logout-button.svelte-12qhfyh{border:none;padding:.375rem}.logout-button.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1.25rem}.logout-button.svelte-12qhfyh{display:flex}}
