.page-home {
  overflow-x: hidden;
}
.page-home .hero-arena {
  position: relative;
  background: var(--wp-bg-dark);
  color: var(--wp-white);
  padding: 44px 0 0;
  overflow: hidden;
  isolation: isolate;
}
.page-home .hero-arena::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: var(--wp-bg-light);
  transform: skewY(-2deg);
  transform-origin: left bottom;
  z-index: 1;
  pointer-events: none;
}
.page-home .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.page-home .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  transform: scale(1.02);
}
.page-home .hero-bg-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,13,26,0.97) 0%, rgba(11,13,26,0.82) 50%, rgba(11,13,26,0.62) 100%);
}
.page-home .hero-arena::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 20%, rgba(91,108,255,0.35), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(255,122,0,0.22), transparent 30%);
  pointer-events: none;
}
.page-home .hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 0 0 56px;
}
.page-home .hero-copy .eyebrow {
  color: var(--wp-secondary);
  margin-bottom: 16px;
}
.page-home .hero-title {
  position: relative;
  font-family: var(--wp-font-heading);
  font-size: clamp(30px, 5.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  padding-bottom: 18px;
}
.page-home .hero-title::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 72px;
  height: 6px;
  background: var(--wp-accent);
  transform: skewX(-18deg);
  border-radius: 2px;
}
.page-home .hero-desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
  max-width: 58ch;
  margin: 0;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}
.page-home .hero-actions .btn {
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.page-home .hero-actions .btn:hover {
  transform: translateY(-2px);
}
.page-home .hero-actions .btn-ghost {
  border: 1px solid rgba(255,255,255,0.55);
  color: var(--wp-white);
  background: transparent;
  box-shadow: inset 0 0 0 0 rgba(255,255,255,0);
}
.page-home .hero-actions .btn-ghost:hover {
  background: rgba(255,255,255,0.1);
}
.page-home .hero-note {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-left: 3px solid var(--wp-secondary);
  background: rgba(0,229,255,0.08);
  border-radius: 0 10px 10px 0;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 1.6;
  max-width: 500px;
}
.page-home .hero-note-icon {
  color: var(--wp-secondary);
  font-size: 16px;
  flex-shrink: 0;
}
.page-home .hero-panel {
  position: relative;
  z-index: 2;
}
.page-home .entry-stack {
  display: grid;
  gap: 14px;
}
.page-home .entry-card {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 18px;
  color: var(--wp-white);
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s, background 0.25s;
  overflow: hidden;
}
.page-home .entry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--entry-accent, var(--wp-secondary));
}
.page-home .entry-card--primary {
  --entry-accent: var(--wp-primary);
}
.page-home .entry-card--accent {
  --entry-accent: var(--wp-accent);
  border-color: rgba(255,122,0,0.45);
  box-shadow: 0 0 20px rgba(255,122,0,0.14);
}
.page-home .entry-card--cyan {
  --entry-accent: var(--wp-secondary);
}
.page-home .entry-card:hover {
  transform: translateX(4px);
  box-shadow: 0 0 26px rgba(0,229,255,0.2);
  background: rgba(255,255,255,0.1);
}
.page-home .entry-card--accent:hover {
  box-shadow: 0 0 30px rgba(255,122,0,0.3);
}
.page-home .entry-num {
  font-family: var(--wp-font-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  padding: 3px 7px;
  line-height: 1.4;
  white-space: nowrap;
}
.page-home .entry-icon {
  font-size: 22px;
  color: var(--entry-accent, var(--wp-secondary));
  min-width: 24px;
  text-align: center;
}
.page-home .entry-body strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.page-home .entry-body small {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
  line-height: 1.5;
}
.page-home .entry-arrow {
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  transition: transform 0.3s, color 0.3s;
}
.page-home .entry-card:hover .entry-arrow {
  transform: translate(2px, -2px);
  color: var(--wp-white);
}
.page-home .legacy-note {
  background: rgba(255,122,0,0.1);
  border: 1px dashed rgba(255,122,0,0.5);
  border-radius: 16px;
  overflow: hidden;
}
.page-home .legacy-note summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  user-select: none;
}
.page-home .legacy-note summary::-webkit-details-marker {
  display: none;
}
.page-home .legacy-note summary:hover {
  background: rgba(255,122,0,0.08);
}
.page-home .legacy-note .entry-toggle {
  font-family: var(--wp-font-mono);
  font-size: 20px;
  color: var(--wp-accent);
  min-width: 20px;
  text-align: center;
}
.page-home .legacy-note:not([open]) .entry-toggle::before {
  content: "＋";
}
.page-home .legacy-note[open] .entry-toggle::before {
  content: "×";
}
.page-home .legacy-panel {
  padding: 0 18px 18px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  line-height: 1.7;
}
.page-home .legacy-panel p {
  margin: 0;
  padding: 12px 14px;
  background: rgba(11,13,26,0.35);
  border-radius: 10px;
}
.page-home .legacy-panel a {
  color: var(--wp-secondary);
  text-decoration: underline;
}
.page-home .quickbar {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(91,108,255,0.3);
  background: linear-gradient(90deg, rgba(91,108,255,0.12), transparent 30%, transparent 70%, rgba(255,122,0,0.12));
  padding: 16px 0 52px;
}
.page-home .quickbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.page-home .quickbar-title {
  font-family: var(--wp-font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp-accent);
  border: 1px solid rgba(255,122,0,0.4);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.page-home .quickbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.page-home .quickbar-links a {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s;
}
.page-home .quickbar-links a:hover {
  color: var(--wp-secondary);
}
.page-home .gift-live {
  background: linear-gradient(180deg, var(--wp-bg-light), var(--wp-white) 100%);
  padding: 56px 0 72px;
}
.page-home .section-head {
  max-width: 820px;
  margin-bottom: 32px;
}
.page-home .section-head .eyebrow {
  margin-bottom: 12px;
  color: var(--wp-primary);
}
.page-home .display-title {
  font-family: var(--wp-font-heading);
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.14;
  color: var(--wp-dark-text);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.page-home .display-title em {
  color: var(--wp-accent);
  font-style: normal;
}
.page-home .lead {
  color: var(--wp-gray);
  font-size: 16px;
  line-height: 1.8;
  max-width: 64ch;
  margin: 0;
}
.page-home .gift-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.page-home .gift-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--wp-shadow-card);
}
.page-home .gift-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .gift-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(11,13,26,0.6));
  pointer-events: none;
}
.page-home .gift-flag {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  background: var(--wp-accent);
  color: var(--wp-white);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255,122,0,0.35);
}
.page-home .gift-info {
  display: grid;
  gap: 18px;
}
.page-home .gift-timer {
  background: linear-gradient(135deg, #FF7A00, #FFB27D);
  border-radius: 20px;
  color: #0B0D1A;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 14px 36px rgba(255,122,0,0.3);
  flex-wrap: wrap;
}
.page-home .gift-timer .timer-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.page-home .gift-timer strong {
  font-family: var(--wp-font-heading);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.page-home .gift-timer .timer-note {
  font-size: 13px;
  opacity: 0.82;
  line-height: 1.5;
}
.page-home .gift-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.page-home .gift-points li {
  padding: 14px 16px;
  background: var(--wp-white);
  border: 1px solid var(--wp-border);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--wp-dark-text);
  display: flex;
  gap: 10px;
}
.page-home .gift-points li span {
  color: var(--wp-accent);
  font-family: var(--wp-font-mono);
  font-size: 18px;
  line-height: 1.4;
}
.page-home .gift-info .btn {
  justify-self: start;
  border-radius: 12px;
  padding: 13px 24px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 6px;
}
.page-home .build-section {
  background: var(--wp-white);
  padding: 72px 0;
}
.page-home .build-list {
  display: grid;
  border: 1px solid var(--wp-border);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 36px;
  box-shadow: 0 10px 30px rgba(11,13,26,0.05);
}
.page-home .build-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  background: var(--wp-white);
  border-bottom: 1px solid var(--wp-border);
  text-decoration: none;
  color: var(--wp-dark-text);
  transition: background 0.2s, box-shadow 0.2s;
}
.page-home .build-row:last-child {
  border-bottom: 0;
}
.page-home .build-row:hover {
  background: var(--wp-bg-light);
  box-shadow: inset 4px 0 0 var(--wp-primary);
}
.page-home .build-ver {
  font-family: var(--wp-font-mono);
  font-size: 13px;
  background: var(--wp-bg-dark);
  color: var(--wp-white);
  border-radius: 6px;
  padding: 4px 9px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.page-home .build-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}
.page-home .build-tag {
  font-size: 12px;
  color: var(--wp-gray);
  background: var(--wp-bg-light);
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
}
.page-home .build-arrow {
  color: var(--wp-primary);
  font-size: 18px;
  transition: transform 0.2s;
}
.page-home .build-row:hover .build-arrow {
  transform: translateX(4px);
}
.page-home .build-foot {
  margin-top: 28px;
  padding: 22px 24px;
  background: linear-gradient(90deg, rgba(91,108,255,0.1), transparent);
  border-left: 4px solid var(--wp-primary);
  border-radius: 0 14px 14px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.page-home .build-foot p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--wp-gray);
  max-width: 70ch;
}
.page-home .build-foot .btn {
  border-radius: 12px;
  padding: 13px 22px;
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
}
.page-home .stats-panel {
  position: relative;
  background: linear-gradient(135deg, #0B0D1A 0%, #181C3C 60%, #1D2149 100%);
  color: var(--wp-white);
  padding: 72px 0;
  overflow: hidden;
}
.page-home .stats-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(91,108,255,0.4), transparent 40%),
    radial-gradient(circle at 12% 85%, rgba(255,122,0,0.2), transparent 36%),
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
}
.page-home .stats-panel .container {
  position: relative;
  z-index: 1;
}
.page-home .section-head--light .eyebrow {
  color: var(--wp-secondary);
}
.page-home .stats-panel .display-title {
  color: var(--wp-white);
}
.page-home .stats-panel .lead {
  color: rgba(255,255,255,0.72);
}
.page-home .stats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.page-home .stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(4px);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.page-home .stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91,108,255,0.9);
  box-shadow: 0 18px 40px rgba(11,13,26,0.45);
}
.page-home .stat-num {
  font-family: var(--wp-font-heading);
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.1;
  color: var(--wp-secondary);
}
.page-home .stat-num--sm {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.25;
}
.page-home .stat-label {
  font-weight: 700;
  font-size: 14px;
  color: var(--wp-white);
  line-height: 1.4;
}
.page-home .stat-cat {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}
.page-home .news-live {
  background: var(--wp-bg-light);
  padding: 72px 0;
}
.page-home .section-head--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.page-home .section-head--split .btn {
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
}
.page-home .news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.page-home .news-card {
  background: var(--wp-white);
  border: 1px solid var(--wp-border);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.page-home .news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp-shadow-card);
}
.page-home .news-cat {
  align-self: flex-start;
  background: var(--wp-bg-dark);
  color: var(--wp-secondary);
  font-family: var(--wp-font-mono);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}
.page-home .news-card:nth-child(2) .news-cat {
  background: var(--wp-accent);
  color: var(--wp-white);
}
.page-home .news-card:nth-child(3) .news-cat {
  background: rgba(91,108,255,0.12);
  color: var(--wp-primary);
}
.page-home .news-card h3 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
  color: var(--wp-dark-text);
}
.page-home .news-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--wp-gray);
  margin: 0;
}
.page-home .news-card a {
  color: var(--wp-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
}
.page-home .news-card a:hover {
  text-decoration: underline;
}
.page-home .library-strip {
  background: var(--wp-white);
  padding: 72px 0;
}
.page-home .library-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}
.page-home .library-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--wp-primary);
}
.page-home .library-copy .lead {
  margin-top: 6px;
}
.page-home .genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
}
.page-home .genre-tags span {
  border: 1px solid var(--wp-primary);
  color: var(--wp-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(91,108,255,0.06);
}
.page-home .library-copy .btn {
  border-radius: 12px;
  padding: 13px 22px;
  font-weight: 700;
  text-decoration: none;
}
.page-home .library-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--wp-shadow-card);
}
.page-home .library-media img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .tablet-cta {
  position: relative;
  background: linear-gradient(135deg, #0B0D1A 0%, #161A3E 55%, #2A1B3D 100%);
  color: var(--wp-white);
  padding: 72px 0;
  overflow: hidden;
}
.page-home .tablet-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 70%, rgba(255,122,0,0.24), transparent 36%),
    radial-gradient(circle at 85% 15%, rgba(0,229,255,0.18), transparent 38%),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 44px 44px, 44px 44px;
  pointer-events: none;
}
.page-home .tablet-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}
.page-home .tablet-media {
  order: 2;
}
.page-home .tablet-copy {
  order: 1;
}
.page-home .tablet-media img {
  border-radius: 20px;
  box-shadow: var(--wp-shadow-pop);
  display: block;
  width: 100%;
  height: auto;
}
.page-home .tablet-copy .eyebrow {
  color: var(--wp-secondary);
  margin-bottom: 14px;
}
.page-home .tablet-copy .display-title {
  color: var(--wp-white);
}
.page-home .tablet-copy .lead {
  color: rgba(255,255,255,0.75);
}
.page-home .tablet-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  display: grid;
  gap: 12px;
}
.page-home .tablet-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
}
.page-home .tablet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 2px;
  background: var(--wp-accent);
  transform: skewX(-20deg);
}
.page-home .tablet-copy .btn {
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  text-decoration: none;
}
.page-home .support-band {
  background: linear-gradient(90deg, var(--wp-primary-dark), var(--wp-primary) 55%, #7A5CFF);
  color: var(--wp-white);
  padding: 36px 0;
}
.page-home .support-band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-home .support-band h2 {
  font-size: 22px;
  margin: 0 0 6px;
  font-family: var(--wp-font-heading);
}
.page-home .support-band p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.7;
  max-width: 70ch;
}
.page-home .support-band .btn-ghost-light {
  border: 1px solid rgba(255,255,255,0.75);
  color: var(--wp-white);
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.page-home .support-band .btn-ghost-light:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-2px);
}
@media (min-width: 720px) {
  .page-home .legacy-panel {
    padding: 0 18px 18px 102px;
  }
}
@media (min-width: 900px) {
  .page-home .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(40px, 6vw, 80px);
    padding: 56px 0 72px;
  }
  .page-home .hero-panel {
    padding-left: 24px;
  }
  .page-home .gift-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
  }
  .page-home .library-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }
  .page-home .tablet-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
  }
  .page-home .tablet-media {
    order: 1;
  }
  .page-home .tablet-copy {
    order: 2;
  }
}
@media (min-width: 620px) {
  .page-home .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 760px) {
  .page-home .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .page-home .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-home .build-row {
    grid-template-columns: 110px minmax(0, 1fr) auto auto;
    padding: 16px 22px;
  }
}
@media (min-width: 1200px) {
  .page-home .gift-live,
  .page-home .build-section,
  .page-home .stats-panel,
  .page-home .news-live,
  .page-home .library-strip,
  .page-home .tablet-cta {
    padding: 88px 0;
  }
  .page-home .gift-layout {
    gap: 64px;
  }
}
