@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#15171a;--card-bg:#1e2125;--border:#2e3136;--text-primary:#eceef0;--text-secondary:#9a9fa6;--blue:#4d8fef;--blue-dark:#6fa6f5;--amber:#e4b85a;--amber-bg:#3a3220;--amber-text:#f0c878;--green:#4dba78;--green-bg:#1f3328;--green-text:#6fd498;--red:#f0685f;--purple:#b08af0;--radius:10px;--sidebar-width:240px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin .8s linear infinite}