
:root{--orange:#f4511e;--bg:#f3f3f3;--ink:#101010;--muted:#777;--line:#dedede;--card:#fff}
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);font-family:Arial,Helvetica,sans-serif;color:var(--ink)}
body{min-height:100vh}.topbar{height:66px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px;position:sticky;top:0;z-index:20;border-bottom:1px solid #e8e8e8}
.logo{font-weight:900;font-style:italic;font-size:20px;letter-spacing:-1.2px;cursor:pointer}.logo span{color:var(--orange)}.logo em{font-size:8px;font-style:normal;margin-left:2px}.iconbtn{border:0;background:none;font-size:22px}
.view{padding:13px 13px 94px;max-width:720px;margin:auto}.loading,.empty{padding:48px 18px;text-align:center;color:#777}
.hero{height:265px;overflow:hidden;position:relative;background:#151515;border-radius:3px}.hero img{width:100%;height:100%;object-fit:cover;opacity:.78}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.04) 72%)}
.heroCopy{position:absolute;z-index:2;left:17px;right:17px;bottom:17px;color:#fff}.heroCopy h1{font-size:28px;line-height:1;margin:0 0 12px;font-weight:900;text-transform:uppercase;letter-spacing:-.7px}.searchbar{background:#fff;color:#777;padding:14px;border-radius:3px;font-size:14px}
.grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 0 23px}.cat{background:#fff;border:1px solid #e2e2e2;min-height:76px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:11px;cursor:pointer}.cat svg{width:24px;height:24px;margin-bottom:7px;stroke:#111;fill:none;stroke-width:1.8}
.sectionHead{display:flex;justify-content:space-between;align-items:center;margin:17px 1px 9px}.sectionHead h2{font-size:17px;margin:0;text-transform:uppercase}.sectionHead a{color:var(--orange);font-size:11px;font-weight:bold;cursor:pointer}
.cards{display:grid;grid-template-columns:1fr;gap:10px}.card{background:#fff;border:1px solid var(--line);overflow:hidden;cursor:pointer}.card img,.card .noimg{width:100%;height:205px;object-fit:cover;background:#ddd}.imgwrap{position:relative}.heart{position:absolute;right:9px;top:9px;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.94);font-size:20px}.cardBody{padding:11px 12px}.card h3{font-size:16px;margin:0 0 6px}.meta{font-size:11px;color:var(--muted)}.price{font-size:19px;font-weight:900;margin-top:8px}
.bottom{position:fixed;left:0;right:0;bottom:0;height:76px;background:#fff;border-top:1px solid #ddd;display:grid;grid-template-columns:repeat(5,1fr);z-index:30;padding-bottom:env(safe-area-inset-bottom)}.bottom button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#555}.bottom b{font-size:21px}.bottom small{font-size:9px}.bottom .active{color:var(--orange)}.bottom .create b{background:var(--orange);color:#fff;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin-top:-17px}
.pageTitle{display:flex;align-items:center;gap:10px;margin:2px 0 14px}.pageTitle h1{font-size:20px;margin:0}.back{border:0;background:none;font-size:25px}.tabs{display:flex;gap:5px;overflow:auto;margin-bottom:12px}.tabs button{border:1px solid #ddd;background:#fff;padding:9px 11px;white-space:nowrap}.tabs .active{background:#111;color:#fff}
.filterbox{background:#fff;border:1px solid #ddd;padding:13px}.field{margin-bottom:10px}.field label{font-size:10px;color:#666;display:block;margin-bottom:4px}.field input,.field select{width:100%;padding:13px;border:1px solid #d8d8d8;background:#fff;font-size:14px}.row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.primary{width:100%;border:0;background:var(--orange);color:#fff;padding:14px;font-weight:800;font-size:14px}.secondary{border:1px solid #111;background:#fff;padding:11px 13px;font-weight:bold}
.resultbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.resultbar strong{font-size:15px}.detailHero{margin:-13px -13px 0;height:330px;background:#222}.detailHero img{width:100%;height:100%;object-fit:cover}.detailBox{background:#fff;margin:-12px 0 10px;position:relative;padding:15px;border:1px solid #ddd}.specs{display:grid;grid-template-columns:repeat(4,1fr);margin:14px -15px;background:#eee;gap:1px}.spec{background:#fff;text-align:center;padding:11px 3px;font-size:9px}.spec b{display:block;font-size:11px;margin-bottom:3px}.desc{font-size:13px;line-height:1.55;color:#444}
.accountHead,.wallet,.menu{background:#fff;border:1px solid #ddd}.accountHead{padding:15px;display:flex;gap:12px;align-items:center}.avatar{width:52px;height:52px;border-radius:50%;background:#ddd}.menu{margin-top:10px}.menu div{padding:15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;font-size:13px}.wallet{margin-top:10px;padding:15px}.wallet strong{font-size:20px}
@media(min-width:620px){.cards{grid-template-columns:1fr 1fr}.hero{height:340px}}
