/* 纳迪亚之宝 · 海岛蓝绿 + 琥珀金视觉方向
 * 主色: #07141f #0d2230 #17344a #f06543 #f5b841
 */
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans SC', system-ui, sans-serif;
  background: #07141f;
  color: #d9ecf6;
}
.heading-display {
  font-family: 'Noto Sans SC', system-ui, sans-serif;
  letter-spacing: .04em;
  font-weight: 900;
}
.sacred-grid {
  background-image:
    linear-gradient(to right, rgba(245,184,65,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(245,184,65,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.badge-stripe { background: repeating-linear-gradient(135deg, #f06543 0 10px, #0d2230 10px 20px); }
.btn-gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffd27a 0%, #da9d22 45%, #b77e15 100%);
  color: #07141f;
  font-weight: 900;
  border: 2px solid #8e6412;
  box-shadow: 0 12px 28px -10px rgba(218,157,34,0.55), inset 0 1px 0 rgba(255,255,255,0.45);
  transition: transform .15s ease, filter .2s ease;
}
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-gold:active { transform: translateY(0); }
.btn-gold::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; width: 35%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.75) 50%, transparent 100%);
  filter: blur(3px);
  animation: shine 2.4s linear infinite;
  pointer-events: none;
}
@keyframes shine {
  0% { transform: translateX(-120%) skewX(-20deg); }
  100% { transform: translateX(220%) skewX(-20deg); }
}
.btn-outline {
  background: rgba(7,20,31,0.78);
  color: #d9ecf6;
  border: 1.5px solid rgba(240,101,67,0.45);
  backdrop-filter: blur(6px);
}
.btn-outline:hover {
  border-color: #f5b841;
  color: #f5b841;
  background: rgba(13,34,48,0.92);
}
.panel-dark { background: #0d2230; border: 1px solid rgba(240,101,67,0.2); }
.panel-light { background: #ecf5fb; border: 1px solid #c5dceb; color: #0d2230; }
.nav-link { position: relative; color: #a9c7d9; }
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: #f5b841;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: #f5b841; }
.lb-overlay { background: rgba(5, 12, 20, 0.95); }
.lb-img { max-height: 86vh; max-width: 92vw; object-fit: contain; }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
details[open] .acc-icon { transform: rotate(45deg); }
.acc-icon { transition: transform .25s ease; }
.stat-chip {
  background: rgba(13,34,48,0.85);
  border: 1px solid rgba(245,184,65,0.28);
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
#mobileMenu { transition: max-height .3s ease; max-height: 0; overflow: hidden; }
#mobileMenu.open { max-height: 480px; }
#siteHeader {
  background-color: rgba(7,20,31,0.97) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
[data-gallery-filter] { background: rgba(255,255,255,.04); border:1px solid rgba(240,101,67,.25); }
[data-gallery-filter].is-active { background: #f06543; color:#ecf5fb; border-color:#f5b841; font-weight:900; }
table.toc-table th, table.toc-table td { border:1px solid #a9c7d9; padding:.6rem .8rem; }
table.toc-table thead th { background:#0d2230; color:#f5b841; font-weight:900; text-align:left; }
table.toc-table tbody tr:nth-child(even) { background:#f3f8fc; }
.toc a.active { color:#f06543; border-color:#f5b841; }
.neon-line { height: 2px; background: linear-gradient(90deg, transparent, #f06543, #f5b841, transparent); }
.hero-badge {
  border-left: 3px solid #f5b841;
  background: linear-gradient(90deg, rgba(240,101,67,0.22), rgba(7,20,31,0.65));
}
#hero { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#hero .hero-text-panel {
  background: rgba(7, 20, 31, 0.94);
  border: 1px solid rgba(240, 101, 67, 0.25);
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.85);
}
#hero .hero-title { color: #f6fcff; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9); }
#hero .hero-subtitle { color: #f5b841; text-shadow: 0 1px 16px rgba(0, 0, 0, 0.85); }
#hero .hero-lead { color: #d9ecf6; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.75); }
#hero .hero-scrim-left {
  background: linear-gradient(105deg,
    rgba(7, 20, 31, 1) 0%,
    rgba(7, 20, 31, 0.98) 42%,
    rgba(7, 20, 31, 0.72) 62%,
    rgba(7, 20, 31, 0.35) 78%,
    transparent 100%);
}
#hero .stat-chip {
  background: rgba(13, 34, 48, 0.98);
  border: 1px solid rgba(245, 184, 65, 0.35);
}
@media (max-width: 1023px) {
  #hero .hero-scrim-left {
    background: linear-gradient(180deg,
      rgba(7, 20, 31, 0.97) 0%,
      rgba(7, 20, 31, 0.92) 55%,
      rgba(7, 20, 31, 0.75) 100%);
  }
  #hero .hero-text-panel { background: rgba(7, 20, 31, 0.97); }
}
