html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:linear-gradient(180deg,#f6f8fc,#eef3fb);color:#0f172a}.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{min-height:100%;background:radial-gradient(circle at top,#fff,#f4f7fc 45%,#edf2fb)}.store-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#05223adb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #0206172e}.store-header .brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand-clickable{cursor:pointer}.brand-logo{width:99px;height:44px;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.12);box-shadow:0 8px 18px #00000026}.brand-text{font-size:18px;font-weight:800;letter-spacing:.6px;color:#fff}.brand-subtitle{font-size:12px;color:#ffffffb8;margin-top:2px}.search-area{flex:1;display:flex;justify-content:center;padding:0 12px}.search-input{width:100%;max-width:640px;padding:12px 16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff14;color:#fff;box-shadow:inset 0 1px #ffffff14}.search-input::placeholder{color:#ffffffbf}.header-actions{display:flex;align-items:center;gap:10px;min-width:120px}.header-nav{display:flex;align-items:center;gap:6px}.header-link{background:transparent;border:0;color:#ffffffd1;padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:600}.header-link.active,.header-link:hover{background:#ffffff1a;color:#fff}.cart-indicator{background:linear-gradient(135deg,#22c55e,#16a34a);padding:10px 14px;border-radius:12px;color:#fff;border:0;cursor:pointer;font-weight:700;box-shadow:0 12px 24px #22c55e38}.profile-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:0;padding:11px 12px;cursor:pointer;margin-left:4px;display:inline-flex;align-items:center;gap:6px;border-radius:12px;box-shadow:0 12px 24px #2563eb38}.profile-btn:hover{opacity:.95}.profile-icon{width:20px;height:20px;display:block}.store-body{display:grid;grid-template-columns:240px 1fr;gap:22px;padding:24px;align-items:start;max-width:1440px;margin:0 auto}.store-body.no-sidebar{grid-template-columns:1fr}.filter-row{background:transparent;padding:16px 24px 4px;border-bottom:1px solid rgba(15,23,42,.04)}.filter-bar{display:flex;justify-content:center}.filter-inner{width:100%;max-width:1180px;display:flex;gap:12px;align-items:center}.filter-input{flex:1;padding:12px 14px;border-radius:14px;border:1px solid #dbe5f1;background:#fff;box-shadow:0 8px 24px #0f172a0d}.store-sidebar{background:linear-gradient(180deg,#fff,#fbfbfb);padding:18px;border-radius:20px;border:1px solid #e8edf7;height:fit-content;box-shadow:0 18px 40px #0f172a0f}.store-sidebar h3{margin:0 0 8px}.store-sidebar ul{list-style:none;padding:0;margin:0}.store-sidebar li{padding:10px 12px;border-radius:12px;cursor:pointer;color:#334155;transition:all .2s ease}.store-sidebar li.active,.store-sidebar li:hover{background:#eff6ff;color:#0b5ed7;transform:translate(2px)}.store-main{min-height:60vh}.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:28px;border-radius:28px;border:1px solid #e6edf8;background:linear-gradient(135deg,#fff,#f7fbff 45%,#edf4ff);box-shadow:0 30px 60px #0f172a14}.hero-copy h1{font-size:clamp(32px,4vw,54px);line-height:1.02;margin:14px 0 16px;color:#0f172a;max-width:12ch}.hero-copy p{font-size:16px;max-width:60ch}.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:#fff;border:1px solid #e6edf8;border-radius:20px;padding:20px;box-shadow:0 18px 40px #0f172a0d}.benefit-card h4{margin:0 0 10px}.catalog{background:transparent}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.product-card{background:#fff;border:1px solid #e7eef8;border-radius:22px;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;box-shadow:0 18px 36px #0f172a12;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0f172a24;border-color:#bfdbfe}.product-media{width:100%;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#f7f8fb,#eef2f7)}.product-img{width:100%;height:100%;object-fit:cover;display:block}.product-placeholder{width:56px;height:56px;border-radius:16px;background:#f4f6f8;display:flex;align-items:center;justify-content:center;font-weight:700;color:#556}.product-body{padding:16px 16px 18px}.product-body h4{margin:0 0 6px;font-size:17px}.product-body .muted.small{color:#666;font-size:13px}.product-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.cat-tag{background:#eef6ff;color:#0661b8;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.price{font-weight:800;color:#0b5ed7;font-size:18px}.desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2}.product-sub{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.product-sub .brand,.product-sub .model{font-size:13px;color:#445}.chip{background:#f1f7ff;color:#0b5ed7;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:#020617ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:60;padding:20px}.modal{width:min(920px,95%);background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 30px 80px #02061761;position:relative;border:1px solid rgba(255,255,255,.4)}.modal-close{position:absolute;right:16px;top:14px;background:#0f172a0f;border:0;font-size:28px;cursor:pointer;width:42px;height:42px;border-radius:50%}.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,#f7f8fb,#eef2f7)}.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}.modal-content h3{margin-top:0}.modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.glass-panel{background:linear-gradient(180deg,#fffffffa,#f7fafff5)}.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,#fff,#f8fbff)}.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 #dbe5f1;background:#fff;border-radius:20px;padding:18px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer;box-shadow:0 14px 30px #0f172a0f}.auth-choice-card.primary{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.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:#f8fafc;border:1px solid #d7e2f0;padding:11px 14px;border-radius:14px;cursor:pointer;font-weight:700;transition:all .18s ease;box-shadow:0 10px 20px #0f172a0a}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:0;box-shadow:0 16px 30px #2563eb3d}.btn.small{padding:6px 8px;font-size:13px}.btn.full{width:100%}.store-cart{background:#fff;padding:12px;border-radius:8px;border:1px solid #eee;height:fit-content}.store-cart h3{margin-top:0}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed #eee}.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:#666}.empty{padding:12px;color:#666;background:#fff;border-radius:14px;border:1px solid #e6edf3}.store-footer{text-align:center;padding:24px;color:#64748b;border-top:1px solid #e7edf6;margin-top:28px}.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:#fff;border-radius:24px;border:1px solid #e7edf6;box-shadow:0 18px 40px #0f172a0f}.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 #edf2f7;align-items:flex-start;background:#fafcff}.cart-media{width:96px;height:72px;flex:0 0 96px;display:flex;align-items:center;justify-content:center;background:#fff;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:#0b5ed7}.summary-card{position:sticky;top:96px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef4ff;box-shadow:0 22px 50px #0f172a14}.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}.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 #eef2f7;background:#fbfdff}.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 #eef2f7}.order-total-row{margin-top:16px;padding-top:16px;border-top:1px solid #e6edf3;font-size:18px}.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:#fff;border:1px solid #e7edf6;border-radius:24px;padding:22px;box-shadow:0 18px 40px #0f172a0d}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}.order-card{background:#fff;border:1px solid #e7edf6;border-radius:24px;padding:20px;box-shadow:0 18px 40px #0f172a0d}.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:#f8fbff;border:1px solid #ecf2fa}.order-line-media{width:64px;height:64px;border-radius:14px;overflow:hidden;background:#fff}.order-line-total{color:#1d4ed8}.order-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid #e8edf7}.orders-empty{background:#fff;border:1px solid #e7edf6;border-radius:24px;padding:32px;text-align:center;box-shadow:0 18px 40px #0f172a0d}.orders-error-card{display:flex;flex-direction:column;gap:12px;align-items:center}@media (max-width: 880px){.store-header{flex-wrap:wrap;gap:12px}.header-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.search-area{order:3;width:100%;padding:0}.store-body{grid-template-columns:1fr;padding:16px}.hero-luxury,.store-benefits,.cart-layout{grid-template-columns:1fr}.summary-card{position:static}.cart-item{flex-direction:row}.cart-media{width:80px;height:60px}.order-modal-body{grid-template-columns:1fr}.order-summary-panel{border-left:0;border-top:1px solid #eef2f7}.auth-modal-body,.auth-choice-grid{grid-template-columns:1fr}}@media (max-width: 520px){.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}}@keyframes bgLighten{0%{background:linear-gradient(135deg,#090a0b,#0d0f11)}30%{background:linear-gradient(135deg,#161a1d,#1a1f23)}70%{background:linear-gradient(135deg,#7c99b6,#bcd)}to{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}}@keyframes overlayFade{0%{opacity:0;transform:scale(1.02)}50%{opacity:.6;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}
