:root{--bg:#070A14;--card:#101425;--card2:#151A2A;--border:#1E253D;--border2:#2A324A;--orange:#FF6F00;--orange2:#ff7f1a;--text:#fff;--muted:#8A90A6;--green:#22c55e}
*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}
.header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}
.logo-area{display:flex;align-items:center;gap:10px}#logo{height:32px;object-fit:contain;display:none}#logoPh{font-weight:900;font-size:20px;letter-spacing:.5px}#logoPh span{color:var(--orange)}
.top-badges{display:none;gap:8px}.badge{font-size:10px;padding:6px 10px;border-radius:20px;border:1px solid var(--border);color:var(--muted);display:flex;align-items:center;gap:6px}.badge.orange{border-color:var(--orange);color:var(--orange)}
.nav-right{display:flex;gap:8px}.btn{padding:8px 14px;border-radius:9px;border:none;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.btn-login{background:var(--card2);color:#fff;border:1px solid var(--border2)}.btn-cart{background:var(--orange);color:#000}
.banner-wrap{position:relative;margin:12px;border-radius:16px;overflow:hidden;background:#000;min-height:220px;border:1px solid var(--border)}.banner-wrap img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.banner-overlay{position:relative;z-index:2;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;min-height:220px;background:linear-gradient(90deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.2) 100%)}
.badge-new{font-size:10px;background:var(--orange);color:#000;padding:4px 8px;border-radius:4px;font-weight:800;width:fit-content;margin-bottom:10px}
.banner-title{font-size:22px;font-weight:900;line-height:1.1}.banner-title span{color:var(--muted);font-size:13px;font-weight:400;display:block;margin-top:4px}
.btn-comprar{margin-top:14px;background:var(--orange);color:#000;padding:10px 18px;border-radius:8px;font-weight:800;font-size:13px;width:fit-content;border:none;cursor:pointer}
.btn-play-big{position:absolute;right:30%;top:50%;transform:translateY(-50%);z-index:2;width:64px;height:64px;background:var(--orange);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px rgba(255,111,0,0.4)}.btn-play-big svg{width:32px;height:32px;fill:#000}
.section{padding:16px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-head h3{font-size:13px;letter-spacing:.8px;font-weight:800;color:var(--muted)}
.cats{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.cats::-webkit-scrollbar{display:none}.cat{min-width:74px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;flex-shrink:0}.cat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.cat-name{font-size:10px;text-align:center;color:var(--muted)}
.products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.prod{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;position:relative}.prod-img{height:100px;background:#0E1220;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.prod-img img{width:100%;height:100%;object-fit:cover}.prod-img .play{position:absolute;bottom:8px;right:8px;width:32px;height:32px;background:var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center}.prod-img .play svg{width:16px;height:16px;fill:#000}.prod-info{padding:10px}.prod-name{font-size:11px;font-weight:700;line-height:1.3;min-height:28px}.prod-price{font-size:13px;font-weight:900;margin-top:6px}.prod-price small{color:var(--muted);font-weight:400;font-size:10px}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.info-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px}.info-card h4{font-size:10px;color:var(--orange);letter-spacing:.6px;margin-bottom:10px}.info-card .row{display:flex;gap:8px;margin-bottom:8px;align-items:center;font-size:11px;color:var(--muted)}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;margin:16px}.card input, .card select{width:100%;padding:11px;border-radius:10px;border:1px solid var(--border2);background:#0E1220;color:#fff;margin-top:8px}.card button{background:var(--orange);color:#000;border:none;padding:12px;border-radius:10px;font-weight:800;width:100%;cursor:pointer;margin-top:10px}.stat{display:inline-block;background:#0E1220;border:1px solid var(--border);padding:8px 12px;border-radius:10px;margin:6px 6px 0 0;font-size:12px}
@media(min-width:768px){.header{padding:16px 24px}#logo{height:38px}.banner-wrap{min-height:300px;margin:16px 24px}.banner-overlay{min-height:300px;padding:28px}.banner-title{font-size:32px}.btn-play-big{width:84px;height:84px;right:35%}.btn-play-big svg{width:42px;height:42px}.section{padding:20px 24px}.products{grid-template-columns:repeat(3,1fr);gap:12px}.prod-img{height:130px}.top-badges{display:flex}}
@media(min-width:1024px){.banner-wrap{min-height:380px;margin:20px 32px}.banner-overlay{min-height:380px;padding:36px}.banner-title{font-size:42px}.section{padding:24px 32px}.products{grid-template-columns:repeat(6,1fr)}.info-grid{grid-template-columns:repeat(4,1fr)}.prod-img{height:110px}}
