@layer reset, base, utilities;@layer reset{*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}}@layer base{:root{--background:#ffffff;--surface:#f7f7f8;--surface-strong:#efeff1;--foreground:#151515;--muted:#6d6d73;--border:#e5e5e7;--accent:#111111;--accent-foreground:#ffffff;--danger:#b42318;--success:#067647;--warning:#b54708;--container-width:1280px;--header-height:72px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-sm:0 1px 2px rgb(0 0 0/0.05);--shadow-md:0 12px 32px rgb(0 0 0/0.08)}html{min-width:320px;color-scheme:light;scroll-behavior:smooth}body,html{background:var(--background)}body{min-height:100vh;color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}::selection{background:#111111;color:#ffffff}:focus-visible{outline:2px solid #111111;outline-offset:3px}}@layer utilities{.container{width:min(100% - 32px,var(--container-width));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--muted)}.surface{background:var(--surface)}@media (max-width:767px){.container{width:min(100% - 24px,var(--container-width))}:root{--header-height:64px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}