/* ===============================
   FS25 Tools Hub Layout
   =============================== */

.fs25-tools-hero {
  padding: 3rem 0 2rem;
  background: radial-gradient(circle at top left, #374151, #111827 45%, #020617);
  color: #f9fafb;
}

.fs25-tools-hero .container {
  max-width: 1100px;
  margin: 0 auto;
}

.fs25-tools-hero h1 {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.fs25-tools-tagline {
  font-size: 1rem;
  max-width: 640px;
  color: #e5e7eb;
  margin-bottom: 0.5rem;
}

.fs25-tools-beta {
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Launcher section */

.fs25-tools-launcher {
  padding: 2rem 0;
  background: #020617;
  color: #e5e7eb;
}

.fs25-tools-launcher .container {
  max-width: 1100px;
  margin: 0 auto;
}

.launcher-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.launcher-header h2 {
  font-size: 1.4rem;
  margin: 0;
}

.launcher-header p {
  font-size: 0.9rem;
  color: #9ca3af;
  margin: 0;
}

.launcher-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.launcher-card {
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(15,23,42,0.9), rgba(15,23,42,0.4));
  padding: 0.85rem 1rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.launcher-card .tool-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f9fafb;
}

.launcher-card .tool-meta {
  font-size: 0.8rem;
  color: #9ca3af;
}

.launcher-card:hover,
.launcher-card:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(248, 250, 252, 0.7);
  box-shadow: 0 10px 25px rgba(15,23,42,0.4);
}

/* Accordion section */

.fs25-tools-accordion {
  padding: 2.5rem 0 3rem;
  background: #020617;
}

.fs25-tools-accordion .container {
  max-width: 1100px;
  margin: 0 auto;
}

.tool-section {
  border-radius: 0.9rem;
  border: 1px solid rgba(31, 41, 55, 0.9);
  background: linear-gradient(135deg, #020617, #030712);
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(15,23,42,0.8);
}

.tool-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
}

.tool-section-header h2 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: #f9fafb;
}

.tool-section-header p {
  margin: 0;
  font-size: 0.85rem;
  color: #9ca3af;
}

.tool-toggle {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tool-toggle:hover,
.tool-toggle:focus-visible {
  outline: none;
  border-color: rgba(248, 250, 251, 0.9);
  background: rgba(15, 23, 42, 1);
  color: #fefce8;
}

.tool-section-body {
  padding: 0.9rem 1.2rem 1.2rem;
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  background: radial-gradient(circle at top left, rgba(30,64,175,0.3), transparent 60%);
}

/* Open state */

.tool-section.open .tool-section-header {
  background: radial-gradient(circle at top left, rgba(59,130,246,0.35), rgba(15,23,42,0.95));
  border-bottom: 1px solid rgba(37, 99, 235, 0.7);
}

.tool-section.open .tool-toggle {
  border-color: rgba(249, 250, 251, 0.9);
}

/* Generic inner styling */

.tool-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.tool-inner h3 {
  margin: 0;
  font-size: 1rem;
  color: #e5e7eb;
}

.tool-inner p {
  margin: 0;
  font-size: 0.85rem;
  color: #d1d5db;
}

.tool-inner .tool-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(37,99,235,0.16);
  color: #bfdbfe;
}

.tool-inner .tool-status span {
  font-size: 0.9em;
}

/* Simple WIP helper */

.tool-wip {
  margin-top: 0.5rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.6rem;
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.8rem;
  color: #e5e7eb;
}
/* ===========================
   FS25 Tools Hero (Pro layout)
   =========================== */

.fs25tools-hero-pro {
  background: radial-gradient(circle at top left, #1a2633 0%, #050913 55%, #020308 100%);
  padding: 4.0rem 0 2.6rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.fs25tools-hero-pro .container {
  max-width: 1120px;
  margin: 0 auto;
}


.fs25tools-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 2.25rem;
  align-items: center;          /* was flex-start */
  max-width: 1120px;
  margin: 0 auto;
}


.fs25tools-hero-main {
  max-width: 40rem;
}

.hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 1rem;
  color: #f9fafb;
}

.hero-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d5db;
  max-width: 34rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 1.75rem;
}

.hero-pill {
  font-size: 0.8rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.7);
}

.hero-pill-gold {
  border-color: rgba(251, 191, 36, 0.6);
  background: linear-gradient(90deg, #f59e0b, #ec4899);
  color: #111827;
  font-weight: 600;
}

.hero-pill-outline {
  background: transparent;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.4rem;
  min-height: 2.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease,
    border-color 0.15s ease;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #f97316, #facc15);
  color: #111827;
  box-shadow: 0 10px 25px rgba(248, 171, 54, 0.45);
}

.hero-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(248, 171, 54, 0.6);
}

/* Secondary outlined button */
.hero-btn-ghost {
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at top,
              rgba(15, 23, 42, 0.95),
              rgba(15, 23, 42, 0.99));
  color: #e5e7eb;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.8);
}

.hero-btn-ghost:hover {
  background: radial-gradient(circle at top,
              rgba(31, 41, 55, 0.98),
              rgba(15, 23, 42, 1));
  border-color: rgba(209, 213, 219, 0.9);
  transform: translateY(-1px);
}

.hero-footnote {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

/* Right side: updates card */

.fs25tools-hero-updates {
  background: radial-gradient(circle at top right,
              rgba(56, 189, 248, 0.18),
              rgba(15, 23, 42, 0.96));
  border-radius: 1.1rem;
  padding: 1.15rem 1.2rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.8);
  max-width: 340px;
  margin-left: auto;
}

.fs25tools-changelog .container {
  max-width: 1120px;
  margin: 0 auto;
}


.updates-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5e7eb;
  margin: 0 0 0.75rem;
}

.updates-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.update-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6rem 0.75rem;
  align-items: flex-start;
}

.update-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  color: #e5e7eb;
  white-space: nowrap;
}

.update-tag-new {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.7);
  color: #bbf7d0;
}

.update-tag-wip {
  background: rgba(234, 179, 8, 0.16);
  border-color: rgba(234, 179, 8, 0.7);
  color: #facc15;
}

.update-tag-fix {
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(59, 130, 246, 0.7);
  color: #bfdbfe;
}

.update-body {
  min-width: 0;
}

.update-text {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin: 0 0 0.15rem;
}

.update-meta {
  font-size: 0.75rem;
  color: #9ca3af;
  margin: 0;
}

.updates-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.1rem;
  font-size: 0.8rem;
  color: #bfdbfe;
  text-decoration: none;
}

.updates-link:hover {
  text-decoration: underline;
}

/* ===========================
   FS25 Tools – Changelog card
   =========================== */

.fs25tools-changelog {
  padding: 1.5rem 0 1.5rem;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1));
  border-bottom: 1px solid rgba(15, 23, 42, 0.95);
}


/* Card that matches the rest of the hub styling */
.changelog-card {
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), #020617);
  border-radius: 1.4rem;
  padding: 1.5rem 1.5rem 1.4rem;
  border: 1px solid rgba(30, 64, 175, 0.6);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.9);
  width: 100%;
}

/* Header row sits on one line on desktop */
.changelog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.changelog-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9ca3af;
  margin: 0 0 0.2rem;
}

.changelog-header h2 {
  font-size: 1.2rem;
  margin: 0;
  color: #e5e7eb;
}

.changelog-header-note {
  font-size: 0.8rem;
  color: #9ca3af;
  max-width: 22rem;
  margin: 0;
}

/* Timeline stays inside card, aligned to left edge */
.changelog-timeline {
  border-left: 1px solid rgba(55, 65, 81, 0.85);
  padding-left: 1.4rem;
  display: grid;
  gap: 1.2rem;
}

.changelog-entry {
  position: relative;
}

.changelog-entry::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 0.25rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: radial-gradient(circle, #f97316, #eab308);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}

.changelog-date {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.changelog-content h3 {
  font-size: 0.98rem;
  margin: 0 0 0.35rem;
  color: #e5e7eb;
}

.changelog-content ul {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.86rem;
  color: #d1d5db;
}

/* ===========================
   Hero status stats (right box)
   =========================== */

.status-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.7rem 0.55rem;
  border-radius: 1rem;
  position: relative;
  background: radial-gradient(circle at top left,
              rgba(250, 204, 21, 0.1),
              rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(250, 204, 21, 0.3);
}

.status-stats::before {
  content: "";
  position: absolute;
  inset: 0.3rem;
  border-radius: 0.8rem;
  border: 1px dashed rgba(250, 204, 21, 0.28);
  pointer-events: none;
}

.status-tile {
  background: radial-gradient(circle at top,
                rgba(15, 23, 42, 0.98),
                rgba(15, 23, 42, 0.99));
  border-radius: 0.7rem;
  padding: 0.55rem 0.6rem 0.5rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.status-label {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 0.25rem;
}

.status-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f9fafb;
  margin: 0 0 0.1rem;
}

.status-sub {
  font-size: 0.7rem;
  color: #9ca3af;
  margin: 0;
}

.hero-footnote-small {
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0.1rem 0 0;
}
/* Latest updates section inside hero card */

.updates-subsection {
  margin-top: 0.6rem;
  border-top: 1px solid rgba(30, 64, 175, 0.55);
  padding-top: 0.8rem;
}

.updates-subtitle {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
  margin: 0 0 0.4rem;
}

/* Mobile handling for status tiles */

@media (max-width: 900px) {
  .status-stats {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Mobile tweaks */
@media (max-width: 900px) {
  .changelog-header {
    flex-direction: column;
    gap: 0.4rem;
  }

  .changelog-header-note {
    max-width: none;
  }
}


/* Responsive */

@media (max-width: 900px) {
  .fs25tools-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: flex-start
  }

  .fs25tools-hero-updates {
    order: -1;
  }
}


/* Responsive tweaks */

@media (max-width: 720px) {
  .fs25-tools-hero {
    padding: 2.4rem 0 1.5rem;
  }

  .fs25-tools-hero h1 {
    font-size: 2rem;
  }

  .launcher-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-toggle {
    align-self: flex-start;
  }
}
