.cir-wrap { max-width: 1240px; margin: 24px auto; }
.cir-card {
  background: #fff;
  border: 1px solid #dde3ea;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
}
.cir-hero-card {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.cir-notice { padding: 14px 18px; margin: 0 0 16px; border-radius: 12px; }
.cir-success { background: #ecfdf3; border: 1px solid #a6f4c5; }
.cir-error { background: #fef3f2; border: 1px solid #fecdca; }
.cir-text, .cir-textarea, .cir-table select, .cir-table textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c7d2dd;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}
.cir-helper, .cir-muted { color: #556371; font-size: 0.95em; }
.cir-standard-block { margin: 28px 0; }
.cir-standard-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 12px;
}
.cir-table-wrap { overflow-x: auto; }
.cir-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.cir-table th, .cir-table td {
  border-bottom: 1px solid #e7edf3;
  padding: 14px 12px;
  vertical-align: top;
}
.cir-table th {
  background: #f7f9fc;
  text-align: left;
  font-size: 0.95rem;
  position: sticky;
  top: 0;
}
.cir-table tbody tr:nth-child(even) { background: #fbfcfe; }
.cir-table textarea { min-height: 86px; }
.cir-summary-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.cir-summary-card {
  border: 1px solid #dde3ea;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}
.cir-auth-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); }
.cir-register-form input[type="password"], .cir-register-form input[type="email"], .cir-register-form input[type="text"], .login-username input, .login-password input { width: 100%; }
.login-submit .button { width: auto; }
.cir-benefits, .cir-highlight-box, .cir-form-note {
  background: #f6f9fc;
  border: 1px solid #d7e5f3;
  padding: 16px 18px;
  border-radius: 14px;
}
.cir-benefits p, .cir-highlight-box p, .cir-form-note p { margin: 0 0 10px; }
.cir-benefits ul, .cir-highlight-box ul { margin: 0 0 0 18px; }
.cir-benefits li, .cir-highlight-box li { margin: 0 0 8px; }
.cir-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: start;
}
.cir-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #175cd3;
  margin-bottom: 10px;
}
.cir-pill-row, .cir-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.cir-pill, .cir-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #1849a9;
  padding: 8px 12px;
  font-size: 0.92rem;
  font-weight: 600;
}
.cir-stage-tracker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.cir-stage {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #d7dfe8;
  background: #fff;
  color: #556371;
}
.cir-stage.is-active {
  background: #173fa8;
  border-color: #173fa8;
  color: #fff;
}
.cir-stage.is-complete {
  background: #ecfdf3;
  border-color: #a6f4c5;
  color: #027a48;
}
.cir-stage-number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: rgba(255,255,255,.18);
}
.cir-stage:not(.is-active) .cir-stage-number {
  background: #eef2f6;
}
.cir-submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e7edf3;
}
.cir-course-list {
  margin: 0;
  padding-left: 20px;
}
.cir-course-list li { margin-bottom: 8px; }
.cir-priority {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .85rem;
  font-weight: 700;
}
.cir-priority-critical { background: #fee4e2; color: #b42318; }
.cir-priority-high { background: #fef0c7; color: #b54708; }
.cir-priority-medium { background: #eff8ff; color: #175cd3; }
.cir-priority-low { background: #ecfdf3; color: #027a48; }
.cir-compact-table th, .cir-compact-table td { padding: 12px; }
@media (max-width: 900px) {
  .cir-hero-grid { grid-template-columns: 1fr; }
  .cir-submit-row, .cir-standard-head { flex-direction: column; align-items: flex-start; }
}

