.page-home {
  --home-bg-deep: #0B132B;
  --home-bg-blue: #1D3557;
  --home-bg-panel: rgba(16, 27, 58, 0.88);
  --home-red: #E63946;
  --home-gold: #F4A261;
  --home-cream: #F1FAEE;
  --home-smoke: #A8B2C1;
  --home-neon: #40F99B;
  --home-brown: #2B2D42;
  --home-font-heading: Oswald, "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  --home-font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --home-font-mono: "SF Mono", "Cascadia Mono", "Roboto Mono", Consolas, monospace;
  position: relative;
  background: var(--home-bg-deep);
  color: var(--home-cream);
  font-family: var(--home-font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-home .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px var(--gutter) 0;
  font-family: var(--home-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--home-smoke);
}
.page-home .breadcrumbs__separator {
  color: var(--home-red);
  font-weight: 700;
}
.page-home .breadcrumbs__current {
  color: var(--home-cream);
  font-weight: 600;
}
.page-home .breadcrumbs__slash {
  color: var(--home-gold);
}
.page-home .breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .home-dashboard {
  position: relative;
  padding: 40px var(--gutter) 48px;
}
.page-home .home-dashboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(115deg, transparent 0%, rgba(230, 57, 70, 0.10) 45%, transparent 46%, transparent 100%),
    linear-gradient(90deg, rgba(29, 53, 87, 0.42) 0%, rgba(11, 19, 43, 0.05) 100%);
  pointer-events: none;
  z-index: 0;
}
.page-home .home-dashboard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--home-red);
}
.page-home .home-dashboard__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .home-dashboard__title-wrap {
  flex: 1;
}
.page-home .home-dashboard__tagline {
  display: inline-block;
  font-family: var(--home-font-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--home-gold);
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 4px 12px;
  border-left: 3px solid var(--home-red);
  background: rgba(230, 57, 70, 0.1);
}
.page-home .home-dashboard .display-title {
  margin: 0 0 14px;
  font-family: var(--home-font-heading);
  font-size: clamp(42px, 8vw, 88px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--home-cream);
  text-shadow: 4px 4px 0 rgba(230, 57, 70, 0.42);
}
.page-home .home-dashboard__lead {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--home-smoke);
  margin: 0;
  border-left: 2px solid var(--home-gold);
  padding-left: 14px;
}
.page-home .aside-note--vertical {
  display: flex;
  flex-direction: row;
  gap: 12px;
  font-family: var(--home-font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--home-smoke);
  writing-mode: horizontal-tb;
  padding: 8px 0 8px 12px;
  border-left: 1px solid rgba(244, 162, 97, 0.5);
}
.page-home .aside-note--vertical span::before {
  content: "◆ ";
  color: var(--home-red);
}

.page-home .home-stats {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-home .home-stat-card {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 18px;
  background: var(--home-bg-panel);
  border: 1px solid rgba(168, 178, 193, 0.2);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.page-home .home-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 162, 97, 0.5);
}
.page-home .home-stat-card--score {
  grid-column: 1 / 2;
}
.page-home .home-stat-card--accent {
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.22) 0%, rgba(29, 53, 87, 0.85) 100%);
  border-color: rgba(230, 57, 70, 0.4);
}
.page-home .home-stat-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.page-home .home-stat-card__label {
  font-family: var(--home-font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--home-smoke);
}
.page-home .home-stat-card .live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--home-font-mono);
  font-size: 11px;
  color: var(--home-neon);
  padding: 3px 8px;
  border: 1px solid rgba(64, 249, 155, 0.4);
  border-radius: 999px;
}
.page-home .home-stat-card .live-indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-neon);
  box-shadow: 0 0 8px var(--home-neon);
  animation: home-pulse 2s ease-in-out infinite;
}
@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.8); }
}
.page-home .score-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px 10px;
  padding: 12px 10px;
  background: rgba(11, 19, 43, 0.6);
  border-left: 3px solid var(--home-red);
}
.page-home .score-card--home-league + .score-card--home-league {
  margin-top: 8px;
}
.page-home .score-card__status {
  grid-column: 1 / 4;
  font-family: var(--home-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--home-gold);
  text-transform: uppercase;
}
.page-home .score-card__team {
  font-family: var(--home-font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--home-cream);
  text-align: center;
}
.page-home .score-card__score {
  font-family: var(--home-font-mono);
  font-size: 24px;
  font-weight: 700;
  color: var(--home-cream);
  background: rgba(230, 57, 70, 0.18);
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
  min-width: 72px;
}
.page-home .home-stat-card__caption {
  font-size: 12px;
  line-height: 1.6;
  color: var(--home-smoke);
  font-family: var(--home-font-body);
  margin-top: 4px;
}
.page-home .home-stat-card__number {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: var(--home-cream);
  letter-spacing: 0.02em;
}
.page-home .home-stat-card__number .home-stat-card__unit {
  font-size: 18px;
  font-weight: 600;
  color: var(--home-gold);
  margin-left: 6px;
  letter-spacing: 0.06em;
}
.page-home .home-stat-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--home-smoke);
}
.page-home .home-stat-card .btn {
  align-self: flex-start;
  margin-top: 4px;
}
.page-home .home-dashboard__img-wrap {
  margin-top: 20px;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  border: 1px solid rgba(244, 162, 97, 0.35);
}
.page-home .home-dashboard__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 180px;
}

.page-home .home-features {
  padding: 48px var(--gutter);
}
.page-home .section__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.page-home .section-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: var(--home-font-heading);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--home-cream);
  letter-spacing: 0.02em;
}
.page-home .section-title__index {
  font-family: var(--home-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--home-red);
  background: rgba(230, 57, 70, 0.12);
  border: 1px solid rgba(230, 57, 70, 0.6);
  padding: 3px 8px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.page-home .section-title__line {
  flex: 1;
  min-width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--home-red) 0%, var(--home-gold) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.page-home .section__note {
  font-family: var(--home-font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--home-smoke);
  margin: 0;
}
.page-home .home-features__layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .home-features__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .home-features__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--home-red) 0%, var(--home-gold) 50%, rgba(168, 178, 193, 0.3) 100%);
}
.page-home .home-feature-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-left: 0;
}
.page-home .home-feature-item__marker {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--home-font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--home-cream);
  background: var(--home-blue);
  border: 2px solid var(--home-red);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  font-family: var(--home-font-heading);
  font-size: 20px;
  font-weight: 800;
  font-family: var(--home-font-heading);
  z-index: 1;
}
.page-home .home-feature-item__body {
  flex: 1;
  padding: 18px;
  background: rgba(29, 53, 87, 0.35);
  border: 1px solid rgba(168, 178, 193, 0.18);
  border-left: 4px solid var(--home-red);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.page-home .home-feature-item__title {
  margin: 0 0 8px;
  font-family: var(--home-font-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--home-cream);
}
.page-home .home-feature-item__desc {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--home-smoke);
}
.page-home .home-feature-item__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home .home-feature-item__list li {
  position: relative;
  font-size: 13px;
  color: var(--home-cream);
  padding-left: 16px;
}
.page-home .home-feature-item__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--home-gold);
  font-family: var(--home-font-mono);
}
.page-home .home-features__figure {
  margin: 0;
  position: relative;
}
.page-home .home-features__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 160px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .home-features__figure .figure__caption {
  margin-top: 10px;
  font-family: var(--home-font-mono);
  font-size: 12px;
  color: var(--home-smoke);
  border-left: 2px solid var(--home-gold);
  padding-left: 10px;
}

.page-home .home-versions {
  padding: 48px var(--gutter);
  background: linear-gradient(135deg, rgba(29, 53, 87, 0.5) 0%, rgba(11, 19, 43, 0.2) 100%);
}
.page-home .home-versions__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .home-versions__intro {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--home-smoke);
  margin: 0;
  border-right: 4px solid rgba(230, 57, 70, 0.6);
  padding-right: 16px;
}
.page-home .home-versions__panel {
  background: rgba(11, 19, 43, 0.72);
  border: 1px solid rgba(244, 162, 97, 0.25);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  padding: 4px;
}
.page-home .home-versions__table-wrap {
  overflow-x: auto;
}
.page-home .home-versions__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}
.page-home .home-versions__caption {
  font-family: var(--home-font-mono);
  font-size: 12px;
  text-align: left;
  color: var(--home-smoke);
  padding: 12px 14px 6px;
  caption-side: top;
}
.page-home .home-versions__table th,
.page-home .home-versions__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(168, 178, 193, 0.14);
}
.page-home .home-versions__table thead th {
  font-family: var(--home-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--home-gold);
  background: rgba(230, 57, 70, 0.12);
  text-transform: uppercase;
}
.page-home .home-versions__table tbody tr:hover {
  background: rgba(230, 57, 70, 0.08);
}
.page-home .home-versions__table .data-table__version {
  font-family: var(--home-font-mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--home-gold);
  white-space: nowrap;
}
.page-home .home-versions__row-current td {
  background: rgba(230, 57, 70, 0.1);
  border-left: 4px solid var(--home-red);
}
.page-home .home-versions__row-current .data-table__version {
  color: var(--home-red);
}
.page-home .home-versions__timeline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .home-versions__timeline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 6px;
  background: rgba(29, 53, 87, 0.5);
  border: 1px solid rgba(168, 178, 193, 0.2);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.page-home .home-versions__timeline-item--current {
  border-color: rgba(230, 57, 70, 0.7);
  background: rgba(230, 57, 70, 0.15);
}
.page-home .home-versions__badge {
  font-family: var(--home-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--home-cream);
  background: var(--home-blue);
  padding: 2px 7px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.page-home .home-versions__timeline-item--current .home-versions__badge {
  background: var(--home-red);
}
.page-home .home-versions__label {
  font-size: 13px;
  color: var(--home-smoke);
  white-space: nowrap;
}
.page-home .home-versions__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 100px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  border: 1px solid rgba(244, 162, 97, 0.3);
}

.page-home .home-articles {
  padding: 48px var(--gutter);
}
.page-home .home-articles__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.page-home .home-articles__filter-btn {
  appearance: none;
  border: 1px solid rgba(168, 178, 193, 0.35);
  background: transparent;
  color: var(--home-smoke);
  font-family: var(--home-font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 6px 14px;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: all 0.2s ease;
}
.page-home .home-articles__filter-btn:hover,
.page-home .home-articles__filter-btn--active {
  background: var(--home-red);
  border-color: var(--home-red);
  color: var(--home-cream);
}
.page-home .home-articles__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .home-article-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  background: rgba(29, 53, 87, 0.32);
  border: 1px solid rgba(168, 178, 193, 0.18);
  border-left: 3px solid var(--home-gold);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.page-home .home-article-item:hover {
  border-color: rgba(230, 57, 70, 0.8);
  transform: translateX(4px);
}
.page-home .home-article-item__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 120px;
  max-height: 180px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.page-home .home-article-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}
.page-home .home-article-item__title {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--home-cream);
}
.page-home .home-article-item__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-smoke);
}
.page-home .home-article-item__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--home-font-mono);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--home-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 162, 97, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.page-home .home-article-item__link:hover {
  color: var(--home-red);
  border-color: var(--home-red);
}
.page-home .home-article-item__arrow {
  transition: transform 0.2s ease;
}
.page-home .home-article-item__link:hover .home-article-item__arrow {
  transform: translateX(4px);
}
.page-home .home-articles__more {
  margin-top: 24px;
  text-align: right;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--home-font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-home .btn--primary {
  background: var(--home-red);
  color: var(--home-cream);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.page-home .btn--primary:hover {
  background: #d32f3c;
  transform: translateY(-2px);
}
.page-home .btn--ghost {
  background: transparent;
  color: var(--home-cream);
  border: 1px solid var(--home-red);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.page-home .btn--ghost:hover {
  background: rgba(230, 57, 70, 0.15);
  border-color: var(--home-gold);
  color: var(--home-gold);
}
.page-home .badge {
  display: inline-block;
  font-family: var(--home-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 3px 10px;
}
.page-home .badge--red {
  background: var(--home-red);
  color: var(--home-cream);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 0 100%);
}
.page-home .badge--outline {
  border: 1px solid var(--home-gold);
  color: var(--home-gold);
  background: rgba(244, 162, 97, 0.1);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 0 100%);
}

@media (min-width: 640px) {
  .page-home .home-dashboard {
    padding: 56px var(--gutter) 56px;
  }
  .page-home .home-dashboard__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-home .home-dashboard__title-wrap {
    flex: 1;
  }
  .page-home .aside-note--vertical {
    flex-shrink: 0;
    width: 180px;
  }
  .page-home .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .page-home .home-stat-card--score {
    grid-column: 1 / 2;
  }
  .page-home .home-features__layout {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    align-items: start;
    gap: 28px;
  }
  .page-home .home-features__figure {
    position: sticky;
    top: 24px;
  }
  .page-home .home-article-item {
    flex-direction: row;
    align-items: center;
  }
  .page-home .home-article-item__img {
    width: 140px;
    align-self: stretch;
    min-height: 120px;
    max-height: none;
  }
  .page-home .home-article-item__body {
    align-items: flex-start;
  }
}

@media (min-width: 960px) {
  .page-home .home-dashboard {
    padding: 64px var(--gutter) 64px;
  }
  .page-home .home-stats__grid {
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 22px;
  }
  .page-home .home-stat-card--score {
    grid-column: 1 / 2;
  }
  .page-home .home-stat-card--dark:nth-of-type(2) {
    grid-column: 2 / 3;
  }
  .page-home .home-stat-card--dark:nth-of-type(3) {
    grid-column: 3 / 4;
  }
  .page-home .home-stat-card--accent {
    grid-column: 1 / 4;
  }
  .page-home .home-stat-card--accent {
    grid-template-columns: 1fr 1fr auto;
    display: grid;
    align-items: center;
    gap: 12px;
  }
  .page-home .home-stat-card--accent .home-stat-card__header {
    grid-column: 1 / 2;
  }
  .page-home .home-stat-card--accent .home-stat-card__number {
    grid-column: 2 / 3;
  }
  .page-home .home-stat-card--accent .home-stat-card__desc {
    grid-column: 3 / 4;
  }
  .page-home .home-stat-card--accent .btn {
    grid-column: 1 / 4;
  }
  .page-home .home-dashboard__img-wrap {
    margin-top: 28px;
  }
  .page-home .home-articles__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .page-home .home-article-item {
    flex-direction: column;
    align-items: stretch;
  }
  .page-home .home-article-item__img {
    width: 100%;
    max-height: 140px;
  }
  .page-home .home-versions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    align-items: start;
  }
  .page-home .home-versions__intro {
    grid-column: 1 / 3;
  }
  .page-home .home-versions__panel {
    grid-column: 1 / 2;
  }
  .page-home .home-versions__timeline {
    grid-column: 2 / 3;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .page-home .home-versions__img {
    grid-column: 1 / 3;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-home .container {
    max-width: var(--container-w);
  }
  .page-home .home-dashboard::before {
    background:
      linear-gradient(115deg, transparent 0%, rgba(230, 57, 70, 0.12) 42%, transparent 43%, transparent 100%),
      linear-gradient(115deg, transparent 0%, rgba(29, 53, 87, 0.55) 50%, transparent 51%, transparent 100%),
      linear-gradient(90deg, rgba(29, 53, 87, 0.3) 0%, rgba(11, 19, 43, 0.05) 100%);
  }
}

.page-home {
  --home-blue: var(--home-bg-blue);
}
