:root{--ink:#2c241d;--muted:#8b8177;--line:#eee6dd;--cream:#fffaf5;--surface:#fff;--orange:#f05a28;--orange-soft:#fff0e8;--shadow:0 18px 42px #4a2f1e22}*{box-sizing:border-box}body{margin:0;background:#f4efe8;color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",sans-serif}.prototype-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:72px;padding:36px}.prototype-note{width:270px}.prototype-note span{font-size:11px;letter-spacing:1.5px;color:var(--orange);font-weight:800}.prototype-note h1{font-size:32px;margin:12px 0 8px}.prototype-note p,.prototype-note li{color:var(--muted);line-height:1.7}.phone{width:390px;height:820px;overflow:hidden;position:relative;background:var(--cream);border:8px solid #2d2927;border-radius:38px;box-shadow:var(--shadow)}.app-header{height:74px;padding:19px 18px 10px;display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:11px;color:var(--orange);font-weight:700;margin:0}.app-header strong{font-size:15px}.icon-button{border:0;background:#fff;border-radius:50%;width:36px;height:36px;font-size:20px}.delivery-strip{margin:0 14px;padding:9px 12px;background:#f5e8dc;color:#744a30;border-radius:9px;font-size:12px}.view{height:655px;overflow-y:auto;padding:14px 14px 94px;scrollbar-width:none}.banner{min-height:148px;border-radius:18px;padding:18px;background:#f05a28;color:#fff}.banner h2{font-size:24px;margin:10px 0}.banner button,.solid-button{border:0;border-radius:20px;background:#fff;color:var(--orange);padding:9px 13px;font-weight:800}.section-title{margin:20px 0 10px;display:flex;justify-content:space-between;font-size:16px}.section-title small{color:var(--muted);font-weight:400}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.quick{border:0;background:#fff;border-radius:12px;padding:10px 4px;font-size:12px}.quick i{font-style:normal;font-size:21px;display:block}.campaign{background:#fff0d6;padding:14px;border-radius:14px;display:flex;justify-content:space-between;align-items:center}.campaign span{display:block;color:#8d5a12;font-size:12px}.campaign button{border:0;background:#f49c1e;color:white;border-radius:14px;padding:8px}.product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;position:relative}.product-image{height:96px;padding:10px;font-size:42px;display:grid;place-items:center;background:var(--cream)}.tag{position:absolute;top:7px;left:7px;background:var(--orange-soft);color:var(--orange);font-size:10px;border-radius:8px;padding:3px 6px;font-weight:700}.product-content{padding:9px}.product-name{font-size:13px;font-weight:800;line-height:1.35;min-height:35px}.product-spec,.price-ref{font-size:10px;color:var(--muted);margin:3px 0}.product-foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:6px}.price{color:var(--orange);font-weight:900;font-size:17px}.price em{font-style:normal;font-size:10px}.add{width:26px;height:26px;border:0;border-radius:50%;background:var(--orange);color:#fff;font-size:20px}.chip{border:1px solid var(--line);background:#fff;border-radius:16px;padding:7px 10px;font-size:12px}.search{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;margin-bottom:11px;font:inherit;background:#fff}.category-layout{display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px;align-items:start}.category-rail{display:flex;flex-direction:column;gap:7px;position:sticky;top:0}.category-rail-item{border:0;border-radius:9px;background:#f6f0ea;color:#74695f;padding:11px 4px;font-size:12px}.category-rail-item.active{background:var(--orange);color:#fff;font-weight:800}.category-results .section-title{margin-top:2px}.category-results .product-list{grid-template-columns:1fr}.category-results .product{display:grid;grid-template-columns:74px 1fr;min-height:106px}.category-results .product-image{height:auto;font-size:33px}.category-results .product-name{min-height:auto}.category-results .tag{left:80px}.floating-cart{position:absolute;right:16px;bottom:76px;border:0;background:#27201b;color:#fff;border-radius:24px;min-height:46px;padding:0 12px;display:flex;gap:7px;align-items:center;box-shadow:0 10px 24px #22191355;z-index:3;font-size:12px}.floating-cart b{background:var(--orange);border-radius:10px;padding:2px 5px}.tabbar{height:68px;position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr)}.tabbar button{border:0;background:#fff;color:#93887d;font-size:19px}.tabbar span{display:block;font-size:11px}.tabbar button.active{color:var(--orange)}.profile-card,.order-row,.profile-menu{background:#fff;border-radius:15px;padding:14px;margin-top:12px}.profile-card{display:flex;gap:11px}.avatar{width:42px;height:42px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center}.order-row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.order-row button,.profile-menu button{border:0;background:transparent;color:var(--ink);font-size:11px}.order-row b{display:block;color:var(--orange);font-size:19px}.profile-menu button{width:100%;text-align:left;padding:12px;border-bottom:1px solid var(--line)}.drawer{position:fixed;z-index:10;left:50%;bottom:0;transform:translate(-50%,110%);width:min(390px,100vw);background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -14px 38px #28190f33;padding:16px;transition:transform .25s}.drawer.open{transform:translate(-50%,0)}.drawer-head,.cart-item,.checkout-bar{display:flex;justify-content:space-between;align-items:center}.drawer-head button,.quantity button{border:0;background:none}.cart-item{gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.cart-item .grow{flex:1}.cart-item strong{display:block;font-size:13px}.cart-item small{color:var(--muted)}.quantity{display:flex;gap:8px;align-items:center}.checkout-bar{padding-top:12px}.checkout{border:0;background:var(--orange);color:#fff;border-radius:18px;padding:11px 16px}.scrim{position:fixed;inset:0;background:#1d130d66;z-index:19;display:grid;place-items:center;padding:18px}.modal{width:min(356px,100%);background:#fff;border-radius:20px;padding:20px}.modal p{font-size:13px;color:var(--muted);line-height:1.6}.modal input,.modal select{width:100%;border:1px solid var(--line);border-radius:9px;padding:10px}.modal-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:18px}.modal-actions button{border:0;border-radius:10px;padding:10px 14px}.secondary{background:#f3eee8}.primary{background:var(--orange);color:#fff}.notice,.quote{padding:11px;border-radius:10px;background:#e9f5ef;color:#1d6b50;font-size:12px}@media(max-width:700px){.prototype-note{display:none}.prototype-shell{padding:0}.phone{width:100%;height:100vh;border:0;border-radius:0}.view{height:calc(100vh - 165px)}.drawer{width:100%}}
