/*
Arquivo: styles.css
Pasta: /mnt/data/ecilada_site/assets/
Projeto: eCilada.com.br - UI base das 3 telas
Criado: 30/04/2026 00:00
Modificado: 02/05/2026 01:20
Descrição: Estilos globais neon/dark para home, monitorados e detalhe do produto.
*/

 :root {
  --bg: #060914;
  --bg-soft: #0a1124;
  --panel: rgba(12, 19, 39, 0.88);
  --panel-2: rgba(10, 16, 32, 0.96);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(223, 112, 255, 0.28);
  --text: #f6f7fb;
  --muted: #aeb4cb;
  --muted-2: #7d859f;
  --pink: #ff7fb6;
  --pink-2: #ff9bb5;
  --purple: #8e51ff;
  --purple-2: #c36cff;
  --teal: #63f5df;
  --teal-2: #25d7c5;
  --yellow: #ffc44d;
  --red: #ff6584;
  --green: #6ef1cf;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  --glow: 0 0 0 1px rgba(193, 96, 255, 0.15), 0 0 20px rgba(142, 81, 255, 0.16);
  --radius: 24px;
  --radius-sm: 18px;
  --max: 1340px;

  /* TEMA / FUNDO GLOBAL */
  --page-glow-left: rgba(142, 81, 255, 0.14);
  --page-glow-right: rgba(255, 127, 182, 0.12);
  --page-bg-top: #04070f;
  --page-bg-mid: #071022;
  --page-bg-bottom: #050911;
  --grid-line: rgba(255,255,255,0.015);
  --browser-bg: rgba(5, 9, 18, 0.9);
  --header-bg: rgba(5, 9, 18, 0.72);
  --address-bg: rgba(255,255,255,0.04);
  --address-border: rgba(255,255,255,0.08);
  --address-text: #eff2fb;
  --theme-chip-bg: rgba(255,255,255,0.04);
  --theme-chip-hover: rgba(255,255,255,0.08);
  --theme-chip-border: rgba(255,255,255,0.08);
  --theme-chip-text: rgba(255,255,255,.72);
  --theme-chip-active-text: #071022;

  /* LOGO ANIMADA */
  --logo-tagL: #7B2FBE;
  --logo-tagR: #FF4C7C;
  --logo-glass: #d9e7ff;
  --logo-lens: #071022;
  --logo-check: #63f5df;

  /* ========================================
     AJUSTE FINO RÁPIDO — V4 VISUAL
     Altere estes valores primeiro.
     ======================================== */
  --page-side-gap: 24px;         /* distância lateral geral da página */
  --hero-gap: 28px;              /* espaço entre colunas do hero */
  --section-space-top: 10px;     /* respiro vertical entre seções */
  --section-space-bottom: 8px;
  --cards-gap-lg: 16px;          /* espaço padrão entre cards grandes */
  --cards-gap-md: 14px;          /* espaço padrão entre cards médios */
  --cards-gap-sm: 12px;          /* espaço para grids mais compactos */
  --panel-padding-lg: 24px;      /* padding padrão dos painéis */
  --detail-title-size: clamp(1.75rem, 2.9vw, 3.15rem); /* título grande da página de produto */
  --detail-title-line: 1.04;
}

html[data-theme="light"] {
  --bg: #f5f0ff;
  --bg-soft: #ebe6fb;
  --panel: rgba(255,255,255,0.82);
  --panel-2: rgba(248, 246, 255, 0.96);
  --line: rgba(36, 18, 74, 0.12);
  --line-strong: rgba(107, 33, 168, 0.24);
  --text: #1d1631;
  --muted: #5c5870;
  --muted-2: #7b728f;
  --pink: #d84e88;
  --pink-2: #e46f9d;
  --purple: #6b3ce9;
  --purple-2: #8c5cff;
  --teal: #0fa79a;
  --teal-2: #0c8c81;
  --yellow: #d99a17;
  --red: #db4f74;
  --green: #14986b;
  --shadow: 0 20px 46px rgba(58, 32, 92, 0.12);
  --glow: 0 0 0 1px rgba(107, 33, 168, 0.08), 0 0 18px rgba(107, 33, 168, 0.08);
  --page-glow-left: rgba(107, 33, 168, 0.09);
  --page-glow-right: rgba(219, 79, 116, 0.08);
  --page-bg-top: #f7f3ff;
  --page-bg-mid: #f2ecff;
  --page-bg-bottom: #ece6fb;
  --grid-line: rgba(0,0,0,0.04);
  --browser-bg: rgba(250, 247, 255, 0.92);
  --header-bg: rgba(250, 247, 255, 0.86);
  --address-bg: rgba(0,0,0,0.04);
  --address-border: rgba(0,0,0,0.08);
  --address-text: #2a2140;
  --theme-chip-bg: rgba(0,0,0,0.03);
  --theme-chip-hover: rgba(0,0,0,0.06);
  --theme-chip-border: rgba(0,0,0,0.08);
  --theme-chip-text: rgba(36,22,58,.75);
  --theme-chip-active-text: #ffffff;
  --logo-tagL: #6B21A8;
  --logo-tagR: #D42A6A;
  --logo-glass: #8da4cb;
  --logo-lens: #f7f3ff;
  --logo-check: #0fa79a;
}

html[data-theme="neon"] {
  --bg: #020208;
  --bg-soft: #080010;
  --panel: rgba(9, 10, 24, 0.84);
  --panel-2: rgba(6, 7, 19, 0.96);
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(0,255,238,0.3);
  --text: #ffffff;
  --muted: rgba(255,255,255,.72);
  --muted-2: rgba(255,255,255,.48);
  --pink: #ff2f93;
  --pink-2: #ff73b7;
  --purple: #a800ff;
  --purple-2: #d257ff;
  --teal: #00ffee;
  --teal-2: #00d5cb;
  --yellow: #ffcb3b;
  --red: #ff5a8b;
  --green: #43ffd1;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.58);
  --glow: 0 0 0 1px rgba(0,255,238,.12), 0 0 24px rgba(0,255,238,.12);
  --page-glow-left: rgba(168, 0, 255, 0.18);
  --page-glow-right: rgba(255, 0, 119, 0.14);
  --page-bg-top: #000008;
  --page-bg-mid: #070014;
  --page-bg-bottom: #04040d;
  --grid-line: rgba(255,255,255,0.018);
  --browser-bg: rgba(0, 0, 8, 0.92);
  --header-bg: rgba(0, 0, 8, 0.78);
  --address-bg: rgba(255,255,255,0.03);
  --address-border: rgba(255,255,255,0.1);
  --address-text: #ffffff;
  --theme-chip-bg: rgba(255,255,255,0.03);
  --theme-chip-hover: rgba(255,255,255,0.07);
  --theme-chip-border: rgba(255,255,255,0.09);
  --theme-chip-text: rgba(255,255,255,.78);
  --theme-chip-active-text: #020208;
  --logo-tagL: #AA00FF;
  --logo-tagR: #FF0077;
  --logo-glass: #d9e7ff;
  --logo-lens: #020208;
  --logo-check: #00ffee;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, var(--page-glow-left), transparent 28%),
    radial-gradient(circle at 90% 12%, var(--page-glow-right), transparent 25%),
    linear-gradient(180deg, var(--page-bg-top) 0%, var(--page-bg-mid) 38%, var(--page-bg-bottom) 100%);
  min-height: 100vh;
  transition: background .35s ease, color .35s ease;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 55%, transparent 100%);
  opacity: .25;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
/* ========================================
   LARGURA GERAL DA PÁGINA
   Diminua ou aumente o respiro lateral alterando --page-side-gap.
   ======================================== */
.container { width: min(var(--max), calc(100% - var(--page-side-gap))); margin: 0 auto; }
.page-shell { padding-bottom: 40px; }

.browser {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--browser-bg);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.browser-bar {
  gap: 12px;
  width: min(var(--max), calc(100% - var(--page-side-gap)));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
}
.dots { display: flex; gap: 8px; align-items: center; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ff5f57; }
.dot.yellow { background: #febc2e; }
.dot.green { background: #28c840; }
.browser-nav { display: flex; gap: 10px; color: var(--muted); font-size: 20px; }
.address {
  flex: 1 1 auto;
  flex: 1;
  height: 40px;
  border-radius: 13px;
  border: 1px solid var(--address-border);
  background: var(--address-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--address-text);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.browser-icons { display: flex; gap: 14px; color: var(--muted); font-size: 20px; }

.site-header {
  position: sticky;
  top: 62px;
  z-index: 25;
  background: var(--header-bg);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.site-header-inner {
  width: min(var(--max), calc(100% - var(--page-side-gap)));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-scanner {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  overflow: hidden;
}
.brand-scanner::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 14px;
  border: 1px solid rgba(99,245,223,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  box-shadow: inset 0 0 18px rgba(99,245,223,.06), 0 0 20px rgba(99,245,223,.06);
  pointer-events: none;
}
.brand-scanner__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.26));
}
.brand-scanner__line {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,229,255,0), rgba(0,229,255,.95) 50%, rgba(0,229,255,0));
  box-shadow: 0 0 8px rgba(0,229,255,.7), 0 0 18px rgba(0,229,255,.3);
  opacity: 0;
  pointer-events: none;
  animation: brandIconScanner 2.5s ease-in-out infinite;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  min-width: 0;
  white-space: nowrap;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}
.brand-main {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}
.brand-name .e-accent {
  color: #00e5ff;
  text-shadow: 0 0 8px rgba(0,229,255,.45), 0 0 18px rgba(0,229,255,.22);
}
.brand-cilada {
  color: #f5f8ff;
}
.brand-name small {
  font-size: .66em;
  font-weight: 700;
  color: #8f98ad;
  margin-left: .06em;
  letter-spacing: -.02em;
}
.brand-wordmark-live {
  position: relative;
  overflow: hidden;
}
.brand-wordmark-live::after {
  content: "";
  position: absolute;
  left: -24%;
  top: 14%;
  width: 26%;
  height: 72%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.08) 50%, rgba(255,255,255,0));
  filter: blur(5px);
  mix-blend-mode: screen;
  opacity: .7;
  pointer-events: none;
  animation: brandWordmarkSweep 5.2s ease-in-out infinite;
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 14px;
  border: 1px solid var(--theme-chip-border);
  background: var(--theme-chip-bg);
  backdrop-filter: blur(12px);
}
.theme-switcher--browser {
  flex: 0 0 auto;
  margin-left: auto;
}
.ts-btn {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: var(--theme-chip-text);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.ts-btn:hover { background: var(--theme-chip-hover); }
.ts-btn.is-active {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-2) 48%, var(--pink-2) 100%);
  color: var(--theme-chip-active-text);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

html[data-theme="light"] .brand-cilada { color: #1d1631; }
html[data-theme="light"] .brand-name small { color: rgba(29,22,49,.72); }
html[data-theme="light"] .site-header,
html[data-theme="light"] .browser,
html[data-theme="light"] .address,
html[data-theme="light"] .nav-links a,
html[data-theme="light"] .browser-nav { color: var(--text); }
html[data-theme="light"] .address { box-shadow: inset 0 1px 0 rgba(255,255,255,.35); }
html[data-theme="light"] .brand-scanner::before {
  border-color: rgba(15,167,154,.18);
  box-shadow: inset 0 0 18px rgba(15,167,154,.05), 0 0 18px rgba(15,167,154,.05);
}
html[data-theme="light"] .btn { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.08); color: var(--text); }
html[data-theme="light"] .btn-outline { border-color: rgba(107,33,168,.28); color: var(--purple); }
html[data-theme="light"] .nav-links a.active { color: var(--text); }
html[data-theme="light"] .card,
html[data-theme="light"] .panel,
html[data-theme="light"] .hero-card,
html[data-theme="light"] .metric,
html[data-theme="light"] .stat-card,
html[data-theme="light"] .offer-card,
html[data-theme="light"] .signal-card,
html[data-theme="light"] .price-history,
html[data-theme="light"] .timeline,
html[data-theme="light"] .offer-table,
html[data-theme="light"] .gallery-card,
html[data-theme="light"] .verdict-card,
html[data-theme="light"] .step-card,
html[data-theme="light"] .feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(247,242,255,.96) 100%);
}
html[data-theme="light"] .eyebrow { background: rgba(15,167,154,.06); border-color: rgba(15,167,154,.18); }
html[data-theme="neon"] .btn-primary { color: #020208; }
html[data-theme="neon"] .eyebrow { background: rgba(0,255,238,.06); border-color: rgba(0,255,238,.2); }
html[data-theme="neon"] .brand-name .e-accent {
  text-shadow: 0 0 10px rgba(0,255,238,.82), 0 0 22px rgba(0,255,238,.36), 0 0 40px rgba(0,255,238,.16);
}
html[data-theme="neon"] .brand-cilada { color: #fbfeff; }
html[data-theme="neon"] .brand-name small { color: #97a0b8; }
html[data-theme="neon"] .brand-scanner::before {
  border-color: rgba(0,255,238,.25);
  box-shadow: inset 0 0 18px rgba(0,255,238,.08), 0 0 18px rgba(0,255,238,.08);
}

@keyframes brandIconScanner {
  0%, 100% { transform: translateY(0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translateY(36px); opacity: 1; }
  90% { opacity: 1; }
}
@keyframes brandWordmarkSweep {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: .76; }
  62% { opacity: .76; }
  100% { transform: translateX(430%); opacity: 0; }
}

.main-nav { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; width: 100%; max-width: 860px; }
.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  min-height: 44px;
}
.nav-links a {
  position: relative;
  padding: 10px 0;
  color: #eef0f6;
  opacity: .95;
  font-weight: 700;
  letter-spacing: .04em;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
  box-shadow: 0 0 12px rgba(195,108,255,.35);
  opacity: .9;
}
.nav-links a.active { color: #ffffff; }
.nav-links a:hover { color: #ffffff; }
.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
  box-shadow: 0 0 12px rgba(195,108,255,.45);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), width .34s cubic-bezier(.2,.8,.2,1), opacity .24s ease;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 15px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text);
  background: rgba(255,255,255,0.03);
  transition: .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-2) 48%, var(--pink-2) 100%);
  box-shadow: 0 18px 34px rgba(165, 92, 255, 0.18), 0 0 0 1px rgba(255,255,255,0.08) inset;
  border-color: rgba(255,255,255,0.16);
}
.btn-outline { border-color: rgba(195, 108, 255, 0.36); color: #ead6ff; }
.btn-sm { min-height: 42px; border-radius: 12px; padding: 0 16px; }
.btn-full { width: 100%; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: var(--hero-gap);
  align-items: center;
  padding: 34px 0 16px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(99,245,223,.18);
  background: rgba(99,245,223,.06);
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--teal);
  font-size: .92rem;
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(99,245,223,.9);
}
.hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  line-height: .97;
  letter-spacing: -.06em;
}
.hero p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 620px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-card,
.panel,
.card,
.metric,
.stat-card,
.offer-card,
.signal-card,
.price-history,
.timeline,
.offer-table,
.gallery-card,
.verdict-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(13,21,41,.92) 0%, rgba(8,14,29,.94) 100%);
  box-shadow: var(--shadow), var(--glow);
  position: relative;
  overflow: hidden;
}
.hero-card::before,
.panel::before,
.card::before,
.metric::before,
.stat-card::before,
.offer-card::before,
.signal-card::before,
.price-history::before,
.timeline::before,
.offer-table::before,
.gallery-card::before,
.verdict-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(195,108,255,.22), rgba(99,245,223,.15), rgba(255,127,182,.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.panel-inner { padding: var(--panel-padding-lg); }
.section { padding: var(--section-space-top) 0 var(--section-space-bottom); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 14px; flex-wrap: wrap; }
.section-head h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.05em; }
.section-head p { margin: 0; color: var(--muted); }


.hero-media {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(8,14,28,.96), rgba(6,10,20,.98));
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(169,108,255,.22), transparent 44%), radial-gradient(circle at 100% 100%, rgba(255,142,174,.15), transparent 30%);
  pointer-events: none;
}
.hero-video, .hero-logo {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-logo { object-fit: contain; padding: 26px; }
.icon-media {
  width: 72px; height: 72px; display: block; object-fit: contain; margin-bottom: 10px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.25));
}
/* ========================================
   ÍCONES DOS BOXES DA HOME
   Se quiser alinhar só as figuras no centro, mexa aqui.
   ======================================== */
.icon-circle {
  width: 96px; height: 96px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08);
  display: grid; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.04), rgba(255,255,255,.02));
  margin: 0 auto 14px;
}
.icon-circle .icon-media { width: 54px; height: 54px; margin: 0; }
.icon-square {
  width: 90px; height: 90px; border-radius: 22px; border: 1px solid rgba(255,255,255,.08);
  display: grid; place-items: center; background: radial-gradient(circle at 50% 0%, rgba(169,108,255,.18), rgba(255,255,255,.02));
  margin: 0 auto 14px;
}
.icon-square .icon-media { width: 56px; height: 56px; margin: 0; }
.brand-wordmark { height: 44px; width: auto; }
.brand-name-image { display:block; height: 46px; width:auto; }


/* ========================================
   CLASSES AUXILIARES DA V4
   Aqui ficam ajustes que antes estavam inline no HTML/PHP.
   ======================================== */
.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
  gap: 10px;
}

.dashboard-title-row {
  margin: 4px 0 6px;
}
.dashboard-title-text {
  color:#fff;
  font-size:1.32rem;
}
.metric-title-row {
  font-size:1.05rem;
  color:#d9b4ff;
  margin-bottom:10px;
}
.metric-title-row strong {
  color:#fff;
  font-size:1.32rem;
}
.metric-summary-grid {
  margin-top:0;
  grid-template-columns: repeat(3,1fr);
  gap:14px;
}
.product-title-detail {
  font-size: var(--detail-title-size);
  line-height: var(--detail-title-line);
  margin-bottom: 10px;
}
.product-subtitle-note {
  font-size: 1rem;
}
.score-circle__total {
  font-size:.8rem;
  font-weight:700;
  color:#c7fff8;
}
.verdict-checked {
  margin-top:14px;
}

.dashboard-hero {
  padding: 18px 0 12px;
  display: grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 18px;
  align-items: start;
}
.filters-bar {
  display: grid;
  grid-template-columns: minmax(0,1fr) 260px 150px;
  gap: 14px;
  margin: 14px 0 12px;
}
.search,
.select-like {
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  color: var(--text);
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--text);
  font-size: 1rem;
}
.search input::placeholder { color: #96a0bf; }
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.chip {
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}
.chip.active { border-color: rgba(195,108,255,.4); background: rgba(142,81,255,.15); }
.chip.ok { color: var(--green); }
.chip.warn { color: var(--yellow); }
.chip.risk { color: var(--red); }
.chip.live { color: #ca8cff; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cards-gap-lg);
}
.product-card { padding: 15px; display: flex; flex-direction: column; gap: 12px; }
.thumb {
  aspect-ratio: 1.16/1;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(142,81,255,.34), transparent 40%),
    linear-gradient(180deg, rgba(12,22,44,.94), rgba(7,13,27,.96));
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.thumb::after {
  content: "";
  position: absolute;
  inset: auto -25% -20% auto;
  width: 72%;
  height: 55%;
  background: radial-gradient(circle, rgba(255,127,182,.22), transparent 60%);
  filter: blur(22px);
}
.thumb-art {
  font-size: clamp(3.5rem, 7vw, 6rem);
  z-index: 2;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.45));
}
.thumb-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: .85rem;
  color: #dfe6ff;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.ellipsis {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #dce3ff;
  display: grid;
  place-items: center;
}
.meta-line, .muted-line { color: var(--muted); }
.product-title { font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em; margin: 0; }
.card h3 { margin: 0; font-size: 1.9rem; letter-spacing: -.04em; }
.store-line { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 1rem; }
.store-dot {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; font-size: .9rem; font-weight: 800;
  background: linear-gradient(135deg, rgba(142,81,255,.34), rgba(99,245,223,.24));
  border: 1px solid rgba(255,255,255,.1);
}
.price { font-size: 2.2rem; font-weight: 800; letter-spacing: -.05em; margin: 0; }
.price-big { font-size: clamp(2.6rem, 4vw, 4.8rem); color: var(--teal); text-shadow: 0 0 18px rgba(99,245,223,.18); }
.delta { color: var(--green); font-weight: 600; }
.delta.up { color: var(--red); }
.status-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.status {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 38px; padding: 0 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04); font-weight: 700;
}
.status.ok { color: var(--green); background: rgba(99,245,223,.08); border-color: rgba(99,245,223,.18); }
.status.warn { color: var(--yellow); background: rgba(255,196,77,.08); border-color: rgba(255,196,77,.18); }
.status.risk { color: var(--red); background: rgba(255,101,132,.08); border-color: rgba(255,101,132,.2); }
.status.live { color: #ca8cff; background: rgba(142,81,255,.10); border-color: rgba(142,81,255,.24); }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ========================================
   BLOCOS DA HOME
   Reduzimos gaps para aproximar os cards e diminuir “buracos”.
   ======================================== */
.cta-strip {
  margin-top: 22px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 20px;
}
.cta-icon {
  width: 90px; height: 90px; border-radius: 24px;
  display: grid; place-items: center; font-size: 2.8rem;
  background: radial-gradient(circle, rgba(99,245,223,.18), rgba(142,81,255,.12));
  border: 1px solid rgba(255,255,255,.08);
}
.cta-strip h3 { margin: 0 0 6px; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.cta-strip p { margin: 0; color: var(--muted); }

.steps {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--cards-gap-md);
  margin: 10px 0 16px;
}
.step-card { padding: 20px; }
.step-number { color: var(--purple-2); font-weight: 800; font-size: 1.2rem; }
.step-icon { font-size: 2.4rem; margin-bottom: 14px; }
.step-card h3 { margin: 0 0 10px; font-size: 1.6rem; letter-spacing: -.04em; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--cards-gap-md); }
.feature-card { padding: 20px; }
.feature-icon { font-size: 2rem; margin-bottom: 10px; }
.feature-card h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.product-layout {
  display: grid;
  grid-template-columns: 1.3fr .95fr .74fr;
  gap: 18px;
  padding-top: 10px;
}
.breadcrumb { color: var(--muted); margin: 12px 0 6px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.breadcrumb strong { color: var(--text); }
.gallery-card { padding: 16px; }
.gallery-main {
  min-height: 420px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(142,81,255,.26), transparent 38%),
    linear-gradient(180deg, rgba(15,22,44,.96), rgba(8,13,27,.96));
  display: grid; place-items: center;
  position: relative;
  overflow: hidden;
}
.ps5-scene { position: relative; width: min(100%, 430px); height: 320px; }
.console {
  position: absolute; left: 32px; top: 28px; width: 115px; height: 226px;
  background: linear-gradient(180deg, #ffffff 0%, #edf0f8 100%);
  border-radius: 22px 22px 14px 14px;
  box-shadow: 0 16px 28px rgba(0,0,0,.4);
  transform: perspective(600px) rotateY(-15deg);
}
.console::before {
  content: ""; position: absolute; inset: 0 10px 0 auto; width: 18px;
  background: linear-gradient(180deg, #08111f, #18253e); border-radius: 14px;
}
.console::after {
  content: ""; position: absolute; left: 0; right: 0; top: 56%; height: 6px;
  background: #101725; box-shadow: 0 0 0 1px rgba(255,255,255,.06);
}
.controller {
  position: absolute; left: 18px; bottom: 34px; width: 108px; height: 64px;
  background: linear-gradient(180deg, #ffffff 0%, #eef2fb 100%);
  border-radius: 30px 30px 26px 26px;
  box-shadow: 0 12px 18px rgba(0,0,0,.38);
}
.controller::before,
.controller::after {
  content: ""; position: absolute; top: 12px; width: 22px; height: 22px; border-radius: 50%;
  background: #0d1726;
}
.controller::before { left: 20px; }
.controller::after { right: 20px; }
.games { position: absolute; left: 160px; bottom: 42px; display: flex; gap: 16px; }
.game {
  width: 92px; height: 132px; border-radius: 8px;
  background: linear-gradient(180deg, rgba(33,61,116,.92), rgba(10,22,56,.96));
  border: 2px solid rgba(255,255,255,.16);
  box-shadow: 0 12px 20px rgba(0,0,0,.35);
  position: relative; overflow: hidden;
}
.game::before {
  content: "PS5";
  position: absolute; left: 0; right: 0; top: 0;
  background: rgba(255,255,255,.85); color: #0d1726;
  font-size: .85rem; font-weight: 800; text-align: center; padding: 5px 0;
}
.game .name {
  position: absolute; inset: 28px 8px 10px;
  display: grid; place-items: center; text-align: center;
  color: white; font-weight: 900; line-height: 1.05; letter-spacing: -.03em;
}
.game.gt { background: linear-gradient(180deg, rgba(33,43,112,.9), rgba(71,16,34,.92)); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.gallery-thumb {
  min-height: 84px; border-radius: 16px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03); display: grid; place-items: center; color: #dce6ff;
}
.details-card { padding: 20px; }
.details-card .store-line { margin-bottom: 16px; }
.mini-note {
  color: var(--green);
  font-weight: 700;
  border: 1px solid rgba(99,245,223,.2);
  background: rgba(99,245,223,.08);
  padding: 10px 14px;
  border-radius: 14px;
  display: inline-flex;
  gap: 8px;
  margin: 8px 0 18px;
}
.verdict-card { padding: 20px; }
.verdict-card h3 { margin: 0 0 18px; font-size: 1.4rem; }
.verdict-score { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 18px; }
.verdict-score strong { display: block; font-size: 2.4rem; color: var(--teal); letter-spacing: -.04em; }
.score-circle {
  width: 92px; height: 92px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  border: 6px solid rgba(99,245,223,.26);
  color: var(--teal);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 0 22px rgba(99,245,223,.12);
}
.verdict-list { display: grid; gap: 10px; }
.verdict-item, .signal-row, .timeline-row {
  display: flex; justify-content: space-between; gap: 14px; align-items: center;
  padding: 12px 14px; border-radius: 15px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
}
.history-signals {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 18px;
  margin-top: 18px;
}
.price-history, .signal-card, .offer-table, .timeline { padding: 20px; }
.block-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.block-title h3 { margin: 0; font-size: 1.9rem; letter-spacing: -.04em; }
.tabs-inline { display: flex; gap: 8px; flex-wrap: wrap; }
.tabs-inline span {
  min-width: 46px; height: 38px; border-radius: 12px; display: inline-grid; place-items: center;
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: var(--muted);
}
.tabs-inline span.active { background: rgba(142,81,255,.16); color: #efe4ff; border-color: rgba(195,108,255,.3); }
.chart {
  position: relative; height: 290px; border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  background-size: 100% 58px, 70px 100%, 100% 100%;
  overflow: hidden;
}
.chart svg { width: 100%; height: 100%; }
.chart-label {
  position: absolute; right: 18px; top: 96px; border-radius: 14px; padding: 10px 12px;
  background: rgba(9,15,28,.94); border: 1px solid rgba(255,255,255,.08); color: #eaf0ff;
}
.history-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.history-stat { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.history-stat small { display: block; color: var(--muted); margin-bottom: 8px; }
.history-stat strong { font-size: 2rem; letter-spacing: -.04em; }
.history-stat strong.green { color: var(--green); }
.history-stat strong.red { color: var(--pink); }

.signals-list { display: grid; gap: 12px; }
.signal-left { display: flex; gap: 12px; align-items: center; }
.signal-icon {
  width: 46px; height: 46px; border-radius: 16px;
  display: grid; place-items: center; background: rgba(142,81,255,.12); border: 1px solid rgba(255,255,255,.06);
}
.signal-copy strong { display: block; font-size: 1.05rem; margin-bottom: 3px; }
.signal-copy span { color: var(--muted); font-size: .94rem; }
.signal-tag {
  min-width: 88px; text-align: center; border-radius: 12px; padding: 10px 12px; font-weight: 700;
  border: 1px solid rgba(99,245,223,.15); background: rgba(99,245,223,.08); color: var(--green);
}
.link-understand {
  margin-top: 12px; display: flex; align-items: center; justify-content: space-between;
  color: #dab3ff; border: 1px solid rgba(195,108,255,.2); background: rgba(142,81,255,.09);
  border-radius: 14px; padding: 14px 16px;
}
.bottom-grid {
  display: grid; grid-template-columns: 1.35fr .68fr; gap: 18px; margin-top: 18px;
}
.offer-table table { width: 100%; border-collapse: collapse; }
.offer-table th, .offer-table td { text-align: left; padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,.07); vertical-align: top; }
.offer-table th { color: var(--muted); font-size: .92rem; font-weight: 600; }
.store-cell { display: flex; align-items: center; gap: 12px; }
.brand-badge {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); font-weight: 900;
}
.offer-extra { color: var(--muted); font-size: .95rem; margin-top: 4px; }
.more-offers { margin-top: 14px; }
.timeline-stack { display: grid; gap: 12px; }
.timeline-row small { display: block; color: var(--muted); margin-top: 2px; }

.footer { padding: 38px 0 50px; color: var(--muted); }
.footer-inner {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}



/*
  Bloco: banner de apoio / mendigo virtual
  Modificado: 30/04/2026 08:40
*/
.support-banner {
  position: relative;
  display: grid;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: var(--text);
  border-radius: 24px;
  border: 1px solid rgba(195,108,255,.26);
  background:
    radial-gradient(circle at 0% 0%, rgba(170, 90, 255, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255, 127, 182, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(18, 24, 48, .96), rgba(10, 16, 33, .98));
  box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.04) inset, 0 0 20px rgba(173, 94, 255, .12);
  overflow: hidden;
  isolation: isolate;
  transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease;
  padding: 16px 18px;
  animation: supportBannerGlow var(--glow-duration, 10s) ease-in-out infinite alternate;
}
.support-banner:hover {
  transform: translateY(-2px);
  border-color: rgba(255,153,197,.34);
  box-shadow: 0 24px 50px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.05) inset, 0 0 30px rgba(173, 94, 255, .2);
}
.support-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent);
  transform: translateX(-120%);
  opacity: .55;
  animation: supportBannerSweep var(--sweep-duration, 8s) linear var(--sweep-delay, 0s) infinite;
  pointer-events: none;
}
.support-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--orb-x, 80%) var(--orb-y, 20%), rgba(148, 255, 236, .11), transparent 23%),
    radial-gradient(circle at 18% 100%, rgba(195,108,255,.10), transparent 28%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: supportBannerSurfacePulse var(--pulse-duration, 5.8s) ease-in-out var(--pulse-delay, 0s) infinite;
}
.support-banner__pill,
.support-banner__tag,
.support-banner__body,
.support-banner__title,
.support-banner__cta { position: relative; z-index: 1; }
.support-banner__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(99,245,223,.18);
  background: rgba(99,245,223,.08);
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.support-banner__pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px rgba(99,245,223,.55);
  flex: 0 0 auto;
}
.support-banner__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}
.support-banner__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  width: 100%;
}
.support-banner__title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .98;
  color: #fbfbff;
  text-wrap: balance;
}
.support-banner__body {
  margin: 0;
  color: rgba(241, 243, 251, .82);
  font-size: .92rem;
  line-height: 1.4;
  max-width: 66ch;
}
.support-banner__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  padding: 11px 14px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(135deg, rgba(142,81,255,.2), rgba(255,127,182,.2));
  color: #fff6fc;
  font-weight: 800;
  font-size: .9rem;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.support-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffd5f3;
  font-size: .84rem;
  font-weight: 700;
  opacity: .96;
}
.support-banner__cta::after {
  content: "↗";
  font-size: .96rem;
}

/* Home: banner compacto e travado */
.support-banner--hero {
  margin-top: 10px;
  height: 148px;
  min-height: 148px;
  padding: 14px 18px 16px;
}
.support-banner--hero .support-banner__row,
.support-banner--wide .support-banner__row,
.support-banner--slim .support-banner__row {
  align-items: stretch;
}
.support-banner--hero .support-banner__copy {
  height: 100%;
  align-content: space-between;
}
.support-banner--hero .support-banner__title {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.03;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.support-banner--hero .support-banner__body,
.support-banner--hero .support-banner__tag { display: none; }
.support-banner--hero .support-banner__cta { margin-top: auto; }

/* Monitorados: banner mais baixo, sem texto extra */
/* ========================================
   BANNERS DE APOIO
   Altura levemente menor para reduzir o vazio vertical.
   ======================================== */
.support-banner--wide {
  height: 146px;
  min-height: 146px;
  padding: 12px 18px 14px;
}
.support-banner--wide .support-banner__copy {
  height: 100%;
  align-content: start;
}
.support-banner--wide .support-banner__title {
  font-size: clamp(1.2rem, 1.75vw, 1.9rem);
  line-height: 1.02;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.support-banner--wide .support-banner__body,
.support-banner--wide .support-banner__tag { display: none; }
.support-banner--wide .support-banner__cta { margin-top: auto; }

/* Interna: banner fininho ao lado do breadcrumb */
.support-banner--slim {
  min-height: 50px;
  height: 50px;
  padding: 8px 14px;
  margin: 0;
  border-radius: 16px;
}
.support-banner--slim .support-banner__pill {
  font-size: .7rem;
  padding: 5px 9px;
}
.support-banner--slim .support-banner__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
}
.support-banner--slim .support-banner__title {
  font-size: .85rem;
  line-height: 1.05;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.support-banner--slim .support-banner__body,
.support-banner--slim .support-banner__cta,
.support-banner--slim .support-banner__tag {
  display: none;
}

.product-topbar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
.product-topbar .breadcrumb { margin: 0; }

.dashboard-copy { display: grid; gap: 4px; }
.dashboard-copy .section-head { margin: 2px 0 0; }
.dashboard-copy .section-head p { margin-top: 4px; }

.cards-grid.hero-mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hero-mini-card {
  padding: 10px 8px 12px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 8px;
}
.hero-mini-card .icon-square {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  margin: 0 auto 4px;
}
.hero-mini-card .icon-square .icon-media {
  width: 34px;
  height: 34px;
}
.hero-mini-card h3,
.hero-mini-card .status {
  transition: opacity .22s ease, transform .22s ease, max-height .22s ease, margin .22s ease;
}
.hero-mini-card h3 {
  margin: 0;
  font-size: .95rem;
  line-height: 1.08;
  max-height: 32px;
  overflow: hidden;
  opacity: 1;
  transform: none;
}
.hero-mini-card .status {
  align-self: center;
  margin-top: auto;
}
.hero-mini-card:hover h3,
.hero-mini-card:focus-within h3 {
  max-height: 32px;
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .cards-grid.hero-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hero-mini-card {
    padding: 9px 7px 11px;
    min-height: 112px;
  }
  .hero-mini-card .icon-square {
    width: 62px;
    height: 62px;
  }
  .hero-mini-card .icon-square .icon-media {
    width: 30px;
    height: 30px;
  }
  .hero-mini-card h3 {
    font-size: .86rem;
  }
  .hero-mini-card .status {
    font-size: .82rem;
    padding: 8px 9px;
  }
}

@media (hover:none), (max-width: 860px) {
  .cards-grid.hero-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-mini-card {
    min-height: 118px;
  }
}
.support-modal[hidden] { display: none; }
.support-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
}
.support-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 14, .78);
  backdrop-filter: blur(12px);
}
.support-modal__dialog {
  position: relative;
  width: min(720px, calc(100% - 28px));
  margin: min(8vh, 70px) auto;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(195,108,255,.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,127,182,.14), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(142,81,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(13,21,41,.97), rgba(7,12,24,.98));
  box-shadow: 0 26px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04) inset;
  overflow: hidden;
}
.support-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
}
.support-modal__dialog h3 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  letter-spacing: -.05em;
  max-width: 13ch;
}
.support-modal__dialog p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 14px;
}
.support-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}
.support-modal__tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #f3d5ff;
  font-weight: 700;
  font-size: .9rem;
}
.support-modal__tags span::before {
  content: "•";
  color: var(--teal);
}
.support-modal__box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(99,245,223,.16);
  background: rgba(99,245,223,.06);
}
.support-modal__box strong { display: block; margin-bottom: 6px; color: var(--teal); }
.support-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.support-modal__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #f6cfff;
  font-size: .93rem;
}
.support-modal-open { overflow: hidden; }
@keyframes supportBannerGlow {
  0% { filter: saturate(100%); }
  100% { filter: saturate(114%); }
}
@keyframes supportBannerPulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.006); }
  55% { transform: scale(1.012); }
  70% { transform: scale(1.004); }
}
@keyframes supportBannerSweep {
  0% { transform: translateX(-120%); opacity: 0; }
  12% { opacity: .35; }
  40% { opacity: .12; }
  100% { transform: translateX(120%); opacity: 0; }
}

@media (max-width: 1120px) {
  .hero,
  .dashboard-hero,
  .product-layout,
  .history-signals,
  .bottom-grid { grid-template-columns: 1fr; }
  .cards-grid,
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .site-header { top: 62px; }
  .site-header-inner { min-height: auto; padding: 14px 0; flex-direction: column; align-items: stretch; }
  .brand { justify-content: center; }
  .main-nav { justify-content: center; }
  .browser-actions { margin-left: auto; }
  .theme-switcher--browser { margin-left: 0; }
  .nav-links { justify-content: center; gap: 20px; }
  .cta-strip { grid-template-columns: 1fr; text-align: center; }
  .cta-icon { margin: 0 auto; }
  .filters-bar,
  .cards-grid,
  .steps,
  .feature-grid,
  .history-stats { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .card-actions { grid-template-columns: 1fr; }
  .browser-nav, .browser-icons { display: none; }
  .address { font-size: .92rem; min-width: 0; }
  .browser-actions { gap: 8px; }
  .theme-switcher--browser { margin-left: 0; }
  .theme-switcher--browser .ts-btn { padding: 0 8px; font-size: .72rem; }
  .btn-verify-mini { min-height: 32px; padding: 0 12px; font-size: .74rem; }
}

@media (max-width: 620px) {
  .container, .browser-bar, .site-header-inner { width: min(var(--max), calc(100% - 18px)); }
  .brand-scanner { width: 44px; height: 44px; }
  .brand-scanner__icon { width: 44px; height: 44px; }
  .brand-name { font-size: 1.42rem; }
  .brand-name small { font-size: .62em; }
  .browser-actions { width: auto; gap: 6px; }
  .theme-switcher--browser { width: auto; }
  .theme-switcher--browser .ts-btn { min-height: 28px; padding: 0 7px; font-size: .68rem; }
  .btn-verify-mini { min-height: 28px; padding: 0 10px; font-size: .68rem; }
  .nav-links { gap: 16px; }
  .hero h1, .section-head h2 { word-break: break-word; }
  .hero p { font-size: 1rem; }
  .panel-inner, .gallery-card, .details-card, .verdict-card, .price-history, .signal-card, .offer-table, .timeline, .step-card, .feature-card { padding: 18px; }
  .price-big { font-size: 2.6rem; }
  .price { font-size: 1.8rem; }
  .product-title { font-size: 1.3rem; }
  .offer-table { overflow-x: auto; }
  .offer-table table { min-width: 720px; }
  .main-nav a { padding: 10px 12px; }
}


@media (max-width: 860px) {
  .support-banner__row { flex-direction: column; align-items: flex-start; }
  .support-banner__tag { min-width: 0; }
  .support-banner--wide, .support-banner--hero { height: auto; min-height: auto; }
  .support-banner--slim .support-banner__row { flex-direction: row; align-items: center; }
}

@media (max-width: 620px) {
  .support-banner { padding: 14px 14px 15px; border-radius: 20px; }
  .support-banner__pill { font-size: .72rem; }
  .support-banner--hero .support-banner__title,
  .support-banner--wide .support-banner__title { font-size: clamp(1.45rem, 7vw, 2.25rem); }
  .support-banner__body { font-size: .9rem; }
  .support-banner__tag { width: 100%; justify-content: center; }
  .support-banner--hero, .support-banner--wide { height: auto; min-height: 120px; }
  .support-banner--slim { padding: 10px 12px; height: auto; min-height: 46px; }
  .support-banner--slim .support-banner__title { font-size: .82rem; }
  .support-modal__dialog { padding: 22px 18px 20px; border-radius: 24px; }
}


/* =========================================================
   Camada dinâmica/admin inicial
   ========================================================= */
[data-chip-filter] { cursor: pointer; user-select: none; }
.offer-extra-green { color: var(--green); }

.admin-page {
  padding-top: 34px;
  padding-bottom: 10px;
}
.admin-hero {
  align-items: stretch;
}
.admin-lead {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 760px;
  line-height: 1.65;
}
.admin-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.admin-sidebar {
  position: sticky;
  top: 168px;
}
.admin-meta {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}
.admin-list {
  display: grid;
  gap: 12px;
}
.admin-list-item {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.admin-list-item strong {
  display: block;
  font-size: .98rem;
}
.admin-list-item small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.5;
}
.admin-list-index {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, rgba(142,81,255,.38), rgba(195,108,255,.2));
  border: 1px solid rgba(255,255,255,0.08);
}
.admin-editor-wrap {
  min-height: 600px;
}
.admin-editor-head {
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.admin-help {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}
.admin-status {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: #eef0f6;
}
.admin-status[data-state="ok"] {
  border-color: rgba(110,241,207,.18);
  background: rgba(99,245,223,.07);
  color: #d8fff8;
}
.admin-status[data-state="warn"] {
  border-color: rgba(255,196,77,.18);
  background: rgba(255,196,77,.08);
  color: #ffe5aa;
}
.admin-status[data-state="error"] {
  border-color: rgba(255,101,132,.2);
  background: rgba(255,101,132,.08);
  color: #ffd2dc;
}
.admin-json {
  width: 100%;
  min-height: 640px;
  resize: vertical;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(4,8,18,0.88);
  color: #f6f7fb;
  line-height: 1.62;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .95rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}
.admin-json:focus {
  outline: 1px solid rgba(195,108,255,.38);
  box-shadow: 0 0 0 4px rgba(142,81,255,.12);
}

@media (max-width: 1080px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
  }
}


/*
========================================
Admin / PHP v3
========================================
*/
.admin-body,
.admin-auth-body{
  background: radial-gradient(circle at top, rgba(142,81,255,.18), transparent 26%), #0a0811;
  color:#f5ebff;
}

.admin-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns: 280px 1fr;
}

.admin-sidebar{
  border-right:1px solid rgba(255,255,255,.08);
  background:rgba(11,8,20,.88);
  backdrop-filter: blur(18px);
  padding:28px 22px;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.admin-brand{margin-bottom:8px;}
.admin-menu{display:grid; gap:10px;}
.admin-menu a{
  color:#e8d8ff;
  text-decoration:none;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}
.admin-menu a:hover{background:rgba(142,81,255,.14); border-color:rgba(195,108,255,.28);}
.admin-note{
  margin-top:auto;
  border:1px solid rgba(195,108,255,.18);
  background:rgba(142,81,255,.08);
  color:#e9d3ff;
  border-radius:18px;
  padding:14px;
  font-size:.92rem;
  line-height:1.55;
}
.admin-note code,
.admin-list code,
.admin-form code{color:#fff;}

.admin-main{padding:28px;}
.admin-topbar{display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:24px;}
.admin-topbar h1{margin:.25rem 0 0; font-size:clamp(1.8rem,3vw,2.8rem);}
.admin-user-card{
  min-width:220px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:20px;
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.admin-user-card span{color:var(--text-soft); font-size:.92rem;}

.admin-cards-grid,
.admin-panel-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:18px;
}
.admin-panel-grid{margin-top:18px;}
.admin-stat-card,
.admin-panel-card{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(18,13,29,.96), rgba(9,7,15,.98));
  border-radius:24px;
  padding:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}
.admin-stat-card small{display:block; color:var(--text-soft); text-transform:uppercase; letter-spacing:.08em; margin-bottom:8px;}
.admin-stat-card strong{display:block; font-size:1.8rem; margin-bottom:8px;}
.admin-stat-card span{color:var(--text-soft);}
.admin-panel-card h2{margin:.35rem 0 1rem;}
.admin-narrow-card{max-width:760px;}

.admin-form{display:grid; gap:14px;}
.admin-form-stacked{margin-top:14px;}
.admin-form label{display:grid; gap:8px;}
.admin-form span{font-weight:600; color:#f5ebff;}
.admin-form input,
.admin-form textarea{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:14px 16px;
  font:inherit;
}
.admin-json-editor{min-height:560px; resize:vertical; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size:.92rem; line-height:1.5;}
.admin-actions-row{display:flex; flex-wrap:wrap; gap:12px; margin-top:10px;}
.admin-list{display:grid; gap:10px; padding-left:18px; color:#ead7ff;}
.admin-list li{line-height:1.55;}

.admin-alert{
  border-radius:16px;
  padding:14px 16px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.08);
}
.admin-alert.ok{background:rgba(57,210,159,.12); border-color:rgba(57,210,159,.22); color:#bfffea;}
.admin-alert.warn{background:rgba(255,180,77,.12); border-color:rgba(255,180,77,.22); color:#ffe2b6;}
.admin-alert.error{background:rgba(255,109,138,.12); border-color:rgba(255,109,138,.22); color:#ffd0dc;}

.admin-auth-shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  gap:20px;
}
.admin-auth-card{width:min(100%, 720px);}
.admin-lead{color:var(--text-soft); margin-bottom:16px;}
.admin-credentials-box{
  margin-top:18px;
  display:grid;
  gap:8px;
  border:1px dashed rgba(195,108,255,.32);
  background:rgba(142,81,255,.08);
  border-radius:18px;
  padding:16px;
}
.admin-credentials-box code{
  display:inline-block;
  width:fit-content;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.07);
}

@media (max-width: 980px){
  .admin-shell{grid-template-columns:1fr;}
  .admin-sidebar{border-right:0; border-bottom:1px solid rgba(255,255,255,.08);}
  .admin-topbar{flex-direction:column;}
}

@keyframes supportBannerSurfacePulse {
  0%, 100% { opacity: .78; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.015); }
}

/* Movimento suave herdado da logo nos banners de apoio */
@keyframes ecBannerPillDrift {
  0%,100% { transform: translateY(0); }
  35% { transform: translateY(-1.5px); }
  68% { transform: translateY(.5px); }
}
.support-banner__pill { animation: ecBannerPillDrift 4.4s ease-in-out infinite; }
.support-banner--hero::before,
.support-banner--wide::before,
.support-banner--slim::before { opacity: .62; }

@media (max-width: 1040px) {
  .theme-switcher { order: 3; width: 100%; justify-content: center; }
}
@media (max-width: 860px) {
  .logo-svg-wrap, .logo-svg-wrap svg { width: 54px; height: 54px; }
  .theme-switcher { display: none; }
}

/* ============================================================
   eCilada v4.4 — Histórico de preços interativo / Me avise
   Arquivo: assets/styles.css
   Criado/Modificado: 01/05/2026 03:40
   Observação: bloco visual com dados demonstrativos; preparado para receber dados reais depois.
   ============================================================ */
.price-history--interactive {
  overflow: visible;
}
.price-history__head {
  align-items: flex-start;
}
.history-eyebrow {
  margin-bottom: 8px;
}
.history-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.history-period-tabs button,
.history-view-toggle button {
  min-width: 44px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  font-size: .78rem;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.history-period-tabs button:hover,
.history-view-toggle button:hover {
  transform: translateY(-1px);
  color: var(--text);
  border-color: rgba(99,245,223,.22);
}
.history-period-tabs button.active,
.history-view-toggle button.active {
  background: linear-gradient(135deg, rgba(142,81,255,.28), rgba(99,245,223,.16));
  color: #f4ecff;
  border-color: rgba(195,108,255,.38);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.history-view-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
}
.history-alert-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -4px 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(99,245,223,.16);
  background: linear-gradient(135deg, rgba(99,245,223,.09), rgba(142,81,255,.08));
}
.history-alert-strip strong,
.history-alert-strip span:not(.history-alert-strip__badge) {
  display: block;
}
.history-alert-strip strong {
  color: #eefcff;
  margin-bottom: 3px;
}
.history-alert-strip span {
  color: var(--muted);
  font-size: .92rem;
}
.history-alert-strip__badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(99,245,223,.10);
  border: 1px solid rgba(99,245,223,.20);
  color: var(--teal) !important;
  font-size: .72rem !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.chart--interactive {
  height: 320px;
  cursor: crosshair;
  overflow: hidden;
  isolation: isolate;
}
.history-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.history-grid line {
  stroke: rgba(255,255,255,.055);
  stroke-width: 1;
}
.history-grid text {
  fill: rgba(234,240,255,.48);
  font-size: 11px;
  font-weight: 700;
}
.history-area-path {
  fill: url(#historyFillGrad);
  opacity: .86;
}
.history-line-path {
  fill: none;
  stroke: url(#historyLineGrad);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(99,245,223,.12));
}
.history-min-line {
  stroke: rgba(255,111,145,.48);
  stroke-width: 2;
  stroke-dasharray: 8 8;
}
.history-min-label {
  fill: rgba(255,151,184,.88);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.history-point {
  fill: #09101f;
  stroke-width: 3;
  cursor: pointer;
  transition: r .16s ease, filter .16s ease;
}
.history-point:hover,
.history-point.is-active {
  r: 7;
  filter: drop-shadow(0 0 10px rgba(99,245,223,.75));
}
.history-point--ok { stroke: var(--green); }
.history-point--warn { stroke: var(--warning); }
.history-point--risk { stroke: var(--pink); }
.history-hover-line {
  opacity: 0;
  stroke: rgba(255,255,255,.20);
  stroke-width: 1;
  pointer-events: none;
}
.chart--interactive.is-hovering .history-hover-line {
  opacity: 1;
}
.history-tooltip {
  position: absolute;
  min-width: 168px;
  left: 20px;
  top: 20px;
  z-index: 4;
  pointer-events: none;
  border-radius: 16px;
  padding: 11px 13px;
  background: rgba(7,12,24,.95);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
  transform: translate(-50%, -108%);
  opacity: 0;
  transition: opacity .14s ease;
}
.chart--interactive.is-hovering .history-tooltip {
  opacity: 1;
}
.history-tooltip small,
.history-tooltip span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}
.history-tooltip strong {
  display: block;
  color: #f9fbff;
  font-size: 1.25rem;
  letter-spacing: -.04em;
  margin: 2px 0;
}
.history-bars rect {
  opacity: 0;
  transition: opacity .25s ease, y .25s ease, height .25s ease;
  rx: 7;
}
.price-history--bars .history-area-path,
.price-history--bars .history-line-path,
.price-history--bars .history-points {
  opacity: .18;
}
.price-history--bars .history-bars rect {
  opacity: .86;
}
.history-stats--rich {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.history-stat span {
  display: block;
  color: var(--muted);
  font-size: .85rem;
  margin-top: 4px;
}
.history-table-wrap {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.block-title--compact {
  margin-bottom: 10px;
}
.block-title--compact h3 {
  font-size: 1.2rem;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table th,
.history-table td {
  text-align: left;
  padding: 11px 8px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: .9rem;
}
.history-table th {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.history-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
  white-space: nowrap;
}
.history-badge--ok { background: rgba(39,210,143,.10); color: #96ffd4; border: 1px solid rgba(39,210,143,.18); }
.history-badge--warn { background: rgba(255,180,77,.10); color: #ffe0a4; border: 1px solid rgba(255,180,77,.18); }
.history-badge--risk { background: rgba(255,111,145,.10); color: #ffbed0; border: 1px solid rgba(255,111,145,.18); }
.price-watch-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(99,245,223,.15);
  background: linear-gradient(135deg, rgba(99,245,223,.08), rgba(142,81,255,.06));
}
.price-watch-card--modal {
  margin: 0;
  width: 100%;
  border-color: rgba(99,245,223,.26);
  background:
    radial-gradient(circle at top left, rgba(99,245,223,.12), transparent 42%),
    linear-gradient(145deg, rgba(13,22,42,.98), rgba(25,19,48,.98));
  box-shadow: 0 28px 90px rgba(0,0,0,.55), 0 0 38px rgba(142,81,255,.14);
}
.price-watch-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  isolation: isolate;
}
.price-watch-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.price-watch-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,6,18,.72);
  backdrop-filter: blur(10px);
}
.price-watch-modal__box {
  position: relative;
  z-index: 1;
  width: min(440px, calc(100vw - 28px));
  transform: translateY(12px) scale(.98);
  transition: transform .22s ease;
}
.price-watch-modal.is-open .price-watch-modal__box {
  transform: translateY(0) scale(1);
}
.price-watch-modal__close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,14,28,.96);
  color: #f1fbff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.price-watch-modal__close:hover {
  border-color: rgba(99,245,223,.34);
  color: #8fffee;
}
html.modal-open,
html.modal-open body {
  overflow: hidden;
}
.price-watch-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.price-watch-card__head span {
  font-weight: 900;
  color: #f1fbff;
}
.price-watch-card__head small,
.price-watch-card__status {
  color: var(--muted);
  line-height: 1.35;
}
.price-watch-card label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: .82rem;
}
.price-watch-card input {
  width: 100%;
  min-height: 40px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,12,24,.62);
  color: var(--text);
  padding: 9px 12px;
  font: inherit;
  outline: none;
}
.price-watch-card input:focus {
  border-color: rgba(99,245,223,.35);
  box-shadow: 0 0 0 3px rgba(99,245,223,.08);
}
.price-watch-card__status {
  margin: 0;
  font-size: .82rem;
}
.price-watch-card__status.ok {
  color: #a7ffd8;
}

@media (max-width: 1120px) {
  .history-stats--rich { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .history-alert-strip,
  .price-history__head,
  .history-controls,
  .price-watch-card__head {
    align-items: stretch;
    flex-direction: column;
  }
  .history-period-tabs,
  .history-view-toggle { width: 100%; }
  .history-period-tabs button,
  .history-view-toggle button { flex: 1; }
  .chart--interactive { height: 280px; }
  .history-stats--rich { grid-template-columns: 1fr; }
  .history-table-wrap { overflow-x: auto; }
  .history-table { min-width: 680px; }
}


/*
========================================
Cadastro base de produtos monitorados — v4.6
========================================
*/
.admin-panel-grid--wide{grid-template-columns:minmax(340px, 1fr) minmax(380px, 1.1fr);}
.admin-form-grid-2,
.admin-form-grid-3{display:grid; gap:14px;}
.admin-form-grid-2{grid-template-columns:repeat(2, minmax(0,1fr));}
.admin-form-grid-3{grid-template-columns:repeat(3, minmax(0,1fr));}
.admin-select{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:14px 16px;
  font:inherit;
}
.admin-products-stack{display:grid; gap:14px; margin-top:14px;}
.admin-product-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
  padding:16px 18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.admin-product-row__top,
.admin-product-row__meta,
.admin-product-row__actions{display:flex; flex-wrap:wrap; gap:8px;}
.admin-product-row__top{margin-bottom:8px;}
.admin-product-row__main strong{display:block; font-size:1rem; margin-bottom:6px;}
.admin-product-row__main small{display:block; color:var(--text-soft); line-height:1.55; margin-bottom:10px; word-break:break-word;}
.admin-product-row__meta span{
  font-size:.82rem;
  color:#e6d8ff;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  padding:6px 10px;
  border-radius:999px;
}
.admin-product-row__actions{justify-content:flex-end;}
.admin-product-badge,
.admin-product-type,
.admin-product-store{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.02em;
  border:1px solid rgba(255,255,255,.08);
}
.admin-product-badge.status-active{background:rgba(57,210,159,.14); border-color:rgba(57,210,159,.22); color:#bfffea;}
.admin-product-badge.status-draft{background:rgba(255,180,77,.12); border-color:rgba(255,180,77,.22); color:#ffe2b6;}
.admin-product-badge.status-paused{background:rgba(106,158,255,.12); border-color:rgba(106,158,255,.2); color:#d9e7ff;}
.admin-product-badge.status-archived{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.1); color:#d2d7e5;}
.admin-product-badge.status-notified{background:rgba(99,245,223,.14); border-color:rgba(99,245,223,.22); color:#c9fff6;}
.admin-product-badge.status-canceled{background:rgba(255,111,145,.12); border-color:rgba(255,111,145,.2); color:#ffd1dc;}
.admin-inline-form input{min-width:0;}
.admin-inline-form .btn{justify-content:center;}
.admin-product-type{color:#f0dbff; background:rgba(142,81,255,.12);}
.admin-product-store{color:#c5fff7; background:rgba(57,210,159,.08);}
@media (max-width: 1180px){
  .admin-panel-grid--wide,
  .admin-form-grid-2,
  .admin-form-grid-3{grid-template-columns:1fr;}
}
@media (max-width: 900px){
  .admin-product-row{grid-template-columns:1fr;}
  .admin-product-row__actions{justify-content:flex-start;}
}


/* ================================
   V4.9 — diagnóstico / limpeza
================================ */
.admin-list-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
}
.admin-list-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.admin-list-item__icon{
  font-size:1.25rem;
  line-height:1;
}
.admin-list-item strong{display:block;margin-bottom:4px}
.admin-list-item p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.5}
.admin-bullets{margin:10px 0 0 18px;padding:0;display:grid;gap:8px;color:var(--text-muted)}
.admin-bullets li{line-height:1.55}
.admin-ordered-list{margin:6px 0 0 18px;padding:0;display:grid;gap:10px;color:var(--text-muted)}
.admin-ordered-list li{line-height:1.55}


/* ================================
   V6.1 — menu padronizado / lojas / rankings / links / produto comparativo
================================ */
.nav-links a{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.82rem;
  font-weight:800;
}
.nav-links a::after{
  content: attr(data-nav-tip);
  position:absolute;
  left:50%; top:calc(100% + 8px);
  bottom:auto;
  z-index:60;
  transform:translateX(-50%) translateY(-6px);
  white-space:nowrap;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(8,12,23,.98);
  color:var(--text);
  font-size:.68rem;
  letter-spacing:.04em;
  opacity:0;
  pointer-events:none;
  box-shadow:0 16px 38px rgba(0,0,0,.26);
  transition:opacity .18s ease, transform .18s ease;
}
.nav-links a:hover::after{opacity:1;transform:translateX(-50%) translateY(0)}
html[data-theme="light"] .nav-links a::after{background:rgba(236,236,240,.98);color:#161616;border-color:rgba(0,0,0,.28);box-shadow:0 14px 34px rgba(0,0,0,.14)}
.market-summary-grid,.stores-grid,.links-grid,.ranking-columns,.offer-compare-grid,.store-product-grid{display:grid;gap:18px}
.market-summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:22px 0 14px}
.market-card,.store-card,.link-card,.rank-card,.offer-compare-card,.store-product-card{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg, rgba(13,21,41,.92) 0%, rgba(8,14,29,.94) 100%);box-shadow:var(--shadow), var(--glow)}
.market-card,.store-card,.link-card,.rank-card,.offer-compare-card,.store-product-card{padding:18px}
.market-card__top,.store-card__top,.link-card__top,.offer-compare-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.market-badge,.store-badge-lite,.link-method,.rank-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}
.market-card strong,.store-card strong,.rank-card strong{font-size:1.35rem}
.market-metrics,.store-metrics,.offer-compare-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.market-metrics div,.store-metrics div,.offer-compare-meta div{padding:12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}
.market-metrics small,.store-metrics small,.offer-compare-meta small,.ranking-list small{display:block;color:var(--muted);margin-bottom:4px}
.stores-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:18px}
.store-header-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}
.store-ra{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(99,245,223,.08);border:1px solid rgba(99,245,223,.18);color:var(--teal);font-weight:700}
.store-note{margin-top:14px;color:var(--muted);line-height:1.6}
.store-products{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.store-products span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:.82rem}
.links-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:18px}
.link-card__url{margin-top:10px;padding:12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);word-break:break-all;color:var(--muted);font-size:.88rem}
.ranking-columns{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}
.ranking-list{display:grid;gap:10px;margin-top:14px}
.ranking-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.ranking-row:last-child{border-bottom:0}
.rank-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);font-weight:700}
.rank-score{font-weight:800}
.offer-compare-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:18px}
.offer-mini-chart{margin-top:14px;height:70px;display:flex;align-items:flex-end;gap:6px}
.offer-mini-chart span{flex:1;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,var(--teal), rgba(195,108,255,.8));opacity:.85}
.offer-compare-card .btn{margin-top:14px;width:100%}
.store-product-grid{grid-template-columns:1.15fr .85fr;align-items:start;margin-top:22px}
.store-table{width:100%;border-collapse:collapse}
.store-table th,.store-table td{padding:12px 10px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:top}
.store-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.inline-status{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;font-size:.78rem;border:1px solid rgba(255,255,255,.08)}
.inline-status.ok{background:rgba(34,197,94,.12);color:#9df7b5}
.inline-status.warn{background:rgba(245,158,11,.12);color:#ffd27e}
.inline-status.risk{background:rgba(255,68,68,.12);color:#ff9b9b}
.inline-status.live{background:rgba(99,245,223,.10);color:#8ef3e5}
.store-chart-card .history-stat{border-top:0;padding-top:0}
.report-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}
.report-hero .panel{height:100%}
@media (max-width: 1080px){.store-product-grid,.report-hero,.hero{grid-template-columns:1fr}.ranking-columns{grid-template-columns:1fr}}
@media (max-width: 720px){.main-nav{max-width:none}.nav-links{gap:20px}.nav-links a::after{display:none}.market-metrics,.store-metrics,.offer-compare-meta{grid-template-columns:1fr}.product-topbar{gap:14px}}


.browser-nav--minimal{font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.78}.theme-switcher--browser .ts-btn{font-weight:700}.nav-tip{z-index:9999}html[data-theme="light"] .nav-tip{background:#e7e7ea;color:#111;border:1px solid #111;box-shadow:0 12px 28px rgba(0,0,0,.16)}


html[data-theme="light"] .nav-links a.active::after { box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 8px 18px rgba(0,0,0,.08); }
@media (max-width: 920px){ .browser-nav--minimal{display:none;} .address{min-width:0;} }
@media (max-width: 720px){ .browser-actions .btn-verify-mini{display:none;} .browser-actions{margin-left:0;} .address{font-size:.82rem;} }

/* ================================
   V7.1a — ajustes finos do topo e menu
================================ */
.browser-nav--minimal{
  margin-left: 10px;
}
.dots{
  margin-right: 4px;
}
.browser-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.btn-verify-mini{
  min-height: 30px;
  height: 30px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: .75rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(165,92,255,.16), 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.theme-switcher--browser .ts-btn{
  min-height: 30px;
  height: 30px;
}
.nav-links a.active::after{
  display:none;
}
.nav-indicator{
  bottom: 6px;
  height: 2px;
}
@media (max-width: 860px){
  .btn-verify-mini{
    min-height: 30px;
    height: 30px;
    padding: 0 12px;
    font-size: .72rem;
  }
}
@media (max-width: 620px){
  .browser-nav--minimal{
    margin-left: 0;
  }
  .btn-verify-mini{
    min-height: 28px;
    height: 28px;
    padding: 0 10px;
    font-size: .68rem;
  }
  .theme-switcher--browser .ts-btn{
    min-height: 28px;
    height: 28px;
  }
}


/* ================================
   V7.2 — limpeza pública e correções do tema claro
================================ */
html[data-theme="light"] .dashboard-title-text,
html[data-theme="light"] .metric-title-row strong,
html[data-theme="light"] .block-title h3,
html[data-theme="light"] .hero-copy h1,
html[data-theme="light"] .ranking-row strong,
html[data-theme="light"] .market-card strong,
html[data-theme="light"] .store-card h3,
html[data-theme="light"] .offer-compare-card h3,
html[data-theme="light"] .store-table strong,
html[data-theme="light"] .link-card strong,
html[data-theme="light"] .rank-score,
html[data-theme="light"] .history-stat strong {
  color: #f5f7ff;
}
html[data-theme="light"] .metric-title-row,
html[data-theme="light"] .ranking-row small,
html[data-theme="light"] .store-table th,
html[data-theme="light"] .store-table td,
html[data-theme="light"] .mini-note,
html[data-theme="light"] .offer-compare-card p,
html[data-theme="light"] .signal-copy span,
html[data-theme="light"] .history-stat small,
html[data-theme="light"] .link-card__url,
html[data-theme="light"] .store-note,
html[data-theme="light"] .market-metrics small,
html[data-theme="light"] .store-metrics small,
html[data-theme="light"] .offer-compare-meta small,
html[data-theme="light"] .store-products span,
html[data-theme="light"] .store-badge-lite,
html[data-theme="light"] .market-badge,
html[data-theme="light"] .rank-badge,
html[data-theme="light"] .inline-status,
html[data-theme="light"] .signal-tag {
  color: #d7def6;
}
html[data-theme="light"] .market-card,
html[data-theme="light"] .store-card,
html[data-theme="light"] .link-card,
html[data-theme="light"] .rank-card,
html[data-theme="light"] .offer-compare-card,
html[data-theme="light"] .store-product-card,
html[data-theme="light"] .panel.store-chart-card,
html[data-theme="light"] .signal-card {
  background: linear-gradient(180deg, rgba(18,24,44,.95) 0%, rgba(10,15,31,.97) 100%);
  border-color: rgba(90, 82, 160, 0.24);
}
html[data-theme="light"] .market-metrics div,
html[data-theme="light"] .store-metrics div,
html[data-theme="light"] .offer-compare-meta div,
html[data-theme="light"] .link-card__url,
html[data-theme="light"] .verdict-item,
html[data-theme="light"] .signal-row,
html[data-theme="light"] .timeline-row,
html[data-theme="light"] .store-products span,
html[data-theme="light"] .store-table th,
html[data-theme="light"] .store-table td,
html[data-theme="light"] .rank-num {
  border-color: rgba(255,255,255,.08);
}
html[data-theme="light"] .mini-note {
  background: rgba(15,167,154,.08);
  border-color: rgba(15,167,154,.24);
  color: #11906f;
}
html[data-theme="light"] .eyebrow {
  color: #0f998a;
}
.browser-nav--minimal span{
  display:inline-block;
  white-space:nowrap;
}
.link-card__top{
  gap: 14px;
}
.link-card__top > div{
  min-width: 0;
  flex: 1 1 auto;
}
.link-card strong{
  display:block;
}
.links-grid{
  align-items: stretch;
}

/* ================================
   V7.2a — correções finais do tema claro e links
================================ */
html[data-theme="light"] .hero-copy h1,
html[data-theme="light"] .dashboard-title-text,
html[data-theme="light"] .dashboard-copy > h2,
html[data-theme="light"] .report-hero h2,
html[data-theme="light"] .hero-copy p,
html[data-theme="light"] .hero-copy .eyebrow,
html[data-theme="light"] .dashboard-copy .mini-note,
html[data-theme="light"] .dashboard-copy .eyebrow {
  color: #241a3d;
}
html[data-theme="light"] .hero-copy p,
html[data-theme="light"] .dashboard-copy .mini-note,
html[data-theme="light"] .report-hero .mini-note {
  color: #4f4a66;
}
html[data-theme="light"] .metric,
html[data-theme="light"] .report-hero .panel,
html[data-theme="light"] .dashboard-hero .panel {
  background: linear-gradient(180deg, rgba(18,24,44,.95) 0%, rgba(10,15,31,.97) 100%);
  border-color: rgba(90, 82, 160, 0.24);
}
html[data-theme="light"] .metric .metric-title-row strong,
html[data-theme="light"] .metric .history-stat strong,
html[data-theme="light"] .report-hero .history-stat strong,
html[data-theme="light"] .dashboard-hero .history-stat strong,
html[data-theme="light"] .metric .metric-title-row,
html[data-theme="light"] .metric .history-stat small,
html[data-theme="light"] .report-hero .history-stat small,
html[data-theme="light"] .dashboard-hero .history-stat small {
  color: #f5f7ff;
}
html[data-theme="light"] .metric .history-stat,
html[data-theme="light"] .report-hero .history-stat,
html[data-theme="light"] .dashboard-hero .history-stat {
  border-color: rgba(255,255,255,.08);
}
html[data-theme="light"] .report-hero > .panel:first-child,
html[data-theme="light"] .dashboard-copy .mini-note {
  background: linear-gradient(180deg, rgba(224,236,244,.92) 0%, rgba(216,228,239,.96) 100%);
  border-color: rgba(119, 199, 191, 0.32);
  box-shadow: none;
}
html[data-theme="light"] .report-hero > .panel:first-child::before,
html[data-theme="light"] .dashboard-copy .mini-note::before {
  display: none;
}
html[data-theme="light"] .report-hero > .panel:first-child h2,
html[data-theme="light"] .report-hero > .panel:first-child .eyebrow,
html[data-theme="light"] .report-hero > .panel:first-child .mini-note {
  color: #1f3d39;
}
html[data-theme="light"] .report-hero > .panel:first-child .mini-note,
html[data-theme="light"] .dashboard-copy .mini-note {
  background: rgba(15,167,154,.08);
  color: #11836f;
  border: 1px solid rgba(15,167,154,.24);
}
html[data-theme="light"] .links-grid,
body[data-ec-page="links"] .container,
body[data-ec-page="links"] main {
  overflow-x: clip;
}
.links-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}
.link-card,
.link-card__url,
.link-card strong,
.link-card .store-line {
  min-width: 0;
}
.link-card {
  overflow: hidden;
}
.link-card__url {
  overflow-wrap: anywhere;
  word-break: break-word;
}


/* ================================
   V7.2b — correções finais leves
================================ */
html {
  overflow-y: scroll;
  scroll-gutter: stable;
}

html[data-theme="light"] .brand-scanner,
html[data-theme="light"] .brand-scanner__icon {
  background: transparent !important;
  box-shadow: none !important;
}
html[data-theme="light"] .brand-scanner::before {
  display: none;
}

body[data-ec-page="links"] .links-grid {
  overflow-x: clip;
}

body[data-ec-page="as20"] .rank-num {
  background: rgba(255,255,255,.06);
}
html[data-theme="light"] body[data-ec-page="as20"] .rank-num {
  background: #ffffff;
  color: #141226;
  border: 1px solid rgba(17,17,17,.10);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}


/* ================================
   V7.2c — logo mini sem caixa no header
================================ */
.site-header .brand,
.site-header .brand::before,
.site-header .brand::after,
.site-header .brand .ecsvgMini4q2m,
.site-header .brand .ecsvgMini4q2m__svg{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:none !important;
}
.site-header .brand .ecsvgMini4q2m{
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  line-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.site-header .brand .ecsvgMini4q2m svg{
  width:72px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
}
html[data-theme="light"] .site-header .brand .ecsvgMini4q2m,
html[data-theme="light"] .site-header .brand .ecsvgMini4q2m__svg{
  background:transparent !important;
  box-shadow:none !important;
}
