:root{--bg:#0d0e0e;--panel:#171919;--panel2:#202222;--text:#f7f7f4;--muted:#a9aaa6;--gold:#d8aa43;--gold2:#f0c45e;--danger:#ee5b5b;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#201a0e 0,#0d0e0e 33%,#0a0b0b 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.app{max-width:760px;margin:0 auto;min-height:100vh;background:rgba(10,11,11,.88);box-shadow:0 0 80px rgba(0,0,0,.55)}.hero{position:sticky;top:0;z-index:20;padding:20px 18px 14px;background:linear-gradient(180deg,rgba(10,11,11,.98),rgba(10,11,11,.93) 80%,rgba(10,11,11,.2));backdrop-filter:blur(12px)}.brand-row{display:flex;align-items:center;gap:12px}.logo{width:54px;height:54px;border-radius:16px;object-fit:cover;background:#1c1d1d;border:1px solid rgba(216,170,67,.25)}.brand-copy{flex:1}.brand-copy h1{font-size:21px;margin:0;font-weight:800;letter-spacing:.2px}.brand-copy p{margin:3px 0 0;color:var(--muted);font-size:13px}.search{margin-top:15px;display:flex;gap:10px;background:#1a1c1c;border:1px solid #272a2a;border-radius:15px;padding:0 13px;align-items:center}.search span{opacity:.7}.search input{width:100%;padding:14px 0;border:0;outline:0;background:transparent;color:white;font-size:15px}.search input::placeholder{color:#777}.content{padding:6px 16px 36px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:17px 2px 10px}.section-title h2{font-size:18px;margin:0}.section-title small{color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{border:1px solid #282b2b;background:linear-gradient(145deg,#1d1f1f,#151717);border-radius:16px;padding:15px;display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none;transition:.2s;cursor:pointer}.category-card:active,.category-card.active{transform:scale(.985);border-color:rgba(216,170,67,.65);box-shadow:0 0 0 1px rgba(216,170,67,.1) inset}.category-icon{font-size:24px;width:38px;height:38px;display:grid;place-items:center;background:#101111;border-radius:11px}.category-name{font-size:14px;font-weight:700}.product-list{display:grid;grid-template-columns:1fr;gap:13px}.product{overflow:hidden;border:1px solid #272929;border-radius:18px;background:#151717;box-shadow:0 12px 26px rgba(0,0,0,.18)}.product-media{position:relative;aspect-ratio:16/10;background:#222;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.product:hover .product-media img{transform:scale(1.03)}.sold{position:absolute;right:10px;top:10px;background:rgba(0,0,0,.78);color:#fff;border:1px solid rgba(255,255,255,.12);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.product-body{padding:13px 14px 15px}.product-top{display:flex;gap:12px;align-items:flex-start}.product-name{font-weight:800;font-size:17px;flex:1}.price{color:var(--gold2);font-weight:900;font-size:17px;white-space:nowrap}.desc{color:#b7b8b4;font-size:13px;line-height:1.5;margin-top:6px}.empty{padding:35px 18px;text-align:center;color:#aaa;border:1px dashed #333;border-radius:18px}.footer{padding:28px 16px 36px;text-align:center;color:#777;font-size:12px}.modal{position:fixed;inset:0;z-index:100;display:none;align-items:flex-end;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.modal.show{display:flex}.modal-card{width:min(760px,100%);margin:0 auto;background:#111313;border-radius:24px 24px 0 0;max-height:92vh;overflow:auto;border:1px solid #292b2b;animation:up .22s ease}.modal-image{width:100%;aspect-ratio:16/10;object-fit:cover}.modal-content{padding:18px}.modal-head{display:flex;justify-content:space-between;gap:10px}.modal-title{font-size:22px;font-weight:900}.modal-price{font-size:21px;color:var(--gold2);font-weight:900}.close{position:absolute;right:14px;top:14px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.7);color:white;font-size:22px;cursor:pointer}.modal-image-wrap{position:relative}.modal-desc{color:#c2c3bf;line-height:1.6;margin-top:10px}.gold-line{height:1px;background:linear-gradient(90deg,transparent,rgba(216,170,67,.8),transparent);margin:18px 0}.no-scroll{overflow:hidden}@keyframes up{from{transform:translateY(30px);opacity:.5}to{transform:none;opacity:1}}@media(min-width:620px){.categories{grid-template-columns:repeat(3,1fr)}.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.app{margin:28px auto;border-radius:26px;overflow:hidden;min-height:calc(100vh - 56px)}}
