:root{--header-height:56px;--primary:#1B242F;--primary-foreground:#FFFFFF;--secondary:#F4F4F5;--secondary-foreground:#09090B;--destructive:#EF4444;--destructive-foreground:#FFFFFF;--background:#FFFFFF;--foreground:#09090B;--card:#FFFFFF;--card-foreground:#09090B;--border:#E4E4E7;--input:#E4E4E7;--ring:#1B242F;--radius:0.5rem;--muted:#F4F4F5;--muted-foreground:#71717A}.dark{--primary:#FAFAFA;--primary-foreground:#18181B;--secondary:#27272A;--secondary-foreground:#FAFAFA;--destructive:#F87171;--destructive-foreground:#FFFFFF;--background:#09090B;--foreground:#FAFAFA;--card:#18181B;--card-foreground:#FAFAFA;--border:#27272A;--input:#27272A;--ring:#D4D4D8;--muted:#27272A;--muted-foreground:#A1A1AA;color-scheme:dark}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body,html{background-color:var(--background)}body{color:var(--foreground);font-family:var(--font-body),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),sans-serif;font-weight:800;letter-spacing:-.02em;text-transform:uppercase}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}