.blacs-auth {
  max-width: 420px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}
.blacs-auth__title {
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #121212;
}
.blacs-auth__subtitle { color: #777; font-size: 14px; margin-bottom: 32px; }
.blacs-field { margin-bottom: 18px; }
.blacs-field label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #333;
}
.blacs-field input, .blacs-field select, .blacs-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-family: inherit;
}
.blacs-field input:focus, .blacs-field select:focus, .blacs-field textarea:focus {
  outline: none;
  border-color: #121212;
}
.blacs-btn {
  width: 100%;
  padding: 14px;
  background: #121212;
  color: #ffffff;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
}
.blacs-btn:hover { opacity: 0.9; }
.blacs-btn--outline { background: #fff; color: #121212; border: 1px solid #121212; }
.blacs-auth__footer { margin-top: 20px; font-size: 13px; color: #666; text-align: center; }
.blacs-auth__footer a { color: #121212; font-weight: 600; }
.blacs-alert {
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 20px;
}
.blacs-alert--error { background: #fdecec; color: #a4231c; border: 1px solid #f3c4c1; }
.blacs-alert--success { background: #eaf7ee; color: #1c6b34; border: 1px solid #c3e6cd; }

/* ---- Order history / order details ---- */
.blacs-orders { max-width: 800px; margin: 0 auto; padding: 64px 24px 80px; }
.blacs-order-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; border-bottom: 1px solid #eee;
}
.blacs-order-row__num { font-weight: 600; }
.blacs-order-row__meta { color: #777; font-size: 13px; }
.blacs-badge {
  display: inline-block; padding: 4px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
}
.blacs-badge--pending { background: #fff3cd; color: #856404; }
.blacs-badge--paid, .blacs-badge--completed { background: #d4edda; color: #155724; }
.blacs-badge--processing, .blacs-badge--shipped { background: #d1ecf1; color: #0c5460; }
.blacs-badge--cancelled, .blacs-badge--refunded { background: #f8d7da; color: #721c24; }

/* ---- Simple data table (admin) ---- */
.blacs-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.blacs-table th, .blacs-table td { text-align: left; padding: 12px 10px; border-bottom: 1px solid #eee; }
.blacs-table th { font-family: 'Jost', sans-serif; text-transform: uppercase; font-size: 11px; letter-spacing: 0.05em; color: #777; }

/* ================================================================
   GUEST VS REGISTER CHOOSER
   ================================================================ */
.blacs-choose {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 24px 100px;
  text-align: center;
}
.blacs-choose__header {
  margin-bottom: 52px;
}
.blacs-choose__heading {
  font-family: 'Jost', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0d0d0d;
  margin: 0 0 14px;
}
.blacs-choose__sub {
  font-size: 16px;
  color: #888;
  margin: 0;
}
.blacs-choose__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 680px) {
  .blacs-choose__grid { grid-template-columns: 1fr; }
}
.blacs-choose__card {
  position: relative;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  padding: 44px 36px 40px;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.blacs-choose__card:hover {
  border-color: #121212;
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.blacs-choose__card--register {
  border-color: #121212;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.blacs-choose__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #121212;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
.blacs-choose__card-icon {
  width: 56px;
  height: 56px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.blacs-choose__card--register .blacs-choose__card-icon {
  background: #0d0d0d;
  color: #fff;
}
.blacs-choose__card-icon svg {
  width: 26px;
  height: 26px;
  color: #555;
}
.blacs-choose__card--register .blacs-choose__card-icon svg {
  color: #fff;
}
.blacs-choose__card-title {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #0d0d0d;
  margin: 0 0 12px;
}
.blacs-choose__card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 24px;
}
.blacs-choose__perks {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.blacs-choose__perks li {
  font-size: 13px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
}
.blacs-choose__perks li:last-child { border-bottom: none; }
.blacs-choose__cta {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
  box-sizing: border-box;
}
.blacs-choose__cta:hover { opacity: 0.88; transform: scale(1.01); }
.blacs-choose__cta--primary {
  background: #121212;
  color: #ffffff;
}
.blacs-choose__cta--secondary {
  background: #fff;
  color: #121212;
  border-color: #ccc;
}
.blacs-choose__cta--secondary:hover { border-color: #121212; }
.blacs-choose__login-link {
  margin-top: 18px;
  font-size: 13px;
  color: #888;
  text-align: center;
}
.blacs-choose__login-link a { color: #121212; font-weight: 600; }

/* Back link in the registration form */
.blacs-auth__back {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 13px;
  color: #888;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  transition: color 0.15s;
}
.blacs-auth__back:hover { color: #121212; }
