@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#111118;--bg-card:#16161f;--bg-card-hover:#1c1c28;--bg-glass:#16161fb3;--text-primary:#f0f0f5;--text-secondary:#8b8b9e;--text-muted:#5a5a6e;--accent:#d4af37;--accent-light:#e8c84a;--accent-dark:#b8941f;--accent-glow:#d4af3726;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--border:#ffffff0f;--border-accent:#d4af374d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 24px #0006;--shadow-lg:0 8px 48px #00000080;--shadow-glow:0 0 30px #d4af371a;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1280px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s}.glass-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn{border-radius:var(--radius-md);font-family:var(--font);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#000;box-shadow:0 4px 16px #d4af374d}.btn-primary:hover{background:linear-gradient(135deg,var(--accent-light),var(--accent));transform:translateY(-1px);box-shadow:0 6px 24px #d4af3766}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{color:var(--text-secondary);background:0 0;padding:.5rem 1rem}.btn-ghost:hover{color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.input-field{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font);outline:none;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.input-field::placeholder{color:var(--text-muted)}.input-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.navbar{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0fd9;align-items:center;display:flex;position:sticky;top:0}.navbar-inner{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-logo{color:var(--accent);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.navbar-logo span{color:var(--text-primary);font-weight:300}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s;position:relative}.navbar-links a:hover,.navbar-links a.active{color:var(--text-primary)}.navbar-links a.active:after{content:"";background:var(--accent);border-radius:1px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar-actions{align-items:center;gap:1rem;display:flex}.cart-badge{position:relative}.cart-badge .count{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;overflow:hidden}.product-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.product-card-image{object-fit:cover;background:var(--bg-secondary);width:100%;height:280px;transition:transform .5s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-image-wrapper{position:relative;overflow:hidden}.product-card-badge{background:var(--accent);color:#000;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;position:absolute;top:12px;left:12px}.product-card-body{padding:1.25rem}.product-card-category{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.product-card-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-card-price{color:var(--accent);font-size:1.25rem;font-weight:800}.product-card-meta{color:var(--text-muted);align-items:center;gap:1rem;margin-top:.75rem;font-size:.75rem;display:flex}.filter-bar{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.filter-bar select,.filter-bar input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font);outline:none;min-width:180px;padding:.625rem 1rem;font-size:.8125rem;transition:border-color .2s}.filter-bar select:focus,.filter-bar input:focus{border-color:var(--accent)}.hero{min-height:calc(100vh - var(--header-height));background:radial-gradient(ellipse at 20% 50%,#d4af370f 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,#d4af370a 0%,transparent 50%),var(--bg-primary);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 60 0 L 0 0 0 60' fill='none' stroke='rgba(255,255,255,0.02)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='60' height='60' fill='url(%23grid)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;max-width:700px;position:relative}.hero-badge{background:var(--accent-glow);border:1px solid var(--border-accent);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-radius:99px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{background:linear-gradient(135deg,var(--text-primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hero p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:3rem 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;display:grid}.footer-brand{color:var(--accent);margin-bottom:.75rem;font-size:1rem;font-weight:700}.footer-desc{color:var(--text-muted);font-size:.8125rem;line-height:1.7}.footer h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.8125rem;font-weight:700}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer ul a{color:var(--text-muted);font-size:.8125rem}.footer ul a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;margin-top:2rem;padding-top:1.5rem;font-size:.75rem}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.order-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);top:calc(var(--header-height) + 1.5rem);padding:1.5rem;position:sticky}.order-summary-item{border-bottom:1px solid var(--border);gap:1rem;padding:.75rem 0;display:flex}.order-summary-item:last-child{border-bottom:none}.order-total{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;font-size:1.25rem;font-weight:800;display:flex}.order-total .amount{color:var(--accent)}.order-tracker{flex-direction:column;gap:0;display:flex}.tracker-step{gap:1rem;display:flex;position:relative}.tracker-line{flex-direction:column;flex-shrink:0;align-items:center;width:32px;display:flex}.tracker-dot{border:2px solid var(--border);background:var(--bg-secondary);z-index:1;border-radius:50%;flex-shrink:0;width:14px;height:14px}.tracker-dot.active{border-color:var(--accent);background:var(--accent);box-shadow:0 0 12px #d4af3766}.tracker-dot.completed{border-color:var(--success);background:var(--success)}.tracker-connector{background:var(--border);flex:1;width:2px;min-height:40px}.tracker-connector.completed{background:var(--success)}.tracker-content{padding-bottom:2rem}.tracker-title{color:var(--text-primary);font-size:.9375rem;font-weight:600}.tracker-date{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.badge-success{color:var(--success);background:#22c55e26}.badge-warning{color:var(--warning);background:#f59e0b26}.badge-error{color:var(--error);background:#ef444426}.badge-info{color:var(--info);background:#3b82f626}.badge-gold{background:var(--accent-glow);color:var(--accent)}.skeleton{background:linear-gradient(90deg,var(--bg-card)25%,var(--bg-card-hover)50%,var(--bg-card)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.empty-state h3{color:var(--text-secondary);margin-bottom:.5rem}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.hero h1{font-size:2.25rem}.navbar-links{display:none}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-card-image{height:180px}.product-card-body{padding:.875rem}.product-card-title{font-size:.875rem}.product-card-price{font-size:1rem}.filter-bar{flex-direction:column}.filter-bar select,.filter-bar input{min-width:100%}.footer-grid{grid-template-columns:1fr}.section{padding:2rem 0}}.admin-layout{min-height:calc(100vh - var(--header-height));grid-template-columns:260px 1fr;display:grid}.admin-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);padding:1.5rem}.admin-sidebar-link{border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.admin-sidebar-link:hover,.admin-sidebar-link.active{background:var(--bg-card);color:var(--text-primary)}.admin-sidebar-link.active{border-left:2px solid var(--accent)}.admin-content{padding:2rem}.admin-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.admin-card h3{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem}.form-group{margin-bottom:1.25rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem;font-size:2rem}.page-header p{color:var(--text-secondary);font-size:1rem}.divider{background:var(--border);height:1px;margin:2rem 0}.navbar-logo-img{object-fit:contain;width:auto;height:36px}.footer-logo-img{object-fit:contain;width:auto;height:32px;margin-bottom:.75rem}.user-indicator{position:relative}.user-indicator:after{content:"";background:var(--success);border:2px solid var(--bg-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.navbar-logout-btn{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.navbar-login-link{font-size:.75rem;font-weight:600}.checkout-gateway-btn{cursor:pointer;border:1px solid var(--border);text-align:left;background:var(--bg-card);width:100%;color:var(--text-primary);font-family:var(--font);border-radius:var(--radius-md);align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.checkout-gateway-btn:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow)}.checkout-gateway-btn.selected{border-color:var(--accent)}.checkout-gateway-icon{border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex}.checkout-gateway-icon.stripe{background:linear-gradient(135deg,#635bff,#7a73ff)}.checkout-gateway-icon.paypal{background:linear-gradient(135deg,#003087,#009cde)}.checkout-gateway-title{font-size:.9375rem;font-weight:700}.checkout-gateway-desc{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.checkout-gateway-arrow{color:var(--text-muted);font-size:.75rem}.checkout-processing{text-align:center;padding:3rem}.checkout-processing .spinner{width:40px;height:40px;margin:0 auto 1.5rem}.checkout-error{border-radius:var(--radius-md);color:var(--error);background:#ef44441a;margin-top:1rem;padding:1rem;font-size:.875rem}.order-item-thumb{border-radius:var(--radius-sm);background:var(--bg-secondary);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;display:flex}.checkout-progress{gap:.5rem;margin-bottom:2rem;display:flex}.checkout-progress-step{flex:1}.checkout-progress-bar{background:var(--border);border-radius:2px;height:3px;transition:background .3s}.checkout-progress-bar.active{background:var(--accent)}.checkout-progress-label{color:var(--text-muted);margin-top:.375rem;font-size:.6875rem;font-weight:600}.checkout-progress-label.active{color:var(--accent)}.shipping-summary{background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-muted);margin-top:.75rem;padding:.75rem;font-size:.75rem}.shipping-summary-title{color:var(--text-secondary);margin-bottom:.25rem;font-weight:600}.ssl-notice{color:var(--text-muted);margin-top:1rem;font-size:.6875rem;line-height:1.6}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.grid-2{grid-template-columns:1fr 1fr;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);display:grid}.grid-4{grid-template-columns:repeat(4,1fr);display:grid}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:.75rem}.gap-lg{gap:1rem}.gap-xl{gap:1.5rem}.gap-2xl{gap:2rem}.p-0{padding:0}.p-sm{padding:.5rem}.p-md{padding:.75rem}.p-lg{padding:1rem}.p-xl{padding:1.25rem}.p-2xl{padding:1.5rem}.p-3xl{padding:2rem}.p-4xl{padding:3rem}.px-lg{padding-left:1rem;padding-right:1rem}.py-lg{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:.75rem}.mt-lg{margin-top:1rem}.mt-xl{margin-top:1.5rem}.mt-2xl{margin-top:2rem}.mt-3xl{margin-top:3rem}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:.75rem}.mb-lg{margin-bottom:1rem}.mb-xl{margin-bottom:1.5rem}.mb-2xl{margin-bottom:2rem}.ml-sm{margin-left:.5rem}.mr-sm{margin-right:.5rem}.w-full{width:100%}.w-auto{width:auto}.max-w-sm{max-width:480px}.max-w-md{max-width:600px}.max-w-lg{max-width:720px}.max-w-xl{max-width:800px}.min-w-100{min-width:100px}.h-16{height:64px}.w-16{width:64px}.h-10{height:40px}.w-10{width:40px}.h-8{height:32px}.w-8{width:32px}.size-avatar{width:48px;height:48px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-xs{font-size:.6875rem}.text-sm{font-size:.75rem}.text-base{font-size:.8125rem}.text-md{font-size:.875rem}.text-lg{font-size:.9375rem}.text-xl{font-size:1rem}.text-2xl{font-size:1.125rem}.text-3xl{font-size:1.25rem}.text-4xl{font-size:1.5rem}.text-5xl{font-size:2rem}.text-6xl{font-size:2.5rem}.text-7xl{font-size:3rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.08em}.leading-relaxed{line-height:1.7}.whitespace-nowrap{white-space:nowrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.no-underline{text-decoration:none}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-error{color:var(--error)}.text-info{color:var(--info)}.bg-primary{background:var(--bg-primary)}.bg-secondary{background:var(--bg-secondary)}.bg-card{background:var(--bg-card)}.bg-accent-alpha{background:var(--accent-glow)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border)}.border-accent{border:1px solid var(--border-accent)}.border-bottom{border-bottom:1px solid var(--border)}.border-left-accent{border-left:3px solid var(--accent)}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.overflow-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.stat-card{text-align:center;padding:1.5rem}.stat-label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.stat-value{font-size:2.5rem;font-weight:900}.stat-sub{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.product-thumb{aspect-ratio:1;border-radius:var(--radius-md);background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-offer-badge{background:var(--error);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;z-index:2;padding:.25rem .5rem;font-size:.625rem;font-weight:700;position:absolute;top:8px;left:8px}.product-name{margin-bottom:.25rem;font-weight:600}.product-price{color:var(--accent);font-size:1.125rem;font-weight:800}.product-category{color:var(--text-muted);font-size:.6875rem}.product-old-price{color:var(--text-muted);margin-right:.5rem;font-size:.8125rem;text-decoration:line-through}.stars-row{gap:2px;display:flex}.star{cursor:pointer;font-size:1.25rem;transition:color .15s}.star.filled{color:var(--accent)}.star.empty{color:var(--border)}.star-interactive:hover{color:var(--accent-light)}.reviews-header{justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:2rem;display:flex}.reviews-title{font-size:1.25rem;font-weight:700}.reviews-summary{align-items:center;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.reviews-avg{text-align:center;min-width:100px}.reviews-avg-num{color:var(--accent);font-size:2.5rem;font-weight:900}.reviews-avg-label{color:var(--text-muted);font-size:.75rem}.reviews-bars{flex:1}.review-bar-row{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.review-bar-label{color:var(--text-muted);width:2rem;font-size:.6875rem}.review-bar-track{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.review-bar-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.review-bar-count{color:var(--text-muted);text-align:right;width:1.5rem;font-size:.6875rem}.review-card{padding:1.5rem}.review-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.review-author{align-items:center;gap:.75rem;display:flex}.review-avatar{background:var(--accent-glow);width:40px;height:40px;color:var(--accent);border-radius:9999px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.review-author-name{font-size:.875rem;font-weight:600}.review-date{color:var(--text-muted);font-size:.6875rem}.review-text{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.order-detail-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.order-detail-folio{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.order-detail-id{font-size:1.125rem;font-weight:700}.order-product-row{gap:1rem;margin-bottom:1.5rem;display:flex}.order-product-thumb{border-radius:var(--radius-md);background:var(--bg-secondary);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;display:flex}.order-product-name{margin-bottom:.25rem;font-weight:600}.order-product-price{color:var(--accent);font-size:1.125rem;font-weight:800}.order-product-meta{color:var(--text-muted);margin-top:.25rem;font-size:.6875rem}.shipping-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.shipping-label{color:var(--text-muted);text-transform:uppercase;font-size:.6875rem}.shipping-value{font-weight:600}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.admin-stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.admin-stat-card{padding:1.25rem}.admin-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem;font-size:.6875rem}.admin-stat-value{color:var(--accent);font-size:1.5rem;font-weight:800}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.6875rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.75rem 1rem;font-size:.8125rem}.admin-table tr:hover td{background:var(--bg-card-hover)}.admin-actions{gap:.5rem;display:flex}.dash-sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.dash-sidebar-link{border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.dash-sidebar-link:hover{background:var(--bg-card-hover);color:var(--text-primary)}.dash-sidebar-link.active{background:var(--accent-glow);color:var(--accent)}.dash-sidebar-icon{font-size:1.125rem}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1rem 0;display:flex}.cart-item-thumb{border-radius:var(--radius-md);background:var(--bg-secondary);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;display:flex;overflow:hidden}.cart-item-thumb img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex:1}.cart-item-name{margin-bottom:.25rem;font-weight:600}.cart-item-sku{color:var(--text-muted);margin-bottom:.5rem;font-size:.6875rem}.cart-item-price{color:var(--accent);font-size:1.125rem;font-weight:800}.auth-container{max-width:480px;margin:0 auto}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{margin-bottom:.75rem;font-size:2.5rem}.auth-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.auth-subtitle{color:var(--text-muted);font-size:.875rem}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.8125rem}.auth-footer a{color:var(--accent);font-weight:600;text-decoration:none}.auth-demo{background:var(--bg-secondary);border-radius:var(--radius-md);margin-top:1.5rem;padding:1rem;font-size:.75rem}.auth-demo-title{color:var(--text-secondary);margin-bottom:.5rem;font-weight:600}.hero-banner{text-align:center;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--bg-secondary),var(--bg-card));margin-bottom:3rem;padding:4rem 2rem;position:relative;overflow:hidden}.hero-banner img{object-fit:cover;opacity:.3;width:100%;height:100%;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-title{margin-bottom:1rem;font-size:2.5rem;font-weight:900}.hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.recibo-card{margin-bottom:1rem;padding:1.5rem}.recibo-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.recibo-folio{font-size:1rem;font-weight:700}.recibo-fecha{color:var(--text-muted);font-size:.75rem}.recibo-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.recibo-field-label{color:var(--text-muted);text-transform:uppercase;font-size:.6875rem}.recibo-field-value{font-size:.875rem;font-weight:600}.address-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.address-card.default{border-color:var(--accent)}.address-default-badge{color:var(--accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.address-name{margin-bottom:.375rem;font-weight:600}.address-text{color:var(--text-secondary);font-size:.8125rem;line-height:1.5}.monedero-hint{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.75rem}.rastreo-search{gap:.75rem;display:flex}.config-step{background:var(--bg-secondary);border-radius:var(--radius-md);align-items:flex-start;gap:1rem;padding:1rem;display:flex}.config-step-num{background:var(--accent-glow);width:32px;height:32px;color:var(--accent);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.config-code{background:var(--bg-primary);border-radius:var(--radius-sm);margin-top:.5rem;padding:.5rem;font-family:monospace;font-size:.75rem;display:block}.buynow-layout{flex-direction:column;gap:.625rem;display:flex}.wallet-balance-box{background:var(--bg-secondary);border-radius:var(--radius-md);margin-bottom:.75rem;padding:.75rem}.wallet-greeting{color:var(--text-muted);font-size:.75rem}.wallet-points{color:var(--accent);font-size:1.25rem;font-weight:800}.wallet-equiv{color:var(--text-muted);font-size:.6875rem}.wallet-reintegro-notice{color:var(--accent);background:var(--accent-glow);border-radius:var(--radius-sm);margin-bottom:.75rem;padding:.5rem;font-size:.8125rem}@media (max-width:768px){.grid-2{grid-template-columns:1fr}.grid-3,.grid-4,.admin-stat-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:1.75rem}.reviews-summary{flex-direction:column}.shipping-grid{grid-template-columns:1fr}}.chat-widget-toggle{background:var(--accent);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:transform .2s,background .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #0000004d}.chat-widget-toggle:hover{transform:scale(1.1)}.chat-widget{background:var(--surface);border:1px solid var(--border);z-index:999;border-radius:16px;flex-direction:column;width:380px;max-height:520px;animation:.3s chatSlideUp;display:flex;position:fixed;bottom:5.5rem;right:1.5rem;overflow:hidden;box-shadow:0 8px 40px #0006}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-widget-header{background:var(--accent);color:#fff;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.chat-widget-header-info{align-items:center;gap:.75rem;display:flex}.chat-widget-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.chat-widget-title{font-size:.9375rem;font-weight:600}.chat-widget-subtitle{opacity:.8;font-size:.75rem}.chat-widget-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.125rem;transition:opacity .2s}.chat-widget-close:hover{opacity:1}.chat-widget-messages{flex-direction:column;flex:1;gap:.75rem;min-height:280px;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.chat-widget-welcome{text-align:center;padding:1.5rem .5rem}.chat-widget-welcome-icon{margin-bottom:.5rem;font-size:2.5rem}.chat-widget-welcome h4{color:var(--text-primary);margin-bottom:.25rem}.chat-widget-welcome p{color:var(--text-muted);font-size:.8125rem}.chat-widget-suggestions{flex-wrap:wrap;justify-content:center;gap:.375rem;margin-top:.75rem;display:flex}.chat-widget-suggestions button{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.375rem .75rem;font-size:.75rem;transition:background .2s,color .2s}.chat-widget-suggestions button:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.chat-widget-msg{flex-direction:column;max-width:85%;display:flex}.chat-widget-msg-user{align-self:flex-end;align-items:flex-end}.chat-widget-msg-assistant{align-self:flex-start;align-items:flex-start}.chat-widget-msg-bubble{white-space:pre-wrap;border-radius:14px;padding:.625rem .875rem;font-size:.8125rem;line-height:1.5}.chat-widget-msg-user .chat-widget-msg-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-widget-msg-assistant .chat-widget-msg-bubble{background:var(--surface-alt);color:var(--text-primary);border-bottom-left-radius:4px}.chat-widget-msg-time{color:var(--text-muted);margin-top:.125rem;padding:0 .25rem;font-size:.625rem}.chat-widget-typing{align-items:center;gap:4px;padding:.75rem 1rem;display:flex}.chat-widget-typing span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingDot}.chat-widget-typing span:nth-child(2){animation-delay:.2s}.chat-widget-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-widget-nip{background:var(--surface-alt);border-top:1px solid var(--border);flex-direction:column;gap:.375rem;padding:.75rem;display:flex}.chat-widget-nip-label{color:var(--accent);font-size:.75rem;font-weight:600}.chat-widget-nip-input{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:8px;padding:.375rem .625rem;font-size:.8125rem}.chat-widget-nip-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.375rem;font-size:.8125rem;font-weight:600}.chat-widget-input-area{border-top:1px solid var(--border);gap:.5rem;padding:.75rem;display:flex}.chat-widget-input{border:1px solid var(--border);background:var(--surface-alt);color:var(--text-primary);border-radius:20px;outline:none;flex:1;padding:.5rem .75rem;font-size:.8125rem;transition:border-color .2s}.chat-widget-input:focus{border-color:var(--accent)}.chat-widget-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:opacity .2s;display:flex}.chat-widget-send:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.chat-widget{width:calc(100vw - 2rem);max-height:70vh;bottom:5rem;right:1rem}}
