:root { color-scheme: dark; }
body { background: #050a12; }
.vault-shell { width: min(980px, calc(100% - 28px)); margin: 0 auto; padding: 24px 0 64px; }
.hero { padding: 18px 4px 22px; }
.back { display: inline-block; margin-bottom: 18px; color: #9fb0c8; }
.eyebrow { margin: 0 0 8px; color: #8fa6c4; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; }
h1 { margin: 0 0 10px; font-size: clamp(2rem, 7vw, 4rem); line-height: 1; }
.lead { max-width: 720px; color: #c8d3e2; font-size: 1.05rem; }
.status-card, .card { border: 1px solid rgba(159,176,200,.18); background: rgba(9,18,31,.82); border-radius: 18px; padding: 20px; }
.status-card { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.status-card p, .card p { color: #aebed3; line-height: 1.55; }
.status-dot { width: 11px; height: 11px; border-radius: 999px; flex: 0 0 auto; margin-top: 5px; background: #d8a23d; box-shadow: 0 0 18px rgba(216,162,61,.4); }
.status-dot.ready { background: #71d8a0; box-shadow: 0 0 18px rgba(113,216,160,.4); }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px; }
.card h2 { margin: 0 0 8px; font-size: 1.15rem; }
.rules, .roadmap, .readiness, .ceremony { margin-top: 14px; }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.check-list { display: grid; gap: 9px; margin-top: 16px; }
.check-row { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 12px; background: rgba(255,255,255,.035); }
.check-row strong, .check-row small { display: block; }
.check-row small { margin-top: 3px; color: #8fa6c4; }
.check-icon { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.check-icon.ok { background: rgba(113,216,160,.15); color: #8ee6b3; }
.check-icon.warn { background: rgba(216,162,61,.15); color: #edc474; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
button, .primary-link { min-height: 42px; border-radius: 10px; padding: 10px 14px; font: inherit; font-weight: 700; }
button { cursor: pointer; border: 1px solid transparent; }
button:disabled { cursor: not-allowed; opacity: .45; }
.primary, .primary-link { background: #e6edf7; color: #0b1220; }
.secondary { background: rgba(159,176,200,.10); border-color: rgba(159,176,200,.25); color: #e6edf7; }
.ghost { background: transparent; border-color: rgba(159,176,200,.18); color: #9fb0c8; }
.primary-link { display: inline-block; margin-top: 10px; text-decoration: none; }
.note { font-size: .9rem; color: #8295ad !important; }
.result { min-height: 1.6em; margin-bottom: 0; }
.result[data-state="ready"] { color: #8ee6b3; }
.result[data-state="error"] { color: #ef9e9e; }
@media (max-width: 700px) {
  .grid { grid-template-columns: 1fr; }
  .vault-shell { width: min(100% - 20px, 980px); padding-top: 14px; }
  .card, .status-card { border-radius: 14px; padding: 16px; }
  .section-head { display: block; }
  .section-head button { margin-top: 10px; width: 100%; }
  .actions button { width: 100%; }
}
