:root{--red:#e94e38;--ink:#222018;--cream:#f7f4ec;--green:#56725a;--muted:#837e73;--line:#e8e1d6}*{box-sizing:border-box}body{margin:0;background:#ddd6ca;color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",sans-serif}.app-shell{min-height:100vh;max-width:520px;margin:auto;background:var(--cream);padding-bottom:92px;box-shadow:0 0 40px #81786a45}.topbar{padding:24px 20px 12px;background:#fff}.member{display:flex;align-items:center;gap:10px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:white;font-family:serif;font-weight:700}.member strong,.member small{display:block}.member small{color:var(--muted);font-size:11px;margin-top:2px}.location{float:right;margin-top:-38px;border:0;background:#f4f0e8;padding:8px 10px;border-radius:99px;font-size:12px}.search{display:flex;margin-top:18px;border:1.5px solid var(--ink);border-radius:8px;overflow:hidden;height:43px;align-items:center}.search span{font-size:24px;margin:0 9px}.search input{border:0;outline:0;flex:1;min-width:0}.search button{align-self:stretch;border:0;background:var(--ink);color:white;padding:0 17px}.chips{display:flex;gap:8px;overflow:auto;margin-top:13px}.chips button{border:0;background:transparent;padding:5px 9px;white-space:nowrap}.chips .active{color:var(--red);font-weight:700;border-bottom:2px solid var(--red)}main{padding:0 16px 20px}.hero{margin:16px 0 10px;border-radius:16px;padding:25px 21px;background:linear-gradient(125deg,#f8dec1,#f5b899);min-height:218px;display:flex;overflow:hidden}.hero>div:first-child{position:relative;z-index:2}.eyebrow{font-size:10px;letter-spacing:1px}.hero h1{font-family:serif;font-size:31px;line-height:1.15;margin:10px 0 8px}.hero h1 em{color:var(--red);font-style:normal}.hero p{font-size:11px}.primary,.hero button{border:0;background:var(--ink);color:#fff;padding:11px 15px;border-radius:6px}.hero-art{position:relative;flex:1}.hero-art span{position:absolute;font-size:60px;filter:drop-shadow(0 8px 9px #8b503b50)}.hero-art span:nth-child(1){right:-12px;top:17px;font-size:88px}.hero-art span:nth-child(2){right:58px;top:85px}.hero-art span:nth-child(3){right:-2px;top:106px}.notice{display:flex;align-items:center;background:#fff;padding:11px;border-radius:8px;font-size:11px;gap:10px}.notice b{color:var(--red)}.notice span{flex:1;color:#686259;white-space:nowrap;overflow:hidden}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}.quick-grid button{border:0;background:transparent;padding:0}.quick-grid i{display:grid;place-items:center;margin:auto;width:50px;height:50px;border-radius:18px;font-style:normal;font-size:25px}.quick-grid b,.quick-grid small{display:block;margin-top:5px}.quick-grid b{font-size:12px}.quick-grid small{font-size:9px;color:var(--muted)}.coral{background:#f9d1c8}.green{background:#dbe8d8}.gold{background:#f2e2b7}.blue{background:#d5e4ea}.coupon-strip{display:flex;align-items:center;background:var(--red);color:#fff;border-radius:13px;padding:14px 16px}.coupon-strip div{flex:1}.coupon-strip span,.coupon-strip b,.coupon-strip small{display:block}.coupon-strip span{font-size:9px}.coupon-strip b{font-size:18px;margin:2px 0}.coupon-strip small{font-size:9px;opacity:.8}.coupon-strip button{border:0;border-radius:99px;background:#fff;color:var(--red);padding:8px 12px;font-weight:700}.section{margin-top:25px}.section-title{display:flex;justify-content:space-between;align-items:end}.section-title small{color:var(--red);font-size:8px;letter-spacing:1px}.section-title h2{font-family:serif;margin:2px 0;font-size:23px}.section-title button{border:0;background:none;font-size:11px}.products{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:12px}.product{background:#fff;border-radius:12px;overflow:hidden}.product .pic{height:125px;display:grid;place-items:center;font-size:64px;background:#e9e2d5}.product .info{padding:10px}.product b{display:block;font-size:13px}.product small{color:var(--muted)}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.price{color:var(--red);font-weight:800}.add{border:0;background:var(--red);color:white;width:27px;height:27px;border-radius:50%;font-size:18px}.service-card{margin:24px 0 5px;background:var(--green);color:white;border-radius:16px;padding:20px;display:flex}.service-card>div:first-child{flex:1}.service-card small{color:#d5e1d5}.service-card h2{font-family:serif;margin:5px 0}.service-card p{font-size:11px}.service-card button{border:1px solid white;background:transparent;color:#fff;padding:8px 13px;border-radius:6px}.service-icon{font-size:65px;display:grid;place-items:center}.bottom-nav{position:fixed;z-index:10;bottom:0;left:50%;transform:translateX(-50%);max-width:520px;width:100%;height:75px;background:#fff;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -4px 20px #4d453b15;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav button{border:0;background:none;color:#8c877e;font-size:10px;position:relative}.bottom-nav span{display:block;font-size:20px;margin-bottom:3px}.bottom-nav .active{color:var(--red)}.bottom-nav .home span{margin:-27px auto 3px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:var(--red);border:6px solid var(--cream);color:#fff;font-family:serif;font-size:22px}.bottom-nav i{position:absolute;top:8px;right:20px;background:var(--red);color:white;border-radius:50%;font-style:normal;width:15px;height:15px;line-height:15px}.page-head{padding:24px 4px 12px}.page-head small{color:var(--red);letter-spacing:1px}.page-head h1{font-family:serif;margin:5px 0}.filter-row{display:flex;gap:8px;overflow:auto;margin-bottom:15px}.filter-row button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:8px 13px;border-radius:99px}.filter-row .active{background:var(--ink);color:#fff}.empty-card,.profile-card,.cart-card,.feature-list{background:#fff;border-radius:14px;padding:18px;margin-bottom:12px}.category-layout{display:grid;grid-template-columns:88px 1fr;gap:10px}.category-menu button{display:block;width:100%;border:0;background:transparent;padding:14px 5px;color:var(--muted)}.category-menu .active{background:#fff;color:var(--red);font-weight:700;border-radius:8px}.feature-list button{display:flex;width:100%;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:14px 0}.feature-list button:last-child{border:0}.feature-list i{font-size:28px;font-style:normal}.feature-list span{flex:1}.feature-list small{display:block;color:var(--muted);margin-top:3px}.profile-card{background:var(--ink);color:#fff}.profile-card .avatar{width:56px;height:56px;float:left;margin-right:12px}.profile-card h2{margin:5px 0}.profile-card p{color:#c6c0b7}.stats{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;background:#fff;border-radius:12px;padding:15px}.stats b,.stats small{display:block}.stats small{color:var(--muted);font-size:10px;margin-top:4px}.cart-card{display:flex;gap:12px;align-items:center}.cart-card .pic{font-size:43px}.cart-card .detail{flex:1}.cart-card h3{margin:0 0 6px;font-size:14px}.cart-card small{color:var(--muted)}.checkout{position:sticky;bottom:82px;background:var(--ink);color:#fff;padding:13px;border-radius:12px;display:flex;align-items:center}.checkout b{flex:1}.checkout button{border:0;background:var(--red);color:#fff;padding:11px 18px;border-radius:8px}.developer{text-align:center;color:#928b7f;font-size:10px;padding:28px 0 6px;line-height:1.7}@media(min-width:700px){body{padding:25px 0}.app-shell{min-height:calc(100vh - 50px);border-radius:20px;overflow:hidden}.bottom-nav{bottom:25px;border-radius:0 0 20px 20px}}
