:root{--background:#f7f8fa;--foreground:#0b1220;--muted:#5c6678;--line:#d8dce4;--accent:#2357d8}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::selection{color:#ffffff;background:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}