/* Public attend-at-center registration */
.attend-center-page {
  margin-top: 96px;
  min-height: calc(100vh - 96px);
  background: #f8fafc;
  padding: 0 1rem 2rem;
}

.attend-center-topbar {
  width: 100%;
  padding: 0.65rem 1rem 0.5rem;
  box-sizing: border-box;
}

.attend-center-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.attend-center-back-btn:hover {
  background: #fff;
  border-color: #b80101;
  color: #b80101;
  box-shadow: 0 2px 8px rgba(184, 1, 1, 0.12);
}

.attend-center-back-btn:focus,
.attend-center-back-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 1, 1, 0.15);
  border-color: #b80101;
  color: #b80101;
}

.attend-center-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.attend-center-hero {
  text-align: center;
  margin-bottom: 0.85rem;
}

.attend-center-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}

.attend-center-hero__desc {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.45;
}

.attend-center-hero .highlight-red {
  color: #b80101;
}

.attend-center-alert {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.attend-center-alert.alert-danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.attend-center-alert.alert-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.attend-center-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8ecf1;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  padding: 1.25rem 1.35rem;
}

.attend-center-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.attend-center-mode-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  text-align: center;
  font-size: 0.9rem;
}

.attend-center-mode-tab:focus,
.attend-center-mode-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 1, 1, 0.15);
  border-color: #b80101;
}

.attend-center-mode-tab i {
  font-size: 1rem;
  color: #b80101;
}

.attend-center-mode-tab span {
  display: flex;
  flex-direction: column;
}

.attend-center-mode-tab.active {
  border-color: #b80101;
  background: rgba(184, 1, 1, 0.05);
  box-shadow: 0 2px 12px rgba(184, 1, 1, 0.1);
}

.attend-center-section {
  padding: 0.85rem 0;
  border-top: 1px solid #f1f5f9;
}

.attend-center-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.attend-center-section__head {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.attend-center-section__head--compact h2 {
  margin: 0;
}

.attend-center-section__head i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(184, 1, 1, 0.08);
  color: #b80101;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.attend-center-section__head h2 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.attend-center-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.attend-center-grid--groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.attend-field--full {
  grid-column: 1 / -1;
}

.attend-otp-inline {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.attend-otp-input {
  width: 7.5rem;
  max-width: 7.5rem;
  min-width: 7.5rem;
  text-align: center;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
}

.attend-field--otp {
  margin-bottom: 0;
}

.attend-field-locked,
.attend-field-locked:disabled {
  background-color: #f1f5f9 !important;
  color: #475569;
  cursor: not-allowed;
  opacity: 1;
}

.attend-verify-actions#newVerifyActions {
  margin-top: 0;
}

.attend-verify-actions.is-verified .attend-btn--send-otp {
  display: none;
}

.attend-field label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #4b5563;
  margin-bottom: 0.3rem;
}

.attend-field .form-control,
.attend-field .form-select {
  border-radius: 10px;
  border-color: #e2e8f0;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.attend-field .form-control:focus,
.attend-field .form-select:focus {
  border-color: #b80101;
  box-shadow: 0 0 0 3px rgba(184, 1, 1, 0.12);
  outline: none;
}

.attend-phone-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.4rem;
}

.attend-otp-row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.attend-verify-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.attend-verified-badge {
  color: #047857;
  font-weight: 600;
  font-size: 0.85rem;
}

/* Brand buttons — no Bootstrap blue */
.attend-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  line-height: 1.4;
}

.attend-btn:focus,
.attend-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 1, 1, 0.2);
}

.attend-btn--primary {
  background: #b80101;
  border-color: #b80101;
  color: #fff;
}

.attend-btn--primary:hover {
  background: #9a0101;
  border-color: #9a0101;
  color: #fff;
}

.attend-btn--outline {
  background: #fff;
  border-color: #b80101;
  color: #b80101;
}

.attend-btn--link {
  background: transparent;
  border-color: transparent;
  color: #64748b;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.attend-btn--link:hover {
  color: #b80101;
  background: transparent;
}

.attend-btn--outline:hover {
  background: rgba(184, 1, 1, 0.06);
  color: #b80101;
}

.attend-btn--lg {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 12px;
}

.attend-payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.attend-payment-option {
  display: block;
  cursor: pointer;
}

.attend-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.attend-payment-option__body {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: #fafafa;
  transition: border-color 0.2s, background 0.2s;
  text-align: center;
}

.attend-payment-option input:checked + .attend-payment-option__body {
  border-color: #b80101;
  background: rgba(184, 1, 1, 0.04);
}

.attend-payment-option__body strong {
  display: block;
  font-size: 0.9rem;
  color: #111827;
  margin-bottom: 0.2rem;
}

.attend-payment-detail {
  display: block;
  font-size: 0.72rem;
  color: #6b7280;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.attend-payment-includes,
.attend-payment-excludes {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.attend-payment-includes {
  color: #047857;
  font-weight: 600;
}

.attend-payment-excludes {
  color: #9a3412;
  font-weight: 600;
}

.attend-payment-price {
  font-weight: 700;
  color: #b80101 !important;
  font-size: 1.05rem !important;
}

.attend-fee-summary {
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #b80101, #8a0101);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  gap: 0.75rem;
}

.attend-fee-summary__left {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.attend-fee-includes {
  font-size: 0.72rem;
  opacity: 0.9;
  font-weight: 500;
  line-height: 1.3;
}

.attend-fee-summary strong {
  font-size: 1.2rem;
  font-weight: 700;
}

.attend-center-footer {
  padding-top: 1rem;
  margin-top: 0.25rem;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}

.attend-submit-btn {
  min-width: 240px;
}

/* Landing inline block (home page — lives inside .courses-section) */
.attend-center-landing-wrap {
  margin-top: 2.5rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.attend-center-landing-section {
  padding: 0;
  background: transparent;
}

.attend-center-landing-card {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.75rem 2rem;
  border-radius: 24px;
  border: 1px solid var(--elkably-border, #e9ecef);
  background: var(--elkably-bg, #ffffff);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}

.attend-center-landing-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #b80101;
  background: rgba(184, 1, 1, 0.08);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

.attend-center-landing-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.attend-center-landing-lead {
  color: #6b7280;
  font-size: 0.95rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  max-width: 420px;
}

.attend-center-landing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.attend-center-landing-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #4b5563;
  background: #f3f4f6;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.attend-center-landing-pills i {
  color: #b80101;
  font-size: 0.75rem;
}

.attend-center-landing-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #b80101;
  color: #fff;
  text-decoration: none;
  border: 2px solid #b80101;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.attend-center-landing-btn:hover {
  background: #9a0101;
  border-color: #9a0101;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184, 1, 1, 0.25);
}

.attend-center-landing-btn:focus,
.attend-center-landing-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 1, 1, 0.25);
  color: #fff;
}

.attend-center-landing-visual {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #b80101 0%, #6d0101 100%);
  min-height: 180px;
}

.attend-center-landing-visual__inner {
  padding: 1.75rem 1.5rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.attend-center-landing-visual i {
  font-size: 2.25rem;
  margin-bottom: 0.65rem;
  opacity: 0.95;
}

.attend-center-landing-visual h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.attend-center-landing-visual p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.attend-success-page .attend-success-wrap {
  max-width: 560px;
}

.attend-success-page {
  padding-top: 1.5rem;
}

.attend-success-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.35rem 1.35rem;
  text-align: center;
  border: 1px solid #e8ecf1;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(15, 23, 42, 0.08);
}

.attend-success-hero {
  margin-bottom: 1.1rem;
}

.attend-success-icon-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
  border: 3px solid #a7f3d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #059669;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2);
}

.attend-success-card h1 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.attend-success-lead {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 auto;
  max-width: 420px;
  line-height: 1.55;
}

.attend-success-note {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0.5rem auto 0;
  max-width: 360px;
  line-height: 1.45;
}

.attend-success-student {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding: 0.4rem 0.9rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}

.attend-success-student i {
  color: #b80101;
  font-size: 0.8rem;
}

.attend-success-icon {
  font-size: 3rem;
  color: #10b981;
  margin-bottom: 0.75rem;
}

.attend-success-code {
  margin: 1.25rem 0;
  padding: 0.85rem;
  background: #f8fafc;
  border-radius: 10px;
}

.attend-success-code-block {
  margin: 1.25rem 0;
}

.attend-success-code-hint {
  font-size: 0.875rem;
  color: #475569;
  margin: 0 0 0.65rem;
}

.attend-login-credentials {
  text-align: left;
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
  border: 1px solid #fde68a;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.attend-login-credentials__head {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.attend-login-credentials__head > i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fef3c7;
  color: #b45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.attend-login-credentials__head h2 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #92400e;
  margin: 0 0 0.2rem;
}

.attend-login-credentials__head p {
  font-size: 0.8125rem;
  color: #78716c;
  margin: 0;
  line-height: 1.45;
}

.attend-code-copy {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

.attend-code-copy--success {
  background: #fff;
  border-color: #e2e8f0;
  margin-bottom: 0.75rem;
}

.attend-success-hero + .attend-code-copy--success {
  margin-top: 0.25rem;
  margin-bottom: 1.1rem;
}

.attend-login-credentials__password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: #fff;
  border: 1px dashed #d6d3d1;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.attend-login-credentials__password-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.attend-login-credentials__password-value {
  text-align: right;
}

.attend-login-credentials__password-value code {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #b80101;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  letter-spacing: 0.06em;
}

.attend-login-credentials__password-hint {
  display: block;
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 0.15rem;
}

.attend-login-credentials__note {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  line-height: 1.45;
}

.attend-login-credentials__note i {
  color: #3b82f6;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.attend-success-order-panel {
  text-align: left;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.1rem;
}

.attend-success-order-panel__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #e2e8f0;
}

.attend-success-order-panel__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #b80101 0%, #9a0101 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(184, 1, 1, 0.25);
}

.attend-success-order-panel__title {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.attend-success-order-panel__subtitle {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.1rem;
}

.attend-success-order-panel__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}

.attend-success-order__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.attend-success-order__field--full {
  grid-column: 1 / -1;
}

.attend-success-order__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.attend-success-order__number-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.attend-success-order__number {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  flex: 1;
}

.attend-success-order__copy {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.attend-success-order__copy:hover {
  border-color: #b80101;
  color: #b80101;
  background: #fff5f5;
}

.attend-success-order__value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}

.attend-success-order__value--amount {
  font-size: 1.05rem;
  font-weight: 700;
  color: #b80101;
}

.attend-success-order__value--detail {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.45;
}

.attend-code-copy__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.attend-code-copy__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.attend-code-copy__value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #b80101;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.attend-code-copy__btn {
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
}

.attend-code-copy__feedback {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #047857;
  font-weight: 600;
}

.attend-success-code span {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.2rem;
}

.attend-success-code strong {
  font-size: 1.5rem;
  color: #b80101;
  font-family: 'Poppins', sans-serif;
}

.attend-success-actions {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.attend-success-btn {
  min-width: 160px;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  font-size: 0.875rem;
}

.attend-btn--ghost {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #475569;
}

.attend-btn--ghost:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}

@media (max-width: 480px) {
  .attend-success-order-panel__body {
    grid-template-columns: 1fr;
  }

  .attend-login-credentials__password {
    flex-direction: column;
    align-items: flex-start;
  }

  .attend-login-credentials__password-value {
    text-align: left;
  }

  .attend-success-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .attend-center-page {
    margin-top: 90px;
    min-height: calc(100vh - 90px);
    padding: 0 0.75rem 2rem;
  }

  .attend-success-page {
    padding-top: 1rem;
  }

  .attend-center-grid,
  .attend-center-grid--groups,
  .attend-payment-options,
  .attend-center-mode-tabs,
  .attend-center-landing-card {
    grid-template-columns: 1fr;
  }

  .attend-center-card {
    padding: 1rem;
  }

  .attend-center-landing-card {
    padding: 1.25rem;
  }
}

.dark-theme .attend-center-page {
  background: #111827;
}

.dark-theme .attend-center-back-btn {
  background: #1f2937;
  border-color: #374151;
  color: #d1d5db;
}

.dark-theme .attend-center-back-btn:hover,
.dark-theme .attend-center-back-btn:focus-visible {
  border-color: #b80101;
  color: #f87171;
  background: #1f2937;
}

.dark-theme .attend-center-hero h1,
.dark-theme .attend-center-section__head h2,
.dark-theme .attend-payment-option__body strong {
  color: #f9fafb;
}

.dark-theme .attend-center-hero__desc {
  color: #9ca3af;
}

.dark-theme .attend-center-card,
.dark-theme .attend-success-card,
.dark-theme .attend-center-landing-card {
  background: var(--elkably-surface, #1f2937);
  border-color: var(--elkably-border, #374151);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dark-theme .attend-success-card h1,
.dark-theme .attend-success-order-panel__title {
  color: #f9fafb;
}

.dark-theme .attend-success-lead,
.dark-theme .attend-success-order-panel__subtitle,
.dark-theme .attend-success-order__value--detail,
.dark-theme .attend-success-note {
  color: #9ca3af;
}

.dark-theme .attend-success-student {
  background: #111827;
  border-color: #374151;
  color: #e5e7eb;
}

.dark-theme .attend-login-credentials {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08) 0%, #1f2937 100%);
  border-color: rgba(245, 158, 11, 0.25);
}

.dark-theme .attend-login-credentials__head h2 {
  color: #fbbf24;
}

.dark-theme .attend-login-credentials__head p,
.dark-theme .attend-login-credentials__note {
  color: #9ca3af;
}

.dark-theme .attend-code-copy,
.dark-theme .attend-code-copy--success,
.dark-theme .attend-login-credentials__password,
.dark-theme .attend-success-order-panel {
  background: #111827;
  border-color: #374151;
}

.dark-theme .attend-success-order__number {
  background: #0f172a;
  border-color: #374151;
  color: #f9fafb;
}

.dark-theme .attend-success-order__copy,
.dark-theme .attend-btn--ghost {
  background: #1f2937;
  border-color: #374151;
  color: #d1d5db;
}

.dark-theme .attend-success-order-panel__head {
  border-bottom-color: #374151;
}

.dark-theme .attend-center-mode-tab {
  background: #111827;
  border-color: #374151;
  color: #e5e7eb;
}

.dark-theme .attend-center-mode-tab strong {
  color: #f3f4f6;
}

.dark-theme .attend-center-mode-tab.active {
  background: rgba(184, 1, 1, 0.18);
  border-color: #b80101;
  color: #fff;
}

.dark-theme .attend-center-mode-tab.active strong {
  color: #fff;
}

.dark-theme .attend-center-section {
  border-top-color: #374151;
}

.dark-theme .attend-center-footer {
  border-top-color: #374151;
}

.dark-theme .attend-field label {
  color: #d1d5db;
}

.dark-theme .attend-field .form-control,
.dark-theme .attend-field .form-select {
  background: #111827;
  border-color: #374151;
  color: #f9fafb;
}

.dark-theme .attend-field .form-control::placeholder {
  color: #6b7280;
}

.dark-theme .attend-field .form-select option {
  background: #1f2937;
  color: #f9fafb;
}

.dark-theme .attend-field-locked,
.dark-theme .attend-field-locked:disabled {
  background-color: #0f172a !important;
  color: #9ca3af;
  border-color: #374151 !important;
}

.dark-theme .attend-payment-option__body {
  background: #111827;
  border-color: #374151;
  color: #d1d5db;
}

.dark-theme .attend-payment-option input:checked + .attend-payment-option__body {
  background: rgba(184, 1, 1, 0.12);
  border-color: #b80101;
}

.dark-theme .attend-btn--outline {
  background: #1f2937;
  border-color: #b80101;
  color: #f87171;
}

.dark-theme .attend-btn--outline:hover {
  background: rgba(184, 1, 1, 0.12);
  color: #fca5a5;
}

.dark-theme .attend-btn--link {
  color: #9ca3af;
}

.dark-theme .attend-btn--link:hover {
  color: #f87171;
}

.dark-theme .attend-verified-badge {
  color: #34d399;
}

.dark-theme .attend-center-alert.alert-danger {
  background: rgba(185, 28, 28, 0.15);
  color: #fca5a5;
  border-color: rgba(248, 113, 113, 0.35);
}

.dark-theme .attend-center-alert.alert-success {
  background: rgba(5, 150, 105, 0.15);
  color: #6ee7b7;
  border-color: rgba(52, 211, 153, 0.35);
}

.dark-theme .attend-code-copy__label {
  color: #9ca3af;
}

.dark-theme .attend-code-copy__value {
  background: #0f172a;
  border-color: #374151;
  color: #f87171;
}

.dark-theme .attend-login-credentials__password-label,
.dark-theme .attend-login-credentials__password-hint {
  color: #9ca3af;
}

.dark-theme .attend-success-order__label {
  color: #9ca3af;
}

.dark-theme .attend-success-order__value {
  color: #e5e7eb;
}

.dark-theme .attend-center-landing-content h2,
.dark-theme .attend-center-landing-visual h3 {
  color: #f9fafb;
}

.dark-theme .attend-center-landing-lead,
.dark-theme .attend-center-landing-visual p {
  color: #9ca3af;
}

.dark-theme .attend-center-landing-pills span {
  color: #d1d5db;
  background: #111827;
}

.dark-theme .attend-center-card {
  color: #e5e7eb;
}
