html, body { margin:0; padding:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background:#0b1220; color:#fff; }
#mobile-only-warning { display:none; padding:16px; text-align:center; }
@media (min-width: 769px) {
  #mobile-only-warning { display:block; }
  #app { display:none; }
}
.mobile { padding:12px; }
.hero { text-align:center; padding:20px; background:linear-gradient(135deg, #101936 0%, #0b1220 60%); border-radius:14px; }
.hero { position:relative; overflow:hidden; }
.hero::after { content:""; position:absolute; right:-40px; top:-40px; width:200px; height:200px; background:radial-gradient(closest-side, rgba(10,132,255,0.25), transparent 70%); border-radius:50%; }
.hero h1 { font-size:22px; margin:4px 0; }
.hero p { color:#cfd6e6; }
.hero .trust { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin-top:8px; }
.hero .trust span { background:#111a33; color:#dbe3f4; padding:6px 10px; border:1px solid #203055; border-radius:999px; font-size:12px; }
.card { background:#111a33; border:1px solid #203055; border-radius:14px; padding:14px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); margin-bottom:12px; }
.grid { display:grid; grid-template-columns: 1fr; gap:12px; }
.product { display:block; text-decoration:none; color:#fff; cursor:pointer; }
.product .info { margin-top:10px; }
.product .info strong { font-size:16px; display:block; }
.product .info ul { color:#cfd6e6; }
.product:hover { transform: translateY(-1px); transition: transform .15s ease; }
.price { font-weight:800; color:#43d69e; letter-spacing:-0.2px; font-size:18px; }
.price-regular { color:#96a2bd; text-decoration:line-through; margin-left:8px; letter-spacing:-0.1px; }
.badge { display:inline-block; padding:4px 8px; background:#203055; color:#dbe3f4; border-radius:999px; margin-left:8px; font-size:12px; }
.chips { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; }
.chip { background:#111a33; color:#dbe3f4; border:1px solid #203055; border-radius:999px; padding:6px 10px; font-size:12px; }
.chip.active { background:#0a84ff; color:#fff; border-color:#0a84ff; box-shadow: 0 6px 12px rgba(10,132,255,0.25); }
.chip:active { transform: translateY(1px); }
label { display:block; margin:8px 0; }
input, select, textarea { width:100%; padding:10px; border:1px solid #203055; background:#0b1220; color:#fff; border-radius:10px; font-size:16px; }
button.primary { width:100%; background:#0a84ff; color:#fff; border:none; border-radius:12px; padding:12px; font-size:16px; box-shadow: 0 8px 16px rgba(10,132,255,0.25); }
button.primary:disabled { background:#3c5a8f; }
#order-result { margin-top:8px; color:#43d69e; font-weight:600; }
.foot { text-align:center; padding:20px; color:#96a2bd; }

.modal { position: fixed; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,0.6); display:flex; align-items:flex-end; justify-content:center; padding:12px; }
.modal-content { width:100%; max-width: 560px; background:#111a33; border:1px solid #203055; border-radius:16px 16px 0 0; padding:16px; }
.modal-content h3 { margin:0 0 8px 0; }
.thumb { position:relative; width:100%; height:220px; border-radius:16px; overflow:hidden; border:1px solid #203055; box-shadow: 0 10px 20px rgba(0,0,0,0.35); }
.thumb { background:linear-gradient(135deg,#0b1220,#101936); }
.thumb-track { display:flex; height:100%; overflow-x:auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.thumb-track::-webkit-scrollbar { display:none; }
.thumb-slide { min-width:100%; height:100%; scroll-snap-align: start; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#0b1220,#101936); }
.thumb-slide img { max-width:96%; max-height:96%; object-fit:contain; display:block; }
.sticker { position:absolute; left:8px; top:8px; background:#ffb702; color:#111; padding:6px 10px; border-radius:999px; font-size:12px; font-weight:700; }
.badge-img { position:absolute; right:8px; top:8px; width:68px; height:68px; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5)); }
.muted { color:#96a2bd; }
.thumb-dots { position:absolute; bottom:8px; left:0; right:0; display:flex; justify-content:center; gap:6px; }
.thumb-dots .dot { width:6px; height:6px; border-radius:50%; background:#2a3558; transform:scale(1); transition:transform .2s ease, background .2s ease; }
.thumb-dots .dot.active { background:#0a84ff; transform:scale(1.4); }

.skeleton { background: linear-gradient(90deg, #101936 25%, #152040 50%, #101936 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.mini-thumbs { display:flex; gap:8px; margin-top:8px; justify-content:center; }
.mini-thumb { width:42px; height:42px; border-radius:8px; border:1px solid #203055; background:#101936; display:flex; align-items:center; justify-content:center; overflow:hidden; opacity:0.7; }
.mini-thumb img { width:100%; height:100%; object-fit:cover; }
.mini-thumb.active { opacity:1; outline:2px solid #0a84ff; }
.floating-whatsapp { position: fixed; right:12px; bottom:12px; z-index: 9999; display:flex; align-items:center; gap:8px; height:44px; padding:10px 12px; background:#25D366; color:#fff; border-radius:999px; border: none; text-decoration:none; box-shadow: 0 10px 18px rgba(0,0,0,0.35); }
.floating-whatsapp svg { width:20px; height:20px; }
.floating-whatsapp:active { transform: translateY(1px); }
.floating-whatsapp-label { position: fixed; right:72px; bottom:20px; z-index: 10000; color:#dbe3f4; opacity:0.7; pointer-events:none; font-weight:600; }
/* product detail top bar */
.topbar { position: fixed; top:0; left:0; right:0; height:44px; display:flex; align-items:center; justify-content:center; background:#0b1220; color:#dbe3f4; z-index: 10000; }
.topbar .back { position:absolute; left:8px; top:6px; padding:6px 8px; border:1px solid #203055; border-radius:8px; color:#dbe3f4; text-decoration:none; }
.topbar .brand { color:#dbe3f4; text-decoration:none; font-weight:700; text-transform: uppercase; }
.topbar + .mobile { margin-top:52px; }