body.hall-page {
  background: #f5efe7;
  color: #24170c;
}

.hall-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 7rem 1.25rem 3rem;
}

.hall-hero,
.hall-card,
.hall-subcard {
  background: #fffaf3;
  border: 1px solid #eadfce;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(31, 18, 8, 0.08);
}

.hall-hero {
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1.5rem;
}

.hall-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #dbc7aa;
  background: rgba(176, 130, 52, 0.12);
  color: #7d5c1f;
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hall-hero h1,
.hall-card h2,
.hall-subcard h3 {
  margin: 0;
}

.hall-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-top: 0.65rem;
}

.hall-copy {
  color: #6b5946;
  line-height: 1.7;
}

.hall-copy.small {
  font-size: 0.95rem;
}

.hall-actions,
.hall-account-grid,
.hall-form-grid,
.hall-stat-grid {
  display: grid;
  gap: 1rem;
}

.hall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hall-btn,
.hall-action-btn,
.hall-submit,
.hall-event-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.15rem;
  font-weight: 700;
  cursor: pointer;
}

.hall-btn.primary,
.hall-action-btn,
.hall-submit,
.hall-event-select {
  background: #2b1d0d;
  color: #fff6ea;
}

.hall-btn.secondary,
.hall-action-btn.secondary {
  background: #fff;
  color: #2b1d0d;
  border: 1px solid #d8c8b4;
}

.hall-hero-card,
.hall-card,
.hall-subcard {
  padding: 1.35rem;
}

.hall-stat-grid {
  grid-template-columns: 1fr;
}

.hall-stat {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f0e5 100%);
  border: 1px solid #eadcc6;
}

.hall-stat strong,
.hall-selected-event strong,
.hall-event-card strong,
.hall-account-chip strong {
  display: block;
  color: #24170c;
}

.hall-stat span {
  display: block;
  color: #6b5946;
  margin-top: 0.3rem;
  line-height: 1.55;
}

.hall-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.hall-main,
.hall-sidebar,
.hall-stack {
  display: grid;
  gap: 1.25rem;
}

.hall-section-head,
.hall-account-chip,
.hall-selected-event,
.hall-event-card-head {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.hall-inline-link {
  color: #7c5a1d;
  font-weight: 700;
  text-decoration: none;
}

.hall-account-grid,
.hall-form-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hall-form-grid label,
.hall-block {
  display: grid;
  gap: 0.45rem;
}

.hall-field-wide {
  grid-column: 1 / -1;
}

.hall-form-grid input,
.hall-block textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #dbcdbb;
  background: #fff;
  color: #24170c;
  padding: 0.9rem 1rem;
  font: inherit;
}

.hall-block textarea {
  resize: vertical;
  min-height: 132px;
}

.hall-mode-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  background: rgba(43, 29, 13, 0.08);
  color: #5e4320;
  font-weight: 700;
}

.hall-selected-event {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid #dfd2be;
  background: #fffbf5;
}

.hall-message {
  margin-top: 1rem;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  display: none;
}

.hall-message.show { display: block; }
.hall-message.error { background: #fff0ef; color: #8c2b22; border: 1px solid #efc5c0; }
.hall-message.success { background: #eef9f0; color: #1f6b33; border: 1px solid #bfdcbc; }

.hall-success {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #f3fbf4;
  border: 1px solid #c5e1ca;
  color: #1f6b33;
}

.hall-submit {
  margin-top: 1rem;
}

.hall-sidebar-card h2 {
  margin-bottom: 0.35rem;
}

.hall-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hall-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #f3e8da;
  color: #5f4630;
  border: 1px solid #e0d0bd;
  font-size: 0.92rem;
}

.hall-event-card {
  border: 1px solid #eadbc4;
  border-radius: 18px;
  padding: 1rem;
  background: linear-gradient(180deg, #fffdf8 0%, #faf2e7 100%);
}

.hall-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.55rem 0 0.75rem;
}

.hall-event-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  background: rgba(123, 90, 29, 0.08);
  color: #6c4f1d;
  font-size: 0.88rem;
}

.hall-empty {
  border-radius: 18px;
  border: 1px dashed #d9c6af;
  padding: 1rem;
  color: #7b6651;
  background: #fffdf9;
}

@media (max-width: 980px) {
  .hall-hero,
  .hall-layout,
  .hall-account-grid,
  .hall-form-grid.two-col {
    grid-template-columns: 1fr;
  }

  .hall-shell {
    padding-top: 6rem;
  }

  .hall-section-head,
  .hall-account-chip,
  .hall-selected-event,
  .hall-event-card-head {
    flex-direction: column;
    align-items: stretch;
  }
}
