*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--c-bg:#f8fafc;--c-surface:#fff;--c-border:#e2e8f0;--c-border-hover:#cbd5e1;--c-text:#1e293b;--c-text-secondary:#64748b;--c-text-muted:#94a3b8;--c-primary:#2563eb;--c-primary-light:#eff6ff;--c-green:#16a34a;--c-green-light:#f0fdf4;--c-purple:#7c3aed;--c-purple-light:#f5f3ff;--c-amber:#d97706;--c-amber-light:#fffbeb;--c-red:#dc2626;--c-sidebar:#0f172a;--c-sidebar-hover:#1e293b;--c-header:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--transition:.2s cubic-bezier(.4, 0, .2, 1);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard Variable,Pretendard,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}body{min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--c-primary);transition:color var(--transition);text-decoration:none}a:hover{color:#1d4ed8}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{color:var(--c-text);line-height:1.3}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s ease-out fadeIn}
