﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 119, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(0, 255, 136, 0.10), transparent 24%),
    linear-gradient(180deg, #05070d 0%, #080b13 46%, #030409 100%);
  color: #ffffff;
  overflow-x: hidden;
}

button {
  font-family: inherit;
}

.neon-blue {
  color: #4da3ff;
  text-shadow: 0 0 18px rgba(0, 119, 255, 0.45);
}

.neon-green {
  color: #00ff88;
  text-shadow: 0 0 18px rgba(0, 255, 136, 0.35);
}

.neon-yellow {
  color: #ffd166;
  text-shadow: 0 0 18px rgba(255, 209, 102, 0.28);
}

/* TOPO */

.topbar {
  width: 100%;
  min-height: 76px;
  padding: 18px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(4, 6, 12, 0.90);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.logo {
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.menu-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.btn-dark:hover {
  background: rgba(255, 255, 255, 0.11);
}

.btn-blue {
  background: linear-gradient(135deg, #0077ff, #004fd1);
  box-shadow: 0 0 24px rgba(0, 119, 255, 0.28);
}

.btn-blue:hover {
  box-shadow: 0 0 34px rgba(0, 119, 255, 0.45);
}

.full-button {
  width: 100%;
  margin-top: auto;
}

/* FAIXA COMPACTA */

.hero {
  padding: 22px 6% 18px;
}

.hero-compact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(0,119,255,0.08), rgba(0,255,136,0.04)),
    rgba(255,255,255,0.015);
}

.hero-container {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-container-compact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.hero-text-compact > p:first-child {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-text-compact h2 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.hero-text-compact > p:last-child {
  max-width: 740px;
  color: #aab2c0;
  font-size: 15px;
  line-height: 1.5;
}

.hero-buttons-compact {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* CALENDÃRIO */

.calendar-wrapper {
  max-width: 1180px;
  margin: 0 auto 24px;
  padding: 18px 6% 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.date-item {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #d8dee9;
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.22s ease;
  text-align: center;
  white-space: nowrap;
}

.date-item:hover,
.date-item.active {
  background: linear-gradient(135deg, #0077ff, #004fd1);
  color: #ffffff;
  box-shadow: 0 0 22px rgba(0,119,255,0.28);
}

/* PAINEL */

.dashboard-preview {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 6% 90px;
}

.matches-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.analysis-card {
  position: relative;
  min-height: 100%;
  padding: 22px;
  cursor: pointer;
  transition: 0.22s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    radial-gradient(circle at top, rgba(0,119,255,0.20), transparent 48%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}

.analysis-card:hover {
  transform: translateY(-5px);
  border-color: rgba(77, 163, 255, 0.45);
  box-shadow: 0 30px 90px rgba(0,119,255,0.15);
}

.analysis-card.locked {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.022)),
    radial-gradient(circle at top, rgba(0,119,255,0.16), transparent 46%);
}

.analysis-card.locked::after {
  content: "PRO";
  position: absolute;
  top: 18px;
  right: -34px;
  width: 120px;
  padding: 6px 0;
  text-align: center;
  transform: rotate(35deg);
  background: rgba(255, 209, 102, 0.18);
  border: 1px solid rgba(255, 209, 102, 0.22);
  color: #ffd166;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.analysis-card.free-card {
  border-color: rgba(0, 255, 136, 0.26);
  box-shadow: 0 30px 90px rgba(0,255,136,0.08);
}

.analysis-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  min-height: 28px;
}

.status-free,
.status-pro,
.status-live,
.status-soon {
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.status-free {
  background: rgba(0,255,136,0.12);
  color: #00ff88;
  border: 1px solid rgba(0,255,136,0.22);
}

.status-pro {
  background: rgba(255,209,102,0.12);
  color: #ffd166;
  border: 1px solid rgba(255,209,102,0.22);
}

.status-live {
  background: rgba(255, 71, 87, 0.14);
  color: #ff6b7a;
  border: 1px solid rgba(255, 71, 87, 0.22);
}

.status-soon {
  background: rgba(77, 163, 255, 0.14);
  color: #4da3ff;
  border: 1px solid rgba(77, 163, 255, 0.22);
}

.league-name {
  color: #aab2c0;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
  line-height: 1.25;
}

.match-date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
}

.match-date-time span {
  color: #aab2c0;
  font-size: 13px;
  font-weight: 750;
}

.match-date-time strong {
  color: #ffffff;
  font-size: 16px;
}

.analysis-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  text-align: center;
  margin-bottom: 18px;
}

.analysis-teams strong {
  min-height: 68px;
  padding: 14px 10px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 17px;
  line-height: 1.2;
}

.analysis-teams span {
  display: grid;
  place-items: center;
  color: #4da3ff;
  font-size: 12px;
  font-weight: 950;
}

.odds-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.odds-market {
  padding: 15px;
  border-radius: 16px;
  background: rgba(0,0,0,0.24);
  border: 1px solid rgba(255,255,255,0.08);
}

.odds-market small {
  display: block;
  color: #8e99aa;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.odds-market strong {
  display: block;
  font-size: 19px;
  font-weight: 950;
  margin-bottom: 8px;
}

.odds-market span {
  display: block;
  color: #d8dee9;
  font-size: 13px;
  line-height: 1.55;
}

.card-note {
  margin-top: 15px;
  margin-bottom: 18px;
  color: #8e99aa;
  font-size: 13px;
  line-height: 1.5;
  min-height: 58px;
}

/* RESPONSIVO */

@media (max-width: 1120px) {
  .hero-container-compact {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-buttons-compact {
    justify-content: flex-start;
  }

  .matches-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 5%;
  }

  .menu-buttons {
    width: 100%;
  }

  .menu-buttons .btn {
    flex: 1;
    padding-inline: 12px;
  }

  .hero {
    padding: 18px 5% 14px;
  }

  .hero-text-compact h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .hero-text-compact > p:last-child {
    font-size: 14px;
  }

  .hero-buttons-compact {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons-compact .btn {
    width: 100%;
  }

  .calendar-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .analysis-card {
    border-radius: 24px;
  }

  .analysis-teams {
    grid-template-columns: 1fr;
  }

  .analysis-teams span {
    padding: 4px 0;
  }

  .dashboard-preview {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 20px;
  }

  .btn {
    font-size: 11px;
    padding: 12px 14px;
  }

  .calendar-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .date-item {
    min-height: 42px;
    font-size: 11px;
    padding: 10px 12px;
  }

  .analysis-card {
    padding: 18px;
  }

  .analysis-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .league-name {
    text-align: left;
  }

  .match-date-time {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .analysis-teams strong {
    min-height: auto;
    padding: 14px;
  }

  .odds-market strong {
    font-size: 18px;
  }

  .card-note {
    min-height: auto;
  }
}
.oraculo-footer {
  width: 100%;
  padding: 22px 18px 28px;
  border-top: 1px solid rgba(0, 214, 255, 0.18);
  background: linear-gradient(180deg, rgba(8, 12, 30, 0.22), rgba(4, 8, 22, 0.92));
}

.oraculo-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.oraculo-footer-warning {
  margin: 0;
  font-weight: 800;
  color: rgba(255, 221, 145, 0.9);
}

.oraculo-footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.oraculo-footer-contact span {
  white-space: nowrap;
}

.oraculo-footer a {
  color: rgba(0, 214, 255, 0.95);
  text-decoration: none;
  font-weight: 800;
}

.oraculo-footer a:hover {
  color: rgba(255, 43, 214, 0.95);
}

@media (max-width: 720px) {
  .oraculo-footer {
    padding: 20px 14px 24px;
  }

  .oraculo-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 11.5px;
  }

  .oraculo-footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .oraculo-footer-contact span {
    white-space: normal;
  }
}

