.home-dashboard { background: #f5f7f8; }
.home-dashboard .briefing-shell { max-width: 1440px; padding-top: 24px; }
.home-dashboard .briefing-hero { margin-bottom: 20px; padding: 0; }
.home-dashboard .briefing-hero h1 { font-size: 32px; line-height: 1.3; margin: 4px 0 8px; letter-spacing: 0; }
.home-dashboard .briefing-hero > p:not(.eyebrow) { font-size: 14px; font-weight: 500; }
.home-dashboard .content-byline { font-size: 11px; gap: 8px 16px; }
.home-dashboard a { text-underline-offset: 3px; }
.home-dashboard .briefing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.home-dashboard .briefing-panel { min-width: 0; min-height: 0; border: 1px solid #dbe4e9; border-radius: 8px; box-shadow: 0 5px 16px rgba(30,52,70,.045); padding: 20px; background: #fff; }
.home-dashboard .briefing-panel-head { margin-bottom: 14px; gap: 12px; }
.home-dashboard .briefing-panel-head h2 { font-size: 18px; line-height: 1.45; margin: 0; }
.home-dashboard .briefing-panel-head a { flex-shrink: 0; font-size: 12px; }
.home-dashboard .home-market-band,.home-dashboard .home-movers-band,.home-dashboard .home-earnings-band { grid-column: 1 / -1; }
.home-dashboard .briefing-market-overview { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; border: 1px solid #dce4e9; border-radius: 7px; overflow: hidden; background: #f8fafb; }
.home-dashboard .home-quote { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 4px; padding: 14px; border-right: 1px solid #e7ecef; text-decoration: none; color: #253345; }
.home-dashboard .home-quote:last-child { border-right: 0; }
.home-dashboard .home-quote:hover { background: #f5f8fa; }
.home-dashboard .home-quote > span { font-size: 13px; font-weight: 700; }
.home-dashboard .home-quote > strong { font-size: 22px; font-variant-numeric: tabular-nums; line-height: 1.35; }
.home-dashboard .home-quote em { font-size: 13px; font-style: normal; font-weight: 700; }
.home-dashboard .home-quote small,.home-dashboard .home-quote time { font-size: 10px; color: #6b7885; overflow-wrap: anywhere; }
.home-dashboard .home-quote canvas { width: 100%; height: 32px; display: block; margin: 2px 0; }
.home-dashboard .home-summary-band { margin-bottom: 18px; border: 1px solid #d8e3e4; border-left: 4px solid #207b67; border-radius: 8px; padding: 18px 20px; background: #fff; box-shadow: 0 5px 16px rgba(30,52,70,.04); }
.home-section-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 10px; }
.home-section-heading h2 { font-size: 15px; margin: 0; }
.home-section-heading > span { color: #708078; font-size: 11px; }
.home-summary-lines { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-summary-lines > a { min-width: 0; display: grid; gap: 4px; text-decoration: none; color: #253345; }
.home-summary-lines > a > span { font-size: 11px; color: #207b67; font-weight: 700; }
.home-summary-lines strong { font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.home-summary-lines small { font-size: 10px; color: #697886; }
.home-dashboard .home-data-time { margin: -6px 0 12px; color: #75818c; font-size: 11px; }
.home-source { font-size: inherit; font-weight: 400; }
.home-dashboard .home-empty { padding: 12px 0; margin: 0; color: #647482; line-height: 1.6; font-size: 13px; }
.home-dashboard .home-watch-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.home-dashboard .home-watch-item { min-width: 0; padding: 12px; border: 1px solid #dce4e9; background: #fff; border-radius: 6px; }
.home-watch-item > a { color: #263345; text-decoration: none; display: block; }
.home-watch-item strong { display: block; font-size: 14px; overflow-wrap: anywhere; }
.home-watch-item small { display: block; color: #76828d; font-size: 10px; margin: 3px 0; }
.home-watch-item div { display: flex; flex-wrap: wrap; gap: 4px 10px; margin-top: 8px; font-size: 12px; }
.home-watch-item em { font-style: normal; }
.home-watch-item .home-watch-related { font-size: 11px; line-height: 1.5; margin-top: 6px; overflow-wrap: anywhere; }
.home-dashboard .home-watch-note { font-size: 11px; color: #6a7986; margin: 0 0 12px; }
.home-watch-search { position: relative; margin: 14px 0 8px; max-width: 460px; }
.home-watch-search label { display: block; font-size: 12px; margin-bottom: 6px; }
.home-watch-search > div:not(.home-watch-results) { display: flex; gap: 8px; }
.home-watch-search input { min-width: 0; width: 100%; min-height: 42px; border: 1px solid #cad6dd; border-radius: 6px; padding: 8px 10px; background: #fff; font: inherit; font-size: 14px; }
.home-watch-search button { min-height: 42px; border: 1px solid #cdd7de; border-radius: 6px; padding: 8px 14px; background: #fff; color: #233648; cursor: pointer; white-space: nowrap; }
.home-watch-results { position: absolute; left: 0; right: 0; z-index: 40; max-height: 280px; overflow-y: auto; padding: 4px; margin-top: 4px; border: 1px solid #dce4e9; background: #fff; border-radius: 6px; box-shadow: 0 10px 24px #213b511c; }
.home-watch-results[hidden] { display: none; }
.home-watch-search .home-watch-results button { display: grid; width: 100%; text-align: left; border: 0; border-radius: 3px; background: #fff; white-space: normal; gap: 4px; }
.home-watch-results button:hover,.home-watch-results button:focus-visible { background: #f0f5f7; }
.home-watch-results small { font-size: 11px; color: #667986; }
.home-dashboard .briefing-movers { gap: 16px; }
.home-dashboard .briefing-movers h3 { font-size: 13px; margin-bottom: 8px; }
.home-dashboard .briefing-movers li { display: flex; gap: 8px; align-items: center; justify-content: space-between; padding: 12px 0; font-size: 13px; }
.home-dashboard .briefing-movers li a { color: #263646; font-weight: 600; text-decoration: none; min-width: 0; overflow-wrap: anywhere; }
.home-dashboard .briefing-movers li strong { flex-shrink: 0; font-size: 12px; }
.home-dashboard .briefing-rank-list li { font-size: 13px; padding: 12px 0; }
.home-dashboard .briefing-rank-list li a { min-width: 0; overflow-wrap: anywhere; }
.home-dashboard .briefing-news-list { display: block; }
.home-dashboard .briefing-news-list .home-news-story { display: block; padding: 12px 0; border-bottom: 1px solid #e0e7ec; }
.home-dashboard .home-story-meta { display: flex; gap: 10px; justify-content: space-between; margin-bottom: 5px; color: #73808c; font-size: 10px; }
.home-dashboard .home-story-title { display: block; white-space: normal; overflow: visible; text-overflow: clip; font-size: 14px; color: #263646; line-height: 1.5; text-decoration: none; }
.home-dashboard .home-story-context { display: block; font-size: 11px; font-weight: 400; color: #527585; margin-top: 6px; }
.home-news-story summary { font-size: 11px; color: #5e7484; cursor: pointer; margin-top: 8px; padding: 4px 0; }
.home-news-story details > a { display: block; font-size: 12px; line-height: 1.6; padding: 8px 0; white-space: normal; }
.home-news-story details small { display: block; color: #73808c; font-size: 10px; }
.home-dashboard .home-theme-comparison { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-theme-side { min-width: 0; }
.home-theme-side h3 { margin: 0 0 10px; font-size: 13px; }
.home-theme-tiles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.home-dashboard .home-theme-tile { min-width: 0; min-height: 110px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 12px; border-radius: 5px; background: #eef1f4; color: #556774; text-decoration: none; }
.home-dashboard .home-theme-tile.positive { background: #f8e8e7; color: #a63d42; }
.home-dashboard .home-theme-tile.negative { background: #e6eff7; color: #305e88; }
.home-theme-tile span { font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.home-theme-tile strong { font-size: 19px; }
.home-theme-tile small { font-size: 10px; opacity: .85; }
.home-theme-method { grid-column: 1 / -1; margin: 0; font-size: 11px; color: #71808c; line-height: 1.6; }
.home-dashboard .home-list-caption { font-size: 12px; color: #617484; margin: 0 0 12px; }
.home-dashboard #briefingCalendar li { display: grid; grid-template-columns: 1fr; gap: 5px; padding: 11px 0; }
.home-dashboard #briefingCalendar time { font-size: 11px; }
.home-dashboard #briefingCalendar a { font-size: 13px; color: #293b4a; text-decoration: none; overflow-wrap: anywhere; }
.home-dashboard #briefingCalendar small { font-size: 11px; color: #6a7b87; }
.home-impact { color: #8d692f; font-size: 10px; }
.home-dashboard #briefingEarnings li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; }
.home-dashboard #briefingEarnings a { min-width: 0; white-space: normal; color: #263646; text-decoration: none; overflow-wrap: anywhere; }
.home-dashboard #briefingEarnings li { min-width: 0; }
.home-dashboard #briefingEarnings a strong { font-size: 13px; white-space: normal; overflow-wrap: anywhere; }
.home-dashboard #briefingEarnings span { flex-shrink: 0; width: auto; min-width: 0; text-align: right; font-size: 11px; }
.home-dashboard #briefingEarnings small { display: block; color: #73818b; font-size: 10px; margin-top: 4px; }
.home-dashboard .briefing-mood { grid-column: 1 / -1; border: 1px solid #dbe4e9; border-radius: 8px; box-shadow: 0 5px 16px rgba(30,52,70,.04); background: #fff; padding: 20px; }
.home-dashboard .briefing-mood h2 { font-size: 18px; }
.home-dashboard .briefing-mood p { font-size: 12px; }
.home-dashboard .home-reading-guide { margin-top: 16px; }
.home-dashboard .home-reading-grid article { background: transparent; padding: 12px 0; border: 0; border-radius: 0; }
.home-dashboard .home-reading-grid { gap: 28px; }
.home-dashboard .home-reading-grid h3 { font-size: 15px; }
.home-dashboard .home-reading-grid p { font-size: 12px; line-height: 1.75; }
.home-dashboard .notice-footer { padding: 18px 0; }
.home-dashboard .notice-heading { display: none; }
.home-dashboard .notice-card { box-shadow: none; border: 0; background: transparent; padding: 6px 0; }
.home-dashboard .notice-card p,.home-dashboard .notice-bottom { font-size: 11px; }
.home-dashboard :focus-visible { outline: 2px solid #207b67; outline-offset: 3px; }
@media(max-width: 1024px) {
  .home-dashboard .briefing-market-overview { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-dashboard .home-quote:nth-child(-n+3) { border-bottom: 1px solid #e7ecef; }
  .home-theme-tiles { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width: 760px) {
  .home-dashboard .briefing-shell { padding-top: 18px; }
  .home-dashboard .briefing-hero h1 { font-size: 25px; }
  .home-dashboard .briefing-hero > p:not(.eyebrow) { font-size: 12px; }
  .home-summary-lines { grid-template-columns: 1fr; gap: 12px; }
  .home-summary-lines > a { grid-template-columns: 32px minmax(0,1fr); gap: 2px 6px; }
  .home-summary-lines small { grid-column: 2; }
  .home-summary-lines strong { font-size: 13px; }
  .home-dashboard .briefing-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-dashboard .briefing-panel,.home-dashboard .briefing-mood { padding: 16px 14px; }
  .home-dashboard .home-summary-band { padding: 16px 14px; }
  .home-dashboard .briefing-market-overview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-dashboard .home-quote { padding: 12px; border-bottom: 1px solid #e7ecef; }
  .home-dashboard .home-quote:nth-child(even) { border-right: 0; }
  .home-dashboard .home-quote:nth-last-child(-n+2) { border-bottom: 0; }
  .home-dashboard .home-quote strong { font-size: 22px; }
  .home-dashboard .home-theme-comparison { gap: 10px; }
  .home-theme-tiles { grid-template-columns: 1fr; }
  .home-dashboard .home-theme-extra { display: none; }
  .home-dashboard .home-theme-tile { min-height: 106px; }
  .home-dashboard .briefing-panel-head h2 { font-size: 17px; }
  .home-dashboard .home-reading-grid { gap: 6px; }
  .home-dashboard .home-reading-grid article { border-bottom: 1px solid #e0e7ec; }
  .home-dashboard .section-heading-row { flex-wrap: wrap; gap: 8px; }
  .home-dashboard .briefing-rank-list li { grid-template-columns: 24px minmax(0,1fr) auto; gap: 8px; }
  .home-dashboard .briefing-rank-list li em { display: none; }
}
