@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Lora:wght@400;500;600;700&display=swap";:root{--bg:#fff;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--accent:#3b82f6;--accent-glow:#3b82f633;--surface:#f9fafb;--overlay:#fffc;--font-ui:"Inter", sans-serif;--font-editor:"Lora", serif}html.dark{--bg:#0f1115;--text:#f9fafb;--text-muted:#9ca3af;--border:#374151;--accent:#60a5fa;--accent-glow:#60a5fa33;--surface:#1a202c;--overlay:#1a202ccc}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg);background-image:radial-gradient(var(--border) 1px, transparent 1px);width:100%;height:100%;color:var(--text);font-family:var(--font-ui);background-size:24px 24px;transition:background-color .4s,color .4s;overflow:hidden}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea{color:inherit;font-family:inherit}.frosted-glass{background:var(--overlay);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-layout.svelte-12qhfyh{width:100vw;height:100vh;transition:all .3s;display:flex;overflow:hidden}.loading.svelte-12qhfyh{height:100vh;font-family:var(--font-ui);color:var(--text-muted);background-color:var(--bg);justify-content:center;align-items:center;font-weight:500;display:flex}
