*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d1117;--surface: #13192a;--surface2: #0f1623;--border: #1e2d45;--border2: #1e2433;--text: #e2e8f0;--text2: #94a3b8;--text3: #6b7280;--text4: #4b5563;--accent: #7c3aed;--accent2: #4f46e5;--accent-light: #a78bfa;--accent2-light: #818cf8;--green: #4ade80;--yellow: #facc15;--orange: #fb923c;--red: #f87171}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-fadeup{animation:fadeUp .5s ease both}.animate-fadein{animation:fadeIn .4s ease both}.animate-pulse{animation:pulse 1.5s ease infinite}.animate-spin{animation:spin .8s linear infinite}button{cursor:pointer;font-family:inherit}textarea,input{font-family:inherit}
