@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");:root{--web-sidebar:#0f172a;--web-accent:#3b82f6;--web-accent-hover:#2563eb;--web-surface:#fff;--web-surface-2:#f8fafc;--web-text:#0f172a;--web-text-muted:#64748b;--web-border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);--radius:10px}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}