:root{--bg-main:#f9fafb;--bg-card:#fff;--accent:#18181b;--accent-dark:#09090b;--accent-light:#f4f4f5;--text:#0f172a;--text-dark:#0f172a;--text-muted:#71717a;--border:#e4e4e7}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Arial,sans-serif}html{overflow-x:clip}body,#root{width:100%;min-height:100%}body{background:var(--bg-main);color:var(--text-dark)}img{max-width:100%;display:block}button,input,select{font-family:inherit}button{cursor:pointer}.home{background-color:#fafafa;width:100%}.home-main-layout{grid-template-columns:260px 1fr;align-items:start;gap:30px;max-width:1400px;margin:0 auto;padding:30px 40px;display:grid}.home-filter-sidebar{background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-self:start;padding:24px;position:sticky;top:100px;box-shadow:0 4px 12px #00000004}.sidebar-header{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;display:flex}.sidebar-header h3{color:#0f172a;text-transform:uppercase;margin:0;font-size:15px;font-weight:700}.clear-filters-link{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.filter-section{margin-bottom:20px}.filter-section h4{color:#71717a;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.filter-section select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:13px}.price-range-wrapper{padding:8px 0}.price-range-slider{accent-color:#1e40af;cursor:pointer;background:#e4e4e7;border-radius:3px;outline:none;width:100%;height:6px}.price-range-values{color:#71717a;justify-content:space-between;margin-top:6px;font-size:11px;font-weight:600;display:flex}.no-products-filtered-message{text-align:center;background:#fff;border:1px dashed #e4e4e7;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;display:flex}.no-products-filtered-message h3{color:#0f172a;margin:0;font-size:18px;font-weight:700}.no-products-filtered-message p{color:#71717a;margin:0;font-size:14px}.no-products-filtered-message button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;margin-top:8px;padding:10px 20px;font-weight:600}@media (width<=992px){.home-main-layout{grid-template-columns:1fr;gap:20px;padding:0 20px}.home-filter-sidebar{flex-direction:column;gap:16px;margin-top:0;padding:16px;display:flex;position:static}.sidebar-header,.filter-section{width:100%;margin-bottom:0}.filter-list{flex-flow:wrap;gap:8px}.filter-list li{background:#f4f4f5;border-radius:20px;padding:6px 12px;font-size:12px}.filter-list li.active{color:#fff;background:#0f172a}}.filter-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.filter-list li{color:#52525b;cursor:pointer;border-bottom:1px #0000;padding:4px 0;font-size:13px;transition:all .2s}.filter-list li:hover{color:#0f172a;padding-left:2px}.filter-list li.active{color:#0f172a;font-weight:700}.color-filter-grid{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.color-filter-circle{cursor:pointer;border:1px solid #d4d4d8;border-radius:50%;width:24px;height:24px;padding:0;transition:transform .2s,border-color .2s;position:relative}.color-filter-circle:hover{transform:scale(1.1)}.color-filter-circle.active{border-color:#0f172a;transform:scale(1.1);box-shadow:0 0 0 2px #fff,0 0 0 4px #0f172a}.navbar-wrapper{color:#0f172a;z-index:9999;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;font-size:13px;position:sticky;top:0;left:0;box-shadow:0 2px 10px #0000000a}.topbar{color:#4b5563;background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:8px 40px;font-size:12px;display:flex}.topbar-left{gap:30px;display:flex}.topbar-left span{align-items:center;gap:6px;display:flex}.track-top-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;transition:color .2s}.track-top-btn:hover{color:#4f46e5;text-decoration:underline}.navbar{justify-content:space-between;align-items:center;padding:15px 40px;display:flex}.logo{color:#0f172a;letter-spacing:-.5px;font-size:22px;font-weight:800;text-decoration:none}.search{background:#f4f4f5;border:1px solid #e4e4e7;border-radius:8px;align-items:center;width:40%;transition:border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:visible}.search:focus-within{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a26}.search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:10px 14px;font-size:14px}.search input::placeholder{color:#71717a}.search-btn{cursor:pointer;color:#71717a;background:0 0;border:none;justify-content:center;align-items:center;height:100%;padding:0 14px;font-size:14px;display:flex}.search-btn:hover{color:#0f172a}.search-dropdown{z-index:2000;background:#fff;border:1px solid #e4e4e7;border-radius:8px;width:100%;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 25px #00000014}.search-item{cursor:pointer;color:#18181b;text-align:left;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:2px;width:100%;padding:8px 12px;transition:background .15s;display:flex}.search-item span{font-size:13px;font-weight:600}.search-item small{color:#71717a;font-size:11px}.search-item:hover{background:#f4f4f5}.cart{color:#fff;cursor:pointer;background:#0f172a;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;transition:background .2s;display:flex}.cart:hover{background:#1e293b}.cart-icon{justify-content:center;align-items:center;display:flex}.cart-count{color:#0f172a;background:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:700;display:flex}@media (width<=768px){.topbar{padding:6px 15px;font-size:11px}.topbar-left{gap:12px;overflow-x:auto}.topbar-left span{white-space:nowrap}.navbar{flex-wrap:wrap;gap:10px;padding:12px 15px}.logo{flex:1;font-size:18px}.cart{gap:6px;padding:6px 10px}.search{order:3;width:100%;margin-top:4px}.search input{padding:8px 12px;font-size:13px}.track-top-btn{font-size:11px}}.hero{box-sizing:border-box;background-color:#0f172a;align-items:center;height:clamp(200px,30vw,420px);padding:0 clamp(20px,4vw,60px);display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background-position:50%;background-repeat:no-repeat;animation:1.1s both heroImageEnter;position:absolute;inset:0}.hero-dynamic .hero-bg{background-size:cover}.hero-image-ready{height:auto;min-height:unset;background:#0f172a;padding:0;overflow:visible}.hero-img-fluid{object-fit:unset;width:100%;height:auto;display:block}.hero-left{justify-content:flex-start}.hero-center{justify-content:center}.hero-right{justify-content:flex-end}.hero-overlay{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-left .hero-overlay{background:linear-gradient(90deg,#0f172ae6 0%,#0f172ab3 40%,#0f172a4d 70%,#0f172a00 100%)}.hero-right .hero-overlay{background:linear-gradient(270deg,#0f172ae6 0%,#0f172ab3 40%,#0f172a4d 70%,#0f172a00 100%)}.hero-center .hero-overlay{background:linear-gradient(90deg,#0f172a99 0%,#0f172acc 50%,#0f172a99 100%)}.hero-content{z-index:2;width:min(50%,550px);max-width:550px;position:relative}.hero-content-left{text-align:left}.hero-content-center{text-align:center}.hero-content-right{text-align:right}.hero-content-right .hero-animate{animation-name:heroTextRevealRight}.hero-content-center .hero-buttons{justify-content:center}.hero-content-right .hero-buttons{justify-content:flex-end}.hero-title{color:#fff;text-transform:uppercase;letter-spacing:-.5px;flex-direction:column;gap:4px;margin:0;font-weight:800;line-height:1.1;display:flex}.hero-title-line{color:#fff;text-wrap:balance;max-width:100%;font-size:clamp(26px,2.5vw,44px);display:block}.hero-highlight{color:#4f46e5;text-shadow:0 0 10px #4f46e533}.hero-content p{color:#e4e4e7;max-width:400px;margin:12px 0 16px;font-size:clamp(13px,.85vw,15px);line-height:1.4}.hero-content-center p{margin-left:auto;margin-right:auto}.hero-content-right p{margin-left:auto}.hero-image-ready+.categories{margin-top:16px}.hero-buttons{flex-wrap:wrap;gap:12px;display:flex}.primary,.secondary{border:none;border-radius:6px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.primary{color:#0f172a;background:#fff}.primary:hover{background:#f4f4f5;transform:translateY(-1px)}.secondary{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.secondary:hover{background:#fff3;transform:translateY(-1px)}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:20px;left:40px}.hero-dots button{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.hero-dots button.active{background:#fff;border-radius:4px;width:24px}.hero-animate{opacity:0;animation:.85s cubic-bezier(.16,1,.3,1) forwards heroTextReveal}.hero-delay-1{animation-delay:.1s}.hero-delay-2{animation-delay:.2s}.hero-delay-3{animation-delay:.3s}.hero-delay-4{animation-delay:.4s}.hero-delay-5{animation-delay:.5s}@keyframes heroImageEnter{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes heroTextReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero{min-height:300px;padding:30px 20px}.hero-image-ready{min-height:unset;height:auto}.hero-content{width:60%}.hero-title-line{font-size:clamp(22px,3.5vw,32px)}.hero-content p{font-size:13px}}@media (width<=600px){.hero{justify-content:flex-start;align-items:center;min-height:260px}.hero-image-ready{min-height:unset;height:auto}.hero-left .hero-overlay,.hero-right .hero-overlay,.hero-center .hero-overlay{background:#0f172ab3}.hero-content{text-align:left;width:100%}.hero-title-line{font-size:24px}.hero-content p{margin:8px 0 12px;font-size:12px}.primary,.secondary{padding:8px 14px;font-size:12px}.hero-dots{bottom:12px;left:20px}}.categories{z-index:10;margin-top:18px;position:relative}.categories-container{background:#fff;border:1px solid #e4e4e7;border-radius:12px;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:25px 30px;display:flex;box-shadow:0 4px 12px #00000005}.category-item{text-align:center;cursor:pointer;text-align:center;cursor:pointer;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;transition:transform .3s;display:flex}.category-icon{justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 12px;display:flex}.category-icon img{object-fit:contain;width:65px}.category-item span{color:#374151;letter-spacing:.3px;margin-top:4px;font-size:14px;font-weight:600}.category-item:hover{transform:translateY(-6px)scale(1.03);box-shadow:none!important;background:0 0!important}@media (width<=768px){.categories{margin-top:-25px}.categories-container{grid-template-columns:repeat(3,1fr);gap:15px;padding:20px;display:grid}.category-item{width:100%}.category-icon{width:70px;height:70px}.category-icon img{width:50px}.category-item span{font-size:12px}.oferta-item{display:none}}.features{margin-top:30px;padding:0 40px}.features-container{background:#fff;border:1px solid #e4e4e7;border-radius:12px;justify-content:space-between;align-items:center;padding:22px 30px;display:flex;box-shadow:0 4px 12px #00000005}.feature{flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.icon-svg{color:#0f172a;stroke-width:2px;width:28px;height:28px;transition:all .3s}.feature .icon-wrapper{background:#f4f4f5;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature h4{color:#0f172a;font-size:14px;font-weight:600}.feature p{color:#71717a;font-size:12px}.divider{background:#e4e4e7;width:1px;height:40px}@media (width<=768px){.features{padding:0 15px}.features-container{grid-template-columns:repeat(2,1fr);gap:15px;padding:20px;display:grid}.divider{display:none}.feature{text-align:center;flex-direction:column;align-items:center;gap:8px}.icon-svg{width:26px;height:26px}.feature .icon-wrapper{width:42px;height:42px}.feature h4{font-size:13px}.feature p{font-size:11px}}.section{max-width:1400px;margin:0 auto;padding:30px 40px}.section-header{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;display:flex}.section-header h2{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;font-size:18px;font-weight:700}.view-all{color:#71717a;cursor:pointer;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.view-all:hover{color:#0f172a}@media (width<=1200px){.grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (width<=900px){.grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.section{padding:20px 15px}.grid{gap:12px;grid-template-columns:repeat(2,1fr)!important}}@media (width<=480px){.section-header h2{font-size:15px}.view-all{font-size:12px}}.product-card{cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;height:100%;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000a}.badge{z-index:2;color:#18181b;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.image-container{justify-content:center;align-items:center;height:180px;margin-bottom:12px;display:flex}.image-container img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card:hover .image-container img{transform:scale(1.03)}.title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px;margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.price-box{align-items:center;gap:8px;margin-top:auto;margin-bottom:12px;display:flex}.price{color:#0f172a;font-size:16px;font-weight:700}.old-price{color:#71717a;font-size:12px;text-decoration:line-through}.actions{gap:8px;display:flex}.btn-outline{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:6px;flex:1;padding:8px 0;font-size:13px;font-weight:500;transition:background .2s,border-color .2s}.btn-outline:hover{background:#f4f4f5;border-color:#d4d4d8}.btn-primary{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;flex:2;padding:8px 0;font-size:13px;font-weight:600;transition:background .2s}.btn-primary:hover{background:#1e40af;color:#fff!important}@media (width<=480px){.product-card{padding:12px}.badge{padding:3px 6px;font-size:9px;top:8px;right:8px}.image-container{height:140px}}.modal-overlay{z-index:999;background:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-container{background:#fff;border-radius:18px;width:100%;max-width:1000px;padding:30px;animation:.25s fadeIn;position:relative}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;width:35px;height:35px;font-size:16px;position:absolute;top:15px;right:15px}.modal-content{gap:30px;display:flex}.modal-image{flex:1;justify-content:center;align-items:center;display:flex}.modal-image img{width:100%;max-height:420px}.modal-info{flex:1}.modal-category{color:var(--text-muted);text-transform:uppercase;font-size:12px}.modal-title{color:var(--text-dark);margin:8px 0;font-size:22px}.modal-prices{align-items:flex-end;gap:12px;margin:10px 0;display:flex}.modal-price{color:var(--text-dark);font-size:24px;font-weight:700}.modal-old-price{color:var(--text-muted);font-size:16px;text-decoration:line-through;position:relative;top:-13px}.modal-description{color:#555;margin:10px 0 15px;font-size:14px}.modal-features{margin-bottom:20px;padding-left:0;list-style:none}.modal-features li{margin-bottom:6px;font-size:14px}.modal-actions{flex-direction:column;gap:10px;display:flex}.btn-buy{cursor:pointer;color:#fff;background:#0b1220;border:none;border-radius:10px;padding:12px;font-weight:600}.btn-buy:hover{background:#0b1220ed}.btn-whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:10px;padding:12px;font-weight:600}.modal-container{background:#fff;border-radius:18px;width:90%;max-width:1000px;max-height:90vh;padding:30px;animation:.25s fadeIn;position:relative;overflow:hidden}.modal-content{gap:30px;max-height:80vh;padding-right:5px;display:flex;overflow-y:auto}@media (width<=768px){.modal-content{flex-direction:column}.modal-container{width:92%;max-height:85vh;padding:20px}.modal-content{flex-direction:column;max-height:75vh;overflow-y:auto}.modal-image img{max-height:200px}.modal-title{font-size:18px}.modal-price{font-size:20px}}.modal-specs{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:20px;display:grid}.spec-card{text-align:center;background:#f9fafb;border:1px solid #eee;border-radius:10px;flex-direction:column;padding:10px;display:flex}.spec-title{color:#6b7280;text-transform:uppercase;font-size:11px}.spec-value{color:#111827;font-size:13px;font-weight:600}.modal-thumbnails{justify-content:center;gap:8px;margin-top:12px;display:flex}.modal-thumbnails img:hover{transform:scale(1.05)}.modal-colors{gap:10px;margin:10px 0;display:flex}.color-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:6px 12px}.color-btn.active{border:2px solid #1e40af}.modal-image-wrapper{flex-direction:column;flex:1;align-items:center;display:flex}.modal-image{justify-content:center;width:100%;display:flex}.modal-image img{width:auto;max-width:100%;max-height:420px}.modal-thumbnails{flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%;margin-top:15px;display:flex}.modal-thumbnails img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:8px;width:55px;height:55px;transition:all .2s}.active-thumb{border:2px solid #1e40af}.modal-image-wrapper{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.modal-image{justify-content:center;align-items:center;width:100%;min-height:430px;display:flex}.modal-image img{object-fit:contain;width:auto;max-width:100%;max-height:420px}.modal-thumbnails{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;width:100%;max-width:420px;margin-top:28px;display:flex;overflow:visible}.thumb-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:72px;height:72px;padding:8px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #00000014}.thumb-card img{object-fit:contain;width:100%;height:100%}.thumb-card:hover{border-color:#1e40af;box-shadow:0 10px 24px #0000001f}.active-thumb-card{border:2px solid #1e40af;box-shadow:0 0 0 3px #8cff002e}.modal-content{overflow-x:hidden}@media (width<=768px){.modal-image{min-height:240px}.modal-image img{max-height:230px}.modal-thumbnails{gap:10px;max-width:100%;margin-top:18px}.thumb-card{border-radius:12px;width:60px;height:60px}}.krediya-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:14px;margin-top:18px;padding:14px 16px;transition:all .2s;display:flex}.krediya-card:hover{border-color:#e80f4f;box-shadow:0 10px 25px #e80f4f14}.krediya-logo{justify-content:center;align-items:center;width:110px;min-width:110px;height:45px;display:flex}.krediya-logo img{object-fit:contain;width:100%;height:auto}.krediya-content{flex:1}.krediya-title{color:#111827;font-size:13px;font-weight:700;display:block}.krediya-text{color:#6b7280;margin:2px 0 6px;font-size:12px}.krediya-link{color:#e80f4f;font-size:12px;font-weight:700;text-decoration:none}.krediya-link:hover{text-decoration:underline}@media (width<=600px){.krediya-card{align-items:flex-start;gap:10px}.krediya-logo-box{width:70px;min-width:70px;height:46px}.krediya-info strong{font-size:13px}.krediya-info p,.krediya-info a{font-size:12px}.krediya-card{flex-direction:column;align-items:flex-start}.krediya-logo{width:100px;height:40px}}.modal-capacity-block{margin:14px 0}.modal-capacity-block h4{color:#111827;margin-bottom:10px;font-size:14px}.modal-capacities{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.capacity-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 10px;font-size:14px;font-weight:700;transition:all .2s}.capacity-btn:hover{border-color:#1e40af}.capacity-btn.active{color:#111827;background:#fff;border:2px solid #1e40af}@media (width<=600px){.modal-capacities{grid-template-columns:1fr}.capacity-btn{padding:11px;font-size:13px}}.modal-price{align-items:center;gap:10px;margin-bottom:10px;display:flex}.price-before{color:#9ca3af;font-size:14px;text-decoration:line-through}.price-current{color:#111827;font-size:26px;font-weight:700}.capacity-btn.disabled{opacity:.5;cursor:not-allowed;border-color:#e5e7eb}.capacity-out{color:#ef4444;margin-top:3px;font-size:10px;font-weight:700;display:block}.modal-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.modal-badge{color:#111;white-space:nowrap;background:#a3e635;border-radius:8px;margin-left:auto;padding:4px 10px;font-size:13px;font-weight:600}.modal-badge-top{color:#111;text-align:center;word-break:break-word;background:#a3e635;border-radius:10px;max-width:100%;margin-bottom:12px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}@media (width<=768px){.modal-badge-top{width:fit-content;margin:0 auto 12px;display:block}}.modal-image-badge{color:#111;text-align:center;white-space:nowrap;word-break:break-word;background:#a3e635;border-radius:10px;max-width:90%;margin-bottom:12px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-block}@media (width<=768px){.modal-image-badge{white-space:normal;width:fit-content;margin-bottom:10px;padding:5px 10px;font-size:12px}}.promo-banner{grid-template-columns:repeat(3,1fr);gap:24px;padding:40px;display:grid}.promo-card{color:#fff;cursor:pointer;background-position:100%;background-size:cover;border-radius:18px;align-items:center;height:180px;padding:30px;transition:all .3s;display:flex;position:relative;overflow:hidden}.promo-card:hover{transform:translateY(-6px)scale(1.01)}.overlay{z-index:1;background:linear-gradient(90deg,#020617f2 0%,#020617d9 35%,#02061766 65%,#0000 100%);position:absolute;inset:0}.promo-1{background:url(/assets/ofertas-DohN7EPi.png) 50%/cover no-repeat}.promo-2{background:url(/assets/nuevos-B0ZIDEIX.png) 50%/cover no-repeat}.promo-3{background:url(/assets/pc-Brh5_KmO.png) 50%/cover no-repeat}.content{z-index:2;position:relative}.content h3{font-size:20px;font-weight:800;line-height:1.2}.content p{color:#9ca3af;font-size:14px}.content h3 span{color:#a3e635}.content p{color:#d1d5db;margin-bottom:12px;font-size:13px}.content button{cursor:pointer;background:#1e40af;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:700}.content button:hover{background:#6ee700}@media (width<=768px){.promo-banner{grid-template-columns:1fr;gap:15px;padding:20px 15px}.promo-card{border-radius:14px;height:160px;padding:20px}.content h3{font-size:16px;line-height:1.2}.content p{font-size:12px}.content button{padding:8px 14px;font-size:13px}}.footer{color:#e4e4e7;background:#0f172a;border-top:1px solid #e5e7eb;padding:60px 40px 30px}.footer-top{grid-template-columns:2fr repeat(3,1fr) 2fr;gap:40px;margin-bottom:40px;display:grid}.logo h2{color:#fff;margin-bottom:12px;font-size:22px;font-weight:800}.logo span{color:#1e40af}.logo p{color:#d4d4d8;font-size:13px;line-height:1.6}.links h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:700}.links a{color:#d4d4d8;margin-bottom:10px;font-size:13px;transition:color .2s;display:block}.newsletter h4{color:#fff;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:700}.newsletter p{color:#d4d4d8;margin:10px 0;font-size:13px}.input{display:flex}.input input{color:#fff;background:#1e293b;border:1px solid #3f3f46;border-radius:6px 0 0 6px;outline:none;flex:1;padding:10px 14px;font-size:13px}.input button{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:0 6px 6px 0;padding:10px 18px;font-weight:600;transition:background .2s}.input button:hover{background:#f4f4f5}.footer-bottom{text-align:center;color:#a1a1aa;border-top:1px solid #1e293b;padding-top:20px;font-size:12px}.footer a,.footer a:visited,.footer a:active{color:#d4d4d8;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}@media (width<=900px){.footer{padding:40px 20px 20px}.footer-top{text-align:left;flex-direction:column;align-items:flex-start;gap:30px;display:flex}.links{width:100%;display:block}.logo h2{font-size:24px}.logo p{max-width:100%}.newsletter{width:100%}}.filter-sidebar{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-shrink:0;align-self:start;width:260px;padding:24px;position:sticky;top:100px;box-shadow:0 4px 12px #00000004}.filter-sidebar__header{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;display:flex}.filter-sidebar__header h3{color:#0f172a;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:13px;font-weight:700}.filter-sidebar__clear{color:#1e40af;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.filter-sidebar__section{margin-bottom:22px}.filter-sidebar__section:last-child{margin-bottom:0}.filter-sidebar__section h4{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 10px;font-size:11px;font-weight:700}.filter-sidebar__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.filter-sidebar__list li{color:#52525b;cursor:pointer;padding:4px 0;font-size:13px;transition:all .15s}.filter-sidebar__list li:hover{color:#0f172a;padding-left:3px}.filter-sidebar__list li.active{color:#0f172a;font-weight:700}.filter-sidebar__range-wrapper{padding:4px 0}.filter-sidebar__range{accent-color:#1e40af;cursor:pointer;outline:none;width:100%;height:5px}.filter-sidebar__range-labels{color:#71717a;justify-content:space-between;margin-top:6px;font-size:11px;font-weight:600;display:flex}.filter-sidebar__colors{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.filter-sidebar__color-dot{cursor:pointer;border:1.5px solid #d4d4d8;border-radius:50%;width:24px;height:24px;padding:0;transition:transform .2s,box-shadow .2s}.filter-sidebar__color-dot:hover{transform:scale(1.15)}.filter-sidebar__color-dot.active{transform:scale(1.1);box-shadow:0 0 0 2px #fff,0 0 0 4px #1e40af}.category-layout{grid-template-columns:260px 1fr;align-items:start;gap:30px;max-width:1400px;margin:0 auto;padding:30px 40px;display:grid}.category-content{min-width:0}@media (width<=992px){.category-layout{grid-template-columns:1fr;gap:16px;padding:20px}.filter-sidebar{width:100%;padding:16px;position:static}.filter-sidebar__list{flex-flow:wrap;gap:6px}.filter-sidebar__list li{background:#f4f4f5;border-radius:20px;padding:5px 12px;font-size:12px}.filter-sidebar__list li.active{color:#fff;background:#0f172a}}.smartphone-page{background:var(--bg-main);width:100%;min-height:100vh}.smartphones-header{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.smartphones-header h2{color:#0f172a;margin:0;font-size:22px;font-weight:700}.smartphones-header span{color:#71717a;font-size:13px}.smartphones-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.smartphones-loading{text-align:center;color:#71717a;padding:60px 20px;font-size:14px}.back-home{max-width:1400px;margin:24px auto 0;padding:0 40px}.back-home-btn{color:#020617;cursor:pointer;background:#1e40af;border:none;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .2s}.back-home-btn:hover{background:#6ee700;transform:translateY(-1px)}.smart-layout{grid-template-columns:280px minmax(0,1fr);gap:30px;max-width:1400px;margin:20px auto;padding:0 40px;display:grid;overflow-x:hidden}.filters{background:#fff;border:1px solid #e5e7eb;border-radius:18px;max-height:calc(100vh - 140px);padding:26px 24px;position:sticky;top:120px;overflow-y:auto;box-shadow:0 12px 30px #0f172a0f}.filters h3{color:#020617;margin:0 0 24px;font-size:22px;font-weight:800}.filter-group{margin-bottom:28px}.filter-group:last-child{margin-bottom:0}.filter-group h4{color:#1f2937;margin:0 0 12px;font-size:16px;font-weight:800}.filter-group label{color:#020617;cursor:pointer;align-items:center;gap:8px;margin-bottom:10px;font-size:15px;line-height:1;display:flex}.filter-group input[type=checkbox]{accent-color:#1e40af;cursor:pointer;width:16px;height:16px;margin:0}.filter-group input[type=range]{accent-color:#1e40af;cursor:pointer;width:100%}.products-container{max-height:calc(100vh - 140px);overflow:hidden auto}.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;min-width:0;display:grid}.products-container::-webkit-scrollbar{width:8px}.products-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.products-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.products-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.products{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;width:100%;min-width:0;display:grid;overflow-x:hidden}.products>*{min-width:0}@media (width<=1200px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.smart-layout{grid-template-columns:240px minmax(0,1fr)}.filters{max-height:calc(100vh - 135px);top:115px}.products-container{max-height:calc(100vh - 135px)}.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.smart-layout{grid-template-columns:1fr}.filters{max-height:none;position:relative;top:auto;overflow-y:visible}.products-container{max-height:none;padding-right:0;overflow-y:visible}.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.products{grid-template-columns:1fr}.smart-layout,.back-home{padding:0 15px}}.cart-page{background:var(--bg-main);width:100%}.cart-hero{color:#fff;background:linear-gradient(135deg,#020617,#0a1f5b);padding:60px 40px}.cart-hero span{color:var(--accent);font-size:13px}.cart-hero h1{margin:10px 0;font-size:36px}.cart-hero p{color:#9ca3af}.cart-container{grid-template-columns:2fr 1fr;gap:30px;max-width:1400px;margin:40px auto;padding:0 40px;display:grid}.cart-products{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.cart-header{justify-content:space-between;margin-bottom:20px;display:flex}.cart-header h2{font-size:18px}.cart-item{border-bottom:1px solid #f3f4f6;grid-template-columns:90px 1fr 120px 100px;align-items:center;gap:15px;padding:15px 0;display:grid}.cart-item-img{width:80px}.cart-item-img img{object-fit:contain;width:100%}.cart-item-info span{color:var(--text-muted);font-size:12px}.cart-item-info h3{margin:5px 0;font-size:14px}.cart-item-prices strong{font-size:15px}.cart-item-prices small{color:#9ca3af;margin-left:8px;text-decoration:line-through}.cart-quantity{align-items:center;gap:8px;display:flex}.cart-quantity button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:28px;height:28px}.cart-remove{color:#ef4444;cursor:pointer;background:0 0;border:none}.cart-summary{background:#fff;border:1px solid #e5e7eb;border-radius:16px;height:fit-content;padding:20px;position:sticky;top:20px}.cart-summary h2{margin-bottom:20px}.summary-row{justify-content:space-between;margin-bottom:10px;display:flex}.summary-line{background:#e5e7eb;height:1px;margin:15px 0}.summary-total{justify-content:space-between;margin-bottom:20px;font-size:18px;display:flex}.checkout-btn{background:var(--accent);border:none;border-radius:10px;width:100%;margin-bottom:10px;padding:12px;font-weight:600}.checkout-btn:hover{background:var(--accent-dark)}.whatsapp-btn{color:#fff;background:#25d366;border:none;border-radius:10px;width:100%;padding:12px;font-weight:600}.summary-note{color:#9ca3af;margin-top:10px;font-size:12px}@media (width<=900px){.cart-container{grid-template-columns:1fr;padding:0 20px}.cart-summary{position:static}}@media (width<=600px){.cart-item{grid-template-columns:1fr;gap:10px}.cart-quantity{justify-content:flex-start}}.product-detail-page{background-color:#fbfbfb;min-height:100vh}.detail-main-container{max-width:1250px;margin:0 auto;padding:30px 20px 80px}.back-link{color:#71717a;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:24px;padding:0;font-size:13px;font-weight:600;transition:color .2s;display:inline-flex}.back-link:hover{color:#0f172a}.product-detail-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:50px;display:grid}.detail-gallery{flex-direction:column;gap:20px;display:flex;position:sticky;top:90px}.out-of-frame-wrapper{perspective:1800px;transform-style:preserve-3d;opacity:0;justify-content:center;align-items:flex-end;width:100%;height:500px;animation:.7s cubic-bezier(.16,1,.3,1) forwards outOfFrameEntrance;display:flex;position:relative;overflow:visible;transform:scale(.95)}@keyframes outOfFrameEntrance{to{opacity:1;transform:scale(1)}}.out-of-frame-card{-webkit-backdrop-filter:blur(20px);z-index:1;background:linear-gradient(145deg,#f4f4f8f2,#e4e4e9cc);border:1px solid #fff6;border-radius:24px;width:100%;height:400px;position:absolute;bottom:0;transform:translateZ(0);box-shadow:0 20px 40px #0000000a,inset 0 0 0 1px #ffffff80}.out-of-frame-image{z-index:10;object-fit:contain;filter:drop-shadow(0 15px 25px #0000001f);transform-origin:50%;backface-visibility:hidden;height:480px;image-rendering:high-quality;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.25,1,.5,1);position:relative;bottom:20px;transform:translateZ(0)scale(1)}.out-of-frame-wrapper.is-hovering .out-of-frame-image{transform:rotateX(calc(var(--rotX,0) * 1deg)) rotateY(calc(var(--rotY,0) * 1deg)) translateZ(90px);transition:transform .1s linear}@media (width<=1024px){.out-of-frame-wrapper.is-hovering .out-of-frame-image{transform:rotateX(calc(var(--rotX,0) * .6deg)) rotateY(calc(var(--rotY,0) * .6deg)) translateZ(90px)}}.out-of-frame-halo{z-index:5;pointer-events:none;opacity:0;background:radial-gradient(circle,#fffc 0%,#fff0 70%);width:300px;height:300px;transition:opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(20px)}.out-of-frame-wrapper.is-hovering .out-of-frame-halo{opacity:var(--glare-opacity,0);top:var(--glare-y,50%);left:var(--glare-x,50%);transition:none}.out-of-frame-shadow{filter:blur(20px);pointer-events:none;z-index:2;background:#00000026;border-radius:50%;width:70%;height:20px;transition:all .6s cubic-bezier(.25,1,.5,1);position:absolute;bottom:15px;left:50%;transform:translate(-50%)translateZ(30px)}.out-of-frame-wrapper.is-hovering .out-of-frame-shadow{transform:translateX(calc(-50% - (var(--rotY,0) * 1px))) translateY(calc((var(--rotX,0) * 1px))) translateZ(30px) scale(.9);background:#00000040}@media (width<=768px){.out-of-frame-image{animation:6s ease-in-out infinite alternate subtleFloatImage}.out-of-frame-wrapper:active .out-of-frame-image{transition:transform .2s;transform:scale(.98)}.out-of-frame-wrapper.is-hovering .out-of-frame-image{transform:none}}@keyframes subtleFloatImage{0%{transform:translateY(0)translateZ(0)}to{transform:translateY(-8px)translateZ(0)}}.premium-3d-glare{pointer-events:none;background:radial-gradient(circle at var(--glare-x,50%) var(--glare-y,50%), rgba(255, 255, 255, var(--glare-opacity,0)) 0%, #fff0 60%);z-index:100;width:100%;height:100%;transition:opacity .6s;position:absolute;top:0;left:0}.premium-3d-wrapper.is-hovering .premium-3d-glare{transition:none}.variation-images-container{border-top:1px dashed #e4e4e7;border-bottom:1px dashed #e4e4e7;flex-direction:column;gap:8px;padding:8px 0;display:flex}.variation-label{color:#71717a;text-transform:uppercase;font-size:12px;font-weight:700}.variation-images-grid{flex-wrap:wrap;gap:10px;display:flex}.variation-image-btn{cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;padding:4px;transition:all .2s;display:flex}.variation-image-btn img{object-fit:contain;max-width:100%;max-height:100%}.variation-image-btn:hover{border-color:#a1a1aa}.variation-image-btn.active{border-color:#0f172a;box-shadow:0 0 0 1px #0f172a}.thumbnails-grid{flex-wrap:wrap;gap:10px;display:flex}.thumb-button{cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;padding:6px;transition:all .2s;display:flex}.thumb-button:hover{border-color:#a1a1aa}.thumb-button.active{border-color:#0f172a;box-shadow:0 0 0 1px #0f172a}.thumb-button img{object-fit:contain;max-width:100%;max-height:100%}.detail-info-panel{background:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;padding:32px;display:flex;box-shadow:0 4px 15px #00000003}.info-brand{text-transform:uppercase;color:#71717a;letter-spacing:1.5px;margin-bottom:8px;font-size:13px;font-weight:700}.info-title{color:#0f172a;margin-bottom:16px;font-size:28px;font-weight:800;line-height:1.2}.info-price-row{border-bottom:1px solid #f4f4f5;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;display:flex}.info-price{color:#0f172a;font-size:26px;font-weight:700}.info-old-price{color:#71717a;font-size:16px;text-decoration:line-through}.selector-group{margin-bottom:20px}.selector-label{color:#71717a;margin-bottom:8px;font-size:13px;display:block}.selector-label strong{color:#0f172a}.color-options,.capacity-options{flex-wrap:wrap;gap:10px;display:flex}.color-btn,.capacity-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.color-btn:hover,.capacity-btn:hover{border-color:#a1a1aa}.color-btn.active,.capacity-btn.active{color:#fff;background:#0f172a;border-color:#0f172a}.color-dot{border:1px solid #0000001a;border-radius:50%;width:14px;height:14px;display:inline-block}.capacity-btn.disabled{opacity:.5;cursor:not-allowed;text-decoration:line-through}.purchase-section{border-bottom:1px solid #f4f4f5;align-items:flex-start;gap:16px;margin-top:10px;margin-bottom:24px;padding-bottom:24px;display:flex}.quantity-selector{background:#fff;border:1px solid #e4e4e7;border-radius:8px;align-items:center;height:48px;display:flex;overflow:hidden}.quantity-selector button{cursor:pointer;color:#71717a;background:0 0;border:none;width:40px;height:100%;font-size:16px;transition:background .15s}.quantity-selector button:hover{color:#0f172a;background:#f4f4f5}.quantity-selector button:disabled{opacity:.3;cursor:not-allowed}.quantity-selector span{text-align:center;color:#0f172a;width:32px;font-size:14px;font-weight:600}.action-buttons-stack{flex-direction:column;flex:1;gap:10px;display:flex}.btn-add-to-cart{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;width:100%;height:48px;font-size:14px;font-weight:700;transition:background .2s}.btn-add-to-cart:hover{background:#1e40af;color:#fff!important}.btn-buy-whatsapp{color:#fff;cursor:pointer;background:#128c7e;border:none;border-radius:8px;width:100%;height:48px;font-size:14px;font-weight:700;transition:background .2s}.btn-buy-whatsapp:hover{background:#075e54}.trust-badges-panel{flex-direction:column;gap:16px;display:flex}.badge-row{align-items:flex-start;gap:12px;display:flex}.badge-row svg{color:#0f172a;flex-shrink:0;margin-top:2px}.badge-row strong{color:#0f172a;margin-bottom:2px;font-size:13px;display:block}.badge-row p{color:#71717a;margin:0;font-size:12px;line-height:1.4}.product-description-section{background:#fff;border:1px solid #e4e4e7;border-radius:16px;margin-top:40px;padding:32px}.product-description-section h2{color:#0f172a;margin-bottom:16px;font-size:18px;font-weight:700}.description-content{color:#374151;font-size:14px;line-height:1.6}.suggested-products-section{border-top:1px solid #e4e4e7;margin-top:50px;padding-top:40px}.suggested-products-section h2{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px;font-size:20px;font-weight:700}.detail-loading-screen{background-color:#fbfbfb;flex-direction:column;min-height:100vh;display:flex}.loading-container,.error-container{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.loader{border:3px solid #e4e4e7;border-top-color:#0f172a;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-back{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;align-items:center;gap:6px;margin-top:16px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}@media (width<=992px){.product-detail-grid{grid-template-columns:1fr;gap:30px}.detail-gallery{position:static}.main-image-wrapper{height:400px}.suggested-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.detail-main-container{padding:15px 15px 40px}.main-image-wrapper{height:300px;padding:20px}.detail-info-panel{padding:20px}.info-title,.info-price{font-size:22px}.purchase-section{flex-direction:column;align-items:stretch}.quantity-selector{justify-content:space-between;width:100%}}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20000;background:#02061799;width:100%;height:100%;position:fixed;inset:0}.drawer{z-index:20001;background:#fff;flex-direction:column;width:380px;max-width:100%;height:100%;padding:20px;animation:.35s slideIn;display:flex;position:fixed;top:0;right:0;overflow-x:hidden;box-shadow:-10px 0 30px #0003}@keyframes slideIn{0%{opacity:.8;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.drawer-header h3{font-size:20px;font-weight:700}.drawer-header button{cursor:pointer;background:0 0;border:none;font-size:18px}.drawer-items{flex:1;overflow:hidden auto}.drawer-item{background:#fff;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:14px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #1e40af1a,0 0 0 1.5px #1e40af14}.drawer-item:hover{transform:scale(1.01);box-shadow:0 8px 32px #1e40af2e,0 0 0 1.5px #1e40af24}.drawer-img{justify-content:center;align-items:center;width:70px;height:70px;display:flex}.drawer-img img{object-fit:contain;width:100%}.drawer-info{flex:1}.drawer-info h4{word-break:break-word;overflow-wrap:break-word;margin-bottom:4px;font-size:14px}.drawer-info span{color:#6b7280;word-break:break-word;overflow-wrap:break-word;font-size:13px}.drawer-qty{flex-shrink:0;align-items:center;gap:8px;margin-top:6px;display:flex}.drawer-qty button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:16px;display:flex}.drawer-qty span{text-align:center;min-width:20px;font-size:14px}.drawer-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:16px}.drawer-footer{border-top:1px solid #e5e7eb;padding-top:15px}.drawer-summary div{justify-content:space-between;margin-bottom:5px;font-size:14px;display:flex}.drawer-total{justify-content:space-between;margin-bottom:15px;font-size:18px;font-weight:700;display:flex}.drawer-btn{border:none;border-radius:10px;width:100%;margin-bottom:10px;padding:12px;font-weight:600}.drawer-btn.primary{color:#fff;cursor:pointer;background:#0f172a;transition:background .2s,color .2s}.drawer-btn.primary:hover{background:#1e40af;color:#fff!important}.drawer-btn.secondary{color:#fff;background:#111827}@media (width<=500px){.drawer{width:100%}}.drawer-variants{flex-wrap:wrap;gap:6px;margin:4px 0;display:flex}.drawer-variants small{color:#374151;background:#f3f4f6;border-radius:999px;padding:3px 7px;font-size:11px}.admin-login-page{background:radial-gradient(circle at 0 0,#4f46e514,#0000 32%),radial-gradient(circle at 100% 100%,#3b82f614,#0000 34%),linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px;display:flex;position:relative;overflow:hidden}.admin-login-page:before{content:"";pointer-events:none;background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.admin-login-wrapper{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:100%;max-width:1100px;display:grid;position:relative}.admin-login-brand{color:#0f172a}.admin-login-badge{color:#4f46e5;background:#4f46e51a;border:1px solid #4f46e533;border-radius:999px;align-items:center;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.admin-login-brand h1{letter-spacing:-1.5px;max-width:680px;font-size:clamp(34px,5vw,64px);font-weight:900;line-height:1.05}.admin-login-brand h1 span{color:#4f46e5}.admin-login-brand p{color:#71717a;max-width:560px;margin-top:20px;font-size:15px;line-height:1.6}.admin-login-stats{flex-wrap:wrap;gap:16px;margin-top:30px;display:flex}.admin-login-stats div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:130px;padding:16px;box-shadow:0 2px 8px #00000005}.admin-login-stats strong{color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:700;display:block}.admin-login-stats small{color:#71717a;font-size:12px}.admin-login-card{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;padding:34px;box-shadow:0 10px 30px #0000000a}.admin-login-header{margin-bottom:24px}.admin-login-header h2{color:#0f172a;margin-bottom:6px;font-size:26px;font-weight:800}.admin-login-header p{color:#71717a;font-size:14px}.admin-login-form{flex-direction:column;gap:18px;display:flex}.admin-input-group{flex-direction:column;gap:8px;display:flex}.admin-input-group label{color:#0f172a;font-size:14px;font-weight:600}.admin-input-group input{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;min-height:48px;padding:0 14px;font-size:14px;transition:all .2s}.admin-input-group input::placeholder{color:#a1a1aa}.admin-input-group input:focus{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a26}.admin-password-field{position:relative}.admin-password-field input{padding-right:82px}.admin-password-field button{color:#0f172a;cursor:pointer;background:#f4f4f5;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.admin-password-field button:hover{background:#e4e4e7}.admin-login-options{justify-content:space-between;align-items:center;gap:14px;margin-top:2px;display:flex}.admin-login-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;width:100%;min-height:48px;font-size:14px;font-weight:600;transition:background .2s}.admin-login-btn:hover{background:#1e293b}@media (width<=900px){.admin-login-wrapper{grid-template-columns:1fr;gap:30px}}@media (width<=600px){.admin-login-page,.admin-login-card{padding:20px}}.admin-layout{color:#0f172a;box-sizing:border-box;background:#f9fafb;min-height:100vh;display:flex}.admin-layout *{box-sizing:border-box}.admin-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;gap:20px;width:260px;padding:18px 18px 24px;display:flex}.admin-sidebar-header{justify-content:space-between;align-items:flex-start;margin-top:6px;display:flex}.admin-logo{align-items:center;gap:14px;margin-top:10px;display:flex}.admin-logo-cube{color:#fff;background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-weight:900;display:flex;box-shadow:0 4px 10px #00000014}.admin-logo h2{color:#0f172a;margin:0;font-size:18px;font-weight:800}.admin-logo span{color:#71717a;font-size:12px}.admin-menu{flex-direction:column;gap:6px;display:flex}.admin-menu a{color:#4b5563;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.admin-menu a:hover{color:#0f172a;background:#f4f4f5}.admin-menu .active{color:#fff;background:#0f172a;font-weight:600}.admin-main{flex:1;padding:30px}.admin-topbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.admin-kicker{color:#4f46e5;font-size:13px;font-weight:700}.admin-topbar h1{color:#0f172a;margin:6px 0;font-size:28px;font-weight:800}.admin-topbar p{color:#71717a;font-size:14px}.admin-action-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:12px 20px;font-weight:600;transition:background .2s}.admin-action-btn:hover{background:#1e293b}.admin-metrics-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px;display:grid}.admin-metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000005}.admin-metric-card p{color:#71717a;margin:0 0 6px;font-size:13px}.admin-metric-card h3{color:#0f172a;margin:0 0 6px;font-size:24px;font-weight:700}.admin-metric-card span{color:#16a34a;font-size:13px;font-weight:600}.admin-metric-card small{color:#a1a1aa;margin-top:4px;font-size:12px;display:block}.admin-dashboard-grid{grid-template-columns:2fr 1fr;gap:20px;display:grid}.admin-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000005}.admin-panel.large{grid-column:span 2}.admin-panel-header{border-bottom:1px solid #f4f4f5;justify-content:space-between;margin-bottom:18px;padding-bottom:12px;display:flex}.admin-panel-header h2{color:#0f172a;font-size:16px;font-weight:700}.admin-panel-header span{color:#71717a;font-size:12px}.admin-table{flex-direction:column;gap:12px;display:flex}.admin-table-row{border:1px solid #f4f4f5;border-radius:8px;grid-template-columns:40px 1fr 120px 120px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:grid}.admin-table-row:hover{background:#f9fafb}.admin-table-row h4{color:#0f172a;font-size:14px;font-weight:600}.admin-table-row p{color:#71717a;font-size:12px}.admin-category-list{flex-direction:column;gap:16px;display:flex}.admin-category-item div{color:#0f172a;justify-content:space-between;font-size:13px;display:flex}.admin-progress{background:#f4f4f5;border-radius:999px;width:100%;height:8px;margin-top:6px;overflow:hidden}.admin-progress span{background:#0f172a;height:100%;display:block}.admin-profit-card{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;padding:24px}.admin-profit-badge{color:#fff;background:#ffffff26;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.admin-profit-card h3{color:#fff;margin:14px 0 8px;font-size:22px}.admin-profit-card p{color:#e4e4e7;margin-bottom:12px;font-size:13px}.admin-comparison-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.admin-comparison-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.admin-comparison-card h4{color:#0f172a;margin:0 0 10px;font-size:14px}.admin-comparison-card div{color:#4b5563;justify-content:space-between;margin-bottom:4px;font-size:13px;display:flex}@media (width<=1100px){.admin-metrics-grid{grid-template-columns:repeat(2,1fr)}.admin-dashboard-grid{grid-template-columns:1fr}.admin-panel.large{grid-column:span 1}}@media (width<=480px){.admin-metrics-grid,.admin-comparison-grid{grid-template-columns:1fr}}.admin-menu-toggle{color:#0f172a;cursor:pointer;background:0 0;border:none;font-size:24px;display:none}.admin-overlay{z-index:9;background:#0006;position:fixed;inset:0}.admin-close-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;margin-top:2px;font-size:22px;display:none}@media (width<=768px){.admin-layout{flex-direction:column;width:100%;overflow-x:hidden}.admin-menu-toggle{margin-bottom:16px;display:block}.admin-sidebar{z-index:10;background:#fff;width:280px;max-width:82%;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-close-btn{display:block}.admin-main{width:100%;padding:20px;overflow-x:hidden}.admin-topbar{flex-direction:column;align-items:flex-start}.admin-topbar h1{font-size:26px;line-height:1.15}.admin-topbar p{max-width:100%}.admin-action-btn{width:100%}.admin-metrics-grid,.admin-dashboard-grid{grid-template-columns:1fr}.admin-panel,.admin-panel.large{grid-column:span 1;width:100%;overflow:hidden}.admin-panel-header{flex-direction:column;gap:6px}.admin-panel-header span{white-space:normal}.admin-table-row{grid-template-columns:32px 1fr;align-items:flex-start;gap:10px}.admin-table-row>span,.admin-table-row>b{grid-column:2;font-size:14px}.admin-table-row h4{font-size:15px;line-height:1.25}.admin-profit-card{overflow-wrap:anywhere;width:100%}.admin-profit-card h3{font-size:20px}.admin-profit-card p{font-size:14px;line-height:1.5}.admin-comparison-grid{grid-template-columns:1fr}.admin-comparison-card{width:100%}.admin-comparison-card div{align-items:center;gap:10px}.admin-comparison-card span,.admin-comparison-card strong{overflow-wrap:anywhere}}.admin-empty-state{text-align:center;color:#71717a;background:#00000003;border:1px dashed #e5e7eb;border-radius:12px;width:100%;padding:30px;font-size:14px}.products-form{flex-direction:column;gap:20px;display:flex}.products-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000005}.products-card h2{color:#0f172a;margin-bottom:16px;font-size:16px;font-weight:700}.products-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.products-grid input,.products-grid select,textarea{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.products-grid input:focus,.products-grid select:focus,textarea:focus{border-color:#0f172a}textarea{margin-top:10px;font-family:inherit}.products-actions{justify-content:flex-end;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:background .2s}.btn-primary:hover{background:#1e293b}.products-desc-images{grid-template-columns:2fr 1fr;gap:20px;margin-top:12px;display:grid}.products-desc textarea{width:100%;height:100%;min-height:160px}.products-images{flex-direction:column;justify-content:center;gap:12px;height:100%;display:flex}.products-upload{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;flex-direction:column;gap:6px;padding:24px;transition:all .2s;display:flex}.products-upload:hover{background:#f4f4f5;border-color:#0f172a}.products-upload input{display:none}.products-upload span{color:#0f172a;font-size:14px;font-weight:600}.products-upload small{color:#71717a;font-size:12px}.products-preview{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.products-preview img{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;height:80px}.main-preview{border:2px solid #0f172a!important}.btn-add-color{color:#0f172a;cursor:pointer;background:#f4f4f5;border:1px solid #e5e7eb;border-radius:6px;width:fit-content;padding:8px 14px;font-weight:600;transition:all .2s}.btn-add-color:hover{background:#e4e4e7}.btn-add-color:active{transform:scale(.97)}.color-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.color-row span{color:#0f172a;min-width:70px;font-weight:500}.color-input{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;flex:1;padding:8px 10px;transition:border-color .2s}.color-input:focus{border-color:#0f172a}.color-delete{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:all .2s;display:flex}.color-delete:hover{color:#b91c1c;background:#fca5a5;transform:scale(1.05)}.color-delete:active{transform:scale(.95)}.color-row-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:16px}.capacity-admin-inputs{grid-template-columns:1.4fr 1fr 1fr auto;align-items:center;gap:10px;margin-top:12px;display:grid}.capacity-admin-inputs input{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:10px;font-size:13px}.capacity-admin-inputs input:focus{border-color:#0f172a}.capacity-admin-inputs input::placeholder{color:#a1a1aa}.capacity-list{flex-direction:column;gap:6px;margin-top:12px;display:flex}.capacity-item{color:#0f172a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;padding:8px 12px;font-size:13px;display:flex}.capacity-item span:last-child{align-items:center;gap:10px;display:flex}.capacity-item small{color:#71717a;text-decoration:line-through}.image-preview-item{position:relative}.image-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px}.image-delete:hover{background:#dc2626}.products-options-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.products-check-option{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;transition:all .2s;display:flex}.products-check-option:hover{background:#f4f4f5;border-color:#d4d4d8}.products-check-option input{accent-color:#0f172a;width:18px;height:18px;margin-top:3px}.products-check-option span{flex-direction:column;gap:4px;display:flex}.products-check-option strong{color:#0f172a;font-size:14px}.products-check-option small{color:#71717a;font-size:12px;line-height:1.4}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products-desc-images{grid-template-columns:1fr}.products-preview{grid-template-columns:repeat(3,1fr)}.products-options-grid{grid-template-columns:1fr}}@media (width<=600px){.products-grid{grid-template-columns:1fr}.products-actions,.btn-primary{width:100%}}.inventory-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.inventory-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .25s;overflow:hidden;box-shadow:0 2px 8px #00000005}.inventory-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000a}.inventory-card-content{padding:16px}.inventory-card-content>span{color:#4f46e5;font-size:12px;font-weight:700}.inventory-card-content h3{color:#0f172a;margin:8px 0 14px;font-size:17px;line-height:1.3}.inventory-info-row{border-top:1px solid #f4f4f5;justify-content:space-between;padding:10px 0;display:flex}.inventory-info-row small{color:#71717a}.inventory-info-row strong{color:#0f172a}.inventory-card-content button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;width:100%;margin-top:12px;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.inventory-card-content button:hover{background:#1e293b}.inventory-empty{text-align:center;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;padding:28px}.inventory-empty h2{color:#0f172a;margin-bottom:8px}.inventory-empty p{color:#71717a;margin-bottom:18px}.inventory-empty a{color:#fff;background:#0f172a;border-radius:8px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-block}.inventory-modal-overlay{z-index:50;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.inventory-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 10px 25px #00000014}.inventory-modal-header{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.inventory-modal-header h2{color:#0f172a;font-size:18px;font-weight:700}.inventory-close-btn{color:#71717a;cursor:pointer;background:0 0;border:none;font-size:20px}.inventory-modal-body{flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}.inventory-modal-footer{border-top:1px solid #f4f4f5;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.inventory-btn-save{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:10px 18px;font-weight:600}.inventory-btn-cancel{color:#0f172a;cursor:pointer;background:#f4f4f5;border:1px solid #e5e7eb;border-radius:6px;padding:10px 18px;font-weight:600}.inventory-form-group{flex-direction:column;gap:6px;display:flex}.inventory-form-group label{color:#71717a;font-size:13px;font-weight:600}.inventory-form-group input,.inventory-form-group select{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:10px 12px;font-size:14px}.inventory-form-group input:focus,.inventory-form-group select:focus{border-color:#0f172a}@media (width<=900px){.inventory-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.inventory-grid{grid-template-columns:1fr}}.sales-form{flex-direction:column;gap:20px;display:flex}.sales-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000005}.sales-card h2{color:#0f172a;margin-bottom:16px;font-size:16px;font-weight:700}.sales-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.sales-grid input,.sales-grid select{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.sales-grid input:focus,.sales-grid select:focus{border-color:#0f172a}.sales-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:16px;margin-top:15px;padding:16px;display:flex}.sales-product-card img{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100px;height:100px;padding:8px}.sales-submit{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s}.sales-submit:hover{background:#1e293b}.sales-product-info{flex-direction:column;gap:6px;width:100%;display:flex}.sales-category{color:#4f46e5;background:#4f46e51a;border-radius:999px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:700}.sales-brand{color:#71717a;margin-top:-2px;font-size:14px}.sales-product-meta{flex-wrap:wrap;align-items:center;gap:30px;margin-top:10px;display:flex}.sales-product-meta div{flex-direction:column;gap:3px;display:flex}.sales-product-meta small{color:#71717a;font-size:12px}.sales-product-meta strong{color:#0f172a;font-size:15px}.sales-old-price{color:#ef4444;font-size:14px;font-weight:700;text-decoration:line-through}.sales-add-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .2s}.sales-add-btn:hover{background:#1e293b}.sales-cart-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;overflow:hidden;box-shadow:0 2px 8px #00000005}.sales-cart-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sales-cart-header h3{color:#0f172a;font-size:16px;font-weight:700}.sales-cart-header span{color:#71717a;font-size:13px}.sales-cart-item{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sales-cart-product{align-items:center;gap:14px;display:flex}.sales-cart-product img{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:70px;height:70px;padding:6px}.sales-cart-product h4{color:#0f172a;margin-bottom:4px;font-size:15px;font-weight:600}.sales-cart-product p{color:#71717a;font-size:13px}.sales-cart-meta{align-items:center;gap:20px;display:flex}.sales-cart-meta span{color:#71717a;font-size:14px}.sales-cart-meta strong{color:#0f172a;font-size:15px}.sales-cart-total{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.sales-cart-total span{color:#71717a;font-size:14px}.sales-cart-total strong{color:#0f172a;font-size:20px;font-weight:800}.sales-remove-btn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:all .2s;display:flex}.sales-remove-btn:hover{color:#b91c1c;background:#fca5a5;transform:scale(1.05)}@media (width<=1024px){.sales-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.sales-grid{grid-template-columns:1fr}.sales-product-card{text-align:center;flex-direction:column;align-items:center}.sales-submit{width:100%}.sales-cart-item{flex-direction:column;align-items:flex-start;gap:14px}.sales-cart-meta{justify-content:space-between;width:100%}}.orders-search{margin-bottom:24px}.orders-search input{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;max-width:420px;padding:10px 14px;font-size:14px}.orders-search input:focus{border-color:#0f172a}.orders-empty{text-align:center;color:#71717a;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;padding:40px}.orders-list{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.orders-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:170px;padding:18px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000005}.orders-card:hover{border-color:#0f172a;transform:translateY(-2px);box-shadow:0 8px 24px #0000000a}.orders-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orders-number{color:#4f46e5;background:#4f46e51a;border-radius:999px;margin-bottom:8px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.orders-card h3{color:#0f172a;margin-top:4px;margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.3}.orders-status{color:#2563eb;white-space:nowrap;background:#3b82f61a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.orders-meta{flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px;display:flex}.orders-meta span{color:#71717a;font-size:13px}.orders-meta strong{color:#0f172a;font-weight:700}.order-modal-overlay{z-index:50;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000014}.order-modal-header{border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.order-modal-header h2{color:#0f172a;font-size:18px;font-weight:700}.order-modal-close{color:#71717a;cursor:pointer;background:0 0;border:none;font-size:20px}.order-modal-body{flex-direction:column;gap:20px;padding:24px;display:flex}.order-section{flex-direction:column;gap:8px;display:flex}.order-section h4{color:#0f172a;border-bottom:1px solid #f4f4f5;padding-bottom:6px;font-size:14px;font-weight:700}.order-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.order-info-item{flex-direction:column;gap:4px;display:flex}.order-info-item small{color:#71717a;font-size:12px}.order-info-item span{color:#0f172a;font-size:13px}.order-products-list{flex-direction:column;gap:10px;display:flex}.order-product-item{color:#0f172a;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;display:flex}.order-status-update{gap:12px;margin-top:10px;display:flex}.order-status-update select{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;padding:8px 12px}.order-status-update button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:8px 16px;font-weight:600}@media (width<=900px){.orders-list{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.orders-list,.order-grid-2{grid-template-columns:1fr}}.search-page{padding:40px}.search-page h2{margin-bottom:20px}.grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.checkout-page{background:var(--bg-main);width:100%}.checkout-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#020617,#0a1f5b);padding:70px 40px}.checkout-hero span{color:#60a5fa;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:800}.checkout-hero h1{margin:12px 0;font-size:40px}.checkout-hero p{color:#cbd5e1;font-size:17px}.checkout-container{grid-template-columns:2fr .95fr;align-items:start;gap:30px;max-width:1400px;margin:40px auto;padding:0 40px;display:grid}.checkout-left{flex-direction:column;gap:22px;display:flex}.checkout-card,.checkout-summary{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px;box-shadow:0 18px 45px #0f172a0f}.checkout-card-header{gap:14px;margin-bottom:22px;display:flex}.checkout-card-header>span{background:var(--accent);color:#020617;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:flex}.checkout-card-header h2,.checkout-summary h2{color:#111827;margin-bottom:22px;font-size:22px}.checkout-card-header p{color:#64748b;font-size:14px}.checkout-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.checkout-grid input,.checkout-grid select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;height:52px;padding:0 15px;font-size:14px}.checkout-grid input:focus,.checkout-grid select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #8cff0033}.checkout-full{grid-column:1/-1}.checkout-check{color:#111827;align-items:center;gap:10px;margin-bottom:18px;font-weight:700;display:flex}.checkout-check input{width:18px;height:18px;accent-color:var(--accent)}.payment-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.payment-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:6px;padding:16px;transition:all .2s;display:flex}.payment-option input{display:none}.payment-option span{color:#111827;font-weight:800}.payment-option small{color:#64748b;font-size:12px}.payment-option:hover,.payment-option.active{border-color:var(--accent);box-shadow:0 0 0 3px #8cff002e}.checkout-summary{position:sticky;top:24px}.checkout-items{flex-direction:column;gap:18px;max-height:420px;margin-top:8px;padding-right:4px;display:flex;overflow-y:auto}.checkout-empty{color:#64748b}.checkout-item{grid-template-columns:70px 1fr auto;align-items:center;gap:16px;display:grid}.checkout-item-img{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:70px;min-width:70px;max-width:70px;height:70px;display:flex;overflow:hidden}.checkout-item-img img{object-fit:contain;width:100%;height:100%;padding:6px;display:block}.checkout-item-info h3{color:#111827;margin-bottom:6px;font-size:14px}.checkout-item-info small{color:#64748b;margin-top:4px;font-size:12px;display:block}.checkout-variants{flex-wrap:wrap;gap:5px;margin-bottom:4px;display:flex}.checkout-variants span{color:#374151;background:#f3f4f6;border-radius:999px;padding:3px 7px;font-size:11px}.checkout-item strong{color:#111827;white-space:nowrap;font-size:13px}.checkout-line{background:#e5e7eb;height:1px;margin:20px 0}.checkout-row,.checkout-total{color:#111827;justify-content:space-between;margin-bottom:12px;display:flex}.checkout-row span{color:#64748b}.checkout-total{margin-top:16px;font-size:20px;font-weight:900}.checkout-submit{color:#fff;cursor:pointer;background:#0a1f5b;border:none;border-radius:14px;width:100%;margin-top:14px;padding:15px;font-size:15px;font-weight:900}.checkout-submit:hover{background:#031545}.checkout-note{color:#64748b;text-align:center;margin-top:12px;font-size:12px}@media (width<=980px){.checkout-container{grid-template-columns:1fr;padding:0 20px}.checkout-summary{position:static}}@media (width<=640px){.checkout-hero{padding:50px 22px}.checkout-hero h1{font-size:30px}.checkout-grid,.payment-grid{grid-template-columns:1fr}.checkout-card,.checkout-summary{padding:20px}.checkout-item{grid-template-columns:54px 1fr}.checkout-item strong{grid-column:2}}.clickable{cursor:pointer;transition:transform .2s}.clickable:hover{transform:scale(1.05)}.checkout-item-title{cursor:pointer;transition:color .2s}.checkout-item-title:hover{color:var(--accent)}.payment-logos{flex-direction:column;gap:18px;margin-top:20px;display:flex}.payment-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.payment-row.last-row{grid-template-columns:repeat(2,1fr);justify-content:center}.payment-row img{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:70px;padding:12px;transition:all .2s}.payment-row img:hover{border-color:#1e40af;transform:scale(1.05)}.checkout-alt-actions{flex-direction:column;gap:10px;margin-top:12px;display:flex}.btn-whatsapp{text-align:center;color:#fff;background:#25d366;border-radius:14px;width:100%;padding:14px;font-weight:800;text-decoration:none;transition:all .2s}.btn-whatsapp:hover{background:#1ebe5d;transform:translateY(-1px)}.btn-assist{cursor:pointer;color:#111827;background:0 0;border:1px solid #d1d5db;border-radius:14px;width:100%;padding:14px;font-weight:700;transition:all .2s}.btn-assist:hover{color:#0a1f5b;border-color:#0a1f5b}.payment-options-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.payment-method-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:6px;padding:16px;transition:all .2s;display:flex}.payment-method-card strong{color:#111827;font-size:14px}.payment-method-card small{color:#64748b;font-size:12px;line-height:1.35}.payment-method-card:hover{border-color:#1e40af;box-shadow:0 0 0 3px #8cff002e}.payment-method-card.active{background:#f7ffe8;border-color:#1e40af;box-shadow:0 0 0 3px #8cff0038}.payment-method-card.disabled{opacity:.45;cursor:not-allowed}.payment-method-card.disabled:hover{box-shadow:none;background:#fff;border-color:#e5e7eb}@media (width<=640px){.payment-options-grid{grid-template-columns:1fr}}.order-success-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#020617b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.order-success-modal{background:#fff;border-radius:28px;width:min(920px,100%);max-height:92vh;padding:30px;animation:.28s orderModalIn;position:relative;overflow-y:auto;box-shadow:0 30px 90px #00000059}@keyframes orderModalIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.order-success-close{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;width:38px;height:38px;font-weight:900;position:absolute;top:18px;right:18px}.order-success-close:hover{background:#e5e7eb}.order-success-icon{background:var(--accent);color:#020617;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:14px;font-size:34px;font-weight:1000;display:flex;box-shadow:0 0 0 8px #8cff002e}.order-success-label{color:#0a1f5b;background:#eef4ff;border-radius:999px;margin-bottom:10px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.order-success-modal h2{color:#111827;margin-bottom:10px;padding-right:40px;font-size:30px}.order-success-text{color:#64748b;margin-bottom:20px;font-size:15px;line-height:1.6}.order-number-box{color:#fff;background:linear-gradient(135deg,#020617,#0a1f5b);border-radius:22px;justify-content:space-between;align-items:center;gap:16px;margin:20px 0;padding:22px;display:flex}.order-number-box span{color:#cbd5e1;font-size:13px;font-weight:700}.order-number-box strong{color:var(--accent);letter-spacing:1px;font-size:28px}.order-success-section{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-top:22px;padding:20px}.order-success-section h3{color:#111827;margin-bottom:16px;font-size:17px}.order-detail-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.order-detail-grid div,.order-payment-summary div{background:#f8fafc;border-radius:14px;flex-direction:column;gap:5px;padding:14px;display:flex}.order-detail-grid span,.order-payment-summary span{color:#64748b;font-size:12px;font-weight:700}.order-detail-grid strong,.order-payment-summary strong{color:#111827;font-size:14px}.order-success-products{flex-direction:column;gap:12px;display:flex}.order-success-product{background:#f8fafc;border-radius:16px;grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:12px;display:grid}.order-success-product-img{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.order-success-product-img img{object-fit:contain;width:100%;height:100%;padding:6px}.order-success-product h4{color:#111827;margin-bottom:6px;font-size:14px}.order-success-product p{flex-wrap:wrap;gap:6px;display:flex}.order-success-product p span{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.order-success-product strong{color:#111827;white-space:nowrap;font-size:14px}.order-payment-summary{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.order-payment-total{border:1px solid #dbeafe;grid-column:1/-1;background:#eef4ff!important}.order-payment-total strong{color:#0a1f5b;font-size:22px}.payment-proof-box{background:#f7ffe8;border:1px solid #8cff008c;border-radius:22px;margin-top:22px;padding:22px}.payment-proof-box h3{color:#111827;margin-bottom:8px;font-size:18px}.payment-proof-box p{color:#4b5563;margin-bottom:14px;font-size:14px;line-height:1.6}.order-whatsapp-proof,.order-success-done{cursor:pointer;text-align:center;border:none;border-radius:15px;width:100%;padding:15px;font-size:15px;font-weight:900;text-decoration:none;display:block}.order-whatsapp-proof{color:#fff;background:#25d366}.order-whatsapp-proof:hover{background:#1ebe5d}.order-success-done{color:#fff;background:#0a1f5b;margin-top:14px}.order-success-done:hover{background:#031545}@media (width<=768px){.order-success-overlay{align-items:flex-end;padding:12px}.order-success-modal{border-radius:24px 24px 0 0;max-height:94vh;padding:24px 18px}.order-success-modal h2{font-size:24px;line-height:1.2}.order-number-box{flex-direction:column;align-items:flex-start}.order-number-box strong{font-size:25px}.order-detail-grid,.order-payment-summary{grid-template-columns:1fr}.order-success-product{grid-template-columns:56px 1fr}.order-success-product strong{grid-column:2}.order-success-product-img{width:56px;height:56px}}@media (width<=420px){.order-success-modal{padding:22px 14px}.order-success-section{padding:14px}.payment-proof-box{padding:16px}.order-success-modal h2{font-size:21px}.order-number-box strong{font-size:22px}}.proof-form{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px;display:grid}.proof-field{flex-direction:column;gap:8px;display:flex}.proof-field label{color:#111827;font-size:13px;font-weight:900}.proof-field input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;min-height:50px;padding:0 14px;font-size:14px}.proof-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #8cff002e}.proof-upload-field{grid-column:1/-1}.proof-upload-field input[type=file]{cursor:pointer;height:auto;padding:13px}.proof-upload-field small{color:#4b5563;font-size:12px;font-weight:700}.order-upload-proof{cursor:pointer;text-align:center;color:#fff;background:#0a1f5b;border:none;border-radius:15px;grid-column:1/-1;width:100%;padding:15px;font-size:15px;font-weight:900}.order-upload-proof:hover{background:#031545}.order-upload-proof:disabled{cursor:not-allowed;background:#9ca3af}.proof-success-message{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;margin-top:16px;padding:18px}.proof-success-message strong{color:#166534;margin-bottom:6px;font-size:16px;display:block}.proof-success-message p{color:#166534;font-size:14px;line-height:1.5}@media (width<=640px){.proof-form{grid-template-columns:1fr}}.advisor-whatsapp-box{background:#eefdf4;border:1px solid #25d36659;border-radius:22px;margin-top:22px;padding:22px}.advisor-whatsapp-box h3{color:#111827;margin-bottom:8px;font-size:18px}.advisor-whatsapp-box p{color:#4b5563;margin-bottom:16px;font-size:14px;line-height:1.6}.advisor-whatsapp-box strong{color:#111827}.advisor-whatsapp-btn{text-align:center;color:#fff;background:#25d366;border-radius:15px;width:100%;padding:15px;font-size:15px;font-weight:900;text-decoration:none;transition:all .2s;display:block}.advisor-whatsapp-btn:hover{background:#1ebe5d;transform:translateY(-1px)}.advisor-whatsapp-box small{color:#4b5563;text-align:center;margin-top:12px;font-size:12px;display:block}.proof-loader-overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at top,#8cff0029,#0000 35%),linear-gradient(135deg,#020617f0,#0a1f5bf5);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.proof-loader-card{text-align:center;background:#fffffff5;border:1px solid #8cff0059;border-radius:30px;width:min(520px,100%);padding:34px 28px;animation:.35s proofCardIn;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000061,inset 0 1px #fffc}.proof-loader-card:before{content:"";z-index:0;background:radial-gradient(circle,#8cff002e,#0000 34%),radial-gradient(circle at 100%,#0d6efd26,#0000 36%);animation:5s linear infinite proofGlowMove;position:absolute;inset:-80px}.proof-loader-card>*{z-index:1;position:relative}.proof-loader-scene{perspective:900px;width:170px;height:170px;margin:0 auto 22px;position:relative}.proof-loader-orbit{border:2px solid #8cff0073;border-radius:50%;animation:2.8s linear infinite proofOrbitSpin;position:absolute;inset:8px;box-shadow:0 0 30px #8cff0047,inset 0 0 22px #0d6efd26}.proof-loader-orbit:before{content:"";background:#1e40af;border-radius:50%;width:14px;height:14px;position:absolute;top:-7px;left:50%;box-shadow:0 0 18px #8cff00e6}.proof-loader-logo-box{width:96px;height:96px;transform-style:preserve-3d;background:linear-gradient(145deg,#fff,#e5e7eb);border:1px solid #11182714;border-radius:28px;justify-content:center;align-items:center;animation:2.2s ease-in-out infinite proofLogoFloat;display:flex;position:absolute;top:37px;left:37px;box-shadow:0 20px 40px #0f172a38,inset 0 1px #ffffffe6}.brand-text-logo{letter-spacing:-1px;color:#061733;text-transform:none;text-shadow:0 1px #fffc,0 8px 18px #0f172a2e;white-space:nowrap;font-size:19px;font-weight:1000;line-height:1;transform:translateZ(22px)}.brand-text-logo span{color:#1e40af;text-shadow:0 0 12px #8cff0073,0 1px #ffffffb3}.proof-loader-paper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:54px;height:66px;animation:1.55s ease-in-out infinite proofPaperSend;position:absolute;top:62px;right:-10px;box-shadow:0 18px 35px #0f172a38}.proof-loader-paper span{background:#d1d5db;border-radius:99px;height:5px;margin:10px;display:block}.proof-loader-paper span:nth-child(2){width:55%}.proof-loader-paper span:nth-child(3){width:70%}.proof-loader-check{color:#020617;background:#1e40af;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;font-size:30px;font-weight:1000;animation:.38s both proofCheckPop;display:flex;position:absolute;bottom:18px;right:10px;box-shadow:0 0 0 8px #8cff002e,0 20px 40px #0f172a38}.proof-loader-kicker{color:#0a1f5b;background:#eef4ff;border-radius:999px;margin-bottom:12px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex}.proof-loader-kicker.success{color:#3f7c00;background:#f0ffe0}.proof-loader-card h2{color:#111827;margin-bottom:10px;font-size:28px;line-height:1.16}.proof-loader-card p{color:#4b5563;max-width:420px;margin:0 auto 18px;font-size:15px;line-height:1.6}.proof-loader-progress{background:#e5e7eb;border-radius:999px;width:100%;height:12px;margin-top:20px;overflow:hidden}.proof-loader-progress span{border-radius:inherit;background:linear-gradient(90deg,#1e40af,#0d6efd);width:45%;height:100%;animation:1.25s ease-in-out infinite proofProgressMove;display:block}.proof-loader-actions{grid-template-columns:1fr;gap:12px;margin-top:22px;display:grid}.proof-loader-actions button,.proof-loader-actions a{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:50px;font-size:15px;font-weight:900;text-decoration:none;display:flex}.proof-loader-actions button{color:#fff;background:#0a1f5b}.proof-loader-actions button.secondary{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb}.proof-loader-actions a.whatsapp{color:#fff;background:#25d366}.proof-loader-actions button:hover,.proof-loader-actions a:hover{transform:translateY(-1px)}@keyframes proofCardIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes proofGlowMove{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes proofOrbitSpin{0%{transform:rotate(0)rotateX(58deg)}to{transform:rotate(360deg)rotateX(58deg)}}@keyframes proofLogoFloat{0%,to{transform:translateY(0)rotateX(0)rotateY(-8deg)}50%{transform:translateY(-10px)rotateX(8deg)rotateY(8deg)}}@keyframes proofPaperSend{0%{opacity:0;transform:translate(-28px)translateY(18px)rotate(-12deg)scale(.86)}30%{opacity:1}70%{opacity:1;transform:translate(18px)translateY(-12px)rotate(10deg)scale(1)}to{opacity:0;transform:translate(45px)translateY(-30px)rotate(18deg)scale(.88)}}@keyframes proofProgressMove{0%{transform:translate(-100%)}50%{transform:translate(70%)}to{transform:translate(240%)}}@keyframes proofCheckPop{0%{opacity:0;transform:scale(.4)rotate(-12deg)}to{opacity:1;transform:scale(1)rotate(0)}}@media (width<=640px){.proof-loader-overlay{align-items:flex-end;padding:14px}.proof-loader-card{border-radius:26px 26px 0 0;padding:28px 18px 22px}.proof-loader-scene{width:142px;height:142px;margin-bottom:18px}.proof-loader-logo-box{border-radius:23px;width:82px;height:82px;top:30px;left:30px}.proof-loader-paper{width:46px;height:58px;top:52px}.proof-loader-card h2{font-size:23px}.proof-loader-card p{font-size:14px}.proof-loader-actions button,.proof-loader-actions a{min-height:48px;font-size:14px}.brand-text-logo{letter-spacing:-.8px;font-size:16px}}@media (width<=380px){.brand-text-logo{letter-spacing:-.6px;font-size:14px}}button.btn-whatsapp{cursor:pointer;border:none;font-size:15px}button.btn-whatsapp:disabled{opacity:.75;cursor:not-allowed;transform:none}.whatsapp-loader-overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 0 0,#25d36638,#0000 34%),radial-gradient(circle at 100% 100%,#8cff0029,#0000 36%),linear-gradient(135deg,#020617f5,#042312f5);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.whatsapp-loader-card{text-align:center;background:#fffffff7;border:1px solid #25d36659;border-radius:30px;width:min(540px,100%);padding:34px 28px;animation:.35s whatsappCardIn;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000006b,inset 0 1px #ffffffd9}.whatsapp-loader-card:before{content:"";background:radial-gradient(circle,#25d3662e,#0000 34%),radial-gradient(circle at 100%,#8cff0024,#0000 36%);animation:5s linear infinite whatsappGlowMove;position:absolute;inset:-90px}.whatsapp-loader-card>*{z-index:1;position:relative}.whatsapp-loader-scene{perspective:900px;width:210px;height:170px;margin:0 auto 22px;position:relative}.whatsapp-orbit{border:2px solid #25d3666b;border-radius:999px;animation:2.3s ease-in-out infinite whatsappOrbitPulse;position:absolute;inset:10px 30px;transform:rotateX(62deg);box-shadow:0 0 34px #25d36640,inset 0 0 20px #8cff0026}.whatsapp-store-chip{background:linear-gradient(145deg,#fff,#e5e7eb);border-radius:24px;justify-content:center;align-items:center;width:104px;height:74px;animation:2.4s ease-in-out infinite whatsappStoreFloat;display:flex;position:absolute;top:48px;left:8px;box-shadow:0 20px 42px #0f172a3d,inset 0 1px #ffffffe6}.whatsapp-brand{font-size:18px}.whatsapp-cart-3d{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:50px;height:50px;font-size:26px;animation:1.8s ease-in-out infinite whatsappCartMove;display:flex;position:absolute;top:68px;left:78px;box-shadow:0 18px 32px #0f172a38}.whatsapp-bubble-3d{background:linear-gradient(145deg,#25d366,#16a34a);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;animation:2.1s ease-in-out infinite whatsappBubbleFloat;display:flex;position:absolute;top:48px;right:10px;box-shadow:0 24px 42px #16a34a5c,inset 0 1px #ffffff59}.whatsapp-bubble-3d span{color:#fff;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:43px;height:43px;font-size:23px;font-weight:900;display:flex;transform:rotate(-18deg)}.whatsapp-route{justify-content:center;align-items:center;gap:8px;width:72px;height:20px;display:flex;position:absolute;top:82px;left:98px}.whatsapp-route i{background:#25d366;border-radius:999px;width:8px;height:8px;animation:1.2s ease-in-out infinite whatsappDotSend;box-shadow:0 0 14px #25d366d9}.whatsapp-route i:nth-child(2){animation-delay:.16s}.whatsapp-route i:nth-child(3){animation-delay:.32s}.whatsapp-loader-kicker{color:#15803d;background:#ecfdf5;border-radius:999px;margin-bottom:12px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex}.whatsapp-loader-kicker.success{color:#3f7c00;background:#f0ffe0}.whatsapp-loader-card h2{color:#111827;margin-bottom:10px;font-size:28px;line-height:1.16}.whatsapp-loader-card p{color:#4b5563;max-width:430px;margin:0 auto 18px;font-size:15px;line-height:1.6}.whatsapp-loader-progress{background:#e5e7eb;border-radius:999px;width:100%;height:12px;margin-top:20px;overflow:hidden}.whatsapp-loader-progress span{border-radius:inherit;background:linear-gradient(90deg,#25d366,#1e40af);width:42%;height:100%;animation:1.2s ease-in-out infinite whatsappProgressMove;display:block}@keyframes whatsappCardIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes whatsappGlowMove{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes whatsappOrbitPulse{0%,to{opacity:.75;transform:rotateX(62deg)scale(1)}50%{opacity:1;transform:rotateX(62deg)scale(1.08)}}@keyframes whatsappStoreFloat{0%,to{transform:translateY(0)rotateY(-9deg)}50%{transform:translateY(-8px)rotateY(9deg)}}@keyframes whatsappBubbleFloat{0%,to{transform:translateY(0)rotateY(8deg)}50%{transform:translateY(-10px)rotateY(-8deg)}}@keyframes whatsappCartMove{0%{opacity:0;transform:translate(-34px)translateY(12px)scale(.85)rotate(-10deg)}35%{opacity:1}70%{opacity:1;transform:translate(38px)translateY(-8px)scale(1)rotate(8deg)}to{opacity:0;transform:translate(62px)translateY(-18px)scale(.9)rotate(14deg)}}@keyframes whatsappDotSend{0%{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.35)}to{opacity:.25;transform:scale(.8)}}@keyframes whatsappProgressMove{0%{transform:translate(-100%)}50%{transform:translate(80%)}to{transform:translate(250%)}}@media (width<=640px){.whatsapp-loader-overlay{align-items:flex-end;padding:14px}.whatsapp-loader-card{border-radius:26px 26px 0 0;padding:28px 18px 22px}.whatsapp-loader-scene{width:188px;height:150px;margin-bottom:18px}.whatsapp-store-chip{width:92px;height:66px;top:43px;left:4px}.whatsapp-brand{font-size:15px}.whatsapp-cart-3d{width:46px;height:46px;font-size:24px;top:62px;left:68px}.whatsapp-bubble-3d{width:68px;height:68px;top:42px;right:4px}.whatsapp-bubble-3d span{width:38px;height:38px;font-size:20px}.whatsapp-loader-card h2{font-size:23px}.whatsapp-loader-card p{font-size:14px}}.btn-assist:disabled{opacity:.75;cursor:not-allowed;transform:none}.advisor-loader-overlay{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 0 0,#8cff002e,#0000 34%),radial-gradient(circle at 100% 100%,#0d6efd2e,#0000 36%),linear-gradient(135deg,#020617f5,#0a1f5bf5);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.advisor-loader-card{text-align:center;background:#fffffff7;border:1px solid #8cff0059;border-radius:30px;width:min(540px,100%);padding:34px 28px;animation:.35s advisorCardIn;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000006b,inset 0 1px #ffffffd9}.advisor-loader-card:before{content:"";background:radial-gradient(circle,#8cff002e,#0000 34%),radial-gradient(circle at 100%,#0d6efd29,#0000 36%);animation:5s linear infinite advisorGlowMove;position:absolute;inset:-90px}.advisor-loader-card>*{z-index:1;position:relative}.advisor-loader-scene{perspective:900px;width:220px;height:176px;margin:0 auto 22px;position:relative}.advisor-orbit{border:2px solid #8cff006b;border-radius:999px;animation:2.3s ease-in-out infinite advisorOrbitPulse;position:absolute;inset:12px 28px;transform:rotateX(62deg);box-shadow:0 0 34px #8cff0040,inset 0 0 20px #0d6efd26}.advisor-store-chip{background:linear-gradient(145deg,#fff,#e5e7eb);border-radius:24px;justify-content:center;align-items:center;width:106px;height:74px;animation:2.4s ease-in-out infinite advisorStoreFloat;display:flex;position:absolute;top:52px;left:4px;box-shadow:0 20px 42px #0f172a3d,inset 0 1px #ffffffe6}.advisor-brand{font-size:18px}.advisor-avatar-3d{background:linear-gradient(145deg,#0a1f5b,#020617);border-radius:26px;justify-content:center;align-items:center;width:78px;height:78px;animation:2.1s ease-in-out infinite advisorAvatarFloat;display:flex;position:absolute;top:42px;right:6px;box-shadow:0 24px 42px #0206175c,inset 0 1px #ffffff29}.advisor-avatar-3d span{filter:drop-shadow(0 10px 14px #00000040);font-size:36px}.advisor-chat-3d{background:#25d366;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;animation:1.7s ease-in-out infinite advisorChatMove;display:flex;position:absolute;top:76px;left:86px;box-shadow:0 18px 32px #25d36647}.advisor-route{justify-content:center;align-items:center;gap:8px;width:70px;height:20px;display:flex;position:absolute;top:90px;left:104px}.advisor-route i{background:#1e40af;border-radius:999px;width:8px;height:8px;animation:1.2s ease-in-out infinite advisorDotSend;box-shadow:0 0 14px #8cff00d9}.advisor-route i:nth-child(2){animation-delay:.16s}.advisor-route i:nth-child(3){animation-delay:.32s}.advisor-loader-kicker{color:#3f7c00;background:#f0ffe0;border-radius:999px;margin-bottom:12px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex}.advisor-loader-kicker.success{color:#0a1f5b;background:#eef4ff}.advisor-loader-card h2{color:#111827;margin-bottom:10px;font-size:28px;line-height:1.16}.advisor-loader-card p{color:#4b5563;max-width:430px;margin:0 auto 18px;font-size:15px;line-height:1.6}.advisor-loader-card p strong{color:#111827}.advisor-loader-progress{background:#e5e7eb;border-radius:999px;width:100%;height:12px;margin-top:20px;overflow:hidden}.advisor-loader-progress span{border-radius:inherit;background:linear-gradient(90deg,#1e40af,#0d6efd);width:42%;height:100%;animation:1.2s ease-in-out infinite advisorProgressMove;display:block}@keyframes advisorCardIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes advisorGlowMove{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes advisorOrbitPulse{0%,to{opacity:.75;transform:rotateX(62deg)scale(1)}50%{opacity:1;transform:rotateX(62deg)scale(1.08)}}@keyframes advisorStoreFloat{0%,to{transform:translateY(0)rotateY(-9deg)}50%{transform:translateY(-8px)rotateY(9deg)}}@keyframes advisorAvatarFloat{0%,to{transform:translateY(0)rotateY(8deg)}50%{transform:translateY(-10px)rotateY(-8deg)}}@keyframes advisorChatMove{0%{opacity:0;transform:translate(-34px)translateY(12px)scale(.85)rotate(-10deg)}35%{opacity:1}70%{opacity:1;transform:translate(38px)translateY(-8px)scale(1)rotate(8deg)}to{opacity:0;transform:translate(62px)translateY(-18px)scale(.9)rotate(14deg)}}@keyframes advisorDotSend{0%{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.35)}to{opacity:.25;transform:scale(.8)}}@keyframes advisorProgressMove{0%{transform:translate(-100%)}50%{transform:translate(80%)}to{transform:translate(250%)}}@media (width<=640px){.advisor-loader-overlay{align-items:flex-end;padding:14px}.advisor-loader-card{border-radius:26px 26px 0 0;padding:28px 18px 22px}.advisor-loader-scene{width:190px;height:152px;margin-bottom:18px}.advisor-store-chip{width:92px;height:66px;top:43px;left:2px}.advisor-brand{font-size:15px}.advisor-avatar-3d{width:68px;height:68px;top:40px;right:4px}.advisor-avatar-3d span{font-size:31px}.advisor-chat-3d{width:46px;height:46px;font-size:22px;top:64px;left:72px}.advisor-loader-card h2{font-size:23px}.advisor-loader-card p{font-size:14px}}.checkout-left{flex-direction:column;gap:22px;display:flex;position:sticky;top:90px}.checkout-summary{top:unset!important;position:relative!important}.checkout-form-rows{flex-direction:column;grid-column:1/-1;gap:14px;display:flex}.checkout-form-row-three{grid-template-columns:2fr 1fr 1.2fr;gap:14px;display:grid}.checkout-form-row-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-input-wrapper{flex-direction:column;gap:4px;display:flex}.form-input-wrapper label{text-transform:uppercase;color:#71717a;font-size:11px;font-weight:700}.form-input-wrapper input,.form-input-wrapper select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px;transition:border-color .2s}.form-input-wrapper input:focus,.form-input-wrapper select:focus{border-color:#0f172a}.payment-logo-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.payment-logo-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;height:64px;padding:10px;transition:all .2s;display:flex}.payment-logo-img{object-fit:contain;max-width:100%;max-height:100%}.payment-logo-card:hover{border-color:#0f172a;transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.payment-logo-note{color:#71717a;margin-top:14px;font-size:12px;line-height:1.5}@media (width<=640px){.payment-logo-grid{grid-template-columns:repeat(2,1fr)}.payment-logo-card{height:58px}}.pse-direct-box{background:#f8fafc;border:1px solid #dbeafe;border-radius:12px;margin-top:18px;margin-bottom:16px;padding:20px}.pse-direct-box h3{color:#0f172a;margin-bottom:6px;font-size:16px;font-weight:700}.pse-direct-box p{color:#64748b;margin-bottom:12px;font-size:12px;line-height:1.45}.pse-bank-select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:44px;margin-bottom:12px;padding:0 12px;font-size:13px}.pse-bank-select:focus{border-color:#0f172a}.pse-direct-box .checkout-submit{color:#fff;cursor:pointer;background:#003666;border:none;border-radius:8px;width:100%;height:44px;font-weight:700;transition:background .2s}.pse-direct-box .checkout-submit:hover{background:#024}@media (width<=768px){.checkout-container{grid-template-columns:1fr}.checkout-left{position:static}.checkout-form-row-three,.checkout-form-row-two{grid-template-columns:1fr}}.mp-brick-panel-pro{background:radial-gradient(circle at 100% 0,#009ee324,#0000 34%),linear-gradient(#f8fbff 0%,#fff 58%);border:1px solid #dbeafe;border-radius:24px;margin-top:16px;margin-bottom:16px;padding:16px;overflow:hidden;box-shadow:0 20px 48px #0f172a1a}.mp-brick-brand-header-clean{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:12px;padding-top:2px;display:flex}.mp-brick-logo-image{object-fit:cover;object-position:center;width:210px;max-width:86%;height:78px;display:block}.mp-brick-secure-pill{color:#007ebc;white-space:nowrap;background:#fff;border:1px solid #bae6fd;border-radius:999px;justify-content:center;align-items:center;width:auto;padding:8px 14px;font-size:12px;font-weight:1000;line-height:1;display:inline-flex;box-shadow:0 8px 20px #009ee314}.mp-brick-amount-box{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:15px;display:flex}.mp-brick-amount-box span{color:#64748b;font-size:13px;font-weight:800}.mp-brick-amount-box strong{color:#0a1f5b;white-space:nowrap;font-size:20px;font-weight:1000}.mp-brick-message{background:#eef4ff;border:1px solid #dbeafe;border-radius:16px;margin:12px 0;padding:14px}.mp-brick-message strong{color:#111827;margin-bottom:5px;font-size:14px;display:block}.mp-brick-message p{color:#64748b;margin:0;font-size:13px;line-height:1.45}.mp-brick-message.error{background:#fff7ed;border-color:#fed7aa}.mp-brick-message.error strong{color:#9a3412}.mp-brick-message.error p{color:#c2410c}.mp-brick-loading-pro{color:#0a1f5b;text-align:center;background:#eef4ff;border-radius:15px;margin:12px 0;padding:13px;font-size:13px;font-weight:900}.mp-brick-processing{color:#3f7c00;background:#f0ffe0;border-radius:14px;align-items:center;gap:10px;margin:12px 0;padding:12px;font-size:13px;font-weight:900;display:flex}.mp-brick-processing div{border:3px solid #3f7c002e;border-top-color:#3f7c00;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite mpBrickSpin}@keyframes mpBrickSpin{to{transform:rotate(360deg)}}.mp-brick-shell{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px}.mp-brick-disabled{pointer-events:none;opacity:.6;filter:grayscale(.15)}.mp-brick-footer-note{color:#64748b;text-align:center;margin:12px 4px 0;font-size:11px;font-weight:700;line-height:1.45}@media (width<=640px){.mp-brick-panel-pro{border-radius:20px;padding:14px}.mp-brick-brand-header-clean{gap:7px;margin-bottom:12px}.mp-brick-logo-image{width:190px;max-width:88%;height:70px}.mp-brick-secure-pill{padding:7px 12px;font-size:11px}.mp-brick-amount-box{border-radius:16px;padding:14px}.mp-brick-amount-box strong{font-size:19px}.mp-brick-shell{padding:8px}}@media (width<=380px){.mp-brick-logo-image{width:170px;height:64px}.mp-brick-amount-box{flex-direction:column;align-items:flex-start}}.chat-bubble{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e3a8a,#1e40af);border:2px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;padding:12px 18px 12px 12px;transition:all .25s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 45px #1e40af66}.chat-bubble:hover{transform:translateY(-3px);box-shadow:0 24px 52px #1e40af80}.chat-agent-icon{color:#fff;background:#ffffff26;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.chat-bubble div{text-align:left;flex-direction:column;gap:2px;line-height:1.3;display:flex}.chat-bubble strong{font-size:14px;font-weight:950}.chat-bubble small{opacity:.85;font-size:11px;font-weight:800}.chat-bubble-pulse{background:#22c55e;border:2px solid #fff;border-radius:999px;width:13px;height:13px;animation:1.7s infinite chatPulse;position:absolute;top:-3px;right:-3px;box-shadow:0 0 #22c55eb3}@keyframes chatPulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.chat-box{z-index:999;background:#fff;border:1px solid #0f172a1f;border-radius:28px;flex-direction:column;width:390px;max-width:calc(100vw - 24px);height:610px;max-height:calc(100vh - 120px);display:flex;position:fixed;bottom:96px;right:22px;overflow:hidden;box-shadow:0 28px 80px #0f172a47}.chat-header{color:#fff;background:radial-gradient(circle at 0 0,#8cff0038,#0000 36%),linear-gradient(135deg,#020617,#0f172a);grid-template-columns:48px 1fr 34px;align-items:center;gap:12px;padding:18px;display:grid}.chat-agent-avatar{color:#1e40af;background:#8cff0024;border:1px solid #8cff004d;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.chat-header strong{font-size:15px;font-weight:950;display:block}.chat-header small{color:#cbd5e1;margin-top:3px;font-size:11px;line-height:1.3;display:block}.chat-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:999px;width:34px;height:34px;font-size:16px;transition:all .2s}.chat-close:hover{background:#ffffff29}.chat-body{background:linear-gradient(#f8fafc 0%,#fff 100%);flex:1;padding:18px 14px;overflow-y:auto}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.chat-row{gap:8px;margin-bottom:14px;display:flex}.chat-row.user{justify-content:flex-end}.chat-mini-avatar{color:#1e40af;background:#020617;border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;margin-top:4px;font-size:11px;font-weight:950;display:flex}.chat-msg{border-radius:18px;max-width:86%;padding:12px 13px;font-size:14px;line-height:1.45}.chat-msg p{margin:0}.chat-msg.bot{color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:6px;box-shadow:0 8px 22px #0f172a0f}.chat-msg.user{color:#020617;background:#1e40af;border-top-right-radius:6px;font-weight:700}.chat-options{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.chat-options button{color:#111827;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;transition:all .2s}.chat-options button:hover{background:#f2ffd9;border-color:#1e40af;transform:translateY(-1px)}.chat-products{gap:10px;margin-top:12px;display:grid}.chat-product-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:74px 1fr;gap:10px;padding:10px;display:grid}.chat-product-card img{object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:74px;height:74px;padding:5px}.chat-product-info h4{color:#020617;margin:0 0 3px;font-size:13px;line-height:1.25}.chat-product-info span{color:#64748b;margin-bottom:6px;font-size:11px;display:block}.chat-product-price{flex-direction:column;gap:1px;margin-bottom:8px;display:flex}.chat-product-price small{color:#94a3b8;font-size:11px;text-decoration:line-through}.chat-product-price strong{color:#020617;font-size:14px;font-weight:950}.chat-product-info button{color:#1e40af;cursor:pointer;background:#020617;border:none;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;transition:all .2s}.chat-product-info button:hover{background:#0f172a;transform:translateY(-1px)}.chat-order-card{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.chat-order-card div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:9px}.chat-order-card span{color:#64748b;margin-bottom:4px;font-size:11px;display:block}.chat-order-card strong{color:#020617;word-break:break-word;font-size:12px;display:block}.chat-msg.typing{align-items:center;gap:5px;width:fit-content;padding:13px 15px;display:flex}.chat-msg.typing span{background:#64748b;border-radius:999px;width:7px;height:7px;animation:1s ease-in-out infinite typingBounce}.chat-msg.typing span:nth-child(2){animation-delay:.15s}.chat-msg.typing span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.chat-footer{background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:1fr 82px;gap:10px;padding:12px;display:grid}.chat-footer input{color:#020617;background:#fff;border:1px solid #cbd5e1;border-radius:16px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px}.chat-footer input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #8cff002e}.chat-footer button{color:#020617;cursor:pointer;background:#1e40af;border:none;border-radius:16px;height:48px;font-weight:950;transition:all .2s}.chat-footer button:hover{background:#76e600;transform:translateY(-1px)}@media (width<=640px){.chat-bubble{padding:10px 14px 10px 10px;bottom:14px;right:14px}.chat-agent-icon{width:38px;height:38px}.chat-bubble strong{font-size:13px}.chat-bubble small{font-size:10px}.chat-box{border-radius:24px;width:calc(100vw - 24px);height:min(620px,100vh - 100px);bottom:82px;right:12px}.chat-header{grid-template-columns:42px 1fr 34px;padding:15px}.chat-agent-avatar{border-radius:15px;width:42px;height:42px}.chat-msg{max-width:90%}.chat-product-card{grid-template-columns:64px 1fr}.chat-product-card img{width:64px;height:64px}.chat-order-card{grid-template-columns:1fr}.chat-footer{grid-template-columns:1fr 74px;padding:10px}}.chat-mini-avatar{background:linear-gradient(145deg,#0b1220,#111827);border:2px solid #7cff00;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:17px;display:flex;overflow:hidden;box-shadow:0 8px 18px #7cff0038}.chat-agent-avatar,.chat-agent-icon{background:linear-gradient(145deg,#10220f,#0b1220);border:2px solid #7cff00;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:22px;display:flex;overflow:hidden;box-shadow:0 8px 22px #7cff0038}.banners-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:22px;display:grid}.banner-form,.banners-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;box-shadow:0 2px 8px #00000005}.banner-form-header{justify-content:space-between;gap:14px;margin-bottom:20px;display:flex}.banner-form-header h2{color:#0f172a;font-size:18px;font-weight:700}.banner-form-header span{color:#4f46e5;font-size:12px;font-weight:800}.banner-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.banner-field{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.banner-field label,.banner-upload-box label{color:#71717a;font-size:13px;font-weight:700}.banner-field input,.banner-field textarea,.banner-field select{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:13px}.banner-field input:focus,.banner-field textarea:focus,.banner-field select:focus{border-color:#0f172a}.banner-check div{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex}.banner-check input{width:auto}.banner-check span{color:#0f172a;font-size:13px}.banner-upload-box{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;flex-direction:column;gap:10px;margin-top:4px;padding:16px;display:flex}.banner-upload-box input{color:#0f172a}.banner-upload-box small{color:#71717a;line-height:1.5}.banner-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:16px;overflow:hidden}.banner-preview img{aspect-ratio:16/7;object-fit:cover;width:100%}.banner-actions{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.banner-save,.banner-cancel{cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .2s}.banner-save{color:#fff;background:#0f172a}.banner-save:hover{background:#1e293b}.banner-save:disabled{opacity:.6;cursor:not-allowed}.banner-cancel{color:#0f172a;background:#f4f4f5}.banner-cancel:hover{background:#e4e4e7}.banner-empty{color:#71717a;text-align:center;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px;padding:30px}.banner-cards{flex-direction:column;gap:16px;display:flex}.banner-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.banner-card-img{position:relative}.banner-card-img img{object-fit:cover;width:100%;height:180px}.banner-status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:12px;right:12px}.banner-status.active{color:#16a34a;background:#16a34a1a;border:1px solid #16a34a4d}.banner-status.inactive{color:#dc2626;background:#ef44441a;border:1px solid #ef44444d}.banner-card-content{padding:16px}.banner-card-content small{color:#4f46e5;font-size:12px;font-weight:800}.banner-card-content h3{color:#0f172a;margin:8px 0;font-size:17px;font-weight:700}.banner-card-content p{color:#71717a;font-size:13px;line-height:1.5}.banner-card-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.banner-card-actions button{color:#0f172a;cursor:pointer;background:#f4f4f5;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.banner-card-actions button:hover{background:#e4e4e7}.banner-card-actions .danger{color:#ef4444;background:#fee2e2}.banner-card-actions .danger:hover{color:#b91c1c;background:#fca5a5}@media (width<=1050px){.banners-layout{grid-template-columns:1fr}}@media (width<=650px){.banner-form,.banners-list{padding:16px}.banner-grid-2{grid-template-columns:1fr}.banner-form-header,.banner-actions{flex-direction:column}.banner-save,.banner-cancel{width:100%}.banner-card-img img{height:140px}}.track-page{color:#020617;background:#fff;min-height:100vh}.track-hero{color:#fff;background:radial-gradient(circle at 0 0,#8cff002e,#0000 32%),linear-gradient(135deg,#020617 0%,#0f172a 100%);padding:90px 20px}.track-hero-content{text-align:center;max-width:980px;margin:0 auto}.track-hero-content span{color:#1e40af;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:800;display:inline-block}.track-hero-content h1{margin-bottom:18px;font-size:clamp(34px,5vw,58px);line-height:1.05}.track-hero-content p{color:#cbd5e1;max-width:620px;margin:0 auto 34px;font-size:17px}.track-help-text{color:#cbd5e1;margin-top:14px;font-size:13px;display:block}.track-search{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;gap:14px;max-width:680px;margin:0 auto;padding:12px;display:flex}.track-search input{color:#020617;background:#fff;border:none;border-radius:16px;outline:none;flex:1;height:56px;padding:0 18px;font-size:15px}.track-search button{color:#020617;cursor:pointer;white-space:nowrap;background:#1e40af;border:none;border-radius:16px;height:56px;padding:0 26px;font-weight:900;transition:all .2s}.track-search button:hover{background:#76e600;transform:translateY(-1px)}.track-search button:disabled{opacity:.7;cursor:not-allowed}.track-container{z-index:2;width:min(1180px,100% - 32px);margin:-42px auto 80px;position:relative}.track-result{flex-direction:column;gap:22px;display:flex}.track-welcome-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;grid-template-columns:1.1fr 1fr;gap:24px;padding:30px;display:grid;box-shadow:0 25px 60px #0f172a1f}.track-welcome-card span,.track-suggested-header span{color:#3f7f00;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:12px;font-weight:900;display:inline-block}.track-welcome-card h2{color:#020617;margin-bottom:10px;font-size:28px}.track-welcome-card p{color:#64748b;line-height:1.6}.track-welcome-steps{gap:14px;display:grid}.track-welcome-steps div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:14px;padding:16px;display:flex}.track-welcome-steps strong{color:#020617;background:#1e40af;border-radius:999px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:flex}.track-welcome-steps p{color:#475569;margin:0;font-size:14px}.track-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:38px;box-shadow:0 25px 60px #0f172a1f}.track-empty h2{margin-bottom:8px;font-size:26px}.track-empty p{color:#64748b}.track-card-main{background:#fff;border:1px solid #e5e7eb;border-radius:26px;justify-content:space-between;gap:20px;padding:28px;display:flex;box-shadow:0 25px 60px #0f172a1f}.track-badge{color:#3f7f00;background:#8cff002e;border-radius:999px;margin-bottom:12px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-block}.track-card-main h2{margin-bottom:8px;font-size:28px}.track-card-main p{color:#64748b}.track-card-main strong{color:#020617}.track-status-pill{color:#1e40af;white-space:nowrap;background:#020617;border-radius:999px;height:fit-content;padding:12px 18px;font-weight:900}.track-progress{background:#fff;border:1px solid #e5e7eb;border-radius:26px;justify-content:space-between;align-items:flex-start;padding:34px 28px 28px;display:flex;overflow:hidden;box-shadow:0 18px 45px #0f172a14}.track-step{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.track-step:not(:last-child):after{content:"";z-index:0;background:#e5e7eb;border-radius:999px;height:4px;position:absolute;top:23px;left:calc(50% + 34px);right:calc(34px - 50%)}.track-step.active:has(+.track-step.active):after{background:#1e40af}.track-dot{color:#64748b;z-index:2;background:#e5e7eb;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:12px;font-weight:900;transition:all .25s;display:flex;position:relative}.track-step.active .track-dot{color:#020617;background:#1e40af;box-shadow:0 0 0 8px #8cff0038}.track-step span{color:#64748b;z-index:2;font-size:14px;font-weight:800;line-height:1.25;position:relative}.track-step.active span{color:#020617}.track-info-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.track-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;min-width:0;padding:22px;box-shadow:0 18px 40px #0f172a12}.track-info-card span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.track-info-card strong{color:#020617;word-break:break-word;font-size:16px;display:block}.track-pending-guide{color:#020617;background:#8cff001f;border:1px solid #8cff0059;border-radius:20px;padding:18px 20px}.track-pending-guide strong{margin-bottom:6px;display:block}.track-pending-guide p{color:#475569;line-height:1.5}.track-official-btn{color:#1e40af;cursor:pointer;background:#020617;border:1px solid #8cff0040;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:16px 22px;font-size:14px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.track-official-btn:hover{background:#0f172a;transform:translateY(-2px)}.track-products{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:26px;box-shadow:0 18px 45px #0f172a14}.track-products h3{margin-bottom:18px;font-size:22px}.track-product{border-top:1px solid #e5e7eb;grid-template-columns:76px 1fr auto;align-items:center;gap:16px;padding:16px 0;display:grid}.track-product img{object-fit:contain;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;width:76px;height:76px;padding:6px}.track-product h4{margin-bottom:4px;font-size:16px}.track-product p{color:#64748b;font-size:14px}.track-product strong{white-space:nowrap}.track-suggested{background:#fff;border:1px solid #e5e7eb;border-radius:26px;margin-top:40px;padding:28px;box-shadow:0 18px 45px #0f172a14}.track-suggested-header{margin-bottom:22px}.track-suggested-header h3{color:#020617;margin-bottom:8px;font-size:24px}.track-suggested-header p{color:#64748b;line-height:1.5}.suggested-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.suggested-card{text-align:center;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;padding:18px;transition:all .2s}.suggested-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0f172a1f}.suggested-card img{object-fit:contain;width:100%;height:140px;margin-bottom:14px}.suggested-card h4{color:#020617;margin-bottom:8px;font-size:16px}.suggested-card strong{color:#020617;font-weight:900}@media (width<=1100px){.track-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.track-card-main{flex-direction:column}.track-welcome-card{grid-template-columns:1fr}.track-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.suggested-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.track-hero{padding:70px 16px}.track-hero-content p{font-size:15px}.track-search{border-radius:20px;flex-direction:column}.track-search button{width:100%}.track-container{width:calc(100% - 24px);margin-top:-30px}.track-card-main,.track-progress,.track-products,.track-welcome-card,.track-suggested{border-radius:22px;padding:22px}.track-card-main h2,.track-welcome-card h2{font-size:24px}.track-status-pill,.track-official-btn{width:100%}.track-progress{flex-direction:column;align-items:stretch;gap:0;padding:24px 22px}.track-step{text-align:left;flex-direction:row;align-items:flex-start;gap:14px;min-height:78px}.track-step:not(:last-child):after{width:4px;height:calc(100% - 34px);top:46px;left:23px;right:auto}.track-dot{flex:none;width:46px;height:46px;margin-bottom:0}.track-step span{padding-top:13px;font-size:14px}.track-info-grid{grid-template-columns:1fr}.track-product{grid-template-columns:64px 1fr}.track-product img{width:64px;height:64px}.track-product strong{grid-column:1/-1}.suggested-grid{grid-template-columns:1fr}.track-help-text{font-size:12px}}.terms-page{color:#111827;background:#f8fafc;width:100%;min-height:100vh;overflow-x:hidden}.terms-container{max-width:1150px;margin:0 auto;padding:48px 24px 70px}.terms-hero{color:#fff;background:linear-gradient(135deg,#020617,#111827);border:1px solid #8cff0040;border-radius:28px;margin-bottom:34px;padding:48px;position:relative;overflow:hidden}.terms-hero:before{content:"";filter:blur(20px);background:#8cff0029;border-radius:50%;width:260px;height:260px;position:absolute;top:-110px;right:-90px}.terms-kicker{color:#1e40af;background:#8cff001f;border:1px solid #8cff0040;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.terms-hero h1{letter-spacing:-1.5px;margin:0 0 18px;font-size:clamp(32px,5vw,54px);line-height:1}.terms-hero p{color:#cbd5e1;max-width:780px;margin:0 0 18px;font-size:17px;line-height:1.7}.terms-hero small{color:#94a3b8;font-weight:600}.terms-content{flex-direction:column;gap:18px;display:flex}.terms-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px;box-shadow:0 14px 32px #0f172a0f}.terms-card h2{color:#020617;letter-spacing:-.3px;margin:0 0 14px;font-size:21px}.terms-card p{color:#374151;margin:0 0 12px;font-size:15.5px;line-height:1.75}.terms-card p:last-child{margin-bottom:0}.terms-highlight{background:linear-gradient(#fff,#f7ffe9);border-color:#8cff0099}.terms-highlight h2{color:#365314}.terms-note{color:#e5e7eb;background:#020617;border:1px solid #8cff0040;border-radius:22px;padding:24px;line-height:1.7}.terms-note strong{color:#1e40af}@media (width<=768px){.terms-container{padding:30px 16px 50px}.terms-hero{border-radius:22px;padding:32px 22px}.terms-card{border-radius:18px;padding:22px}.terms-card h2{font-size:18px}.terms-card p{font-size:14.5px}}.privacy-page{color:#111827;background:#f8fafc;width:100%;min-height:100vh;overflow-x:hidden}.privacy-container{max-width:1150px;margin:0 auto;padding:48px 24px 70px}.privacy-hero{color:#fff;background:linear-gradient(135deg,#020617,#111827);border:1px solid #8cff0040;border-radius:28px;margin-bottom:34px;padding:48px;position:relative;overflow:hidden}.privacy-hero:before{content:"";filter:blur(20px);background:#8cff0029;border-radius:50%;width:260px;height:260px;position:absolute;top:-110px;right:-90px}.privacy-kicker{color:#1e40af;background:#8cff001f;border:1px solid #8cff0040;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.privacy-hero h1{letter-spacing:-1.5px;margin:0 0 18px;font-size:clamp(32px,5vw,54px);line-height:1}.privacy-hero p{color:#cbd5e1;max-width:780px;margin:0 0 18px;font-size:17px;line-height:1.7}.privacy-hero small{color:#94a3b8;font-weight:600}.privacy-content{flex-direction:column;gap:18px;display:flex}.privacy-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px;box-shadow:0 14px 32px #0f172a0f}.privacy-card h2{color:#020617;letter-spacing:-.3px;margin:0 0 14px;font-size:21px}.privacy-card p,.privacy-card li{color:#374151;margin:0 0 12px;font-size:15.5px;line-height:1.75}.privacy-card p:last-child,.privacy-card li:last-child{margin-bottom:0}.privacy-card ul{margin:0;padding-left:20px}.privacy-note{color:#e5e7eb;background:#020617;border:1px solid #8cff0040;border-radius:22px;padding:24px;line-height:1.7}.privacy-note strong{color:#1e40af}@media (width<=768px){.privacy-container{padding:30px 16px 50px}.privacy-hero{border-radius:22px;padding:32px 22px}.privacy-card{border-radius:18px;padding:22px}.privacy-card h2{font-size:18px}.privacy-card p,.privacy-card li{font-size:14.5px}}.shipping-page{color:#111827;background:#f8fafc;width:100%;min-height:100vh;overflow-x:hidden}.shipping-container{max-width:1150px;margin:0 auto;padding:48px 24px 70px}.shipping-hero{color:#fff;background:linear-gradient(135deg,#020617,#111827);border:1px solid #8cff0040;border-radius:28px;margin-bottom:34px;padding:48px;position:relative;overflow:hidden}.shipping-hero:before{content:"";filter:blur(20px);background:#8cff0029;border-radius:50%;width:260px;height:260px;position:absolute;top:-110px;right:-90px}.shipping-kicker{color:#1e40af;background:#8cff001f;border:1px solid #8cff0040;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.shipping-hero h1{letter-spacing:-1.5px;margin:0 0 18px;font-size:clamp(32px,5vw,54px);line-height:1}.shipping-hero p{color:#cbd5e1;max-width:780px;margin:0 0 18px;font-size:17px;line-height:1.7}.shipping-hero small{color:#94a3b8;font-weight:600}.shipping-content{flex-direction:column;gap:18px;display:flex}.shipping-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px;box-shadow:0 14px 32px #0f172a0f}.shipping-card h2{color:#020617;letter-spacing:-.3px;margin:0 0 14px;font-size:21px}.shipping-card p{color:#374151;margin:0 0 12px;font-size:15.5px;line-height:1.75}.shipping-card p:last-child{margin-bottom:0}.shipping-highlight{background:linear-gradient(#fff,#f7ffe9);border-color:#8cff0099}.shipping-highlight h2{color:#365314}.shipping-note{color:#e5e7eb;background:#020617;border:1px solid #8cff0040;border-radius:22px;padding:24px;line-height:1.7}.shipping-note strong{color:#1e40af}@media (width<=768px){.shipping-container{padding:30px 16px 50px}.shipping-hero{border-radius:22px;padding:32px 22px}.shipping-card{border-radius:18px;padding:22px}.shipping-card h2{font-size:18px}.shipping-card p{font-size:14.5px}}.faq-page{color:#111827;background:#f8fafc;width:100%;min-height:100vh;overflow-x:hidden}.faq-container{max-width:1200px;margin:0 auto;padding:48px 24px 70px}.faq-hero{color:#fff;background:linear-gradient(135deg,#020617,#111827);border:1px solid #8cff0040;border-radius:28px;margin-bottom:28px;padding:48px;position:relative;overflow:hidden}.faq-hero:before{content:"";filter:blur(20px);background:#8cff0029;border-radius:50%;width:260px;height:260px;position:absolute;top:-110px;right:-90px}.faq-kicker{color:#1e40af;background:#8cff001f;border:1px solid #8cff0040;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.faq-hero h1{letter-spacing:-1.5px;margin:0 0 18px;font-size:clamp(32px,5vw,54px);line-height:1}.faq-hero p{color:#cbd5e1;max-width:780px;margin:0;font-size:17px;line-height:1.7}.faq-search-section{margin-bottom:24px}.faq-search-box{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 14px 32px #0f172a0f}.faq-search-box span{color:#020617;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.faq-search-box input{color:#111827;background:#f8fafc;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-size:15px}.faq-search-box input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #8cff0033}.faq-content{grid-template-columns:1.4fr .8fr;align-items:start;gap:24px;display:grid}.faq-list{flex-direction:column;gap:14px;display:flex}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 14px 32px #0f172a0d}.faq-item-active{border-color:#8cff00b3}.faq-question{text-align:left;cursor:pointer;color:#020617;background:0 0;border:none;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:20px;display:flex}.faq-question span{flex-direction:column;gap:6px;font-size:16px;font-weight:800;line-height:1.4;display:flex}.faq-question small{color:#365314;background:#ecfccb;border-radius:999px;width:fit-content;padding:4px 8px;font-size:11px;font-weight:900}.faq-question strong{color:#020617;background:#1e40af;border-radius:999px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:20px;line-height:1;display:flex}.faq-answer{padding:0 20px 20px}.faq-answer p{color:#4b5563;margin:0;font-size:15px;line-height:1.75}.faq-empty{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px}.faq-empty h2{color:#020617;margin:0 0 8px}.faq-empty p{color:#6b7280;margin:0}.faq-contact-card{color:#fff;background:#020617;border:1px solid #8cff0047;border-radius:24px;padding:26px;position:sticky;top:90px;box-shadow:0 20px 45px #0f172a2e}.faq-contact-badge{color:#1e40af;background:#8cff001f;border:1px solid #8cff0040;border-radius:999px;width:fit-content;margin-bottom:14px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.faq-contact-card h2{margin:0 0 12px;font-size:24px;line-height:1.15}.faq-contact-card p{color:#cbd5e1;margin:0 0 18px;line-height:1.65}.faq-contact-form{flex-direction:column;gap:12px;display:flex}.faq-contact-form input,.faq-contact-form textarea{color:#fff;resize:vertical;background:#030712;border:1px solid #1f2937;border-radius:14px;outline:none;width:100%;padding:13px 14px}.faq-contact-form input::placeholder,.faq-contact-form textarea::placeholder{color:#64748b}.faq-contact-form input:focus,.faq-contact-form textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #8cff0024}.faq-contact-form button{color:#020617;cursor:pointer;background:#1e40af;border:none;border-radius:14px;padding:14px 16px;font-weight:900;transition:all .2s}.faq-contact-form button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #8cff002e}.faq-mini-note{color:#94a3b8;border-top:1px solid #1f2937;margin-top:16px;padding-top:14px;font-size:13px;line-height:1.6}@media (width<=950px){.faq-content{grid-template-columns:1fr}.faq-contact-card{position:relative;top:auto}}@media (width<=768px){.faq-container{padding:30px 16px 50px}.faq-hero{border-radius:22px;padding:32px 22px}.faq-question{padding:18px}.faq-question span{font-size:15px}.faq-contact-card{border-radius:20px;padding:22px}}.payment-success-page{background:#f8fafc;width:100%;min-height:100vh}.payment-success-main{background:radial-gradient(circle at 0 0,#8cff002e,#0000 28%),radial-gradient(circle at 100% 100%,#0a1f5b29,#0000 30%),#f8fafc;min-height:80vh;padding:56px 20px}.payment-success-card{background:#fff;border:1px solid #e5e7eb;border-radius:30px;width:min(980px,100%);margin:0 auto;padding:32px;box-shadow:0 30px 90px #0f172a1f}.payment-success-card.center{text-align:center;max-width:620px}.payment-success-icon{color:#020617;background:#1e40af;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;font-size:38px;font-weight:1000;display:flex;box-shadow:0 0 0 9px #8cff002e}.payment-success-card.center .payment-success-icon{margin-left:auto;margin-right:auto}.payment-success-icon.warning{background:#fbbf24;box-shadow:0 0 0 9px #fbbf242e}.payment-success-label{border-radius:999px;margin-bottom:12px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex}.payment-success-label.confirmed{color:#3f7c00;background:#f0ffe0}.payment-success-label.pending,.payment-success-label.warning{color:#c2410c;background:#fff7ed}.payment-success-card h1{color:#111827;margin:0 0 12px;font-size:clamp(28px,5vw,42px);line-height:1.12}.payment-success-text,.payment-success-card.center p{color:#64748b;margin-bottom:22px;font-size:16px;line-height:1.65}.payment-success-order-number{color:#fff;background:linear-gradient(135deg,#020617,#0a1f5b);border-radius:24px;justify-content:space-between;align-items:center;gap:18px;margin:24px 0;padding:24px;display:flex}.payment-success-order-number span{color:#cbd5e1;font-size:13px;font-weight:800}.payment-success-order-number strong{color:#1e40af;letter-spacing:1px;font-size:30px}.payment-success-section{background:#fff;border:1px solid #e5e7eb;border-radius:22px;margin-top:22px;padding:22px}.payment-success-section h2{color:#111827;margin-bottom:16px;font-size:18px}.payment-success-grid,.payment-success-payment{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.payment-success-grid div,.payment-success-payment div{background:#f8fafc;border-radius:16px;flex-direction:column;gap:6px;padding:15px;display:flex}.payment-success-grid div.full{grid-column:1/-1}.payment-success-grid span,.payment-success-payment span{color:#64748b;font-size:12px;font-weight:800}.payment-success-grid strong,.payment-success-payment strong{color:#111827;word-break:break-word;font-size:14px}.payment-success-products{flex-direction:column;gap:12px;display:flex}.payment-success-product{background:#f8fafc;border-radius:18px;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.payment-success-product-img{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.payment-success-product-img img{object-fit:contain;width:100%;height:100%;padding:7px}.payment-success-product h3{color:#111827;margin-bottom:7px;font-size:15px}.payment-success-product p{flex-wrap:wrap;gap:6px;margin:0;display:flex}.payment-success-product p span{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.payment-success-product strong{color:#111827;white-space:nowrap;font-size:15px}.payment-success-payment .total{background:#eef4ff;border:1px solid #dbeafe;grid-column:1/-1}.payment-success-payment .total strong{color:#0a1f5b;font-size:24px}.payment-success-actions{grid-template-columns:1fr 1fr;gap:14px;margin-top:26px;display:grid}.payment-success-actions button{cursor:pointer;color:#fff;background:#0a1f5b;border:none;border-radius:16px;width:100%;min-height:52px;font-size:15px;font-weight:900;transition:all .2s}.payment-success-actions button.secondary{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb}.payment-success-actions button:hover{transform:translateY(-1px)}.payment-success-loader{border:5px solid #e5e7eb;border-top-color:#1e40af;border-radius:999px;width:58px;height:58px;margin:0 auto 18px;animation:.85s linear infinite paymentSuccessSpin}@keyframes paymentSuccessSpin{to{transform:rotate(360deg)}}@media (width<=760px){.payment-success-main{padding:30px 12px}.payment-success-card{border-radius:24px;padding:24px 16px}.payment-success-order-number{flex-direction:column;align-items:flex-start}.payment-success-order-number strong{font-size:25px}.payment-success-grid,.payment-success-payment,.payment-success-actions{grid-template-columns:1fr}.payment-success-product{grid-template-columns:58px 1fr}.payment-success-product strong{grid-column:2}.payment-success-product-img{width:58px;height:58px}}
