@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Poppins:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;padding:0;font-family:Poppins,sans-serif;color:#000}.presale-card{background:#fff;border:4px solid #000;border-radius:25px;box-shadow:8px 8px #000;padding:30px;text-align:center;width:100%;max-width:400px;margin:auto}.presale-card h2{font-family:Luckiest Guy,cursive;font-size:24px;margin-bottom:10px;color:#000}.presale-card p.price{font-weight:700;color:#fc0;margin-bottom:20px}.countdown{background:#f9f9f9;border:3px solid #000;border-radius:15px;display:flex;justify-content:space-around;padding:15px;margin-bottom:15px;font-weight:700}.countdown div{text-align:center;color:#000}.countdown span{display:block;font-size:20px;color:#5b2dfc;font-weight:700}.input-box{width:100%;border:2px solid #000;border-radius:10px;padding:10px;margin-top:10px;font-size:14px;text-align:center}.note{font-size:12px;color:#555;margin-top:8px}.buy-btn{background:linear-gradient(90deg,#fc0,#ff66a3);border:3px solid #000;border-radius:15px;color:#000;font-weight:700;padding:12px 20px;margin-top:20px;font-size:16px;cursor:pointer;width:100%;box-shadow:4px 4px #000;transition:.2s}.buy-btn:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.rainbow-bar{height:6px;background:linear-gradient(to right,red,orange,#ff0,green,#00f,indigo,violet);border-radius:4px;margin-bottom:15px}.usdt-display{background:#ff66a3;color:#fff;font-weight:700;border-radius:10px;padding:6px;margin-top:10px;margin-bottom:10px;font-size:14px}.marquee-content{display:flex;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reverse .marquee-content{animation-direction:reverse}.uc-offcanvas{position:fixed;top:0;right:-100%;width:300px;height:100%;background:#00000080;transition:right .3s ease;z-index:9999}.uc-offcanvas.uc-open{right:0}.uc-offcanvas-bar{width:100%;height:100%;overflow-y:auto}.position-fixed{position:fixed}.position-absolute{position:absolute}.bottom-0{bottom:0}.end-0{right:0}.z-99{z-index:99}.z-999{z-index:999}.z-9999{z-index:9999}.m-2{margin:.5rem}.vstack{display:flex;flex-direction:column}.hstack{display:flex;flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.text-center{text-align:center}.text-white{color:#fff}.text-black{color:#000}.bg-white{background-color:#fff}.bg-primary{background-color:#5b2dfc}.bg-secondary{background-color:#1a1a2e}.border{border:1px solid}.border-2{border-width:2px}.border-3{border-width:3px}.border-black{border-color:#000}.rounded-circle{border-radius:50%}.rounded-2{border-radius:.5rem}.rounded-3{border-radius:.75rem}.w-48px{width:48px}.h-48px{height:48px}.w-full{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;cursor:pointer;text-decoration:none;transition:all .3s ease}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.btn-md{padding:.5rem 1rem;font-size:1rem}.btn-primary{background-color:#fc0;color:#000}.btn-secondary{background-color:#ff66a3;color:#fff}.hover\:-rotate-2:hover{transform:rotate(-2deg)}.hover\:-rotate-3:hover{transform:rotate(-3deg)}@media(min-width:640px){.sm\:d-block{display:block}.sm\:d-none{display:none}}@media(min-width:1024px){.lg\:d-flex{display:flex}.lg\:d-none{display:none}.lg\:d-inline-flex{display:inline-flex}}@media(min-width:1280px){.xl\:w-auto{width:auto}}
