@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--font-ui:"Plus Jakarta Sans","Segoe UI",Roboto,Arial,sans-serif;--font-head:var(--font-ui);--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 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--navbar-bg:hsla(0,0%,100%,.9);--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 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.5);--navbar-bg:rgba(15,23,42,.9);--navbar-border:#1e293b;--footer-bg:#0c1222;--footer-text:#94a3b8;--footer-text-muted:#64748b;--input-bg:#1e293b;--input-border:#334155;--input-focus:#3b82f6;color-scheme:dark}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-ui);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:var(--transition-theme);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"cv03","cv04","cv11"}::-moz-selection{background-color:var(--accent);color:var(--accent-text)}::selection{background-color:var(--accent);color:var(--accent-text)}a{color:var(--accent);text-decoration:none;transition:color .2s ease}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}button,input,select,textarea{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,select:focus,textarea:focus{border-color:var(--input-focus);outline:none;box-shadow:0 0 0 3px #3b82f61a}::-moz-placeholder{color:var(--text-muted);opacity:1}::placeholder{color:var(--text-muted);opacity:1}.footer{background:var(--footer-bg)!important;color:var(--footer-text)!important;transition:var(--transition-theme)}.footer a,.footer span{color:var(--footer-text)}.footer a:hover{color:var(--accent)}.footer__bottom,.footer__brand p,.footer__title{color:var(--footer-text-muted)}.footer__bottom{border-top-color:#ffffff14}.footer__name{color:#fff}
