@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--background:#fff;--foreground:#1a1a1a;--accent:#0a58ca;--accent-light:#e3edfa;--text-muted:#555;--link-hover:#0a58ca}html.dark{--background:#0a0a0a;--foreground:#ededed;--accent:#8bd6aa;--accent-light:#123b29;--text-muted:#bbb;--link-hover:#fff}body,html{max-width:100vw;overflow-x:hidden;color:var(--foreground);background-color:var(--background);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a,button,em,h1,h2,h3,h4,h5,h6,input,label,li,p,select,span,strong,textarea{color:var(--foreground)}a{color:var(--accent-dark);text-decoration:none;transition:color .2s ease}a:focus,a:hover{color:var(--link-hover);text-decoration:underline}.text-muted{color:var(--text-muted)}.bg-accent{background-color:var(--accent-light)}.btn-primary{background-color:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:focus,.btn-primary:hover{background-color:var(--link-hover);border-color:var(--link-hover);color:#fff}html{color-scheme:light}