@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";html,body{scroll-behavior:smooth;overflow-x:hidden}.App{text-align:center}.swal-text{font-weight:700;font-size:18px;color:#3a3232}.swal-button--confirm{background-color:#1171be}.swal-button--confirm:hover{background-color:#042138!important}@keyframes square-animation{0%{left:0;top:0}10.5%{left:0;top:0}12.5%{left:32px;top:0}23%{left:32px;top:0}25%{left:64px;top:0}35.5%{left:64px;top:0}37.5%{left:64px;top:32px}48%{left:64px;top:32px}50%{left:32px;top:32px}60.5%{left:32px;top:32px}62.5%{left:32px;top:64px}73%{left:32px;top:64px}75%{left:0;top:64px}85.5%{left:0;top:64px}87.5%{left:0;top:32px}98%{left:0;top:32px}to{left:0;top:0}}@keyframes fadeInLoader{0%{opacity:0}to{opacity:1}}.loader-overlay{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0d0f1a;z-index:9999;animation:fadeInLoader .3s ease}.loader-label{margin-top:60px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;letter-spacing:3px;text-transform:uppercase;background:linear-gradient(135deg,#22d3ee,#3b82f6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loader{position:relative;width:96px;height:96px;transform:rotate(45deg)}.loader-square{position:absolute;top:0;left:0;width:28px;height:28px;margin:2px;border-radius:3px;background:linear-gradient(135deg,#22d3ee,#3b82f6);animation:square-animation 10s ease-in-out infinite both}.loader-square:nth-of-type(1){animation-delay:-1.4285714286s}.loader-square:nth-of-type(2){animation-delay:-2.8571428571s}.loader-square:nth-of-type(3){animation-delay:-4.2857142857s}.loader-square:nth-of-type(4){animation-delay:-5.7142857143s}.loader-square:nth-of-type(5){animation-delay:-7.1428571429s}.loader-square:nth-of-type(6){animation-delay:-8.5714285714s}.loader-square:nth-of-type(7){animation-delay:-10s}:root{--font-primary: "Inter", sans-serif;--color-bg-dark: #0d0f1a;--color-bg-card: rgba(255, 255, 255, .04);--color-border: rgba(255, 255, 255, .08);--color-accent-cyan: #22d3ee;--color-accent-blue: #3b82f6;--color-accent-purple: #a855f7;--gradient-main: linear-gradient(135deg, #22d3ee, #3b82f6, #a855f7);--shadow-glow: 0 0 40px rgba(34, 211, 238, .15);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
