.sidebar-root{background:#09090b;padding:24px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.05);height:fit-content;min-width:0;position:sticky;top:18px;align-self:flex-start;z-index:10}.sidebar-root .sidebar-header{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-root .sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}.sidebar-root .sidebar-item{padding:10px 12px;border-radius:8px;cursor:pointer;color:#a1a1aa;font-size:14px;font-weight:400;transition:all .2s ease;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}.sidebar-root .sidebar-item:hover{color:#d4af37;background:#ffffff08}.sidebar-root .sidebar-item.active{background:transparent;color:#d4af37;font-weight:600}.sidebar-root .sidebar-dot{width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0;opacity:.3;transition:opacity .2s}.sidebar-root .sidebar-item.active .sidebar-dot{opacity:1;background:#d4af37;box-shadow:none}.sidebar-root .sidebar-item-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-root .sidebar-active-indicator{width:2px;height:50%;background:#d4af37;border-radius:2px;position:absolute;right:10px;top:50%;transform:translateY(-50%);box-shadow:none}.mobile-sidebar-container{display:none}.desktop-sidebar-container{display:block}@media (max-width: 760px){.desktop-filter{display:none!important}.mobile-sidebar-container{display:block}.desktop-sidebar-container{display:none}.mobile-sidebar-container .sidebar-root{position:relative!important;top:0!important;padding:10px 14px;border-radius:0;margin-bottom:0;z-index:20;box-shadow:none;background:#09090bf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:none;border-right:none}.mobile-sidebar-container .sidebar-root .sidebar-header{display:none}.mobile-sidebar-container .sidebar-root .sidebar-list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.mobile-sidebar-container .sidebar-root .sidebar-list::-webkit-scrollbar{display:none}.mobile-sidebar-container .sidebar-root .sidebar-item{flex-shrink:0;white-space:nowrap;border:1px solid rgba(255,255,255,.1);padding:8px 16px;font-size:12px;border-radius:999px}}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:#060d1a;color:#e2e8f0;overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;overflow:hidden;position:relative;background:linear-gradient(135deg,#05060a,#0b1220 40%);animation:bgLighten 5s ease-in-out forwards}.loading-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(60% 60% at 25% 25%,rgba(255,255,255,.03),transparent 25%),radial-gradient(50% 50% at 80% 80%,rgba(255,255,255,.025),transparent 20%);mix-blend-mode:overlay;filter:blur(8px);opacity:0;transform:scale(1.02);animation:overlayFade 5s ease-in-out forwards}.loading-logo{width:160px;height:160px;object-fit:contain;margin-bottom:12px;animation:appear .7s cubic-bezier(.22,1,.36,1) both,float 3s ease-in-out infinite;z-index:1}.spinner{width:40px;height:40px;border-radius:50%;border:5px solid rgba(255,255,255,.08);border-top-color:#3498dbf2;animation:spin 1s linear infinite;margin-bottom:12px;z-index:1}.loading-text{color:#fffffff2;font-size:16px;opacity:0;text-shadow:0 2px 8px rgba(0,0,0,.4);animation:fadeInUp .7s .2s both;z-index:1}@keyframes spin{to{transform:rotate(360deg)}}@keyframes appear{0%{opacity:0;transform:translateY(16px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.main-screen{display:flex;align-items:center;justify-content:center;height:100vh}.store-app{height:100vh;display:flex;flex-direction:column;overflow:hidden;width:100%;background:radial-gradient(circle at top,#18181b,#09090b,#000)}.store-content-wrap{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.25) transparent}.store-header{flex-shrink:0;display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;grid-template-areas:"brand search nav actions";align-items:center;padding:clamp(14px,2.5vw,20px) clamp(16px,4vw,32px);background:#09090bd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:#fff;position:sticky;top:0;z-index:40;width:100%;min-width:0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05);gap:clamp(12px,2vw,24px)}.store-header .brand{grid-area:brand;display:flex;align-items:center;gap:12px;font-weight:700;flex-shrink:0;min-width:0}.brand-clickable{cursor:pointer;text-decoration:none}.brand-logo{width:48px;height:48px;display:block;object-fit:contain;object-position:center;padding:5px;background:#fffffff5;border-radius:14px;border:1.5px solid rgba(96,165,250,.25);box-shadow:0 0 18px #3b82f633}.brand-info{display:flex;flex-direction:column;gap:2px}.brand-text{font-size:18px;font-weight:800;letter-spacing:.5px;color:#f1f5f9;line-height:1}.brand-subtitle{font-size:11px;color:#94a3b8d9;font-weight:500;letter-spacing:.04em}.search-area{grid-area:search;display:flex;justify-content:center;padding:0;width:100%;min-width:0;max-width:100%}.search-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;stroke:#94a3b899;stroke-width:2;fill:none;width:16px;height:16px;flex-shrink:0}.search-input{width:100%;padding:12px 20px 12px 42px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff08;color:#f1f5f9;font-size:14px;letter-spacing:.02em;transition:background .3s,border-color .3s,box-shadow .3s;box-sizing:border-box}.search-input::placeholder{color:#94a3b88c}.search-input:focus{outline:none;border-color:#d4af3780;background:#ffffff0f}.header-actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;min-width:0}.header-nav{grid-area:nav;display:flex;align-items:center;gap:4px;min-width:0}.header-link{background:transparent;border:0;color:#94a3b8d9;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13.5px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:all .15s ease}.header-link.active,.header-link:hover{background:#d4af371a;color:#d4af37}.cart-indicator{background:#22c55e1f;border:1px solid rgba(34,197,94,.25);padding:9px 14px;border-radius:12px;color:#4ade80;cursor:pointer;font-weight:700;font-size:13.5px;display:inline-flex;align-items:center;gap:7px;transition:all .18s ease;position:relative;white-space:nowrap}.cart-indicator:hover{background:#22c55e33;border-color:#22c55e66}.cart-count{background:#22c55e;color:#fff;font-size:11px;font-weight:800;min-width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 8px #22c55e80}.profile-btn{background:#2563eb26;border:1px solid rgba(59,130,246,.25);color:#93c5fd;padding:9px 12px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;border-radius:12px;font-size:13.5px;font-weight:700;transition:all .18s ease;white-space:nowrap}.profile-btn:hover{background:#2563eb40;border-color:#60a5fa66}.profile-label{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-icon{width:18px;height:18px;display:block;flex-shrink:0}.store-body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(16px,2vw,22px);padding:clamp(14px,2vw,22px);align-items:start;max-width:1440px;width:100%;margin:0 auto;box-sizing:border-box;min-width:0;overflow:visible;flex:1 0 auto}.store-body.no-sidebar{grid-template-columns:1fr}.store-content-wrap::-webkit-scrollbar{width:8px}.store-content-wrap::-webkit-scrollbar-track{background:transparent}.store-content-wrap::-webkit-scrollbar-thumb{background:#3b82f640;border-radius:999px}.filter-row{flex-shrink:0;background:#09090b99;padding:12px clamp(12px,3vw,28px);border-bottom:1px solid rgba(255,255,255,.05)}.filter-bar{display:flex;justify-content:center}.filter-inner{width:100%;max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:16px;align-items:center}.filter-input{min-width:0;padding:10px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#e2e8f0;box-shadow:none;transition:border-color .3s}.filter-input:focus{border-color:#d4af3780}.filter-input::placeholder{color:#71717a}.store-main{width:100%}.catalog{width:100%;min-width:0;box-sizing:border-box}.hero{background:#fff;padding:18px;border-radius:8px;margin-bottom:12px;border:1px solid #eee}.hero-luxury{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;padding:32px;border-radius:20px;border:1px solid rgba(255,255,255,.05);background:linear-gradient(135deg,#111,#09090b);box-shadow:0 40px 80px #0009}.hero-copy h1{font-size:clamp(32px,4vw,54px);line-height:1.02;margin:14px 0 16px;color:#f1f5f9;max-width:12ch}.hero-copy p{font-size:16px;max-width:60ch;color:#94a3b8}.hero-badge,.modal-section-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;gap:12px;margin-top:22px}.hero-highlight-card{background:linear-gradient(180deg,#0f172a,#1e293b);border-radius:24px;padding:20px;box-shadow:0 24px 48px #0f172a2e}.hero-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;height:100%}.hero-stat-card{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;min-height:120px}.hero-stat-card strong{font-size:28px}.store-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0 24px}.benefit-card{background:#111;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:24px;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#d4af374d}.benefit-card h4{margin:0 0 10px;color:#d4af37}.catalog-title{font-size:clamp(18px,2.2vw,22px);font-weight:800;color:#e2e8f0;margin:0 0 18px;display:flex;align-items:center;gap:10px}.catalog-title:before{content:"";display:inline-block;width:4px;height:22px;background:linear-gradient(180deg,#3b82f6,#60a5fa);border-radius:999px;flex-shrink:0}.promo-banner-wrap{flex-shrink:0;width:100%;overflow:hidden;background:linear-gradient(180deg,#050e1f,#060d1a);border-bottom:1px solid rgba(59,130,246,.12);border-top:1px solid rgba(59,130,246,.08)}.promo-banner-skeleton{height:220px;background:linear-gradient(90deg,#0a1628 25%,#0f1e35,#0a1628 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.promo-banner-inner{position:relative;width:100%}.promo-banner-fade-left,.promo-banner-fade-right{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.promo-banner-fade-left{left:0;background:linear-gradient(90deg,#09090b,transparent)}.promo-banner-fade-right{right:0;background:linear-gradient(-90deg,#09090b,transparent)}.promo-banner-track{display:flex;width:max-content;animation:bannerScroll calc(var(--count, 4) * 5s) linear infinite}.promo-banner-track:hover{animation-play-state:paused}@keyframes bannerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.promo-banner-slide{flex-shrink:0;width:clamp(200px,30vw,320px);height:clamp(80px,15vw,140px);margin-right:16px;border-radius:12px;overflow:hidden;position:relative;background:#111;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 20px #00000080;transition:transform .3s ease,border-color .3s ease}.promo-banner-slide:hover{transform:scale(1.02);border-color:#d4af3766;z-index:1}.promo-banner-img{width:100%;height:100%;object-fit:contain;padding:8px;display:block;-webkit-user-select:none;user-select:none}.promo-banner-caption{display:none}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(16px,1.8vw,24px);width:100%;min-width:0}.product-card{background:#111;border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;width:100%;min-width:0;transition:transform .3s ease,border-color .3s ease;cursor:pointer}.product-card,.product-body,.product-header,.product-meta,.price-block{min-width:0}.product-card:hover{transform:translateY(-4px);border-color:#d4af3766}.product-media{width:100%;aspect-ratio:16 / 11;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#0d1b30,#091220)}.product-img{width:100%;height:100%;object-fit:cover;display:block;max-width:100%}.product-placeholder{width:56px;height:56px;border-radius:16px;background:#0d1b30;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b}.product-body{padding:clamp(12px,1.6vw,16px)}.product-body h4{margin:0 0 6px;font-size:clamp(14px,1.25vw,17px);color:#e2e8f0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-body .muted.small{color:#64748b;font-size:13px}.product-header{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.cat-tag{background:#3b82f626;color:#93c5fd;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:8px}.price{font-weight:800;color:#60a5fa;font-size:clamp(15px,1.4vw,18px)}.price-block{display:flex;flex-direction:column;gap:2px;max-width:100%}.price-original{text-decoration:line-through;color:#475569;font-size:13px;font-weight:500}.price-discounted{font-weight:900;color:#f87171;font-size:clamp(15px,1.4vw,18px)}.promo-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#d4af37,#b48e2d);color:#000;border-radius:8px;padding:6px 10px;z-index:5;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 16px #00000080;animation:badgePop .35s cubic-bezier(.22,1,.36,1) both}.promo-badge-lg{top:14px;left:14px;padding:8px 14px;border-radius:10px}.promo-badge-pct{font-weight:900;font-size:15px;line-height:1;letter-spacing:-.5px}.promo-badge-lg .promo-badge-pct{font-size:20px}.promo-badge-name{font-size:9px;font-weight:700;opacity:.9;margin-top:3px;text-align:center;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes badgePop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.desc{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-sub{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap;min-width:0}.product-sub .brand,.product-sub .model{font-size:13px;color:#64748b}.chip{background:#3b82f61f;color:#93c5fd;padding:4px 8px;border-radius:8px;margin-left:6px;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:60;padding:20px}.modal{width:min(920px,95%);background:#09090b;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #000000e6;position:relative;border:1px solid rgba(255,255,255,.1)}.modal-close{position:absolute;right:16px;top:14px;background:#ffffff14;border:0;font-size:28px;cursor:pointer;width:42px;height:42px;border-radius:50%;color:#94a3b8;display:flex;align-items:center;justify-content:center}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-media{min-height:320px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0d1b30,#06101e)}.modal-media img{width:100%;height:100%;object-fit:cover;display:block}.modal-placeholder{width:120px;height:120px;border-radius:16px;font-size:42px}.modal-content{padding:18px;color:#e2e8f0}.modal-content h3{margin-top:0;color:#f1f5f9}.modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.glass-panel{background:linear-gradient(180deg,#0a162afa,#060d1af5)}.auth-modal{width:min(1040px,96%)}.auth-modal-body{grid-template-columns:.95fr 1.05fr;gap:0}.auth-aside{padding:34px;background:linear-gradient(180deg,#0f172a,#1e3a8a);color:#fff;display:flex;flex-direction:column;justify-content:center}.auth-aside p{color:#ffffffc7}.auth-benefits{padding-left:18px;display:flex;flex-direction:column;gap:10px;color:#ffffffe6}.auth-panel{padding:34px;background:linear-gradient(180deg,#0f1e35,#0a1628);color:#e2e8f0}.auth-choice-wrap h3,.auth-form-wrap h3,.account-state h3{margin:12px 0 8px}.auth-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.auth-choice-card{border:1px solid rgba(59,130,246,.2);background:#0f1e3c99;border-radius:20px;padding:18px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer;color:#e2e8f0;box-shadow:0 14px 30px #0000004d}.auth-choice-card.primary{background:linear-gradient(135deg,#1e3a8a80,#2563eb4d);border-color:#60a5fa4d}.auth-choice-card span{color:#64748b;font-size:14px}.auth-form-wrap{display:flex;flex-direction:column;gap:12px}.auth-back-row{margin-bottom:8px}.auth-submit-row{margin-top:8px;display:flex;justify-content:flex-end}.auth-password-hint{margin-top:-4px;font-size:13px;line-height:1.45}.success-message{padding:12px 14px;border-radius:14px;background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.account-state{display:flex;flex-direction:column;gap:8px}.account-pills{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 4px}.account-pill{background:#eef6ff;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-weight:700;font-size:13px}.auth-actions-left{justify-content:flex-start}.btn{background:transparent;border:1px solid rgba(255,255,255,.15);padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;color:#e2e8f0;transition:all .2s ease;letter-spacing:.05em;text-transform:uppercase;font-size:11px}.btn:hover{border-color:#d4af3780;color:#d4af37}.btn.primary{background:#d4af37;color:#000;border:1px solid #d4af37;font-weight:700}.btn.primary:hover{background:#c8aa6e;color:#000}.btn.small{padding:6px 8px;font-size:13px}.btn.full{width:100%}.store-cart{background:linear-gradient(160deg,#0f1e35,#0a1628);padding:12px;border-radius:8px;border:1px solid rgba(59,130,246,.15);height:fit-content;color:#e2e8f0}.store-cart h3{margin-top:0}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed rgba(59,130,246,.15)}.cart-controls{display:flex;gap:8px;align-items:center}.cart-controls input{width:56px;padding:6px;border:1px solid #ddd;border-radius:6px}.cart-total{display:flex;justify-content:space-between;padding:8px 0;font-size:16px}.muted{color:#64748b}.empty{padding:12px;color:#64748b;background:#0f1e37cc;border-radius:14px;border:1px solid rgba(59,130,246,.15)}.cart-toast{position:fixed;right:18px;bottom:18px;z-index:120;display:inline-flex;align-items:center;gap:10px;max-width:min(92vw,360px);padding:12px 14px;border-radius:14px;border:1px solid rgba(34,197,94,.28);background:linear-gradient(135deg,#16a34af5,#15803df5);color:#f0fdf4;box-shadow:0 18px 40px #16a34a59;transform:translateY(14px);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.cart-toast.show{opacity:1;transform:translateY(0)}.cart-toast-icon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f0fdf42e;color:#fff;font-size:14px;font-weight:900;flex-shrink:0}.cart-toast-text{font-size:13px;font-weight:700;line-height:1.35}.store-footer{text-align:center;padding:24px;color:#475569;border-top:1px solid rgba(59,130,246,.1);margin-top:28px;background:#040a16cc}.store-footer a{color:#60a5fa;text-decoration:none}.store-footer a:hover{color:#93c5fd}.whatsapp-float{position:fixed;right:18px;bottom:90px;z-index:130;width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 12px 30px #128c7e40;color:#fff;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 18px 36px #128c7e4d}.whatsapp-float svg{display:block}.cart-view .cart-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cart-view .store-cart{width:100%}.store-cart{padding:22px;background:linear-gradient(160deg,#0f1e35,#0a1628);border-radius:24px;border:1px solid rgba(59,130,246,.15);box-shadow:0 18px 40px #00000073}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:18px}.cart-list{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(59,130,246,.12);align-items:flex-start;background:#0a162ab3}.cart-media{width:96px;height:72px;flex:0 0 96px;display:flex;align-items:center;justify-content:center;background:#091220;border-radius:6px;overflow:hidden}.cart-media img{width:100%;height:100%;object-fit:cover}.cart-info{flex:1;display:flex;flex-direction:column}.cart-title{font-weight:700;margin-bottom:6px}.cart-controls{display:flex;gap:8px;align-items:center;margin-top:8px}.qty-label{font-size:13px;color:#666}.qty-input{width:72px;padding:6px;border:1px solid #ddd;border-radius:6px}.cart-price{margin-left:auto;font-weight:800;color:#60a5fa}.cart-title{color:#e2e8f0}.summary-card{position:sticky;top:96px;padding:20px;border-radius:22px;background:linear-gradient(160deg,#0f1e35,#0a1628);border:1px solid rgba(59,130,246,.18);box-shadow:0 22px 50px #00000073;color:#e2e8f0}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.summary-note{font-size:13px;margin-bottom:12px}.order-modal{width:min(980px,95%)}.order-modal-body{grid-template-columns:1.2fr .8fr}.order-form-wrap{padding:22px;color:#e2e8f0}.order-form{display:flex;flex-direction:column;gap:12px;margin-top:12px}.order-textarea{min-height:110px;resize:vertical}.order-summary-panel{padding:22px;border-left:1px solid rgba(59,130,246,.12);background:#060d1acc;color:#e2e8f0}.order-summary-panel h4{margin-top:0;margin-bottom:16px}.order-summary-list{display:flex;flex-direction:column;gap:12px;max-height:320px;overflow:auto;margin-bottom:16px}.order-summary-item{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(59,130,246,.1)}.order-total-row{margin-top:16px;padding-top:16px;border-top:1px solid rgba(59,130,246,.15);font-size:18px;color:#60a5fa;font-weight:800}.order-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-top:16px}.success-modal{width:min(520px,92%)}.success-modal-content{padding:28px}.orders-section{display:flex;flex-direction:column;gap:18px}.orders-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(160deg,#0f1e35,#0a1628);border:1px solid rgba(59,130,246,.15);border-radius:24px;padding:22px;box-shadow:0 18px 40px #0006;color:#e2e8f0}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}.order-card{background:#111;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:20px;box-shadow:0 18px 40px #0006;color:#e2e8f0}.order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.order-number{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800}.order-status{padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-pendiente{background:#fef3c7;color:#b45309}.status-pagado{background:#dcfce7;color:#15803d}.status-cancelado{background:#fee2e2;color:#b91c1c}.status-enviado{background:#dbeafe;color:#1d4ed8}.order-items-list{display:flex;flex-direction:column;gap:12px}.order-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px;border-radius:18px;background:#0a162ab3;border:1px solid rgba(59,130,246,.1)}.order-line-media{width:64px;height:64px;border-radius:14px;overflow:hidden;background:#fff}.order-line-total{color:#60a5fa;font-weight:700}.order-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid rgba(59,130,246,.12)}.orders-empty{background:linear-gradient(160deg,#0f1e35,#0a1628);border:1px solid rgba(59,130,246,.15);border-radius:24px;padding:32px;text-align:center;box-shadow:0 18px 40px #0006;color:#e2e8f0}.orders-error-card{display:flex;flex-direction:column;gap:12px;align-items:center}@media (max-width: 1100px){.store-header{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search" "nav nav";align-items:center}.search-area{width:100%}.header-nav{width:100%;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.header-nav::-webkit-scrollbar{display:none}.promo-banner-slide{width:240px;height:110px}.product-list{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-layout,.order-modal-body,.auth-modal-body,.hero-luxury,.store-benefits{grid-template-columns:1fr}.summary-card{position:static}.auth-aside{display:none}.order-summary-panel{border-left:0;border-top:1px solid rgba(59,130,246,.12)}}@media (max-width: 760px){.store-body{grid-template-columns:1fr}.store-header{padding:12px;gap:10px}.brand-logo{width:42px;height:42px;padding:4px;border-radius:12px}.brand-text{font-size:16px}.brand-subtitle{display:none}.header-actions{gap:6px}.header-link,.cart-indicator,.profile-btn{padding:8px 10px;font-size:12px}.filter-row{padding:10px 12px}.filter-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.filter-inner .btn{grid-column:1 / -1;width:100%}.promo-banner-slide{width:200px;height:90px;margin-right:8px}.promo-banner-fade-left,.promo-banner-fade-right{width:38px}.store-body{padding:12px;gap:12px}.catalog-title{margin-bottom:14px}.product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:18px}.product-media{aspect-ratio:4 / 3}.product-body{padding:10px}.product-body h4{font-size:12px;margin-bottom:4px}.product-sub,.desc{display:none}.product-header{flex-direction:column;align-items:flex-start;gap:4px}.cat-tag{font-size:9px;padding:3px 7px}.product-meta{flex-direction:column;align-items:stretch;gap:6px;margin-top:8px}.price,.price-discounted{font-size:13px}.price-original{font-size:10px}.product-meta .btn{width:100%;padding:8px 10px;font-size:11px;border-radius:10px}.promo-badge{top:8px;left:8px;padding:4px 7px;border-radius:8px}.promo-badge-pct{font-size:11px}.promo-badge-name{display:none}.cart-item{flex-direction:column;align-items:stretch}.cart-media{width:100%;height:160px}.cart-controls{justify-content:space-between}.cart-price{margin-left:0}.modal{border-radius:20px}.modal-body{grid-template-columns:1fr}.modal-media{min-height:220px}}@media (max-width: 520px){.store-header{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search" "nav nav";padding:10px;gap:8px}.brand{gap:10px}.brand-logo{width:38px;height:38px;padding:4px}.brand-text{font-size:15px}.search-input{font-size:13px;padding:10px 12px 10px 36px}.header-nav{gap:6px}.header-link span,.profile-label,.cart-indicator span:not(.cart-count){display:none}.header-link,.cart-indicator,.profile-btn{min-width:38px;justify-content:center;padding:8px}.filter-inner{grid-template-columns:1fr;gap:8px}.sidebar-root{padding:10px;border-radius:16px}.sidebar-root .sidebar-header{font-size:11px;margin-bottom:8px}.sidebar-root .sidebar-item{padding:7px 10px;font-size:12px}.promo-banner-slide{width:180px;height:80px}.product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{border-radius:16px}.product-media{aspect-ratio:3 / 2}.product-body{padding:8px}.product-body h4{font-size:11px}.cat-tag{font-size:8px;padding:2px 6px}.product-meta{gap:5px;margin-top:6px}.price,.price-discounted{font-size:12px}.price-original{font-size:9px}.product-meta .btn{padding:7px 8px;font-size:10px}.cart-toast{right:10px;left:10px;bottom:10px;max-width:none;padding:11px 12px}}@media (max-width: 360px){.store-body{padding:10px}.product-list{gap:7px}.product-body{padding:7px}.product-body h4{font-size:10px}.product-meta .btn{font-size:9px;padding:6px 7px}}@keyframes bgLighten{0%{background:linear-gradient(135deg,#090a0b,#0d0f11)}30%{background:linear-gradient(135deg,#091320,#0a1429)}70%{background:linear-gradient(135deg,#061023,#09142a)}to{background:linear-gradient(135deg,#060d1a,#0a1628)}}@keyframes overlayFade{0%{opacity:0;transform:scale(1.02)}50%{opacity:.6;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}input,textarea,select{background:#0a162acc;border:1px solid rgba(59,130,246,.22);color:#e2e8f0;border-radius:12px;font-family:inherit;font-size:14px}input::placeholder,textarea::placeholder{color:#475569}input:focus,textarea:focus,select:focus{outline:none;border-color:#60a5fa80;box-shadow:0 0 0 3px #3b82f61f}label{color:#94a3b8;font-size:13px;font-weight:600}.search-input{background:#ffffff12!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.qty-input{background:#0a162acc;border:1px solid rgba(59,130,246,.2);color:#e2e8f0;padding:6px;border-radius:6px;width:72px}.account-pill{background:#3b82f626;color:#93c5fd}.order-number{display:inline-flex;padding:7px 12px;border-radius:999px;background:#3b82f626;color:#93c5fd;font-weight:800}
