.rd-view { max-width: 980px; }
.rd-kicker { margin-bottom: .45rem; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.rd-score { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.2rem 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.rd-score div { padding: 1rem; border-right: 1px solid var(--line); }
.rd-score div:last-child { border-right: 0; }
.rd-score b { display: block; color: var(--navy); font-size: 1.65rem; line-height: 1; }
.rd-score span { display: block; margin-top: .35rem; color: var(--slate); font-size: .75rem; }
.rd-actions, .rd-links { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0 1.25rem; }
.rd-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.rd-card { padding: 1.05rem; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: var(--shadow-soft); }
.rd-cardtop { display: flex; align-items: center; gap: .45rem; margin-bottom: .65rem; }
.rd-dot { width: 9px; height: 9px; border-radius: 50%; background: #1E7D4F; }
.rd-dot.gate { background: var(--red); }
.rd-state { color: var(--slate); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rd-card h2 { font-size: 1rem; }
.rd-card p { margin-top: .3rem; color: var(--slate); font-size: .82rem; line-height: 1.55; }
.rd-section { margin-top: 1.7rem; }
.rd-contracts { display: grid; gap: .65rem; margin-top: 1rem; }
.rd-contract { border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.rd-contract summary { display: flex; align-items: center; justify-content: space-between; gap: .8rem; min-height: 56px; padding: .8rem 1rem; cursor: pointer; }
.rd-contract summary:focus-visible { outline: 3px solid rgba(198,32,46,.28); outline-offset: 2px; }
.rd-contract summary small { display: block; margin-top: .15rem; color: var(--slate); }
.rd-lock { flex: 0 0 auto; color: var(--red); font-size: .7rem; font-weight: 800; }
.rd-contract dl { padding: 0 1rem .9rem; }
.rd-contract dl div { display: grid; grid-template-columns: 150px 1fr; gap: .8rem; padding: .55rem 0; border-top: 1px solid var(--line); }
.rd-contract dt { color: var(--slate); font-size: .72rem; font-weight: 800; }
.rd-contract dd { margin: 0; color: var(--navy); font-size: .78rem; }
.rd-fields { overflow-wrap: anywhere; }
.rd-assurance { margin-top: 1.3rem; padding: 1.1rem; border-left: 5px solid var(--red); border-radius: 0 16px 16px 0; background: var(--navy); color: var(--white); }
.rd-assurance h2 { font-size: 1rem; }
.rd-assurance p { margin-top: .35rem; color: rgba(255,255,255,.8); font-size: .82rem; }
@media (max-width: 620px) {
  .rd-grid { grid-template-columns: 1fr; }
  .rd-score { grid-template-columns: 1fr 1fr; }
  .rd-score div:nth-child(2) { border-right: 0; }
  .rd-score div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .rd-contract dl div { grid-template-columns: 1fr; gap: .15rem; }
  .rd-lock { max-width: 112px; text-align: right; }
}
