:root{--ink:#17201a;--muted:#647067;--paper:#f7f5ef;--surface:#fffdf8;--surface-strong:#ffffff;--line:#dedfd7;--brand:#236247;--brand-dark:#174633;--brand-soft:#dcecdf;--accent:#f0643a;--accent-soft:#fff0e9;--warning:#8b5a13;--warning-soft:#fff7dc;--shadow:0 18px 50px rgba(32,45,36,0.08);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;line-height:1.65;word-break:keep-all}button,input{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}::selection{background:var(--brand-soft);color:var(--brand-dark)}:focus-visible{outline:3px solid rgba(240,100,58,.45);outline-offset:3px}