/* ===== 首页页面专属样式 ===== */
.page-home {
  background: var(--deep-blue);
  color: var(--paper-white);
  overflow-x: hidden;
}

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

/* ---- 面包屑 ---- */
.page-home .breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: var(--deep-ink);
  border-bottom: 1px solid var(--border-dim);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--grey-slate);
}

.page-home .breadcrumb-current {
  color: var(--paper-white);
  font-weight: 600;
}

.page-home .breadcrumb-meta {
  color: var(--signal-green);
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 11px;
}

/* ---- 首屏区域 ---- */
.page-home .hero-zone {
  position: relative;
  padding: 48px 0 40px;
  background: var(--deep-blue);
  overflow: hidden;
}

.page-home .hero-giant-text {
  position: absolute;
  top: 40px;
  left: -12px;
  font-family: var(--font-display);
  font-size: clamp(130px, 24vw, 300px);
  font-weight: 900;
  line-height: 0.85;
  color: rgba(245, 242, 237, 0.05);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.page-home .hero-bg-slant {
  position: absolute;
  right: -18%;
  top: -18%;
  width: 56%;
  height: 150%;
  background: linear-gradient(135deg, transparent 46%, var(--corpus-blue) 46%);
  transform: skewX(-12deg);
  z-index: 0;
}

.page-home .hero-orange-strip {
  position: absolute;
  right: 5%;
  top: 13%;
  width: 27%;
  height: 30px;
  background: var(--energy-orange);
  transform: rotate(-7deg) skewX(-16deg);
  z-index: 1;
  box-shadow: 0 4px 24px rgba(255, 107, 53, 0.35);
}

.page-home .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 242, 237, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 237, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 10%, #000 90%);
}

.page-home .hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 32px;
}

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

.page-home .hero-kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--signal-green);
  margin: 0 0 16px;
  text-transform: uppercase;
}

.page-home .hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 8vw, 88px);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px;
  color: var(--paper-white);
  letter-spacing: -0.02em;
}

.page-home .hero-sub {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 242, 237, 0.82);
  max-width: 520px;
  margin: 0 0 28px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.page-home .hero-tip {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--amber-flash);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .tip-arrow {
  color: var(--energy-orange);
  font-weight: 700;
}

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

.page-home .hero-image-frame {
  position: relative;
  border: 1px solid rgba(245, 242, 237, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}

.page-home .hero-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .hero-live-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 27, 58, 0.88);
  border: 1px solid rgba(30, 215, 96, 0.5);
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--paper-white);
  letter-spacing: 0.06em;
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal-green);
  box-shadow: 0 0 0 4px rgba(30, 215, 96, 0.2);
}

.page-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.page-home .hero-stat-item {
  background: rgba(20, 50, 92, 0.85);
  border-left: 3px solid var(--energy-orange);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.3s var(--ease-out), background-color 0.3s var(--ease-out);
}

.page-home .hero-stat-item:hover {
  background: var(--corpus-blue);
  transform: translateY(-3px);
}

.page-home .hero-stat-num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--signal-green);
  line-height: 1;
}

.page-home .hero-stat-label {
  font-size: 12px;
  color: rgba(245, 242, 237, 0.7);
  letter-spacing: 0.04em;
}

/* ---- 共用区块头 ---- */
.page-home .section-head {
  margin-bottom: 28px;
}

.page-home .section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  margin: 8px 0 8px;
  letter-spacing: -0.01em;
}

.page-home .section-note {
  color: rgba(245, 242, 237, 0.62);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
}

/* ---- 今日赛况速览 ---- */
.page-home .match-today {
  background: var(--corpus-blue);
}

.page-home .match-grid {
  display: grid;
  gap: 16px;
}

.page-home .match-card {
  background: var(--deep-blue);
  border: 1px solid rgba(245, 242, 237, 0.12);
  border-top: 3px solid var(--energy-orange);
  padding: 22px 20px;
  position: relative;
  transition: transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.page-home .match-card:hover {
  transform: translateY(-4px);
  border-color: var(--signal-green);
  border-top-color: var(--signal-green);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.page-home .match-feature {
  border-top-width: 5px;
}

.page-home .match-round-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--signal-green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-home .match-clock {
  font-family: var(--font-mono);
  font-size: 38px;
  font-weight: 700;
  color: var(--amber-flash);
  line-height: 1;
  margin-bottom: 14px;
}

.page-home .match-pair {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.page-home .match-team {
  font-weight: 700;
  font-size: 18px;
  color: var(--paper-white);
}

.page-home .match-vs {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--grey-slate);
  letter-spacing: 0.06em;
  background: rgba(245, 242, 237, 0.1);
  padding: 3px 8px;
  border-radius: 2px;
}

.page-home .match-facts {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-home .match-facts li {
  font-size: 13px;
  color: rgba(245, 242, 237, 0.72);
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.page-home .match-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 2px;
  background: var(--energy-orange);
}

.page-home .match-entry {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--signal-green);
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.page-home .match-entry:hover {
  color: var(--energy-orange);
}

/* ---- 阵容变动速查 ---- */
.page-home .lineup-rapid {
  background: var(--paper-white);
  color: var(--deep-ink);
}

.page-home .lineup-rapid .section-kicker {
  color: var(--deep-blue);
}

.page-home .lineup-rapid .section-note {
  color: rgba(18, 16, 22, 0.62);
}

.page-home .lineup-layout {
  display: grid;
  gap: 28px;
}

.page-home .lineup-visual {
  position: relative;
}

.page-home .lineup-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(10, 27, 58, 0.12);
}

.page-home .lineup-visual-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 2px solid var(--deep-blue);
  font-size: 13px;
  color: rgba(18, 16, 22, 0.55);
}

.page-home .lineup-search {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.page-home .lineup-search input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 1.5px solid rgba(10, 27, 58, 0.35);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--deep-ink);
  outline: none;
  border-radius: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-home .lineup-search input::placeholder {
  color: rgba(18, 16, 22, 0.4);
}

.page-home .lineup-search input:focus {
  border-color: var(--deep-blue);
  box-shadow: 0 0 0 3px rgba(10, 27, 58, 0.12);
}

.page-home .lineup-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  border-top: 1px solid rgba(10, 27, 58, 0.14);
}

.page-home .lineup-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(10, 27, 58, 0.12);
  transition: padding-left 0.25s ease, background-color 0.25s ease;
}

.page-home .lineup-item:hover {
  padding-left: 12px;
  background: rgba(10, 27, 58, 0.04);
}

.page-home .lineup-team {
  font-weight: 700;
  font-size: 15px;
  color: var(--deep-blue);
}

.page-home .lineup-change {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(18, 16, 22, 0.72);
}

.page-home .lineup-time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--energy-orange);
}

.page-home .lineup-foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 6px;
}

.page-home .lineup-foot .label-mono {
  color: var(--deep-blue);
}

.page-home .link-arrow {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--deep-blue);
  transition: color 0.2s ease;
}

.page-home .link-arrow:hover {
  color: var(--energy-orange);
}

/* ---- 赛程双对照 ---- */
.page-home .schedule-dual {
  background: var(--deep-blue);
}

.page-home .schedule-visual {
  max-width: 980px;
  margin: 0 0 28px;
  border: 1px solid rgba(245, 242, 237, 0.14);
}

.page-home .schedule-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .dual-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(245, 242, 237, 0.14);
}

.page-home .dual-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .dual-table th,
.page-home .dual-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(245, 242, 237, 0.09);
  vertical-align: middle;
}

.page-home .dual-table th {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal-green);
  background: rgba(10, 27, 58, 0.6);
}

.page-home .dual-table td {
  color: rgba(245, 242, 237, 0.85);
}

.page-home .dual-table tr:last-child td {
  border-bottom: none;
}

.page-home .dual-table tr:hover td {
  background: rgba(20, 50, 92, 0.5);
}

.page-home .dual-vs {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--grey-slate);
  margin: 0 4px;
}

.page-home .cell-diff {
  background: rgba(255, 107, 53, 0.14);
  color: var(--energy-orange);
  border-left: 3px solid var(--energy-orange);
}

.page-home .badge-status {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 4px 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.page-home .badge-diff {
  background: rgba(255, 107, 53, 0.2);
  color: var(--energy-orange);
  border: 1px solid var(--energy-orange);
}

.page-home .badge-ok {
  background: rgba(30, 215, 96, 0.14);
  color: var(--signal-green);
  border: 1px solid rgba(30, 215, 96, 0.5);
}

.page-home .dual-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  font-size: 13px;
  color: rgba(245, 242, 237, 0.72);
}

.page-home .legend-diff,
.page-home .legend-ok {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
}

.page-home .legend-swatch {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid currentColor;
}

.page-home .legend-diff i {
  background: var(--energy-orange);
}

.page-home .legend-ok i {
  background: var(--signal-green);
}

.page-home .legend-note {
  flex-basis: 100%;
  color: rgba(245, 242, 237, 0.5);
  font-size: 12px;
}

/* ---- 红黄牌检索 ---- */
.page-home .card-penalty {
  background: var(--corpus-blue);
}

.page-home .penalty-layout {
  display: grid;
  gap: 28px;
}

.page-home .penalty-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.page-home .penalty-filters .chip {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(245, 242, 237, 0.3);
  font-size: 13px;
  color: rgba(245, 242, 237, 0.72);
  cursor: default;
  transition: all 0.2s ease;
}

.page-home .penalty-filters .chip:hover {
  border-color: var(--signal-green);
  color: var(--signal-green);
}

.page-home .penalty-filters .chip-active {
  background: var(--deep-blue);
  border-color: var(--signal-green);
  color: var(--signal-green);
  font-weight: 600;
}

.page-home .penalty-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.page-home .penalty-stat {
  background: var(--deep-blue);
  border-left: 3px solid var(--amber-flash);
  padding: 12px 14px;
}

.page-home .penalty-stat:last-child {
  border-left-color: var(--signal-green);
}

.page-home .penalty-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  color: var(--paper-white);
  line-height: 1.1;
}

.page-home .penalty-stat-label {
  font-size: 12px;
  color: rgba(245, 242, 237, 0.55);
  margin-top: 4px;
}

.page-home .penalty-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  border-top: 1px solid rgba(245, 242, 237, 0.12);
}

.page-home .penalty-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 6px;
  border-bottom: 1px solid rgba(245, 242, 237, 0.1);
  transition: background-color 0.25s ease, padding-left 0.25s ease;
}

.page-home .penalty-item:hover {
  background: rgba(10, 27, 58, 0.45);
  padding-left: 12px;
}

.page-home .card-icon {
  width: 24px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--deep-blue);
  border-radius: 2px;
  flex-shrink: 0;
}

.page-home .card-yellow {
  background: var(--amber-flash);
}

.page-home .card-red {
  background: var(--energy-orange);
  color: var(--paper-white);
}

.page-home .penalty-team {
  font-weight: 600;
  font-size: 15px;
  color: var(--paper-white);
  flex: 1;
}

.page-home .penalty-player {
  font-size: 13px;
  color: rgba(245, 242, 237, 0.6);
}

.page-home .penalty-round {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--signal-green);
  background: rgba(10, 27, 58, 0.5);
  padding: 3px 8px;
}

.page-home .penalty-visual {
  position: relative;
  align-self: start;
}

.page-home .penalty-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(245, 242, 237, 0.14);
}

.page-home .penalty-visual-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 0;
  border-top: 2px solid var(--energy-orange);
}

.page-home .penalty-visual-note .label-mono {
  color: var(--signal-green);
}

.page-home .penalty-note {
  font-size: 12px;
  color: rgba(245, 242, 237, 0.5);
}

/* ---- 最新动态 ---- */
.page-home .latest-insights {
  background: var(--paper-white);
  color: var(--deep-ink);
}

.page-home .latest-insights .section-kicker {
  color: var(--deep-blue);
}

.page-home .latest-insights .section-note {
  color: rgba(18, 16, 22, 0.62);
}

.page-home .timeline {
  border-left: 3px solid var(--deep-blue);
  padding-left: 20px;
  display: grid;
  gap: 26px;
}

.page-home .timeline-item {
  position: relative;
  padding-bottom: 8px;
}

.page-home .timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: var(--energy-orange);
  border: 3px solid var(--paper-white);
  box-shadow: 0 0 0 2px var(--energy-orange);
}

.page-home .timeline-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--deep-blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.page-home .timeline-item h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--deep-blue);
  margin: 0 0 6px;
  line-height: 1.4;
}

.page-home .timeline-item p:not(.timeline-meta) {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(18, 16, 22, 0.6);
  margin: 0 0 12px;
}

.page-home .timeline-item .link-arrow {
  color: var(--deep-blue);
}

.page-home .timeline-item .link-arrow:hover {
  color: var(--energy-orange);
}

/* ---- 底部引导 ---- */
.page-home .home-outro {
  background: var(--deep-blue);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-home .home-outro::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 220px;
  height: 220px;
  background: rgba(255, 107, 53, 0.14);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.page-home .outro-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.page-home .outro-content .section-kicker {
  color: var(--signal-green);
}

.page-home .outro-content h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  color: var(--paper-white);
  margin: 8px 0 12px;
}

.page-home .outro-content > p:not(.section-kicker) {
  color: rgba(245, 242, 237, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.page-home .outro-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
}

.page-home .trust-statement {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(245, 242, 237, 0.45);
  max-width: 560px;
  margin: 0 auto;
  border-top: 1px solid rgba(245, 242, 237, 0.1);
  padding-top: 20px;
}

/* ---- 桌面端增强 ---- */
@media (min-width: 1024px) {
  .page-home .hero-zone {
    padding: 64px 0 48px;
  }

  .page-home .hero-content {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .hero-giant-text {
    font-size: 22vw;
    top: auto;
    bottom: -4%;
    left: -2%;
  }

  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 56px;
  }

  .page-home .hero-stat-item {
    padding: 18px 20px;
  }

  .page-home .hero-stat-num {
    font-size: 32px;
  }

  .page-home .match-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-home .match-feature {
    grid-column: span 2;
  }

  .page-home .match-card {
    padding: 28px 24px;
  }

  .page-home .match-clock {
    font-size: 46px;
  }

  .page-home .lineup-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
  }

  .page-home .lineup-visual {
    position: sticky;
    top: 80px;
  }

  .page-home .lineup-item {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .page-home .lineup-team {
    min-width: 110px;
  }

  .page-home .lineup-change {
    flex: 1;
  }

  .page-home .lineup-foot {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .schedule-visual {
    margin-bottom: 32px;
  }

  .page-home .dual-table-wrap {
    border-left-width: 4px;
    border-left-color: var(--energy-orange);
  }

  .page-home .dual-legend {
    gap: 24px;
  }

  .page-home .legend-note {
    flex-basis: auto;
    margin-left: auto;
  }

  .page-home .penalty-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: start;
  }

  .page-home .penalty-visual {
    position: sticky;
    top: 80px;
  }

  .page-home .penalty-stats {
    gap: 14px;
  }

  .page-home .penalty-stat {
    padding: 18px 20px;
  }

  .page-home .penalty-stat-num {
    font-size: 34px;
  }

  .page-home .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 48px;
    padding-left: 24px;
  }

  .page-home .timeline-item {
    margin-bottom: 8px;
  }

  .page-home .outro-links {
    gap: 18px;
  }
}

/* ---- 中等屏微调 ---- */
@media (min-width: 640px) and (max-width: 1023px) {
  .page-home .hero-content {
    grid-template-columns: 1fr 0.8fr;
    gap: 32px;
    align-items: center;
  }

  .page-home .hero-copy h1 {
    font-size: 52px;
  }

  .page-home .match-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .match-feature {
    grid-column: span 2;
  }

  .page-home .lineup-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
  }

  .page-home .penalty-layout {
    grid-template-columns: 1fr 0.7fr;
    gap: 28px;
    align-items: start;
  }
}
