/* Elite Perfect World — Leiloeira de Gold V98
   Módulo isolado: não altera a lógica visual dos demais temas/páginas. */

.gold-market-hero{
  position:relative;isolation:isolate;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,.7fr);gap:28px;align-items:stretch;
  min-height:300px;padding:34px;border:1px solid rgba(213,172,82,.36);border-radius:26px;
  background:
    radial-gradient(circle at 82% 20%,rgba(255,215,115,.23),transparent 34%),
    linear-gradient(120deg,rgba(9,19,43,.98),rgba(20,40,73,.96) 55%,rgba(30,61,94,.9));
  box-shadow:0 22px 54px rgba(3,12,31,.18),inset 0 1px rgba(255,255,255,.09);
  color:#fff;
}
.gold-market-hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent 48%,rgba(255,255,255,.035)),radial-gradient(circle at 92% 78%,rgba(234,190,86,.18),transparent 28%)}
.gold-market-hero:after{content:"GX";position:absolute;right:2%;bottom:-18%;z-index:-1;font:900 clamp(130px,20vw,300px)/1 Georgia,serif;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}
.gold-market-hero.p2p_open{background:radial-gradient(circle at 82% 20%,rgba(238,192,82,.28),transparent 34%),linear-gradient(120deg,#0a1830,#152f4d 58%,#785716)}
.gold-market-hero.disabled,.gold-market-hero.paused{filter:saturate(.76)}
.gold-market-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}
.gold-market-kicker,.gold-market-cycle-badge small{font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.gold-market-kicker{display:inline-flex;padding:7px 11px;border:1px solid rgba(235,195,103,.34);border-radius:999px;background:rgba(255,255,255,.06);color:#f2cc72}
.gold-market-hero h2{max-width:840px;margin:14px 0 10px;font:800 clamp(30px,4vw,58px)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.035em;color:#fff}
.gold-market-hero p{max-width:820px;margin:0;color:rgba(244,248,255,.82);font-size:15px;line-height:1.65}
.gold-market-hero p strong{color:#f5cf79}
.gold-market-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.gold-market-hero-badges span{padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.07);font-size:12px;font-weight:700;color:#eef5ff}
.gold-market-cycle-badge{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:220px;padding:25px;border:1px solid rgba(239,199,108,.33);border-radius:22px;background:linear-gradient(155deg,rgba(255,255,255,.115),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.12)}
.gold-market-cycle-badge:before{content:"";width:50px;height:3px;margin-bottom:18px;border-radius:50px;background:linear-gradient(90deg,transparent,#efc86a,transparent)}
.gold-market-cycle-badge small{color:#e9c469}
.gold-market-cycle-badge strong{display:block;margin:8px 0 2px;font:800 clamp(32px,4vw,54px)/1 Georgia,serif;color:#fff;word-break:break-word}
.gold-market-cycle-badge em{font-style:normal;font-size:12px;line-height:1.4;color:rgba(245,248,255,.7)}

.gold-market-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.gold-market-stats article{min-width:0;padding:18px 19px;border:1px solid rgba(130,151,179,.18);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 11px 26px rgba(22,43,67,.06)}
.gold-market-stats span,.gold-market-stats small{display:block;color:#64748b}
.gold-market-stats span{font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.gold-market-stats strong{display:block;margin:6px 0 5px;font-size:24px;line-height:1.08;color:#15243a}
.gold-market-stats small{font-size:11px;line-height:1.4}
.gold-market-progress{height:12px;margin:0 2px;border:1px solid rgba(166,133,54,.18);border-radius:999px;background:rgba(15,31,52,.08);overflow:hidden}
.gold-market-progress span{display:block;height:100%;min-width:2px;border-radius:inherit;background:linear-gradient(90deg,#b88a28,#efd179,#b98724);box-shadow:0 0 14px rgba(208,162,57,.28);transition:width .45s ease}
.gold-market-progress-label{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 4px 0;font-size:12px;color:#64748b}
.gold-market-progress-label b{color:#27384c}
.gold-market-next-cycle{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border:1px solid rgba(185,143,48,.25);border-radius:16px;background:linear-gradient(90deg,rgba(251,247,235,.92),rgba(242,247,251,.92));color:#4b5969}
.gold-market-next-cycle strong{font-size:16px;color:#20334c;font-variant-numeric:tabular-nums}

.gold-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gold-market-grid .content-card{height:100%}
.gold-market-wallet-card{position:relative;overflow:hidden}
.gold-market-wallet-card>h2{font-size:34px;margin-bottom:8px}
.gold-market-wallet-card:after{content:"";position:absolute;width:150px;height:150px;right:-46px;top:-52px;border:1px solid rgba(193,153,62,.16);border-radius:50%;box-shadow:0 0 0 18px rgba(193,153,62,.035),0 0 0 38px rgba(193,153,62,.02);pointer-events:none}
.gold-market-wallet-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}
.gold-market-wallet-split span{padding:13px 14px;border:1px solid rgba(126,148,176,.16);border-radius:14px;background:rgba(244,247,251,.7)}
.gold-market-wallet-split small{display:block;margin-bottom:4px;color:#7b8798}
.gold-market-wallet-split b{font-size:20px;color:#21344f}
.gold-market-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:16px}
.gold-market-inline-form label{margin:0}
.gold-market-inline-form>small{grid-column:1/-1;color:#8290a0;line-height:1.45}

.gold-market-payment{overflow:hidden;border:1px solid rgba(210,165,63,.3);background:linear-gradient(130deg,rgba(255,252,244,.96),rgba(242,248,253,.96))}
.gold-market-payment-grid{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:24px;align-items:center}
.gold-market-qr{display:grid;place-items:center;aspect-ratio:1;padding:14px;border:1px solid rgba(62,81,105,.15);border-radius:18px;background:#fff}
.gold-market-qr img{display:block;width:100%;height:auto;border-radius:8px}
.gold-market-payment textarea{min-height:92px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}

.gold-market-marketplace{padding-top:2px}
.gold-market-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:17px}
.gold-market-section-head h2{margin-bottom:4px}
.gold-market-section-head>span,.gold-market-section-head>strong{flex:0 0 auto;font-size:12px;color:#718096}
.gold-market-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.gold-market-offer{position:relative;display:flex;flex-direction:column;gap:15px;min-width:0;padding:19px;border:1px solid rgba(129,149,175,.18);border-radius:18px;background:linear-gradient(165deg,#fff,rgba(247,249,252,.95));box-shadow:0 10px 25px rgba(22,43,67,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.gold-market-offer:hover{transform:translateY(-2px);border-color:rgba(190,149,55,.32);box-shadow:0 15px 32px rgba(22,43,67,.09)}
.gold-market-offer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.gold-market-offer-top span{min-width:0}
.gold-market-offer-top small{display:block;color:#8792a2;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.gold-market-offer-top b{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#283b54}
.gold-market-offer-top>strong{font-size:13px;color:#9b7421;text-align:right}
.gold-market-offer-price{padding:13px 14px;border-radius:14px;background:#f6f1e5}
.gold-market-offer-price span{display:block;font:800 25px/1 Georgia,serif;color:#a47313}
.gold-market-offer-price small{display:block;margin-top:5px;color:#7d7769}
.gold-market-offer form{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto}
.gold-market-own{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:#eaf0f7;color:#40546d;font-size:11px;font-weight:800}
.gold-market-list{display:grid;gap:9px}
.gold-market-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:13px;align-items:center;padding:13px 14px;border:1px solid rgba(126,147,175,.14);border-radius:14px;background:rgba(248,250,252,.75)}
.gold-market-list article>div{min-width:0}
.gold-market-list strong{display:block;color:#26394f}
.gold-market-list small{display:block;margin-top:3px;color:#778599;line-height:1.4}
.gold-market-list article>span{font-size:12px;color:#697789}

.gold-market-explainer{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:22px;align-items:center;padding:23px;border:1px solid rgba(130,150,175,.16);border-radius:22px;background:linear-gradient(135deg,rgba(250,247,238,.9),rgba(245,249,253,.92))}
.gold-market-explainer audio{width:100%;margin-top:14px}
.gold-market-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.gold-market-steps article{min-height:138px;padding:15px;border:1px solid rgba(181,144,55,.18);border-radius:16px;background:rgba(255,255,255,.72)}
.gold-market-steps article>b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#172c47;color:#efd078;font-size:11px}
.gold-market-steps strong,.gold-market-steps span{display:block}
.gold-market-steps strong{margin:11px 0 4px;color:#24374f}
.gold-market-steps span{font-size:11px;line-height:1.45;color:#768397}

/* Celestial Light: superfícies peroladas e contraste corrigido. */
.panel-body.theme-celestial-light .gold-market-stats article,
.panel-body.theme-celestial-light .gold-market-offer,
.panel-body.theme-celestial-light .gold-market-list article{background:rgba(255,255,255,.86);border-color:rgba(72,101,138,.14)}
.panel-body.theme-celestial-light .gold-market-hero{box-shadow:0 20px 48px rgba(32,63,93,.16)}
.panel-body.theme-celestial-light .gold-market-payment,
.panel-body.theme-celestial-light .gold-market-explainer{backdrop-filter:blur(8px)}

/* Admin */
.gold-market-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 27px;margin-bottom:18px;border:1px solid rgba(225,181,78,.24);border-radius:22px;background:radial-gradient(circle at 85% 20%,rgba(220,174,66,.16),transparent 30%),linear-gradient(135deg,rgba(22,31,48,.98),rgba(31,45,66,.98));box-shadow:0 16px 40px rgba(0,0,0,.15);color:#f8fafc}
.gold-market-admin-hero h2{margin:4px 0 6px;color:#fff}
.gold-market-admin-hero p{margin:0;color:#aebbd0}
.gold-market-admin-status{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:#dfe8f6;white-space:nowrap}
.gold-market-admin-status i{width:8px;height:8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.10)}
.gold-market-admin-status.official_open i{background:#e6ba53;box-shadow:0 0 0 4px rgba(230,186,83,.12)}
.gold-market-admin-status.p2p_open i{background:#52c887;box-shadow:0 0 0 4px rgba(82,200,135,.12)}
.gold-market-admin-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:18px 0}
.gold-market-admin-metrics span{padding:12px;border:1px solid rgba(137,155,180,.15);border-radius:13px;background:rgba(255,255,255,.035)}
.gold-market-admin-metrics small,.gold-market-admin-metrics b{display:block}
.gold-market-admin-metrics small{margin-bottom:4px;color:#8f9db2;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.gold-market-admin-metrics b{font-size:16px;color:inherit}
.admin-body .gold-market-section-head h2,.admin-body .gold-market-list strong{color:inherit}
.admin-body .gold-market-admin-metrics span{background:rgba(255,255,255,.025)}
.admin-body .gold-market-admin-metrics small{color:#8998ad}
.admin-body .gold-market-admin-metrics b{color:#e9eff8}
.admin-body .gold-market-section-head>span,.admin-body .gold-market-section-head>strong{color:#9ca9bb}
.admin-body .data-table td small{display:block;max-width:260px;margin-top:3px;overflow-wrap:anywhere;color:#8998aa}
.admin-body form+form{margin-top:9px}

@media (max-width:1180px){
  .gold-market-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gold-market-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gold-market-admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gold-market-explainer{grid-template-columns:1fr}
}
@media (max-width:820px){
  .gold-market-hero{grid-template-columns:1fr;padding:24px;min-height:0}
  .gold-market-cycle-badge{min-height:160px}
  .gold-market-grid,.gold-market-payment-grid{grid-template-columns:1fr}
  .gold-market-payment-grid .gold-market-qr{max-width:220px;margin:auto}
  .gold-market-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gold-market-admin-hero{align-items:flex-start;flex-direction:column}
  .gold-market-progress-label,.gold-market-next-cycle{align-items:flex-start;flex-direction:column}
}
@media (max-width:560px){
  .gold-market-stats,.gold-market-offer-grid,.gold-market-wallet-split,.gold-market-steps,.gold-market-admin-metrics{grid-template-columns:1fr}
  .gold-market-hero h2{font-size:34px}
  .gold-market-inline-form{grid-template-columns:1fr}
  .gold-market-list article{grid-template-columns:1fr;align-items:flex-start}
  .gold-market-section-head{flex-direction:column}
  .gold-market-admin-hero{padding:20px}
}
@media (prefers-reduced-motion:reduce){.gold-market-offer,.gold-market-progress span{transition:none}}

.gold-market-legacy-redirect{position:relative;overflow:hidden;padding:26px!important;border-color:rgba(195,151,50,.28)!important;background:linear-gradient(135deg,rgba(255,251,239,.94),rgba(243,248,252,.96))!important}
.gold-market-legacy-redirect:after{content:"500K";position:absolute;right:18px;bottom:-20px;font:900 76px/1 Georgia,serif;color:rgba(171,129,31,.06);pointer-events:none}
.gold-market-legacy-redirect .info-callout{max-width:760px;margin:16px 0}

/* ========================================================================== 
   V98 — LEILOEIRA DE GOLD
   A compra oficial permanece no Gold Elite. Esta folha só apresenta o gatilho
   e a fase P2P e corrige contraste nos 3 temas.
   ========================================================================== */
.gold-market-hero:after{content:"LG"}
.leiloeira-hero{margin-bottom:18px}
.gold-market-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.leiloeira-sale-gate{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.75fr) auto;gap:18px;align-items:center;padding:15px 18px;border:1px solid rgba(216,174,76,.24);border-radius:16px;background:linear-gradient(100deg,rgba(14,27,45,.96),rgba(23,42,66,.94));box-shadow:0 10px 28px rgba(2,10,20,.14)}
.leiloeira-sale-gate>div:first-child{display:grid;gap:2px}.leiloeira-sale-gate .card-kicker{margin:0;color:#e9bd55}.leiloeira-sale-gate strong{font-size:14px;color:#f5f8fc}.leiloeira-sale-gate small,.leiloeira-sale-gate>span{font-size:11px;color:#9fb0c5}.leiloeira-sale-gate-progress{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.leiloeira-sale-gate-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b27c17,#ffd775,#c99425);box-shadow:0 0 12px rgba(238,190,78,.28)}
.leiloeira-sale-gate.p2p_open{border-color:rgba(230,188,76,.40);background:linear-gradient(100deg,#0c1c31,#17304c 66%,rgba(119,82,16,.82))}
.leiloeira-sale-closed{max-width:none}

/* Dark — corrige os cards cinza/brancos vistos na V97. */
.panel-body.theme-elite-dark .gold-market-stats article,
.panel-body.theme-elite-dark .gold-market-grid .content-card,
.panel-body.theme-elite-dark .gold-market-offer,
.panel-body.theme-elite-dark .gold-market-list article,
.panel-body.theme-elite-dark .gold-market-payment,
.panel-body.theme-elite-dark .gold-market-explainer,
.panel-body.theme-elite-dark .gold-market-next-cycle{
  border-color:rgba(224,181,78,.18)!important;
  background:linear-gradient(145deg,rgba(13,24,38,.98),rgba(8,16,27,.98))!important;
  color:#edf3fb!important;
  box-shadow:0 14px 30px rgba(0,0,0,.16)!important;
}
.panel-body.theme-elite-dark .gold-market-stats span,
.panel-body.theme-elite-dark .gold-market-stats small,
.panel-body.theme-elite-dark .gold-market-progress-label,
.panel-body.theme-elite-dark .gold-market-progress-label span,
.panel-body.theme-elite-dark .gold-market-section-head>span,
.panel-body.theme-elite-dark .gold-market-section-head>strong,
.panel-body.theme-elite-dark .gold-market-list small,
.panel-body.theme-elite-dark .gold-market-list article>span,
.panel-body.theme-elite-dark .gold-market-steps span,
.panel-body.theme-elite-dark .gold-market-explainer .muted{color:#91a4bb!important}
.panel-body.theme-elite-dark .gold-market-stats strong,
.panel-body.theme-elite-dark .gold-market-progress-label b,
.panel-body.theme-elite-dark .gold-market-next-cycle strong,
.panel-body.theme-elite-dark .gold-market-wallet-card>h2,
.panel-body.theme-elite-dark .gold-market-wallet-split b,
.panel-body.theme-elite-dark .gold-market-offer-top b,
.panel-body.theme-elite-dark .gold-market-list strong,
.panel-body.theme-elite-dark .gold-market-steps strong,
.panel-body.theme-elite-dark .gold-market-explainer h2{color:#f4f7fb!important}
.panel-body.theme-elite-dark .gold-market-wallet-split span{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.07)!important}
.panel-body.theme-elite-dark .gold-market-wallet-split small{color:#8498b1!important}
.panel-body.theme-elite-dark .gold-market-offer-price{background:linear-gradient(135deg,rgba(215,169,60,.10),rgba(255,255,255,.025))!important;border:1px solid rgba(217,173,68,.12)}
.panel-body.theme-elite-dark .gold-market-offer-price span{color:#f1c65f!important}.panel-body.theme-elite-dark .gold-market-offer-price small{color:#95a5b8!important}
.panel-body.theme-elite-dark .gold-market-own{background:rgba(224,181,78,.10)!important;color:#e9c36d!important}
.panel-body.theme-elite-dark .gold-market-steps article{background:rgba(255,255,255,.032)!important;border-color:rgba(224,181,78,.15)!important}
.panel-body.theme-elite-dark .gold-market-steps article>b{background:#172d49!important;color:#f2cc70!important}
.panel-body.theme-elite-dark .gold-market-qr{background:#fff!important}

/* Celestial Light — usa superfícies peroladas e o mesmo vocabulário da página Gold. */
.panel-body.theme-celestial-light .gold-market-hero{background:radial-gradient(circle at 82% 18%,rgba(226,183,78,.17),transparent 35%),linear-gradient(115deg,rgba(255,255,255,.95),rgba(238,246,253,.94) 58%,rgba(218,233,247,.92))!important;border-color:rgba(197,151,48,.34)!important;color:#102b4b!important;box-shadow:0 18px 48px rgba(54,84,116,.12)!important}
.panel-body.theme-celestial-light .gold-market-hero h2{color:#112f52!important}.panel-body.theme-celestial-light .gold-market-hero p{color:#4f6782!important}.panel-body.theme-celestial-light .gold-market-hero p strong{color:#a8791e!important}
.panel-body.theme-celestial-light .gold-market-kicker{background:rgba(17,47,82,.94)!important;color:#f6d985!important;border-color:rgba(205,160,57,.35)!important}
.panel-body.theme-celestial-light .gold-market-hero-badges span{background:rgba(255,255,255,.68)!important;border-color:rgba(61,92,127,.14)!important;color:#2a4868!important}
.panel-body.theme-celestial-light .gold-market-cycle-badge{background:rgba(255,255,255,.53)!important;border-color:rgba(198,153,51,.30)!important}.panel-body.theme-celestial-light .gold-market-cycle-badge strong{color:#123252!important}.panel-body.theme-celestial-light .gold-market-cycle-badge em{color:#58708a!important}
.panel-body.theme-celestial-light .gold-market-stats article,.panel-body.theme-celestial-light .gold-market-grid .content-card,.panel-body.theme-celestial-light .gold-market-offer,.panel-body.theme-celestial-light .gold-market-list article,.panel-body.theme-celestial-light .gold-market-payment,.panel-body.theme-celestial-light .gold-market-explainer,.panel-body.theme-celestial-light .gold-market-next-cycle{background:rgba(255,255,255,.84)!important;border-color:rgba(53,86,123,.13)!important;box-shadow:0 11px 28px rgba(50,80,112,.07)!important;color:#173552!important}
.panel-body.theme-celestial-light .gold-market-steps article{background:rgba(255,255,255,.88)!important;border-color:rgba(194,148,43,.17)!important}.panel-body.theme-celestial-light .gold-market-explainer h2,.panel-body.theme-celestial-light .gold-market-steps strong,.panel-body.theme-celestial-light .gold-market-list strong{color:#183a5e!important}.panel-body.theme-celestial-light .gold-market-explainer .muted,.panel-body.theme-celestial-light .gold-market-steps span,.panel-body.theme-celestial-light .gold-market-list small{color:#607792!important}
.panel-body.theme-celestial-light .leiloeira-sale-gate{background:linear-gradient(100deg,rgba(255,255,255,.92),rgba(237,245,252,.94))!important;border-color:rgba(198,152,47,.28)!important}.panel-body.theme-celestial-light .leiloeira-sale-gate strong{color:#153859!important}.panel-body.theme-celestial-light .leiloeira-sale-gate small,.panel-body.theme-celestial-light .leiloeira-sale-gate>span{color:#627995!important}.panel-body.theme-celestial-light .leiloeira-sale-gate-progress{background:rgba(25,57,91,.09)!important}

/* Arcane Red — mantém a identidade rubra sem perder o dourado da moeda. */
.panel-body.theme-arcane-red .gold-market-hero{background:radial-gradient(circle at 80% 18%,rgba(218,166,63,.20),transparent 33%),linear-gradient(120deg,#170b12,#29111d 56%,#471921)!important;border-color:rgba(224,172,66,.30)!important}
.panel-body.theme-arcane-red .gold-market-stats article,.panel-body.theme-arcane-red .gold-market-grid .content-card,.panel-body.theme-arcane-red .gold-market-offer,.panel-body.theme-arcane-red .gold-market-list article,.panel-body.theme-arcane-red .gold-market-payment,.panel-body.theme-arcane-red .gold-market-explainer,.panel-body.theme-arcane-red .gold-market-next-cycle{background:linear-gradient(145deg,rgba(35,13,23,.97),rgba(18,9,16,.98))!important;border-color:rgba(219,158,64,.18)!important;color:#fff0eb!important;box-shadow:0 14px 30px rgba(12,2,8,.20)!important}
.panel-body.theme-arcane-red .gold-market-stats span,.panel-body.theme-arcane-red .gold-market-stats small,.panel-body.theme-arcane-red .gold-market-progress-label,.panel-body.theme-arcane-red .gold-market-section-head>span,.panel-body.theme-arcane-red .gold-market-list small,.panel-body.theme-arcane-red .gold-market-list article>span,.panel-body.theme-arcane-red .gold-market-steps span,.panel-body.theme-arcane-red .gold-market-explainer .muted{color:#c6aeb6!important}
.panel-body.theme-arcane-red .gold-market-stats strong,.panel-body.theme-arcane-red .gold-market-progress-label b,.panel-body.theme-arcane-red .gold-market-next-cycle strong,.panel-body.theme-arcane-red .gold-market-list strong,.panel-body.theme-arcane-red .gold-market-steps strong,.panel-body.theme-arcane-red .gold-market-explainer h2{color:#fff4ed!important}
.panel-body.theme-arcane-red .gold-market-steps article{background:rgba(255,255,255,.035)!important;border-color:rgba(218,164,66,.16)!important}.panel-body.theme-arcane-red .gold-market-offer-price{background:rgba(215,161,61,.08)!important}.panel-body.theme-arcane-red .leiloeira-sale-gate{background:linear-gradient(100deg,#1b0b13,#32131f)!important;border-color:rgba(224,169,63,.28)!important}

/* Administração V98 */
.admin-body .leiloeira-admin-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.admin-body .leiloeira-admin-summary article{display:flex;align-items:center;gap:14px;min-height:118px;padding:18px;border:1px solid rgba(222,179,75,.14);border-radius:17px;background:linear-gradient(145deg,rgba(17,28,43,.98),rgba(10,18,29,.98));box-shadow:0 12px 28px rgba(0,0,0,.15)}
.leiloeira-admin-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(233,191,88,.30);border-radius:13px;background:linear-gradient(145deg,rgba(239,198,99,.14),rgba(255,255,255,.025));color:#efc768;font:800 16px Georgia,serif;box-shadow:inset 0 0 16px rgba(230,182,70,.05)}
.admin-body .leiloeira-admin-summary small,.admin-body .leiloeira-admin-summary strong,.admin-body .leiloeira-admin-summary em{display:block}.admin-body .leiloeira-admin-summary small{color:#8294aa;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.admin-body .leiloeira-admin-summary strong{margin:4px 0 2px;color:#eef4fb;font-size:20px}.admin-body .leiloeira-admin-summary em{color:#7f91a7;font-size:10px;font-style:normal}
.leiloeira-admin-cycle{overflow:hidden}.leiloeira-admin-cycle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.leiloeira-admin-cycle-grid>span{padding:13px 14px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:rgba(255,255,255,.025)}.leiloeira-admin-cycle-grid small,.leiloeira-admin-cycle-grid b,.leiloeira-admin-cycle-grid em{display:block}.leiloeira-admin-cycle-grid small{color:#8294a9;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.leiloeira-admin-cycle-grid b{margin:4px 0;color:#edf3fb}.leiloeira-admin-cycle-grid em{color:#73869d;font-size:10px;font-style:normal}
.leiloeira-admin-config-grid{align-items:start}.leiloeira-admin-config,.leiloeira-admin-controls{overflow:visible!important}.leiloeira-admin-config .form-grid{margin-top:17px}.leiloeira-admin-config label small{color:#71849a!important;font-size:10px!important;line-height:1.4!important;text-transform:none!important;letter-spacing:0!important}.leiloeira-admin-trigger input{font-size:22px!important;font-weight:800!important;color:#f0c866!important;border-color:rgba(231,185,79,.30)!important}
.leiloeira-admin-price-note{display:grid;grid-template-columns:auto 1fr;gap:3px 14px;padding:14px 15px;border:1px solid rgba(93,135,177,.16);border-radius:13px;background:rgba(40,74,108,.08)}.leiloeira-admin-price-note span{color:#8da0b5;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.leiloeira-admin-price-note strong{color:#f0c96b}.leiloeira-admin-price-note small{grid-column:1/-1;color:#7f91a6!important}
.leiloeira-admin-flow{display:grid;gap:8px;margin:16px 0}.leiloeira-admin-flow>span{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 10px;padding:11px 12px;border:1px solid rgba(255,255,255,.055);border-radius:12px;background:rgba(255,255,255,.022)}.leiloeira-admin-flow b{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#152a44;color:#eec666;font-size:10px}.leiloeira-admin-flow strong{color:#e9eff8;font-size:12px}.leiloeira-admin-flow small{color:#7f91a6;font-size:10px}.leiloeira-admin-emergency{padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.leiloeira-admin-emergency form+form{margin-top:8px}.leiloeira-admin-emergency .button{width:100%}.leiloeira-admin-finance .stat-card{min-height:130px!important}.leiloeira-admin-table-wrap{width:100%;overflow:auto;border-radius:12px}.leiloeira-admin-table-wrap .data-table{min-width:850px}

/* Foto de perfil: evita corte/distorção e mantém efeitos dentro do card nos 3 temas. */
.panel-body .player-chip{min-width:0!important;border-radius:14px!important}
.panel-body .player-chip>span:last-child{min-width:0!important;overflow:hidden!important}
.panel-body .player-chip>.avatar,.panel-body .player-chip>.vip-avatar-wrap{position:relative!important;flex:0 0 48px!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;aspect-ratio:1/1!important;border-radius:50%!important}
.panel-body .player-chip .avatar-img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important}
.admin-body .player-chip>.avatar,.admin-body .player-chip>.vip-avatar-wrap{flex-basis:46px!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important}
.panel-body.theme-celestial-light .player-chip-vip,.panel-body.theme-arcane-red .player-chip-vip{overflow:visible!important}
.panel-body.theme-celestial-light .vip-avatar-wrap,.panel-body.theme-arcane-red .vip-avatar-wrap{overflow:visible!important;padding:2px!important;isolation:isolate!important}
.panel-body.theme-celestial-light .vip-avatar-wrap:before,.panel-body.theme-arcane-red .vip-avatar-wrap:before{content:"";position:absolute;inset:-3px;z-index:-1;border-radius:50%;background:conic-gradient(from 0deg,#bd8c28,#fff0a1,#d1a13a,#fff8d1,#bd8c28);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));animation:leiloeiraProfileOrbit 7s linear infinite;filter:drop-shadow(0 0 4px rgba(211,166,56,.24));pointer-events:none}.panel-body.theme-arcane-red .vip-avatar-wrap:before{background:conic-gradient(from 0deg,#d49b32,#ff6c54,#fff0a1,#8d2844,#d49b32);filter:drop-shadow(0 0 5px rgba(197,67,75,.28))}
@keyframes leiloeiraProfileOrbit{to{transform:rotate(360deg)}}

@media(max-width:1180px){.admin-body .leiloeira-admin-summary,.leiloeira-admin-cycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.leiloeira-sale-gate{grid-template-columns:1fr}.leiloeira-sale-gate>span{justify-self:start}.admin-body .leiloeira-admin-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.admin-body .leiloeira-admin-summary,.leiloeira-admin-cycle-grid{grid-template-columns:1fr}.leiloeira-admin-price-note{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.panel-body.theme-celestial-light .vip-avatar-wrap:before,.panel-body.theme-arcane-red .vip-avatar-wrap:before{animation:none!important}}
