/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #fff; font-family: 'DM Sans', sans-serif; color: #111; }

/* ── LAYOUT ── */
.site-wrap { max-width: 860px; margin: 0 auto; padding: 0 1.5rem; }

/* ── NAV ── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 0.5px solid #e5e5e5;
  margin-bottom: 1.5rem;
}
.nav-date { font-size: 12px; letter-spacing: 0.06em; color: #aaa; text-transform: uppercase; }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a { font-size: 13px; color: #888; text-decoration: none; letter-spacing: 0.04em; }
.nav-links a.active { color: #111; font-weight: 500; }
.nav-links a:hover { color: #111; }

/* ── HEADER ── */
.site-header {
  text-align: center;
  padding: 1.5rem 0 1rem;
  border-bottom: 0.5px solid #e5e5e5;
  margin-bottom: 1.5rem;
}
.site-title { font-size: 38px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.4rem; }
.site-title a { color: inherit; text-decoration: none; }
.site-tagline { font-size: 14px; color: #888; font-weight: 300; }

/* ── DASHBOARD ── */
.dashboard-wrap { margin-bottom: 1.25rem; }
.dashboard-heading { font-size: 13px; font-weight: 500; text-align: center; margin-bottom: 0.75rem; color: #111; letter-spacing: 0.01em; }
.gauges-row { display: flex; justify-content: center; gap: 0; }
.gauge-item { display: flex; flex-direction: column; align-items: center; width: 100px; }
.gauge-label { font-size: 11px; color: #888; letter-spacing: 0.04em; margin-top: 2px; text-align: center; }
.gauge-rating { font-size: 11px; font-weight: 500; margin-top: 1px; text-align: center; }
.rating-high { color: #A32D2D; }
.rating-med { color: #854F0B; }
.rating-low { color: #3B6D11; }

/* ── INDICATORS ── */
.indicators {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding: 0.75rem 0;
  border-top: 0.5px solid #e5e5e5;
  border-bottom: 0.5px solid #e5e5e5;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.indicator { font-size: 12px; color: #888; display: flex; align-items: center; gap: 4px; }
.indicator strong { color: #111; font-weight: 500; }
.ind-up { color: #A32D2D; font-size: 11px; }
.ind-flat { color: #aaa; font-size: 11px; }

/* ── ALERT BAR ── */
.alert-bar {
  background: #FCEBEB;
  border: 0.5px solid #F09595;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 1.25rem;
  font-size: 12px;
  color: #A32D2D;
}

/* ── BRIEF ── */
.brief-date { font-size: 20px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 0.75rem; }
.brief-section { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 0.5px solid #e5e5e5; }
.brief-region { font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: #888; margin-bottom: 0.3rem; }
.brief-heading { font-size: 20px; font-weight: 500; margin-bottom: 0.5rem; line-height: 1.3; letter-spacing: -0.01em; }
.brief-body { font-size: 15px; line-height: 1.7; color: #111; margin-bottom: 0.75rem; font-weight: 300; }
.nz-impact { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 0.5rem; }
.nz-tag { font-size: 11px; padding: 3px 8px; border-radius: 20px; }
.nz-tag-high { background: #FCEBEB; border: 0.5px solid #F09595; color: #A32D2D; }
.nz-tag-med { background: #FAEEDA; border: 0.5px solid #FAC775; color: #854F0B; }
.nz-tag-low { background: #EAF3DE; border: 0.5px solid #C0DD97; color: #3B6D11; }

/* ── FORECAST ── */
.forecast-date { font-size: 20px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 0.25rem; }
.forecast-sub { font-size: 12px; color: #888; letter-spacing: 0.04em; margin-bottom: 1.5rem; }
.section-block { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 0.5px solid #e5e5e5; }
.section-label { font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: #888; margin-bottom: 0.5rem; }
.section-body { font-size: 15px; line-height: 1.7; font-weight: 300; }

/* ── SCENARIOS ── */
.scenario-item { margin-bottom: 1.25rem; padding: 1rem 1.25rem; border: 0.5px solid #e5e5e5; border-radius: 12px; }
.scenario-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.5rem; }
.scenario-title { font-size: 15px; font-weight: 500; line-height: 1.3; }
.scenario-status { font-size: 11px; font-weight: 500; padding: 3px 8px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
.status-watching { background: #EAF3DE; color: #3B6D11; border: 0.5px solid #C0DD97; }
.status-developing { background: #FAEEDA; color: #854F0B; border: 0.5px solid #FAC775; }
.status-triggered { background: #FCEBEB; color: #A32D2D; border: 0.5px solid #F09595; }
.scenario-body { font-size: 13px; line-height: 1.6; color: #888; margin-bottom: 0.5rem; font-weight: 300; }
.scenario-meta { font-size: 12px; color: #888; display: flex; gap: 1rem; flex-wrap: wrap; }
.scenario-meta strong { color: #111; font-weight: 500; }

/* ── FORECAST ITEMS ── */
.forecast-item { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 0.5px solid #e5e5e5; }
.forecast-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.forecast-item-region { font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: #888; margin-bottom: 0.3rem; }
.forecast-item-heading { font-size: 17px; font-weight: 500; margin-bottom: 0.4rem; line-height: 1.3; letter-spacing: -0.01em; }
.forecast-item-body { font-size: 15px; line-height: 1.7; font-weight: 300; margin-bottom: 0.6rem; }
.forecast-scores { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: 12px; color: #888; margin-bottom: 0.5rem; }
.forecast-scores strong { color: #111; font-weight: 500; }
.prepare-block { padding: 0.6rem 0.875rem; background: #f5f5f5; border-radius: 8px; font-size: 13px; line-height: 1.6; font-weight: 300; }
.prepare-block strong { font-weight: 500; }

/* ── ARCHIVE ── */
.archive-section { margin-top: 2rem; padding-top: 1rem; border-top: 0.5px solid #e5e5e5; }
.archive-label { font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: #aaa; margin-bottom: 0.75rem; }
.archive-list { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.archive-list a { font-size: 13px; color: #888; text-decoration: none; }
.archive-list a:hover { color: #111; }

/* ── GENERIC PAGE ── */
.page-content { padding: 1rem 0 2rem; }
.page-title { font-size: 24px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 1.5rem; }
.page-content p { font-size: 15px; line-height: 1.7; font-weight: 300; margin-bottom: 1rem; color: #111; }

/* ── SUGGEST FORM ── */
.suggest-form { max-width: 540px; }
.suggest-form label { display: block; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: #888; margin-bottom: 0.4rem; }
.suggest-form input,
.suggest-form textarea {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #111;
  background: #fff;
  border: 0.5px solid #ddd;
  border-radius: 8px;
  padding: 0.6rem 0.875rem;
  margin-bottom: 1.25rem;
  outline: none;
  transition: border-color 0.15s;
}
.suggest-form input:focus,
.suggest-form textarea:focus { border-color: #aaa; }
.suggest-form textarea { resize: vertical; min-height: 120px; }
.suggest-form button {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background: #111;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: background 0.15s;
}
.suggest-form button:hover { background: #333; }

/* ── DISCLAIMER ── */
.disclaimer { font-size: 11px; color: #aaa; text-align: center; padding: 1.5rem 0; border-top: 0.5px solid #e5e5e5; margin-top: 2rem; }

/* ── MOBILE ── */
@media (max-width: 600px) {
  .dashboard-wrap { display: none; }
  .indicators { gap: 0.75rem; }
  .site-title { font-size: 28px; }
  .nav-date { display: none; }
  .gauges-row { flex-wrap: wrap; }
}
