/* DDT Mobile v3 — mobile-first, estilo SurfTank */
:root {
  --bg: #0b0e11;
  --bg-card: #141820;
  --bg-elevated: #1c2230;
  --text: #f4f6fb;
  --text-muted: #8b95a8;
  --accent: #3b82f6;
  --accent-hover: #2563eb;
  --accent-glow: rgba(59, 130, 246, 0.4);
  --gradient-text: linear-gradient(90deg, #60a5fa, #a78bfa);
  --border: rgba(255, 255, 255, 0.07);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --header-h: 60px;
  --live-bar-h: 0px;
  --pad: 16px;
  --max: 1120px;
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body.ddt-modern {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ===== HEADER ===== */
.ddt-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 1000;
  background: rgba(11, 14, 17, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.ddt-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ddt-logo { flex-shrink: 0; }
.ddt-logo img { height: 38px; width: auto; }

.ddt-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ddt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.ddt-btn:active { transform: scale(0.97); }

.ddt-btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 20px var(--accent-glow);
}
.ddt-btn--primary:hover { background: var(--accent-hover); }

.ddt-btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.ddt-btn--outline {
  background: transparent;
  color: var(--text);
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.ddt-btn--outline:hover { border-color: var(--accent); }

.ddt-btn--glass {
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  border: 1px solid rgba(59, 130, 246, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 22px rgba(59, 130, 246, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ddt-btn--glass:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(96, 165, 250, 0.85);
  box-shadow:
    0 0 36px rgba(59, 130, 246, 0.45),
    0 8px 24px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.ddt-btn--glass:active {
  transform: translateY(0);
  box-shadow:
    0 0 20px rgba(59, 130, 246, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ddt-btn--gold {
  background: linear-gradient(180deg, #fde047 0%, #fbbf24 42%, #f59e0b 100%);
  color: #1c1408;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 8px 32px rgba(245, 158, 11, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.ddt-btn--gold:hover {
  background: linear-gradient(180deg, #fef08a 0%, #fcd34d 45%, #f59e0b 100%);
  box-shadow:
    0 12px 40px rgba(245, 158, 11, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
}

.ddt-btn--gold.ddt-btn--header {
  padding: 9px 18px;
  font-size: 0.8rem;
}

.ddt-btn--purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.92) 0%, rgba(99, 102, 241, 0.92) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.35);
  flex: 1;
}

.ddt-btn--purple:hover {
  box-shadow: 0 10px 32px rgba(99, 102, 241, 0.5);
  transform: translateY(-2px);
}

.ddt-btn--download {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.35);
  flex: 1;
}

.ddt-btn--download:hover {
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.5);
  transform: translateY(-2px);
}

.ddt-btn--xl {
  padding: 18px 28px;
  font-size: 1.05rem;
  max-width: 360px;
  margin: 0 auto 16px;
}

.ddt-btn__ico {
  font-size: 1rem;
  line-height: 1;
}

.ddt-btn--block { width: 100%; padding: 16px 24px; font-size: 1rem; }

.ddt-btn--play::before {
  content: "▶";
  font-size: 0.75rem;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.ddt-nav-toggle {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.ddt-nav--desktop { display: none; }

/* Drawer mobile */
.ddt-drawer {
  position: fixed;
  inset: 0;
  z-index: 1500;
  pointer-events: none;
  visibility: hidden;
}
.ddt-drawer.is-open { pointer-events: auto; visibility: visible; }

.ddt-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.25s;
}
.ddt-drawer.is-open .ddt-drawer__backdrop { opacity: 1; }

.ddt-drawer__panel {
  position: absolute;
  top: 0; right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--bg-card);
  border-left: 1px solid var(--border);
  padding: calc(var(--header-h) + 16px) 20px 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.ddt-drawer.is-open .ddt-drawer__panel { transform: translateX(0); }

.ddt-drawer__close {
  position: absolute;
  top: 12px; right: 12px;
  width: 40px; height: 40px;
  border: none;
  background: var(--bg-elevated);
  color: var(--text);
  border-radius: 8px;
  font-size: 1.25rem;
  cursor: pointer;
}

.ddt-menu-group { margin-bottom: 24px; }
.ddt-menu-group__title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 10px;
}
.ddt-menu-group a {
  display: block;
  padding: 12px 0;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}
.ddt-menu-group a:last-child { border-bottom: none; }

.ddt-header__actions .ddt-btn--ghost {
  padding: 8px 14px;
  font-size: 0.8rem;
}
@media (max-width: 400px) {
  .ddt-header__actions .ddt-btn--primary { padding: 8px 12px; font-size: 0.8rem; }
}

/* ===== HERO ===== */
.ddt-hero {
  position: relative;
  min-height: auto;
}

.ddt-hero__visual {
  position: relative;
  width: 100%;
  max-height: 42vh;
  overflow: hidden;
}

.ddt-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  min-height: 220px;
  max-height: 42vh;
}

.ddt-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, var(--bg) 100%);
}

.ddt-hero__body {
  padding: 0 var(--pad) 32px;
  margin-top: -48px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.ddt-hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 7vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ddt-hero h1 .line-accent {
  display: block;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ddt-hero__sub {
  margin: 14px auto 0;
  max-width: 400px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ddt-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 28px 0;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ddt-stats__item {
  flex: 1;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--border);
}
.ddt-stats__item:last-child { border-right: none; }

.ddt-stats__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
}

.ddt-stats__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
}

.ddt-hero__cta { max-width: 400px; margin: 0 auto; }

/* ===== SECTIONS ===== */
.ddt-section {
  padding: 40px var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}

.ddt-section--alt { background: rgba(255,255,255,0.02); }

.ddt-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.ddt-section__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ddt-section__link {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  flex-shrink: 0;
}

.ddt-section__desc {
  margin: -8px 0 24px;
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: center;
}

/* Ticker */
.ddt-ticker {
  padding: 0 var(--pad);
  max-width: var(--max);
  margin: 0 auto 8px;
}
.ddt-ticker__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.ddt-ticker__tag {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 8px;
  background: rgba(239,68,68,0.2);
  color: #fca5a5;
  border-radius: 6px;
}
.ddt-ticker__text { font-size: 0.85rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* News horizontal scroll */
.ddt-news-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ddt-news-scroll::-webkit-scrollbar { display: none; }

.ddt-news-card {
  flex: 0 0 78%;
  max-width: 280px;
  scroll-snap-align: start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.2s;
}
.ddt-news-card:hover { border-color: rgba(59,130,246,0.4); }

.ddt-news-card__img { aspect-ratio: 16/10; overflow: hidden; }
.ddt-news-card__img img { width: 100%; height: 100%; object-fit: cover; }

.ddt-news-card__body { padding: 14px; }
.ddt-news-card__tag {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.ddt-news-card__title { font-size: 0.9rem; font-weight: 600; line-height: 1.35; margin: 0; }
.ddt-news-card__date { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; }

/* News list compact */
.ddt-news-list { list-style: none; margin: 20px 0 0; padding: 0; }
.ddt-news-list li { border-bottom: 1px solid var(--border); }
.ddt-news-list li:last-child { border-bottom: none; }
.ddt-news-list a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  font-size: 0.875rem;
}
.ddt-news-list a:hover { color: var(--accent); }
.ddt-news-list em { font-style: normal; font-size: 0.75rem; color: var(--text-muted); flex-shrink: 0; }

/* Tabs notícias */
.ddt-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.ddt-tab {
  flex: 1;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-muted);
  cursor: pointer;
}
.ddt-tab.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.ddt-tab-panel { display: none; }
.ddt-tab-panel.is-active { display: block; }

/* Plataformas scroll */
.ddt-platforms {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.ddt-platforms::-webkit-scrollbar { display: none; }

.ddt-platform-card {
  flex: 0 0 85%;
  max-width: 320px;
  scroll-snap-align: center;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.ddt-platform-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

/* Features */
.ddt-features { display: flex; flex-direction: column; gap: 28px; }

.ddt-feature {
  text-align: center;
  padding: 0 8px;
}

.ddt-feature__icon {
  width: 72px; height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.ddt-feature h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
}

.ddt-feature p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA banner */
.ddt-cta-banner {
  text-align: center;
  padding: 48px var(--pad);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ddt-cta-banner h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
}

.ddt-cta-banner p {
  margin: 0 auto 24px;
  max-width: 400px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.ddt-cta-banner .ddt-btn--block { max-width: 400px; margin: 0 auto; }

/* Mídia */
.ddt-media-grid { display: flex; flex-direction: column; gap: 16px; }

.ddt-video-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  border: 1px solid var(--border);
}
.ddt-video-wrap video { width: 100%; }

.ddt-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.ddt-gallery a {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.ddt-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Comunidade */
.ddt-social-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px;
  margin-bottom: 16px;
}
.ddt-social-card:last-child { margin-bottom: 0; }
.ddt-social-card h3 { margin: 0 0 12px; font-size: 0.95rem; }
.ddt-social-card h3 a:hover { color: var(--accent); }
.ddt-social-card iframe {
  width: 100%;
  min-height: 280px;
  border: none;
  border-radius: var(--radius);
  background: #fff;
}

.ddt-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.ddt-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
}
.ddt-social-pill:hover { border-color: var(--accent); color: var(--accent); }

/* Carousel (smallslider) */
.ddt-carousel-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.ddt-carousel { aspect-ratio: 16/9; background: var(--bg-elevated); }
.ddt-carousel ul { list-style: none; margin: 0; padding: 0; height: 100%; }
.ddt-carousel li { height: 100%; }
.ddt-carousel img { width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.ddt-footer {
  padding: 40px var(--pad) 32px;
  border-top: 1px solid var(--border);
  background: #080a0d;
}

.ddt-footer__brand {
  text-align: center;
  margin-bottom: 32px;
}
.ddt-footer__brand img { height: 40px; margin: 0 auto 10px; }
.ddt-footer__brand p { margin: 0; font-size: 0.85rem; color: var(--text-muted); }

.ddt-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  max-width: var(--max);
  margin: 0 auto 28px;
}

.ddt-footer__col h4 {
  margin: 0 0 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ddt-footer__col a {
  display: block;
  font-size: 0.85rem;
  color: var(--text);
  padding: 5px 0;
  opacity: 0.85;
}
.ddt-footer__col a:hover { opacity: 1; color: var(--accent); }

.ddt-footer__copy {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

/* Modal login — sempre centralizado */
.ddt-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.ddt-modal.is-open,
.ddt-modal[aria-hidden="false"] {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.ddt-modal-open { overflow: hidden !important; }

.ddt-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.ddt-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: min(92vh, 640px);
  margin: 0 auto;
  overflow-y: auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px 32px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  flex-shrink: 0;
}

.ddt-modal__panel--split {
  display: flex;
  flex-direction: column;
  width: min(100%, 880px);
  max-height: min(92vh, 620px);
  padding: 0;
  overflow: hidden;
}

.ddt-modal__art {
  position: relative;
  min-height: 160px;
  overflow: hidden;
  background: #0f172a;
}

.ddt-modal__art-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ddt-modal__art-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 17, 0.15) 0%, rgba(11, 14, 17, 0.92) 72%);
}

.ddt-modal__art-copy {
  position: relative;
  z-index: 1;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
}

.ddt-modal__art-logo {
  width: min(200px, 70%);
  height: auto;
  margin-bottom: 10px;
}

.ddt-modal__art-copy p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(244, 246, 251, 0.88);
}

.ddt-modal__form {
  padding: 24px 22px 28px;
  overflow-y: auto;
  flex: 1;
}

.ddt-modal__panel--split .ddt-modal__close {
  z-index: 3;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.ddt-form-group--terms { margin-bottom: 16px; }

.ddt-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--text-muted);
  cursor: pointer;
  line-height: 1.4;
}

.ddt-terms input {
  width: auto;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--accent);
}

.ddt-terms a {
  color: var(--accent);
  text-decoration: underline;
}

.ddt-register-success {
  padding: 12px;
  margin-bottom: 14px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: var(--radius);
  color: #86efac;
  font-size: 0.875rem;
}

@media (min-width: 720px) {
  .ddt-modal__panel--split {
    flex-direction: row;
  }

  .ddt-modal__art {
    flex: 0 0 42%;
    min-height: auto;
  }

  .ddt-modal__art-copy {
    min-height: 100%;
    padding: 28px 24px;
  }

  .ddt-modal__form {
    flex: 1;
    padding: 28px 26px 32px;
  }
}

.ddt-modal__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border: none;
  background: var(--bg-elevated);
  color: var(--text);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
}

.ddt-modal h2 { margin: 0 0 6px; font-size: 1.35rem; }
.ddt-modal__hint { margin: 0 0 20px; color: var(--text-muted); font-size: 0.875rem; }

.ddt-form-group { margin-bottom: 14px; }
.ddt-form-group label { display: block; margin-bottom: 6px; font-size: 0.8rem; color: var(--text-muted); }
.ddt-form-group input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  outline: none;
}
.ddt-form-group input:focus { border-color: var(--accent); }

.ddt-login-error {
  padding: 12px;
  margin-bottom: 14px;
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.35);
  border-radius: var(--radius);
  color: #fca5a5;
  font-size: 0.875rem;
}

.ddt-modal__footer { margin-top: 16px; text-align: center; font-size: 0.875rem; color: var(--text-muted); }
.ddt-modal__footer a { color: var(--accent); }

/* ===== TABLET+ ===== */
@media (min-width: 768px) {
  :root { --header-h: 72px; --pad: 24px; }

  .ddt-header__actions .ddt-btn--ghost { display: inline-flex; }
  .ddt-nav-toggle { display: none; }
  .ddt-drawer { display: none; }

  .ddt-header-social {
    margin-left: 16px;
    margin-right: 0;
  }

  .ddt-nav--desktop {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 24px;
  }

  .ddt-header__inner > .ddt-header-social {
    margin-left: auto;
  }

  .ddt-drawer__panel .ddt-header-social {
    display: none;
  }
  .ddt-nav--desktop a {
    padding: 8px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    border-radius: 8px;
  }
  .ddt-nav--desktop a:hover,
.ddt-nav--desktop a.is-active { color: var(--text); background: rgba(255,255,255,0.06); }
.ddt-nav--desktop a.is-active { box-shadow: inset 0 -2px 0 var(--accent); }

  .ddt-hero__visual { max-height: 55vh; }
  .ddt-hero__body { margin-top: -80px; }

  .ddt-news-card { flex: 0 0 42%; }
  .ddt-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .ddt-media-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
  }
  .ddt-footer__grid { grid-template-columns: repeat(4, 1fr); }
  .ddt-gallery { grid-template-columns: repeat(4, 1fr); }
  .ddt-social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .ddt-social-card { margin-bottom: 0; }
}

@media (min-width: 1024px) {
  .ddt-features { grid-template-columns: repeat(4, 1fr); }
  .ddt-news-card { flex: 0 0 32%; }
}

/* ===== LANDING LIMPA (só index) ===== */
body.ddt-landing-only { background: var(--bg); }

.ddt-hero--landing {
  position: relative;
  box-sizing: border-box;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 12px) var(--pad) 56px;
  margin-top: 0;
  overflow: hidden;
  background-color: #1a2838;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ddt-hero--landing .ddt-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ddt-hero--landing .ddt-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  will-change: transform;
  transform: scale(1.08);
  transition: transform 0.12s ease-out;
}

.ddt-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.85;
}

.ddt-hero--landing .ddt-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% 42%, rgba(11, 14, 17, 0.5) 0%, transparent 68%),
    linear-gradient(
      180deg,
      rgba(11, 14, 17, 0.32) 0%,
      rgba(11, 14, 17, 0.18) 38%,
      rgba(11, 14, 17, 0.08) 62%,
      rgba(11, 14, 17, 0.02) 78%,
      transparent 88%
    );
}

/* Idiomas */
.ddt-lang { position: relative; }

.ddt-header-social {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.ddt-header-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.ddt-header-social__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.ddt-header-social__link--whatsapp:hover { border-color: #25d366; color: #25d366; }
.ddt-header-social__link--facebook:hover { border-color: #1877f2; color: #1877f2; }
.ddt-header-social__link--instagram:hover { border-color: #e4405f; color: #e4405f; }

.ddt-drawer__panel .ddt-header-social {
  margin: 0 0 20px;
  justify-content: flex-start;
}

.ddt-lang__btn {
  width: 34px;
  height: 26px;
  padding: 3px 5px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.ddt-lang__flag-img {
  display: block;
  width: 20px;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.ddt-lang__menu a .ddt-lang__flag-img {
  width: 18px;
  flex-shrink: 0;
}

.ddt-lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  z-index: 1100;
  display: none;
}

.ddt-lang__menu.is-open { display: block; }

.ddt-lang__menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  color: var(--text);
}

.ddt-lang__menu a:hover,
.ddt-lang__menu a.is-active {
  background: rgba(59, 130, 246, 0.15);
  color: #93c5fd;
}

.ddt-hero--landing .ddt-hero__body {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-shrink: 0;
}

.ddt-hero__body--br .ddt-hero__logo-wrap {
  display: inline-block;
  margin: 0 auto 4px;
}

.ddt-hero__logo {
  width: min(92vw, 380px);
  height: auto;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.5));
}

.ddt-hero__slogan {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.15);
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.15),
    0 0 48px rgba(59, 130, 246, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.9),
    0 10px 32px rgba(0, 0, 0, 0.45);
}

.ddt-hero--landing .ddt-hero__sub {
  color: #f1f5f9;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
  font-size: clamp(0.9rem, 2.5vw, 1.05rem);
  line-height: 1.55;
  max-width: 480px;
  margin: 0 auto 20px;
}

.ddt-hero__cta-row {
  display: flex;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}

.ddt-hero__cta-row .ddt-btn {
  padding: 12px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ddt-stat-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
  padding: 0 var(--pad);
}

.ddt-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  text-align: center;
  background: rgba(11, 14, 17, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ddt-stat-card__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}

.ddt-stat-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  align-items: center;
}

.ddt-stat-card__text strong {
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.ddt-stat-card__text span {
  font-size: 0.65rem;
  color: var(--text-muted);
  line-height: 1.3;
}

@media (min-width: 480px) {
  .ddt-stat-cards { gap: 12px; }

  .ddt-stat-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 14px 12px;
    gap: 12px;
  }

  .ddt-stat-card__text { align-items: flex-start; }

  .ddt-stat-card__text strong { font-size: 0.85rem; }
  .ddt-stat-card__text span { font-size: 0.72rem; }

  .ddt-stat-card__icon {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) {
  .ddt-stat-cards {
    gap: 14px;
    margin-top: 28px;
  }

  .ddt-stat-card { padding: 14px 16px; }

  .ddt-stat-card__text strong { font-size: 0.9rem; }
  .ddt-stat-card__text span { font-size: 0.75rem; }
}

body.ddt-landing-only .ddt-header {
  background: rgba(8, 10, 14, 0.75);
}

body.ddt-landing-only .ddt-logo img {
  height: 40px;
}

body.ddt-landing-only .ddt-nav--desktop a {
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ddt-hero--landing h1 {
  color: #ffffff;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0.4px rgba(255, 255, 255, 0.12);
  paint-order: stroke fill;
  text-shadow:
    0 0 24px rgba(59, 130, 246, 0.45),
    0 0 48px rgba(59, 130, 246, 0.2),
    0 0 1px rgba(255, 255, 255, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 8px 28px rgba(0, 0, 0, 0.55),
    0 16px 48px rgba(0, 0, 0, 0.35);
}

.ddt-hero--landing h1 .line-accent {
  color: #9dd4ff;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #9dd4ff;
  -webkit-text-stroke: 0.4px rgba(157, 212, 255, 0.25);
  text-shadow:
    0 0 28px rgba(96, 165, 250, 0.55),
    0 0 56px rgba(59, 130, 246, 0.25),
    0 0 1px rgba(191, 219, 254, 0.8),
    0 2px 6px rgba(0, 0, 0, 0.9),
    0 10px 32px rgba(0, 0, 0, 0.5);
}

.ddt-hero--landing .ddt-hero__sub {
  color: #e2e8f0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
  font-size: 0.95rem;
}

.ddt-hero--landing .ddt-stats {
  background: rgba(11, 14, 17, 0.65);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.ddt-hero__tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(59,130,246,0.25);
  border-radius: var(--radius-pill);
}

.ddt-hero__cta--dual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

.ddt-hero__micro {
  margin: 16px 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.ddt-hero__micro a { color: var(--accent); font-weight: 500; }

/* Role para baixo */
.ddt-scroll-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  animation: ddt-scroll-bounce 2s ease-in-out infinite;
}

.ddt-scroll-hint:hover { color: #fff; }

.ddt-scroll-hint__mouse {
  width: 22px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  position: relative;
}

.ddt-scroll-hint__mouse::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: #fff;
  border-radius: 2px;
  animation: ddt-scroll-wheel 2s ease-in-out infinite;
}

.ddt-scroll-hint__arrow {
  font-size: 1rem;
  line-height: 1;
  opacity: 0.9;
}

@keyframes ddt-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes ddt-scroll-wheel {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(10px); }
}

/* Por que jogar — estilo SurfTank */
.ddt-why {
  padding: 56px var(--pad) 48px;
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
  background: var(--bg);
  scroll-margin-top: 80px;
}

.ddt-why__title {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 4vw, 1.65rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

.ddt-why__sub {
  margin: 0 auto 40px;
  max-width: 520px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ddt-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.ddt-why__card {
  max-width: 340px;
  margin: 0 auto;
}

.ddt-why__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2838 0%, #121820 100%);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.ddt-why__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ddt-why__card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.ddt-why__card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ===== STREAMERS PARCEIROS ===== */
.ddt-streamers {
  padding: 48px var(--pad) 56px;
  max-width: var(--max);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--bg) 0%, #0d1016 100%);
  border-top: 1px solid var(--border);
  scroll-margin-top: 80px;
}

.ddt-streamers__head { text-align: center; margin-bottom: 24px; }

.ddt-streamers__title {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fde047;
}

.ddt-streamers__sub {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.ddt-streamers__empty {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px dashed var(--border);
}

.ddt-streamers__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.ddt-streamers__tab {
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.ddt-streamers__tab.is-active {
  border-color: rgba(139, 92, 246, 0.7);
  color: #fff;
  background: rgba(139, 92, 246, 0.2);
}

.ddt-streamers__live-count {
  color: #f87171;
  font-weight: 800;
}

.ddt-streamers__panel { margin-bottom: 28px; }

.ddt-streamers__panel-title {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f87171;
  text-align: center;
}

.ddt-streamers__panel-hint {
  margin: -4px 0 16px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.ddt-streamers__live-empty {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 16px;
  margin: 0 0 20px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px dashed var(--border);
}

.ddt-streamers__empty--inline { margin-top: 0; }

.ddt-streamers__live-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 8px;
}

.ddt-streamers__live-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(248, 113, 113, 0.45);
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.35) 0%, rgba(30, 20, 40, 0.9) 100%);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ddt-streamers__live-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #111;
}

.ddt-streamers__live-body {
  padding: 14px 16px 16px;
}

.ddt-streamers__live-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(248, 113, 113, 0.2);
}

.ddt-streamers__live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: #dc2626;
  border-radius: 4px;
  animation: ddt-live-pulse 1.5s ease-in-out infinite;
}

.ddt-streamers__live-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

@keyframes ddt-live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}

.ddt-streamers__platform {
  display: block;
  font-size: 0.7rem;
  color: #c4b5fd;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.ddt-streamers__name {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.ddt-streamers__stream-title {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  line-height: 1.35;
}

.ddt-streamers__hours {
  font-size: 0.75rem;
  color: #93c5fd;
}

.ddt-streamers__ranking {
  background: rgba(20, 24, 32, 0.85);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
}

.ddt-streamers__rank-title {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fde047;
  text-align: center;
}

.ddt-streamers__rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ddt-streamers__rank-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border-bottom: 1px solid var(--border);
}

.ddt-streamers__rank-item:last-child { border-bottom: none; }

.ddt-streamers__rank-item.is-live {
  background: rgba(220, 38, 38, 0.08);
  border-radius: 8px;
}

.ddt-streamers__rank-pos {
  flex-shrink: 0;
  width: 32px;
  font-weight: 800;
  color: #fde047;
  font-size: 0.9rem;
}

.ddt-streamers__rank-body { flex: 1; min-width: 0; }

.ddt-streamers__rank-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.ddt-streamers__rank-top strong { font-size: 0.9rem; }

.ddt-streamers__pill-live {
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  background: #dc2626;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.ddt-streamers__pill-platform {
  padding: 2px 8px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.2);
  border-radius: 4px;
}

.ddt-streamers__rank-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.ddt-streamers__watch {
  flex-shrink: 0;
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  border-radius: var(--radius-pill);
  text-decoration: none;
}

.ddt-streamers__watch:hover { background: var(--accent-hover); }

@media (min-width: 640px) {
  .ddt-streamers__live-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .ddt-streamers__live-grid { grid-template-columns: repeat(3, 1fr); }
}

.ddt-streamers__video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ddt-streamers__video-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: rgba(20, 24, 32, 0.9);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}

.ddt-streamers__video-card:hover {
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-2px);
}

.ddt-streamers__video-thumb-wrap {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
}

.ddt-streamers__video-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ddt-streamers__video-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ddt-streamers__video-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.35;
  margin-bottom: 6px;
}

.ddt-streamers__video-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.ddt-streamers__channel-fallback {
  margin-top: 12px;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px dashed var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.ddt-streamers__channel-fallback-title {
  margin: 0 0 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #c4b5fd;
}

.ddt-streamers__channel-fallback-link {
  display: block;
  padding: 8px 0;
  font-size: 0.85rem;
  color: #93c5fd;
  text-decoration: none;
}

.ddt-streamers__channel-fallback-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .ddt-streamers__video-grid { grid-template-columns: repeat(2, 1fr); }
  .ddt-streamers__video-card { grid-template-columns: 1fr; }
  .ddt-streamers__video-thumb-wrap { width: 100%; }
}

@media (min-width: 900px) {
  .ddt-streamers__video-grid { grid-template-columns: repeat(3, 1fr); }
}

.ddt-cta-final {
  text-align: center;
  padding: 40px var(--pad) 48px;
  background: linear-gradient(180deg, var(--bg-elevated), var(--bg));
  border-top: 1px solid var(--border);
}

.ddt-cta-final h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
}

.ddt-cta-final p {
  margin: 0 auto 20px;
  max-width: 320px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.ddt-cta-final__btn,
.ddt-cta-final .ddt-btn--block { max-width: 360px; margin-left: auto; margin-right: auto; }

.ddt-footer--mini { padding-top: 28px; }
.ddt-footer--mini .ddt-footer__brand { display: none; }

/* Páginas internas */
.ddt-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(var(--header-h) + 24px) var(--pad) 40px;
}

.ddt-page__head { margin-bottom: 28px; }
.ddt-page__head h1 {
  margin: 0 0 6px;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.ddt-page__head p { margin: 0; color: var(--text-muted); font-size: 0.9rem; }
.ddt-page__sub { margin: 28px 0 14px; font-size: 1rem; font-weight: 700; }
.ddt-page__back { margin-top: 32px; text-align: center; }
.ddt-page__back a { color: var(--accent); font-weight: 600; }

.ddt-recover {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100svh - var(--header-h) - 80px);
}

.ddt-recover__card {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 28px 24px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.ddt-recover__card .ddt-page__head {
  margin-bottom: 20px;
  text-align: center;
}

.ddt-recover__card .ddt-page__head h1 {
  font-size: 1.35rem;
}

.ddt-recover__note {
  margin: 0 0 20px;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
}

.ddt-recover__wa { margin-bottom: 8px; }

.ddt-recover__form .ddt-btn { margin-top: 8px; }

@media (min-width: 768px) {
  .ddt-why__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .ddt-why__card { max-width: none; }
  .ddt-hero--landing .ddt-hero__body { max-width: 640px; }
}

@media (min-width: 1024px) {
  .ddt-why__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ===== BARRA AO VIVO (topo) ===== */
body.ddt-has-live-bar {
  --live-bar-h: 40px;
}

.ddt-live-bar {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 var(--pad);
  pointer-events: none;
}

.ddt-live-bar__inner {
  pointer-events: auto;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 36px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, #1e3a8a 0%, #1d4ed8 55%, #2563eb 100%);
  border: 1px solid rgba(147, 197, 253, 0.35);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
  font-size: 0.8rem;
}

.ddt-live-bar__pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  animation: ddt-live-pulse 1.4s ease-out infinite;
}

@keyframes ddt-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.65); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.ddt-live-bar__label {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ddt-live-bar__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  flex: 1;
  min-width: 0;
}

.ddt-live-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ddt-live-bar__sep {
  color: rgba(255, 255, 255, 0.45);
}

.ddt-live-bar__name {
  font-weight: 700;
  color: #7dd3fc;
}

.ddt-live-bar__name:hover {
  color: #bae6fd;
}

.ddt-live-bar__watch {
  font-weight: 700;
  color: #fbbf24;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ddt-live-bar__watch:hover {
  color: #fde047;
}

.ddt-live-bar__close {
  margin-left: auto;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.ddt-live-bar__close:hover {
  color: #fff;
}

body.ddt-has-live-bar .ddt-hero,
body.ddt-has-live-bar .ddt-page,
body.ddt-has-live-bar .ddt-watch,
body.ddt-has-live-bar .ddt-streamers {
  scroll-margin-top: calc(var(--header-h) + var(--live-bar-h) + 12px);
}

body.ddt-has-live-bar .ddt-hero--landing {
  padding-top: calc(var(--header-h) + var(--live-bar-h) + 16px);
}

body.ddt-has-live-bar .ddt-page,
body.ddt-has-live-bar .ddt-watch {
  padding-top: calc(var(--header-h) + var(--live-bar-h) + 20px);
}

/* ===== PÁGINA ASSISTIR ===== */
.ddt-watch {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(var(--header-h) + 20px) var(--pad) 48px;
}

body.ddt-has-live-bar .ddt-watch {
  padding-top: calc(var(--header-h) + var(--live-bar-h) + 20px);
}

.ddt-watch__head {
  text-align: center;
  margin-bottom: 28px;
}

.ddt-watch__head h1 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
}

.ddt-header__user {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  padding: 0 4px;
}

.ddt-watch__raffle {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: linear-gradient(135deg, rgba(120, 53, 15, 0.35) 0%, rgba(30, 41, 59, 0.9) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.ddt-watch__raffle-icon {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.ddt-watch__raffle-body strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #fde68a;
}

.ddt-watch__raffle-body p {
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text);
}

.ddt-watch__raffle-body p strong {
  display: inline;
  color: #fbbf24;
}

.ddt-watch__raffle-note {
  margin-bottom: 0 !important;
  font-size: 0.75rem !important;
  color: var(--text-muted) !important;
}

.ddt-watch__raffle-btn {
  margin-top: 4px;
}

.ddt-watch__streamer-head {
  margin-bottom: 20px;
}

.ddt-watch__back {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.ddt-watch__back:hover {
  color: var(--accent);
}

.ddt-watch__identity {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ddt-watch__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(59, 130, 246, 0.5);
  flex-shrink: 0;
}

.ddt-watch__name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.ddt-watch__name-row h1 {
  margin: 0;
  font-size: 1.35rem;
}

.ddt-watch__badge-live {
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: #dc2626;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ddt-watch__badge-platform {
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  font-size: 0.7rem;
  color: var(--text-muted);
}

.ddt-watch__channel-link {
  font-size: 0.85rem;
  color: #60a5fa;
}

.ddt-watch__stream-title {
  margin: 8px 0 4px;
  font-size: 0.95rem;
  color: var(--text);
}

.ddt-watch__hours {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.ddt-watch__stage {
  display: grid;
  gap: 16px;
}

.ddt-watch__stage--twitch,
.ddt-watch__stage--youtube {
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .ddt-watch__stage--twitch,
  .ddt-watch__stage--youtube {
    grid-template-columns: 1fr min(340px, 32%);
    align-items: stretch;
  }
}

.ddt-watch__player-wrap {
  position: relative;
  background: #000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  width: 100%;
  min-height: 280px;
  aspect-ratio: 16 / 9;
  max-height: min(72vh, 820px);
}

.ddt-watch__player-wrap--yt {
  max-width: 100%;
}

@media (min-width: 960px) {
  .ddt-watch__stage--youtube .ddt-watch__player-wrap--yt,
  .ddt-watch__stage--twitch .ddt-watch__player-wrap {
    min-height: 420px;
    aspect-ratio: auto;
    height: 100%;
  }
}

.ddt-watch__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.ddt-watch__chat-wrap {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
}

@media (min-width: 960px) {
  .ddt-watch__chat-wrap {
    min-height: 420px;
    height: 100%;
  }
}

.ddt-watch__chat-title {
  margin: 0;
  padding: 10px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}

.ddt-watch__chat {
  flex: 1;
  width: 100%;
  min-height: 280px;
  border: 0;
}

.ddt-watch__yt-hint {
  margin: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.ddt-watch__external {
  display: inline-flex;
}

.ddt-watch__offline {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border);
  text-align: center;
}

.ddt-watch__others {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.ddt-watch__others a {
  color: #60a5fa;
  font-weight: 600;
}

.ddt-watch__picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}

.ddt-watch__picker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.ddt-watch__picker-card:hover {
  border-color: rgba(59, 130, 246, 0.6);
  transform: translateY(-2px);
}

.ddt-watch__picker-card img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.ddt-watch__picker-live {
  font-size: 0.65rem;
  font-weight: 800;
  color: #f87171;
  letter-spacing: 0.06em;
}

.ddt-watch__picker-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.ddt-watch__offline-msg {
  text-align: center;
  color: var(--text-muted);
  padding: 32px;
}
