.authWrap{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:20px}.authCard{width:100%;max-width:420px;background:#fff;border:1px solid #eee;border-radius:18px;padding:18px;box-shadow:0 10px 30px #0000000f}.authTitle{margin:0 0 10px;text-align:center;color:#ff007a}.center{text-align:center}html,body,#root{height:100%}:root{--bg: #f7f7fb;--ink:#0b1220;--muted:#6b7280;--green:#0f5f5c;--accent:#75d84b;--accent2:#77b7ff;--card:#ffffff;--line: rgba(0,0,0,.08);--shadow: 0 14px 30px rgba(0,0,0,.06)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--ink);background:var(--bg);padding-bottom:78px}.container{max-width:1100px;margin:0 auto;padding:16px}.homeWrap{padding-top:6px}.homeSection{margin-top:18px}.nav.glassNav{position:sticky;top:0;z-index:60;background:var(--green);padding:10px 12px}.nav .brand span{color:#fff!important}.navSearchWrap{flex:1;display:flex;align-items:center;gap:10px;max-width:520px;margin:0 auto}.navSearch{width:100%;height:38px;border-radius:999px;border:none;outline:none;padding:0 14px;font-weight:800;background:#ffffffeb}.navSearchBtn{height:38px;border-radius:999px;border:none;padding:0 14px;font-weight:900;cursor:pointer;background:#ffffff2e;color:#fff}.welcomeBar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#ffffffbf;border:1px solid var(--line);box-shadow:0 10px 25px #0000000a;margin-top:10px}.welcomeTitle{font-weight:1000;font-size:16px;color:var(--ink)}.welcomeSub{margin-top:2px;font-size:12px;color:var(--muted);font-weight:700}.welcomeBadge{font-size:12px;font-weight:900;padding:8px 10px;border-radius:999px;background:#75d84b29;border:1px solid rgba(117,216,75,.25)}.heroBanner{position:relative;border-radius:18px;overflow:hidden;background:#000;height:240px;box-shadow:var(--shadow)}.heroBanner:after{display:none}.bannerTrack{height:100%;display:flex;transition:transform .5s ease;position:relative;z-index:0}.bannerSlide{height:100%;flex:0 0 auto}.bannerImg{width:100%;height:100%;object-fit:cover;display:block}.bannerDots{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:8px;z-index:2}.dot{width:10px;height:10px;border-radius:999px;border:none;cursor:pointer;background:#ffffff8c;box-shadow:0 6px 14px #0000001f}.dot.active{background:#fffffff2}@media (max-width: 800px){.heroBanner{height:200px}.heroBanner:after{bottom:-62px;height:124px}}.secTop{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:16px 0 10px}.secTitle{margin:0;font-size:34px;font-weight:1000;color:var(--accent2);letter-spacing:.3px}.seeMore{text-decoration:none;font-weight:900;color:#75d84bf2}.catRow{display:flex;gap:14px;overflow-x:auto;padding:6px 2px 10px}.catRow::-webkit-scrollbar{height:6px}.catRow::-webkit-scrollbar-thumb{background:#00000024;border-radius:99px}.catItem{min-width:120px;text-align:left;border:none;background:transparent;padding:0;cursor:pointer}.catIcon{width:120px;height:76px;border-radius:16px;background:#fffffff5;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 26px #0000000f;overflow:hidden;display:flex;align-items:center;justify-content:center}.catIcon img{width:100%;height:100%;object-fit:cover}.catName{margin-top:8px;font-weight:950;color:var(--ink);font-size:13px;line-height:1.15;max-width:120px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:18px 0 10px}.catHeaderTitle{font-weight:1000;font-size:22px;letter-spacing:.6px;text-transform:uppercase;border-bottom:3px solid rgba(0,0,0,.85);padding-bottom:4px;line-height:1}.seeMoreBtn{text-decoration:none;font-weight:950;color:#0b2c1d;background:#75d84bd9;padding:10px 14px;border-radius:14px;box-shadow:0 10px 20px #00000014}.homeTwoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pCard{background:var(--card);border:1px solid rgba(0,0,0,.06);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.pImgWrap{position:relative;background:#fff}.pImg{width:100%;height:160px;object-fit:cover;display:block}.pFav{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:none;cursor:pointer;background:#ffffffeb;box-shadow:0 10px 20px #0000001a;display:flex;align-items:center;justify-content:center}.pBody{padding:12px 12px 14px}.pTitle{display:block;text-decoration:none;color:var(--ink);font-weight:950;margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pPriceRow{display:flex;align-items:center;gap:10px}.pPrice{font-weight:1000;font-size:18px;color:var(--ink)}.pActions{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.btnSoft{flex:1;border:none;background:#75d84b2e;color:#174a2a;font-weight:950;padding:10px 12px;border-radius:14px;cursor:pointer}.btnPrimary{border:none;background:#75d84beb;color:#0b2c1d;font-weight:1000;padding:10px 14px;border-radius:14px;cursor:pointer}.bottomNav{position:fixed;left:0;right:0;bottom:0;z-index:99;display:flex;justify-content:space-around;align-items:center;height:66px;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(0,0,0,.1)}.bnItem{flex:1;text-decoration:none;color:#111;font-weight:900;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.bnItem.active{color:var(--green)}.bnIcon{position:relative;font-size:20px;line-height:1}.bnBadge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#75d84beb;color:#0b2c1d;font-size:11px;font-weight:1000;display:flex;align-items:center;justify-content:center}.cartList{display:flex;flex-direction:column;gap:12px}.cartItem{display:flex;gap:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:10px;box-shadow:0 10px 22px #0000000d}.cartThumb{width:92px;height:92px;flex:0 0 92px;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#fff}.cartThumb img{width:100%;height:100%;object-fit:cover;display:block}.cartInfo{flex:1;min-width:0}.cartTitle{display:block;text-decoration:none;color:#111;font-weight:950;margin-bottom:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cartMeta{display:flex;gap:10px;font-weight:900}.cartActions{margin-top:10px;display:flex;gap:10px;align-items:center}.qtyBox{display:flex;align-items:center;gap:10px;background:#0000000a;border-radius:999px;padding:6px 10px}.qtyBtn{border:none;width:32px;height:32px;border-radius:999px;cursor:pointer;font-weight:1000;background:#75d84b40}.qtyNum{min-width:18px;text-align:center;font-weight:1000}.btnDanger{border:none;cursor:pointer;font-weight:950;padding:10px 12px;border-radius:12px;background:#ff00001a;color:#b00020}.catItem{min-width:120px;text-align:left;border:none;background:transparent;padding:0;cursor:pointer;flex:0 0 auto}.topbar{position:sticky;top:0;z-index:50;background:var(--green);padding:10px 12px}.topbarInner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:10px}.topBrand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:900;min-width:0;flex:0 0 auto}.topTitle{display:none}.topSearch{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.topSearchInput{width:100%;max-width:360px;height:38px;border-radius:999px;border:none;outline:none;padding:0 14px;font-weight:800;background:#ffffffeb}.topSearchBtn{width:40px;height:40px;margin-left:-42px;border-radius:999px;border:none;background:transparent;cursor:pointer;font-size:18px}.topRight{display:flex;align-items:center;gap:10px;flex:0 0 auto}@media (max-width: 520px){.topSearchInput{max-width:240px}}.shopGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media (max-width: 420px){.shopGrid{gap:12px}}.topbar{position:sticky;top:0;z-index:50;background:var(--green);padding:8px 12px}.topbarInner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:12px}.topLogo{height:60px;width:auto}
