:root {
  --bg: #050806;
  --panel: rgba(11, 18, 14, 0.94);
  --panel-2: rgba(15, 28, 20, 0.96);
  --panel-3: rgba(7, 11, 9, 0.98);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(41, 224, 132, 0.25);
  --text: #f7faf6;
  --muted: #a9b6ae;
  --green: #29e084;
  --green-2: #12a365;
  --red: #ff6b6b;
  --amber: #f6c85f;
  --gold: #d7b45a;
  --gold-soft: rgba(215, 180, 90, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(41, 224, 132, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.06), transparent 23%),
    linear-gradient(180deg, #07110c 0%, var(--bg) 42%, #020403 100%);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(5, 8, 6, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.dashboard-hero,
.hero-brand-lockup,
.platform-summary,
.summary-grid,
.meta-row,
.score-line,
.module-score,
.card-footer,
.success-grid,
.opinion-metrics,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 850;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(215, 180, 90, 0.45);
  border-radius: var(--radius);
  background: #020403;
  box-shadow: 0 0 22px rgba(41, 224, 132, 0.14);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a {
  padding: 9px 10px;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(41, 224, 132, 0.12);
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
}

.dashboard-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 390px);
  align-items: center;
  min-height: 520px;
  justify-content: stretch;
  gap: clamp(24px, 4vw, 48px);
  padding: 58px clamp(18px, 6vw, 90px);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 3, 0.96), rgba(2, 4, 3, 0.8) 52%, rgba(2, 4, 3, 0.94)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.7)),
    url("assets/images/hero-studio.webp") center/cover no-repeat;
  transform: scale(1.02);
  filter: brightness(0.82) contrast(1.04);
}

.dashboard-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 76% 42%, rgba(41, 224, 132, 0.12), transparent 28%);
  background-size: 86px 86px, auto;
}

.hero-content,
.platform-summary,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 680px;
}

.hero-brand-lockup {
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(215, 180, 90, 0.28);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 0 1px rgba(41, 224, 132, 0.08) inset;
}

.hero-brand-lockup img {
  width: 54px;
  height: 54px;
  border-radius: var(--radius);
  object-fit: cover;
}

.hero-brand-lockup span {
  color: #f2df9b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 680px;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-content p,
.section-heading p,
.analysis-card p,
.module-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-content > p:not(.eyebrow) {
  max-width: 640px;
  font-size: 18px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 10px 12px;
  border: 1px solid rgba(215, 180, 90, 0.24);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.42);
  color: #f2df9b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.platform-summary {
  width: 100%;
  max-width: 390px;
  justify-self: end;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.platform-summary div,
.strongest-card,
.analysis-card,
.module-card,
.success-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-2), var(--panel-3));
  box-shadow: var(--shadow);
}

.platform-summary div {
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(17, 26, 22, 0.92), rgba(5, 9, 7, 0.9)),
    var(--panel-3);
  border-color: rgba(209, 166, 64, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(41, 224, 132, 0.08);
}

.platform-summary span,
.platform-summary small {
  color: var(--muted);
}

.platform-summary strong {
  display: block;
  margin: 8px 0 2px;
  color: var(--green);
  font-size: 38px;
  line-height: 1;
}

.section {
  padding: 76px clamp(18px, 6vw, 90px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.founder-section {
  z-index: 2;
  margin-top: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    linear-gradient(180deg, #06100b 0%, #020403 46%, #06110c 100%),
    radial-gradient(circle at 18% 28%, rgba(41, 224, 132, 0.12), transparent 28%);
  border-top: 1px solid rgba(41, 224, 132, 0.18);
}

.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(215, 180, 90, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(41, 224, 132, 0.13), transparent 34%),
    linear-gradient(180deg, #07110c, #010302);
  box-shadow:
    0 0 0 1px rgba(41, 224, 132, 0.12) inset,
    0 30px 92px rgba(0, 0, 0, 0.55);
}

.founder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(41, 224, 132, 0.14), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 72px 72px;
  opacity: 0.36;
}

.founder-card::after {
  content: "";
  position: absolute;
  left: clamp(24px, 4vw, 42px);
  right: clamp(24px, 4vw, 42px);
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold), transparent);
}

.founder-copy,
.founder-photo {
  position: relative;
  z-index: 1;
}

.founder-copy h2 {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(38px, 5vw, 64px);
  text-shadow: 0 0 24px rgba(215, 180, 90, 0.18);
}

.founder-copy p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.75;
}

.founder-title {
  margin-bottom: 18px;
  color: #f3e2ac;
  font-size: 16px;
  font-weight: 850;
}

.founder-motto {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 15px;
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: rgba(41, 224, 132, 0.1);
  color: #e8f8ea;
  font-size: 15px;
  font-weight: 900;
}

.founder-motto::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.founder-photo {
  margin: 0;
  justify-self: end;
  width: min(100%, 420px);
}

.founder-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(215, 180, 90, 0.64);
  border-radius: 16px;
  background: #050806;
  box-shadow:
    0 0 0 4px rgba(41, 224, 132, 0.09),
    0 0 38px rgba(41, 224, 132, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.62);
}

.media-section {
  background:
    linear-gradient(180deg, rgba(5, 8, 6, 0.28), rgba(0, 0, 0, 0.22)),
    linear-gradient(90deg, transparent, rgba(41, 224, 132, 0.06), transparent);
}

.media-grid {
  display: grid;
  grid-template-columns: 1.08fr repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.media-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: #050806;
  box-shadow: var(--shadow);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease;
}

.media-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 180, 90, 0.54);
}

.media-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  padding: 14px;
  opacity: 1;
  transition:
    opacity 0.2s ease,
    transform 0.28s ease;
}

.media-card:hover img {
  opacity: 1;
  transform: scale(1.03);
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.92)),
    linear-gradient(90deg, rgba(41, 224, 132, 0.08), transparent 34%);
}

.media-card div {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
}

.media-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.media-card h3 {
  margin: 6px 0 0;
  color: #f5df9a;
  font-size: 17px;
  line-height: 1.2;
}

.logo-card img {
  object-fit: contain;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(215, 180, 90, 0.06), transparent),
    #020403;
}

.opinion-section {
  padding-top: 0;
}

.opinion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(41, 224, 132, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(215, 180, 90, 0.1), transparent 32%),
    linear-gradient(180deg, var(--panel-2), var(--panel-3));
  box-shadow: var(--shadow);
}

.opinion-panel h2 {
  color: var(--gold);
}

.opinion-panel p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.opinion-metrics {
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.opinion-metrics span {
  flex: 1 1 150px;
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: #f2df9b;
  font-size: 13px;
  font-weight: 850;
}

.strongest-card {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 26px;
  padding: 26px;
}

.pick-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(41, 224, 132, 0.11);
  color: #baffd7;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.summary-grid {
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.summary-grid span {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
}

.confidence-ring {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  justify-self: center;
  align-self: center;
  border-radius: 50%;
  background: conic-gradient(var(--green) var(--percent), rgba(255, 255, 255, 0.1) 0);
}

.confidence-ring span {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border-radius: 50%;
  background: #07110c;
  color: var(--text);
  font-size: 46px;
  font-weight: 900;
}

.confidence-ring span::after {
  content: "/100";
  margin-left: 2px;
  color: var(--muted);
  font-size: 16px;
}

.analysis-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.analysis-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease;
}

.analysis-card:hover {
  transform: translateY(-4px);
  border-color: rgba(41, 224, 132, 0.45);
}

.meta-row {
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.prediction-box {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.prediction-box span {
  color: var(--muted);
}

.prediction-box b {
  color: var(--green);
}

.score-stack {
  display: grid;
  gap: 11px;
}

.score-line {
  gap: 10px;
}

.score-line span:first-child {
  width: 145px;
  color: var(--muted);
  font-size: 13px;
}

.score-line div {
  position: relative;
  flex: 1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.score-line i {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-2), var(--green));
}

.score-line b {
  width: 30px;
  text-align: right;
  font-size: 13px;
}

.general-score {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.general-score .score-line span:first-child {
  color: var(--text);
  font-weight: 850;
}

.card-footer {
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.status.won {
  background: rgba(41, 224, 132, 0.14);
  color: #baffd7;
}

.status.lost {
  background: rgba(255, 107, 107, 0.15);
  color: #ffc1c1;
}

.status.pending {
  background: rgba(255, 255, 255, 0.08);
  color: var(--soft);
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.spor-toto-section,
.database-section,
.fixtures-section {
  background:
    linear-gradient(180deg, rgba(215, 180, 90, 0.05), transparent 42%),
    linear-gradient(90deg, rgba(41, 224, 132, 0.05), transparent 28%);
}

.fixtures-panel {
  display: grid;
  gap: 18px;
}

.fixture-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.28);
  width: max-content;
  max-width: 100%;
}

.fixture-tab {
  min-width: 112px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.fixture-tab:hover,
.fixture-tab.active {
  border-color: var(--line-strong);
  background: rgba(41, 224, 132, 0.11);
  color: var(--text);
}

.fixtures-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fixture-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(215, 180, 90, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(41, 224, 132, 0.08), transparent 34%),
    linear-gradient(180deg, var(--panel-2), var(--panel-3));
  box-shadow: var(--shadow);
}

.fixture-card time {
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.fixture-league {
  color: #f2df9b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-teams {
  display: grid;
  gap: 7px;
}

.fixture-team {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.fixture-team span:first-child {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.fixture-team b {
  text-align: right;
}

.fixture-status {
  justify-self: start;
}

.fixtures-empty {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--muted);
}

.spor-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.spor-summary span {
  padding: 10px 12px;
  border: 1px solid rgba(215, 180, 90, 0.28);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.35);
  color: #f2df9b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.spor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.spor-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(215, 180, 90, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(41, 224, 132, 0.08), transparent 36%),
    linear-gradient(180deg, var(--panel-2), var(--panel-3));
  box-shadow: var(--shadow);
}

.spor-card h3 {
  color: var(--gold);
}

.probability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.probability-grid span {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 12px;
}

.probability-grid b {
  color: var(--green);
  font-size: 22px;
}

.probability-grid small {
  color: #f2df9b;
  font-weight: 850;
}

.decision-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.decision-row strong {
  color: var(--green);
  font-size: 28px;
}

.decision-row span {
  color: var(--muted);
  font-size: 13px;
}

.success-card {
  padding: 22px;
}

.success-card strong {
  display: block;
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}

.success-card strong::after {
  content: "%";
  font-size: 20px;
}

.success-card span {
  color: var(--muted);
}

.spark {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 58px;
  margin-top: 18px;
}

.spark i {
  flex: 1;
  min-width: 9px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--green), var(--green-2));
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.module-card {
  padding: 24px;
}

.module-card span {
  color: var(--green);
  font-weight: 900;
}

.module-card.wide {
  grid-column: span 3;
}

.footer {
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 6vw, 90px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .dashboard-hero,
  .founder-card,
  .opinion-panel,
  .strongest-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .platform-summary {
    max-width: none;
    justify-self: stretch;
  }

  .founder-photo {
    order: -1;
    justify-self: start;
    width: min(100%, 420px);
  }

  .analysis-list,
  .success-grid,
  .spor-grid,
  .fixtures-list,
  .module-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-card.wide {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 8, 6, 0.97);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px;
  }

  .media-card,
  .media-card img {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .dashboard-hero {
    min-height: auto;
    padding: 42px 16px 48px;
  }

  .hero-media {
    background-position: 58% center;
  }

  .section {
    padding: 58px 16px;
  }

  .hero-brand-lockup {
    width: 100%;
  }

  .hero-brand-lockup span {
    font-size: 11px;
  }

  .founder-card {
    padding: 22px;
  }

  .founder-title {
    font-size: 14px;
  }

  .founder-motto {
    width: 100%;
    justify-content: center;
  }

  h1 {
    font-size: clamp(32px, 10vw, 38px);
  }

  .analysis-list,
  .success-grid,
  .spor-grid,
  .fixtures-list,
  .module-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .fixture-tabs {
    width: 100%;
  }

  .fixture-tab {
    flex: 1 1 100%;
  }

  .media-card,
  .media-card img {
    min-height: 230px;
  }

  .module-card.wide {
    grid-column: auto;
  }

  .score-line {
    display: grid;
    grid-template-columns: 1fr 34px;
  }

  .score-line span:first-child {
    width: auto;
  }

  .score-line div {
    grid-column: 1 / -1;
  }

  .confidence-ring {
    width: 160px;
    height: 160px;
  }

  .confidence-ring span {
    width: 116px;
    height: 116px;
    font-size: 38px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
  }
}

/* Compact dashboard hero refinement */
.dashboard-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  min-height: 500px;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: 46px clamp(24px, 6vw, 86px) 52px;
  background: #06100b;
  border-bottom: 1px solid rgba(41, 224, 132, 0.18);
}

.hero-media {
  background:
    radial-gradient(circle at 10% 16%, rgba(41, 224, 132, 0.12), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(209, 166, 64, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(3, 12, 8, 0.98), rgba(5, 13, 10, 0.94) 58%, rgba(2, 5, 4, 0.98));
  filter: none;
  transform: none;
}

.dashboard-hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, transparent, rgba(41, 224, 132, 0.08), transparent);
  background-size: 72px 72px, 72px 72px, 100% 1px;
  background-position: center;
  opacity: 0.7;
}

.hero-content {
  max-width: 620px;
}

.hero-brand-lockup {
  margin-bottom: 18px;
  padding: 10px 14px 10px 10px;
  border-color: rgba(209, 166, 64, 0.28);
  background: rgba(4, 12, 8, 0.78);
}

.hero-brand-lockup img {
  width: 44px;
  height: 44px;
}

.dashboard-hero h1 {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: clamp(36px, 4.1vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-content > p:not(.eyebrow) {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
}

.hero-proof {
  gap: 8px;
  margin-top: 22px;
}

.hero-proof span {
  padding: 9px 11px;
  border-left-width: 2px;
  border-radius: 7px;
  background: rgba(3, 10, 7, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.platform-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
  gap: 12px;
  justify-self: end;
  align-items: stretch;
}

.platform-summary div {
  min-height: 118px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 24, 17, 0.95), rgba(5, 12, 9, 0.96)),
    #07120d;
  border: 1px solid rgba(209, 166, 64, 0.18);
  border-top-color: rgba(41, 224, 132, 0.4);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
}

.platform-summary div:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 112px;
}

.platform-summary strong {
  margin: 10px 0 3px;
  font-size: 34px;
}

@media (max-width: 1120px) {
  .dashboard-hero {
    grid-template-columns: 1fr;
  }

  .platform-summary {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .dashboard-hero {
    min-height: auto;
    gap: 24px;
    padding: 30px 16px 38px;
  }

  .hero-brand-lockup {
    width: 100%;
    margin-bottom: 16px;
  }

  .dashboard-hero h1 {
    max-width: 340px;
    font-size: clamp(31px, 9.6vw, 38px);
    line-height: 1.08;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 15px;
  }

  .platform-summary {
    grid-template-columns: 1fr;
  }

  .platform-summary div,
  .platform-summary div:nth-child(3) {
    min-height: 96px;
    padding: 16px;
  }

  .platform-summary strong {
    font-size: 30px;
  }
}
/* Robot analizleri ve yerel demo admin paneli */
.robot-live-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.robot-live-status span,
.robot-live-card,
.robot-stack article,
.robot-admin-tables article,
.robot-disclaimer {
  border: 1px solid rgba(161, 255, 197, 0.18);
  background: rgba(5, 21, 14, 0.72);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.robot-live-status span {
  display: block;
  padding: 14px;
  color: rgba(235, 255, 241, 0.78);
  font-size: 0.92rem;
}

.robot-live-status strong {
  display: block;
  margin-top: 6px;
  color: #f5fff7;
}

.robot-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.robot-live-card,
.robot-stack article {
  padding: 18px;
}

.robot-match-card {
  min-height: 100%;
  padding: 22px;
  border-color: rgba(65, 226, 126, 0.26);
  background:
    linear-gradient(160deg, rgba(13, 56, 34, 0.86), rgba(3, 12, 9, 0.92)),
    rgba(5, 21, 14, 0.78);
}

.robot-card-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.robot-live-card h3,
.robot-stack h4,
.robot-admin-tables h3 {
  margin: 0 0 10px;
  color: #ffffff;
}

.robot-match-card h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.2;
}

.robot-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 14px 0 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.robot-teams strong {
  min-width: 0;
  color: #ffffff;
  overflow-wrap: anywhere;
}

.robot-teams span {
  color: #b9ffce;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.robot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(235, 255, 241, 0.78);
}

.robot-row:first-of-type {
  border-top: 0;
}

.robot-row strong {
  color: #ffffff;
  text-align: right;
}

.robot-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 2px 6px 8px 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(65, 226, 126, 0.12);
  color: #b9ffce;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.risk-yuksek,
.risk-high {
  background: rgba(255, 107, 107, 0.16);
  color: #ffd0d0;
}

.risk-medium,
.risk-orta {
  background: rgba(255, 212, 121, 0.16);
  color: #ffe3a7;
}

.risk-low,
.risk-dusuk {
  background: rgba(65, 226, 126, 0.16);
  color: #b9ffce;
}

.risk-cok_yuksek,
.risk-very_high {
  background: rgba(255, 74, 74, 0.22);
  color: #ffb3b3;
}

.robot-coupon-columns,
.robot-admin-tables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.robot-stack {
  display: grid;
  gap: 12px;
}

.robot-disclaimer {
  margin-top: 22px;
  padding: 14px 16px;
  color: rgba(235, 255, 241, 0.78);
}

.robot-note {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(65, 226, 126, 0.09);
  color: rgba(235, 255, 241, 0.78);
  line-height: 1.5;
}

.admin-page .hero {
  min-height: auto;
  padding-top: 120px;
}

.data-table-wrap {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  color: rgba(235, 255, 241, 0.82);
  font-size: 0.9rem;
}

.data-table th,
.data-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.data-table th {
  color: #ffffff;
}

@media (max-width: 900px) {
  .robot-live-status,
  .robot-live-grid,
  .robot-coupon-columns,
  .robot-admin-tables {
    grid-template-columns: 1fr;
  }

  .robot-teams {
    grid-template-columns: 1fr;
  }

  .robot-teams span {
    justify-self: start;
  }
}
