@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Outfit:wght@400;600;700;800;900&display=swap";:root{--primary: #00e5ff;--primary-rgb: 0, 229, 255;--primary-dim: #00daf3;--secondary: #7c3aed;--secondary-rgb: 124, 58, 237;--accent-glow: rgba(0, 229, 255, .18);--violet-glow: rgba(124, 58, 237, .18);--bg-color: #0c0c10;--surface: #131317;--surface-low: #1b1b1f;--surface-mid: #1f1f23;--surface-high: #2a292e;--surface-highest: #353439;--text-main: #e5e1e7;--text-main-rgb: 229, 225, 231;--text-muted: rgba(186, 201, 204, .75);--text-faint: rgba(186, 201, 204, .38);--ghost-border: rgba(59, 73, 76, .28);--ghost-border-glow: rgba(0, 229, 255, .22);--card-bg: #1b1b1f;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 99px;--glow-card: 0 0 0 1px rgba(var(--primary-rgb), .12), 0 4px 40px rgba(0,0,0,.6);--glow-hover: 0 0 0 1px rgba(var(--primary-rgb), .4), 0 8px 60px rgba(0,0,0,.7), 0 0 30px rgba(var(--primary-rgb), .1);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-snap: cubic-bezier(.25, .8, .25, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--safe-area-bottom: env(safe-area-inset-bottom, 20px);--header-bg: rgba(12, 12, 16, .82);--font-display: "Epilogue", sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-label: "Space Grotesk", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);padding-bottom:var(--safe-area-bottom);min-height:100dvh;overflow-x:hidden;background-image:linear-gradient(rgba(0,229,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.03) 1px,transparent 1px),radial-gradient(ellipse 70% 55% at 15% 0%,rgba(0,229,255,.06) 0%,transparent 65%),radial-gradient(ellipse 55% 40% at 85% 100%,rgba(124,58,237,.07) 0%,transparent 60%);background-size:28px 28px,28px 28px,100% 100%,100% 100%;background-attachment:fixed}.hidden{display:none!important}#app{display:flex;flex-direction:column;min-height:100dvh}.grid-container{flex:1}.flex-center{display:flex;align-items:center;justify-content:center;flex-direction:column}.screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:var(--bg-color);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:28px;transition:opacity .55s var(--ease-out),visibility .55s;background-image:linear-gradient(rgba(0,229,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.025) 1px,transparent 1px);background-size:28px 28px}.screen:before,.screen:after{content:"";position:absolute;width:48px;height:48px}.screen:before{top:24px;left:24px;border-top:1px solid rgba(0,229,255,.45);border-left:1px solid rgba(0,229,255,.45)}.screen:after{bottom:24px;right:24px;border-bottom:1px solid rgba(0,229,255,.45);border-right:1px solid rgba(0,229,255,.45)}.screen.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loader-orb{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.loader-orb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,transparent 0deg,var(--primary) 60deg,transparent 120deg,var(--secondary) 180deg,transparent 240deg,var(--primary) 300deg,transparent 360deg);clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);animation:orbSpin 2.2s linear infinite}.loader-orb:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:var(--bg-color);clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%)}@keyframes orbSpin{to{transform:rotate(360deg)}}.loader-inner-dot{position:relative;width:16px;height:16px;background:linear-gradient(135deg,var(--primary),var(--secondary));clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);z-index:2;box-shadow:0 0 18px rgba(var(--primary-rgb),.8),0 0 36px rgba(var(--primary-rgb),.3);animation:dotPulse 2.2s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.7}}.loader-text{font-family:var(--font-label);font-size:.65rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--text-faint);animation:textBlink 2.2s ease-in-out infinite}.loader-text:before{content:"[ ";color:var(--primary);opacity:.6}.loader-text:after{content:" ]";color:var(--primary);opacity:.6}@keyframes textBlink{0%,to{opacity:.35}50%{opacity:.9}}.error-container{text-align:center;padding:40px 32px;background:var(--surface-low);border:1px solid rgba(255,180,171,.12);max-width:360px;position:relative;border-radius:var(--radius-md)}.error-container:before{content:"";position:absolute;top:-1px;left:-1px;width:20px;height:20px;border-top:2px solid rgba(255,107,94,.6);border-left:2px solid rgba(255,107,94,.6)}.error-container:after{content:"";position:absolute;bottom:-1px;right:-1px;width:20px;height:20px;border-bottom:2px solid rgba(255,107,94,.6);border-right:2px solid rgba(255,107,94,.6)}.error-container h2{font-family:var(--font-display);font-size:1.5rem;font-weight:800;letter-spacing:-.02em;text-transform:uppercase;color:#ff6b5e;margin-bottom:12px}.error-container p{color:var(--text-muted);font-size:.9rem;line-height:1.65}header.premium-header{padding:18px 5%;background:var(--header-bg);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;min-height:80px;border-bottom:none;box-shadow:0 1px rgba(var(--primary-rgb),.1),0 8px 30px #0006}header.premium-header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--primary) 20%,var(--secondary) 50%,var(--primary) 80%,transparent 100%);opacity:.5;animation:scanLine 4s ease-in-out infinite}header.premium-header:after{content:"";position:absolute;top:8px;right:14px;width:20px;height:20px;border-top:1px solid rgba(var(--primary-rgb),.4);border-right:1px solid rgba(var(--primary-rgb),.4);pointer-events:none}@keyframes scanLine{0%{opacity:.15}50%{opacity:.55}to{opacity:.15}}.header-logo-container{flex:1;display:flex;align-items:center;justify-content:flex-start}.header-spacer{flex:1}.header-center-info{text-align:center;flex:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}header img{max-width:44px;max-height:44px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(var(--primary-rgb),.35)) drop-shadow(0 2px 12px rgba(0,0,0,.5));animation:logoFadeIn .8s var(--ease-out) both}header h1{font-family:var(--font-display);font-size:1.5rem;font-weight:900;letter-spacing:-.03em;text-transform:uppercase;line-height:1;background:linear-gradient(135deg,var(--text-main) 0%,var(--primary) 60%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:logoFadeIn .7s var(--ease-out) both}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-tagline{font-family:var(--font-label);font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);font-weight:500}.horizontal-scroll{display:flex;overflow-x:auto;padding:0 20px;gap:0;scrollbar-width:none;background:var(--nav-bg, var(--surface-low));border-bottom:1px solid var(--ghost-border);position:sticky;top:80px;z-index:90;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.horizontal-scroll::-webkit-scrollbar{display:none}.category-btn{flex:0 0 auto;width:auto!important;min-width:max-content!important;padding:14px 20px;background:transparent;border:none;border-bottom:2px solid transparent;white-space:nowrap!important;font-family:var(--font-label);font-weight:600;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);transition:color .25s var(--ease-snap),border-color .25s var(--ease-snap),text-shadow .25s,background .25s,box-shadow .25s;cursor:pointer;overflow:visible!important;display:inline-flex;align-items:center;justify-content:center}.category-btn:hover{color:var(--text-main)}.category-btn.active{color:var(--primary);border-bottom-color:var(--primary);text-shadow:0 0 12px rgba(var(--primary-rgb),.5),0 0 24px rgba(var(--primary-rgb),.2);font-weight:700}.grid-container{display:grid;grid-template-columns:1fr;gap:20px;padding:24px 16px;background:transparent;animation:gridFadeIn .45s var(--ease-out) both}@keyframes gridFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 480px){.grid-container{grid-template-columns:repeat(2,1fr);gap:18px;padding:24px 20px}}@media (min-width: 1024px){.grid-container{grid-template-columns:repeat(3,1fr);gap:24px;padding:32px 28px;max-width:1280px;margin:0 auto}}@media (min-width: 1440px){.grid-container{grid-template-columns:repeat(4,1fr);max-width:1560px}}.product-card{background:var(--card-bg, var(--surface-low));position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--ghost-border);box-shadow:var(--glow-card);transition:transform .35s var(--ease-out),box-shadow .35s,background .35s;will-change:transform;animation:cardSlideIn .55s var(--ease-out) both}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.product-card:before{content:"";position:absolute;top:0;left:0;width:32px;height:32px;border-top:2px solid rgba(var(--primary-rgb),.55);border-left:2px solid rgba(var(--primary-rgb),.55);border-radius:var(--radius-xl) 0 0 0;z-index:3;pointer-events:none;transition:border-color .35s}.product-card:after{content:"";position:absolute;bottom:0;right:0;width:32px;height:32px;border-bottom:2px solid rgba(var(--secondary-rgb),.45);border-right:2px solid rgba(var(--secondary-rgb),.45);border-radius:0 0 var(--radius-xl) 0;z-index:3;pointer-events:none;transition:border-color .35s}.product-card:hover{background:var(--surface-mid);transform:translateY(-5px);box-shadow:var(--glow-hover)}.product-card:hover:before{border-color:rgba(var(--primary-rgb),.9)}.product-card:hover:after{border-color:rgba(var(--secondary-rgb),.8)}.ar-container{width:100%;aspect-ratio:1 / 1;background:var(--ar-container-bg, var(--surface));position:relative;overflow:hidden;border-bottom:1px solid var(--ghost-border);transition:box-shadow .35s}.ar-container:before{content:"";position:absolute;width:55%;height:55%;top:22.5%;left:22.5%;background:radial-gradient(circle,rgba(var(--primary-rgb),.06) 0%,transparent 70%);border-radius:50%;animation:ambientPulse 3.5s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes ambientPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.4);opacity:1}}model-viewer{width:100%;height:100%;--poster-color: transparent;position:relative;z-index:1}.product-img-fallback{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--ease-out),filter .55s;filter:saturate(.88)}.product-card:hover .product-img-fallback{transform:scale(1.04);filter:saturate(1.05)}.ar-badge{position:absolute;top:10px;right:10px;background:var(--surface-highest);border:1px solid rgba(var(--primary-rgb),.28);padding:4px 10px;border-radius:var(--radius-sm);font-family:var(--font-label);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);z-index:10;box-shadow:0 0 10px rgba(var(--primary-rgb),.15);animation:badgePop .45s var(--ease-bounce) .25s both}@keyframes badgePop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.product-info{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1;gap:2px}.product-info:before{content:"";display:block;width:32px;height:1.5px;background:linear-gradient(90deg,var(--primary),var(--secondary));margin-bottom:14px;opacity:.7;transition:width .3s}.product-card:hover .product-info:before{width:48px;opacity:1}.product-title{font-family:var(--font-display);font-weight:800;font-size:1.05rem;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase;margin-bottom:8px;color:var(--text-main)}.product-desc{font-family:var(--font-body);font-size:.82rem;color:var(--text-muted);line-height:1.65;margin-bottom:16px;flex:1;font-weight:400}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.product-price{font-family:var(--font-label);font-weight:700;font-size:1.2rem;letter-spacing:-.01em;color:var(--primary);text-shadow:0 0 14px rgba(var(--primary-rgb),.35)}.ar-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--btn-ar-bg, linear-gradient(115deg, var(--primary), var(--secondary)));border:none;border-radius:var(--radius-sm);font-family:var(--font-label);font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--btn-ar-text, #001f24);cursor:pointer;transition:opacity .2s,transform .2s var(--ease-bounce),box-shadow .2s;text-decoration:none}.ar-cta-btn:hover{transform:scale(1.04);box-shadow:0 0 20px rgba(var(--primary-rgb),.35),0 0 40px rgba(var(--secondary-rgb),.2)}.ar-cta-btn svg{width:13px;height:13px;flex-shrink:0}.empty-state{grid-column:1 / -1;text-align:center;padding:80px 20px;color:var(--text-faint);background:var(--surface)}.empty-state-icon{font-size:2rem;margin-bottom:16px;display:block;opacity:.4}.empty-state-text{font-family:var(--font-label);font-size:.85rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.app-footer{text-align:center;padding:28px 20px calc(var(--safe-area-bottom) + 16px);background:var(--footer-bg, var(--surface-low));border-top:1px solid var(--ghost-border);margin-top:1px}.app-footer a{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-label);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);text-decoration:none;transition:color .3s,text-shadow .3s;opacity:.8}.app-footer a:hover{color:var(--primary);text-shadow:0 0 12px rgba(var(--primary-rgb),.4);opacity:1}.app-footer a span{font-weight:700}#bg-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:.14;filter:saturate(.5) blur(1px)}.skeleton{background:linear-gradient(90deg,var(--surface-low) 25%,var(--surface-mid) 50%,var(--surface-low) 75%);background-size:200% 100%;animation:shimmer 1.6s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 639px){header.premium-header{padding:12px 14px;min-height:62px}header h1{font-size:1.1rem}.header-tagline{font-size:.5rem;letter-spacing:.14em}header img{max-width:34px;max-height:34px}.horizontal-scroll{top:62px}.category-btn{padding:12px 14px;font-size:.72rem;letter-spacing:.08em}.grid-container{grid-template-columns:1fr;gap:14px;padding:16px 12px}.product-info:before{width:24px;margin-bottom:10px}.product-info{padding:14px 16px 16px}.product-title{font-size:.88rem;margin-bottom:4px}.product-desc{font-size:.72rem;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{flex-direction:row;align-items:center;gap:10px}.product-price{font-size:1.05rem}.ar-cta-btn{padding:8px 14px;font-size:.67rem}.product-card:before,.product-card:after{width:22px;height:22px}}@media (min-width: 640px) and (max-width: 1023px){.grid-container{grid-template-columns:repeat(2,1fr)}.horizontal-scroll{top:80px}}@media (max-height: 500px) and (orientation: landscape){header.premium-header{min-height:50px;padding:4px 5%}.horizontal-scroll{top:50px;padding:0 8px}}.product-card{will-change:transform,opacity}.product-card:nth-child(1){animation-delay:.04s}.product-card:nth-child(2){animation-delay:.08s}.product-card:nth-child(3){animation-delay:.12s}.product-card:nth-child(4){animation-delay:.16s}.product-card:nth-child(5){animation-delay:.2s}.product-card:nth-child(6){animation-delay:.25s}.product-card:nth-child(7){animation-delay:.3s}.product-card:nth-child(8){animation-delay:.35s}.product-card:nth-child(9){animation-delay:.4s}.product-card:nth-child(n+10){animation-delay:.45s}::selection{background:rgba(var(--primary-rgb),.22);color:var(--text-main)}:focus-visible{outline:1px solid var(--primary);outline-offset:3px;border-radius:var(--radius-sm)}[data-theme=sweet]{--primary: #e879a0;--primary-rgb: 232, 121, 160;--primary-dim: #d45c8a;--secondary: #f59e42;--secondary-rgb: 245, 158, 66;--accent-glow: rgba(232, 121, 160, .2);--violet-glow: rgba(245, 158, 66, .15);--bg-color: #160c11;--surface: #1d1118;--surface-low: #22151e;--surface-mid: #281824;--surface-high: #31202d;--surface-highest: #3c2838;--text-main: #fde8f0;--text-main-rgb: 253, 232, 240;--text-muted: rgba(253, 212, 230, .72);--text-faint: rgba(253, 212, 230, .35);--ghost-border: rgba(232, 121, 160, .14);--ghost-border-glow: rgba(232, 121, 160, .3);--radius-sm: 14px;--radius-md: 20px;--radius-lg: 26px;--radius-xl: 36px;--radius-pill: 999px;--font-display: "DM Serif Display", serif;--font-body: "Inter", sans-serif;--font-label: "Inter", sans-serif;--glow-card: 0 0 0 1px rgba(232, 121, 160, .1), 0 4px 30px rgba(0,0,0,.5);--glow-hover: 0 0 0 1px rgba(232, 121, 160, .3), 0 12px 50px rgba(0,0,0,.55);--header-bg: rgba(22, 12, 17, .9)}[data-theme=sweet] body{background-image:radial-gradient(ellipse 90% 65% at 50% -10%,rgba(232,121,160,.1) 0%,transparent 65%),radial-gradient(ellipse 65% 55% at 90% 105%,rgba(245,158,66,.08) 0%,transparent 60%);background-size:100% 100%,100% 100%}[data-theme=sweet] .screen{background-image:none}[data-theme=sweet] .screen:before,[data-theme=sweet] .screen:after{display:none}[data-theme=sweet] .loader-orb:before,[data-theme=sweet] .loader-orb:after{clip-path:none;border-radius:50%}[data-theme=sweet] .loader-inner-dot{clip-path:none;border-radius:50%}[data-theme=sweet] .loader-text:before{content:"✦  ";color:var(--primary);opacity:.7}[data-theme=sweet] .loader-text:after{content:"  ✦";color:var(--primary);opacity:.7}[data-theme=sweet] header.premium-header{box-shadow:0 1px #e879a026,0 8px 30px #0000004d}[data-theme=sweet] header.premium-header:before{background:linear-gradient(90deg,transparent,rgba(232,121,160,.45),rgba(245,158,66,.35),transparent);animation:none;opacity:1}[data-theme=sweet] header.premium-header:after{display:none}[data-theme=sweet] header h1{font-style:italic;text-transform:none;letter-spacing:.01em;font-weight:400;font-size:1.6rem}[data-theme=sweet] .error-container:before,[data-theme=sweet] .error-container:after{display:none}[data-theme=sweet] .horizontal-scroll{padding:12px 16px;gap:10px;border-bottom:none;background:var(--surface-low);align-items:center}[data-theme=sweet] .category-btn{border-radius:var(--radius-pill);border:1px solid var(--ghost-border);border-bottom:1px solid var(--ghost-border);background:var(--surface-mid);text-transform:none;letter-spacing:.02em;padding:10px 22px;font-size:.82rem;font-weight:500}[data-theme=sweet] .category-btn:hover{background:var(--surface-high);border-color:var(--ghost-border-glow)}[data-theme=sweet] .category-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;border-bottom-color:var(--primary);text-shadow:none;font-weight:700;transform:none;box-shadow:0 4px 20px rgba(var(--primary-rgb),.3)}[data-theme=sweet] .grid-container{background:var(--bg-color);gap:16px;padding:20px}@media (min-width: 640px){[data-theme=sweet] .grid-container{gap:20px;padding:24px}}@media (min-width: 1024px){[data-theme=sweet] .grid-container{gap:24px;padding:32px 40px}}[data-theme=sweet] .product-card{border-radius:var(--radius-lg);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=sweet] .product-card:before,[data-theme=sweet] .product-card:after{display:none}[data-theme=sweet] .product-card:hover{background:var(--surface-mid);box-shadow:0 12px 40px #e879a026}[data-theme=sweet] .product-info:before{border-radius:var(--radius-pill);opacity:.5}[data-theme=sweet] .product-title{text-transform:none;font-style:italic;font-weight:400;font-size:1.15rem;letter-spacing:0}[data-theme=sweet] .ar-badge{border-radius:var(--radius-pill);border-color:rgba(var(--primary-rgb),.35);background:rgba(var(--primary-rgb),.1)}[data-theme=sweet] .ar-cta-btn{border-radius:var(--radius-pill);color:#fff}[data-theme=sweet] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:20px}[data-theme=luxe]{--primary: #c9a96e;--primary-rgb: 201, 169, 110;--primary-dim: #b8963d;--secondary: #e8dcc8;--secondary-rgb: 232, 220, 200;--accent-glow: rgba(201, 169, 110, .15);--violet-glow: rgba(201, 169, 110, .1);--bg-color: #0a0906;--surface: #0f0d08;--surface-low: #141109;--surface-mid: #1a1610;--surface-high: #221d15;--surface-highest: #2c2518;--text-main: #f0ebe0;--text-main-rgb: 240, 235, 224;--text-muted: rgba(235, 225, 205, .65);--text-faint: rgba(235, 225, 205, .3);--ghost-border: rgba(201, 169, 110, .12);--ghost-border-glow: rgba(201, 169, 110, .25);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 999px;--font-display: "Cormorant Garamond", serif;--font-body: "Inter", sans-serif;--font-label: "Inter", sans-serif;--glow-card: 0 0 0 1px rgba(201, 169, 110, .08), 0 8px 40px rgba(0,0,0,.7);--glow-hover: 0 0 0 1px rgba(201, 169, 110, .22), 0 16px 60px rgba(0,0,0,.8);--header-bg: rgba(10, 9, 6, .92)}[data-theme=luxe] body{background-image:radial-gradient(ellipse 90% 50% at 50% -5%,rgba(201,169,110,.05) 0%,transparent 70%),radial-gradient(ellipse 50% 60% at 0% 100%,rgba(201,169,110,.03) 0%,transparent 60%);background-size:100% 100%,100% 100%}[data-theme=luxe] .screen{background-image:none}[data-theme=luxe] .screen:before,[data-theme=luxe] .screen:after{display:none}[data-theme=luxe] .loader-orb:before,[data-theme=luxe] .loader-orb:after{clip-path:none;border-radius:50%}[data-theme=luxe] .loader-inner-dot{clip-path:none;border-radius:50%}[data-theme=luxe] .loader-text:before{content:"— ";color:var(--primary);opacity:.5}[data-theme=luxe] .loader-text:after{content:" —";color:var(--primary);opacity:.5}[data-theme=luxe] header.premium-header{box-shadow:0 1px #c9a96e2e,0 8px 40px #0009}[data-theme=luxe] header.premium-header:before{background:linear-gradient(90deg,transparent,rgba(201,169,110,.5),transparent);animation:none;opacity:1}[data-theme=luxe] header.premium-header:after{display:none}[data-theme=luxe] header h1{font-style:italic;text-transform:none;letter-spacing:.08em;font-weight:300;font-size:1.9rem;line-height:1}[data-theme=luxe] .header-tagline{letter-spacing:.35em}[data-theme=luxe] .error-container:before,[data-theme=luxe] .error-container:after{display:none}[data-theme=luxe] .horizontal-scroll{padding:0 24px;border-bottom:1px solid rgba(201,169,110,.12);background:var(--surface-low)}[data-theme=luxe] .category-btn{text-transform:uppercase;letter-spacing:.25em;font-size:.7rem;font-weight:400;padding:16px 18px}[data-theme=luxe] .category-btn.active{color:var(--primary);border-bottom-color:var(--primary);text-shadow:none;font-weight:500;letter-spacing:.25em}[data-theme=luxe] .grid-container{background:var(--bg-color);gap:24px;padding:32px}@media (min-width: 640px){[data-theme=luxe] .grid-container{gap:28px;padding:36px}}@media (min-width: 1024px){[data-theme=luxe] .grid-container{gap:36px;padding:48px}}[data-theme=luxe] .product-card{border-radius:var(--radius-md);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=luxe] .product-card:before{width:36px;height:1px;border:none;background:linear-gradient(90deg,var(--primary),transparent);top:18px;left:18px;border-radius:0}[data-theme=luxe] .product-card:after{width:36px;height:1px;border:none;background:linear-gradient(270deg,var(--primary),transparent);bottom:18px;right:18px;border-radius:0}[data-theme=luxe] .product-card:hover{background:var(--surface-mid);box-shadow:0 16px 50px #000000b3,0 0 0 1px #c9a96e33}[data-theme=luxe] .product-card:hover:before{width:56px}[data-theme=luxe] .product-card:hover:after{width:56px}[data-theme=luxe] .product-info:before{opacity:.4}[data-theme=luxe] .product-title{text-transform:none;font-style:italic;font-weight:400;font-size:1.35rem;letter-spacing:.01em}[data-theme=luxe] .product-price{font-family:var(--font-body);font-weight:300;font-size:1.1rem;letter-spacing:.05em}[data-theme=luxe] .ar-badge{border-radius:2px;background:transparent;border-color:rgba(var(--primary-rgb),.25);letter-spacing:.18em}[data-theme=luxe] .ar-cta-btn{background:transparent;border:1px solid rgba(var(--primary-rgb),.4);color:var(--primary);border-radius:var(--radius-sm);letter-spacing:.12em}[data-theme=luxe] .ar-cta-btn:hover{background:rgba(var(--primary-rgb),.08);box-shadow:0 0 20px rgba(var(--primary-rgb),.18)}[data-theme=luxe] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:24px}[data-theme=vivid]{--primary: #f59e0b;--primary-rgb: 245, 158, 11;--primary-dim: #d97706;--secondary: #ef4444;--secondary-rgb: 239, 68, 68;--accent-glow: rgba(245, 158, 11, .22);--violet-glow: rgba(239, 68, 68, .15);--bg-color: #0e0a05;--surface: #141009;--surface-low: #1a130b;--surface-mid: #221b10;--surface-high: #2c2416;--surface-highest: #362d1c;--text-main: #fef3e2;--text-main-rgb: 254, 243, 226;--text-muted: rgba(254, 235, 195, .72);--text-faint: rgba(254, 235, 195, .35);--ghost-border: rgba(245, 158, 11, .15);--ghost-border-glow: rgba(245, 158, 11, .3);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-pill: 32px;--font-display: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--font-label: "Outfit", sans-serif;--glow-card: 0 0 0 1px rgba(245, 158, 11, .12), 0 4px 30px rgba(0,0,0,.55);--glow-hover: 0 0 0 1px rgba(245, 158, 11, .35), 0 8px 40px rgba(0,0,0,.65), 0 0 30px rgba(245, 158, 11, .08);--header-bg: rgba(14, 10, 5, .9)}[data-theme=vivid] body{background-image:linear-gradient(rgba(245,158,11,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.025) 1px,transparent 1px),radial-gradient(ellipse 65% 50% at 15% 0%,rgba(245,158,11,.08) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 85% 100%,rgba(239,68,68,.07) 0%,transparent 55%);background-size:28px 28px,28px 28px,100% 100%,100% 100%}[data-theme=vivid] .loader-text:before{content:"[ ";color:var(--primary);opacity:.7}[data-theme=vivid] .loader-text:after{content:" ]";color:var(--primary);opacity:.7}[data-theme=vivid] header.premium-header{box-shadow:0 1px #f59e0b26,0 8px 30px #00000073}[data-theme=vivid] header.premium-header:after{border-color:rgba(var(--primary-rgb),.4)}[data-theme=vivid] header h1{text-transform:uppercase;font-weight:900;font-size:1.5rem;letter-spacing:-.02em}[data-theme=vivid] .horizontal-scroll{padding:12px 16px;gap:10px;border-bottom:none;background:var(--surface-low);align-items:center}[data-theme=vivid] .category-btn{border-radius:var(--radius-pill);border:1px solid var(--ghost-border);border-bottom:1px solid var(--ghost-border);background:var(--surface-mid);text-transform:uppercase;font-size:.76rem;letter-spacing:.08em;font-weight:600;padding:10px 20px}[data-theme=vivid] .category-btn:hover{background:var(--surface-high);border-color:rgba(var(--primary-rgb),.3)}[data-theme=vivid] .category-btn.active{background:var(--primary);border-color:var(--primary);border-bottom-color:var(--primary);color:#0e0a05;text-shadow:none;font-weight:800;transform:none;box-shadow:0 4px 16px rgba(var(--primary-rgb),.35)}[data-theme=vivid] .grid-container{background:var(--bg-color);gap:14px;padding:16px}@media (min-width: 640px){[data-theme=vivid] .grid-container{gap:18px;padding:20px}}@media (min-width: 1024px){[data-theme=vivid] .grid-container{gap:22px;padding:28px 36px}}[data-theme=vivid] .product-card{border-radius:var(--radius-lg);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=vivid] .product-card:before{border-color:rgba(var(--primary-rgb),.5);border-radius:var(--radius-lg) 0 0 0}[data-theme=vivid] .product-card:after{border-color:rgba(var(--secondary-rgb),.4);border-radius:0 0 var(--radius-lg) 0}[data-theme=vivid] .product-card:hover{background:var(--surface-mid);box-shadow:0 8px 30px #f59e0b1f}[data-theme=vivid] .product-title{text-transform:uppercase;font-size:1rem;font-weight:900;letter-spacing:-.01em}[data-theme=vivid] .product-price{font-size:1.25rem;font-weight:800}[data-theme=vivid] .ar-badge{border-radius:var(--radius-md);border-color:rgba(var(--primary-rgb),.35);background:rgba(var(--primary-rgb),.1)}[data-theme=vivid] .ar-cta-btn{border-radius:var(--radius-pill);color:#0e0a05;font-weight:800}[data-theme=vivid] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:14px}[data-theme=natura]{--primary: #a07c52;--primary-rgb: 160, 124, 82;--primary-dim: #8a6740;--secondary: #6b8c6b;--secondary-rgb: 107, 140, 107;--accent-glow: rgba(160, 124, 82, .18);--bg-color: #09080402;--surface: #100e09;--surface-low: #17140e;--surface-mid: #1e1a12;--surface-high: #272318;--surface-highest: #302c1e;--text-main: #f2eadc;--text-main-rgb: 242, 234, 220;--text-muted: rgba(237,224,204,.68);--text-faint: rgba(237,224,204,.3);--ghost-border: rgba(160,124,82,.14);--ghost-border-glow: rgba(160,124,82,.28);--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-pill:999px;--font-display: "Cormorant Garamond", serif;--font-body: "Inter", sans-serif;--font-label: "Inter", sans-serif;--glow-card: 0 0 0 1px rgba(160,124,82,.1),0 6px 40px rgba(0,0,0,.65);--glow-hover: 0 0 0 1px rgba(160,124,82,.28),0 14px 55px rgba(0,0,0,.72);--header-bg: rgba(9,8,4,.92)}[data-theme=natura] body{background-color:#09080402;background-image:radial-gradient(ellipse 80% 55% at 20% 0%,rgba(160,124,82,.07) 0%,transparent 65%),radial-gradient(ellipse 60% 60% at 80% 100%,rgba(107,140,107,.06) 0%,transparent 55%),repeating-linear-gradient(105deg,transparent 0px,transparent 38px,rgba(160,124,82,.012) 38px,rgba(160,124,82,.012) 39px)}[data-theme=natura] .screen{background-color:#09080402;background-image:none}[data-theme=natura] .screen:before,[data-theme=natura] .screen:after{display:none}[data-theme=natura] .loader-orb:before,[data-theme=natura] .loader-orb:after{clip-path:none;border-radius:50%}[data-theme=natura] .loader-inner-dot{clip-path:none;border-radius:50%}[data-theme=natura] .loader-text:before{content:"— ";color:var(--primary);opacity:.6}[data-theme=natura] .loader-text:after{content:" —";color:var(--primary);opacity:.6}[data-theme=natura] header.premium-header{box-shadow:0 1px #a07c5233,0 8px 40px #0000008c}[data-theme=natura] header.premium-header:before{background:linear-gradient(90deg,transparent,rgba(160,124,82,.4),rgba(107,140,107,.35),transparent);animation:none;opacity:1}[data-theme=natura] header.premium-header:after{display:none}[data-theme=natura] header h1{font-style:italic;text-transform:none;letter-spacing:.04em;font-weight:300;font-size:2rem;line-height:1}[data-theme=natura] .error-container:before,[data-theme=natura] .error-container:after{display:none}[data-theme=natura] .horizontal-scroll{padding:0 24px;border-bottom:1px solid rgba(160,124,82,.15);background:var(--surface-low)}[data-theme=natura] .category-btn{text-transform:capitalize;letter-spacing:.06em;font-size:.82rem;font-weight:400;padding:16px 20px}[data-theme=natura] .category-btn.active{color:var(--primary);border-bottom-color:var(--primary);text-shadow:none;font-weight:600}[data-theme=natura] .grid-container{background:var(--bg-color);gap:20px;padding:24px}@media (min-width:640px){[data-theme=natura] .grid-container{gap:24px;padding:28px}}@media (min-width:1024px){[data-theme=natura] .grid-container{gap:30px;padding:40px 48px}}[data-theme=natura] .product-card{border-radius:var(--radius-md);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=natura] .product-card:before{width:100%;height:2px;border:none;border-radius:0;background:linear-gradient(90deg,var(--primary),rgba(107,140,107,.6),transparent);top:0;left:0}[data-theme=natura] .product-card:after{width:48px;height:1px;border:none;border-radius:0;background:#a07c5266;bottom:16px;right:16px}[data-theme=natura] .product-card:hover{background:var(--surface-mid);box-shadow:0 12px 50px #000000a6,0 0 0 1px #a07c5233}[data-theme=natura] .product-card:hover:after{width:72px}[data-theme=natura] .product-title{text-transform:none;font-style:italic;font-weight:400;font-size:1.3rem;letter-spacing:.01em}[data-theme=natura] .product-price{font-family:var(--font-body);font-weight:300;letter-spacing:.06em}[data-theme=natura] .ar-badge{border-radius:var(--radius-sm);background:transparent;border-color:rgba(var(--primary-rgb),.28);letter-spacing:.12em}[data-theme=natura] .ar-cta-btn{background:transparent;border:1px solid rgba(var(--primary-rgb),.4);color:var(--primary);border-radius:var(--radius-sm)}[data-theme=natura] .ar-cta-btn:hover{background:rgba(var(--primary-rgb),.08);box-shadow:0 0 20px rgba(var(--primary-rgb),.18)}[data-theme=natura] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:24px}[data-theme=candy]{--primary:#f472b6;--primary-rgb:244,114,182;--primary-dim:#ec4899;--secondary:#a78bfa;--secondary-rgb:167,139,250;--accent-glow:rgba(244,114,182,.22);--violet-glow:rgba(167,139,250,.18);--bg-color:#0e060f;--surface:#160a18;--surface-low:#1c0e20;--surface-mid:#221428;--surface-high:#2c1c33;--surface-highest:#37243f;--text-main:#fde8ff;--text-main-rgb:253,232,255;--text-muted:rgba(251,207,255,.7);--text-faint:rgba(251,207,255,.32);--ghost-border:rgba(244,114,182,.16);--ghost-border-glow:rgba(244,114,182,.35);--radius-sm:16px;--radius-md:24px;--radius-lg:32px;--radius-xl:40px;--radius-pill:999px;--font-display:"Outfit",sans-serif;--font-body:"Outfit",sans-serif;--font-label:"Outfit",sans-serif;--glow-card:0 0 0 1px rgba(244,114,182,.12),0 6px 30px rgba(0,0,0,.55);--glow-hover:0 0 0 1px rgba(244,114,182,.35),0 10px 45px rgba(0,0,0,.65),0 0 25px rgba(244,114,182,.12);--header-bg:rgba(14,6,15,.92)}[data-theme=candy] body{background-color:#0e060f;background-image:radial-gradient(ellipse 80% 60% at 25% -5%,rgba(244,114,182,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 55% at 80% 105%,rgba(167,139,250,.1) 0%,transparent 58%)}[data-theme=candy] .screen{background-color:#0e060f;background-image:none}[data-theme=candy] .screen:before,[data-theme=candy] .screen:after{display:none}[data-theme=candy] .loader-orb:before,[data-theme=candy] .loader-orb:after{clip-path:none;border-radius:50%}[data-theme=candy] .loader-inner-dot{clip-path:none;border-radius:50%}[data-theme=candy] .loader-text:before{content:"✿ ";color:var(--primary);opacity:.8}[data-theme=candy] .loader-text:after{content:" ✿";color:var(--primary);opacity:.8}[data-theme=candy] header.premium-header{box-shadow:0 1px #f472b633,0 8px 30px #0006}[data-theme=candy] header.premium-header:before{background:linear-gradient(90deg,transparent,rgba(244,114,182,.55),rgba(167,139,250,.45),transparent);animation:none;opacity:1}[data-theme=candy] header.premium-header:after{display:none}[data-theme=candy] header h1{text-transform:none;font-weight:800;font-size:1.7rem;letter-spacing:-.01em}[data-theme=candy] .error-container:before,[data-theme=candy] .error-container:after{display:none}[data-theme=candy] .horizontal-scroll{padding:14px 18px;gap:10px;border-bottom:none;background:var(--surface-low);align-items:center}[data-theme=candy] .category-btn{border-radius:var(--radius-pill);border:1px solid var(--ghost-border);border-bottom:1px solid var(--ghost-border);background:var(--surface-mid);text-transform:none;font-size:.84rem;font-weight:600;letter-spacing:.01em;padding:10px 22px}[data-theme=candy] .category-btn:hover{background:var(--surface-high);border-color:rgba(var(--primary-rgb),.3)}[data-theme=candy] .category-btn.active{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;border-bottom-color:transparent;color:#fff;text-shadow:none;font-weight:700;transform:none;box-shadow:0 4px 20px rgba(var(--primary-rgb),.4)}[data-theme=candy] .grid-container{background:var(--bg-color);gap:16px;padding:18px}@media (min-width:640px){[data-theme=candy] .grid-container{gap:20px;padding:22px}}@media (min-width:1024px){[data-theme=candy] .grid-container{gap:24px;padding:32px 40px}}[data-theme=candy] .product-card{border-radius:var(--radius-lg);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=candy] .product-card:before,[data-theme=candy] .product-card:after{display:none}[data-theme=candy] .product-card:hover{background:var(--surface-mid);box-shadow:0 10px 40px #f472b62e,0 0 0 1px #f472b640}[data-theme=candy] .product-info:before{border-radius:var(--radius-pill);opacity:.5}[data-theme=candy] .product-title{text-transform:none;font-weight:700;font-size:1.05rem;letter-spacing:-.01em}[data-theme=candy] .product-price{font-weight:800;font-size:1.2rem}[data-theme=candy] .ar-badge{border-radius:var(--radius-pill);border-color:rgba(var(--primary-rgb),.35);background:rgba(var(--primary-rgb),.12)}[data-theme=candy] .ar-cta-btn{border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;color:#fff;font-weight:700}[data-theme=candy] .ar-cta-btn:hover{box-shadow:0 6px 24px rgba(var(--primary-rgb),.4);opacity:.92}[data-theme=candy] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:18px}[data-theme=bloom]{--primary:#8fad8f;--primary-rgb:143,173,143;--primary-dim:#6b916b;--secondary:#c9a0a0;--secondary-rgb:201,160,160;--accent-glow:rgba(143,173,143,.18);--violet-glow:rgba(201,160,160,.12);--bg-color:#040805;--surface:#090e08;--surface-low:#0e150c;--surface-mid:#141d12;--surface-high:#1b261a;--surface-highest:#223022;--text-main:#e8f0e5;--text-main-rgb:232,240,229;--text-muted:rgba(210,228,208,.68);--text-faint:rgba(210,228,208,.3);--ghost-border:rgba(143,173,143,.14);--ghost-border-glow:rgba(143,173,143,.28);--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:30px;--radius-pill:999px;--font-display:"DM Serif Display",serif;--font-body:"Inter",sans-serif;--font-label:"Inter",sans-serif;--glow-card:0 0 0 1px rgba(143,173,143,.1),0 6px 40px rgba(0,0,0,.65);--glow-hover:0 0 0 1px rgba(143,173,143,.25),0 14px 55px rgba(0,0,0,.7);--header-bg:rgba(4,8,5,.92)}[data-theme=bloom] body{background-color:#040805;background-image:radial-gradient(ellipse 75% 60% at 50% -8%,rgba(143,173,143,.08) 0%,transparent 65%),radial-gradient(ellipse 55% 50% at 10% 100%,rgba(201,160,160,.07) 0%,transparent 55%),radial-gradient(ellipse 40% 45% at 90% 55%,rgba(143,173,143,.04) 0%,transparent 50%)}[data-theme=bloom] .screen{background-color:#040805;background-image:none}[data-theme=bloom] .screen:before,[data-theme=bloom] .screen:after{display:none}[data-theme=bloom] .loader-orb:before,[data-theme=bloom] .loader-orb:after{clip-path:none;border-radius:50%}[data-theme=bloom] .loader-inner-dot{clip-path:none;border-radius:50%}[data-theme=bloom] .loader-text:before{content:"✾ ";color:var(--primary);opacity:.7}[data-theme=bloom] .loader-text:after{content:" ✾";color:var(--primary);opacity:.7}[data-theme=bloom] header.premium-header{box-shadow:0 1px #8fad8f2e,0 8px 30px #00000080}[data-theme=bloom] header.premium-header:before{background:linear-gradient(90deg,transparent,rgba(143,173,143,.4),rgba(201,160,160,.35),transparent);animation:none;opacity:1}[data-theme=bloom] header.premium-header:after{display:none}[data-theme=bloom] header h1{font-style:italic;text-transform:none;letter-spacing:.02em;font-weight:400;font-size:1.8rem}[data-theme=bloom] .error-container:before,[data-theme=bloom] .error-container:after{display:none}[data-theme=bloom] .horizontal-scroll{padding:12px 18px;gap:10px;border-bottom:1px solid rgba(143,173,143,.12);background:var(--surface-low);align-items:center}[data-theme=bloom] .category-btn{border-radius:var(--radius-pill);border:1px solid var(--ghost-border);border-bottom:1px solid var(--ghost-border);background:var(--surface-mid);text-transform:capitalize;font-size:.8rem;letter-spacing:.04em;font-weight:400;padding:10px 22px}[data-theme=bloom] .category-btn:hover{background:var(--surface-high);border-color:rgba(var(--primary-rgb),.28)}[data-theme=bloom] .category-btn.active{background:rgba(var(--primary-rgb),.2);border-color:var(--primary);border-bottom-color:var(--primary);color:var(--primary);text-shadow:none;font-weight:600;transform:none;box-shadow:0 0 16px rgba(var(--primary-rgb),.15)}[data-theme=bloom] .grid-container{background:var(--bg-color);gap:18px;padding:22px}@media (min-width:640px){[data-theme=bloom] .grid-container{gap:22px;padding:26px}}@media (min-width:1024px){[data-theme=bloom] .grid-container{gap:28px;padding:40px 44px}}[data-theme=bloom] .product-card{border-radius:var(--radius-lg);border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden}[data-theme=bloom] .product-card:before{display:none}[data-theme=bloom] .product-card:after{width:10px;height:10px;border-bottom:1px solid rgba(201,160,160,.45);border-right:1px solid rgba(201,160,160,.45);border-radius:0;background:none;bottom:10px;right:10px}[data-theme=bloom] .product-card:hover{background:var(--surface-mid);box-shadow:0 10px 40px #0009,0 0 0 1px #8fad8f33}[data-theme=bloom] .product-card:hover:after{width:20px;height:20px}[data-theme=bloom] .product-info:before{border-radius:var(--radius-pill);opacity:.45}[data-theme=bloom] .product-title{text-transform:none;font-style:italic;font-weight:400;font-size:1.18rem;letter-spacing:0}[data-theme=bloom] .product-price{font-family:var(--font-body);font-weight:300;letter-spacing:.04em}[data-theme=bloom] .ar-badge{border-radius:var(--radius-pill);border-color:rgba(var(--primary-rgb),.3);background:rgba(var(--primary-rgb),.1)}[data-theme=bloom] .ar-cta-btn{border-radius:var(--radius-pill);background:transparent;border:1px solid rgba(var(--primary-rgb),.4);color:var(--primary);font-weight:500}[data-theme=bloom] .ar-cta-btn:hover{background:rgba(var(--primary-rgb),.1);box-shadow:0 0 18px rgba(var(--primary-rgb),.2)}[data-theme=bloom] .app-footer{background:var(--surface-low);border-top-color:var(--ghost-border);margin-top:20px}.ar-8thwall-preview{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface)}.ar-8thwall-preview .ar-badge{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border:none}#camera-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:3000;background:#000}#camera-container.hidden{display:none}#webcam-feed{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#ar-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3010;pointer-events:none}.ar-guide{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:3020;pointer-events:none;transition:opacity .4s ease;text-shadow:0 2px 8px rgba(0,0,0,.8)}.ar-guide-icon{font-size:80px;margin-bottom:15px;animation:pulseHand 1.5s infinite alternate}.ar-guide p{font-size:1.2rem;font-weight:600}@keyframes pulseHand{0%{transform:scale(1) translateY(0);opacity:.8}to{transform:scale(1.1) translateY(-10px);opacity:1}}.close-btn{position:absolute;top:30px;right:30px;width:40px;height:40px;border-radius:50%;background:#00000080;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:20px;cursor:pointer;z-index:3020}.photo-btn{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:70px;height:70px;border-radius:50%;background:#fff;border:4px solid #e0e0e0;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;z-index:3020;cursor:pointer;transition:transform .2s}.photo-btn:active{background:#f5f5f5;transform:translate(-50%) scale(.95)}
