@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");:root{--bg:#0a0a0f;--surface:hsla(0,0%,100%,.02);--border:hsla(0,0%,100%,.06);--text:#f0f0f5;--muted:#8a8a9a;--dim:#4a4a5a;--accent:#6366f1;--accent-bg:rgba(99,102,241,.08);--accent-border:rgba(99,102,241,.25);--success:#10b981;--warn:#f59e0b;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes loadbar{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}.fade-in{animation:fadeIn .5s ease both}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:3px}