:root{--background:#ffffff;--foreground:#0f172a;--muted:#475569;--muted-background:#f1f5f9;--border:#e2e8f0;--input:#ffffff;--ring:#2563eb;--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#2563eb;--accent:#2563eb;--success:#16a34a;--warning:#d97706;--error:#ef4444;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#e5e7eb;--muted:#94a3b8;--muted-background:#111315;--border:#27272a;--input:#121212}}*{box-sizing:border-box;padding:0;margin:0}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}body{font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--foreground);background:var(--background);line-height:1.6;font-size:16px}body,html{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:underline;text-decoration-thickness:1.25px;text-underline-offset:2px;-webkit-text-decoration-color:color-mix(in srgb,currentColor 45%,transparent);text-decoration-color:color-mix(in srgb,currentColor 45%,transparent)}a:hover{text-underline-offset:3px;-webkit-text-decoration-color:color-mix(in srgb,var(--primary) 75%,transparent);text-decoration-color:color-mix(in srgb,var(--primary) 75%,transparent)}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--muted-background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}::selection{background:var(--primary);color:white}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:3px}a,button,input,select,textarea{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.imgDark{display:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}.imgLight{display:none}.imgDark{display:unset}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-in{animation:slideIn .6s ease-out}