.loja-wrap{ max-width: 1100px; margin:0 auto; padding: 16px; }
.loja-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.loja-title{ margin:0; font-size:28px; }
.loja-sub{ margin-top:6px; color:rgba(255,255,255,.65); font-size:13px; }
.loja-grid{ display:grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap:14px; margin-top:14px; }
.loja-card{ border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius:18px; padding:14px; text-decoration:none; color:inherit; display:flex; flex-direction:column; justify-content:space-between; min-height:140px; }
.loja-card-top{ display:flex; gap:12px; align-items:flex-start; }
.loja-card-icon{ width:42px; height:42px; border-radius:14px; background: rgba(0,0,0,.25); display:flex; align-items:center; justify-content:center; font-size:20px; }
.loja-card-title{ font-weight:1000; font-size:16px; }
.loja-card-sub{ margin-top:4px; color:rgba(255,255,255,.65); font-size:12px; }
.loja-card-foot{ margin-top:14px; font-weight:900; font-size:12px; color:rgba(255,255,255,.8); }
.loja-note{ border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius:18px; padding:14px; }

.tg-shop-wrap{ max-width: 1200px; margin:0 auto; padding: 18px; }
.tg-shop-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.tg-shop-head h1{ margin:0; font-size:26px; }
.tg-shop-sub{ color: rgba(255,255,255,.65); font-size:13px; }
.tg-shop-section{ margin-top:16px; }
.tg-section-title{ font-weight:900; font-size:16px; margin:0 0 10px; }

.tg-offers{ display:grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap:12px; }
.tg-offer-card{ border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius:16px; padding:10px; display:flex; flex-direction:column; gap:8px; }
.tg-offer-thumb{ width:100%; aspect-ratio: 1 / 1; border-radius:14px; background: rgba(0,0,0,.25); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.tg-offer-thumb img{ width:100%; height:100%; object-fit:contain; image-rendering:pixelated; }
.tg-offer-title{ font-weight:900; font-size:12px; color: rgba(255,255,255,.92); line-height:1.1; }
.tg-offer-price{ font-size:12px; color: rgba(255,255,255,.75); }
.tg-offer-card button{ width:100%; }

.tg-collections{ display:grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap:12px; }
.tg-collection-card{ border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius:16px; padding:10px; display:flex; flex-direction:column; gap:10px; }
.tg-collection-preview{ width:240px; height:470px; max-width:100%; margin:0 auto; border-radius:16px; background: rgba(0,0,0,.22); overflow:hidden; display:flex; align-items:center; justify-content:center; }
.tg-collection-preview img{ width:240px; height:470px; object-fit:cover; image-rendering:pixelated; }
.tg-collection-title{ font-weight:900; font-size:14px; }
.tg-collection-sub{ font-size:12px; color: rgba(255,255,255,.65); }
.tg-collection-items{ display:flex; flex-wrap:wrap; gap:6px; }
.tg-chip{ border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.18); padding:6px 8px; border-radius:999px; font-size:12px; cursor:pointer; }
.tg-chip[aria-disabled="true"]{ opacity:.55; cursor:not-allowed; }

.tg-btn{ display:inline-flex; align-items:center; justify-content:center; padding:10px 12px; border-radius:12px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); color: rgba(255,255,255,.92); font-weight:900; cursor:pointer; }
.tg-btn.primary{ background: linear-gradient(90deg, rgba(140,90,255,1), rgba(0,220,255,1)); border:none; color: rgba(0,0,0,.92); }
.tg-btn:disabled{ opacity:.6; cursor:not-allowed; }

/* Modal */
.tg-modal{ position:fixed; inset:0; background: rgba(0,0,0,.62); display:flex; align-items:center; justify-content:center; z-index:9999; padding:14px; }
.tg-modal-card{ width:min(880px, 100%); border-radius:18px; border:1px solid rgba(255,255,255,.14); background: rgba(20,20,20,.95); padding:14px; position:relative; }
.tg-modal-close{ position:absolute; right:10px; top:10px; width:38px; height:38px; border-radius:12px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); color: rgba(255,255,255,.9); font-weight:900; cursor:pointer; }

.tg-preview-grid{ display:grid; grid-template-columns: 280px 1fr; gap:14px; }
@media (max-width: 760px){
  .tg-preview-grid{ grid-template-columns: 1fr; }
  .tg-collection-preview{ width:240px; height:470px; }
}

.tg-preview-avatar-wrap{ width:240px; height:470px; margin:0 auto; border-radius:18px; background: rgba(0,0,0,.24); border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.tg-preview-avatar{ width:240px; height:470px; }

.tg-preview-title{ font-weight:1000; font-size:18px; }
.tg-preview-meta{ margin-top:6px; color: rgba(255,255,255,.72); font-size:13px; }
.tg-preview-actions{ margin-top:14px; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.tg-preview-msg{ font-size:12px; color: rgba(255,255,255,.75); }
.tg-preview-note{ margin-top:10px; font-size:12px; color: rgba(255,255,255,.55); }

/* =========================
   Loja (página única) v2
   ========================= */

.tg-shop2-wrap{ max-width: 1180px; margin: 0 auto; padding: 18px 12px 28px; display:flex; flex-direction:column; gap:18px; }

/* "Shopping" vibe: luzes + vitrine */
.tg-shop2-wrap{ position:relative; }
.tg-shop2-wrap:before{
  content:"";
  position:absolute;
  inset:-40px -10px auto -10px;
  height:220px;
  pointer-events:none;
  background:
    radial-gradient(520px 220px at 15% 30%, rgba(255,255,255,.10), rgba(255,255,255,0) 62%),
    radial-gradient(520px 220px at 55% 20%, rgba(160,120,255,.16), rgba(255,255,255,0) 65%),
    radial-gradient(520px 220px at 92% 28%, rgba(0,220,255,.14), rgba(255,255,255,0) 62%);
  filter: blur(1px);
}
.tg-shop2-wrap:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, rgba(255,255,255,0) 1px, rgba(255,255,255,0) 26px);
  opacity:.16;
  mask-image: radial-gradient(circle at 50% 0%, rgba(0,0,0,1), rgba(0,0,0,0) 68%);
}

.tg-shop2-section{ border:1px solid rgba(255,255,255,.12); border-radius:20px; overflow:hidden; }
.tg-shop2-section{ position:relative; }
.tg-shop2-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,0) 25%, rgba(255,255,255,.06) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,.06));
  opacity:.08;
}
.tg-shop2-section--my{ background: radial-gradient(1200px 420px at 20% 0%, rgba(120,80,255,.30), rgba(0,0,0,0) 55%), rgba(255,255,255,.03); }
.tg-shop2-section--collection{ background: radial-gradient(1200px 420px at 70% 0%, rgba(0,210,255,.22), rgba(0,0,0,0) 55%), rgba(255,255,255,.03); }
.tg-shop2-section--catalog{ background: rgba(255,255,255,.02); }

.tg-shop2-head{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding: 14px 14px 10px; }

.tg-myshop-gender{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin:0 14px 12px; padding:10px 12px; border:1px solid rgba(255,255,255,0.08); border-radius:12px; background: rgba(0,0,0,0.25); }
.tg-myshop-gender-left{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.tg-myshop-gender-label{ font-weight:700; letter-spacing:0.02em; opacity:0.9; }
.tg-myshop-gender-msg{ min-width:160px; font-size:12px; opacity:0.85; }
.tg-myshop-gender-hint{ font-size:12px; opacity:0.65; max-width:320px; text-align:right; }

@media (max-width: 720px){
  .tg-myshop-gender{ flex-direction:column; align-items:stretch; }
  .tg-myshop-gender-hint{ text-align:left; max-width:none; }
}
.tg-shop2-title{
  margin:0;
  font-size:22px;
  font-weight:1000;
  letter-spacing:1.4px;
  text-transform:uppercase;
  position:relative;
  display:inline-block;
  padding-bottom:10px;
  line-height:1.05;
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

/* linha/shine do título (deixa as sessões mais "premium") */
.tg-shop2-title:after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width: 84px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,0));
  opacity:.85;
}

.tg-shop2-title:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width: 120px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(255,255,255,.20), rgba(255,255,255,0));
  filter: blur(1px);
  opacity:.55;
  pointer-events:none;
}
.tg-shop2-sub{ margin-top:6px; font-size:12.5px; color: rgba(255,255,255,.78); line-height:1.35; max-width: 860px; }
.tg-shop2-sub-muted{ color: rgba(255,255,255,.58); }

.tg-timer-pill{ padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.25); font-weight:1000; letter-spacing:.6px; min-width: 110px; text-align:center; }

.tg-collection-timers{ display:flex; gap:10px; align-items:center; justify-content:flex-end; flex-wrap:wrap; }

.tg-shop2-empty{ padding: 14px; color: rgba(255,255,255,.65); font-size:13px; }
.tg-shop2-need-login{ padding: 14px; color: rgba(255,255,255,.75); font-size:13px; }

/* vitrine (minha loja) */
.tg-vitrine{ padding: 12px 14px 16px; display:grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap:12px; }

@media (min-width: 1180px){
  /* 5 itens por linha (MINHA LOJA) */
  .tg-vitrine{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.tg-vitrine-card{ border:1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.14)); border-radius:18px; padding:10px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.tg-vitrine-card{ position:relative; overflow:hidden; }
.tg-vitrine-card:after{
  content:"";
  position:absolute;
  inset:-30% -30% auto -30%;
  height:80px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0));
  transform: rotate(-8deg);
  opacity:.0;
  transition: opacity .18s ease;
}
.tg-vitrine-card:hover:after{ opacity:.9; }
.tg-vitrine-thumb{ width:100%; aspect-ratio: 1/1; border-radius:16px; background: rgba(0,0,0,.20); border:1px solid rgba(255,255,255,.10); overflow:hidden; display:flex; align-items:center; justify-content:center; }
.tg-vitrine-thumb img{ width:100%; height:100%; object-fit:contain; image-rendering: pixelated; }
.tg-vitrine-title{ margin-top:8px; font-weight:1000; font-size:12px; color: rgba(255,255,255,.92); }
.tg-vitrine-meta{ margin-top:4px; font-size:12px; color: rgba(255,255,255,.75); }
.tg-vitrine-actions{ margin-top:10px; display:flex; gap:10px; align-items:flex-start; flex-wrap:wrap; }
.tg-vitrine-actions .btn{ flex:1 1 120px; min-width:120px; }
.tg-vitrine-msg{ width:100%; order: 20; font-size:12px; color: rgba(255,255,255,.70); }
.tg-vitrine-card{ overflow:hidden; }

/* coleção destaque */
.tg-collection-wrap{ padding: 10px 14px 16px; }

/* 2 coleções lado a lado (F / M) */
.tg-collection-duo{ display:grid; gap:12px; grid-template-columns: 1fr; }
@media (min-width: 980px){
  .tg-collection-duo{ grid-template-columns: 1fr 1fr; }
}
.tg-collection-card2--empty{ display:flex; align-items:center; justify-content:center; min-height: 240px; }
.tg-collection-card2{ border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.16); border-radius:20px; padding:14px;  display:flex; flex-direction:column; height:100%; gap:12px;}
.tg-collection-head2{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px; }
.tg-collection-title2{ font-weight:1000; font-size:16px; }

.tg-collection-stage{ position:relative; border-radius:18px; border:1px solid rgba(255,255,255,.12); background: radial-gradient(420px 320px at 50% 35%, rgba(255,255,255,.08), rgba(0,0,0,.22)); overflow:hidden; padding:12px;  flex:1;}

.tg-collection-layout{ display:grid; grid-template-columns: 128px 1fr 128px; gap:6px; align-items:center; justify-content:center; }
.tg-collection-slots{ display:flex; flex-direction:column; gap:10px; }
.tg-collection-slots.left{ align-items:flex-end; }
.tg-collection-slots.right{ align-items:flex-start; }

.tg-collection-mannequin{ position:relative; width:240px; height:470px; margin: 0 auto; border-radius:18px; background: rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.12); overflow:hidden; display:flex; align-items:center; justify-content:center; }
/* Efeito chique de destaque (glow + shimmer + leve parallax) */
.tg-collection-mannequin::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:20px;
  background: conic-gradient(from 180deg, rgba(255,255,255,.0), rgba(255,255,255,.16), rgba(255,255,255,.0), rgba(255,255,255,.12), rgba(255,255,255,.0));
  filter: blur(10px);
  opacity:.65;
  animation: tg_col_glow 6.5s linear infinite;
  pointer-events:none;
}
.tg-collection-mannequin::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background: linear-gradient(110deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.16) 42%, rgba(255,255,255,0) 62%);
  transform: translateX(-140%);
  animation: tg_col_shimmer 3.8s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity:.6;
  pointer-events:none;
}
.tg-collection-mannequin img{
  width:240px;
  height:470px;
  object-fit:cover;
  image-rendering: pixelated;
  transform: translateZ(0);
  transition: transform .35s ease, filter .35s ease;
}
.tg-collection-card2:hover .tg-collection-mannequin img{
  transform: scale(1.015);
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.55));
}

@keyframes tg_col_glow{
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}
@keyframes tg_col_shimmer{
  0%{ transform: translateX(-140%); opacity:.0; }
  10%{ opacity:.55; }
  50%{ opacity:.65; }
  100%{ transform: translateX(140%); opacity:.0; }
}
.tg-collection-noimg{ color: rgba(255,255,255,.65); font-size:12px; }

.tg-collection-ring{ display:none; }
.tg-collection-item{ position:relative; width:128px; height:128px; border-radius:16px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.20); box-shadow: 0 10px 24px rgba(0,0,0,.25); cursor:pointer; padding:8px; display:flex; flex-direction:column; gap:6px; }
.tg-collection-item:hover{ border-color: rgba(255,255,255,.26); }
.tg-collection-item:disabled{ cursor:not-allowed; opacity:.75; }
.tg-collection-item.is-owned{ opacity:.55; }
.tg-collection-item-thumb{ flex:1; border-radius:12px; background: rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.10); overflow:hidden; display:flex; align-items:center; justify-content:center; }
.tg-collection-item-thumb img{ width:100%; height:100%; object-fit:contain; image-rendering: pixelated; }
.tg-collection-item-meta{ font-size:12px; font-weight:900; color: rgba(255,255,255,.85); }
.tg-collection-owned{ font-size:12px; font-weight:900; color: rgba(255,255,255,.78); }
.tg-collection-freenew{ font-size:12px; font-weight:900; color: rgba(255,255,255,.82); opacity:.9; }
.tg-collection-item.is-owned .tg-collection-item-thumb{ filter: grayscale(.25) contrast(.95); }

.tg-collection-item-actions{ display:flex; gap:6px; align-items:center; justify-content:space-between; }
.tg-collection-item-actions{ position:relative; z-index:5; }
.tg-collection-mini{ width:34px; height:30px; border-radius:12px; border:1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: rgba(255,255,255,.92); display:flex; align-items:center; justify-content:center; cursor:pointer; }
.tg-collection-mini{ position:relative; z-index:6; }
.tg-collection-mini svg{ pointer-events:none; }
.tg-collection-mini svg{ width:16px; height:16px; }
.tg-collection-mini:hover{ border-color: rgba(255,255,255,.28); }
.tg-collection-mini:disabled{ opacity:.55; cursor:not-allowed; }

.tg-collection-item-msg{
  min-height: 14px;
  font-size: 11.5px;
  color: rgba(255,255,255,.72);
  opacity: .92;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tg-tryon-icon{ display:inline-flex; align-items:center; justify-content:center; vertical-align:middle; margin-right:6px; }
.tg-tryon-icon svg{ width:16px; height:16px; }

.tg-collection-buyall{ margin-top:0; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius:16px; padding:12px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.tg-collection-buyall-title{ font-weight:1000; }
.tg-collection-buyall-sub{ margin-top:4px; font-size:12.5px; color: rgba(255,255,255,.75); }

/* catálogo geral */
.tg-catalog-filters{ padding: 12px 14px 6px; display:flex; gap:10px; flex-wrap:wrap; }
.tg-input{ padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); color: rgba(255,255,255,.92); font-weight:800; }

/* Selects: garante contraste no texto do dropdown */
.tg-catalog-filters select.tg-input{
  background: rgba(0,0,0,.32);
  color: rgba(255,255,255,.95);
}
.tg-catalog-filters select.tg-input option{
  background: #0b0d12;
  color: rgba(255,255,255,.95);
}
.tg-catalog-grid{ padding: 8px 14px 14px; display:grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap:12px; }
.tg-catalog-card{ border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:18px; padding:10px; display:flex; flex-direction:column; gap:8px; }
.tg-catalog-thumb{ width:100%; aspect-ratio:1/1; border-radius:16px; background: rgba(0,0,0,.20); border:1px solid rgba(255,255,255,.10); overflow:hidden; display:flex; align-items:center; justify-content:center; }
.tg-catalog-thumb img{ width:100%; height:100%; object-fit:contain; image-rendering: pixelated; }
.tg-catalog-title{ font-weight:1000; font-size:12px; }
.tg-catalog-meta{ font-size:12px; color: rgba(255,255,255,.75); }
.tg-catalog-price{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.95);
  font-weight:1000;
  letter-spacing:.2px;
}
.tg-catalog-cur{ font-size:12px; opacity:.9; }
.tg-catalog-curtext{ font-size:12px; opacity:.85; letter-spacing:.2px; }
.tg-catalog-price .tg-bit__coin{ width:20px; height:20px; }
.tg-catalog-amt{ font-size:16px; line-height:1; }
.tg-catalog-msg{ font-size:12px; color: rgba(255,255,255,.70); min-height: 14px; }

/* ================== MOBILE (LOJA) ================== */
@media (max-width: 560px){
  .tg-shop2-title{ font-size:19px; letter-spacing:1.1px; }
  /* No celular, minmax(180px) deixa os cards “gigantes” (2 por tela)
     -> colocamos 3 por linha quando possível */
  .tg-catalog-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 8px 10px 12px;
  }

  .tg-catalog-card{ padding: 8px; border-radius: 16px; }
  .tg-catalog-thumb{ border-radius: 14px; }
  .tg-catalog-title{ font-size: 11px; }
  .tg-catalog-meta{ font-size: 11px; }
  .tg-catalog-amt{ font-size: 14px; }
}

/* =========================
   STICKERS (abaixo do catálogo)
   - usa o mesmo grid/cartões do CATÁLOGO para ficar padronizado
   ========================= */

.tg-sticker-catalog-card{
  position: relative;
  overflow: hidden;
}

.tg-sticker-catalog-card::before{
  content:'';
  position:absolute;
  inset:-2px;
  background: radial-gradient(60% 40% at 50% 0%, rgba(255,255,255,.10), transparent 70%);
  pointer-events:none;
}

.tg-sticker-thumb{ display:flex; align-items:center; justify-content:center; }

/* gifs não devem ocupar o quadrado inteiro */
.tg-sticker-thumb img{
  width:auto;
  height:auto;
  max-width: 92px;
  max-height: 92px;
  image-rendering: pixelated;
}

.tg-sticker-actions-row{
  display:flex;
  flex-direction: column;
  gap: 6px;
}

.tg-pagination{ padding: 0 14px 16px; display:flex; align-items:center; justify-content:center; gap:12px; }
.tg-page-pill{ padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); font-weight:1000; }

@media (max-width: 760px){
  .tg-shop2-title{ font-size:18px; }
  .tg-collection-layout{ grid-template-columns: 112px 1fr 112px; gap:10px; }
  .tg-collection-item{ width:112px; height:120px; }
  .tg-collection-mannequin{ width:220px; height:430px; }
  .tg-collection-mannequin img{ width:220px; height:430px; }
}

@media (max-width: 520px){
  .tg-collection-layout{ grid-template-columns: 1fr; }
  .tg-collection-slots{ flex-direction:row; flex-wrap:wrap; justify-content:center; }
  .tg-collection-item{ width:120px; height:126px; }
}


/* =========================
   VIP (Loja)
   ========================= */
.tg-vip-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 14px;
  border-radius:16px;
  background: linear-gradient(180deg, rgba(16,16,16,.92), rgba(10,10,10,.92));
  border: 1px solid rgba(255,215,120,.28);
  box-shadow: 0 14px 38px rgba(0,0,0,.35);
}
.tg-vip-left{ flex:0 0 auto; }
.tg-vip-badge{
  width:58px; height:58px;
  display:flex; align-items:center; justify-content:center;
  border-radius:16px;
  font-weight:900;
  letter-spacing:.8px;
  color:#1a1206;
  background: radial-gradient(circle at 30% 30%, #ffe9a8, #ffcf5e 55%, #c88a1e 100%);
  box-shadow: 0 10px 22px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.35);
  border:1px solid rgba(255,255,255,.18);
}
.tg-vip-mid{ flex:1 1 auto; min-width:0; }
.tg-vip-title-row{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; }
.tg-vip-title{ font-weight:900; letter-spacing:.3px; font-size:16px; }
.tg-vip-price{ font-weight:900; font-size:16px; color: rgba(255,215,120,.95); }
.tg-vip-price-unit{ font-weight:800; opacity:.9; }
.tg-vip-sub{ margin-top:4px; color: rgba(255,255,255,.70); font-size:13px; }
.tg-vip-status{ margin-top:6px; font-size:12px; color: rgba(255,255,255,.55); }
.tg-vip-right{ display:flex; flex-direction:column; gap:8px; flex:0 0 auto; }
.tg-vip-btn{ white-space:nowrap; padding:10px 12px; border-radius:12px; }

/* Modal VIP */
.overlay{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.70);
  z-index: 9999;
}
.overlay.open{ display:flex; }

.modal{
  width: 100%;
  max-width: 560px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(18,18,18,.98), rgba(10,10,10,.98));
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  overflow: hidden;
}
.modal-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.modal-actions{ display:flex; gap:10px; }
.vip-modal{ max-width: 520px; }
.vip-body{ padding: 14px 2px 2px; }
.vip-lead{ color: rgba(255,255,255,.82); line-height:1.35; margin-bottom: 12px; }
.vip-list{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
.vip-list li{ display:flex; align-items:flex-start; gap:10px; color: rgba(255,255,255,.80); }
.vip-dot{
  width:10px; height:10px; margin-top:6px;
  border-radius:99px;
  background: radial-gradient(circle at 30% 30%, #ffe9a8, #ffcf5e 55%, #c88a1e 100%);
  box-shadow: 0 6px 14px rgba(0,0,0,.35);
  flex:0 0 auto;
}
.vip-cta-row{ margin-top:14px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.vip-cta-muted{ font-size:12px; }

@media (max-width: 560px){
  .tg-vip-card{ flex-direction:column; align-items:stretch; }
  .tg-vip-title-row{ width:100%; }
  .tg-vip-right{ width:100%; flex-direction:row; }
  .tg-vip-btn{ flex:1 1 auto; }
}
