:root{--bg:#fff;--bg-soft:#f7f7f9;--text:#141519;--muted:#6b7280;--line:#ececf0;--line-strong:#dcdce2;--accent:#2f54eb;--accent-ink:#1f3bb3;--accent-soft:#eef1fe;--success:#0ca678;--danger:#e03131;--maxw:1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.6;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}