.page-home {
  --home-bg: var(--c-deep);
  --home-bg-deep: var(--c-deeper);
  --home-electric: var(--c-electric);
  --home-orange: var(--c-orange);
  --home-cream: var(--c-cream);
  --home-white: var(--c-white);
  --home-mono: var(--font-mono);
  --home-display: var(--font-display);
  --home-body: var(--font-body);
  background: var(--home-bg);
  color: var(--home-white);
  overflow-x: hidden;
}

.page-home .container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}

.page-home a {
  color: var(--home-electric);
  text-decoration: none;
  transition: color .2s ease;
}

.page-home a:hover {
  color: var(--home-white);
}

.page-home .home-hero {
  position: relative;
  padding: 72px 0 88px;
  background: var(--home-bg);
  border-bottom: 1px solid rgba(0, 212, 255, .15);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 212, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 212, 255, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 960px) {
  .page-home .home-hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
  }
}

.page-home .home-hero__content {
  position: relative;
  z-index: 2;
}

.page-home .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--home-mono);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--home-electric);
  margin: 0 0 20px;
  padding: 6px 14px;
  border: 1px solid rgba(0, 212, 255, .3);
  border-radius: 999px;
  background: rgba(0, 212, 255, .06);
}

.page-home .home-hero__title {
  font-family: var(--home-display);
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .02em;
  margin: 0 0 18px;
  max-width: 640px;
  color: var(--home-white);
}

.page-home .home-hero__lead {
  font-family: var(--home-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  max-width: 560px;
  margin: 0 0 32px;
}

.page-home .home-search__box {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--home-white);
  border-radius: 18px;
  padding: 6px;
  box-shadow: 0 0 0 2px rgba(0, 212, 255, .4), 0 16px 48px rgba(0, 0, 0, .35);
  max-width: 600px;
}

.page-home .home-search__icon {
  width: 22px;
  height: 22px;
  color: var(--home-bg);
  margin-left: 16px;
  flex-shrink: 0;
}

.page-home .home-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--home-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--c-ink);
  padding: 10px 0 10px 10px;
}

.page-home .home-search__input::placeholder {
  color: #8A8A93;
  font-weight: 400;
}

.page-home .home-search__input:focus-visible {
  outline: 2px solid var(--home-electric);
  outline-offset: 2px;
  border-radius: 8px;
}

.page-home .home-search__btn {
  flex-shrink: 0;
  border: none;
  border-radius: 14px;
  background: var(--gradient-fire);
  color: var(--home-bg);
  font-family: var(--home-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 14px 26px;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
}

.page-home .home-search__btn:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.page-home .home-search__btn:focus-visible {
  outline: 2px solid var(--home-electric);
  outline-offset: 3px;
}

.page-home .home-search__hot {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.page-home .home-search__hot-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--home-body);
  font-size: 13px;
}

.page-home .home-search__hot-index {
  font-family: var(--home-mono);
  font-size: 11px;
  color: var(--home-orange);
}

.page-home .home-search__hot-link {
  color: rgba(255, 255, 255, .82);
  border-bottom: 1px dashed rgba(255, 255, 255, .3);
  letter-spacing: .02em;
}

.page-home .home-search__hot-link:hover {
  color: var(--home-electric);
  border-bottom-color: var(--home-electric);
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .home-hero__figure {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  transform: rotate(1.5deg) translateX(12px);
  box-shadow: 0 24px 72px rgba(0, 0, 0, .5);
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-home .home-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 31, 68, .15) 0%, rgba(10, 31, 68, .65) 100%);
}

.page-home .home-hero__badge {
  position: absolute;
  bottom: -18px;
  left: -14px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(10, 31, 68, .92);
  border: 1px solid rgba(0, 212, 255, .5);
  border-radius: 18px;
  padding: 14px 22px;
  backdrop-filter: blur(12px);
}

.page-home .home-hero__badge-num {
  font-family: var(--home-mono);
  font-size: 36px;
  font-weight: 700;
  color: var(--home-orange);
  line-height: 1;
}

.page-home .home-hero__badge-plus {
  font-size: 24px;
}

.page-home .home-hero__badge-text {
  font-family: var(--home-body);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .92);
}

.page-home .home-hero__scan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, .7), transparent);
  animation: home-scan 4s ease-in-out infinite;
  opacity: .5;
}

@keyframes home-scan {
  0% { transform: translateY(0); opacity: .2; }
  50% { opacity: .8; }
  100% { transform: translateY(120px); opacity: .2; }
}

.page-home .home-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
  z-index: 1;
}

.page-home .home-refresh {
  padding: 64px 0;
  background: var(--home-bg-deep);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.page-home .home-refresh__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 900px) {
  .page-home .home-refresh__inner {
    grid-template-columns: 1.2fr 1fr .8fr;
    align-items: center;
    gap: 48px;
  }
}

.page-home .home-refresh__time {
  display: flex;
  align-items: center;
  gap: 24px;
}

.page-home .home-refresh__ring {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.page-home .home-refresh__ring svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-home .home-refresh__ring-fill {
  animation: home-ring-rotate 8s linear infinite;
  transform-origin: center;
}

@keyframes home-ring-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-home .home-refresh__ring-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: 0 0 16px var(--home-orange);
  transform: translate(-50%, -50%);
}

.page-home .home-refresh__title {
  font-family: var(--home-display);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--home-white);
}

.page-home .home-refresh__desc {
  font-family: var(--home-body);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.page-home .home-refresh__status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--home-mono);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--home-electric);
  background: rgba(0, 212, 255, .08);
  border: 1px solid rgba(0, 212, 255, .25);
  border-radius: 999px;
  padding: 8px 18px;
}

.page-home .home-refresh__status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-electric);
  box-shadow: 0 0 12px var(--home-electric);
  animation: home-pulse 2s ease-in-out infinite;
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.85); }
}

.page-home .home-refresh__note {
  font-family: var(--home-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
  margin: 16px 0 0;
}

.page-home .home-refresh__schedule {
  display: flex;
  gap: 8px;
}

.page-home .home-refresh__slot {
  flex: 1;
  text-align: center;
  padding: 10px 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  transition: all .2s ease;
}

.page-home .home-refresh__slot--active {
  border-color: rgba(0, 212, 255, .5);
  background: rgba(0, 212, 255, .08);
  box-shadow: inset 0 0 20px rgba(0, 212, 255, .05);
}

.page-home .home-refresh__slot-time {
  display: block;
  font-family: var(--home-mono);
  font-size: 17px;
  font-weight: 700;
  color: var(--home-white);
}

.page-home .home-refresh__slot-state {
  display: block;
  font-family: var(--home-body);
  font-size: 11px;
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
}

.page-home .home-refresh__slot--active .home-refresh__slot-state {
  color: var(--home-electric);
}

.page-home .home-legacy {
  padding: 96px 0;
  background: var(--home-bg);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.page-home .home-legacy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 960px) {
  .page-home .home-legacy__grid {
    grid-template-columns: 7fr 5fr;
    gap: 72px;
  }
}

.page-home .home-section-index {
  font-family: var(--home-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--home-orange);
  margin: 0 0 14px;
}

.page-home .home-section-index--light {
  color: var(--home-electric);
}

.page-home .home-legacy__title {
  font-family: var(--home-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .02em;
  margin: 0 0 16px;
  color: var(--home-white);
}

.page-home .home-legacy__lead {
  font-family: var(--home-body);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 28px;
  max-width: 540px;
}

.page-home .home-legacy__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-home .home-legacy__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  border-left: 3px solid var(--home-orange);
  transition: background .2s ease, transform .2s ease;
}

.page-home .home-legacy__item:hover {
  background: rgba(255, 255, 255, .06);
  transform: translateX(4px);
}

.page-home .home-legacy__item-tag {
  font-family: var(--home-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--home-electric);
}

.page-home .home-legacy__item-text {
  font-family: var(--home-body);
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
}

.page-home .home-legacy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--home-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: 14px 30px;
  transition: all .2s ease;
}

.page-home .btn--primary {
  background: var(--gradient-fire);
  color: var(--home-bg);
  border: none;
}

.page-home .btn--primary:hover {
  color: var(--home-bg);
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 107, 0, .3);
}

.page-home .btn--ghost {
  background: transparent;
  color: var(--home-white);
  border: 1px solid rgba(255, 255, 255, .25);
}

.page-home .btn--ghost:hover {
  color: var(--home-electric);
  border-color: var(--home-electric);
  transform: translateY(-2px);
  background: rgba(0, 212, 255, .06);
}

.page-home .btn:focus-visible {
  outline: 2px solid var(--home-electric);
  outline-offset: 3px;
}

.page-home .home-legacy__media {
  position: relative;
}

.page-home .home-legacy__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(-1.5deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.page-home .home-legacy__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-home .home-legacy__data-card {
  position: absolute;
  bottom: -20px;
  right: -8px;
  background: var(--c-cream);
  color: var(--c-ink);
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
  min-width: 180px;
}

.page-home .home-legacy__data-label {
  font-family: var(--home-body);
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 4px;
  color: rgba(26, 26, 26, .68);
}

.page-home .home-legacy__data-value {
  font-family: var(--home-mono);
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  color: var(--c-ink);
  line-height: 1.1;
}

.page-home .home-legacy__data-unit {
  font-size: 20px;
  margin-left: 2px;
}

.page-home .home-legacy__data-sub {
  font-family: var(--home-body);
  font-size: 12px;
  color: rgba(26, 26, 26, .6);
  margin: 6px 0 0;
}

.page-home .home-focus {
  position: relative;
  padding: 96px 0;
  background: var(--home-bg-deep);
  overflow: hidden;
}

.page-home .home-focus__split {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 420px;
  height: 140%;
  background: linear-gradient(160deg, rgba(0, 212, 255, .08), transparent);
  transform: rotate(18deg);
  pointer-events: none;
  border-left: 1px solid rgba(0, 212, 255, .15);
}

.page-home .home-focus__inner {
  position: relative;
  z-index: 1;
}

.page-home .home-focus__header {
  margin-bottom: 48px;
}

.page-home .home-focus__title {
  font-family: var(--home-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--home-white);
  max-width: 640px;
}

.page-home .home-focus__subtitle {
  font-family: var(--home-body);
  font-size: 15px;
  color: rgba(255, 255, 255, .65);
  margin: 0;
  letter-spacing: .04em;
}

.page-home .home-focus__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 700px) {
  .page-home .home-focus__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-home .home-focus__card {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 32px 28px;
  background: var(--home-bg);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}

.page-home .home-focus__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, .6), transparent);
  opacity: 0;
  transition: opacity .25s ease;
}

.page-home .home-focus__card:hover,
.page-home .home-focus__card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, .35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .4);
}

.page-home .home-focus__card:hover::before,
.page-home .home-focus__card:focus-visible::before {
  opacity: 1;
}

.page-home .home-focus__card-num {
  font-family: var(--home-mono);
  font-size: 26px;
  font-weight: 700;
  color: rgba(0, 212, 255, .5);
  line-height: 1;
}

.page-home .home-focus__card-title {
  font-family: var(--home-display);
  font-size: 21px;
  font-weight: 800;
  color: var(--home-white);
  margin: 16px 0 10px;
}

.page-home .home-focus__card-text {
  font-family: var(--home-body);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
  margin: 0 0 20px;
}

.page-home .home-focus__card-more {
  font-family: var(--home-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--home-orange);
  letter-spacing: .03em;
}

.page-home .home-focus__figure {
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 24px;
  overflow: hidden;
  opacity: .5;
  transform: rotate(-8deg);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .4);
  border: 2px solid rgba(0, 212, 255, .3);
  display: none;
}

@media (min-width: 800px) {
  .page-home .home-focus__figure {
    display: block;
  }
}

.page-home .home-focus__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.page-home .home-daily {
  padding: 96px 0;
  background: var(--home-bg);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.page-home .home-daily__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

@media (min-width: 760px) {
  .page-home .home-daily__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.page-home .home-daily__title {
  font-family: var(--home-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  margin: 0;
  color: var(--home-white);
  line-height: 1.15;
}

.page-home .home-daily__desc {
  font-family: var(--home-body);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .62);
  max-width: 380px;
  margin: 0;
}

.page-home .home-daily__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .page-home .home-daily__content {
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: start;
  }
}

.page-home .home-daily__subhead {
  font-family: var(--home-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--home-orange);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}

.page-home .home-daily__subhead::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 107, 0, .4), transparent);
}

.page-home .home-daily__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .home-daily__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  transition: background .2s ease, border-color .2s ease;
}

.page-home .home-daily__item:hover {
  background: rgba(0, 212, 255, .05);
  border-color: rgba(0, 212, 255, .25);
}

.page-home .home-daily__league {
  font-family: var(--home-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--home-electric);
  background: rgba(0, 212, 255, .1);
  border-radius: 6px;
  padding: 4px 8px;
  flex-shrink: 0;
}

.page-home .home-daily__teams {
  font-family: var(--home-body);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .9);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .home-daily__tag {
  font-family: var(--home-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--home-orange);
  border: 1px solid rgba(255, 107, 0, .35);
  border-radius: 999px;
  padding: 3px 10px;
  flex-shrink: 0;
}

.page-home .home-daily__video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

.page-home .home-daily__video-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-home .home-daily__video-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--home-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--home-bg);
  background: var(--gradient-fire);
  border-radius: 999px;
  padding: 5px 14px;
}

.page-home .home-daily__table-wrap {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 18px;
  padding: 24px 20px;
}

.page-home .home-daily__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--home-mono);
  font-size: 13px;
}

.page-home .home-daily__table thead th {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.page-home .home-daily__table tbody td {
  padding: 12px 8px;
  color: rgba(255, 255, 255, .85);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.page-home .home-daily__table tbody tr:last-child td {
  border-bottom: none;
}

.page-home .home-daily__table tbody tr:hover td {
  background: rgba(0, 212, 255, .04);
}

.page-home .home-daily__table tbody td:first-child {
  color: var(--home-orange);
  font-weight: 700;
}

.page-home .home-daily__table tbody td:last-child {
  color: var(--home-electric);
  font-weight: 700;
  font-size: 15px;
}

.page-home .home-follow {
  padding: 96px 0;
  background: var(--home-bg-deep);
}

.page-home .home-follow__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 900px) {
  .page-home .home-follow__grid {
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    align-items: start;
  }
}

.page-home .home-follow__title {
  font-family: var(--home-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  margin: 0 0 14px;
  color: var(--home-white);
  line-height: 1.15;
}

.page-home .home-follow__lead {
  font-family: var(--home-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .75);
  margin: 0 0 24px;
  max-width: 380px;
}

.page-home .home-follow__sync {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--home-mono);
  font-size: 13px;
  color: var(--home-electric);
  background: rgba(0, 212, 255, .08);
  border: 1px solid rgba(0, 212, 255, .25);
  border-radius: 999px;
  padding: 8px 16px;
}

.page-home .home-follow__sync-icon {
  width: 17px;
  height: 17px;
}

.page-home .home-follow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 700px) {
  .page-home .home-follow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-home .home-follow__item {
  position: relative;
  padding: 22px 24px;
  border-radius: 16px;
  background: var(--home-bg);
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 4px solid var(--home-orange);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-home .home-follow__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
}

.page-home .home-follow__item-league {
  font-family: var(--home-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--home-electric);
}

.page-home .home-follow__item-title {
  font-family: var(--home-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--home-white);
  margin: 8px 0 6px;
}

.page-home .home-follow__item-desc {
  font-family: var(--home-body);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .65);
  margin: 0;
}

.page-home .home-follow__item-status {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--home-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, .45);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: 3px 10px;
}

.page-home .home-follow__banner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 48px;
  padding: 28px 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 212, 255, .08), rgba(255, 107, 0, .08));
  border: 1px solid rgba(0, 212, 255, .2);
}

@media (min-width: 760px) {
  .page-home .home-follow__banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.page-home .home-follow__banner-text {
  font-family: var(--home-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  margin: 0;
  max-width: 720px;
}

.page-home .home-follow__banner .btn {
  flex-shrink: 0;
}

.page-home .home-follow a:focus-visible {
  outline: 2px solid var(--home-electric);
  outline-offset: 3px;
}
</PAGE_CSS>
