:root{--text: #374151;--text-muted: #6b7280;--text-heading: #111827;--bg: #ffffff;--bg-subtle: #f9fafb;--border: #e5e7eb;--accent: #0d9488;--accent-hover: #0f766e;--accent-light: rgba(13, 148, 136, .08);--primary: #0d9488;--success: #059669;--error: #dc2626;--shadow: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--radius: 12px;--radius-sm: 8px;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--glass-bg: rgba(255, 255, 255, .72);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .06);--blur: 12px}*{box-sizing:border-box}body{margin:0;font-family:var(--sans);font-size:16px;line-height:1.5;color:var(--text);background:linear-gradient(135deg,#e8f4f3,#f0f4f8,#e8ecf1);background-attachment:fixed;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit;font-size:1rem}.app-header{position:sticky;top:0;z-index:100;background:#ffffff1f;backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 24px #0000000a}.app-header-inner{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.app-header-brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.app-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.35rem;background:linear-gradient(90deg,#0d9488,#059669,#0d9488);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:logo-shimmer 4s ease-in-out infinite;text-decoration:none}.app-logo-img{width:auto;height:36px;display:block;flex-shrink:0;vertical-align:middle}.app-logo:hover{animation:logo-shimmer 1.5s ease-in-out infinite;color:transparent;-webkit-text-fill-color:transparent}@keyframes logo-shimmer{0%,to{background-position:0% center}50%{background-position:100% center}}.app-header-search-row{flex:1;min-width:200px;max-width:400px;display:flex;align-items:center;gap:.5rem}.app-header-category-slot{flex-shrink:0;display:flex;align-items:center}.app-header-category-slot--mobile{display:none}@media(max-width:768px){.app-header-category-slot--desktop{display:none}.app-header-category-slot--mobile{display:flex}.app-header-search-row{flex-wrap:nowrap}}.app-search-form{flex:1;min-width:0;display:flex}.app-search{width:100%;padding:.6rem 1rem;border:1px solid var(--glass-border);border-radius:var(--radius-sm);background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.95rem}.app-search::placeholder{color:var(--text-muted)}.app-nav{display:flex;align-items:center;gap:1.25rem}.app-nav a{font-weight:500;color:var(--text)}.app-nav .btn-outline{padding:.5rem .9rem;border:1px solid var(--glass-border);border-radius:var(--radius-sm);background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:500}.app-nav .btn-outline:hover{border-color:var(--accent);color:var(--accent);background:#fffc}.app-nav .btn-cart{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .9rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600}.app-nav .btn-cart:hover{background:var(--accent-hover)}.app-nav .btn-cart.cart-land-bounce{animation:cart-land-bounce .48s cubic-bezier(.34,1.4,.64,1)}@keyframes cart-land-bounce{0%{transform:scale(1)}35%{transform:scale(1.14)}60%{transform:scale(.94)}to{transform:scale(1)}}.cart-fly-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10050;overflow:hidden}.cart-fly-particle{position:fixed;width:52px;height:52px;margin-left:-26px;margin-top:-26px;border-radius:50%;background-color:var(--accent);background-size:cover;background-position:center;box-shadow:0 4px 14px #0d948873,0 0 0 3px #ffffffe6;transform-origin:center center;animation:cart-fly-throw .72s cubic-bezier(.33,.02,.2,1) forwards;will-change:transform,opacity}.cart-fly-particle:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(13,148,136,.35);animation:cart-fly-ring .72s ease-out forwards}@keyframes cart-fly-throw{0%{transform:translate(0) scale(1) rotate(0);opacity:1}18%{transform:translate(calc(var(--fly-dx) * .12),calc(var(--fly-dy) * .05 - 36px)) scale(.95) rotate(8deg);opacity:1}50%{transform:translate(calc(var(--fly-dx) * .52),calc(var(--fly-dy) * .38 - 72px)) scale(.65) rotate(18deg);opacity:.95}82%{transform:translate(calc(var(--fly-dx) * .92),calc(var(--fly-dy) * .88)) scale(.32) rotate(-6deg);opacity:.7}to{transform:translate(var(--fly-dx),var(--fly-dy)) scale(.12) rotate(0);opacity:0}}@keyframes cart-fly-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.8);opacity:0}}@media(prefers-reduced-motion:reduce){.cart-fly-particle{animation:none;opacity:0}.app-nav .btn-cart.cart-land-bounce{animation:none}}.app-nav-actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:nowrap}.app-nav-actions .btn-outline,.app-nav-actions .btn-primary,.app-nav-actions .btn-cart{white-space:nowrap}.app-nav-support-wa{opacity:.9;font-weight:400;font-size:.85em}.app-main{flex:1;max-width:1280px;margin:0 auto;width:100%;padding:1.5rem}@media(max-width:640px){.app-main{padding:.75rem}}.hero{text-align:center;padding:2.5rem 1rem 2rem;background:linear-gradient(135deg,#1a0a0a,#2d1510,#4a1f0f,#6b2a0a,#8b3a0a);background-size:400% 400%;animation:hero-cosmic-shift 12s ease infinite;border:1px solid rgba(255,140,0,.2);border-radius:var(--radius);margin-bottom:2rem;box-shadow:0 8px 32px #8b3a0a40,inset 0 1px #ffffff0f}@keyframes hero-cosmic-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero h1{margin:0 0 .5rem;font-size:1.85rem;font-weight:700;color:#fff5eb;text-shadow:0 0 20px rgba(255,140,0,.3);animation:hero-text-glow 2.5s ease-in-out infinite}.hero p{margin:0;font-size:1.05rem;color:#fff5ebe6;text-shadow:0 0 12px rgba(255,180,100,.2);animation:hero-text-glow 2.5s ease-in-out infinite .3s}@keyframes hero-text-glow{0%,to{opacity:1;text-shadow:0 0 20px rgba(255,140,0,.25),0 0 40px rgba(255,100,0,.1)}50%{opacity:.95;text-shadow:0 0 28px rgba(255,160,50,.4),0 0 50px rgba(255,120,0,.15)}}.hero-title-animated,.hero-subtitle-animated{min-height:1.3em}.hero-cursor{display:inline-block;margin-left:2px;color:#ffb366;animation:hero-cursor-blink .9s step-end infinite;font-weight:300}@keyframes hero-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.section-title{font-size:1.35rem;font-weight:700;color:var(--text-heading);margin:0 0 1.25rem}.home-layout{display:block}.home-main{min-width:0}.shop-filters-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.55rem .9rem;font-size:.9rem;font-weight:600;font-family:inherit;color:var(--text-heading);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-sm);cursor:pointer;box-shadow:0 2px 8px #0000000d;transition:background .15s,border-color .15s,box-shadow .15s}.shop-filters-toggle:hover{background:#fffffff2;border-color:var(--primary)}.shop-filters-toggle[aria-expanded=true]{border-color:var(--primary);box-shadow:0 2px 12px #0d948826}.shop-filters-toggle-bars{display:flex;flex-direction:column;justify-content:space-between;width:1.15rem;height:.85rem;flex-shrink:0}.shop-filters-toggle-bars span{display:block;height:2px;width:100%;background:currentColor;border-radius:1px}.shop-filters-toggle-label{line-height:1}.shop-filters-toggle--icon-only{padding:.5rem;min-width:2.5rem;min-height:2.5rem}.shop-filters-toggle--icon-only .shop-filters-toggle-bars{width:1.1rem;height:.8rem}@media(max-width:768px){.app-header-inner{gap:.5rem;align-items:center}.app-header-brand{flex:1 1 auto;min-width:0;gap:.5rem}.app-logo{flex-shrink:0;min-width:0}.app-logo-img{height:36px}.app-header-search-row{flex:1 1 100%;order:3;max-width:none;min-width:0}.app-search-form{max-width:none}.app-nav{flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-end;gap:.35rem;order:2;min-width:0}.app-nav-extra{display:none}.app-nav-actions{gap:.3rem}.app-nav-actions .btn-outline,.app-nav-actions .btn-cart,.app-nav-actions .btn-primary{font-size:.72rem;padding:.32rem .45rem}.app-nav-support-btn{font-size:.65rem;padding:.3rem .4rem;line-height:1.2}.app-nav-support-wa{font-size:.9em}}.shop-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#00000073;opacity:0;pointer-events:none;transition:opacity .28s ease}.shop-sidebar-backdrop.visible{opacity:1;pointer-events:auto}.home-hot-section{margin-bottom:2rem}.home-inventory-header{margin-bottom:1rem}.home-inventory-title{margin-bottom:.35rem}.home-inventory-active{margin:0;font-size:.9rem;color:var(--text-muted)}.home-inventory-active strong{color:var(--text-heading);font-weight:600}.home-empty{color:var(--text-muted);text-align:center;padding:2rem 1rem}.shop-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:200;width:min(300px,88vw);padding:1rem 1rem 1.5rem;margin:0;background:var(--glass-bg);border:none;border-right:1px solid var(--glass-border);border-radius:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:4px 0 24px #0000001f;overflow-y:auto;transform:translate(-100%);transition:transform .28s ease;visibility:hidden}.shop-sidebar.open{transform:translate(0);visibility:visible;pointer-events:auto}.shop-sidebar:not(.open){pointer-events:none}.shop-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--glass-border)}.shop-sidebar-heading{margin:0;font-size:1rem;font-weight:700;color:var(--text-heading)}.shop-sidebar-close{flex-shrink:0;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:#0000000f;color:var(--text-muted);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .15s,color .15s}.shop-sidebar-close:hover{background:#0000001a;color:var(--text-heading)}.shop-sidebar-section{margin-bottom:1rem}.shop-sidebar-section:last-child{margin-bottom:0}.shop-sidebar-label{margin:0 0 .5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.shop-sidebar-label-filter{color:#b45309}.shop-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.shop-sidebar-btn{display:block;width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:var(--radius-sm);cursor:pointer;transition:color .15s,background .15s,border-color .15s,box-shadow .15s}.shop-sidebar-btn-main{color:var(--text-muted);background:#ffffff80;border:1px solid var(--glass-border)}.shop-sidebar-btn-main:hover{color:var(--text);background:#ffffffd9}.shop-sidebar-btn-main.active{color:var(--primary);background:#fffffff2;border-color:var(--primary);box-shadow:0 2px 8px #0d94881f}.shop-sidebar-btn-sub{font-family:"Nunito",var(--sans);font-size:.8rem;font-weight:600;color:#ea580c;background:linear-gradient(145deg,#ffffffd9,#ffffff8c);border:2px solid transparent;border-radius:9999px}.shop-sidebar-btn-sub:hover{background:linear-gradient(145deg,#fffffff2,#fef3ebd9)}.shop-sidebar-btn-sub.active{border-color:#eab308;box-shadow:0 2px 8px #eab30840}.shop-sidebar-tree{gap:.25rem}.shop-sidebar-group.expanded .shop-sidebar-btn-main{margin-bottom:.15rem}.shop-sidebar-sublist{list-style:none;margin:0 0 .5rem;padding:.35rem 0 .35rem .65rem;border-left:2px solid rgba(234,179,8,.45);display:flex;flex-direction:column;gap:.3rem}.shop-sidebar-sublist .shop-sidebar-btn-sub{font-size:.78rem;padding:.4rem .65rem}.shop-selector-wrap{padding:1rem;margin-bottom:1.25rem;border-radius:var(--radius)}.category-tabs-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--glass-border)}.category-tabs-label{flex-shrink:0;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.category-tabs{display:flex;flex-wrap:nowrap;gap:.4rem;flex:1;min-width:0}.category-tabs .tab-button{flex:1 1 0;min-width:0;padding:.4rem .5rem;font-size:clamp(.7rem,2vw,.9rem)}.sub-category-tabs-row{display:flex;align-items:center;gap:.5rem}.sub-category-tabs-label{flex-shrink:0;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#b45309}.sub-category-tabs{display:flex;flex-wrap:nowrap;gap:.4rem;flex:1;min-width:0}.sub-category-tabs .tab-button-sub{flex:1 1 0;min-width:0;padding:.3rem .45rem;font-size:clamp(.6rem,1.6vw,.75rem)}.tab-button-sub{font-family:"Nunito",var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.35rem .7rem;border:2px solid transparent;border-radius:9999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease,border-color .2s ease;background:linear-gradient(145deg,#ffffffd9,#fff9);color:#ea580c;box-shadow:0 2px 8px #0000000f,inset 0 1px #fffc}.tab-button-sub:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 14px #f9731633,inset 0 1px #ffffffe6;color:#ea580c;background:linear-gradient(145deg,#fffffff2,#fef3ebd9)}.tab-button-sub.active{color:#ea580c;background:linear-gradient(145deg,#fffffff2,#fef9ebe6);border-color:#eab308;box-shadow:0 2px 10px #eab3084d,inset 0 1px #ffffffe6}.tab-button-sub.active:hover{transform:translateY(-1px) scale(1.02);border-color:#ca8a04;color:#ea580c;box-shadow:0 4px 14px #eab30859,inset 0 1px #ffffffe6}.tab-button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);border-radius:var(--radius);cursor:pointer;transition:color .2s,background .2s,border-color .2s,box-shadow .2s}.tab-button:hover{color:var(--text);background:var(--glass-bg);box-shadow:0 2px 8px #0000000a}.tab-button.active{color:var(--primary);background:var(--glass-bg);border-color:var(--primary);box-shadow:0 2px 12px #0d948826}.admin-tabs .tab-button{background:var(--bg);border:2px solid var(--border);color:var(--text)}.admin-tabs .tab-button:hover{border-color:var(--accent);color:var(--accent)}.admin-tabs .tab-button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.hot-items-title{font-family:"Fira Sans",var(--sans);font-weight:700;display:flex;align-items:center;gap:.35rem}.hot-items-text{background:linear-gradient(180deg,#fff3cd,#ffc107 15%,#fd7e14 45%,#dc3545 85%,#c82333);background-size:100% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 2px rgba(220,53,69,.3));animation:hot-items-flame-shimmer 4s ease-in-out infinite}@keyframes hot-items-flame-shimmer{0%,to{background-position:0% 0%}50%{background-position:0% 100%}}.hot-items-grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:.5rem}.hot-items-grid .product-card-body{padding:.5rem}.hot-items-grid .product-card-title{font-size:.75rem;line-height:1.2;-webkit-line-clamp:2}.hot-items-grid .product-card-specs{font-size:.7rem;margin:0 0 .2rem}.hot-items-grid .product-card-price{font-size:.85rem}.hot-items-grid .product-card-meta{font-size:.7rem}.hot-items-grid .product-card-favorite{top:.25rem;right:.25rem}.hot-items-grid .favorite-toggle{width:1.45rem;height:1.45rem;font-size:.8rem}@media(max-width:1200px){.hot-items-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:900px){.hot-items-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.hot-items-grid{grid-template-columns:repeat(5,1fr);gap:.35rem}.hot-items-grid .product-card-body{padding:.3rem}.hot-items-grid .product-card-title{font-size:.6rem;-webkit-line-clamp:2;line-clamp:2}.hot-items-grid .product-card-specs{display:none}.hot-items-grid .product-card-price{font-size:.65rem}.hot-items-grid .product-card-meta{font-size:.6rem}}@media(max-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.product-grid.hot-items-grid{grid-template-columns:repeat(5,1fr)}.product-card-body{padding:.5rem}.product-card-title{font-size:.75rem;line-height:1.25;-webkit-line-clamp:2}.product-card-price{font-size:.85rem}.product-card-meta{font-size:.7rem}}.product-card{background:var(--glass-bg);backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:1px solid var(--glass-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:var(--glass-shadow)}.product-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.product-card-image{position:relative;aspect-ratio:1;background:#ffffff80;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-favorite{position:absolute;top:.5rem;right:.5rem;z-index:2}.favorite-toggle{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;background:#ffffffeb;color:var(--text-muted);box-shadow:0 1px 4px #0000001f;transition:color .15s,transform .15s,background .15s}.favorite-toggle:hover{transform:scale(1.08);color:#e11d48}.favorite-toggle--active{color:#e11d48;background:#fffffffa}.favorite-toggle--sm{width:2rem;height:2rem;font-size:1.1rem}.favorite-toggle--md{width:2.5rem;height:2.5rem;font-size:1.35rem}.favorite-toggle-icon{line-height:1}.favorites-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:.5rem}.favorites-grid .product-card-body{padding:.5rem}.favorites-grid .product-card-title{font-size:.75rem;line-height:1.2;-webkit-line-clamp:2;line-clamp:2}.favorites-grid .product-card-specs{font-size:.7rem;margin:0 0 .2rem}.favorites-grid .product-card-price{font-size:.85rem}.favorites-grid .product-card-meta{font-size:.7rem}.favorites-grid .product-card-favorite{top:.25rem;right:.25rem}.favorites-grid .favorite-toggle{width:1.45rem;height:1.45rem;font-size:.8rem}@media(max-width:1200px){.favorites-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:900px){.favorites-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.favorites-grid{grid-template-columns:repeat(5,1fr);gap:.35rem}.favorites-grid .product-card-body{padding:.3rem}.favorites-grid .product-card-title{font-size:.6rem}.favorites-grid .product-card-specs{display:none}.favorites-grid .product-card-price{font-size:.65rem}.favorites-grid .product-card-meta{font-size:.6rem}}@media(max-width:640px){.product-grid.favorites-grid{grid-template-columns:repeat(5,1fr)}}.app-nav-favorites{color:#e11d48;font-weight:600}.product-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.product-detail-title-row h1{margin:0;flex:1;min-width:0}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:1rem;display:flex;flex-direction:column;flex:1}.product-card-title{font-size:1rem;font-weight:600;color:var(--text-heading);margin:0 0 .25rem}.product-card-specs{font-size:.8rem;color:var(--text-muted);margin:0 0 .35rem}.product-card-price{font-size:1.15rem;font-weight:700;color:var(--text-heading);margin:0 0 .35rem}.product-card-meta{font-size:.8rem;color:var(--success);font-weight:500;margin-top:auto}.product-card-meta.out{color:var(--error)}.btn-primary{padding:.65rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:1rem}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{padding:.65rem 1.25rem;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);font-weight:500}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.app-footer{margin-top:auto;padding:2rem 1.5rem;background:#111827d9;backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border-top:1px solid rgba(255,255,255,.08);color:#ffffffd9}.app-footer-inner{max-width:1280px;margin:0 auto;text-align:center}.app-footer a{color:#ffffffe6}.app-footer a:hover{color:#fff}.app-footer p{margin:.5rem 0;font-size:.9rem}.product-detail{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.product-detail-back{flex-basis:100%;display:inline-flex;align-items:center;color:var(--text-muted);font-size:.9rem;margin-bottom:.25rem;transition:color .15s;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.product-detail-back:hover{color:var(--accent)}.product-detail-store{flex-basis:100%;margin:0 0 .5rem;font-family:"DM Serif Display",Georgia,serif;font-size:1.1rem;font-weight:400;letter-spacing:.02em;background:linear-gradient(180deg,#fdba74,#f97316 40%,#ea580c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 8px rgba(249,115,22,.5)) drop-shadow(0 2px 4px rgba(234,88,12,.3))}.product-detail-image{position:relative;aspect-ratio:1;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.product-detail-image .image-lightbox-trigger{width:100%;height:100%;padding:0;border:none;background:none;cursor:zoom-in;display:flex;align-items:center;justify-content:center}.product-detail-image img{width:100%;height:100%;object-fit:contain;pointer-events:none}.product-detail-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;padding:0;border:none;background:#ffffffeb;color:var(--text-heading);font-size:1.5rem;line-height:1;border-radius:50%;cursor:pointer;box-shadow:0 2px 10px #0000001f;z-index:2;transition:background .15s,transform .15s}.product-detail-gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.product-detail-gallery-prev{left:.5rem}.product-detail-gallery-next{right:.5rem}.product-detail-gallery-counter{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);padding:.2rem .6rem;font-size:.75rem;font-weight:600;color:var(--text-heading);background:#ffffffe6;border-radius:9999px;z-index:2;pointer-events:none}.product-detail-swipe-hint{display:none;position:absolute;top:.5rem;left:50%;transform:translate(-50%);padding:.2rem .55rem;font-size:.65rem;color:var(--text-muted);background:#ffffffe0;border-radius:9999px;z-index:2;pointer-events:none;white-space:nowrap}@media(max-width:768px){.product-detail-swipe-hint{display:block}.product-detail-thumbnails{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:.25rem}.product-detail-thumb{flex-shrink:0;scroll-snap-align:start}}.product-detail-gallery{display:flex;flex-direction:column;gap:.75rem;flex:0 0 min(420px,100%);max-width:100%}@media(max-width:640px){.product-detail-gallery{flex:1 1 100%}.product-detail-thumb{width:48px;height:48px}}.product-detail-thumbnails{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.product-detail-thumb{width:56px;height:56px;padding:0;border:2px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:#fff9;cursor:pointer;transition:border-color .15s,box-shadow .15s}.product-detail-thumb:hover{border-color:var(--accent)}.product-detail-thumb.active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.product-detail-thumb img{width:100%;height:100%;object-fit:cover}.product-detail-info h1{margin:0 0 .5rem;font-size:1.6rem;font-weight:700;color:var(--text-heading)}.product-detail-specs{font-size:.95rem;color:var(--text-muted);margin:0 0 .5rem}.product-detail-price{font-size:1.5rem;font-weight:700;color:var(--text-heading);margin:0 0 1rem}.product-detail-similar{flex-basis:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.product-detail-similar-title{font-size:1rem;font-weight:600;color:var(--text-heading);margin:0 0 .75rem}.product-detail-similar-list{display:flex;flex-wrap:wrap;gap:.75rem}.product-detail-similar-item{display:flex;flex-direction:column;align-items:center;width:100px;padding:.5rem;background:#fff9;border:1px solid var(--glass-border);border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.product-detail-similar-item:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000000f}.product-detail-similar-img{width:64px;height:64px;border-radius:6px;overflow:hidden;background:var(--bg-subtle);flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-detail-similar-img img{width:100%;height:100%;object-fit:cover}.product-detail-similar-noimg{font-size:.65rem;color:var(--text-muted)}.product-detail-similar-name{font-size:.75rem;font-weight:500;margin-top:.35rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.product-detail-similar-price{font-size:.8rem;font-weight:600;color:var(--accent);margin-top:.2rem}.profile-page{padding:.5rem 0 2rem;max-width:520px}.profile-card{margin-top:1.25rem;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow)}.profile-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.profile-avatar{flex-shrink:0;width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--accent),#059669)}.profile-card-name{margin:0;font-size:1.35rem;font-weight:700;color:var(--text-heading)}.profile-card-email{margin:.25rem 0 0;font-size:.9rem;color:var(--text-muted)}.profile-details{margin:0 0 1.25rem;display:grid;gap:.85rem}.profile-details dt{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0}.profile-details dd{margin:.2rem 0 0;font-size:1rem;color:var(--text-heading)}.profile-edit-btn{width:100%;max-width:200px}.profile-missing-hint,.profile-saved-msg{font-size:.9rem;margin:0 0 1rem}.profile-saved-msg{color:var(--success)}.app-nav-profile{font-weight:600;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-page label input{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid var(--glass-border);border-radius:var(--radius-sm);background:#ffffffb3}.cart-table-wrap{overflow-x:auto;margin-bottom:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius)}.cart-table th{text-align:left;padding:.75rem 1rem;background:var(--bg-subtle);font-weight:600;border-bottom:1px solid var(--border)}.cart-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.support-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#f973161f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:.75rem}.support-popup{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));border:2px solid #f97316;border-radius:var(--radius);box-shadow:0 8px 32px #f9731633,var(--glass-shadow);padding:1rem;max-width:260px;width:100%;position:relative;text-align:center}.support-popup-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#ea580c}.support-popup-hint{font-size:.8rem;color:var(--text-muted);margin:0 0 .5rem}.support-popup-qr{max-width:140px;height:auto;margin:.25rem 0}.support-popup-link{font-size:.85rem;padding:.4rem .75rem;display:inline-block;margin:.25rem 0}.support-popup-number{font-size:.8rem;color:var(--text-muted);margin:.5rem 0 0}.support-popup-close{position:absolute;top:.5rem;right:.5rem;width:26px;height:26px;padding:0;border:none;background:transparent;font-size:1.25rem;line-height:1;color:var(--text-muted);cursor:pointer}.support-popup-close:hover{color:var(--text);background:var(--bg-subtle)}.order-card-link:hover{box-shadow:0 4px 12px #00000014;border-color:var(--accent)}.add-cart-pref-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem}.add-cart-pref-modal{position:relative;width:min(420px,100%);padding:1.25rem 1.25rem 1rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:0 12px 40px #00000026}.add-cart-pref-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;padding:0;border:none;background:transparent;font-size:1.35rem;line-height:1;color:var(--text-muted);cursor:pointer;border-radius:50%}.add-cart-pref-close:hover{background:var(--bg-subtle);color:var(--text)}.add-cart-pref-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:var(--text-heading)}.add-cart-pref-product{margin:0 0 .5rem;font-weight:600;color:var(--text)}.add-cart-pref-listed{margin:0 0 .5rem;font-size:.875rem;color:var(--text-muted)}.add-cart-pref-hint{margin:0 0 .75rem;font-size:.85rem;color:var(--text-muted);line-height:1.45}.add-cart-pref-label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem;color:var(--text-muted)}.add-cart-pref-input{width:100%;padding:.6rem .75rem;border:1px solid var(--glass-border);border-radius:var(--radius-sm);font-family:inherit;font-size:.95rem;resize:vertical;min-height:4.5rem;margin-bottom:1rem;background:#ffffffd9}.add-cart-pref-actions{display:flex;gap:.5rem;justify-content:flex-end}.cart-item-name-cell{display:inline-flex;flex-direction:column;gap:.35rem;vertical-align:middle}.cart-cashier-note,.checkout-cashier-note,.order-cashier-note{display:block;font-size:.8rem;color:var(--text);line-height:1.4}.cart-cashier-note{padding:.35rem .5rem;background:#eab3081f;border-left:3px solid #ca8a04;border-radius:0 var(--radius-sm) var(--radius-sm) 0;max-width:280px}.checkout-cashier-note{margin-top:.2rem;color:var(--text-muted)}.order-cashier-note{display:block;margin-top:.25rem;padding:.3rem .45rem;background:#eab3081a;border-radius:var(--radius-sm)}.order-payment-cashier{margin-bottom:1.25rem;padding:1rem;background:#0d948814;border:1px solid rgba(13,148,136,.25);border-radius:var(--radius)}.order-payment-cashier-title{margin:0 0 .65rem;font-size:1rem;font-weight:700;color:var(--primary)}.order-payment-cashier-list{margin:0;padding:0 0 0 1.1rem;font-size:.9rem;line-height:1.55;color:var(--text)}.order-payment-cashier-list li{margin-bottom:.25rem}.order-payment-cashier-fallback p{margin:.35rem 0 0;font-size:.9rem}.cart-cashier-note-label,.checkout-cashier-note-label,.order-cashier-note-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b45309;margin-bottom:.15rem}.image-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000e6;box-shadow:inset 0 0 0 3px #f9731640;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:zoom-out}.image-lightbox-close{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;padding:0;border:none;background:#f9731659;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer;border-radius:50%;z-index:1}.image-lightbox-close:hover{background:#f973168c}.image-lightbox-img{max-width:100%;max-height:100%;object-fit:contain;cursor:default}.image-lightbox-trigger{cursor:zoom-in}.image-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:none;background:#f9731659;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;z-index:1}.image-lightbox-nav:hover{background:#f973168c}.image-lightbox-prev{left:.5rem}.image-lightbox-next{right:.5rem}@media(max-width:768px){.image-lightbox-nav{width:48px;height:48px;font-size:1.75rem}.image-lightbox-close{width:44px;height:44px;font-size:1.5rem}}.image-lightbox-counter{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);color:#ffffffe6;font-size:.8rem;z-index:1}
