.universe-strip {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 18px;
  padding: 14px 18px;
}

.universe-strip > div { min-width: 0; }
.universe-strip p { margin-top: 5px; line-height: 1.65; font-weight: 650; }
.universe-strip .metal-universe { border-left: 3px solid #d5ad58; padding-left: 18px; }
.universe-strip .metal-universe p { color: #765113; }
.agreement-tier { display: inline-block; border-radius: 5px; padding: 3px 7px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.agreement-tier.confirmed { background: #e2f1f5; color: #17647a; border: 1px solid #acd3dc; }
.agreement-tier.forward-test { background: #fff1c8; color: #885d00; border: 1px solid #e5c66d; }
.cohort-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cohort-card { border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: var(--soft); }
.cohort-card.forward-test { border-color: #e5c66d; background: #fffaf0; }
.cohort-card h3 { margin: 5px 0 12px; }
.cohort-status { display: inline-block; border-radius: 5px; padding: 3px 7px; font-size: 10px; font-weight: 900; letter-spacing: .07em; background: #e2f1f5; color: #17647a; }
.cohort-card.forward-test .cohort-status { background: #fff1c8; color: #885d00; }
.cohort-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cohort-metrics div { background: #fff; border-radius: 7px; padding: 9px; }
.cohort-metrics small, .cohort-metrics b { display: block; }
.topbar-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.state.locked { background: #f4f1e8; border-color: #d7c89c; color: #765113; }
.state.unlocked { background: #e6f5ef; border-color: #abd7c6; color: #148363; }
.admin-modal { position: fixed; inset: 0; z-index: 100; background: #07110dcc; display: grid; place-items: center; padding: 20px; }
.admin-modal[hidden] { display: none; }
.admin-login-card { width: min(430px, 100%); background: white; border-radius: 14px; padding: 26px; box-shadow: 0 22px 70px #0007; }
.admin-login-card h2 { margin: 4px 0 8px; }
.admin-login-card label { display: grid; gap: 6px; margin: 20px 0 14px; font-weight: 750; }
.admin-login-card input { padding: 11px; border: 1px solid #bdcec7; border-radius: 7px; font-size: 16px; }
.admin-login-card .control-actions { margin-top: 14px; }

@media (max-width: 720px) {
  .cohort-grid { grid-template-columns: 1fr; }
  .universe-strip { grid-template-columns: 1fr; }
  .universe-strip .metal-universe {
    border-left: 0;
    border-top: 3px solid #d5ad58;
    padding-left: 0;
    padding-top: 12px;
  }
}
