@import "https://fonts.googleapis.com/css2?family=Pretendard:wght@300;400;500;600;700;800&display=swap";
:root{--bg:#f5f5f7;--bg-white:#fff;--bg-hover:#f9f9f9;--border:#e8e8e8;--border-light:#f0f0f0;--text:#111;--text-muted:#888;--text-dim:#bbb;--accent:#3b5bdb;--accent-light:#eef2ff;--accent-hover:#2f4ec4;--green:#2f9e44;--green-light:#ebfbee;--blue:#1971c2;--blue-light:#e7f5ff;--orange:#e67700;--orange-light:#fff9db;--red:#c92a2a;--red-light:#fff5f5;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow:0 4px 12px #00000014;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:.35s forwards fadeUp}.fade-up-1{animation:.35s 50ms both fadeUp}.fade-up-2{animation:.35s .1s both fadeUp}.fade-up-3{animation:.35s .15s both fadeUp}.fade-up-4{animation:.35s .2s both fadeUp}
