.page-home {
  --home-glow-cyan: rgba(0, 212, 255, .28);
  --home-glow-gold: rgba(255, 169, 64, .24);
  --home-glow-orange: rgba(255, 106, 61, .30);
  --home-radius-lg: 22px;
  --home-radius-md: 14px;
  --home-card-border: 2px solid var(--ng-border);
  --home-shadow-lift: 0 22px 48px rgba(0, 0, 0, .42);
  overflow-x: hidden;
  background: var(--ng-bg-body);
  color: var(--ng-text-primary);
}

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

.page-home .num-index {
  color: var(--ng-accent-cyan);
  font-family: var(--ng-font-num);
  font-size: clamp(32px, 6vw, 76px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.04em;
  opacity: .9;
}

.page-home .section-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.page-home .heading-group {
  flex: 1;
}

.page-home .heading-group h2 {
  margin: 0;
  font-family: var(--ng-font-head);
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.page-home .section-note {
  margin: 12px 0 0;
  color: var(--ng-text-secondary);
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
}

.page-home .label-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--ng-border);
  border-radius: 999px;
  background: rgba(0, 212, 255, .08);
  color: var(--ng-text-primary);
  font-family: var(--ng-font-num);
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap;
}

.page-home .btn,
.page-home .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--ng-font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.page-home .btn {
  background: linear-gradient(135deg, var(--ng-accent-gold), var(--ng-accent-orange));
  color: #0A0E23;
  border: none;
  box-shadow: 0 10px 24px rgba(255, 106, 61, .28);
}

.page-home .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 106, 61, .38);
}

.page-home .btn-ghost {
  background: rgba(0, 212, 255, .06);
  color: var(--ng-text-primary);
  border: 1px solid var(--ng-border);
}

.page-home .btn-ghost:hover {
  border-color: var(--ng-accent-cyan);
  background: rgba(0, 212, 255, .12);
}

.page-home .btn-sm {
  min-height: 36px;
  padding: 0 16px;
  font-size: 13px;
}

/* ========== HERO ========== */
.page-home .hero-panel {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: calc(var(--ng-header-h) + 48px) 20px 56px;
  isolation: isolate;
  overflow: hidden;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  filter: saturate(.58) brightness(.5);
}

.page-home .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(110% 70% at 82% 10%, rgba(255, 169, 64, .30), transparent 58%),
    radial-gradient(85% 60% at 12% 88%, rgba(0, 212, 255, .26), transparent 54%),
    linear-gradient(180deg, rgba(10, 14, 35, .36) 0%, rgba(10, 14, 35, .30) 40%, rgba(10, 14, 35, .92) 100%);
}

.page-home .hero-deco-num {
  position: absolute;
  right: -4%;
  top: 10%;
  font-family: var(--ng-font-head);
  font-weight: 700;
  font-size: clamp(130px, 26vw, 340px);
  line-height: .85;
  letter-spacing: -.06em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 212, 255, .28);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.page-home .hero-inner {
  width: 100%;
  max-width: var(--ng-content-max);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .hero-kicker {
  margin: 0;
  font-family: var(--ng-font-num);
  font-size: 13px;
  letter-spacing: .22em;
  color: var(--ng-accent-cyan);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-home .hero-kicker::before {
  content: "";
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--ng-accent-cyan), transparent);
}

.page-home .hero-title {
  margin: 0;
  font-family: var(--ng-font-head);
  font-size: clamp(44px, 9vw, 96px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
  max-width: 11ch;
}

.page-home .hero-title-mark {
  display: block;
  margin-top: .28em;
  font-size: .38em;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--ng-text-secondary);
  padding-left: .4em;
  border-left: 4px solid var(--ng-accent-gold);
}

.page-home .hero-lead {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ng-text-secondary);
}

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

.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.page-home .hero-stat {
  min-width: 150px;
  padding: 16px 18px 14px;
  background: rgba(21, 27, 50, .72);
  border: 1px solid rgba(44, 54, 85, .85);
  border-radius: var(--home-radius-md);
  backdrop-filter: blur(10px);
}

.page-home .stat-value {
  font-family: var(--ng-font-num);
  font-size: 30px;
  font-weight: 700;
  color: var(--ng-text-primary);
  line-height: 1;
  display: block;
}

.page-home .stat-value em {
  font-style: normal;
  color: var(--ng-accent-orange);
}

.page-home .stat-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--ng-text-secondary);
  letter-spacing: .06em;
}

.page-home .hero-scroll-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-family: var(--ng-font-num);
  font-size: 11px;
  letter-spacing: .18em;
  color: rgba(165, 176, 212, .7);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .hero-scroll-note::after {
  content: "";
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, var(--ng-accent-cyan), transparent);
}

/* ========== 01 CONSOLE ========== */
.page-home .console-panel {
  padding: 80px 0 64px;
  position: relative;
  background: linear-gradient(180deg, var(--ng-bg-deep) 0%, var(--ng-bg-body) 100%);
}

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

.page-home .console-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px;
  background: var(--ng-bg-card);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--ng-shadow-sm);
  text-decoration: none;
  color: var(--ng-text-primary);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  overflow: hidden;
}

.page-home .console-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--ng-accent-cyan), var(--ng-accent-orange));
  opacity: 0;
  transition: opacity .22s ease;
}

.page-home .console-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--home-shadow-lift);
  border-color: rgba(0, 212, 255, .55);
}

.page-home .console-card:hover::before {
  opacity: 1;
}

.page-home .console-card-index {
  font-family: var(--ng-font-num);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--ng-accent-cyan);
}

.page-home .console-card strong {
  font-family: var(--ng-font-head);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
}

.page-home .console-card > span:last-child {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ng-text-secondary);
}

.page-home .console-version-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding: 18px 20px;
  background: rgba(21, 27, 50, .72);
  border: 1px solid var(--ng-border);
  border-radius: var(--home-radius-md);
}

.page-home .console-version-copy {
  flex: 1;
  min-width: 220px;
  font-size: 13px;
  color: var(--ng-text-secondary);
  line-height: 1.6;
}

.page-home .console-more-link {
  color: var(--ng-accent-gold);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.page-home .console-more-link:hover {
  color: var(--ng-accent-orange);
}

/* ========== 02 TIMELINE ========== */
.page-home .timeline-panel {
  padding: 80px 0 64px;
  position: relative;
  background: linear-gradient(180deg, var(--ng-bg-body) 0%, #111A34 100%);
}

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

.page-home .timeline-map {
  position: relative;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  border: var(--home-card-border);
  min-height: 220px;
}

.page-home .timeline-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.62) brightness(.56);
}

.page-home .timeline-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10, 14, 35, .88) 100%);
}

.page-home .timeline-map-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.page-home .timeline-map-note span:last-child {
  font-size: 13px;
  color: var(--ng-text-secondary);
}

.page-home .timeline-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .timeline-card {
  background: var(--ng-bg-card);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--ng-shadow-sm);
  overflow: hidden;
}

.page-home .timeline-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
}

.page-home .timeline-quarter {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 212, 255, .18), rgba(255, 106, 61, .18));
  border: 1px solid rgba(0, 212, 255, .4);
  font-family: var(--ng-font-num);
  font-size: 16px;
  font-weight: 700;
  color: var(--ng-accent-cyan);
}

.page-home .timeline-copy {
  flex: 1;
  min-width: 0;
}

.page-home .timeline-copy h3 {
  margin: 0;
  font-family: var(--ng-font-head);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
}

.page-home .timeline-copy p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ng-text-secondary);
}

.page-home .timeline-expand {
  flex-shrink: 0;
  padding: 8px 14px;
  background: rgba(0, 212, 255, .08);
  border: 1px solid var(--ng-border);
  border-radius: 999px;
  color: var(--ng-text-primary);
  font-size: 13px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.page-home .timeline-expand:hover {
  border-color: var(--ng-accent-cyan);
  background: rgba(0, 212, 255, .16);
}

.page-home .timeline-detail {
  padding: 0 16px 18px 78px;
}

.page-home .timeline-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .timeline-detail li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ng-text-secondary);
}

.page-home .timeline-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ng-accent-gold);
  box-shadow: 0 0 12px rgba(255, 169, 64, .7);
}

.page-home .timeline-footer-note,
.page-home .tech-footer-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding: 18px 20px;
  background: rgba(21, 27, 50, .72);
  border: 1px solid var(--ng-border);
  border-radius: var(--home-radius-md);
}

.page-home .timeline-footer-copy {
  flex: 1;
  min-width: 200px;
  font-size: 13px;
  color: var(--ng-text-secondary);
}

/* ========== 03 COLUMNS ========== */
.page-home .columns-panel {
  padding: 80px 0 64px;
  background: var(--ng-bg-deep);
}

.page-home .columns-banner {
  position: relative;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  border: var(--home-card-border);
  min-height: 140px;
  margin-bottom: 28px;
}

.page-home .columns-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.55) brightness(.5);
}

.page-home .columns-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 14, 35, .68), transparent 70%);
}

.page-home .columns-banner-note {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ng-font-num);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--ng-text-primary);
}

.page-home .refresh-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ng-success);
  box-shadow: 0 0 14px rgba(61, 220, 151, .6);
}

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

.page-home .column-card {
  position: relative;
  padding: 28px 24px;
  background: var(--ng-bg-card);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--ng-shadow-sm);
  color: var(--ng-text-primary);
}

.page-home .column-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  opacity: .16;
  background: radial-gradient(circle at 100% 100%, var(--ng-accent-cyan), transparent 70%);
  pointer-events: none;
}

.page-home .column-card-news::after {
  background: radial-gradient(circle at 100% 100%, var(--ng-accent-orange), transparent 70%);
}

.page-home .column-card-video::after {
  background: radial-gradient(circle at 100% 100%, var(--ng-accent-gold), transparent 70%);
}

.page-home .column-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 212, 255, .1);
  border: 1px solid rgba(0, 212, 255, .35);
  font-family: var(--ng-font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
}

.page-home .column-card-news .column-tag {
  background: rgba(255, 106, 61, .12);
  border-color: rgba(255, 106, 61, .4);
}

.page-home .column-card-video .column-tag {
  background: rgba(255, 169, 64, .12);
  border-color: rgba(255, 169, 64, .4);
}

.page-home .column-card h3 {
  margin: 0 0 8px;
  font-family: var(--ng-font-head);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.page-home .column-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ng-text-secondary);
}

.page-home .column-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .column-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ng-text-primary);
}

.page-home .column-card li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--ng-accent-cyan);
  font-family: var(--ng-font-num);
}

.page-home .column-card-news li::before {
  color: var(--ng-accent-orange);
}

.page-home .column-card-video li::before {
  color: var(--ng-accent-gold);
}

.page-home .column-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--ng-accent-cyan);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease;
}

.page-home .column-link:hover {
  color: var(--ng-accent-orange);
}

/* ========== 04 VENDORS ========== */
.page-home .vendors-panel {
  padding: 80px 0 0;
  position: relative;
  background: linear-gradient(180deg, #111A34 0%, var(--ng-bg-body) 100%);
}

.page-home .vendor-strip {
  position: relative;
  margin-top: 28px;
  border-top: 1px solid var(--ng-border);
  border-bottom: 1px solid var(--ng-border);
  overflow: hidden;
}

.page-home .vendor-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.5) brightness(.4);
}

.page-home .vendor-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 14, 35, .88), rgba(10, 14, 35, .62) 45%, rgba(10, 14, 35, .88));
}

.page-home .vendor-scroll {
  position: relative;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0;
}

.page-home .vendor-scroll::-webkit-scrollbar {
  height: 6px;
}

.page-home .vendor-scroll::-webkit-scrollbar-thumb {
  background: var(--ng-border);
  border-radius: 999px;
}

.page-home .vendor-scroll::-webkit-scrollbar-track {
  background: rgba(44, 54, 85, .24);
}

.page-home .vendor-scroll-track {
  display: flex;
  gap: 16px;
  padding: 4px 20px;
  width: max-content;
  min-width: 100%;
  scroll-snap-type: x mandatory;
}

.page-home .vendor-summary-card,
.page-home .vendor-domain-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 280px;
  min-height: 260px;
  padding: 24px;
  background: rgba(21, 27, 50, .9);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  backdrop-filter: blur(8px);
  color: var(--ng-text-primary);
}

.page-home .vendor-summary-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, rgba(21, 27, 50, .92), rgba(27, 35, 64, .92));
}

.page-home .vendor-count {
  font-family: var(--ng-font-num);
  font-size: 88px;
  font-weight: 700;
  line-height: .9;
  background: linear-gradient(135deg, var(--ng-accent-gold), var(--ng-accent-orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .vendor-count-label {
  display: block;
  margin-top: 8px;
  font-family: var(--ng-font-head);
  font-size: 20px;
  font-weight: 700;
}

.page-home .vendor-summary-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ng-text-secondary);
}

.page-home .vendor-domain-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .vendor-domain-index {
  font-family: var(--ng-font-num);
  font-size: 13px;
  color: var(--ng-accent-cyan);
  letter-spacing: .14em;
}

.page-home .vendor-domain-card h3 {
  margin: 0;
  font-family: var(--ng-font-head);
  font-size: 26px;
  font-weight: 700;
}

.page-home .vendor-domain-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ng-text-secondary);
  flex: 1;
}

.page-home .vendor-detail-trigger {
  align-self: flex-start;
  padding: 8px 14px;
  background: rgba(255, 169, 64, .1);
  border: 1px solid rgba(255, 169, 64, .35);
  border-radius: 999px;
  color: var(--ng-text-primary);
  font-size: 13px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.page-home .vendor-detail-trigger:hover {
  background: rgba(255, 169, 64, .2);
  border-color: var(--ng-accent-gold);
}

.page-home .vendor-domain-card .collapse-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--ng-border);
}

.page-home .vendor-domain-card .collapse-content li {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ng-text-secondary);
  padding-left: 14px;
  position: relative;
}

.page-home .vendor-domain-card .collapse-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ng-accent-cyan);
}

.page-home .vendor-strip-note {
  position: relative;
  padding: 14px 20px;
  text-align: center;
  font-family: var(--ng-font-num);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--ng-text-secondary);
  background: rgba(10, 14, 35, .7);
  border-top: 1px solid var(--ng-border);
}

/* ========== 05 RECORD QUERY ========== */
.page-home .record-panel {
  padding: 80px 0 64px;
  background: var(--ng-bg-body);
}

.page-home .query-workspace {
  background: var(--ng-bg-card);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--ng-shadow-sm);
  padding: 24px;
}

.page-home .query-toolbar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .query-input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--ng-border);
  background: var(--ng-bg-deep);
  color: var(--ng-text-primary);
  font-family: var(--ng-font-body);
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease;
}

.page-home .query-input::placeholder {
  color: rgba(166, 176, 212, .6);
}

.page-home .query-input:focus {
  border-color: var(--ng-accent-cyan);
}

.page-home .query-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .query-filter {
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--ng-border);
  background: rgba(21, 27, 50, .7);
  color: var(--ng-text-secondary);
  font-size: 13px;
  cursor: default;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.page-home .query-filter.is-active {
  border-color: var(--ng-accent-gold);
  background: rgba(255, 169, 64, .14);
  color: var(--ng-text-primary);
}

.page-home .query-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .query-result-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 22px 0 14px;
  padding: 12px 0;
  border-top: 1px solid var(--ng-border);
  font-size: 13px;
  color: var(--ng-text-secondary);
}

.page-home .query-result-list {
  display: grid;
  gap: 10px;
}

.page-home .query-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 14px;
  align-items: center;
  padding: 14px 16px;
  background: var(--ng-bg-deep);
  border: 1px solid rgba(44, 54, 85, .7);
  border-radius: var(--home-radius-md);
}

.page-home .query-row strong {
  font-family: var(--ng-font-head);
  font-size: 17px;
  font-weight: 700;
}

.page-home .query-row > span:last-child {
  font-size: 13px;
  color: var(--ng-text-secondary);
}

.page-home .query-row-tag {
  justify-self: start;
}

/* ========== 06 TECH MAP ========== */
.page-home .tech-panel {
  padding: 80px 0 64px;
  background: linear-gradient(180deg, var(--ng-bg-deep) 0%, var(--ng-bg-body) 100%);
}

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

.page-home .tech-card {
  position: relative;
  padding: 28px 24px;
  background: var(--ng-bg-card);
  border: var(--home-card-border);
  border-radius: var(--home-radius-lg);
  box-shadow: var(--ng-shadow-sm);
  overflow: hidden;
}

.page-home .tech-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 212, 255, .12);
  filter: blur(16px);
  pointer-events: none;
}

.page-home .tech-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 56px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 212, 255, .4);
  background: rgba(0, 212, 255, .08);
  font-family: var(--ng-font-num);
  font-size: 14px;
  font-weight: 700;
  color: var(--ng-accent-cyan);
  margin-bottom: 18px;
}

.page-home .tech-card h3 {
  margin: 0 0 10px;
  font-family: var(--ng-font-head);
  font-size: 22px;
  font-weight: 700;
}

.page-home .tech-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ng-text-secondary);
}

.page-home .tech-card .column-link {
  margin-top: 18px;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 640px) {
  .page-home .console-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .query-row {
    grid-template-columns: 140px 1fr auto;
  }

  .page-home .query-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .page-home .query-input {
    flex: 1;
    min-width: 220px;
  }
}

@media (min-width: 900px) {
  .page-home .hero-panel {
    padding-inline: 40px;
  }

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

  .page-home .timeline-wrap {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  .page-home .timeline-map {
    min-height: 360px;
    position: sticky;
    top: calc(var(--ng-header-h) + 40px);
  }

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

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

  .page-home .tech-grid .tech-card:last-child {
    grid-column: span 2;
  }

  .page-home .query-workspace {
    padding: 32px;
  }

  .page-home .query-toolbar {
    flex-wrap: nowrap;
  }

  .page-home .query-actions {
    margin-left: auto;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .page-home .tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .tech-grid .tech-card:last-child {
    grid-column: auto;
  }

  .page-home .vendor-scroll-track {
    padding: 4px 60px;
  }

  .page-home .hero-stats {
    justify-content: flex-end;
    margin-top: 8px;
  }

  .page-home .hero-stat {
    min-width: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
