:root{--brand-blue:#3b56e6;--brand-blue-2:#4b6bff;--brand-purple:#7c3aed;--brand-grad:linear-gradient(100deg,#3a5be8,#5b4fe0 45%,#8b3fe0);--brand-grad-soft:linear-gradient(100deg,#4361ee,#6d4de8 55%,#7c3aed);--bg:#f4f5fa;--card:#ffffff;--card-border:#eef0f6;--shadow-sm:0 1px 2px rgba(20,25,60,0.04);--shadow-card:0 2px 12px rgba(30,40,90,0.06);--shadow-pop:0 12px 40px rgba(30,40,90,0.18);--ink:#1f2440;--ink-2:#4a5170;--ink-3:#8a90a8;--ink-4:#aeb3c7;--green:#17b26a;--green-bg:#e7f7ee;--red:#f04438;--red-bg:#fde8e6;--amber:#f79009;--amber-bg:#fdf0dc;--violet:#7c4dff;--violet-bg:#ede9fe;--blue-bg:#e8effe;--radius:14px;--radius-sm:10px;--radius-lg:18px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Malgun Gothic,Apple SD Gothic Neo,system-ui,sans-serif;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d7dae6;border-radius:6px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#c3c7d8}