:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--bg-color:#f0feff;--text-color:#191c1d;--surface-color:#fff;--surface-low-color:#eafcfe;--border-color:#bec8c9;--primary-color:#006a71;--primary-hover:#004f54;--primary-light:#e4f8fa;--muted-color:#3f4e4f;--error-color:#ba1a1a;--success-color:#006a71;--shadow-sm:0 1px 2px 0 #0000000d;--user-bubble-text:#fff;--user-bubble-time:#ffffffb3;--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:#10131a;--text-color:#e1e2eb;--surface-color:#1d2026;--surface-low-color:#191c22;--border-color:#3a494b;--primary-color:#74f5ff;--primary-hover:#00dbe7;--primary-light:#004f54;--muted-color:#b9cacb;--error-color:#ffb4ab;--success-color:#74f5ff;--shadow-sm:0 1px 2px 0 #00000080;--user-bubble-text:#002022;--user-bubble-time:#00202299;--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{background-color:var(--bg-color);flex-direction:column;flex:1;transition:background-color .3s;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}}
