.cvma-rd {
  --rd-black: #080808;
  --rd-panel: #111111;
  --rd-panel-2: #171717;
  --rd-red: #d71920;
  --rd-red-dark: #8f0d12;
  --rd-gold: #ffcc16;
  --rd-gold-soft: #f3d36d;
  --rd-paper: #fffaf0;
  --rd-ink: #181510;
  --rd-white: #ffffff;
  --rd-muted: #d4cec3;
  color: var(--rd-white);
  font-family: Arial, Helvetica, sans-serif;
}
.cvma-rd * { box-sizing: border-box; }
.cvma-rd a { text-underline-offset: 3px; }
.cvma-rd-kicker { color: var(--rd-gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cvma-rd-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 30px; align-items: center; padding: clamp(24px, 5vw, 56px); border: 1px solid #3c3420; border-top: 5px solid var(--rd-gold); background: linear-gradient(120deg, #050505 0%, #16120a 100%); }
.cvma-rd-hero h2 { margin: 8px 0 14px; color: var(--rd-white) !important; font-size: clamp(2rem, 4.5vw, 4rem); line-height: .98; text-transform: uppercase; }
.cvma-rd-hero p { max-width: 760px; margin: 0; color: var(--rd-muted) !important; font-size: 1.08rem; line-height: 1.65; }
.cvma-rd-hero figure { margin: 0; }
.cvma-rd-hero-image { display: block; width: 100%; aspect-ratio: 4 / 3; border: 2px solid var(--rd-gold); object-fit: cover; }
.cvma-rd-hero figcaption { margin-top: 7px; color: var(--rd-muted); font-size: .72rem; line-height: 1.4; }

.cvma-rd-crisis { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr); gap: 22px; align-items: center; margin: 24px 0; padding: clamp(20px, 4vw, 34px); border: 2px solid #ff555b; border-left: 9px solid var(--rd-red); background: linear-gradient(130deg, #220305, #0c0909); box-shadow: 0 12px 28px rgba(0,0,0,.32); }
.cvma-rd-crisis h3 { margin: 5px 0 8px; color: var(--rd-white) !important; font-size: clamp(1.5rem, 3vw, 2.35rem); text-transform: uppercase; }
.cvma-rd-crisis p { margin: 0; color: #f5dddd !important; line-height: 1.55; }
.cvma-rd-crisis > div:first-child > span { color: #ffb2b5; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cvma-rd-crisis-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.cvma-rd-crisis-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid #ff777b; border-radius: 3px; padding: 10px; background: var(--rd-red); color: #fff !important; font-size: .75rem; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; }
.cvma-rd-crisis-actions a:last-child { background: transparent; }
.cvma-rd-crisis-actions span { font-size: .62rem; }

.cvma-rd-featured, .cvma-rd-directory { margin: 36px 0; }
.cvma-rd-featured > h3, .cvma-rd-section-head h3, .cvma-rd-chapter h3 { margin: 6px 0 18px; color: var(--rd-white) !important; font-size: clamp(1.6rem, 3vw, 2.45rem); text-transform: uppercase; }
.cvma-rd-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cvma-rd-section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.cvma-rd-section-head p { max-width: 480px; color: var(--rd-muted) !important; }

.cvma-rd-filters { display: grid; grid-template-columns: 1.15fr repeat(3, minmax(150px, .75fr)); gap: 12px; margin: 18px 0 22px; padding: 20px; border: 1px solid #5f501f; background: var(--rd-panel); }
.cvma-rd-filters label { display: grid; gap: 7px; }
.cvma-rd-filters label > span { color: var(--rd-gold-soft); font-size: .7rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.cvma-rd-filters input, .cvma-rd-filters select { width: 100%; min-height: 48px; border: 1px solid #cfc7b7; border-radius: 3px; padding: 10px 12px; background: #fff; color: #16130e; font: 700 1rem Arial, sans-serif; }
.cvma-rd-filter-actions { display: flex; grid-column: 1 / -1; gap: 10px; align-items: center; }
.cvma-rd-filter-actions button, .cvma-rd-filter-actions a, .cvma-rd-chapter > a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--rd-red); border-radius: 3px; padding: 9px 17px; font-size: .76rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.cvma-rd-filter-actions button { background: var(--rd-red); color: #fff; cursor: pointer; }
.cvma-rd-filter-actions a { color: var(--rd-gold) !important; }
.cvma-rd-live { min-height: 1px; color: var(--rd-gold); }
.cvma-rd-results-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin: 24px 0 14px; }
.cvma-rd-results-heading h4 { margin: 0; color: var(--rd-gold) !important; font-size: 1.35rem; text-transform: uppercase; }
.cvma-rd-results-heading p { margin: 0; color: var(--rd-muted) !important; font-size: .86rem; }
.cvma-rd-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.cvma-rd-card { display: flex; min-width: 0; flex-direction: column; gap: 13px; border: 1px solid #d7cfbf; border-left: 6px solid var(--rd-gold); border-radius: 4px; padding: 20px; background: var(--rd-paper); color: var(--rd-ink) !important; box-shadow: 0 9px 24px rgba(0,0,0,.28); }
.cvma-rd-card.is-featured { border-left-color: var(--rd-red); }
.cvma-rd-card-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.cvma-rd-card h4 { margin: 7px 0 0; color: #111 !important; font-size: 1.25rem; line-height: 1.15; text-transform: uppercase; }
.cvma-rd-status, .cvma-rd-crisis-badge { display: inline-flex; border: 1px solid #b28d00; border-radius: 999px; padding: 5px 8px; background: #fff0ae; color: #3d3000; font-size: .61rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.cvma-rd-crisis-badge { border-color: #a20e13; background: #f6d6d7; color: #70080c; }
.cvma-rd-summary, .cvma-rd-card > p { margin: 0; color: #2d2922 !important; line-height: 1.5; }
.cvma-rd-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; margin: 0; }
.cvma-rd-meta div { min-width: 0; }
.cvma-rd-meta dt { color: #705700; font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.cvma-rd-meta dd { margin: 3px 0 0; color: #242017; font-size: .82rem; font-weight: 800; }
.cvma-rd-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 3px; }
.cvma-rd-actions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--rd-red-dark); border-radius: 3px; padding: 8px 11px; color: #8b0c11 !important; font-size: .68rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.cvma-rd-actions a.is-primary { background: var(--rd-red); color: #fff !important; }
.cvma-rd-actions span { font-size: .56rem; }
.cvma-rd-empty { grid-column: 1 / -1; border: 1px dashed #6a5a29; padding: 26px; background: var(--rd-panel); }
.cvma-rd-empty h4 { color: var(--rd-gold) !important; }
.cvma-rd-empty p { color: var(--rd-muted) !important; }
.cvma-rd-pagination { display: flex; gap: 8px; margin-top: 18px; }
.cvma-rd-pagination .page-numbers { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid #655522; color: var(--rd-gold) !important; }

.cvma-rd-chapter { margin-top: 36px; padding: clamp(24px, 5vw, 44px); border-left: 8px solid var(--rd-red); background: linear-gradient(120deg, #151515, #240607); }
.cvma-rd-chapter p { max-width: 850px; color: var(--rd-muted) !important; line-height: 1.6; }
.cvma-rd-chapter > a { margin-top: 8px; background: var(--rd-red); color: #fff !important; }
.cvma-rd-verification, .cvma-rd-noscript { margin: 18px 0 0; color: var(--rd-muted) !important; font-size: .84rem; line-height: 1.55; }

.cvma-rd :focus-visible { outline: 3px solid var(--rd-gold); outline-offset: 3px; }
.cvma-rd.is-loading .cvma-rd-grid { opacity: .55; }
@media (max-width: 980px) {
  .cvma-rd-hero, .cvma-rd-crisis { grid-template-columns: 1fr; }
  .cvma-rd-feature-grid { grid-template-columns: 1fr; }
  .cvma-rd-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .cvma-rd-hero { grid-template-columns: 1fr; padding: 24px 17px; }
  .cvma-rd-crisis-actions, .cvma-rd-filters, .cvma-rd-grid { grid-template-columns: 1fr; }
  .cvma-rd-filter-actions, .cvma-rd-results-heading, .cvma-rd-section-head { display: grid; }
  .cvma-rd-filter-actions button, .cvma-rd-filter-actions a, .cvma-rd-crisis-actions a, .cvma-rd-actions a { width: 100%; }
  .cvma-rd-meta { grid-template-columns: 1fr; }
  .cvma-rd-card-head { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  .cvma-rd *, .cvma-rd *::before, .cvma-rd *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
