@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--anzo-red: #bc2234;--anzo-red-2: #b22333;--anzo-red-3: #9d1f29;--anzo-card: #0e0e0e;--anzo-surface: #161616;--anzo-border: rgba(255, 255, 255, .07);--anzo-border2: rgba(188, 34, 52, .25);--anzo-grey: #777;--anzo-grey-lt: #bbb;--anzo-warm: #debc80}*{margin:0;padding:0;box-sizing:border-box}body{background:#000;color:#fff;font-family:Poppins,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(188,34,52,.08) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(188,34,52,.05) 0%,transparent 60%)}#root{position:relative;z-index:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}
