*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cs-dark: #1a1a1a;--cs-orange: #f05a28;--cs-blue: #29abe2;--cs-green: #22c55e;--cs-red: #ef4444;--cs-amber: #f59e0b;--cs-bg: #f5f6f8;--cs-white: #ffffff;--cs-border: #e8eaed;--cs-muted: #8c929d;--cs-sidebar: #0f1623;--cs-sidebar-hover: #1a2540;--cs-sidebar-active: #f05a28;--shadow-sm: 0 1px 3px rgba(0,0,0,.07);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--radius: 12px;--radius-sm: 8px}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--cs-bg);color:var(--cs-dark);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--cs-border);border-radius:10px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:fadeUp .35s ease forwards}.fade-in{animation:fadeIn .25s ease forwards}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}
