:root{--ink:#171717;--muted:#6b7280;--brand:#0f766e;--brand2:#f59e0b;--soft:#f4f7f6}
body{color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
.hero{background:linear-gradient(120deg,#ecfeff,#fff7ed);padding:76px 0}
.store-hero{background:linear-gradient(120deg,#ecfeff,#fff7ed);padding:42px 0 64px}
.hero h1{font-size:clamp(2rem,4vw,4.1rem);line-height:1.05;letter-spacing:0}
.store-hero h1{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;letter-spacing:0}
.section-pad{padding:56px 0}
.shop-home{padding:28px 0 56px;background:#f8fafc}
.shop-topbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.shop-topbar h1{font-size:clamp(1.8rem,3vw,3rem);font-weight:800;margin:0}
.shop-topbar p{color:#6b7280;margin:4px 0 0}
.soft-band{background:var(--soft)}
.feature-card,.product-card,.auth-card,.admin-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.product-img{height:220px;object-fit:cover;width:100%;border-radius:8px 8px 0 0}
.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff}
.btn-brand:hover{background:#115e59;border-color:#115e59;color:#fff}
.phone-preview{width:min(280px,80vw);aspect-ratio:9/18;margin:auto;border:12px solid #18181b;border-radius:38px;background:#f8fafc;box-shadow:0 24px 60px rgba(0,0,0,.18);padding:16px;position:relative;overflow:hidden}
.phone-preview:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:78px;height:18px;background:#18181b;border-radius:0 0 14px 14px;z-index:2}
.preview-image{width:100%;height:100%;object-fit:cover;border-radius:24px;background:#e5e7eb}
.whatsapp-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:800;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.22);z-index:30}
.table img.thumb{width:72px;height:72px;object-fit:cover;border-radius:6px}
.deal-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #fde68a;background:#fffbeb;border-radius:8px;padding:12px 14px}
.deal-strip span{background:#111827;color:#fff;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:700}
.deal-strip a{color:#0f766e;font-weight:700;text-decoration:none}
.category-row{display:flex;gap:10px;overflow:auto;padding-bottom:4px}
.category-row a{white-space:nowrap;text-decoration:none;color:#111827;border:1px solid #e5e7eb;border-radius:999px;padding:8px 14px;background:#fff;font-weight:600;font-size:.92rem}
.search-wrap{position:relative;min-width:min(360px,100%)}
.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 16px 34px rgba(0,0,0,.12);z-index:40;overflow:hidden}
.search-suggestions:empty{display:none}
.search-suggestions a{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;color:#111827;text-decoration:none;border-bottom:1px solid #f3f4f6}
.search-suggestions a:hover{background:#f9fafb}
.search-suggestions small{color:#6b7280}
.shop-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}
.shop-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.08)}
.shop-card h3{font-size:1rem;line-height:1.25;margin:0 0 6px}
.shop-card p{color:#6b7280;font-size:.88rem;min-height:42px;margin-bottom:10px}
.shop-art{display:block;position:relative;text-decoration:none}
.shop-art img,.cover-art{height:210px;width:100%;display:grid;place-items:center;object-fit:cover}
.product-zoom{overflow:hidden;border-radius:8px;background:#f8fafc}
.product-zoom img,.product-zoom .cover-art{width:100%;min-height:320px;object-fit:cover;transition:transform .25s ease}
.product-zoom:hover img,.product-zoom:hover .cover-art{transform:scale(1.12)}
.shop-art em{position:absolute;left:10px;top:10px;background:#f59e0b;color:#111827;border-radius:999px;padding:4px 9px;font-size:.75rem;font-style:normal;font-weight:800}
.cover-art b{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);font-size:2.2rem;color:#111827}
.art-1{background:linear-gradient(135deg,#0f766e,#67e8f9)}
.art-2{background:linear-gradient(135deg,#111827,#f59e0b)}
.art-3{background:linear-gradient(135deg,#dc2626,#fecaca)}
.art-4{background:linear-gradient(135deg,#2563eb,#a7f3d0)}
.art-5{background:linear-gradient(135deg,#7c3aed,#f0abfc)}
.art-6{background:linear-gradient(135deg,#0f172a,#94a3b8)}
.art-7{background:linear-gradient(135deg,#16a34a,#fde68a)}
.art-8{background:linear-gradient(135deg,#e11d48,#f97316)}
.price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.price-row strong{font-size:1.05rem}
.price-row del{color:#9ca3af;font-size:.9rem}
.promo-tile{border-radius:8px;padding:22px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}
.promo-tile span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:.82}
.promo-tile strong{font-size:1.35rem;line-height:1.15}
.promo-tile a{color:#fff;font-weight:700}
.promo-tile.dark{background:#111827}.promo-tile.amber{background:#b45309}.promo-tile.teal{background:#0f766e}
.feature-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.feature-pill{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:10px 12px;font-weight:600;font-size:.9rem}
.sales-bar{display:grid;grid-template-columns:110px 1fr 90px;gap:10px;align-items:center;margin:10px 0}
.sales-bar div{height:14px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.sales-bar i{display:block;height:100%;background:#0f766e;border-radius:999px}
.queue-item{border:1px solid #e5e7eb;border-radius:8px;padding:10px;margin:10px 0;background:#f9fafb}
.sidebar{min-height:100vh;background:#111827}
.sidebar a{color:#e5e7eb;text-decoration:none;display:block;padding:.72rem 1rem;border-radius:6px}
.sidebar a:hover,.sidebar a.active{background:#1f2937}
@media (max-width:991px){.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-art img,.cover-art{height:180px}}
@media (max-width:767px){.hero,.store-hero{padding:34px 0}.section-pad{padding:36px 0}.shop-topbar{align-items:flex-start;flex-direction:column}.sidebar{min-height:auto}.deal-strip{align-items:flex-start;flex-direction:column}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-art img,.cover-art{height:150px}.shop-card h3{font-size:.92rem}.shop-card p{display:none}.sales-bar{grid-template-columns:1fr}.sales-bar b{text-align:right}}
