:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f97316;--primary-dark:#ea580c;--bg:#f8fafc;--white:#fff;--text:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--shadow:0 4px 20px #00000014}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif}.navbar{background:var(--white);z-index:100;position:sticky;top:0;box-shadow:0 2px 8px #00000012}.navbar-inner{align-items:center;gap:20px;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo{color:var(--text);white-space:nowrap;cursor:pointer;font-size:1.6rem;font-weight:800}.logo-sq{color:var(--primary)}.navbar-search{background:var(--bg);border:1.5px solid var(--border);border-radius:8px;flex:1;align-items:center;gap:10px;padding:0 14px;display:flex}.navbar-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:.9rem}.search-icon{color:var(--text-muted)}.navbar-actions{gap:8px;display:flex}.account-wrap{position:relative}.nav-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;font-size:.7rem;transition:background .2s;display:flex;position:relative}.nav-btn:hover{background:var(--bg)}.account-dropdown{background:var(--white);border:1px solid var(--border);width:240px;box-shadow:var(--shadow);z-index:50;text-align:left;border-radius:10px;padding:14px;position:absolute;top:110%;right:0}.account-dropdown p{margin-bottom:6px;font-size:.88rem;font-weight:600}.account-dropdown span{color:var(--text-muted);font-size:.78rem;line-height:1.4}.cart-badge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:2px;right:4px}.hamburger{cursor:pointer;color:var(--text);background:0 0;border:none;display:none}.navbar-categories{gap:22px;max-width:1280px;margin:0 auto;padding:0 24px 10px;display:flex}.navbar-cat-link{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px 0;font-size:.85rem;font-weight:600;transition:color .2s}.navbar-cat-link:hover{color:var(--primary)}.mobile-menu{border-top:1px solid var(--border);background:var(--white);flex-direction:column;padding:12px 24px;display:flex}.mobile-menu button{text-align:left;cursor:pointer;width:100%;color:var(--text);border:none;border-bottom:1px solid var(--border);background:0 0;padding:10px 0;font-family:inherit;font-size:.95rem}.hero{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:20px;align-items:center;gap:48px;max-width:1280px;margin:40px auto;padding:0 24px;display:flex;overflow:hidden}.hero-content{flex:1;padding:48px 0 48px 32px}.hero-tag{color:var(--primary);margin-bottom:16px;font-size:.9rem;font-weight:600}.hero-content h1{color:var(--text);margin-bottom:16px;font-size:2.8rem;font-weight:800;line-height:1.2}.hero-sub{color:var(--text-muted);max-width:460px;margin-bottom:28px;font-size:1rem;line-height:1.7}.hero-btns{gap:12px;margin-bottom:32px;display:flex}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background:0 0;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:var(--primary);color:#fff}.hero-stats{gap:32px;display:flex}.hero-stats div{flex-direction:column;display:flex}.hero-stats strong{color:var(--text);font-size:1.4rem;font-weight:800}.hero-stats span{color:var(--text-muted);font-size:.78rem}.hero-visual{flex:0 0 380px;justify-content:center;align-items:flex-end;padding:32px 0;display:flex;position:relative}.hero-scene-stack{width:100%;height:340px;position:relative}.hero-scene-stack .scene-hero{border-radius:16px;position:absolute;inset:0;overflow:hidden}.hero-scene-stack .scene-hero-small{border:4px solid var(--white);width:160px;height:160px;box-shadow:var(--shadow);border-radius:16px;position:absolute;bottom:-16px;right:-16px;overflow:hidden}.hero-visual-label{color:var(--text-muted);background:#ffffffd9;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:600;position:absolute;top:8px;left:8px}.product-scene{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.scene-ground{height:38%;position:absolute;bottom:0;left:0;right:0}.scene-emoji{z-index:2;filter:drop-shadow(0 4px 6px #00000026);font-size:3.4rem;position:relative}.scene-accent{z-index:2;font-size:1.4rem;position:absolute;top:10px;right:14px}.scene-thumb .scene-emoji{font-size:1.8rem}.scene-thumb .scene-accent{font-size:.9rem;top:4px;right:6px}.features-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.feature-card{background:var(--white);box-shadow:var(--shadow);text-align:left;border-radius:14px;padding:24px 20px}.feature-icon{width:48px;height:48px;color:var(--primary);background:#fff7ed;border-radius:12px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.feature-card h3{margin-bottom:8px;font-size:1.02rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.86rem;line-height:1.55}.product-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.section-title{margin-bottom:20px;font-size:1.7rem;font-weight:700}.category-tabs{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.cat-tab{background:var(--white);border:1.5px solid var(--border);cursor:pointer;color:var(--text-muted);border-radius:24px;padding:8px 18px;font-size:.88rem;font-weight:500;transition:all .2s}.cat-tab:hover{border-color:var(--primary);color:var(--primary)}.cat-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.no-results{color:var(--text-muted);text-align:center;padding:40px 0;font-size:.95rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.product-card{background:var(--white);box-shadow:var(--shadow);border-radius:12px;transition:transform .2s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-badge{background:var(--primary);color:#fff;z-index:1;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:700;position:absolute;top:10px;left:10px}.product-img-wrap{height:200px;overflow:hidden}.product-card:hover .scene-emoji{transform:scale(1.08)}.product-info{padding:14px}.product-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.72rem}.product-name{color:var(--text);margin-bottom:6px;font-size:.95rem;font-weight:600;line-height:1.4}.product-tagline{color:var(--text-muted);margin-bottom:10px;font-size:.8rem;line-height:1.45}.product-rating{color:var(--text);align-items:center;gap:4px;margin-bottom:10px;font-size:.85rem;display:flex}.review-count{color:var(--text-muted)}.product-pricing{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.price{color:var(--text);font-size:1.1rem;font-weight:700}.original-price{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.discount{color:#16a34a;font-size:.8rem;font-weight:600}.add-to-cart{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.88rem;font-weight:600;transition:background .2s;display:flex}.add-to-cart:hover{background:var(--primary-dark)}.cart-overlay{z-index:200;background:#0006;position:fixed;inset:0}.cart-drawer{background:var(--white);z-index:201;flex-direction:column;width:380px;height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #0000001f}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-header h2{font-size:1.1rem;font-weight:700}.cart-header button{cursor:pointer;color:var(--text-muted);background:0 0;border:none}.cart-empty{color:var(--text-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:0 32px;display:flex}.order-success p{color:var(--text);font-size:1rem}.order-success span{font-size:.86rem;line-height:1.5}.cart-items{flex-direction:column;flex:1;gap:16px;padding:16px 24px;display:flex;overflow-y:auto}.cart-item{align-items:center;gap:12px;display:flex}.cart-item-scene{border-radius:8px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.cart-item-info{flex:1}.cart-item-name{margin-bottom:4px;font-size:.88rem;font-weight:500}.cart-item-price{color:var(--text-muted);font-size:.82rem}.remove-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:6px}.remove-btn:hover{color:#ef4444}.cart-footer{border-top:1px solid var(--border);flex-direction:column;gap:16px;padding:20px 24px;display:flex}.cart-total{justify-content:space-between;font-size:1rem;font-weight:700;display:flex}.checkout-btn{width:100%;padding:14px;font-size:1rem}.footer{color:#cbd5e1;background:#1e293b;padding:48px 24px 24px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1280px;margin:0 auto 40px;display:grid}.footer-logo{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:800}.footer h4{color:#fff;margin-bottom:16px;font-size:.95rem}.footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer ul a{color:#94a3b8;font-size:.88rem;text-decoration:none;transition:color .2s}.footer ul a:hover{color:var(--primary)}.footer-bottom{color:#64748b;border-top:1px solid #334155;justify-content:space-between;max-width:1280px;margin:0 auto;padding-top:24px;font-size:.85rem;display:flex}@media (width<=768px){.navbar-search,.navbar-actions span,.navbar-categories{display:none}.hamburger{margin-left:auto;display:flex}.account-dropdown{right:-60px}.hero{flex-direction:column;margin:20px 16px;padding:0}.hero-content{padding:32px 24px 24px}.hero-content h1{font-size:2rem}.hero-visual{flex:unset;width:100%;padding:0}.hero-scene-stack{height:220px}.features-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cart-drawer{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}
