:root{--color-bg: #131313;--color-primary: #4F46E5;--color-primary-hover: #4338CA;--color-success: #10B981;--color-danger: #F43F5E;--color-warning: #F59E0B;--color-surface: rgba(255, 255, 255, .03);--color-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;background-color:var(--color-bg);color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.glass{background:var(--color-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border)}
