:root{--ink:#15221d;--muted:#718079;--line:#e8ece8;--bg:#f6f7f3;--white:#fff;--lime:#d7ff5e;--deep:#142b22;--orange:#ff714c;--yellow:#ffcb45;--shadow:0 12px 35px #1d332009}*{box-sizing:border-box}body{margin:0;background:#edf0e9;color:var(--ink);font-family:Manrope,"Noto Sans SC",sans-serif;font-size:14px}.app-shell{max-width:480px;margin:auto;min-height:100vh;background:var(--bg);position:relative;padding-bottom:82px;overflow:hidden}.topbar{height:70px;display:flex;padding:20px 18px 10px;justify-content:space-between;align-items:center;background:#fbfcf9}.brand,.header-action,button{border:0;background:none;font:inherit;color:inherit;cursor:pointer}.brand{font-weight:800;font-size:18px;display:flex;gap:8px;align-items:center;letter-spacing:-.7px}.brand em{font-style:normal;color:#99b72d}.brand-mark{width:27px;height:27px;background:var(--deep);color:var(--lime);border-radius:9px;display:grid;place-items:center;font-family:DM Mono;font-size:14px}.header-action{font-size:12px;font-weight:700;background:#eff4dc;padding:8px 10px;border-radius:10px}.header-action i{font-style:normal;color:#91ad24}.page{animation:in .25s ease}@keyframes in{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}.home-hero{padding:16px 18px 20px;background:#fbfcf9}.eyebrow{font-size:11px;font-family:DM Mono;letter-spacing:.8px;color:#91a14c;text-transform:uppercase}.hero-title{font-size:27px;line-height:1.28;letter-spacing:-1.5px;font-weight:800;margin:7px 0 15px}.hero-title strong{background:var(--lime);padding:0 4px}.search{height:45px;border:1px solid #dfe5dc;border-radius:13px;background:white;display:flex;align-items:center;gap:9px;padding:0 13px;color:#819087}.search input{border:0;outline:0;background:transparent;flex:1;font:inherit;color:var(--ink)}.platforms{padding:13px 18px 5px;display:flex;gap:8px;overflow:auto;scrollbar-width:none;background:#fbfcf9}.platforms button{white-space:nowrap;padding:8px 12px;border-radius:10px;font-weight:700;font-size:12px;color:#758078}.platforms button.active{background:var(--deep);color:var(--lime)}.content{padding:16px 18px}.list-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.list-head b{font-size:15px}.sort{font-size:12px;color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:6px 8px;background:white}.products{display:grid;gap:12px}.product{background:#fff;border:1px solid #edf0eb;border-radius:17px;padding:11px;display:grid;grid-template-columns:98px 1fr;gap:12px;box-shadow:var(--shadow)}.product-img{border-radius:12px;min-height:102px;position:relative;overflow:hidden;background:linear-gradient(135deg,#dfe3d9,#b9bcae)}.product-img.p2{background:linear-gradient(135deg,#e8c2ab,#f7edcf)}.product-img.p3{background:linear-gradient(135deg,#1f3437,#719b8d)}.product-img:after{content:"";position:absolute;width:55px;height:55px;border:11px solid #f5f2e4;left:24px;top:17px;border-radius:14px;transform:rotate(25deg);box-shadow:10px 15px 0 #ffffff80}.badge{position:absolute;top:7px;left:7px;background:#152b22;color:#e0ff74;font:10px DM Mono;padding:4px 5px;border-radius:5px;z-index:1}.product-info{min-width:0}.product-name{font-size:14px;font-weight:700;line-height:1.45;margin:1px 0 5px}.product-meta{font-size:11px;color:#89938d}.price-row{margin:9px 0 9px;display:flex;align-items:end;justify-content:space-between}.price{font-size:20px;font-weight:800;letter-spacing:-1px}.price small{font-size:11px;color:var(--muted);text-decoration:line-through;font-weight:500;margin-left:4px}.in-stock{font-size:11px;color:#62a150;background:#eff9eb;padding:3px 5px;border-radius:5px}.out-stock{font-size:11px;color:#e08b6f;background:#fff0ea;padding:3px 5px;border-radius:5px}.card-actions{display:flex;gap:7px}.small-btn{border:1px solid #e3e8e1;padding:6px 8px;border-radius:7px;font-size:11px;font-weight:700}.small-btn.primary{background:var(--deep);border-color:var(--deep);color:var(--lime)}.tabbar{height:71px;position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(480px,100%);display:flex;justify-content:space-around;background:#fffefc;border-top:1px solid var(--line);z-index:4;padding-top:9px}.tabbar button{color:#9ba59f;font-size:11px;display:flex;flex-direction:column;gap:2px;align-items:center;min-width:55px}.tabbar span{font-size:22px;line-height:20px}.tabbar .active{color:var(--deep);font-weight:800}.tabbar .active span{color:#a8c733}.section-title{font-size:24px;letter-spacing:-1px;margin:5px 0 5px}.section-sub{color:var(--muted);font-size:12px;margin:0}.back{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:17px;padding:0}.detail-image{height:238px;margin:16px 0;border-radius:22px;background:linear-gradient(135deg,#2f4540,#c4d0aa);position:relative;overflow:hidden}.detail-image:after{content:"";position:absolute;width:145px;height:145px;border:27px solid #eff1df;border-radius:30px;left:155px;top:44px;transform:rotate(24deg);box-shadow:16px 20px 0 #152b2266}.detail-price{font-size:30px;font-weight:800;margin:4px 0}.chart{height:157px;background:white;border:1px solid var(--line);border-radius:16px;padding:12px;margin:20px 0}.chart-label{font-size:12px;font-weight:700}.chart canvas{width:100%;height:104px}.wide-btn{width:100%;padding:14px;border-radius:13px;background:var(--deep);color:var(--lime);font-weight:800;margin-top:9px}.wide-btn.alt{background:white;color:var(--ink);border:1px solid var(--line)}.profile-card{background:var(--deep);padding:20px;border-radius:19px;color:#fff;margin:18px 0}.avatar{width:50px;height:50px;border-radius:16px;background:#d4ed78;color:var(--deep);display:grid;place-items:center;font-size:22px;font-weight:800}.profile-top{display:flex;gap:12px;align-items:center}.profile-name{font-size:17px;font-weight:800}.profile-note{font-size:11px;color:#aac0b2;margin-top:3px}.vip-chip{display:inline-block;margin-top:13px;background:#324a3d;color:#e2ff82;padding:5px 8px;border-radius:6px;font:11px DM Mono}.menu{background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden}.menu button{width:100%;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-weight:700;text-align:left}.menu button:last-child{border:0}.menu i{font-style:normal;color:#a1aaa5}.login-block{text-align:center;padding:32px 10px}.login-icon{font-size:42px;color:#29b461}.coupon{position:relative;background:#fff1d6;border-radius:15px;padding:15px;margin:15px 0;overflow:hidden;border:1px solid #ffe0a0}.coupon:before,.coupon:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--bg);top:50%;transform:translateY(-50%)}.coupon:before{left:-8px}.coupon:after{right:-8px}.coupon b{font-size:25px;color:#e55932}.coupon span{font-size:11px;color:#ad8168;margin-left:6px}.invite-hero{background:var(--lime);border-radius:20px;padding:21px;margin:16px 0}.invite-hero h2{font-size:23px;line-height:1.35;margin:5px 0 10px;letter-spacing:-1px}.invite-hero p{font-size:12px;margin:0;color:#516023}.code-card{background:white;border:1px dashed #bfd86c;border-radius:12px;margin-top:15px;padding:11px;display:flex;align-items:center;justify-content:space-between}.code{font:700 20px DM Mono;letter-spacing:3px}.rule{background:white;border:1px solid var(--line);border-radius:16px;padding:15px;margin-top:16px}.rule b{font-size:14px}.rule p{font-size:12px;color:var(--muted);line-height:1.75;margin:8px 0 0}.vip-hero{background:linear-gradient(130deg,#172d24,#365346);border-radius:20px;color:white;padding:24px;margin:17px 0}.vip-hero .eyebrow{color:#c6e56a}.vip-hero h2{font-size:27px;line-height:1.25;letter-spacing:-1px;margin:7px 0}.vip-hero p{color:#c5d1cb;font-size:12px}.plans{display:grid;gap:10px}.plan{background:white;border:1px solid var(--line);border-radius:15px;padding:15px;display:flex;align-items:center;justify-content:space-between}.plan.selected{border:2px solid #b1cf3c;background:#fcfff2}.plan b{font-size:16px}.plan small{font-size:11px;color:var(--muted)}.plan-price{font-size:20px;font-weight:800}.empty{text-align:center;padding:100px 25px;color:var(--muted)}.empty .empty-icon{font-size:55px;color:#cad5c9}.empty b{display:block;color:var(--ink);margin:10px}.modal-mask{position:fixed;inset:0;background:#0d191699;z-index:8;display:flex;align-items:end;justify-content:center}.modal{background:#fff;border-radius:23px 23px 0 0;width:min(480px,100%);padding:22px 20px 31px;animation:up .22s ease}@keyframes up{from{transform:translateY(100%)}to{transform:none}}.modal h3{margin:0;font-size:18px}.modal p{font-size:12px;color:var(--muted);line-height:1.6}.copy-box{display:flex;background:#f4f6f2;border-radius:11px;padding:11px;align-items:center;gap:6px;font:12px DM Mono}.copy-box span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy{background:var(--deep);color:var(--lime);padding:7px 9px;border-radius:7px;font:700 11px Manrope}#toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%) translateY(15px);background:#142b22;color:#e3ff85;padding:9px 13px;border-radius:9px;font-size:12px;font-weight:700;opacity:0;transition:.2s;z-index:10;white-space:nowrap}#toast.show{opacity:1;transform:translateX(-50%)}
.avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}

.product-img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.product-img:has(img):after{display:none}
