.page-home {
  --home-gold-line: rgba(212, 175, 55, 0.2);
  --home-text-soft: rgba(248, 244, 230, 0.78);
  overflow-x: hidden;
  background: var(--c-navy);
  color: var(--c-cream);
}
.page-home .home-console {
  position: relative;
  padding: 22px 0 48px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 30, 60, 0.88) 0%, rgba(10, 30, 60, 0.98) 100%);
}
.page-home .home-console::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--c-gold) 0%, var(--c-red) 100%);
}
.page-home .console-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
}
.page-home .console-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .console-inner {
  position: relative;
  z-index: 1;
}
.page-home .console-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  font-size: 13px;
  color: var(--home-text-soft);
}
.page-home .console-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-home .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-red);
  box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.25);
  flex-shrink: 0;
}
.page-home .console-head {
  display: grid;
  gap: 22px;
  margin: 34px 0 38px;
}
@media (min-width: 880px) {
  .page-home .console-head {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: end;
    gap: 40px;
    margin: 42px 0 44px;
  }
}
.page-home .console-kicker {
  margin: 0 0 10px;
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.page-home .console-title {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-head);
  font-size: 34px;
  line-height: 1.14;
  color: var(--c-cream);
}
@media (min-width: 900px) {
  .page-home .console-title {
    font-size: 48px;
  }
}
.page-home .console-lead {
  margin: 16px 0 0;
  max-width: 660px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--home-text-soft);
}
.page-home .console-meta {
  display: grid;
  gap: 10px;
}
@media (min-width: 620px) and (max-width: 879px) {
  .page-home .console-meta {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-home .meta-chip {
  display: block;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--home-gold-line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.page-home .meta-chip-label {
  display: block;
  color: var(--c-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.page-home .meta-chip-value {
  display: block;
  color: var(--c-cream);
  font-size: 15px;
  font-weight: 700;
}
.page-home .entry-panel {
  background: rgba(16, 43, 79, 0.74);
  border: 1px solid var(--home-gold-line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}
@media (min-width: 900px) {
  .page-home .entry-panel {
    padding: 28px;
  }
}
.page-home .entry-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 900px) {
  .page-home .entry-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
.page-home .entry-card {
  display: grid;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid var(--home-gold-line);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0) 55%), var(--c-navy);
  padding: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.page-home .entry-card:hover,
.page-home .entry-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--c-gold);
  box-shadow: 0 14px 36px rgba(10, 30, 60, 0.5);
}
@media (min-width: 900px) {
  .page-home .entry-card {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    padding: 18px;
    gap: 20px;
  }
}
.page-home .entry-media {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--c-steel);
}
.page-home .entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .entry-copy {
  display: block;
}
.page-home .entry-tag {
  display: inline-block;
  background: rgba(212, 175, 55, 0.18);
  color: var(--c-gold);
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  padding: 4px 10px;
}
.page-home .entry-title {
  margin: 12px 0 8px;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.3;
  color: var(--c-cream);
}
.page-home .entry-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-text-soft);
}
.page-home .entry-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--c-gold);
  font-size: 14px;
  font-weight: 700;
}
.page-home .quick-board {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed var(--home-gold-line);
}
.page-home .quick-board-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.page-home .quick-board-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-cream);
}
.page-home .quick-board-note {
  font-size: 12px;
  color: var(--home-text-soft);
}
.page-home .quick-board-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 900px) {
  .page-home .quick-board-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page-home .quick-board-link {
  display: block;
  padding: 10px 4px;
  border-radius: 10px;
  border: 1px solid var(--home-gold-line);
  background: rgba(212, 175, 55, 0.08);
  color: var(--c-cream);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.page-home .quick-board-link:hover,
.page-home .quick-board-link:focus-visible {
  background: var(--c-gold);
  border-color: var(--c-gold);
  color: var(--c-navy);
}
.page-home .index-section {
  position: relative;
  background: var(--c-cream);
  color: var(--c-navy);
  padding: 64px 0;
  overflow: hidden;
}
.page-home .index-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.13;
  pointer-events: none;
}
.page-home .index-texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .index-section > .container {
  position: relative;
  z-index: 1;
}
.page-home .index-section .section-title {
  color: var(--c-navy);
}
.page-home .index-section .section-desc {
  color: rgba(74, 74, 74, 0.85);
}
.page-home .index-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .page-home .index-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (min-width: 1024px) {
  .page-home .index-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.page-home .index-card {
  background: var(--c-navy);
  color: var(--c-cream);
  border-radius: 16px;
  border-top: 3px solid var(--c-gold);
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.page-home .index-card:hover,
.page-home .index-card:focus-within {
  transform: translateY(-6px);
  border-color: var(--c-gold);
  box-shadow: 0 16px 40px rgba(10, 30, 60, 0.3);
}
.page-home .index-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.page-home .index-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.12);
  border-radius: 14px;
  color: var(--c-gold);
  transform: rotate(-4deg);
}
.page-home .index-icon svg {
  width: 34px;
  height: 34px;
}
.page-home .index-status {
  background: var(--c-red);
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.page-home .index-name {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 18px;
  color: var(--c-cream);
}
.page-home .index-desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-text-soft);
  flex: 1;
}
.page-home .index-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-gold);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.page-home .update-section {
  background: linear-gradient(120deg, var(--c-navy) 0%, var(--c-green) 100%);
  padding: 64px 0;
}
.page-home .update-section .section-title {
  color: var(--c-cream);
}
.page-home .update-section .section-desc {
  color: var(--home-text-soft);
}
.page-home .timeline-card {
  background: rgba(10, 30, 60, 0.62);
  border: 1px solid var(--home-gold-line);
  border-radius: 18px;
  padding: 20px;
  margin-top: 32px;
}
.page-home .timeline-track {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: start;
  gap: 10px;
  margin-bottom: 22px;
}
.page-home .timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  text-align: center;
}
.page-home .timeline-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-gold);
  box-shadow: 0 0 0 5px rgba(212, 175, 55, 0.16);
}
.page-home .timeline-node-label {
  font-size: 12px;
  color: var(--home-text-soft);
}
.page-home .timeline-node-value {
  font-family: var(--font-head);
  font-size: 16px;
  color: var(--c-gold);
}
.page-home .timeline-line {
  height: 2px;
  margin-top: 7px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0.15));
}
.page-home .update-list {
  display: grid;
  gap: 14px;
}
.page-home .update-item {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(16, 43, 79, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.18);
}
.page-home .update-item-tag {
  display: inline-block;
  width: fit-content;
  background: rgba(212, 175, 55, 0.16);
  color: var(--c-gold);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}
.page-home .update-item-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 18px;
  color: var(--c-cream);
}
.page-home .update-item-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-text-soft);
}
.page-home .update-item-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--c-gold);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.page-home .statement-section {
  background: var(--c-cream);
  padding: 72px 0;
}
.page-home .statement-frame {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0) 55%), var(--c-cream);
  border: 2px solid var(--c-gold);
  border-radius: 24px;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-home .statement-frame {
    padding: 52px 40px;
  }
}
.page-home .statement-kicker {
  margin: 0 0 12px;
  color: var(--c-red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.page-home .statement-title {
  margin: 0 auto 18px;
  max-width: 640px;
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.28;
  color: var(--c-navy);
}
@media (min-width: 768px) {
  .page-home .statement-title {
    font-size: 38px;
  }
}
.page-home .statement-desc {
  max-width: 680px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-gray);
}
.page-home .statement-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
