:root{--background:#f7f8fa;--foreground:#1a1a1d;--muted:#636b76;--red:#d71920;--red-dark:#a80f16;--red-soft:#fff0f1;--blue:#0049ad;--blue-soft:#eef5ff;--gold:#a66c00;--surface:#fff}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{background:var(--red);color:#fff}
