@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap";:root{--bg-dark:#050505;--bg-card:#111;--accent-neon:#a3ff00;--text-main:#fff;--text-muted:#888;--border-dark:#222;font-family:Montserrat,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-white);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#090a0f}::-webkit-scrollbar-thumb{background:#27272a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-neon)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #a3ff0033,inset 0 0 10px #a3ff001a}50%{box-shadow:0 0 28px #a3ff0073,inset 0 0 16px #a3ff0033}}@keyframes floatProduct{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-7px)rotate(-1deg)}}@keyframes swipeArrows{0%{opacity:.2;transform:translate(-4px)}50%{opacity:1;transform:translate(3px)}to{opacity:.2;transform:translate(-4px)}}.checkout-backdrop{-webkit-backdrop-filter:blur(10px);z-index:9999;background-color:#000000eb;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.checkout-modal{background-color:#090a0f;border:1px solid #1f2228;border-radius:0;flex-direction:column;flex:1;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #000000f2,0 0 35px #a3ff001f}.checkout-modal-inner{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.checkout-header{box-sizing:border-box;border-bottom:1px solid #222;flex-shrink:0;padding:.75rem 1rem}.checkout-subbar{box-sizing:border-box;flex-shrink:0;padding:.6rem 1rem 0}.checkout-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-sizing:border-box;padding:.85rem 1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.checkout-body::-webkit-scrollbar{display:none}.checkout-body{-ms-overflow-style:none;scrollbar-width:none}@media (width>=641px){.checkout-backdrop{flex-direction:row;justify-content:center;align-items:center;padding:2rem}.checkout-modal{border-radius:16px;flex:none;max-width:680px;height:auto;max-height:90vh}.checkout-modal.exito-modal{max-width:460px}.checkout-body{max-height:calc(90vh - 120px)}}.checkout-modal.exito-modal{overflow-y:auto}.tauh-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.tauh-title{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:4rem;font-weight:900}.tauh-neon{color:var(--accent-neon)}.tauh-button{border:2px solid var(--accent-neon);color:var(--accent-neon);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#0000;margin-top:2rem;padding:1rem 3rem;font-size:1rem;font-weight:900;transition:all .3s}.tauh-button:hover{background-color:var(--accent-neon);color:var(--bg-dark)}
