:root{--topbar-h: 60px;--tabbar-h: 72px;--bg: #2b2b2f;--card: rgba(255, 255, 255, .06)}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.appShell{height:100%;background:var(--bg);display:flex;flex-direction:column}.appContent{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:var(--topbar-h);padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom))}:root{--topbar-h: 56px;--search-h: 44px;--tabs-h: 64px;--page-pad: 16px;--text: rgba(255, 255, 255, .92)}.home{padding-top:calc(var(--topbar-h) + 6px + var(--search-h));padding-bottom:calc(var(--tabs-h) + 18px)}.home__searchBar{position:fixed;left:0;right:0;top:calc(var(--topbar-h) + 6px);z-index:9999;padding:10px var(--page-pad) 12px;background:transparent;pointer-events:none}.home__searchInner{pointer-events:auto;height:var(--search-h);display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:14px;background:#00000038;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:none}.home__searchIcon{opacity:.8;font-size:16px;-webkit-user-select:none;user-select:none}.home__searchInput{flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:14px}.home__searchInput::placeholder{color:#ffffff8c}.home__grid{display:grid;gap:14px;padding:0 var(--page-pad) var(--page-pad);margin-top:-29px}@media(max-width:640px){.home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:641px){.home__grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}}@media(min-width:1100px){.home__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.productCard{width:100%;border:0;padding:14px 14px 12px;border-radius:18px;background:#ffffff0f;color:#ffffffeb;text-align:center;cursor:pointer}.productCard__imgWrap{border-radius:16px;background:#ffffff0f;overflow:hidden;aspect-ratio:1.35 / 1;display:grid;place-items:center}.productCard__img{width:100%;height:100%;object-fit:contain;display:block}.productCard__title{margin-top:10px;font-weight:700;font-size:14px;line-height:1.2}.productCard__price{margin-top:6px;opacity:.85;font-weight:600;font-size:13px}.favPage{padding:14px 16px 90px}.favEmpty{height:calc(100dvh - 160px);display:grid;place-items:center;opacity:.7;font-size:16px}.favList{display:flex;flex-direction:column;gap:12px;max-width:780px;margin:0 auto}.favRow{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer}.favImgWrap{width:86px;height:86px;border-radius:16px;overflow:hidden;background:#0000002e;flex:0 0 auto;display:grid;place-items:center}.favImg{width:100%;height:100%;object-fit:contain;display:block}.favInfo{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.favTitle{font-size:15px;font-weight:650;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favPrice{font-size:14px;opacity:.85}.favActions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.favCartBtn{height:36px;padding:0 12px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffeb;font-size:13px}.favHeartBtn{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffe6;font-size:18px;line-height:1}.favHeartBtn.isOn{color:#ff3b30}@media(max-width:420px){.favCartBtn{display:none}}.cartPage{min-height:100vh;padding:18px 16px calc(140px + env(safe-area-inset-bottom))}.cartEmpty{margin-top:40px;text-align:center;font-size:18px;color:#ffffffbf}.cartList{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.cartItem{display:flex;align-items:center;gap:14px;padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.1);cursor:pointer}.cartImg{width:60px;height:60px;border-radius:12px;object-fit:cover;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.cartMid{flex:1;min-width:0}.cartTitle{font-size:14px;font-weight:800;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cartMeta{margin-top:4px;font-size:12px;color:#ffffffb3}.cartPrice{margin-top:6px;font-size:13px;font-weight:800;color:#ffffffe0}.cartQty{display:flex;align-items:center;gap:10px}.qtyBtn{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#00000038;color:#ffffffeb;cursor:pointer;-webkit-user-select:none;user-select:none}.qtyBtn:active{transform:scale(.98)}.qtyVal{width:18px;text-align:center;font-weight:900;color:#ffffffeb}.cartBottom{position:fixed;left:50%;transform:translate(-50%);bottom:calc(86px + env(safe-area-inset-bottom));z-index:9998;width:min(980px,calc(100vw - 32px));display:flex;flex-direction:column;gap:12px}.cartTotalRow{display:flex;justify-content:center;align-items:baseline;gap:14px}.cartTotalLabel{font-size:14px;font-weight:800;color:#ffffffb8}.cartTotalValue{font-size:16px;font-weight:900;color:#ffffffeb}.cartCheckoutBtn{height:46px;border-radius:14px;border:0;background:#f2f2f2;color:#000000c7;font-weight:900;cursor:pointer}.cartCheckoutBtn:active{transform:scale(.99)}.simplePage{padding:14px 18px 18px;color:#ffffffeb}.centerEmpty{min-height:55vh;display:grid;place-items:center;text-align:center;gap:12px}.emptyTitle{font-size:18px;font-weight:800;opacity:.9}.primaryBtn{border:0;border-radius:14px;padding:12px 14px;font-weight:800;cursor:pointer;background:#ff3b30;color:#fff}.grid2{display:grid;gap:14px}@media(max-width:640px){.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:641px){.grid2{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}.productPage{position:relative;min-height:100vh;padding:14px 16px calc(120px + env(safe-area-inset-bottom))}.productWrap{max-width:980px;margin:0 auto;margin-top:calc(var(--topbar-h, 56px) + 12px)}.backTri{position:fixed;top:calc(var(--topbar-h, 56px) + 12px);left:14px;z-index:9999;width:18px;height:18px;border:0;padding:0;background:transparent;cursor:pointer}.backTri:before{content:"";display:block;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-right:12px solid rgba(255,255,255,.92);filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}.productImgFrame{border-radius:18px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.productImg{width:100%;height:420px;object-fit:contain;display:block;background:#ffffff05}.photoSegments{display:flex;gap:8px;justify-content:center;margin-top:12px}.photoSegments .seg{width:44px;height:4px;border-radius:10px;border:0;background:#ffffff2e;cursor:pointer}.photoSegments .seg.isActive{background:#ffffffc7}.productInfo{margin-top:18px}.productTitleBig{font-size:30px;font-weight:800;color:#ffffffeb;line-height:1.1}.productPriceBig{margin-top:6px;font-size:18px;font-weight:700;color:#ffffffe6}.productDesc{margin-top:12px;font-size:14px;line-height:1.45;color:#fffc}.sizesBlock{margin-top:14px}.sizesTitle{font-size:13px;color:#ffffffbf;margin-bottom:10px}.sizesRow{display:flex;gap:10px;flex-wrap:wrap}.sizeBtn{height:36px;min-width:44px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#00000038;color:#ffffffeb;cursor:pointer}.sizeBtn.isActive{border-color:#ffffff73;background:#ffffff1f}.productActions{position:fixed;left:50%;transform:translate(-50%);bottom:calc(18px + env(safe-area-inset-bottom));z-index:9998;width:min(980px,calc(100vw - 32px));display:flex;gap:12px;align-items:center}.addToCartBtn{flex:1;height:46px;border-radius:14px;border:0;background:#f2f2f2;color:#000000c7;font-weight:800;cursor:pointer}.addToCartBtn:active{transform:scale(.99)}.addToCartBtn.isDisabled{opacity:.6;cursor:not-allowed}.addToCartBtn.isInCart{background:#d9d9d9}.favBtn{width:46px;height:46px;border-radius:14px;border:0;background:#1f1f22;color:#ffffffeb;cursor:pointer}.favBtn:active{transform:scale(.99)}.favBtn.isActive{color:#ff3b30}.productNotFound{margin-top:calc(var(--topbar-h, 56px) + 18px);text-align:center;color:#ffffffbf}@media(max-width:640px){.productImg{height:320px}}.topbar{height:var(--topbar-h, 60px);padding:10px 12px;display:flex;align-items:center;gap:12px;position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(43,43,47,.22を見る);background:#2b2b2f38;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.topbarCenter{flex:1;display:flex;justify-content:center}.topbarIconBtn{width:40px;height:40px;border:0;border-radius:14px;background:#ffffff14;display:grid;place-items:center;color:#ffffffeb;cursor:pointer;transition:transform .16s ease,background .16s ease,opacity .16s ease}.topbarIconBtn:active{transform:scale(.96);background:#ffffff1c}.topbarIcon{width:20px;height:20px}.topbarUserPill{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;height:40px;border-radius:999px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px #ffffff0f;-webkit-user-select:none;user-select:none;max-width:70vw}.topbarTitle{font-size:16px;font-weight:700;line-height:1;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabbarWrap{position:fixed;left:0;right:0;bottom:10px;z-index:60;pointer-events:none}.tabbarCapsule{pointer-events:auto;width:250px;height:52px;margin:0 auto;border-radius:999px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;background:#ffffff14;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);box-shadow:0 10px 30px #00000040,inset 0 0 0 1px #ffffff0f;transform:translateZ(0)}.tabbarFog{position:absolute;left:50%;transform:translate(-50%);bottom:0;width:250px;height:52px;border-radius:999px;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);background:#2b2b2f59;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to top,#000,#0000);pointer-events:none}.tabBtn{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;text-decoration:none;color:#ffffff80;transition:color .22s cubic-bezier(.2,.8,.2,1),transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s cubic-bezier(.2,.8,.2,1);-webkit-tap-highlight-color:transparent}.tabBtn:active{transform:translateY(1px) scale(.98);opacity:.92}.tabBtn.isActive{background:transparent;color:#fffffff5}.tabIcon{width:21px;height:21px;display:block}.tabIcon path{fill:currentColor}:root{color-scheme:dark}html,body,#root{height:100%}body{margin:0;background:#0f1115;color:#ffffffeb;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}
