:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--surface:#fff;--surface-hover:#f9fafb;--surface-elevated:#fff;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--border:#e5e7eb;--border-hover:#d1d5db;--border-focus:#3b82f6;--accent:#3b82f6;--accent-hover:#2563eb;--accent-light:#eff6ff;--accent-text:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--navbar-bg:#ffffffe6;--navbar-border:#e5e7eb;--footer-bg:#111827;--footer-text:#d1d5db;--footer-text-muted:#6b7280;--input-bg:#fff;--input-border:#e5e7eb;--input-focus:#3b82f6;--transition-theme:background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease}.dark{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--surface:#1e293b;--surface-hover:#334155;--surface-elevated:#1e293b;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#64748b;--border:#334155;--border-hover:#475569;--border-focus:#3b82f6;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-light:#1e3a5f;--accent-text:#fff;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #00000080;--navbar-bg:#0f172ae6;--navbar-border:#1e293b;--footer-bg:#0c1222;--footer-text:#94a3b8;--footer-text-muted:#64748b;--input-bg:#1e293b;--input-border:#334155;--input-focus:#3b82f6;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg-primary);color:var(--text-primary);transition:var(--transition-theme);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}::selection{background-color:var(--accent);color:var(--accent-text)}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input,textarea,select{font-family:inherit;font-size:inherit;background-color:var(--input-bg);color:var(--text-primary);border:1px solid var(--input-border);transition:var(--transition-theme)}input:focus,textarea:focus,select:focus{border-color:var(--input-focus);outline:none;box-shadow:0 0 0 3px #3b82f61a}::placeholder{color:var(--text-muted);opacity:1}.footer{transition:var(--transition-theme);background:var(--footer-bg)!important;color:var(--footer-text)!important}.footer a,.footer span{color:var(--footer-text)}.footer a:hover{color:var(--accent)}.footer__brand p,.footer__title{color:var(--footer-text-muted)}.footer__bottom{color:var(--footer-text-muted);border-top-color:#ffffff14}.footer__name{color:#fff}
