:root{--bg:#f4f5f7;--surface:#fff;--surface-2:#f7f8fa;--text:#111827;--muted:#6b7280;--brand:#f59e0b;--brand-2:#d97706;--dark:#0d1117;--line:#e8eaee;--shadow:0 14px 38px rgba(17,24,39,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(245,158,11,.08),transparent 34%),var(--bg);-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}.app{width:min(100%,860px);margin:auto;min-height:100vh;padding:18px 18px 110px}.topbar{position:sticky;top:12px;z-index:20;height:78px;padding:0 16px;border-radius:24px;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:12px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow)}
.icon-btn{width:48px;height:48px;border:0;border-radius:16px;background:var(--dark);color:#fff;display:grid;place-items:center;text-decoration:none;font-weight:900;font-size:20px}.logo{text-align:center;line-height:1;text-decoration:none;color:inherit}.logo strong{display:block;font-family:Georgia,serif;letter-spacing:.08em;font-size:23px}.logo small{margin-top:6px;display:block;color:var(--brand-2);letter-spacing:.34em;font-size:9px;font-weight:800}.hero{position:relative;overflow:hidden;margin-top:22px;min-height:360px;border-radius:30px;background:linear-gradient(180deg,rgba(13,17,23,.04) 15%,rgba(13,17,23,.84) 100%),var(--hero) center/cover;box-shadow:var(--shadow)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(245,158,11,.16),transparent 50%)}.hero-content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--brand)}.hero h1{margin:16px 0 8px;max-width:560px;font-size:clamp(34px,7vw,58px);letter-spacing:-.05em;line-height:.96}.hero p{margin:0;color:rgba(255,255,255,.8);font-size:15px;line-height:1.55;max-width:500px}.quick-search{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:10px}.search-box{position:relative}.search-box span{position:absolute;left:17px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:25px}.search-box input{width:100%;height:56px;border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:0 16px 0 48px;outline:none;box-shadow:0 8px 24px rgba(17,24,39,.04)}.search-box input:focus{border-color:rgba(245,158,11,.7);box-shadow:0 0 0 4px rgba(245,158,11,.1)}.filter-btn{height:56px;padding:0 18px;border-radius:18px;border:0;background:var(--brand);color:#1f2937;font-weight:850}.category-filter{display:none;gap:8px;overflow:auto;padding:14px 2px 0;scrollbar-width:none}.category-filter.open{display:flex}.chip{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;white-space:nowrap;font-size:12px;font-weight:800}.chip.active{background:var(--dark);border-color:var(--dark);color:#fff}.section-head{margin:30px 2px 16px;display:flex;align-items:end;justify-content:space-between;gap:14px}.section-head h2{margin:0;font-size:28px;letter-spacing:-.035em}.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.section-head a,.clear-filter{color:var(--brand-2);text-decoration:none;font-size:13px;font-weight:850;white-space:nowrap;border:0;background:none}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category{position:relative;min-height:185px;border-radius:22px;overflow:hidden;border:0;padding:0;text-align:left;color:#fff;background:#111827;isolation:isolate;box-shadow:0 10px 28px rgba(17,24,39,.09)}.category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s;z-index:-2}.category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.76));z-index:-1}.category:hover img{transform:scale(1.055)}.category span{position:absolute;left:16px;right:16px;bottom:15px;font-size:17px;font-weight:900;text-shadow:0 2px 14px rgba(0,0,0,.25)}.category small{position:absolute;left:16px;top:14px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:10px;font-weight:800}.product-grid{display:grid;grid-template-columns:1fr;gap:14px}.product{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(17,24,39,.05)}.product-media{height:220px;position:relative;overflow:hidden;background:#ddd}.product-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:rgba(13,17,23,.88);color:#fff;font-size:11px;font-weight:850}.fav{position:absolute;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:13px;background:rgba(255,255,255,.94);font-size:22px}.fav.active{color:#dc2626}.product-body{padding:16px}.product-title{display:flex;justify-content:space-between;gap:16px;align-items:start}.product-title h3{margin:0;font-size:17px}.price{font-weight:950;color:var(--brand-2);white-space:nowrap}.product-body p{margin:8px 0 14px;color:var(--muted);font-size:13px;line-height:1.5}.meta{display:flex;gap:8px;flex-wrap:wrap}.meta span{padding:7px 9px;border-radius:10px;background:var(--surface-2);font-size:11px;font-weight:750;color:#4b5563}.bottom-nav{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);z-index:50;width:min(calc(100% - 28px),680px);height:72px;border-radius:24px;background:rgba(13,17,23,.95);backdrop-filter:blur(18px);padding:8px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 18px 42px rgba(0,0,0,.25)}.nav-item{border:0;background:transparent;color:#9ca3af;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:750;text-decoration:none}.nav-item b{font-size:19px;line-height:1}.nav-item.active{color:#111827;background:var(--brand)}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,20px);background:#111827;color:#fff;padding:11px 14px;border-radius:13px;font-size:12px;font-weight:750;opacity:0;pointer-events:none;transition:.25s;z-index:90}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{text-align:center;background:#fff;padding:40px;border-radius:20px;color:var(--muted)}.empty b,.empty span{display:block}.empty b{color:var(--text);margin-bottom:6px}.category,.chip{display:block;text-decoration:none}.product-media{background:#fff}.product-image-link{display:block;width:100%;height:100%;padding:10px}.product-media img{object-fit:contain}.product-title a{text-decoration:none;color:inherit}.product-title a:hover{color:var(--brand-2)}
.page-intro{display:flex;align-items:center;gap:18px;margin:28px 2px 20px}.page-intro .back-button,.detail-back{flex:0 0 auto;width:48px;height:48px;border-radius:16px;background:var(--dark);color:#fff;display:grid;place-items:center;text-decoration:none;font-size:22px;font-weight:900}.page-intro h1{margin:0;font-size:clamp(30px,7vw,48px);letter-spacing:-.045em}.page-intro p{margin:6px 0 0;color:var(--muted)}.subcategories{display:flex;gap:9px;overflow:auto;margin:-4px 0 20px;padding:2px;scrollbar-width:none}.subcategories .chip{flex:0 0 auto}.detail-page{padding-bottom:44px}.detail-card{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.detail-media{position:relative;height:min(66vh,620px);min-height:340px;background:#fff;padding:20px}.detail-media img{width:100%;height:100%;object-fit:contain}.detail-content{padding:clamp(22px,5vw,42px)}.detail-price{display:inline-flex;padding:10px 15px;border-radius:12px;background:var(--brand);color:#28200e;font-size:20px;font-weight:950}.detail-content h1{margin:22px 0 10px;font-size:clamp(30px,7vw,48px);letter-spacing:-.045em}.detail-content>p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 20px}.detail-category{display:inline-flex;padding:8px 11px;border-radius:10px;background:var(--surface-2);color:#4b5563;font-size:12px;font-weight:800;text-decoration:none}.detail-info{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.detail-info span{padding:10px 12px;border-radius:11px;background:#f7f8fa;color:#4b5563;font-weight:750;font-size:13px}.floating-back{position:fixed;left:max(22px,calc(50% - 410px));bottom:25px;width:58px;height:58px;border:5px solid #fff;border-radius:50%;background:var(--brand);color:#1f2937;display:grid;place-items:center;text-decoration:none;font-size:27px;font-weight:950;box-shadow:0 12px 30px rgba(17,24,39,.25);z-index:40}
.product{display:grid;grid-template-columns:145px minmax(0,1fr);gap:10px;background:transparent;border:0;border-radius:0;overflow:visible;box-shadow:none}.product-media{height:145px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.04)}.product-image-link{padding:6px}.product-body{min-width:0;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.78);display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 24px rgba(17,24,39,.035)}.product-title{flex-direction:column-reverse;align-items:flex-start;gap:10px}.product-title h3{font-size:18px;line-height:1.18}.product-title .price{display:inline-flex;padding:7px 10px;border-radius:9px;background:var(--brand);color:#28200e;font-size:13px}.product-body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:9px 0 10px;line-height:1.4}.meta{margin-top:8px}.badge{left:8px;top:8px;font-size:9px}.fav{right:8px;top:8px;width:34px;height:34px;border-radius:11px;font-size:19px}
@media(min-width:700px){.product-grid{gap:18px}.category-products{margin-top:20px}}
@media(max-width:560px){.product{grid-template-columns:112px minmax(0,1fr);gap:8px}.product-media{height:112px;border-radius:15px}.product-body{padding:13px;border-radius:15px}.product-title{gap:7px}.product-title h3{font-size:15px}.product-title .price{padding:6px 8px;font-size:12px}.product-body p{display:none}.meta{margin-top:7px}.meta span{padding:6px 7px;font-size:9px}.badge{display:none}.fav{width:30px;height:30px;font-size:17px}}
.home-nav{grid-template-columns:repeat(3,1fr)}
.category-page{width:min(100%,1180px);padding-bottom:55px}.category-page .page-intro{margin:34px 2px 26px}.category-page .page-intro h1{font-size:clamp(38px,6vw,58px)}.category-page .quick-search{display:block;margin-bottom:26px}.category-page .search-box input{height:66px;border-radius:22px;font-size:17px;padding-left:54px}.category-page .search-box span{left:21px}.category-page .category-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 30px;margin-top:0;padding:34px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 10px 34px rgba(17,24,39,.04)}.category-page .product{grid-template-columns:112px minmax(0,1fr);gap:10px}.category-page .product-media{height:112px;border:0;border-radius:15px;background:#f7f7f8;box-shadow:none}.category-page .product-image-link{padding:0}.category-page .product-media img{object-fit:contain}.category-page .product-body{min-height:112px;margin:0;padding:16px 18px;border:0;border-radius:15px;background:#f4f4f5;box-shadow:none}.category-page .product-title{gap:11px}.category-page .product-title h3{font-size:17px;line-height:1.2}.category-page .product-title .price{padding:7px 11px;border-radius:8px;font-size:13px}.category-page .meta{margin-top:10px}.category-page .meta span{padding:0;background:transparent;color:#626873;font-size:12px}.category-page .meta .prep-time{color:#626873}.category-page .meta .prep-time::first-letter{color:var(--brand)}
@media(max-width:820px){.category-page .category-products{grid-template-columns:1fr;padding:18px;gap:18px}.category-page .product{grid-template-columns:118px minmax(0,1fr)}.category-page .product-media{height:118px}.category-page .product-body{min-height:118px}}
@media(max-width:420px){.category-page .page-intro{gap:13px}.category-page .page-intro h1{font-size:32px}.category-page .category-products{padding:12px;border-radius:20px}.category-page .product{grid-template-columns:96px minmax(0,1fr);gap:8px}.category-page .product-media{height:96px}.category-page .product-body{min-height:96px;padding:11px 12px}.category-page .product-title{gap:7px}.category-page .product-title h3{font-size:14px}.category-page .product-title .price{font-size:11px;padding:5px 7px}.category-page .meta{margin-top:6px}.category-page .meta span{font-size:10px}}
:root{--brand:#B3488E;--brand-2:#91366f}
[hidden]{display:none!important}
body{background:radial-gradient(circle at 20% 0%,rgba(179,72,142,.09),transparent 34%),var(--bg)}
.logo-image{height:56px;display:flex;align-items:center;justify-content:center}.logo-image img{display:block;max-width:min(100%,260px);max-height:48px;width:auto;height:auto}.topbar-spacer{width:48px;height:48px}
.hero:before{background:linear-gradient(110deg,rgba(179,72,142,.18),transparent 50%)}
.search-box input:focus{border-color:rgba(179,72,142,.72);box-shadow:0 0 0 4px rgba(179,72,142,.12)}
.chip.active{background:var(--brand);border-color:var(--brand);color:#fff}.category small{background:rgba(179,72,142,.86)}.badge{background:var(--brand)}.fav.active{color:var(--brand)}.nav-item.active{color:#fff;background:var(--brand)}
.home-nav{grid-template-columns:repeat(2,1fr)}
.topbar{grid-template-columns:44px 1fr 44px}.icon-btn{width:42px;height:42px;border-radius:13px;font-size:18px}.logo-image{height:48px}.logo-image img{max-width:min(100%,210px);max-height:36px}.topbar-spacer{width:42px;height:42px}.nav-item>i{font-size:19px;line-height:1}.page-intro .back-button{width:44px;height:44px;border-radius:14px;font-size:19px}.floating-back{width:50px;height:50px;border-width:4px;font-size:22px}.site-credit{margin:34px 2px 0;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.74);display:flex;align-items:center;justify-content:center;gap:14px;color:var(--muted);font-size:11px;font-weight:750}.site-credit a{display:flex;align-items:center}.site-credit img{display:block;width:auto;height:25px;max-width:112px}
@media(max-width:420px){.topbar{grid-template-columns:40px 1fr 40px;padding:0 12px}.icon-btn{width:38px;height:38px;border-radius:12px}.logo-image img{max-width:170px;max-height:31px}.site-credit{padding:15px;margin-top:26px}.site-credit img{height:22px}}
.site-credit{margin:42px auto 0;padding:8px 0;border:0;border-radius:0;background:transparent;box-shadow:none;flex-direction:column;gap:7px;color:#9ca3af;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.site-credit::before{content:"";width:46px;height:1px;margin-bottom:5px;background:#d8dbe1}.site-credit img{height:20px;max-width:88px;opacity:.8;transition:.2s}.site-credit a:hover img{opacity:1}.category-page .page-intro{margin-left:4px}
@media(max-width:420px){.site-credit{padding:8px 0;margin-top:34px}.site-credit img{height:18px}.site-credit::before{width:38px}}
@media(min-width:700px){.app{padding-left:24px;padding-right:24px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category{min-height:210px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:390px){.hero{min-height:320px}.quick-search{grid-template-columns:1fr}.filter-btn{height:46px}.category{min-height:160px}}
