:root{
  --shopee:#ee4d2d;--shopee-dark:#d63d20;--navy:#082b57;--navy2:#061f40;
  --green:#0a8a36;--text:#172033;--muted:#64748b;--line:#e2e8f0;
  --card:#fff;--bg:#f8fafc;--soft:#fff1ed;--shadow:0 14px 34px rgba(25,40,70,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg);transition:.25s}
body.dark{--text:#edf4ff;--muted:#aab8ca;--line:#2d4057;--card:#10243d;--bg:#07182b;--soft:#3c211c;--shadow:0 14px 34px rgba(0,0,0,.28)}
button,input,select{font:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:linear-gradient(90deg,#c9361b,var(--shopee));color:#fff;font-size:13px}
.topbar-content{min-height:40px;display:flex;align-items:center;gap:28px}.topbar-right{margin-left:auto}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.dark .header{background:rgba(10,29,50,.95)}
.header-content{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:13px;color:var(--navy);text-decoration:none}.dark .brand{color:#fff}
.brand-icon{display:grid;place-items:center;width:49px;height:56px;border-radius:10px;background:linear-gradient(150deg,var(--shopee),#ff7657);color:#fff;font-size:34px}
.brand strong{display:block;font-size:28px}.brand strong span{color:var(--shopee)}.brand small{display:block;color:var(--muted);margin-top:5px}
.nav{display:flex;align-items:center;gap:7px}.nav a{color:var(--text);text-decoration:none;font-weight:750;padding:11px 12px;border-radius:9px}.nav a:hover,.nav a.active{background:var(--soft);color:var(--shopee)}
.circle-button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer}.menu-button{display:none}
.hero{padding:64px 0;background:radial-gradient(circle at 85% 10%,rgba(255,153,125,.32),transparent 24rem),linear-gradient(135deg,#fff1ec,#fffaf8)}
.dark .hero{background:radial-gradient(circle at 85% 10%,rgba(238,77,45,.18),transparent 24rem),linear-gradient(135deg,#261d1a,#10243d)}
.hero-grid{display:grid;grid-template-columns:1.16fr .84fr;align-items:center;gap:50px}
.eyebrow,.section-heading>span,.products-heading>div>span,.edit-tip>div>span{font-size:12px;letter-spacing:1.4px;font-weight:900;color:var(--shopee)}
.hero h1{font-size:clamp(40px,6vw,65px);line-height:1.04;letter-spacing:-1.5px;margin:14px 0;color:#7d2817}.dark .hero h1{color:#fff}
.hero p{font-size:18px;line-height:1.65;color:var(--muted)}
.hero-actions{display:flex;gap:12px;margin:27px 0}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 21px;border-radius:9px;text-decoration:none;font-weight:900}.primary{background:linear-gradient(135deg,var(--shopee),var(--shopee-dark));color:#fff}.secondary{background:var(--card);color:var(--shopee);border:1px solid #f3b5a7}
.trust-row{display:flex;gap:17px;flex-wrap:wrap;color:#875343;font-size:13px;font-weight:750}.dark .trust-row{color:#e8b8aa}
.hero-showcase{padding:32px;background:var(--card);border:1px solid #f1c0b5;border-radius:22px;text-align:center;box-shadow:var(--shadow)}.showcase-icon{font-size:76px}.hero-showcase>span{display:block;color:var(--shopee);font-size:12px;letter-spacing:1px;font-weight:900}.hero-showcase strong{display:block;font-size:25px;margin:8px 0}
.benefits{background:linear-gradient(90deg,#bd331b,var(--shopee));color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:20px 0}.benefits-grid div{text-align:center;border-right:1px solid rgba(255,255,255,.22)}.benefits-grid div:last-child{border:0}.benefits-grid strong,.benefits-grid span{display:block}.benefits-grid span{font-size:13px;color:#ffe0d8;margin-top:4px}
.controls-section{padding:58px 0 25px}.section-heading h2,.products-heading h2{font-size:clamp(30px,4vw,42px);margin:7px 0}.search-box{max-width:580px;margin:24px 0}.search-box label{display:block;font-weight:800;margin-bottom:8px}.search-box input{width:100%;min-height:50px;padding:12px 15px;border:1px solid #ccd7e5;border-radius:10px;background:var(--card);color:var(--text);outline:none}.search-box input:focus{border-color:var(--shopee);box-shadow:0 0 0 3px rgba(238,77,45,.13)}
.category-list{display:flex;gap:10px;flex-wrap:wrap}.category-button{border:1px solid var(--line);background:var(--card);color:var(--text);padding:11px 15px;border-radius:999px;font-weight:800;cursor:pointer}.category-button.active,.category-button:hover{border-color:var(--shopee);background:var(--soft);color:var(--shopee)}
.products-section{padding:30px 0 60px}.products-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.sort-box{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:750}.sort-box select{min-height:44px;padding:8px 38px 8px 11px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--text)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);transition:.2s}.product-card:hover{transform:translateY(-5px);border-color:#efa998}
.product-image{position:relative;aspect-ratio:1/1;background:#f1f5f9;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#fff0eb,#fff9f7);font-size:65px}.dark .image-placeholder{background:#30211e}
.product-badge{position:absolute;left:10px;top:10px;padding:7px 9px;border-radius:999px;background:var(--shopee);color:#fff;font-size:11px;font-weight:900}.product-content{display:flex;flex:1;flex-direction:column;padding:16px}.product-category{font-size:11px;color:var(--shopee);font-weight:900;text-transform:uppercase;letter-spacing:.7px}.product-content h3{font-size:17px;line-height:1.35;margin:8px 0}.product-description{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 12px}.price-row{margin-top:auto}.old-price{display:block;color:var(--muted);font-size:12px;text-decoration:line-through}.current-price{display:block;color:var(--shopee);font-size:25px;font-weight:900;margin:2px 0}.installments{display:block;color:var(--muted);font-size:12px}.product-link{display:block;margin-top:14px;padding:12px;text-align:center;border-radius:8px;background:linear-gradient(135deg,var(--shopee),var(--shopee-dark));color:#fff;text-decoration:none;font-weight:900}.product-note{text-align:center;font-size:10px;color:var(--muted);margin-top:8px}
.empty-state{text-align:center;padding:50px;color:var(--muted)}.empty-state span{font-size:55px}.empty-state h3{color:var(--text)}
.edit-tip{display:flex;align-items:center;gap:23px;padding:27px;margin-bottom:22px;border:1px solid #efc0b5;border-radius:15px;background:linear-gradient(135deg,#fff0eb,#fff)}.dark .edit-tip{background:#2f211e}.tip-icon{font-size:55px}.edit-tip h2{margin:7px 0}.edit-tip p{margin:0;color:var(--muted);line-height:1.6}
.disclosure{margin-bottom:45px;padding:18px;border:1px solid #e8d19b;border-radius:10px;background:#fff8e7;color:#6b511b}.dark .disclosure{background:#3b311b;color:#f1d995}.disclosure p{margin:5px 0 0;line-height:1.55}
footer{background:linear-gradient(135deg,var(--navy2),var(--navy));color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px;padding:43px 0}.footer-brand{font-size:23px;font-weight:900;color:#fff;text-decoration:none}.footer-grid p{color:#becfe3}.footer-grid strong{display:block;margin-bottom:11px}.footer-grid div>a:not(.footer-brand){display:block;color:#c8d7e8;text-decoration:none;padding:6px 0}.footer-bottom{padding:17px 0;border-top:1px solid rgba(255,255,255,.13);color:#bcd0e5;font-size:13px}
@media(max-width:1000px){.products-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.nav{display:none;position:absolute;top:94px;left:0;right:0;background:var(--card);border-bottom:1px solid var(--line);padding:14px;flex-direction:column}.nav.open{display:flex}.menu-button{display:block}.circle-button:last-child{margin-left:auto}}
@media(max-width:760px){.products-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr}.benefits-grid div{padding:12px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.products-heading{align-items:stretch;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.topbar-right{display:none}.topbar-content{justify-content:center;font-size:11px}.brand strong{font-size:21px}.brand-icon{width:41px;height:47px}.hero{padding:42px 0}.hero h1{font-size:39px}.hero-actions,.edit-tip{flex-direction:column;text-align:center}.button{width:100%}.products-grid,.footer-grid{grid-template-columns:1fr}.product-card{max-width:390px;width:100%;margin:auto}}
