@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#121212;--accent:#f5f5f5;--accent-foreground:#000;--border:#e0e0e0;--radius:.5rem;--bg-overlay-light:#ffffffe6;--bg-overlay-dark:#f5f8faeb;--card:#fff;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-shadow:0 4px 30px #0b1f3a0d}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--accent:#1f1f1f;--accent-foreground:#fff;--border:#333;--bg-overlay-light:#0b1f3ad9;--bg-overlay-dark:#07101ce6;--card:#141414;--glass-bg:#0b1f3a4d;--glass-border:#ffffff0d;--glass-shadow:0 4px 30px #0000004d}}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:clip}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}input:focus,select:focus,textarea:focus{outline:2px solid var(--foreground);outline-offset:2px}
