*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0f0e;--bg2: #141714;--bg3: #1c1f1c;--surface: #1e221e;--surface2: #252a25;--border: #2a2f2a;--border2: #343934;--text: #e8ebe8;--text2: #a8afa8;--text3: #6b726b;--accent: #01abaa;--accent2: #fedc3d;--accent3: #02394a;--danger: #e05050;--success: #4caf7d;--radius: 6px;--radius2: 10px}html{font-size:14px}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:400;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;zoom:1.25}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input{font-family:inherit;font-size:inherit}.mono{font-family:DM Mono,monospace}.serif{font-family:"Instrument Serif",serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-in{animation:fadeIn .3s ease forwards}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}.spinner{width:18px;height:18px;border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}
