:root{--bg:#f2f2f7;--surface:rgb(255 255 255/84%);--surface-strong:rgb(255 255 255/78%);--card:rgb(255 255 255/84%);--section:rgb(255 255 255/78%);--text:#0b0b0f;--muted:#7a7a82;--line:rgb(0 0 0/8%);--control:rgb(118 118 128/12%);--blue:#0a84ff;--green:#30d158;--red:#ff453a;--orange:#ff9f0a;--shadow:0 20px 54px rgb(0 0 0/10%);--section-shadow:0 14px 34px rgb(0 0 0/16%);--blur:blur(22px);color-scheme:light}html.theme-dark{--bg:#09090b;--surface:rgb(28 28 30/78%);--surface-strong:rgb(28 28 30/72%);--card:rgb(28 28 30/78%);--section:rgb(28 28 30/72%);--text:#fff;--muted:#8e8e93;--line:rgb(255 255 255/9%);--control:rgb(255 255 255/8%);--shadow:0 24px 64px rgb(0 0 0/42%);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;width:100%;min-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;line-height:1.35;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:-120px -80px auto;height:420px;background:rgb(10 132 255/13%);filter:blur(76px);pointer-events:none}a{color:inherit;text-decoration:none}button,input{font:inherit}button{min-width:0;cursor:pointer}