/* src/styles.css */
@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("./PretendardVariable.woff2") format("woff2-variations");
}
.publicMobileNav {
  display: none;
}
@media (max-width: 760px) {
  .publicMobileNav {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5e8eb;
    border-top: 1px solid #e5e8eb;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 5px max(8px, env(safe-area-inset-right)) 4px max(8px, env(safe-area-inset-left));
    position: sticky;
    top: 0;
    z-index: 70;
  }
  .publicMobileNav a {
    align-items: center;
    color: #8b95a1;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 750;
    gap: 2px;
    justify-content: center;
    min-height: 46px;
    text-decoration: none;
  }
  .publicMobileNav a[aria-current=page] {
    color: #3182f6;
  }
  .publicMobileNav a:last-child {
    color: #4e5968;
  }
  .directoryAppHeader .navLinks > a,
  .athleteDirectoryHeader .navLinks > a {
    display: none;
  }
}
.athleteDirectoryPage {
  min-height: 100vh;
  color: #191f28;
  background: #f4f6f8;
}
.athleteDirectoryHeader {
  padding: 28px max(24px, calc((100vw - 1200px) / 2)) 76px;
  background: #fff;
  border-bottom: 1px solid #e8ebee;
}
.athleteDirectoryHeader nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}
.athleteDirectoryHeader .logo {
  width: auto;
  height: auto;
  padding: 0;
  color: #191f28;
  background: transparent;
  border-radius: 0;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
}
.athleteDirectoryHeader .navLinks {
  display: flex;
  align-items: center;
  gap: 28px;
}
.athleteDirectoryHeader .navLinks a {
  min-height: 38px;
  padding: 0;
  color: #6b7684;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.athleteDirectoryHeader .navLinks a[aria-current=page] {
  color: #3182f6;
}
.athleteDirectoryIntro {
  max-width: 720px;
  margin-top: 76px;
}
.athleteDirectoryIntro > span {
  color: #3182f6;
  font-size: 14px;
  font-weight: 800;
}
.athleteDirectoryIntro h1 {
  margin: 12px 0 14px;
  font-size: 48px;
  line-height: 1.16;
  letter-spacing: 0;
}
.athleteDirectoryIntro p {
  margin: 0;
  color: #6b7684;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.athleteDirectoryContent {
  width: min(1120px, calc(100% - 48px));
  margin: -34px auto 0;
  padding-bottom: 96px;
}
.athleteRankingCommand {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}
.athleteMetricTabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f2f4f6;
  border-radius: 7px;
}
.athleteMetricTabs button,
.athleteFilterPanel summary {
  min-height: 44px;
  padding: 0 18px;
  color: #6b7684;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.athleteMetricTabs button.active {
  color: #1769da;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.athleteSearchField {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding: 0 18px;
  color: #8b95a1;
  background: #f7f8fa;
  border: 1px solid transparent;
  border-radius: 7px;
}
.athleteSearchField:focus-within {
  border-color: #90bfff;
  background: #fff;
}
.athleteSearchField input {
  width: 100%;
  min-width: 0;
  margin-left: 10px;
  color: #191f28;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-weight: 650;
}
.athleteFilterPanel {
  position: relative;
}
.athleteFilterPanel summary {
  display: grid;
  place-items: center;
  min-width: 88px;
  border: 1px solid #dfe3e8;
  list-style: none;
}
.athleteFilterPanel summary::-webkit-details-marker {
  display: none;
}
.athleteFilterPanel > div {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 250px;
  gap: 8px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}
.athleteFilterPanel select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: #333d4b;
  background: #f7f8fa;
  border: 1px solid #e5e8eb;
  border-radius: 6px;
  font: inherit;
  font-weight: 650;
}
.athleteRankingHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 48px 4px 18px;
  border-bottom: 2px solid #191f28;
}
.athleteRankingHead > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.athleteRankingHead span {
  font-size: 25px;
  font-weight: 800;
}
.athleteRankingHead strong {
  color: #8b95a1;
  font-size: 14px;
}
.athleteRankingHead small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3182f6;
  font-weight: 700;
}
.athleteRankingList {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
}
.athleteRankingList li {
  display: grid;
  grid-template-columns: 44px 48px minmax(190px, 1fr) minmax(180px, 0.8fr) 110px 36px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 24px;
  border-bottom: 1px solid #edf0f2;
}
.athleteRankingList li.selected {
  background: #f2f7ff;
}
.athleteRowAction {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #8b95a1;
  background: transparent;
  cursor: pointer;
}
.athleteRowAction:hover,
.athleteRowAction:focus-visible {
  color: #1769da;
  background: #e8f3ff;
  outline: 0;
}
.athleteRankingList li.podium {
  background: #fbfdff;
}
.athleteRank {
  color: #8b95a1;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.athleteRankingList li.podium .athleteRank {
  color: #3182f6;
  font-size: 22px;
}
.athleteAvatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #1769da;
  background: #e8f3ff;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 800;
}
.athleteIdentity,
.athleteRecord,
.athleteScore {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.athleteIdentity strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
.athleteIdentity strong em {
  padding: 3px 7px;
  color: #8b95a1;
  background: #f2f4f6;
  border-radius: 5px;
  font-size: 11px;
  font-style: normal;
}
.athleteIdentity span,
.athleteRecord span,
.athleteRecord small,
.athleteScore span {
  overflow: hidden;
  color: #8b95a1;
  font-size: 13px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.athleteRecord strong {
  color: #333d4b;
  font-size: 16px;
}
.athleteScore {
  justify-items: end;
}
.athleteScore strong {
  color: #1769da;
  font-size: 24px;
}
.athleteDirectoryEmpty {
  display: grid;
  min-height: 260px;
  place-content: center;
  gap: 8px;
  padding: 32px;
  color: #8b95a1;
  background: #fff;
  text-align: center;
}
.athleteDirectoryEmpty strong {
  color: #333d4b;
  font-size: 20px;
}
.athleteRankingPolicy {
  margin: 22px 4px 0;
  color: #8b95a1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.athletePublicProfile {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}
.athletePublicProfile > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.athletePublicProfile > header span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 800;
}
.athletePublicProfile h2 {
  margin: 7px 0 6px;
  font-size: 30px;
  letter-spacing: 0;
}
.athletePublicProfile > header p,
.athleteBoutHistory > p {
  margin: 0;
  color: #6b7684;
  font-weight: 600;
}
.athletePublicProfile > header button {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #6b7684;
  background: #f2f4f6;
  cursor: pointer;
}
.athletePublicSummary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0 30px;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
}
.athletePublicSummary > div {
  display: grid;
  gap: 6px;
  padding: 22px 20px;
  border-right: 1px solid #edf0f2;
}
.athletePublicSummary > div:last-child {
  border-right: 0;
}
.athletePublicSummary span,
.athleteBoutHistory article span,
.athleteBoutHistory article small {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 650;
}
.athletePublicSummary strong {
  color: #191f28;
  font-size: 21px;
}
.athleteBoutHistory h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.athleteBoutHistory article {
  display: grid;
  grid-template-columns: 42px minmax(220px, 1fr) minmax(120px, 0.35fr) 90px;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  border-top: 1px solid #edf0f2;
}
.athleteBoutHistory article > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.athleteBoutHistory article strong {
  overflow: hidden;
  color: #333d4b;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.athleteBoutHistory .athleteBoutEvidence {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1769da;
}
.athleteBoutOutcome {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  font-weight: 900 !important;
}
.athleteBoutOutcome.win {
  color: #1769da !important;
  background: #e8f3ff;
}
.athleteBoutOutcome.loss {
  color: #e5484d !important;
  background: #fff0f0;
}
.athleteBoutOutcome.draw {
  color: #6b7684 !important;
  background: #f2f4f6;
}
.athletePublicProfile > footer {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: #6b7684;
  font-size: 13px;
  font-weight: 650;
}
@media (max-width: 760px) {
  .athleteDirectoryHeader {
    padding: 18px 20px 54px;
  }
  .athleteDirectoryHeader .navLinks {
    gap: 14px;
  }
  .athleteDirectoryHeader .navLinks a {
    font-size: 13px;
  }
  .athleteDirectoryHeader .navLinks a:last-child {
    display: none;
  }
  .athleteDirectoryIntro {
    margin-top: 44px;
  }
  .athleteDirectoryIntro h1 {
    margin-top: 8px;
    font-size: 34px;
  }
  .athleteDirectoryIntro p {
    font-size: 15px;
  }
  .athleteDirectoryContent {
    width: 100%;
    margin-top: 0;
    padding: 0 0 72px;
  }
  .athleteRankingCommand {
    grid-template-columns: 1fr auto;
    padding: 14px 16px 16px;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
  }
  .athleteMetricTabs {
    grid-column: 1 / -1;
  }
  .athleteMetricTabs button {
    flex: 1;
    padding: 0 12px;
  }
  .athleteSearchField {
    min-height: 48px;
  }
  .athleteFilterPanel summary {
    min-height: 48px;
  }
  .athleteRankingHead {
    margin: 0 20px;
    padding-top: 34px;
  }
  .athleteRankingHead span {
    font-size: 21px;
  }
  .athleteRankingHead small {
    font-size: 12px;
  }
  .athleteRankingList li {
    grid-template-columns: 30px 42px minmax(0, 1fr) auto 28px;
    gap: 11px;
    min-height: 96px;
    padding: 16px 20px;
  }
  .athleteAvatar {
    width: 42px;
    height: 42px;
  }
  .athleteIdentity strong {
    font-size: 16px;
  }
  .athleteRecord {
    grid-column: 3 / 6;
    grid-row: 2;
    grid-template-columns: auto 1fr;
    margin-top: -4px;
  }
  .athleteRecord span {
    display: none;
  }
  .athleteRecord strong,
  .athleteRecord small {
    font-size: 12px;
  }
  .athleteScore strong {
    font-size: 20px;
  }
  .athleteRankingPolicy {
    margin: 18px 20px 0;
  }
  .athleteRowAction {
    width: 28px;
    height: 36px;
  }
  .athletePublicProfile {
    margin: 18px 16px 0;
    padding: 22px 18px;
  }
  .athletePublicProfile h2 {
    font-size: 25px;
  }
  .athletePublicSummary {
    margin: 22px 0 26px;
  }
  .athletePublicSummary > div {
    padding: 17px 10px;
  }
  .athletePublicSummary strong {
    font-size: 17px;
  }
  .athleteBoutHistory article {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 0;
  }
  .athleteBoutHistory article > div:nth-of-type(2) {
    grid-column: 2 / 3;
  }
  .athleteBoutHistory article > div:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
}
.hostRequestWorkbench {
  width: min(1180px, calc(100% - 40px));
  margin: -18px auto 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
.hostRequestForm {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(25, 31, 40, 0.06);
}
.hostRequestForm {
  padding: 28px;
  display: grid;
  gap: 22px;
}
.hostRequestTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.hostRequestTop div {
  display: grid;
  gap: 7px;
}
.hostRequestTop span,
.hostFormBlockHead span,
.hostFeeNote span,
.hostReviewCard > span,
.hostReviewList span,
.hostBusinessLine span,
.hostChoiceRail span,
.hostDisclosureButton span {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 800;
}
.hostRequestTop h2 {
  margin: 0;
  color: #191f28;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: 0;
}
.hostRequestTop small {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 750;
}
.hostRequestTop button {
  min-height: 40px;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  padding: 0 14px;
  color: #4e5968;
  background: #f9fafb;
  font-size: 13px;
  font-weight: 800;
}
.hostChoiceRail {
  border: 1px solid #edf0f3;
  border-radius: 14px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  background: #f9fafb;
}
.hostChoiceRail button {
  min-height: 78px;
  border: 0;
  border-radius: 11px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  align-items: baseline;
  justify-content: stretch;
  gap: 4px 9px;
  color: #4e5968;
  background: transparent;
  text-align: left;
  box-shadow: none;
}
.hostChoiceRail button.selected {
  color: #1b64da;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(25, 31, 40, 0.08);
}
.hostChoiceRail button.selected span {
  color: #3182f6;
}
.hostChoiceRail strong {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hostChoiceRail span {
  min-height: 24px;
  border-radius: 999px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7684;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.hostChoiceRail button.selected span {
  color: #ffffff;
  background: #3182f6;
}
.hostChoiceRail button small {
  grid-column: 1 / -1;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
.hostChoiceRail button.selected small {
  color: #6b7684;
}
.hostModePreview {
  border: 1px solid #edf0f3;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(25, 31, 40, 0.045);
}
.hostModePreview > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}
.hostModePreview > div span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 950;
}
.hostModePreview > div strong {
  color: #191f28;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
}
.hostModePreview > div small {
  color: #6b7684;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
.hostModePreview dl {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.hostModePreview dl div {
  min-width: 0;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 5px;
  background: #f7f9fc;
}
.hostModePreview.managed dl div {
  background: #f2fbf7;
}
.hostModePreview dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.hostModePreview dd {
  overflow: hidden;
  margin: 0;
  color: #333d4b;
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hostModePreview.managed > div span {
  color: #00a870;
}
.hostStartSteps {
  min-height: 44px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}
.hostStartSteps span {
  position: relative;
  color: #4e5968;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.hostStartSteps span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: min(46px, 28%);
  height: 2px;
  border-radius: 999px;
  background: #d9e8ff;
  transform: translateY(-50%);
}
.hostFormBlock {
  border-top: 1px solid #edf0f3;
  padding-top: 20px;
  display: grid;
  gap: 16px;
}
.hostRequiredBlock {
  gap: 14px;
}
.hostEssentialsGroup,
.hostContactGroup {
  display: grid;
  gap: 12px;
}
.hostEssentialsGroup {
  border-radius: 22px;
  padding: 18px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #edf0f3;
}
.hostEssentialsGroup > span,
.hostContactGroup > div span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 950;
}
.hostContactGroup {
  border-radius: 18px;
  padding: 16px;
  background: #f7f9fc;
}
.hostContactGroup > div {
  display: grid;
  gap: 4px;
}
.hostContactGroup > div strong {
  color: #6b7684;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}
.hostRequiredStatus {
  min-height: 44px;
  border-radius: 12px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f4f8ff;
}
.hostRequiredStatus span {
  flex: 0 0 auto;
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.hostRequiredStatus strong {
  min-width: 0;
  color: #4e5968;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: right;
}
.hostFormBlockHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.hostFormBlockHead strong {
  color: #4e5968;
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
}
.hostWideField,
.hostFieldPair label {
  display: grid;
  gap: 7px;
  color: #333d4b;
  font-size: 14px;
  font-weight: 800;
}
.hostFieldPair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hostRequestForm input,
.hostRequestForm select,
.hostRequestForm textarea {
  width: 100%;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 0 15px;
  color: #191f28;
  background: #f9fafb;
  font-size: 15px;
  font-weight: 750;
  outline: none;
  box-shadow: none;
}
.hostRequestForm input,
.hostRequestForm select {
  min-height: 48px;
}
.hostRequestForm select {
  line-height: 1.35;
  white-space: normal;
}
.hostRequestForm textarea {
  min-height: 92px;
  padding-top: 14px;
  line-height: 1.5;
}
.hostRequestForm input:focus,
.hostRequestForm select:focus,
.hostRequestForm textarea:focus {
  border-color: #3182f6;
  background: #ffffff;
}
.hostRequestForm small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}
.hostRequestForm small.issue,
.hostInlineIssue {
  color: #e42939;
}
.hostDisclosureButton {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #191f28;
  background: transparent;
  text-align: left;
  box-shadow: none;
}
.hostDisclosureButton strong {
  color: #3182f6;
  font-size: 14px;
}
.hostOptionalBlock {
  gap: 8px;
}
.hostMemoDetails {
  border-top: 1px solid #f2f4f6;
  display: grid;
}
.hostMemoDetails summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #8b95a1;
  cursor: pointer;
  list-style: none;
}
.hostMemoDetails summary::-webkit-details-marker {
  display: none;
}
.hostMemoDetails summary span {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 800;
}
.hostMemoDetails summary strong {
  color: #6b7684;
  font-size: 13px;
  font-weight: 850;
}
.hostMemoDetails[open] {
  gap: 10px;
  padding-bottom: 2px;
}
.hostMemoDetails:not([open]) .hostMemoField {
  display: none;
}
.hostDetailFields {
  display: grid;
  gap: 14px;
}
.hostPromotionBrief {
  border-top: 1px solid #edf0f3;
  padding-top: 16px;
  display: grid;
  gap: 14px;
}
.hostGuideFields {
  border-top: 1px solid #edf0f3;
  padding-top: 18px;
  display: grid;
  gap: 14px;
}
.hostGuideFields .hostFormBlockHead {
  margin-bottom: -2px;
}
.hostAdvancedGroups {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}
.hostAdvancedGroup {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.hostAdvancedGroup.selected {
  border-color: #b6d4ff;
  box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.08);
}
.hostAdvancedGroupButton {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 0;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 14px;
  align-items: center;
  color: #191f28;
  background: #ffffff;
  text-align: left;
  box-shadow: none;
}
.hostAdvancedGroupButton::after {
  content: "+";
  grid-column: 2;
  grid-row: 1 / span 3;
  color: #8b95a1;
  font-size: 20px;
  font-weight: 800;
}
.hostAdvancedGroupButton[aria-expanded=true]::after {
  content: "\2212";
  color: #3182f6;
}
.hostAdvancedGroupButton span,
.hostAdvancedGroupButton strong,
.hostAdvancedGroupButton small {
  min-width: 0;
  grid-column: 1;
}
.hostAdvancedGroupButton span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 900;
}
.hostAdvancedGroupButton strong {
  color: #191f28;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
.hostAdvancedGroupButton small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
.hostAdvancedGroupBody {
  border-top: 1px solid #edf0f3;
  padding: 18px;
  display: grid;
  gap: 14px;
  background: #fbfcfd;
}
.hostAdvancedGroupBody.hostGuideFields {
  border-top: 1px solid #edf0f3;
  padding-top: 18px;
}
.hostGuidePreset {
  border: 1px solid #d9e8ff;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  background: #f7fbff;
}
.hostGuidePreset div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.hostGuidePreset span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 900;
}
.hostGuidePreset strong {
  color: #191f28;
  font-size: 15px;
  line-height: 1.25;
}
.hostGuidePreset small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
}
.hostGuidePreset button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  color: #ffffff;
  background: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.hostSegmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.hostSegmented.sub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hostSettlementCompact {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.55fr);
  gap: 10px;
  align-items: stretch;
}
.hostSettlementCompact > .hostFeeNote:only-child {
  grid-column: 1 / -1;
}
.hostSegmented label {
  min-height: 46px;
  border: 1px solid #e5e8eb;
  border-radius: 999px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4e5968;
  background: #f9fafb;
  font-size: 14px;
  font-weight: 850;
}
.hostSegmented label.selected {
  border-color: #3182f6;
  color: #ffffff;
  background: #3182f6;
}
.hostSegmented input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}
.hostFeeNote {
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f2f4f6;
}
.hostFeeNote.compact {
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  background: #ffffff;
}
.hostFeeNote strong {
  color: #191f28;
  font-size: 16px;
}
.hostFeeNote small {
  grid-column: 1 / -1;
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.hostScaleCostPreview {
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: #ffffff;
}
.hostScaleCostPreview div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.hostScaleCostPreview span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 850;
}
.hostScaleCostPreview strong {
  color: #191f28;
  font-size: 15px;
  font-weight: 900;
}
.hostScaleCostPreview p {
  grid-column: 1 / -1;
  margin: 0;
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.hostScaleCostPreview.hasDelta {
  border-color: #bfdbfe;
  background: #eff6ff;
}
.hostScaleCostPreview.hasDelta p {
  color: #1d4ed8;
}
.hostPolicyField textarea {
  min-height: 62px;
}
.hostMemoField textarea {
  min-height: 58px;
}
.hostPlainCheck {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #4e5968;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.hostPlainCheck input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #3182f6;
}
.hostInlineIssue {
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}
.hostRequestReview {
  position: sticky;
  top: 22px;
  border: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  background: transparent;
  box-shadow: none;
}
.hostReviewCard {
  border: 1px solid #edf0f3;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 9px;
  background: #ffffff;
}
.hostReviewCard strong {
  color: #191f28;
  font-size: 20px;
  line-height: 1.18;
}
.hostReviewCard small,
.hostBusinessLine small,
.hostReviewPath small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.hostReviewMeter {
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: #edf0f3;
}
.hostReviewMeter i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #3182f6;
}
.hostReviewList {
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 0 12px;
  display: grid;
  background: #ffffff;
}
.hostReviewList summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.hostReviewList summary::-webkit-details-marker {
  display: none;
}
.hostReviewList summary strong {
  color: #3182f6;
  font-size: 13px;
  font-weight: 850;
}
.hostReviewList div {
  min-height: 34px;
  border-top: 1px solid #f2f4f6;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.hostReviewList strong {
  color: #333d4b;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.hostReviewList .todo strong {
  color: #e42939;
}
.hostBusinessLine {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 14px;
  display: grid;
  gap: 5px;
  background: #f9fafb;
}
.hostReviewPath {
  border: 1px solid #edf0f3;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 6px;
  background: #ffffff;
}
.hostReviewPath span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.hostReviewPath strong {
  color: #191f28;
  font-size: 17px;
  line-height: 1.25;
}
.hostQueueMemo {
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 0 12px;
  display: grid;
  background: #ffffff;
}
.hostQueueMemo summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.hostQueueMemo summary::-webkit-details-marker {
  display: none;
}
.hostQueueMemo span {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 800;
}
.hostQueueMemo summary strong {
  color: #3182f6;
  font-size: 12px;
  font-weight: 850;
}
.hostQueueMemo small {
  margin-bottom: 12px;
  border-radius: 12px;
  padding: 12px;
  color: #6b7684;
  background: #f9fafb;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}
.hostBusinessLine.free {
  border-color: #d8f3e4;
  background: #f2fbf6;
}
.hostBusinessLine.paid {
  border-color: #d9edff;
  background: #f2f7ff;
}
.hostBusinessLine.extra {
  border-color: #ffedd5;
  background: #fff7ed;
}
.hostRequestReview .hostSubmitButton {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  background: #3182f6;
  font-size: 15px;
  box-shadow: 0 10px 22px rgba(49, 130, 246, 0.22);
}
.hostSubmitFeedback {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #f2c7c7;
  border-radius: 8px;
  background: #fff7f7;
  color: #b42318;
  font-size: 13px;
  line-height: 1.5;
}
.hostLaunchPolicy {
  border: 1px solid #d9edff;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 6px;
  background: #f2f7ff;
}
.hostLaunchPolicy span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 850;
}
.hostLaunchPolicy strong {
  color: #191f28;
  font-size: 17px;
}
.hostLaunchPolicy small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
.entryCommandHeader {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}
.entryCommandHeader > div:first-child {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.entryCommandHeader h2 {
  margin: 0;
  color: #191f28;
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}
.entryCommandHeader span {
  color: #6b7684;
  font-size: 15px;
  font-weight: 800;
}
.entryCommandState {
  min-width: 168px;
  border: 0;
  border-radius: 14px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  background: #f2f7ff;
  text-align: right;
  box-shadow: none;
}
.entryCommandState strong {
  color: #191f28;
  font-size: 26px;
  line-height: 1;
}
.entryCommandState span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 850;
}
.entryStageBar {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
.entryStageTrack {
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: #edf0f3;
}
.entryStageTrack i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #3182f6;
}
.entryStageButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.entryStageButtons button {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px;
  color: #4e5968;
  background: #f9fafb;
  text-align: left;
  box-shadow: none;
}
.entryStageButtons button:disabled {
  color: #b0b8c1;
  background: #f9fafb;
  opacity: 1;
}
.entryStageButtons button span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.entryStageButtons button strong {
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entryStageButtons button.current {
  border-color: rgba(49, 130, 246, 0.18);
  color: #1b64da;
  background: #f2f7ff;
}
.entryStageButtons button.current span {
  color: #3182f6;
}
.entryStageButtons button.done {
  border-color: #d9edff;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .entryStepper {
  display: none;
}
#entry .entryLayout {
  margin-top: 24px;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}
#entry .formPanel,
#entry .summaryPanel {
  border-color: #edf0f3;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 6px 22px rgba(25, 31, 40, 0.045);
}
#entry .formPanel {
  padding: 30px;
}
#entry .summaryPanel {
  padding: 20px;
  top: 22px;
  gap: 16px;
}
#entry .stepHeader span,
#entry .panelTitle span {
  color: #3182f6;
  font-size: 12px;
  letter-spacing: 0;
}
#entry .stepHeader h3,
#entry .panelTitle h3 {
  color: #191f28;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}
#entry .stepHeader p {
  max-width: 560px;
  color: #6b7684;
  font-size: 15px;
  font-weight: 750;
}
#entry .fieldGrid,
#entry .fighterFields {
  gap: 14px;
}
#entry .fieldGrid label,
#entry .fighterFields label,
#entry .depositNameField {
  color: #333d4b;
  font-size: 14px;
  font-weight: 850;
}
#entry input,
#entry select,
#entry textarea {
  border-color: #e5e8eb;
  border-radius: 13px;
  background: #f9fafb;
}
#entry input:focus,
#entry select:focus,
#entry textarea:focus {
  background: #ffffff;
}
#entry .primaryStep,
#entry .submitBtn {
  border-radius: 13px;
  background: #3182f6;
}
#entry .primaryStep:hover:not(:disabled),
#entry .submitBtn:hover:not(:disabled) {
  background: #1b64da;
}
#entry .secondaryStep {
  border-color: #e5e8eb;
  border-radius: 13px;
  color: #4e5968;
  background: #f9fafb;
}
#entry .summaryPanelHead > strong {
  color: #3182f6;
}
#entry .readinessBoard,
#entry .summaryEssentials,
#entry .entryPreviewList {
  border-color: #edf0f3;
  border-radius: 14px;
}
#entry .readinessNextAction {
  border-radius: 13px;
}
@media (max-width: 980px) {
  .entryCommandHeader {
    grid-template-columns: 1fr;
  }
  .entryCommandState {
    min-width: 0;
    text-align: left;
  }
  #entry .entryLayout {
    grid-template-columns: 1fr;
  }
  #entry .summaryPanel {
    position: static;
    order: -1;
  }
}
@media (max-width: 640px) {
  .entryCommandHeader h2 {
    font-size: 30px;
  }
  .entryStageButtons {
    gap: 5px;
  }
  .entryStageButtons button {
    min-height: 38px;
    padding: 8px 11px;
  }
  #entry .formPanel,
  #entry .summaryPanel {
    border-radius: 15px;
    padding: 18px;
  }
}
#entry .fighterIntake {
  border-color: #edf0f3;
  border-radius: 18px;
  padding: 0;
  gap: 0;
  background: #ffffff;
  overflow: hidden;
}
#entry .fighterInputProgress {
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  padding: 14px 20px;
  grid-template-columns: minmax(0, 1fr) 116px;
  background: #ffffff;
}
#entry .fighterInputProgress.ready {
  background: #ffffff;
}
#entry .fighterInputProgress span {
  color: #8b95a1;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
#entry .fighterInputProgress strong {
  color: #191f28;
  font-size: 16px;
}
#entry .fighterInputProgress small {
  color: #6b7684;
  font-size: 12px;
}
#entry .fighterInputMeter {
  height: 4px;
  background: #edf0f3;
}
#entry .fighterInputMeter i {
  background: #3182f6;
}
#entry .fighterFields {
  padding: 18px 20px 20px;
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(110px, 0.55fr) minmax(150px, 0.75fr) minmax(110px, 0.55fr);
  gap: 12px;
}
#entry .fighterFields label {
  min-width: 0;
}
#entry .fighterFields .experienceField {
  grid-column: span 2;
}
#entry .fighterFields .experienceField > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
#entry .fighterSupportFields {
  border-top: 1px solid #edf0f3;
  background: #ffffff;
}
#entry .fighterSupportFields summary {
  min-height: 48px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  color: #333d4b;
  font-weight: 900;
}
#entry .fighterSupportFields summary::-webkit-details-marker {
  display: none;
}
#entry .fighterSupportFields summary strong {
  color: #333d4b;
  font-size: 14px;
}
#entry .fighterSupportFields summary span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}
#entry .fighterSupportFields > div {
  border-top: 1px solid #edf0f3;
  padding: 16px 20px 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: #f9fafb;
}
#entry .fighterIntakeSide {
  border-top: 1px solid #edf0f3;
  padding: 13px 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background: #f9fafb;
}
#entry .fighterResult,
#entry .fighterAddStatus,
#entry .draftIssues {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
#entry .fighterResult {
  display: grid;
  gap: 3px;
}
#entry .fighterResult span,
#entry .fighterAddStatus small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
#entry .fighterResult strong {
  color: #191f28;
  font-size: 16px;
}
#entry .fighterResult small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
}
#entry .draftIssues {
  max-width: 260px;
  color: #e42939;
}
#entry .draftIssues span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .fighterAddStatus {
  display: none;
}
#entry .fighterAddStatus.ready {
  color: #1b64da;
}
#entry .fighterAddStatus strong {
  font-size: 14px;
}
#entry .addFighterBtn {
  width: max-content;
  min-height: 42px;
  border-radius: 13px;
  padding: 0 17px;
  justify-self: end;
  background: #3182f6;
}
#entry .addFighterBtn:hover:not(:disabled) {
  background: #1b64da;
}
#entry .bulkImport {
  border-color: #edf0f3;
  border-radius: 14px;
  background: #ffffff;
}
#entry .bulkImport summary {
  min-height: 48px;
  padding: 0 18px;
  color: #191f28;
}
#entry .bulkImport summary span {
  color: #6b7684;
  font-size: 13px;
}
#entry .bulkImportBody {
  border-color: #edf0f3;
  padding: 14px 18px 18px;
  background: #ffffff;
}
#entry .bulkFormatHint {
  display: none;
}
#entry .bulkToolRow button,
#entry .bulkActions button {
  border-radius: 12px;
}
#entry .bulkPreview {
  border-color: #edf0f3;
  border-radius: 12px;
}
#entry .bulkPreviewHead {
  background: #f9fafb;
}
#entry .bulkPreviewHead strong {
  color: #191f28;
}
#entry .bulkPreviewHead span {
  color: #6b7684;
}
#entry .bulkQualityBar div {
  border-color: #edf0f3;
  background: #ffffff;
}
#entry .bulkPreviewRows {
  background: #edf0f3;
}
#entry .registeredFighters {
  border-color: #edf0f3;
  border-radius: 16px;
  background: #ffffff;
}
#entry .registeredHeader {
  min-height: 52px;
  padding: 0 18px;
  background: #ffffff;
  border-bottom: 1px solid #edf0f3;
}
#entry .registeredHeader strong {
  color: #191f28;
  font-size: 17px;
}
#entry .registeredHeader span {
  color: #6b7684;
  background: #f2f4f6;
}
#entry .registeredHeader span.needsAttention {
  color: #e42939;
  background: #fff1f2;
}
#entry .registeredList {
  max-height: none;
  padding: 8px 18px 18px;
  grid-template-columns: 1fr;
  gap: 0;
}
#entry .registeredFighter {
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  box-shadow: none;
}
#entry .registeredFighter:last-child {
  border-bottom: 0;
}
#entry .registeredFighter.needsReview {
  border-color: #edf0f3;
  box-shadow: none;
}
#entry .registeredSummary {
  min-height: 62px;
  padding: 0;
  grid-template-columns: 32px minmax(0, 1fr) minmax(110px, auto) minmax(80px, auto);
  gap: 10px;
}
#entry .registeredSummary .fighterNumber {
  color: #3182f6;
  background: #f2f7ff;
}
#entry .registeredSummary strong {
  color: #191f28;
  font-size: 16px;
}
#entry .registeredSummary em,
#entry .fighterIssueBadge,
#entry .fighterOkBadge {
  border-radius: 8px;
  padding: 5px 7px;
  background: transparent;
}
#entry .registeredSummary em {
  color: #6b7684;
}
#entry .fighterOkBadge {
  color: #1b64da;
}
#entry .fighterIssueBadge {
  color: #e42939;
}
#entry .registeredQuickEdit {
  border-left: 0;
  color: #3182f6;
  background: transparent;
}
#entry .registeredDetail {
  border-top: 0;
  padding: 0 0 16px 42px;
  background: #ffffff;
}
@media (max-width: 980px) {
  #entry .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #entry .fighterIntakeSide {
    grid-template-columns: 1fr;
  }
  #entry .fighterSupportFields > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  #entry .fighterInputProgress,
  #entry .fighterFields,
  #entry .fighterIntakeSide,
  #entry .bulkImportBody,
  #entry .fighterSupportFields summary,
  #entry .fighterSupportFields > div,
  #entry .registeredHeader,
  #entry .registeredList {
    padding-left: 14px;
    padding-right: 14px;
  }
  #entry .fighterInputProgress,
  #entry .fighterFields {
    grid-template-columns: 1fr;
  }
  #entry .addFighterBtn {
    width: 100%;
    justify-self: stretch;
  }
  #entry .fighterFields .experienceField {
    grid-column: auto;
  }
  #entry .fighterSupportFields summary {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #entry .fighterSupportFields summary span {
    text-align: left;
  }
  #entry .registeredHeader {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #entry .registeredSummary {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }
  #entry .registeredSummary em {
    grid-column: 2 / -1;
  }
  #entry .fighterIssueBadge,
  #entry .fighterOkBadge {
    grid-column: 3;
    grid-row: 1;
  }
}
#entry .submitReviewTop {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  background: #ffffff;
  box-shadow: none;
}
#entry .submitReviewTop.ready {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .submitReviewTop > div:first-child {
  min-width: 0;
  display: grid;
  gap: 5px;
}
#entry .submitReviewTop > div:first-child span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 850;
}
#entry .submitReviewTop > div:first-child strong {
  color: #191f28;
  font-size: 20px;
  line-height: 1.22;
}
#entry .submitReviewFacts {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
#entry .submitReviewFacts span {
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #4e5968;
  background: #f2f4f6;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
#entry .paymentConfirmPanel {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 0;
  display: grid;
  background: #ffffff;
  overflow: hidden;
}
#entry .paymentConfirmHead {
  min-height: 54px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #edf0f3;
}
#entry .paymentConfirmHead span {
  color: #191f28;
  font-size: 17px;
  font-weight: 900;
}
#entry .paymentConfirmHead button,
#entry .paymentMiniCopy {
  min-height: 32px;
  border: 1px solid #d9edff;
  border-radius: 11px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1b64da;
  background: #f2f7ff;
  font-size: 13px;
  font-weight: 850;
}
#entry .paymentConfirmHead button:hover:not(:disabled),
#entry .paymentMiniCopy:hover:not(:disabled) {
  color: #ffffff;
  background: #3182f6;
}
#entry .paymentConfirmHead button:disabled,
#entry .paymentMiniCopy:disabled {
  opacity: 0.45;
}
#entry .paymentConfirmRows {
  display: grid;
}
#entry .paymentConfirmRows > div,
#entry .paymentConfirmPanel.free > div {
  min-height: 62px;
  border-bottom: 1px solid #edf0f3;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
#entry .paymentConfirmRows > div:first-child {
  min-height: 76px;
  background: #f7fbff;
}
#entry .paymentConfirmRows > div:last-child,
#entry .paymentConfirmPanel.free > div:last-child {
  border-bottom: 0;
}
#entry .paymentConfirmPanel small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
#entry .paymentConfirmPanel strong {
  min-width: 0;
  color: #191f28;
  font-size: 17px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .paymentConfirmRows > div:first-child strong {
  color: #1b64da;
  font-size: 26px;
}
#entry .paymentSettlementNote {
  border-top: 1px solid #edf0f3;
  background: #f9fafb;
}
#entry .paymentSettlementNote summary {
  min-height: 42px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
#entry .paymentSettlementNote summary::-webkit-details-marker {
  display: none;
}
#entry .paymentSettlementNote summary span {
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
}
#entry .paymentSettlementNote summary strong {
  color: #4e5968;
  font-size: 13px;
  font-weight: 800;
}
#entry .paymentSettlementNote p {
  margin: 0;
  border-top: 1px solid #edf0f3;
  padding: 10px 20px 12px;
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
#entry .paymentReviewToast {
  margin: -8px 0 0;
  border-radius: 12px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .paymentReviewCheck,
#entry .consentStack,
#entry .submitBlockerPanel {
  border-color: #edf0f3;
  border-radius: 16px;
  background: #ffffff;
}
#entry .paymentReviewCheck {
  padding: 13px 16px;
  background: #f9fafb;
}
#entry .paymentReviewCheck strong,
#entry .consentAll strong {
  color: #191f28;
}
#entry .paymentReviewCheck small,
#entry .paymentReviewCheck em,
#entry .paymentReviewCheck i,
#entry .consentAll small {
  color: #6b7684;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}
#entry .consentAll {
  padding: 16px 18px;
  background: #f9fafb;
}
#entry .consentBox {
  border-color: #edf0f3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#entry .consentBox label {
  border-top: 0;
  border-left: 1px solid #edf0f3;
  border-color: #edf0f3;
  padding: 13px 16px;
  color: #4e5968;
  font-size: 13px;
}
#entry .consentBox label:first-child {
  border-left: 0;
}
#entry .consentBox label strong {
  color: #3182f6;
  background: #f2f7ff;
}
#entry .consentAll input,
#entry .consentBox input,
#entry .paymentReviewCheck input {
  accent-color: #3182f6;
}
#entry .submitReadyLine {
  border: 0;
  border-radius: 14px;
  padding: 13px 16px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .submitReadyLine svg {
  color: #3182f6;
}
#entry .submitBlockerPanel {
  border-color: #fee2e2;
  background: #fffafa;
}
#entry .submitBlockerPanel > strong {
  color: #e42939;
}
#entry .submitBlockerPanel button {
  border-color: #fee2e2;
  border-radius: 13px;
}
@media (max-width: 760px) {
  #entry .submitReviewTop,
  #entry .paymentConfirmPanel.free > div {
    grid-template-columns: 1fr;
  }
  #entry .paymentConfirmRows > div {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
  }
  #entry .paymentConfirmRows > div small {
    grid-column: 1 / -1;
  }
  #entry .paymentConfirmRows > div strong {
    grid-column: 1;
  }
  #entry .paymentConfirmRows > div .paymentMiniCopy {
    grid-column: 2;
    grid-row: 2;
  }
  #entry .submitReviewFacts {
    justify-content: flex-start;
  }
  #entry .paymentConfirmHead {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #entry .paymentConfirmHead button {
    width: 100%;
  }
  #entry .paymentMiniCopy {
    width: fit-content;
  }
  #entry .paymentSettlementNote summary {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #entry .consentBox {
    grid-template-columns: 1fr;
  }
  #entry .consentBox label {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  #entry .consentBox label:first-child {
    border-top: 0;
  }
}
.confirmOverlay {
  background: rgba(25, 31, 40, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.confirmDialog,
.receiptDialog {
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(25, 31, 40, 0.28);
}
.confirmDialog {
  width: min(640px, 100%);
  padding: 28px;
  gap: 20px;
}
.receiptDialog {
  width: min(580px, 100%);
  padding: 28px;
  gap: 18px;
}
.confirmHero,
.receiptHero {
  gap: 8px;
}
.confirmHero span,
.receiptHero span,
.receiptNextAction span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 850;
}
.confirmHero h2,
.receiptHero h2 {
  color: #191f28;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.08;
}
.confirmHero p,
.receiptHero p,
.confirmNotice,
.receiptNextAction small {
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
}
.confirmSummaryList,
.receiptSummaryList {
  border: 1px solid #edf0f3;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}
.confirmSummaryList.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confirmSummaryList > div,
.receiptSummaryList > div {
  border: 0;
  border-top: 1px solid #edf0f3;
  padding: 16px 18px;
}
.confirmSummaryList > div:nth-child(-n+2),
.receiptSummaryList > div:nth-child(-n+2) {
  border-top: 0;
}
.confirmSummaryList > div:nth-child(even),
.receiptSummaryList > div:nth-child(even) {
  border-left: 1px solid #edf0f3;
}
.confirmSummaryList > div + div,
.receiptSummaryList > div:nth-child(even) {
  padding-left: 18px;
}
.confirmSummaryList dt,
.receiptSummaryList dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
.confirmSummaryList dd,
.receiptSummaryList dd {
  color: #191f28;
  font-size: 16px;
  font-weight: 850;
}
.confirmFighterDetails {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  overflow: hidden;
}
.confirmFighterDetails summary {
  min-height: 54px;
  padding: 0 18px;
}
.confirmFighterDetails summary strong {
  color: #191f28;
  font-size: 15px;
}
.confirmFighterDetails summary span {
  color: #3182f6;
}
.confirmFighters {
  border-top: 1px solid #edf0f3;
  padding: 0;
  background: #edf0f3;
  gap: 1px;
}
.confirmFighters span {
  border: 0;
  min-height: 50px;
  padding: 10px 14px;
  background: #ffffff;
}
.confirmNotice {
  border-radius: 16px;
  padding: 15px 16px;
  background: #f9fafb;
}
.confirmActions,
.receiptActions {
  gap: 10px;
}
.confirmActions button,
.receiptActions button,
.receiptAdminTools a,
.receiptAdminTools button {
  border-radius: 14px;
}
.receiptTopline {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
}
.receiptSuccessMark {
  width: 52px;
  height: 52px;
  background: #3182f6;
  box-shadow: 0 12px 28px rgba(49, 130, 246, 0.24);
}
.receiptCodeBox {
  border-color: #d9edff;
  border-radius: 18px;
  padding: 16px 18px;
  background: #f2f7ff;
}
.receiptCodeBox small {
  color: #1b64da;
  font-size: 13px;
}
.receiptCodeBox strong {
  color: #191f28;
  font-size: 17px;
}
.receiptNextAction {
  border-radius: 18px;
  padding: 18px;
  background: #f9fafb;
}
.receiptNextAction strong {
  color: #191f28;
  font-size: 21px;
}
.receiptActions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.receiptActions .submitBtn {
  grid-column: 1 / -1;
}
.receiptAdminTools {
  border-top: 0;
  border-radius: 16px;
  background: #f9fafb;
}
.receiptAdminTools summary {
  min-height: 46px;
  padding: 0 14px;
  color: #6b7684;
}
.receiptAdminTools > div {
  padding: 0 14px 14px;
}
.receiptToast {
  border-radius: 14px;
  color: #1b64da;
  background: #f2f7ff;
}
.receiptDialog {
  width: min(620px, 100%);
  gap: 20px;
}
.receiptTopline {
  align-items: center;
}
.receiptSuccessMark {
  border-radius: 18px;
}
.receiptHero h2 {
  font-size: clamp(34px, 5.4vw, 48px);
}
.receiptHero p {
  max-width: 440px;
  line-height: 1.5;
}
.receiptCodeBox {
  border: 0;
  border-radius: 24px;
  padding: 22px 24px;
  background: #f2f7ff;
}
.receiptCodeBox small {
  color: #1b64da;
  font-size: 12px;
  font-weight: 900;
}
.receiptCodeBox strong {
  display: block;
  margin-top: 6px;
  color: #191f28;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}
.receiptSummaryList {
  border-radius: 20px;
}
.receiptSummaryList > div {
  min-height: 62px;
}
.receiptNextAction {
  border: 1px solid #d9edff;
  border-radius: 22px;
  padding: 20px 22px;
  background: #ffffff;
}
.receiptNextAction span {
  color: #1b64da;
}
.receiptNextAction strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.25;
}
.receiptNextAction small {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}
.receiptActions {
  gap: 8px;
}
.receiptActions button {
  min-height: 50px;
}
.receiptActions .submitBtn {
  min-height: 54px;
  margin-top: 2px;
}
.receiptAdminTools {
  border: 1px solid #edf0f3;
  background: #fbfcfd;
}
.receiptAdminTools summary {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 850;
}
.receiptAdminTools > div {
  gap: 8px;
}
.receiptToast {
  padding: 12px 14px;
  font-style: normal;
  font-weight: 850;
}
.confirmDialog {
  width: min(600px, 100%);
  gap: 18px;
}
.confirmHero {
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 18px;
}
.confirmHero span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  color: #1b64da;
  background: #f2f7ff;
  font-size: 12px;
}
.confirmHero h2 {
  font-size: clamp(34px, 5.2vw, 46px);
}
.confirmHero p {
  max-width: 480px;
  line-height: 1.5;
}
.confirmSummaryList.compact {
  border: 0;
  border-radius: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.confirmSummaryList.compact > div {
  min-height: 68px;
  border-top: 1px solid #edf0f3;
  border-left: 0;
  padding: 14px 0;
}
.confirmSummaryList.compact > div:nth-child(even) {
  padding-left: 18px;
}
.confirmSummaryList.compact > div:nth-child(odd) {
  padding-right: 18px;
}
.confirmSummaryList.compact dt {
  color: #8b95a1;
}
.confirmSummaryList.compact dd {
  margin-top: 4px;
  font-size: 18px;
}
.confirmFighterDetails {
  border-radius: 18px;
  background: #fbfcfd;
}
.confirmFighterDetails summary {
  min-height: 58px;
}
.confirmNotice {
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 16px 18px;
  background: #ffffff;
  line-height: 1.55;
}
.confirmActions {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 10px;
}
.confirmActions button {
  min-height: 54px;
}
.confirmActions .secondaryStep {
  color: #4e5968;
  background: #f6f8fb;
}
.confirmActions .submitBtn {
  font-size: 16px;
}
@media (max-width: 560px) {
  .confirmSummaryList.compact,
  .confirmActions {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList.compact > div:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .confirmOverlay {
    padding: 10px;
    align-items: end;
  }
  .confirmDialog,
  .receiptDialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 22px 22px 0 0;
    padding: 22px 18px;
    overflow: auto;
  }
  .confirmSummaryList.compact,
  .receiptSummaryList,
  .confirmFighters,
  .confirmActions,
  .receiptActions,
  .receiptAdminTools > div {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList > div:nth-child(n),
  .receiptSummaryList > div:nth-child(n) {
    border-left: 0;
    border-top: 1px solid #edf0f3;
    padding: 14px 16px;
  }
  .confirmSummaryList > div:first-child,
  .receiptSummaryList > div:first-child {
    border-top: 0;
  }
  .receiptTopline {
    grid-template-columns: 1fr;
  }
  .receiptCodeBox {
    padding: 20px;
  }
  .receiptActions {
    grid-template-columns: 1fr;
  }
}
.hostRequestReview .hostSubmitButton:hover:not(:disabled) {
  background: #1b64da;
}
.hostSubmitResultClean {
  box-shadow: none;
}
.hostCreatePage {
  background: #f7f8fa;
}
.hostCreateHero {
  padding-bottom: 84px;
  background: #191f28;
}
.hostCreateHero > div {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.hostCreateHero h1 {
  max-width: 760px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
}
.hostCreateHero .lead {
  max-width: 580px;
  color: #b0b8c1;
  font-size: 18px;
}
@media (max-width: 980px) {
  .hostRequestWorkbench {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    margin-top: -34px;
  }
  .hostRequestReview {
    position: static;
    order: 0;
  }
  .hostChoiceRail,
  .hostModePreview,
  .hostFieldPair,
  .hostSettlementCompact,
  .hostSegmented,
  .hostSegmented.sub {
    grid-template-columns: 1fr;
  }
  .hostScaleCostPreview,
  .hostFeeNote.compact {
    grid-template-columns: 1fr;
  }
  .hostChoiceRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hostChoiceRail button {
    min-height: 76px;
  }
  .hostModePreview dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hostCreateHero > div {
    width: min(100% - 28px, 720px);
  }
}
@media (max-width: 640px) {
  .hostRequestForm {
    border-radius: 14px;
    padding: 18px;
  }
  .hostRequestTop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
  }
  .hostRequestTop > div {
    grid-column: 1;
    grid-row: 1;
  }
  .hostRequestTop > button {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 36px;
    align-self: start;
    padding-inline: 12px;
  }
  .hostRequestTop h2 {
    font-size: 25px;
  }
  .hostEssentialsGroup,
  .hostContactGroup {
    border-radius: 16px;
    padding: 14px;
  }
  .hostChoiceRail {
    grid-template-columns: 1fr;
  }
  .hostModePreview {
    border-radius: 18px;
    padding: 16px;
  }
  .hostModePreview dl {
    grid-template-columns: 1fr;
  }
  .hostModePreview dd {
    white-space: normal;
  }
  .hostStartSteps {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 12px;
  }
  .hostStartSteps span:not(:last-child)::after {
    display: none;
  }
  .hostFormBlockHead {
    display: grid;
  }
  .hostRequiredStatus {
    display: grid;
    justify-content: stretch;
    padding-block: 12px;
  }
  .hostRequiredStatus strong {
    text-align: left;
  }
  .hostGuidePreset {
    grid-template-columns: 1fr;
  }
  .hostGuidePreset button {
    width: 100%;
  }
  .hostFormBlockHead strong {
    text-align: left;
  }
  .hostReviewList div {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .hostSubmitActions {
    grid-template-columns: 1fr;
  }
}
* {
  box-sizing: border-box;
}
:root {
  --zenos-blue: #3182f6;
  --zenos-blue-strong: #1b64da;
  --zenos-blue-soft: #e8f3ff;
  --zenos-ink: #191f28;
  --zenos-text: #333d4b;
  --zenos-muted: #6b7684;
  --zenos-line: #e5e8eb;
  --zenos-surface: #ffffff;
  --zenos-canvas: #f2f4f6;
  color: var(--zenos-ink);
  background: var(--zenos-canvas);
  font-family:
    "Pretendard Variable",
    Pretendard,
    "Noto Sans KR",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--zenos-ink);
  background: var(--zenos-canvas);
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  border: 0;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}
button:active:not(:disabled),
a:active {
  transform: scale(0.98);
}
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(49, 130, 246, 0.24);
  outline-offset: 2px;
}
a {
  color: inherit;
  text-decoration: none;
}
.hero {
  min-height: 620px;
  background: #101827;
  color: white;
  padding: 24px clamp(18px, 5vw, 72px) 46px;
}
nav {
  max-width: 1160px;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #e3375f;
  font-weight: 950;
}
nav a {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}
.navLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.navLinks button {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 16px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}
.directoryHero {
  min-height: 440px;
  padding: 24px clamp(18px, 5vw, 72px) 46px;
  color: white;
  background: #101827;
}
.hostCreatePage {
  min-height: 100vh;
  background: #eef3f9;
}
.hostCreateHero {
  padding: 18px clamp(18px, 5vw, 72px) 26px;
  color: white;
  background: #101827;
}
.hostCreateHero nav {
  margin-bottom: 26px;
}
.hostCreateHero .logo {
  color: white;
}
.hostCreateHero h1 {
  max-width: 680px;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.08;
}
.hostCreateHero .lead {
  max-width: 620px;
  margin-top: 12px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}
.directoryHeroGrid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  align-items: start;
}
.directoryHeroMain {
  display: grid;
  align-content: end;
}
.directoryHero h1 {
  max-width: 760px;
  margin: 14px 0 10px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
}
.directoryHero .lead {
  max-width: 660px;
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}
.directoryProductBar {
  max-width: 820px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.directoryProductBar a,
.directoryProductBar button {
  min-height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 5px;
  text-align: left;
  color: white;
  background: #162033;
  cursor: pointer;
}
.directoryProductBar button.primary {
  border-color: rgba(54, 211, 153, 0.42);
  background: #0d3b31;
}
.directoryProductBar button:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}
.directoryProductBar svg {
  color: #36d399;
}
.directoryProductBar strong {
  font-size: 17px;
}
.directoryProductBar span {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 850;
}
.directorySearch {
  max-width: 1080px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 8px;
  display: grid;
  grid-template-columns: 28px minmax(220px, 1fr) repeat(3, minmax(132px, 160px));
  gap: 8px;
  align-items: center;
  background: #111b2c;
}
.directorySearch svg {
  color: #36d399;
}
.directorySearch input,
.directorySearch select {
  border-color: rgba(255, 255, 255, 0.12);
  color: white;
  background: rgba(15, 23, 42, 0.72);
}
.directorySearch input::placeholder {
  color: #94a3b8;
}
.directoryCommandCard {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  gap: 10px;
  background: #141f31;
}
.commandHeader {
  display: grid;
  gap: 6px;
}
.commandHeader span {
  color: #36d399;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.commandHeader strong {
  font-size: 21px;
  line-height: 1.25;
}
.directoryStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.directoryStats div {
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  background: #0f172a;
}
.directoryStats strong {
  font-size: 26px;
}
.directoryStats span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
}
.directorySignalPanel {
  border: 1px solid rgba(54, 211, 153, 0.28);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: rgba(6, 78, 59, 0.28);
}
.directorySignalPanel span,
.directorySignalGrid span {
  color: #a7f3d0;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.directorySignalPanel strong {
  color: white;
  font-size: 16px;
  line-height: 1.25;
}
.directorySignalPanel small {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.directorySignalGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.directorySignalGrid div {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  background: #0f172a;
}
.directorySignalGrid strong {
  color: white;
  font-size: 17px;
}
.directoryValueStrip {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.directoryValueStrip span {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.56);
  font-size: 13px;
  font-weight: 850;
}
.directoryValueStrip strong {
  color: #36d399;
  font-weight: 950;
}
.commandFlow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.commandFlow span {
  min-height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #dbeafe;
  background: #0f172a;
  font-size: 12px;
  font-weight: 950;
}
.directoryContent,
.hostPanel {
  max-width: 1160px;
  margin: 0 auto;
  padding: 46px clamp(18px, 4vw, 32px) 0;
}
.eventGrid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.resumeDraftPanel {
  margin-top: 18px;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  background:
    linear-gradient(
      135deg,
      #ecfdf5,
      #ffffff);
}
.resumeDraftPanel > div:first-child {
  display: grid;
  align-content: center;
  gap: 5px;
}
.resumeDraftPanel > div:first-child span {
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}
.resumeDraftPanel > div:first-child strong {
  color: #064e3b;
  font-size: 18px;
  line-height: 1.25;
}
.resumeDraftList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.resumeDraftItem {
  min-height: 78px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  background: white;
}
.resumeDraftItem:hover {
  border-color: #10b981;
  background: #f0fdf4;
}
.resumeDraftMain {
  min-width: 0;
  padding: 2px;
  display: grid;
  gap: 4px;
  color: #101827;
  background: transparent;
  text-align: left;
}
.resumeDraftDismiss {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 10px;
  color: #be123c;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 950;
}
.resumeDraftDismiss:hover {
  color: white;
  background: #e11d48;
}
.resumeDraftList span,
.resumeDraftList small {
  min-width: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resumeDraftList strong {
  min-width: 0;
  color: #065f46;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryResultBar {
  margin-top: 16px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  background: white;
}
.directoryResultLead {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.directoryResultLead span {
  color: #36a882;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.directoryResultLead strong {
  color: #101827;
  font-size: 18px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryResultLead small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}
.directoryResultSignals {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.directoryResultSignals span {
  min-height: 32px;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  background: #f6f8fb;
  font-size: 12px;
  font-weight: 900;
}
.directoryResultSignals strong {
  color: #101827;
}
.directoryResultBar button {
  min-height: 36px;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  padding: 0 13px;
  color: #be123c;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.directoryResultBar button:hover {
  color: white;
  background: #e11d48;
}
.directoryQuickFilters {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.directoryQuickFilters button {
  min-height: 38px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  padding: 0 14px;
  color: #475569;
  background: white;
  font-size: 13px;
  font-weight: 950;
}
.directoryQuickFilters button.active {
  border-color: #0f766e;
  color: white;
  background: #0f766e;
}
.directoryQuickFilters button.reset {
  margin-left: auto;
  border-color: #fecdd3;
  color: #be123c;
  background: #fff1f2;
}
.directoryQuickFilters button.reset:hover {
  color: white;
  background: #e11d48;
}
.directorySortBar {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.directorySortBar span {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.directorySortBar button {
  min-height: 34px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  padding: 0 12px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 950;
}
.directorySortBar button.active {
  border-color: #101827;
  color: white;
  background: #101827;
}
.publicEventCard {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 12px;
  background: white;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.publicEventCard.freeEvent {
  border-color: #a7f3d0;
}
.publicEventCard.infoOnlyEvent {
  border-color: #bae6fd;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbff 100%);
}
.eventThumb {
  position: relative;
  min-height: 136px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
  background:
    linear-gradient(
      135deg,
      rgba(227, 55, 95, 0.86),
      rgba(16, 24, 39, 0.88)),
    radial-gradient(
      circle at 78% 18%,
      rgba(54, 211, 153, 0.42),
      transparent 36%);
}
.eventThumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.eventThumb.hasImage::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.08),
      rgba(15, 23, 42, 0.36));
}
.eventThumb div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
}
.eventThumb div span {
  border-radius: 999px;
  padding: 7px 11px;
  color: #101827;
  background: white;
  font-size: 12px;
  font-weight: 950;
}
.eventThumb div strong {
  font-size: 38px;
  letter-spacing: 0;
}
.cardBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.eventCardCore,
.eventCardStatus,
.cardBottom {
  margin-left: 6px;
  margin-right: 6px;
}
.eventCardCore {
  display: grid;
  gap: 10px;
}
.eventCardTitle {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.eventCardTitle > span {
  width: fit-content;
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicEventCard h3 {
  margin: 0;
  color: #101827;
  font-size: 21px;
  line-height: 1.24;
  word-break: keep-all;
}
.publicEventCard p {
  margin: 0;
  color: #64748b;
  font-weight: 850;
}
.eventCardFacts {
  border-top: 1px solid #eef2f7;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.eventCardFacts div {
  min-height: 38px;
  padding: 0;
  display: grid;
  align-content: center;
  gap: 4px;
}
.eventCardFacts span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}
.eventCardFacts strong {
  min-width: 0;
  color: #101827;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventCardStatus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.eventCardStatus strong,
.eventCardStatus span,
.eventCardStatus em {
  min-height: 24px;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: #6b7684;
  background: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}
.eventCardStatus strong.open {
  color: #065f46;
  background: #d1fae5;
}
.eventCardStatus strong.info {
  color: #075985;
  background: #e0f2fe;
}
.eventCardStatus em {
  color: #3182f6;
  background: transparent;
}
.infoOnlyPanel {
  display: grid;
  gap: 18px;
}
.infoOnlyNotice {
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  gap: 8px;
  background:
    linear-gradient(
      135deg,
      #f0f9ff,
      #ffffff);
}
.infoOnlyNotice span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 950;
}
.infoOnlyNotice strong {
  color: #101827;
  font-size: 24px;
  line-height: 1.25;
}
.infoOnlyNotice p {
  margin: 0;
  color: #475569;
  font-weight: 850;
  line-height: 1.55;
}
.infoOnlyGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.infoOnlyGrid article {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 15px;
  display: grid;
  gap: 7px;
  background: white;
}
.infoOnlyGrid article div {
  color: #0ea5e9;
}
.infoOnlyGrid span {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.infoOnlyGrid strong {
  color: #101827;
  font-size: 18px;
  line-height: 1.28;
}
.infoOnlyGrid p {
  margin: 0;
  color: #526173;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}
.infoOnlyActions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.infoOnlyActions .submitBtn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media (max-width: 900px) {
  .infoOnlyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .infoOnlyGrid,
  .infoOnlyActions {
    grid-template-columns: 1fr;
  }
  .infoOnlyActions {
    display: grid;
    justify-content: stretch;
  }
}
.eventMetaGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.eventMetaGrid span {
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
}
.eventMetaGrid svg {
  color: #e3375f;
  flex: 0 0 auto;
}
.eventNextAction {
  margin: -2px 6px 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 9px 11px;
  display: grid;
  gap: 3px;
  background: #f8fafc;
}
.eventNextAction span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.eventNextAction strong {
  color: #101827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}
.cardBottom {
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}
.cardBottom strong {
  display: grid;
  gap: 2px;
  font-size: 21px;
}
.cardBottom strong small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.cardBottom button {
  min-height: 44px;
  border-radius: 8px;
  padding: 0 14px;
  color: white;
  background: #e3375f;
  font-weight: 950;
}
.cardBottom button.muted {
  color: #334155;
  background: #e2e8f0;
}
.emptyDirectory {
  margin-top: 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 28px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #64748b;
  background: white;
  text-align: center;
  font-weight: 900;
}
.emptyDirectory button {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 16px;
  color: white;
  background: #0f766e;
  font-size: 13px;
  font-weight: 950;
}
.directoryHostPrompt {
  margin-top: 22px;
  border-top: 1px solid #e9edf1;
  border-radius: 0;
  padding: 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6b7684;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
}
.directoryHostPrompt a {
  min-height: 34px;
  border: 1px solid #d9edff;
  border-radius: 999px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b64da;
  background: #f2f7ff;
  white-space: nowrap;
  font-weight: 850;
}
.hostPanel {
  margin-top: 24px;
  margin-bottom: 68px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(220px, 0.42fr);
  gap: 22px;
  align-items: start;
  background: white;
}
.hostPanelStandalone {
  margin-top: -10px;
  position: relative;
  z-index: 2;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}
.hostPanelGuide {
  padding: 2px 4px 0 0;
}
.hostPanel h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.18;
}
.hostPanel p {
  color: #526173;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}
.approvalSteps {
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}
.approvalSteps li {
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 2px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.approvalSteps span {
  grid-row: span 2;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
}
.approvalSteps strong {
  color: #101827;
  font-size: 13px;
  line-height: 1.25;
}
.approvalSteps small {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.hostInquiryCard {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.hostInquiryHeader {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hostInquiryHeader div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.hostInquiryHeader span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostInquiryHeader strong {
  color: #101827;
  font-size: 17px;
  line-height: 1.25;
}
.hostProgressLine {
  width: min(300px, 100%);
  display: grid;
  grid-template-columns: minmax(86px, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.hostProgressLine::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
}
.hostProgressLine i {
  grid-column: 1;
  grid-row: 1;
  height: 5px;
  border-radius: 999px;
  background: #101827;
}
.hostProgressLine small {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}
.hostDraftTools {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.hostDraftTools em {
  padding: 0;
  color: #64748b;
  background: transparent;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}
.hostDraftTools button {
  min-height: 28px;
  border: 1px solid #d8e1ee;
  border-radius: 6px;
  padding: 0 10px;
  color: #475569;
  background: #f8fafc;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}
.hostDraftTools button:hover {
  border-color: #fb7185;
  color: #be123c;
  background: #fff1f2;
}
.hostPresetBox {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.hostPresetBox > div:first-child {
  display: grid;
  gap: 3px;
}
.hostPresetBox span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostPresetBox strong {
  color: #101827;
  font-size: 15px;
}
.hostPresetBox p {
  margin: 0;
  color: #526173;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}
.hostPresetGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #f8fafc;
}
.hostPresetGrid button {
  min-height: 70px;
  border: 0;
  border-right: 1px solid #d8e1ee;
  border-radius: 0;
  padding: 10px 12px;
  position: relative;
  display: grid;
  align-content: center;
  gap: 3px;
  color: #101827;
  background: transparent;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
}
.hostPresetGrid button:last-child {
  border-right: 0;
}
.hostPresetGrid button:hover {
  background: #eef2f7;
  transform: none;
}
.hostPresetGrid button.active {
  color: white;
  background: #101827;
  box-shadow: none;
}
.hostPresetGrid button span {
  width: fit-content;
  border-radius: 0;
  padding: 0;
  color: #64748b;
  background: transparent;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.hostPresetGrid button.active span,
.hostPresetGrid button.active small {
  color: #cbd5e1;
}
.hostPresetGrid button strong {
  font-size: 12px;
  line-height: 1.25;
}
.hostPresetGrid button small {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
}
.hostProvincialPanel {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  background: #f8fafc;
}
.hostProvincialPanel > div:first-child {
  display: grid;
  gap: 3px;
}
.hostProvincialPanel span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}
.hostProvincialPanel strong {
  color: #101827;
  font-size: 14px;
  line-height: 1.3;
}
.hostProvincialPanel > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.hostProvincialPanel small {
  border: 1px solid #d8e1ee;
  border-radius: 6px;
  padding: 7px 9px;
  color: #475569;
  background: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}
.hostPricingGuide {
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.hostPricingGuide summary {
  min-height: 38px;
  padding: 8px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.hostPricingGuide summary::-webkit-details-marker {
  display: none;
}
.hostPricingGuide summary span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostPricingGuide summary strong {
  color: #475569;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.hostPricingGuide[open] summary {
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}
.hostPricingTable {
  padding: 8px 0 10px;
  display: grid;
  gap: 0;
}
.hostPricingTable > div {
  min-height: 34px;
  display: grid;
  grid-template-columns: minmax(74px, 0.8fr) repeat(2, minmax(90px, 1fr));
  gap: 8px;
  align-items: center;
}
.hostPricingTable > div:not(.head) {
  border-bottom: 1px solid #e2e8f0;
  padding: 7px 2px;
  background: white;
}
.hostPricingTable > div:last-child {
  border-bottom: 0;
}
.hostPricingTable .head {
  padding: 0 2px 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostPricingTable span {
  color: #475569;
  font-size: 12px;
  font-weight: 950;
}
.hostPricingTable strong {
  color: #101827;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}
.hostPricingGuide p {
  margin: 0;
  padding: 0 2px 12px;
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}
.hostInquiryGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hostBasicFields {
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
  display: grid;
  gap: 10px;
}
.hostSectionLabel {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.hostSectionLabel span {
  color: #101827;
  font-size: 13px;
  font-weight: 950;
}
.hostSectionLabel strong {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-align: right;
}
.hostFieldTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.hostFieldTitle em {
  border-radius: 999px;
  padding: 2px 7px;
  color: #101827;
  background: #e2e8f0;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}
.hostFieldTitle em.optional {
  color: #64748b;
  background: #f1f5f9;
}
.hostModeBox {
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 10px;
  background: #f0f9ff;
}
.hostModeBox > span {
  color: #075985;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.hostModeGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.hostModeGrid label {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  gap: 5px;
  background: white;
}
.hostModeGrid label.active {
  border-color: #0284c7;
  background: #e0f2fe;
}
.hostModeGrid input {
  width: 16px;
  height: 16px;
}
.hostModeGrid strong {
  color: #101827;
  font-size: 13px;
}
.hostModeGrid small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.hostAdvancedToggle {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background: #ffffff;
}
.hostAdvancedToggle div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.hostAdvancedToggle span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostAdvancedToggle strong {
  color: #101827;
  font-size: 13px;
}
.hostAdvancedToggle p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.45;
}
.hostAdvancedToggle button {
  min-width: 58px;
  min-height: 32px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  padding: 0 12px;
  color: #101827;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 950;
}
.hostAdvancedToggle button:hover {
  color: white;
  background: #101827;
}
.hostAdvancedFields {
  display: grid;
  gap: 10px;
}
.hostEventInfoBox {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.hostEventInfoBox > span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostPublicPreview {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 11px;
  display: grid;
  gap: 7px;
  background: #f8fafc;
  box-shadow: none;
}
.hostPublicPreview > div:first-child,
.hostPublicPreview > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hostPublicPreview span,
.hostPublicPreview em,
.hostPublicPreview small {
  border-radius: 6px;
  padding: 4px 7px;
  color: #475569;
  background: #eef2f7;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}
.hostPublicPreview em {
  color: #be123c;
  background: #ffe4e6;
}
.hostPublicPreview strong {
  color: #101827;
  font-size: 19px;
  line-height: 1.25;
}
.hostPublicPreview p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 850;
}
.hostPublicPreview small {
  color: #475569;
  background: #f1f5f9;
}
.hostSupportBox {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.hostSupportBox > span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostSupportGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.hostSupportGrid label {
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: transparent;
}
.hostSupportGrid label:last-child {
  border-right: 0;
}
.hostSupportGrid label.active {
  color: white;
  background: #101827;
}
.hostSupportGrid input {
  width: 16px;
  height: 16px;
}
.hostSupportGrid strong {
  color: #101827;
  font-size: 13px;
}
.hostSupportGrid label.active strong {
  color: white;
}
.hostSupportGrid small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.hostSupportGrid label.active small {
  color: #cbd5e1;
}
.hostSupportBox em {
  border-radius: 8px;
  padding: 8px 10px;
  color: #475569;
  background: #f8fafc;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}
.hostPromotionNotice {
  border: 1px solid #d9e8ff;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 6px;
  color: #1b64da;
  background: #f7fbff;
}
.hostPromotionNotice strong {
  color: #191f28;
  font-size: 15px;
  line-height: 1.3;
}
.hostPromotionNotice span {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
.hostFeePolicyBox {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.hostFeeQuestion {
  display: grid;
  gap: 4px;
}
.hostFeeQuestion span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostFeeQuestion strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.25;
}
.hostFeeQuestion p {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}
.hostFeePlanGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.hostFeePlanGrid label {
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: transparent;
}
.hostFeePlanGrid label:last-child {
  border-right: 0;
}
.hostFeePlanGrid label.active {
  color: white;
  background: #101827;
}
.hostFeePlanGrid input {
  width: 16px;
  height: 16px;
}
.hostFeePlanGrid strong,
.hostPolicyCheck strong {
  color: #101827;
  font-size: 13px;
}
.hostFeePlanGrid label.active strong,
.hostFeePlanGrid label.active small {
  color: white;
}
.hostFeePlanGrid small,
.hostPolicyCheck small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.hostSettlementBox {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 11px;
  display: grid;
  gap: 9px;
  background: #f8fafc;
}
.hostSettlementBox > span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostSettlementBox p {
  margin: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}
.hostSettlementGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: white;
}
.hostSettlementGrid label {
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: transparent;
}
.hostSettlementGrid label:last-child {
  border-right: 0;
}
.hostSettlementGrid label.active {
  color: white;
  background: #101827;
}
.hostSettlementGrid input {
  width: 16px;
  height: 16px;
}
.hostSettlementGrid strong {
  color: #101827;
  font-size: 13px;
}
.hostSettlementGrid label.active strong,
.hostSettlementGrid label.active small {
  color: white;
}
.hostSettlementGrid small {
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.hostSettlementEstimate {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  background: white;
}
.hostSettlementEstimate span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: none;
}
.hostSettlementEstimate strong {
  justify-self: end;
  color: #101827;
  font-size: 16px;
}
.hostSettlementEstimate small {
  grid-column: 1 / -1;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}
.hostSettlementEstimate.accent {
  border-color: #e2e8f0;
  background: white;
}
.hostSettlementEstimate.accent span,
.hostSettlementEstimate.accent small {
  color: #64748b;
}
.hostSettlementEstimate.accent strong {
  color: #101827;
}
.hostPolicyCheck {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  background: #f8fafc;
}
.hostPolicyIssue {
  border-radius: 8px;
  padding: 9px 11px;
  color: #9f1239;
  background: #ffe4e6;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}
.hostReviewSummary {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.hostReviewSummary summary {
  min-height: 46px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.hostReviewSummary summary::-webkit-details-marker {
  display: none;
}
.hostReviewSummary summary::after {
  content: "\bcf4\ae30";
  border-radius: 6px;
  padding: 4px 8px;
  color: #475569;
  background: #eef2f7;
  font-size: 11px;
  font-weight: 850;
}
.hostReviewSummary[open] summary::after {
  content: "\c811\ae30";
}
.hostReviewSummary summary span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostReviewSummary summary strong {
  color: #101827;
  font-size: 14px;
  text-align: right;
}
.hostReviewGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 12px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.hostReviewGrid article {
  min-height: 54px;
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 9px 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  background: #f8fafc;
}
.hostReviewGrid article:nth-child(2n) {
  border-right: 0;
}
.hostReviewGrid article:nth-last-child(-n+2) {
  border-bottom: 0;
}
.hostReviewGrid article.ready {
  background: #f8fafc;
}
.hostReviewGrid article.todo {
  background: #fff7f7;
}
.hostReviewGrid span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}
.hostReviewGrid strong {
  color: #101827;
  font-size: 13px;
  line-height: 1.28;
}
.hostBusinessPreview {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 11px 12px;
  display: grid;
  gap: 4px;
  background: #f8fafc;
  margin: 0 12px 10px;
}
.hostBusinessPreview span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}
.hostBusinessPreview strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.25;
}
.hostBusinessPreview small {
  color: #526174;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}
.hostBusinessPreview.free {
  border-color: #a7f3d0;
  background: #f0fdf4;
}
.hostBusinessPreview.paid {
  border-color: #bae6fd;
  background: #f0f9ff;
}
.hostBusinessPreview.extra {
  border-color: #fed7aa;
  background: #fff7ed;
}
.hostReviewSummary p {
  margin: 0 12px 12px;
  border-radius: 8px;
  padding: 9px 11px;
  color: #9f1239;
  background: #ffe4e6;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}
.hostSubmitDock {
  border-top: 1px solid #d8e1ee;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  gap: 10px 14px;
  align-items: center;
}
.hostSubmitDockMain {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.hostSubmitDockMain span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.hostSubmitDockMain strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.3;
}
.hostSubmitDockMain small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}
.hostSubmitDock.ready .hostSubmitDockMain span,
.hostSubmitDock.ready .hostSubmitDockMain small {
  color: #047857;
}
.hostSubmitDockChecks {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hostSubmitDockChecks span {
  min-height: 28px;
  border-radius: 6px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 850;
}
.hostSubmitDockChecks span.ready {
  color: #047857;
  background: #ecfdf5;
}
.hostSubmitDockChecks span.todo {
  color: #be123c;
  background: #fff1f2;
}
.hostOutcomePanel {
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 13px;
  display: grid;
  gap: 9px;
  background:
    linear-gradient(
      135deg,
      #eff6ff,
      #f8fafc);
}
.hostOutcomePanel > span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.hostOutcomePanel > strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.35;
}
.hostOutcomePanel > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.hostOutcomePanel small {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 9px;
  color: #1e3a8a;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}
textarea {
  width: 100%;
  min-height: 96px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 12px 13px;
  color: #111827;
  background: white;
  font-weight: 850;
  resize: vertical;
}
.hostSubmitButton {
  min-height: 50px;
  border-radius: 8px;
  padding: 0 18px;
  color: white;
  background: #101827;
  font-weight: 950;
  white-space: nowrap;
}
.hostSubmitButton:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}
.hostSubmitResult em {
  border-radius: 8px;
  padding: 9px 11px;
  color: #065f46;
  background: #d1fae5;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}
.hostSubmitResult {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  gap: 14px;
  background: #ffffff;
}
.hostSubmitResult > div:first-child {
  display: grid;
  gap: 4px;
}
.hostSubmitResult span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 850;
  text-transform: none;
}
.hostSubmitResult strong {
  color: #191f28;
  font-size: 20px;
  line-height: 1.25;
}
.hostSubmitResult p {
  margin: 0;
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}
.hostSubmitActions {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.75fr));
  gap: 8px;
}
.hostSubmitActions button {
  min-height: 42px;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #4e5968;
  background: #f9fafb;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.hostSubmitActions button:hover {
  border-color: #d9edff;
  color: #1b64da;
  background: #f2f7ff;
}
.hostHandoffLink {
  min-height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.heroGrid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 420px;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
}
.lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: #cbd5e1;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 750;
}
.eventQuickFacts {
  max-width: 760px;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.eventQuickFacts span {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e2e8f0;
  background: #152033;
  font-size: 14px;
  font-weight: 900;
}
.eventQuickFacts svg {
  color: #36d399;
  flex: 0 0 auto;
}
.heroEntryRail {
  max-width: 760px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.heroEntryRail div {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 9px 11px;
  display: grid;
  align-content: center;
  gap: 2px;
  background: rgba(21, 32, 51, 0.84);
}
.heroEntryRail div.done {
  border-color: rgba(54, 211, 153, 0.38);
  background: rgba(6, 95, 70, 0.2);
}
.heroEntryRail.bracket div {
  border-color: rgba(56, 189, 248, 0.22);
  background: rgba(12, 42, 59, 0.42);
}
.heroEntryRail.bracket div.done {
  border-color: rgba(54, 211, 153, 0.42);
  background: rgba(6, 95, 70, 0.24);
}
.heroEntryRail span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 950;
}
.heroEntryRail strong {
  color: white;
  font-size: 17px;
}
.ctaRow {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.primary,
.secondary {
  min-height: 52px;
  border-radius: 8px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 950;
}
.primary {
  background: #e3375f;
}
.secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.disabledLink {
  opacity: 0.62;
}
.eventCard {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: #172133;
  display: grid;
  gap: 12px;
}
.eventPosterPreview {
  position: relative;
  min-height: 190px;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
  background:
    linear-gradient(
      135deg,
      rgba(227, 55, 95, 0.82),
      rgba(16, 24, 39, 0.92)),
    radial-gradient(
      circle at 80% 18%,
      rgba(54, 211, 153, 0.4),
      transparent 38%);
}
.eventPosterPreview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventPosterPreview.hasImage::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.02),
      rgba(15, 23, 42, 0.32));
}
.eventPosterPreview div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.eventPosterPreview span {
  border-radius: 999px;
  padding: 7px 11px;
  color: #101827;
  background: white;
  font-size: 12px;
  font-weight: 950;
}
.eventPosterPreview strong {
  font-size: 44px;
  line-height: 1;
}
.eventPosterPreview small {
  max-width: 240px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  line-height: 1.35;
}
.eventPosterCarousel {
  display: block;
}
.eventPosterCarousel.hasImage::after {
  z-index: 1;
  pointer-events: none;
}
.eventPosterTrack {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.eventPosterPreview > .eventPosterTrack {
  width: 100%;
  display: flex;
  justify-items: normal;
  gap: 0;
  text-align: left;
}
.eventPosterTrack::-webkit-scrollbar {
  display: none;
}
.eventPosterSlide {
  position: relative;
  min-width: 100%;
  height: 100%;
  margin: 0;
  scroll-snap-align: center;
  overflow: hidden;
}
.eventPosterSlide figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  padding: 8px 12px;
  color: #191f28;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}
.eventPosterCounter {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 11px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.52);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.eventPosterNav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #191f28;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
  transform: translateY(-50%);
  cursor: pointer;
}
.eventPosterNav.previous {
  left: 16px;
}
.eventPosterNav.next {
  right: 16px;
}
.eventPosterDots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 9px;
  display: flex;
  gap: 7px;
  background: rgba(15, 23, 42, 0.32);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}
.eventPosterDots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
}
.eventPosterDots button.active {
  width: 20px;
  border-radius: 999px;
  background: #ffffff;
}
.eventBadge {
  justify-self: start;
  border-radius: 999px;
  padding: 8px 12px;
  background: #203e31;
  color: #36d399;
  font-weight: 950;
}
.infoRow {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 32px 82px 1fr;
  align-items: center;
  gap: 10px;
}
.infoRow div {
  color: #36d399;
}
.infoRow span,
.feeBox span {
  color: #94a3b8;
  font-weight: 800;
}
.feeBox {
  border-radius: 8px;
  padding: 14px;
  background: #e3375f;
}
.feeBox.free {
  background: #d1fae5;
}
.feeBox.free span {
  color: #047857;
}
.feeBox strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
}
.feeBox.free strong {
  color: #064e3b;
}
.feeBox p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}
.feeBox.free p {
  color: #047857;
}
.eventActionPanel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  gap: 14px;
  background: rgba(15, 23, 42, 0.42);
}
.eventActionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.eventActionHead span {
  border-radius: 999px;
  padding: 6px 10px;
  color: #36d399;
  background: rgba(54, 211, 153, 0.13);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.eventActionHead strong {
  color: white;
  font-size: 19px;
  line-height: 1.25;
  text-align: right;
}
.eventActionList {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
}
.eventActionList div {
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.eventActionList dt {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 850;
}
.eventActionList dd {
  overflow: hidden;
  margin: 0;
  color: white;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventActionButtons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}
.eventActionButtons button,
.eventActionButtons a {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}
.eventActionButtons a.primary {
  border-color: var(--zenos-blue);
  background: var(--zenos-blue);
}
.eventActionButtons a.muted,
.eventActionButtons button:disabled {
  opacity: 0.62;
}
.eventActionToast {
  margin: -4px 0 0;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}
.statsBand {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid #e5e8eb;
  border-bottom: 1px solid #e5e8eb;
  border-radius: 0;
  padding: 0 max(18px, calc((100vw - 1040px) / 2));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #ffffff;
  box-shadow: none;
}
.statsBand div {
  min-height: 72px;
  border-right: 1px solid #e5e8eb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
}
.statsBand div:last-child {
  border-right: 0;
}
.statsBand strong {
  color: var(--zenos-ink);
  font-size: 22px;
}
.statsBand span {
  margin: 0;
  color: var(--zenos-muted);
  font-size: 13px;
  font-weight: 700;
}
.eventBrief {
  max-width: 1160px;
  margin: 18px auto 0;
  padding: 0 clamp(18px, 4vw, 32px);
}
.briefDecision {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(280px, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.briefDecision.ready {
  border-color: #c8dcff;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbff 100%);
}
.briefDecisionCopy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.briefDecisionCopy span {
  color: var(--zenos-blue-strong);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.briefDecisionCopy strong {
  color: #101827;
  font-size: 18px;
  line-height: 1.25;
}
.briefDecisionCopy p {
  margin: 0;
  color: #526173;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}
.briefDecisionMeta {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.briefDecisionMeta div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.briefDecisionMeta dt {
  color: var(--zenos-muted);
  font-size: 11px;
  font-weight: 850;
}
.briefDecisionMeta dd {
  overflow: hidden;
  margin: 0;
  color: var(--zenos-ink);
  font-size: 14px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.briefActionButtons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.briefActionButtons a {
  min-height: 40px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #334155;
  background: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}
.briefActionButtons a.primary {
  border-color: var(--zenos-blue);
  color: white;
  background: var(--zenos-blue);
}
.briefActionButtons a.disabled {
  border-color: #cbd5e1;
  color: #64748b;
  background: #e2e8f0;
  pointer-events: none;
}
.eventBriefGuide {
  border-bottom: 1px solid #edf0f3;
  padding: 30px 0 32px;
  display: grid;
  gap: 18px;
}
.eventBriefGuideHead {
  max-width: 760px;
  display: grid;
  gap: 7px;
}
.eventBriefGuideHead span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 950;
}
.eventBriefGuideHead strong {
  color: #191f28;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
}
.eventBriefGuideHead p {
  margin: 0;
  color: #6b7684;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
}
.eventGuideCover {
  position: relative;
  min-height: 320px;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #edf0f3;
}
.eventGuideCover img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.eventGuideCover::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0.02),
      rgba(15, 23, 42, 0.34));
}
.eventGuideCover figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  border-radius: 999px;
  padding: 8px 12px;
  color: white;
  background: rgba(25, 31, 40, 0.58);
  font-size: 12px;
  font-weight: 850;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.eventBriefFacts {
  margin: 2px 0 0;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #ffffff;
  overflow: hidden;
}
.eventBriefFacts div {
  min-width: 0;
  border-left: 1px solid #edf0f3;
  padding: 15px 18px;
  display: grid;
  gap: 5px;
}
.eventBriefFacts div:first-child {
  border-left: 0;
}
.eventBriefFacts dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventBriefFacts dd {
  min-width: 0;
  margin: 0;
  color: #191f28;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventGuidePlainSummary {
  margin: 0;
  border-left: 3px solid #3182f6;
  padding: 2px 0 2px 14px;
  color: #4e5968;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}
.eventGuidePanel {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  padding: 30px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr);
  gap: 26px 30px;
  align-items: start;
}
.eventGuideHead {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.eventGuideHead h2 {
  margin: 0;
  color: #191f28;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.14;
}
.eventGuideHead p:last-child {
  max-width: 720px;
  margin: 0;
  color: #6b7684;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
}
.eventGuideSummary {
  min-width: 0;
}
.eventGuideFacts {
  margin: 0;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  display: grid;
  background: #ffffff;
  overflow: hidden;
}
.eventGuideFacts div {
  min-width: 0;
  border-top: 1px solid #edf0f3;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.eventGuideFacts div:first-child {
  border-top: 0;
}
.eventGuideFacts dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventGuideFacts dd {
  min-width: 0;
  margin: 0;
  color: #191f28;
  font-size: 14px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventGuideSections {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.eventGuideSections article {
  min-width: 0;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 8px;
  background: #ffffff;
}
.eventGuideSections span,
.eventGuideFlow small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventGuideSections strong {
  color: #191f28;
  font-size: 16px;
  line-height: 1.35;
}
.eventGuideSections p {
  margin: 0;
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}
.eventGuideFlow {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  list-style: none;
}
.eventGuideFlow li {
  min-width: 0;
  border-top: 1px solid #edf0f3;
  padding: 16px 16px 0 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 5px 10px;
  align-items: start;
}
.eventGuideFlow li + li {
  border-left: 1px solid #edf0f3;
  padding-left: 16px;
}
.eventGuideFlow span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #3182f6;
  background: #edf4ff;
  font-size: 12px;
  font-weight: 950;
}
.eventGuideFlow strong,
.eventGuideFlow small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventGuideFlow strong {
  color: #191f28;
  font-size: 14px;
}
.eventGuideFlow small {
  grid-column: 2;
}
.eventGuideImages {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.eventGuideImages figure {
  min-width: 0;
  margin: 0;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}
.eventGuideImages img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}
.eventGuideImages figcaption {
  padding: 11px 13px;
  color: #4e5968;
  font-size: 13px;
  font-weight: 850;
}
.eventGuideAction {
  grid-column: 1 / -1;
  border-radius: 14px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #4e5968;
  background: #f9fafb;
  font-size: 13px;
  font-weight: 800;
}
.eventGuideAction a,
.eventGuideAction button {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #3182f6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.eventRulesPanel {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 20px 28px;
  align-items: start;
}
.eventRulesHead {
  display: grid;
  gap: 8px;
}
.eventRulesHead h2 {
  margin: 0;
  color: #191f28;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
}
.eventRulesHead p {
  margin: 0;
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.6;
}
.eventRulesBody {
  min-width: 0;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 10px;
  background: #ffffff;
}
.eventRulesBody strong {
  color: #191f28;
  font-size: 17px;
  line-height: 1.35;
}
.eventRulesBody p {
  margin: 0;
  color: #4e5968;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.75;
}
.eventRulesDetails {
  grid-column: 1 / -1;
  border-top: 1px solid #edf0f3;
  padding-top: 14px;
}
.eventRulesDetails summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}
.eventRulesDetails summary::-webkit-details-marker {
  display: none;
}
.eventRulesDetails summary strong {
  color: #333d4b;
  font-size: 14px;
}
.eventRulesDetails summary span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventRulesDetails p {
  margin: 0;
  padding: 8px 0 2px;
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.7;
}
@media (max-width: 760px) {
  .eventGuideCover {
    min-height: 210px;
    border-radius: 16px;
  }
  .eventBriefFacts {
    grid-template-columns: 1fr;
  }
  .eventBriefFacts div,
  .eventBriefFacts div:first-child {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  .eventBriefFacts div:first-child {
    border-top: 0;
  }
  .eventGuidePanel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }
  .eventGuideSections,
  .eventGuideFlow,
  .eventGuideImages {
    grid-template-columns: 1fr;
  }
  .eventGuideFlow {
    gap: 0;
  }
  .eventGuideFlow li,
  .eventGuideFlow li + li {
    border-left: 0;
    padding-left: 0;
  }
  .eventGuideAction {
    align-items: stretch;
    flex-direction: column;
  }
  .eventGuideAction a {
    width: 100%;
  }
  .eventRulesPanel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0;
  }
}
.publicBoutBoard {
  max-width: 1160px;
  margin: 34px auto 0;
  padding: 0 clamp(18px, 4vw, 32px);
}
.publicBoardTitleRow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.publicBoardTitleRow h2 {
  margin: 0;
}
.publicLiveBadge {
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #067647;
  background: #ecfdf3;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.publicLiveBadge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b76a;
  box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.14);
}
.publicBoardToolbar {
  margin-top: 14px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background: white;
}
.publicBoardToolbar div {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.publicBoardToolbar span {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicBoardToolbar strong {
  color: #101827;
  font-size: 16px;
}
.publicBoardToolbar div small {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  color: #475569;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 950;
}
.publicBoardActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.publicBoardActions button,
.publicBoardActions a {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  background: #101827;
  font-size: 13px;
  font-weight: 950;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
  text-decoration: none;
}
.publicBoardActions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.publicBoardActions svg {
  flex: 0 0 auto;
}
.publicBoardActions a {
  color: #052e25;
  background: #5eead4;
}
.publicBoardActions button:hover,
.publicBoardActions a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}
.publicBoardActions button:focus-visible,
.publicBoardActions a:focus-visible {
  outline: 3px solid rgba(45, 212, 191, 0.36);
  outline-offset: 2px;
}
.publicBoardActions button.refreshAction {
  min-width: 96px;
}
.publicBoardActions button.copyAction {
  min-width: 124px;
}
.publicBoardActions button.copied {
  color: #064e3b;
  background: #a7f3d0;
}
.publicBoardActions a.primary {
  color: #042f2e;
  background:
    linear-gradient(
      135deg,
      #6ee7b7,
      #22d3ee);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.18);
  white-space: nowrap;
}
.publicBoardActions a.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.24);
}
.publicBoardActions a.overview {
  color: #101827;
  background: #e2e8f0;
}
.publicBoardActions a.primary.overview {
  color: #042f2e;
  background:
    linear-gradient(
      135deg,
      #6ee7b7,
      #22d3ee);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.18);
}
@media (prefers-reduced-motion: reduce) {
  .publicBoardActions button,
  .publicBoardActions a,
  .publicBoutAnchor {
    transition: none;
  }
  .publicBoardActions button:hover,
  .publicBoardActions a:hover,
  .publicBoardActions a.primary:hover,
  .publicBoutAnchor:hover {
    transform: none;
  }
}
.publicBoardToolbar em {
  grid-column: 1 / -1;
  justify-self: end;
  color: #047857;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}
.publicBoardShareField {
  grid-column: 1 / -1;
  min-height: 38px;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 0 10px;
  color: #0f172a;
  background: #f0fdfa;
  font-size: 12px;
  font-weight: 850;
}
.publicSnapshotNote {
  margin-top: 10px;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 9px 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #713f12;
  background: #fffbeb;
  font-size: 12px;
  font-weight: 900;
}
.publicSnapshotNote span {
  font-weight: 950;
}
.publicSnapshotNote strong {
  color: #92400e;
  font-size: inherit;
}
.publicSnapshotNote button {
  border: 1px solid #f59e0b;
  border-radius: 999px;
  padding: 6px 9px;
  color: #713f12;
  background: white;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}
.publicSnapshotNote button:hover {
  background: #fef3c7;
}
.publicFocusedBoutNote {
  margin-top: 10px;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 9px 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #075985;
  background: #f0f9ff;
}
.publicFocusedBoutNote svg {
  flex: 0 0 auto;
}
.publicFocusedBoutNote span,
.publicFocusedBoutNote small {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicFocusedBoutNote strong {
  color: #0f172a;
  font-size: 14px;
}
.publicFocusedBoutNote em {
  border-radius: 999px;
  padding: 5px 8px;
  color: #075985;
  background: white;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}
.publicFocusedBoutNote em.ongoing {
  color: white;
  background: #e11d48;
}
.publicFocusedBoutNote em.completed {
  color: #064e3b;
  background: #a7f3d0;
}
.publicFocusedBoutNote em.cancelled {
  color: #7f1d1d;
  background: #fecaca;
}
.publicFocusedBoutNote a {
  margin-left: auto;
  border-radius: 999px;
  padding: 7px 10px;
  color: #075985;
  background: white;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}
.publicFocusedBoutNote a:hover {
  color: white;
  background: #0284c7;
}
.publicBoutStatus {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.publicBoutStatus article {
  min-height: 76px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 12px 14px;
  display: grid;
  align-content: center;
  gap: 3px;
  background: white;
}
.publicBoutStatus span {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicBoutStatus strong {
  color: #101827;
  font-size: 24px;
}
.publicProgressBar {
  margin-top: 10px;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #e2e8f0;
}
.publicProgressBar span {
  height: 100%;
  border-radius: inherit;
  display: block;
  background:
    linear-gradient(
      90deg,
      #14b8a6,
      #38bdf8);
  transition: width 180ms ease;
}
.publicProgressCaption {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.publicProgressCaption strong {
  border-radius: 999px;
  padding: 6px 9px;
  color: #052e25;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 950;
}
.publicProgressCaption span {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.publicLiveStage {
  margin-top: 14px;
  border: 1px solid #1e293b;
  border-radius: 8px;
  overflow: hidden;
  color: #f8fafc;
  background: #0b1220;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}
.publicLiveStageHead {
  min-height: 86px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.35fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #263244;
}
.publicLiveStageHead > div:first-child {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  gap: 8px 12px;
}
.publicLiveStageHead > div:first-child > strong {
  font-size: 20px;
}
.publicLiveStageHead > div:first-child > small {
  min-width: 0;
  overflow: hidden;
  color: #94a3b8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}
.publicLiveState {
  border-radius: 4px;
  padding: 5px 7px;
  color: #cbd5e1;
  background: #263244;
  font-size: 11px;
  font-weight: 950;
}
.publicLiveState.live {
  color: white;
  background: #e11d48;
}
.publicLiveState.break {
  color: #082f49;
  background: #7dd3fc;
}
.publicLiveProgress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px 10px;
}
.publicLiveProgress span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 850;
}
.publicLiveProgress strong {
  font-size: 16px;
}
.publicLiveProgress i {
  grid-column: 1 / -1;
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: #263244;
}
.publicLiveProgress b {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #2f80ed;
}
.publicScoreboardToggle {
  min-height: 42px;
  border: 1px solid #334155;
  border-radius: 6px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #e2e8f0;
  background: #172033;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.publicScoreboardToggle:hover {
  border-color: #60a5fa;
  background: #1e293b;
}
.publicLiveMatch {
  padding: 24px 26px 28px;
  display: grid;
  gap: 18px;
}
.publicLiveMatch > header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
.publicLiveMatch > header span {
  color: #60a5fa;
  font-size: 12px;
  font-weight: 950;
}
.publicLiveMatch > header strong {
  font-size: 24px;
}
.publicLiveMatch > header small {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 850;
}
.publicLiveCorners {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}
.publicLiveCorners > b {
  display: grid;
  place-items: center;
  color: #64748b;
  font-size: 14px;
}
.publicLiveCorners article {
  min-width: 0;
  min-height: 126px;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 7px;
  background: #111a2a;
}
.publicLiveCorners article.red {
  border-left: 5px solid #ef4444;
  text-align: right;
}
.publicLiveCorners article.blue {
  border-right: 5px solid #3b82f6;
}
.publicLiveCorners article span {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 950;
}
.publicLiveCorners article.red span {
  color: #fda4af;
}
.publicLiveCorners article.blue span {
  color: #93c5fd;
}
.publicLiveCorners article strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.15;
}
.publicLiveCorners article small {
  min-width: 0;
  overflow: hidden;
  color: #cbd5e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
}
.publicLiveQueue {
  border-top: 1px solid #263244;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(150px, 0.45fr);
  gap: 10px;
  background: #0f172a;
}
.publicLiveQueue a,
.publicLiveQueue article {
  min-width: 0;
  min-height: 84px;
  border: 1px solid #2b3a50;
  border-radius: 6px;
  padding: 13px 14px;
  display: grid;
  align-content: center;
  gap: 5px;
  color: #f8fafc;
  background: #172033;
  text-decoration: none;
}
.publicLiveQueue a:hover {
  border-color: #60a5fa;
  background: #1e293b;
}
.publicLiveQueue a.calling {
  border-color: #3b82f6;
  box-shadow: inset 4px 0 0 #3b82f6;
  background: #172554;
}
.publicLiveQueue span,
.publicLiveQueue small {
  min-width: 0;
  overflow: hidden;
  color: #94a3b8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 850;
}
.publicLiveQueue span em {
  margin-left: 6px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #bfdbfe;
  background: #1e40af;
  font-style: normal;
  font-size: 10px;
}
.publicLiveQueue strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.publicLiveQueue strong i {
  padding: 0 3px;
  color: #64748b;
  font-style: normal;
  font-size: 11px;
}
.publicLiveQueue article.empty {
  opacity: 0.66;
}
.publicLiveQueue article.summary {
  border-color: #14532d;
  background: #052e25;
}
.publicLiveQueue article.summary strong {
  color: #6ee7b7;
  font-size: 22px;
}
.publicLiveBreak,
.publicLiveEmpty,
.publicFinalResultsSummary {
  min-height: 250px;
  padding: 30px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}
.publicLiveBreak svg,
.publicLiveBreak span {
  color: #7dd3fc;
}
.publicFinalResultsSummary svg,
.publicFinalResultsSummary span {
  color: #6ee7b7;
}
.publicFinalResultsSummary span {
  font-size: 12px;
  font-weight: 950;
}
.publicFinalResultsSummary strong {
  font-size: 32px;
}
.publicFinalResultsSummary small {
  max-width: 460px;
  color: #94a3b8;
  font-weight: 800;
  line-height: 1.55;
}
.publicLiveBreak span {
  font-size: 12px;
  font-weight: 950;
}
.publicLiveBreak strong,
.publicLiveEmpty strong {
  font-size: 32px;
}
.publicLiveBreak small,
.publicLiveEmpty span {
  color: #94a3b8;
  font-weight: 800;
}
.publicBreakCountdown {
  margin-top: 8px;
  border: 1px solid #1e3a5f;
  border-radius: 6px;
  padding: 9px 14px;
  color: #bae6fd;
  background: #082f49;
  font-size: 12px;
  font-weight: 850;
}
.publicBreakCountdown strong {
  margin-left: 8px;
  color: #f8fafc;
  font-variant-numeric: tabular-nums;
  font-size: 18px;
}
.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
body.publicScoreboardOpen {
  overflow: hidden;
}
.publicBoutBoard.scoreboardMode {
  position: fixed;
  inset: 0;
  z-index: 10000;
  margin: 0;
  max-width: none;
  padding: 22px;
  overflow: auto;
  background: #070b13;
}
.publicBoutBoard.scoreboardMode > :not(.publicRingTabs):not(.publicLiveStage) {
  display: none;
}
.publicBoutBoard.scoreboardMode .publicRingTabs {
  max-width: 900px;
  margin: 0 auto 14px;
  border-color: #263244;
  background: #111827;
}
.publicBoutBoard.scoreboardMode .publicRingTabs button {
  color: #cbd5e1;
}
.publicBoutBoard.scoreboardMode .publicLiveStage {
  max-width: 1440px;
  min-height: calc(100vh - 44px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.publicBoutBoard.scoreboardMode .publicLiveMatch {
  align-content: center;
}
.publicBoutBoard.scoreboardMode .publicLiveCorners article {
  min-height: 260px;
}
.publicBoutBoard.scoreboardMode .publicLiveCorners article strong {
  font-size: 48px;
}
.publicBoutBoard.scoreboardMode .publicLiveCorners article small {
  font-size: 20px;
}
.publicQueuePanel {
  margin-top: 12px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr) minmax(150px, 0.5fr);
  gap: 10px;
  background: white;
}
.publicQueueNow,
.publicQueueMeta,
.publicQueueList a {
  border-radius: 8px;
  padding: 10px;
}
.publicQueueNow {
  display: grid;
  align-content: center;
  gap: 5px;
  color: white;
  background: #101827;
}
.publicQueueNow span,
.publicQueueNow small,
.publicQueueMeta span,
.publicQueueMeta small,
.publicQueueList span,
.publicQueueList small {
  font-size: 12px;
  font-weight: 950;
}
.publicQueueNow span,
.publicQueueNow small {
  color: #cbd5e1;
}
.publicQueueNow strong {
  font-size: 22px;
  line-height: 1.18;
}
.publicQueueList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.publicQueueList a {
  border: 1px solid #d8e1ee;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: #101827;
  background: #f8fafc;
  text-decoration: none;
}
.publicQueueList a.current {
  border-color: #e11d48;
  background: #fff1f2;
}
.publicQueueList a.done {
  opacity: 0.72;
}
.publicQueueList strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.publicQueueList span,
.publicQueueList small,
.publicQueueMeta span,
.publicQueueMeta small {
  color: #64748b;
}
.publicQueueMeta {
  display: grid;
  align-content: center;
  gap: 4px;
  background: #ecfdf5;
}
.publicQueueMeta strong {
  color: #047857;
  font-size: 24px;
}
.publicBoutFinder {
  margin-top: 12px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: white;
}
.publicBoutFinder.active {
  border-color: #99f6e4;
  background: #f0fdfa;
}
.publicBoutFinder label {
  display: grid;
  gap: 6px;
}
.publicBoutFinder label span,
.publicBoutFinder small {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicFinderInput {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #64748b;
  background: #f8fafc;
}
.publicFinderInput input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 0;
  color: #101827;
  background: transparent;
  font-weight: 850;
  outline: none;
}
.publicFinderInput button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #64748b;
  background: #e2e8f0;
  cursor: pointer;
}
.publicFinderInput button:hover {
  color: #0f172a;
  background: #cbd5e1;
}
.publicFinderInput kbd {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 3px 6px;
  color: #64748b;
  background: white;
  font-size: 10px;
  font-family: inherit;
  font-weight: 950;
}
.publicFinderInput:focus-within {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14);
}
.publicBoutFinder.active .publicFinderInput {
  border-color: #5eead4;
  background: white;
}
.publicBoutFinder > div {
  min-width: 150px;
  display: grid;
  justify-items: end;
  gap: 2px;
}
.publicBoutFinder strong {
  color: #101827;
  font-size: 20px;
}
.publicFinderClear {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 7px 10px;
  color: #101827;
  background: white;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}
.publicFinderClear:hover {
  border-color: #14b8a6;
  color: #047857;
}
.publicMatchFocus {
  margin-top: 10px;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background: #f0fdfa;
}
.publicMatchFocus > span {
  border-radius: 999px;
  padding: 7px 10px;
  color: #047857;
  background: white;
  font-size: 12px;
  font-weight: 950;
}
.publicMatchFocus > strong {
  color: #64748b;
  font-size: 13px;
}
.publicMatchFocus button {
  border: 1px solid #99f6e4;
  border-radius: 999px;
  padding: 7px 10px;
  color: #047857;
  background: white;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}
.publicMatchFocus button:hover {
  color: white;
  background: #0f766e;
}
.publicMatchFocus a {
  max-width: 100%;
  border: 1px solid #ccfbf1;
  border-radius: 999px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #101827;
  background: white;
  text-decoration: none;
  font-weight: 950;
}
.publicMatchFocus a strong,
.publicMatchFocus a small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicMatchFocus a small {
  color: #64748b;
  font-weight: 900;
}
.publicMatchFocus a svg {
  flex: 0 0 auto;
  color: #0f766e;
}
.publicRunway {
  margin-top: 10px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 9px;
  background: white;
}
.publicRunwayLegend,
.publicRunwayLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.publicRunwayLegend span {
  border-radius: 999px;
  padding: 6px 9px;
  color: #64748b;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 950;
}
.publicRunwayLegend span.done {
  color: #065f46;
  background: #d1fae5;
}
.publicRunwayLegend span.current {
  color: white;
  background: #e11d48;
}
.publicRunwayLinks a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #64748b;
  background: #eef2f7;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}
.publicRunwayLinks a:hover,
.publicRunwayLinks a:focus-visible {
  color: #0f172a;
  background: #dbeafe;
  outline: 2px solid rgba(59, 130, 246, 0.28);
  outline-offset: 2px;
}
.publicRunwayLinks a.done {
  color: #065f46;
  background: #d1fae5;
}
.publicRunwayLinks a.match {
  color: #713f12;
  background: #fef3c7;
  box-shadow: inset 0 0 0 2px rgba(251, 191, 36, 0.75);
}
.publicRunwayLinks a.muted {
  opacity: 0.38;
}
.publicRunwayLinks a.muted:hover,
.publicRunwayLinks a.muted:focus-visible {
  opacity: 0.78;
}
.publicRunwayLinks a.current {
  color: white;
  background: #e11d48;
}
.publicGymSummary {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.publicGymCard {
  min-height: 80px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 11px 12px;
  display: grid;
  align-content: center;
  gap: 3px;
  color: inherit;
  background: white;
  text-align: left;
  cursor: pointer;
}
.publicGymCard:hover,
.publicGymCard.selected {
  border-color: #14b8a6;
  background: #ecfdf5;
}
.publicGymCard.selected {
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.12);
}
.publicGymSummary span,
.publicGymSummary small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.publicGymSummary strong {
  color: #101827;
  font-size: 20px;
}
.publicGymCard em {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  color: #047857;
  background: #d1fae5;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}
.publicGymCard.selected em {
  color: white;
  background: #0f766e;
}
.publicGymFocusPanel {
  margin-top: 10px;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 12px;
  background:
    linear-gradient(
      135deg,
      rgba(20, 184, 166, 0.12),
      rgba(255, 255, 255, 0.94)),
    white;
}
.publicGymFocusHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}
.publicGymFocusHead > div:first-child {
  display: grid;
  gap: 3px;
}
.publicGymFocusHead span,
.publicGymFocusHead small {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
}
.publicGymFocusHead strong {
  color: #0f172a;
  font-size: 20px;
}
.publicGymFocusActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.publicGymFocusActions button {
  min-height: 34px;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #0f766e;
  background: white;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.publicGymFocusActions button:hover {
  color: white;
  background: #0f766e;
}
.publicGymFocusActions button:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.22);
  outline-offset: 2px;
}
.publicGymFocusStats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.publicGymFocusStats span {
  border-radius: 999px;
  padding: 6px 9px;
  color: #0f766e;
  background: #ccfbf1;
  white-space: nowrap;
}
.publicGymFocusStats strong {
  margin-left: 4px;
  color: #0f172a;
  font-size: 13px;
}
.publicGymBoutList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.publicGymBoutList a {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 4px;
  color: inherit;
  background: white;
  text-decoration: none;
}
.publicGymBoutList a.current {
  border-color: #14b8a6;
  background: #ecfdf5;
}
.publicGymBoutList a.done {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.publicGymBoutList span,
.publicGymBoutList small {
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
.publicGymBoutList span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}
.publicGymBoutList span em {
  border-radius: 999px;
  padding: 3px 6px;
  color: #0f172a;
  background: #e2e8f0;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}
.publicGymBoutList span em.red {
  color: white;
  background: #e11d48;
}
.publicGymBoutList span em.blue {
  color: white;
  background: #0284c7;
}
.publicGymBoutList span em.win {
  color: #064e3b;
  background: #bbf7d0;
}
.publicGymBoutList span em.loss {
  color: #7f1d1d;
  background: #fecaca;
}
.publicGymBoutList strong {
  color: #101827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicBracketStage {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  border: 1px solid #17324a;
  border-radius: 8px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background:
    radial-gradient(
      circle at 50% 16%,
      rgba(20, 184, 166, 0.18),
      transparent 34%),
    linear-gradient(
      135deg,
      #081527,
      #020817);
}
.publicBracketStage.single {
  grid-template-columns: minmax(0, min(720px, 100%));
  justify-content: center;
}
.publicBracketCard {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  scroll-margin-top: 18px;
  min-height: 166px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: rgba(15, 23, 42, 0.76);
}
.publicBracketCard.completed {
  border-color: rgba(16, 185, 129, 0.52);
}
.publicBracketCard.muted {
  opacity: 0.42;
  filter: saturate(0.72);
}
.publicBracketCard.muted:hover {
  opacity: 0.72;
}
.publicBracketCard.highlight {
  border-color: #fbbf24;
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.18);
  opacity: 1;
  filter: none;
}
.publicBracketCard.current {
  border-color: rgba(52, 211, 153, 0.62);
  box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.18), 0 16px 38px rgba(15, 23, 42, 0.2);
  background:
    linear-gradient(
      135deg,
      rgba(16, 185, 129, 0.14),
      rgba(15, 23, 42, 0.82)),
    rgba(15, 23, 42, 0.86);
  opacity: 1;
  filter: none;
}
.publicBracketCard:target,
.publicBracketCard.focused {
  border-color: #38bdf8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.3), 0 18px 44px rgba(15, 23, 42, 0.28);
  background:
    linear-gradient(
      135deg,
      rgba(14, 165, 233, 0.18),
      rgba(15, 23, 42, 0.8)),
    rgba(15, 23, 42, 0.9);
  opacity: 1;
  filter: none;
}
.publicBracketCard:target .publicBracketTop span,
.publicBracketCard.focused .publicBracketTop span {
  color: #082f49;
  background: #bae6fd;
}
.publicBracketFocusBadge {
  width: fit-content;
  border: 1px solid rgba(186, 230, 253, 0.62);
  border-radius: 999px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #e0f2fe;
  background: rgba(2, 132, 199, 0.28);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}
.publicBracketCard.current .publicBracketFocusBadge {
  border-color: rgba(167, 243, 208, 0.62);
  color: #d1fae5;
  background: rgba(5, 150, 105, 0.24);
}
.publicBracketCard.current .publicBracketFocusBadge strong {
  color: #064e3b;
  background: #a7f3d0;
}
.publicBracketFocusBadge svg {
  flex: 0 0 auto;
}
.publicBracketFocusBadge span {
  white-space: nowrap;
}
.publicBracketFocusBadge strong {
  border-radius: 999px;
  padding: 3px 6px;
  color: #082f49;
  background: #e0f2fe;
  font-size: 10px;
  line-height: 1;
}
.publicBracketTop {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.publicBracketTop span,
.publicBracketTop em {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 999px;
  padding: 6px 9px;
  color: #cbd5e1;
  background: rgba(148, 163, 184, 0.12);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}
.publicBracketTop strong {
  flex: 1 1 140px;
  min-width: 0;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicBoardQuickTools {
  position: sticky;
  top: 8px;
  z-index: 12;
  margin: 10px 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.publicBoardQuickTools span {
  padding: 0 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}
.publicBoardQuickTools a {
  border-radius: 6px;
  padding: 9px 12px;
  color: #0f172a;
  background: #e2e8f0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}
.publicBoardQuickTools a:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 2px;
}
#tournament-tools,
#bout-search {
  scroll-margin-top: 112px;
}
@media (max-width: 560px) {
  .publicBoardQuickTools {
    top: 4px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .publicBoardQuickTools span {
    grid-column: 1 / -1;
  }
  .publicBoardQuickTools a {
    padding: 10px 8px;
    text-align: center;
  }
}
.publicLiveQueue small.queueGyms {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  overflow: visible;
  text-overflow: clip;
}
.publicLiveQueue .queueGyms b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 750;
}
.publicLiveQueue .queueGyms i {
  margin-right: 4px;
  color: #60a5fa;
  font-style: normal;
}
.publicTournamentNavigator {
  margin-top: 14px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(150px, 220px));
  gap: 12px;
  align-items: end;
  color: #0f172a;
  background:
    linear-gradient(
      135deg,
      #eff6ff,
      #f0fdfa);
}
.publicTournamentNavigator > div:first-child,
.publicTournamentNavigator label {
  display: grid;
  gap: 5px;
}
.publicTournamentNavigator span,
.publicTournamentNavigator label span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
}
.publicTournamentNavigator select {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  padding: 0 12px;
  color: #0f172a;
  background: white;
  font: inherit;
  font-weight: 800;
}
.publicTournamentChampions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.publicTournamentChampions span {
  border-radius: 999px;
  padding: 8px 11px;
  color: #713f12;
  background: #fef3c7;
}
.publicTournamentChampions em {
  margin-right: 4px;
  font-style: normal;
}
.publicBracketStage.tournament {
  grid-template-columns: minmax(0, 1fr);
}
.publicTournamentRoundTitle {
  margin: 4px 0 0;
  border-bottom: 1px solid rgba(125, 211, 252, 0.28);
  padding: 8px 4px;
  color: #e0f2fe;
  font-size: 15px;
}
.publicBoutAnchor {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.58);
  cursor: pointer;
  font: inherit;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  text-decoration: none;
}
.publicBoutAnchor:hover {
  border-color: rgba(56, 189, 248, 0.62);
  color: #e0f2fe;
  background: rgba(2, 132, 199, 0.24);
  transform: translateY(-1px);
}
.publicBoutAnchor.copied {
  border-color: rgba(167, 243, 208, 0.7);
  color: #064e3b;
  background: #a7f3d0;
}
.publicBoutAnchor:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.34);
  outline-offset: 2px;
}
.publicBracketStatus {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #cbd5e1;
  background: rgba(2, 8, 23, 0.52);
}
.publicBracketStatus span {
  border-radius: 999px;
  padding: 5px 8px;
  color: #0f172a;
  background: #e2e8f0;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}
.publicBracketStatus strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.publicBracketStatus .publicBoutCorrectionBadge {
  margin-left: auto;
  padding: 4px 7px;
  border: 1px solid rgba(96, 165, 250, 0.38);
  border-radius: 999px;
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.16);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.publicBracketStatus.ongoing span {
  color: white;
  background: #e11d48;
}
.publicBracketStatus.completed span {
  color: #064e3b;
  background: #a7f3d0;
}
.publicBracketStatus.cancelled span {
  color: #7f1d1d;
  background: #fecaca;
}
.publicBracketSides {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.publicBracketSides::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      rgba(225, 29, 72, 0.56),
      rgba(20, 184, 166, 0.72),
      rgba(14, 165, 233, 0.56));
  transform: translateY(-50%);
  pointer-events: none;
}
.publicFighter {
  position: relative;
  z-index: 1;
  min-height: 52px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: auto minmax(90px, 0.75fr) minmax(120px, 1fr);
  align-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(2, 8, 23, 0.74);
}
.publicFighter.red {
  border-left: 4px solid #e11d48;
}
.publicFighter.blue {
  border-left: 4px solid #0ea5e9;
}
.publicFighter.winner {
  border-color: rgba(16, 185, 129, 0.68);
  background:
    linear-gradient(
      135deg,
      rgba(16, 185, 129, 0.22),
      rgba(2, 8, 23, 0.72)),
    rgba(2, 8, 23, 0.8);
}
.publicFighter.winner::after {
  content: "WIN";
  position: absolute;
  top: -8px;
  right: 10px;
  border-radius: 999px;
  padding: 4px 7px;
  color: #064e3b;
  background: #a7f3d0;
  font-size: 10px;
  font-weight: 950;
}
.publicFighter span {
  border-radius: 999px;
  padding: 4px 7px;
  color: #cbd5e1;
  background: rgba(148, 163, 184, 0.12);
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}
.publicFighter.red span {
  color: #fecdd3;
  background: rgba(225, 29, 72, 0.18);
}
.publicFighter.blue span {
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.18);
}
.publicFighter strong {
  min-width: 0;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.publicFighter small {
  color: #cbd5e1;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicFinalNode {
  position: relative;
  z-index: 1;
  min-width: 58px;
  min-height: 84px;
  display: grid;
  align-content: center;
  place-items: center;
  gap: 3px;
  color: #052e25;
  background:
    linear-gradient(
      180deg,
      #6ee7b7,
      #14b8a6);
  border-radius: 999px;
  text-align: center;
  font-size: 11px;
  font-weight: 950;
}
.publicFinalNode span {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.publicFinalNode strong {
  font-size: 13px;
  line-height: 1;
}
.publicEmptyBracket {
  margin-top: 12px;
  min-height: 96px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  place-items: center;
  gap: 4px;
  color: #64748b;
  background: white;
  text-align: center;
  font-weight: 850;
}
.publicEmptyBracket strong {
  color: #101827;
  font-size: 18px;
}
.content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 54px clamp(18px, 4vw, 32px) 0;
}
.sectionHead h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 52px);
  letter-spacing: 0;
}
.sectionHead p:last-child {
  max-width: 780px;
  color: #526173;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 750;
}
.entryIntakeHeader {
  border-bottom: 1px solid var(--zenos-line);
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: 18px;
  align-items: end;
}
.entryIntakeHeader > div:first-child {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.entryIntakeHeader h2 {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--zenos-ink);
  font-size: clamp(27px, 3.5vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}
.entryIntakeHeader span {
  color: var(--zenos-muted);
  font-size: 14px;
  font-weight: 850;
}
.entryIntakeProgress {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
}
.entryIntakeProgress span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
}
.entryIntakeProgress strong {
  color: var(--zenos-blue-strong);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}
.entryIntakeProgress progress {
  grid-column: 1 / -1;
  width: 100%;
  height: 5px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #e2e8f0;
}
.entryIntakeProgress progress::-webkit-progress-bar {
  background: #e2e8f0;
}
.entryIntakeProgress progress::-webkit-progress-value {
  background: var(--zenos-blue);
}
.entryIntakeProgress progress::-moz-progress-bar {
  background: var(--zenos-blue);
}
.entryLayout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
}
.mobileEntryDock {
  display: none;
}
.entryClosedNotice {
  margin-top: 22px;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 14px 16px;
  display: grid;
  gap: 5px;
  color: #9f1239;
  background: #fff1f2;
}
.entryClosedNotice strong {
  color: #be123c;
  font-size: 18px;
}
.entryClosedNotice span {
  color: #9f1239;
  font-weight: 850;
  line-height: 1.45;
}
.revisionRequestNotice {
  margin-top: 14px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fffbeb;
}
.revisionRequestNotice div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.revisionRequestNotice span {
  color: #92400e;
  font-size: 12px;
  font-weight: 950;
}
.revisionRequestNotice strong {
  color: #78350f;
  font-size: 17px;
}
.revisionRequestNotice p {
  margin: 0;
  color: #92400e;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}
.revisionIssueChips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.revisionIssueChips small {
  border: 1px solid #f59e0b;
  border-radius: 999px;
  padding: 5px 8px;
  color: #92400e;
  background: rgba(251, 191, 36, 0.22);
  font-size: 11px;
  font-weight: 950;
}
.revisionIssueList {
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  gap: 5px;
  list-style: none;
}
.revisionIssueList li {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: #78350f;
  font-size: 12px;
  font-weight: 850;
}
.revisionIssueList b {
  color: #451a03;
}
.revisionIssueList span {
  color: #92400e;
}
.revisionRequestNotice button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 13px;
  color: #20140e;
  background: #fbbf24;
  font-weight: 950;
  cursor: pointer;
}
.revisionRequestNotice button:hover {
  background: #f59e0b;
}
.revisionRequestNotice .revisionRequestActions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 150px;
}
.revisionRequestNotice .revisionRequestActions button {
  width: 100%;
  border: 1px solid #f59e0b;
  background: rgba(255, 251, 235, 0.78);
}
.revisionRequestNotice .revisionRequestActions button.primary {
  border-color: #d97706;
  background: #fbbf24;
}
.revisionRequestNotice .revisionRequestActions button:hover {
  background: #fde68a;
}
.revisionRequestNotice .revisionRequestActions button.primary:hover {
  background: #f59e0b;
}
.entryStepper {
  margin-top: 14px;
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  background: white;
}
.entryStepper button {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  color: #64748b;
  background: transparent;
  text-align: left;
  font-weight: 950;
}
.entryStepper button > span {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #64748b;
  background: #f2f4f6;
  font-size: 12px;
}
.entryStepper small {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
}
.entryStepper button.active,
.entryStepper button.current {
  color: var(--zenos-blue-strong);
  background: var(--zenos-blue-soft);
}
.entryStepper button.active > span,
.entryStepper button.current > span {
  color: white;
  background: var(--zenos-blue);
}
.entryStepper button.current {
  outline: 1px solid #c8dcff;
  outline-offset: 0;
}
.entryStepper button.current small,
.entryStepper button.active small {
  color: var(--zenos-blue-strong);
}
.linkedGymNotice {
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 9px 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  background: #f0fdf4;
}
.linkedGymNotice strong {
  color: #065f46;
  font-size: 14px;
  font-weight: 950;
}
.linkedGymNotice span {
  color: #047857;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.linkedGymMismatchNotice {
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background: #fff7ed;
}
.linkedGymMismatchNotice div {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.linkedGymMismatchNotice strong {
  color: #9a3412;
  font-size: 15px;
  font-weight: 950;
}
.linkedGymMismatchNotice p {
  margin: 0;
  color: #c2410c;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.linkedGymMismatchNotice button {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 11px;
  color: white;
  background: #ea580c;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.existingEntryNotice {
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background: #f0f9ff;
}
.existingEntryNotice div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.existingEntryNotice span {
  justify-self: start;
  border-radius: 999px;
  padding: 4px 7px;
  color: #075985;
  background: #e0f2fe;
  font-size: 11px;
  font-weight: 950;
}
.existingEntryNotice strong {
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}
.existingEntryNotice p {
  margin: 0;
  color: #0369a1;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.existingEntryNotice button {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 11px;
  color: white;
  background: #0284c7;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.existingEntryActions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.existingEntryActions button:last-child {
  background: #0f766e;
}
.draftStatus {
  width: fit-content;
  margin-top: 10px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #047857;
  background: #f0fdf4;
  font-size: 12px;
  font-weight: 950;
}
.draftStatus svg {
  flex: 0 0 auto;
}
.formPanel,
.summaryPanel {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: white;
}
.formPanel {
  padding: 20px;
}
.entryStepPanel {
  display: grid;
  gap: 18px;
}
.stepHeader {
  display: grid;
  gap: 7px;
}
.stepHeader span {
  color: #e3375f;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.stepHeader h3 {
  margin: 0;
  color: #101827;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}
.stepHeader p {
  max-width: 680px;
  margin: 0;
  color: #526173;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}
.stepHeader.compact h3 {
  font-size: 24px;
}
.stepActions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.stepActions.split {
  justify-content: space-between;
}
.stepActions.withNotice {
  align-items: center;
  justify-content: space-between;
}
.stepInlineNotice {
  min-width: min(100%, 280px);
  max-width: 520px;
  margin: 0;
  color: #be123c;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}
.fighterStepActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.stepActions.withNotice .stepInlineNotice {
  margin-right: auto;
}
.primaryStep,
.secondaryStep {
  min-height: 48px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 950;
}
.primaryStep {
  color: white;
  background: #e3375f;
}
.secondaryStep {
  color: #101827;
  background: #e2e8f0;
}
.primaryStep:disabled,
.secondaryStep:disabled,
.entryStepper button:disabled,
.mobileEntryBar button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}
.submitDecisionBar {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: 14px;
  align-items: center;
  background: #ffffff;
}
.submitDecisionBar.ready {
  border-color: #bbf7d0;
  background: #f7fefb;
}
.submitDecisionBar > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.submitDecisionBar span {
  color: var(--zenos-blue-strong);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.submitDecisionBar.ready span {
  color: #047857;
}
.submitDecisionBar strong {
  color: var(--zenos-ink);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.submitDecisionBar dl {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.submitDecisionBar dt {
  color: var(--zenos-muted);
  font-size: 11px;
  font-weight: 800;
}
.submitDecisionBar dd {
  overflow: hidden;
  margin: 3px 0 0;
  color: var(--zenos-ink);
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paymentReviewBoard {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: stretch;
  overflow: hidden;
  background: #ffffff;
}
.paymentReviewBoard.free {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.paymentReviewBoard.free > div:last-child {
  border-right: 0;
}
.paymentReviewBoard div {
  min-width: 0;
  border-right: 1px solid var(--zenos-line);
  padding: 12px;
  display: grid;
  gap: 3px;
  background: transparent;
}
.paymentReviewBoard .paymentSettlementNote {
  grid-column: 1 / -1;
  border-top: 1px solid var(--zenos-line);
  border-right: 0;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  background: #f7f9fc;
}
.paymentReviewBoard small {
  color: var(--zenos-muted);
  font-size: 11px;
  font-weight: 700;
}
.paymentReviewBoard strong {
  min-width: 0;
  color: var(--zenos-ink);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paymentSettlementNote span {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.paymentReviewBoard .paymentMiniCopy {
  width: max-content;
  min-height: 28px;
  border: 1px solid #c8dcff;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--zenos-blue-strong);
  background: var(--zenos-blue-soft);
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}
.paymentReviewBoard .paymentMiniCopy:hover:not(:disabled) {
  color: white;
  background: var(--zenos-blue);
}
.paymentReviewBoard .paymentMiniCopy:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.paymentReviewBoard > button {
  min-height: 42px;
  margin: 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  background: var(--zenos-blue);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}
.paymentReviewBoard > button:hover:not(:disabled) {
  background: var(--zenos-blue-strong);
}
.paymentReviewBoard > button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}
.paymentReviewToast {
  width: fit-content;
  margin-top: -8px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--zenos-blue-strong);
  background: var(--zenos-blue-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}
.paymentReviewCheck {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  background: #f7f9fc;
}
.paymentReviewCheck input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--zenos-blue);
}
.paymentReviewCheck span {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.paymentReviewCheck strong {
  color: var(--zenos-ink);
  font-size: 15px;
}
.paymentReviewCheck small,
.paymentReviewCheck em {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}
.paymentReviewCheck em {
  font-style: normal;
  overflow-wrap: anywhere;
}
.submitReadyLine {
  border-top: 1px solid var(--zenos-line);
  border-bottom: 1px solid var(--zenos-line);
  padding: 12px 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.submitReadyLine svg {
  flex: 0 0 auto;
  color: var(--zenos-blue);
}
.submitReadyLine div {
  display: grid;
  gap: 2px;
}
.submitReadyLine strong {
  color: var(--zenos-ink);
  font-size: 15px;
}
.submitReadyLine small {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 650;
}
.submitErrorText {
  margin: 10px 0 0;
  color: #ef4444;
  font-size: 14px;
  font-weight: 800;
}
.fieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.gymRequiredFields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.gymRequiredFields > span,
.depositNameField > span:first-child {
  grid-column: 1 / -1;
  color: var(--zenos-blue);
  font-size: 12px;
  font-weight: 950;
}
.depositNameField {
  grid-column: 1 / -1;
  border-top: 1px solid #edf0f3;
  padding-top: 14px;
}
label {
  display: grid;
  gap: 7px;
  color: #475569;
  font-weight: 900;
}
.fieldAssist {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.fieldAssistIssue {
  color: #be123c;
}
.depositSuggestLine {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.depositSuggestLine small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.depositQuickActions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.depositQuickActions button {
  min-height: 26px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  padding: 0 9px;
  color: #475569;
  background: white;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.depositQuickActions button:hover:not(:disabled) {
  border-color: #c8dcff;
  color: var(--zenos-blue-strong);
  background: var(--zenos-blue-soft);
}
.depositQuickActions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 0 13px;
  color: #111827;
  background: #f8fafc;
  font-weight: 850;
}
.fighterDrafts {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}
.panelTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.panelTitle h3,
.summaryPanel h3 {
  margin: 0;
  font-size: 22px;
}
.panelTitle button {
  min-height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #101827;
  color: white;
  font-weight: 950;
}
.fighterDraft {
  min-height: 78px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.55fr);
  align-items: center;
  gap: 11px;
}
.fighterDraft div {
  display: grid;
  gap: 5px;
}
.fighterDraft strong {
  font-size: 18px;
}
.fighterDraft span {
  color: #64748b;
  font-weight: 800;
}
.fighterFields {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.fighterFields input,
.fighterFields select {
  min-height: 42px;
}
.experienceField div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fighterResult {
  position: relative;
  min-height: 92px;
  border-radius: 8px;
  padding: 14px 48px 14px 14px;
  background: #f1f5f9;
}
.fighterResult small {
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.fighterResult button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ef4444;
  background: white;
  border: 1px solid #fecdd3;
}
.fighterIntake {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background: #f8fafc;
}
.fighterInputProgress {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.28fr);
  gap: 12px;
  align-items: center;
  background: white;
}
.fighterInputProgress.ready {
  border-color: #a7f3d0;
  background: #f0fdf4;
}
.fighterInputProgress > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.fighterInputProgress span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.fighterInputProgress strong {
  color: #101827;
  font-size: 15px;
  line-height: 1.25;
}
.fighterInputProgress small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.fighterInputProgress.ready span,
.fighterInputProgress.ready small {
  color: #047857;
}
.fighterInputMeter {
  height: 9px;
  border-radius: 999px;
  overflow: hidden;
  background: #e2e8f0;
}
.fighterInputMeter i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      #36d399,
      #0f766e);
  transition: width 160ms ease;
}
.fighterIntakeSide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.52fr) minmax(150px, auto);
  align-items: stretch;
  gap: 8px;
}
.draftIssues {
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 8px 10px;
  display: grid;
  gap: 5px;
  color: #be123c;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 900;
}
.fighterAddStatus {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 9px 10px;
  display: grid;
  align-content: center;
  gap: 3px;
  color: #475569;
  background: white;
}
.fighterAddStatus.ready {
  border-color: #bbf7d0;
  color: #047857;
  background: #f0fdf4;
}
.fighterAddStatus strong {
  color: inherit;
  font-size: 13px;
}
.fighterAddStatus small {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.fighterAddStatus.ready small {
  color: #047857;
}
.addFighterBtn {
  min-height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  background: #101827;
  font-weight: 950;
}
.addFighterBtn:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
.bulkImport {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.bulkImport summary {
  min-height: 42px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  color: #101827;
  font-weight: 950;
}
.bulkImport summary span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}
.bulkImportBody {
  border-top: 1px solid #e2e8f0;
  padding: 10px;
  display: grid;
  gap: 8px;
  background: #f8fafc;
}
.bulkFormatHint {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bulkFormatHint span {
  border-radius: 999px;
  padding: 6px 9px;
  color: #334155;
  background: #e2e8f0;
  font-size: 12px;
  font-weight: 900;
}
.bulkToolRow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bulkToolRow button {
  min-height: 32px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 0 10px;
  color: #334155;
  background: #ffffff;
  font-size: 12px;
  font-weight: 950;
}
.bulkToolRow button:hover:not(:disabled) {
  border-color: #101827;
  color: #101827;
}
.bulkToolRow button:disabled {
  cursor: not-allowed;
  opacity: 0.44;
}
.bulkImportBody textarea {
  min-height: 88px;
  background: white;
}
.bulkPreview {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.bulkPreviewHead {
  min-height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #101827;
}
.bulkPreviewHead strong {
  color: white;
}
.bulkPreviewHead span {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 900;
}
.bulkQualityBar {
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  background: #ffffff;
}
.bulkQualityBar div {
  min-height: 52px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 9px;
  display: grid;
  align-content: center;
  gap: 3px;
  background: #f8fafc;
}
.bulkQualityBar div.ok {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.bulkQualityBar div.warn {
  border-color: #fde68a;
  background: #fffbeb;
}
.bulkQualityBar span {
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}
.bulkQualityBar strong {
  min-width: 0;
  color: #101827;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bulkPreviewRows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  background: #e2e8f0;
}
.bulkPreviewRows div {
  min-height: 38px;
  padding: 7px 9px;
  display: grid;
  gap: 2px;
  background: white;
}
.bulkPreviewRows strong {
  color: #101827;
  font-size: 14px;
}
.bulkPreviewRows span,
.bulkPreviewRows em {
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}
.bulkPreviewRows em {
  color: #047857;
}
.bulkPreviewRows .skipped em {
  color: #be123c;
}
.bulkActions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bulkActions button {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  color: white;
  background: #101827;
  font-weight: 950;
}
.bulkActions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
.bulkActions em {
  color: #047857;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
.registeredFighters {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.registeredHeader {
  min-height: 48px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #101827;
}
.registeredHeader strong {
  color: white;
  font-size: 15px;
  white-space: nowrap;
}
.registeredHeader div {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 5px;
}
.registeredHeader span {
  border-radius: 999px;
  padding: 4px 7px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.registeredHeader span.needsAttention {
  color: #fecdd3;
  background: rgba(244, 63, 94, 0.18);
}
.registeredList {
  max-height: 300px;
  overflow: auto;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 6px;
  align-items: start;
}
.registeredList > p {
  margin: 0;
  padding: 20px;
  color: #64748b;
  font-weight: 900;
}
.registeredFighter {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  background: white;
}
.registeredFighter.open {
  grid-column: 1 / -1;
}
.registeredFighter.needsReview {
  border-color: #fecdd3;
  box-shadow: 0 0 0 1px rgba(244, 63, 94, 0.08);
}
.registeredSummaryRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}
.registeredSummary {
  min-height: 46px;
  border: 0;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto auto;
  gap: 6px;
  align-items: center;
  color: inherit;
  background: white;
  text-align: left;
}
.registeredFighter.open .registeredSummary {
  background: #f8fafc;
}
.registeredQuickEdit {
  min-width: 52px;
  border-left: 1px solid #e2e8f0;
  padding: 0 10px;
  color: var(--zenos-blue-strong);
  background: #ffffff;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.registeredQuickEdit:hover {
  background: var(--zenos-blue-soft);
}
.registeredSummary .fighterNumber {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #065f46;
  background: #d1fae5;
  font-weight: 950;
}
.registeredSummary strong {
  min-width: 0;
  color: #101827;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.registeredSummary small {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}
.registeredSummary em {
  min-width: 0;
  border-radius: 999px;
  padding: 6px 8px;
  color: #4338ca;
  background: #eef2ff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fighterIssueBadge {
  min-width: 0;
  border-radius: 999px;
  padding: 6px 8px;
  color: #be123c;
  background: #fff1f2;
  text-align: center;
  font-size: 12px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fighterOkBadge {
  border-radius: 999px;
  padding: 6px 8px;
  color: #047857;
  background: #ecfdf5;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.registeredDetail {
  border-top: 1px dashed #d8e1ee;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 8px 12px;
  align-items: center;
  background: #f8fafc;
}
.registeredIssueRow {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.registeredIssueRow span {
  border-radius: 999px;
  padding: 5px 8px;
  color: #be123c;
  background: #fff1f2;
  font-size: 12px;
  font-weight: 950;
}
.registeredDetail span {
  color: #475569;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.registeredDetail button {
  min-height: 34px;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #101827;
  background: white;
  border: 1px solid #d8e1ee;
  font-weight: 950;
}
.registeredDetailActions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.registeredDetail button.danger {
  color: #ef4444;
  background: #fff1f2;
  border-color: #fecdd3;
}
.summaryPanel {
  padding: 22px;
  align-self: start;
  position: sticky;
  top: 18px;
  display: grid;
  gap: 11px;
}
.summaryPanelHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.summaryPanelHead > div {
  display: grid;
  gap: 3px;
}
.summaryPanelHead span {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 700;
}
.summaryPanelHead > strong {
  color: var(--zenos-blue);
  font-size: 24px;
  line-height: 1;
}
.readinessBoard {
  padding-top: 5px;
  display: grid;
  gap: 10px;
}
.readinessBoardHead {
  display: grid;
  gap: 4px;
}
.readinessBoardHead span {
  color: var(--zenos-blue-strong);
  font-size: 12px;
  font-weight: 750;
}
.readinessBoardHead strong {
  color: #101827;
  font-size: 17px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.readinessTrack {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}
.readinessTrack i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--zenos-blue);
  transition: width 180ms ease;
}
.readinessNextAction {
  min-height: 48px;
  border-top: 1px solid var(--zenos-line);
  border-bottom: 1px solid var(--zenos-line);
  padding: 9px 2px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  align-items: center;
  color: var(--zenos-ink);
  background: transparent;
  text-align: left;
}
.readinessNextAction span {
  color: var(--zenos-muted);
  font-size: 11px;
  font-weight: 700;
}
.readinessNextAction strong {
  min-width: 0;
  font-size: 15px;
  line-height: 1.3;
}
.readinessNextAction svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--zenos-blue);
}
.summaryEssentials {
  border-bottom: 1px solid var(--zenos-line);
  padding-bottom: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.summaryEssentials div {
  display: grid;
  gap: 3px;
}
.summaryEssentials div + div {
  border-left: 1px solid var(--zenos-line);
  padding-left: 16px;
}
.summaryEssentials span {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 700;
}
.summaryEssentials strong {
  color: var(--zenos-ink);
  font-size: 16px;
  line-height: 1.3;
}
.previewList {
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 8px;
  background: #f8fafc;
}
.previewListHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.previewListHead strong,
.previewList > strong {
  color: #101827;
  font-size: 15px;
}
.previewListHead span {
  border-radius: 999px;
  padding: 4px 8px;
  color: #065f46;
  background: #d1fae5;
  font-size: 12px;
  font-weight: 950;
}
.previewList p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}
.previewList.compact {
  max-height: 360px;
  overflow: auto;
}
.previewChipGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 8px;
  align-items: start;
}
.previewChip {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.previewChip.open {
  grid-column: 1 / -1;
}
.previewChip button {
  width: 100%;
  min-height: 48px;
  padding: 8px 10px;
  display: grid;
  gap: 2px;
  color: #101827;
  background: white;
  text-align: left;
}
.previewChip b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewChip button span {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewChip > div {
  border-top: 1px dashed #d8e1ee;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: #f8fafc;
}
.previewChip > div span {
  color: #475569;
  font-size: 12px;
  font-weight: 850;
}
.previewRow {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  background: white;
}
.previewRow div {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.previewRow b {
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewRow span,
.previewRow em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}
.previewRow em {
  color: #e3375f;
  text-align: right;
}
.submitBtn {
  min-height: 52px;
  border-radius: 8px;
  background: #e3375f;
  color: white;
  font-weight: 950;
  font-size: 17px;
}
.submitBtn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
.consentStack {
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.consentBox {
  border-top: 1px solid var(--zenos-line);
  display: grid;
}
.consentAll {
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--zenos-ink);
  background: #ffffff;
}
.consentAll input {
  width: 20px;
  min-height: 20px;
  padding: 0;
  accent-color: #e3375f;
}
.consentAll span {
  display: grid;
  gap: 2px;
}
.consentAll strong {
  color: var(--zenos-ink);
  font-size: 15px;
}
.consentAll small {
  color: var(--zenos-muted);
  font-weight: 850;
  line-height: 1.35;
}
.consentBox label {
  border-top: 1px solid var(--zenos-line);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #334155;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}
.consentBox label:first-child {
  border-top: 0;
}
.consentBox label span {
  min-width: 0;
}
.consentBox label strong {
  margin-right: 6px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #0f172a;
  background: #e2e8f0;
  font-size: 11px;
  font-weight: 950;
}
.consentBox label:nth-child(-n+2) strong {
  color: var(--zenos-blue-strong);
  background: var(--zenos-blue-soft);
}
.consentBox input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: #e3375f;
}
.submitBlockerPanel {
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 10px;
  background: #fff7f8;
}
.submitBlockerPanel > strong {
  color: #be123c;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.submitBlockerPanel > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.submitBlockerPanel button {
  min-height: 62px;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  padding: 9px 10px;
  display: grid;
  gap: 4px;
  text-align: left;
  background: #ffffff;
  cursor: pointer;
}
.submitBlockerPanel button:hover {
  border-color: #fb7185;
  background: #fff1f2;
}
.submitBlockerPanel span {
  color: #be123c;
  font-size: 12px;
  font-weight: 950;
}
.submitBlockerPanel small {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.32;
  overflow-wrap: anywhere;
}
.formNotice {
  margin: 0;
  border-radius: 8px;
  padding: 9px 11px;
  color: #9f1239;
  background: #ffe4e6;
  font-size: 13px;
  font-weight: 900;
}
.receipt {
  margin: 0;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 16px;
  color: #191f28;
  background: #ffffff;
  display: grid;
  gap: 12px;
  font-weight: 850;
  word-break: break-all;
}
.receipt > strong {
  color: #191f28;
  font-size: 18px;
}
.receipt span {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
}
.receipt small {
  color: #6b7684;
  line-height: 1.45;
}
.receiptGrid {
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 6px 10px;
  background: #f9fafb;
}
.receiptGrid b {
  color: #191f28;
  word-break: break-word;
}
.receipt a {
  min-height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #065f46;
  font-weight: 950;
}
.confirmOverlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.confirmDialog {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: clamp(16px, 3vw, 22px);
  display: grid;
  gap: 12px;
  overflow: auto;
  background: white;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}
.confirmHero {
  display: grid;
  gap: 6px;
}
.confirmHero span {
  color: var(--zenos-blue);
  font-size: 12px;
  font-weight: 800;
}
.confirmHero h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: 0;
}
.confirmHero p,
.confirmNotice {
  margin: 0;
  color: #526173;
  line-height: 1.55;
  font-weight: 850;
}
.confirmSummaryList {
  margin: 0;
  border-top: 1px solid var(--zenos-line);
  border-bottom: 1px solid var(--zenos-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confirmSummaryList.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.confirmSummaryList > div {
  min-width: 0;
  padding: 11px 4px;
  display: grid;
  gap: 4px;
  align-items: start;
}
.confirmSummaryList > div + div {
  border-left: 1px solid var(--zenos-line);
  padding-left: 16px;
}
.confirmSummaryList:not(.compact) > div:nth-child(n+3) {
  border-top: 1px solid var(--zenos-line);
}
.confirmSummaryList dt {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 700;
}
.confirmSummaryList dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--zenos-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmFighterDetails {
  border-bottom: 1px solid var(--zenos-line);
}
.confirmFighterDetails summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.confirmFighterDetails summary::-webkit-details-marker {
  display: none;
}
.confirmFighterDetails summary strong {
  color: var(--zenos-ink);
  font-size: 14px;
}
.confirmFighterDetails summary span {
  color: var(--zenos-blue);
  font-size: 12px;
  font-weight: 750;
}
.confirmFighters {
  padding: 0 0 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confirmFighters span {
  min-height: 42px;
  border-top: 1px solid var(--zenos-line);
  padding: 7px 9px;
  display: grid;
  gap: 2px;
}
.confirmFighters b {
  color: #101827;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmFighters em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmActions {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 10px;
}
.receiptDialog {
  width: min(620px, 100%);
  border: 1px solid var(--zenos-line);
  border-radius: 8px;
  padding: clamp(16px, 3vw, 22px);
  display: grid;
  gap: 12px;
  background: white;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}
.receiptTopline {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.receiptSuccessMark {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: white;
  background: #059669;
  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.24);
}
.receiptHero {
  display: grid;
  gap: 6px;
}
.receiptHero span {
  color: #059669;
  font-size: 12px;
  font-weight: 800;
}
.receiptHero h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(25px, 4vw, 36px);
  letter-spacing: 0;
}
.receiptHero p {
  margin: 0;
  color: #526173;
  font-weight: 850;
  line-height: 1.5;
}
.receiptCodeBox {
  border: 1px solid #c8dcff;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  gap: 5px;
  background: var(--zenos-blue-soft);
}
.receiptCodeBox small {
  color: var(--zenos-blue-strong);
  font-weight: 750;
}
.receiptCodeBox strong {
  color: var(--zenos-ink);
  font-size: 15px;
  overflow-wrap: anywhere;
}
.receiptSummaryList {
  margin: 0;
  border-top: 1px solid var(--zenos-line);
  border-bottom: 1px solid var(--zenos-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.receiptSummaryList > div {
  min-width: 0;
  padding: 11px 4px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}
.receiptSummaryList > div:nth-child(even) {
  border-left: 1px solid var(--zenos-line);
  padding-left: 16px;
}
.receiptSummaryList > div:nth-child(n+3) {
  border-top: 1px solid var(--zenos-line);
}
.receiptSummaryList dt {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 700;
}
.receiptSummaryList dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--zenos-ink);
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.receiptNextAction {
  padding: 4px 0;
  display: grid;
  gap: 4px;
}
.receiptNextAction span {
  color: var(--zenos-blue-strong);
  font-size: 12px;
  font-weight: 750;
}
.receiptNextAction strong {
  color: var(--zenos-ink);
  font-size: 18px;
  line-height: 1.35;
}
.receiptNextAction small {
  color: var(--zenos-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}
.receiptActions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.receiptActions a {
  min-height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-align: center;
}
.receiptAdminTools {
  border-top: 1px solid var(--zenos-line);
  padding-top: 4px;
}
.receiptAdminTools summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: var(--zenos-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}
.receiptAdminTools summary::-webkit-details-marker {
  display: none;
}
.receiptAdminTools > div {
  padding-top: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.receiptAdminTools a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.receiptToast {
  border-radius: 8px;
  padding: 9px 11px;
  color: #047857;
  background: #ecfdf5;
  font-style: normal;
  font-weight: 900;
}
.receiptQuickActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.receiptQuickActions button {
  min-height: 40px;
  border-radius: 12px;
  padding: 0 10px;
  color: white;
  background: #3182f6;
  font-size: 12px;
  font-weight: 950;
}
.receiptQuickActions button:last-child {
  color: #1b64da;
  background: #f2f7ff;
}
.receiptQuickActions button:hover {
  filter: brightness(1.08);
}
.transferBox {
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 0;
  display: grid;
  gap: 0;
  background: #ffffff;
  overflow: hidden;
}
.transferBox summary {
  min-height: 44px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: 2px;
  cursor: pointer;
  list-style: none;
}
.transferBox summary::-webkit-details-marker {
  display: none;
}
.transferBox summary span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 750;
}
.transferBox > div {
  border-top: 1px solid #edf0f3;
  padding: 12px;
  display: grid;
  gap: 8px;
  background: #f9fafb;
}
.transferBox strong {
  color: #4e5968;
  font-size: 13px;
}
.transferBox button {
  min-height: 38px;
  border-radius: 10px;
  color: white;
  background: #3182f6;
  font-weight: 950;
}
.transferBox .handoffLink {
  min-height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #191f28;
  font-weight: 950;
}
.transferBox em {
  color: #047857;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.transferBox textarea {
  width: 100%;
  min-height: 72px;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  padding: 10px;
  color: #4e5968;
  background: #ffffff;
  font:
    12px ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  resize: vertical;
}
@media (min-width: 901px) and (max-width: 1400px) {
  .publicBracketStage {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  body {
    padding-bottom: 88px;
  }
  .hero {
    min-height: auto;
  }
  nav {
    margin-bottom: 26px;
  }
  .entryIntakeHeader {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }
  .entryIntakeProgress {
    max-width: 420px;
  }
  .heroGrid,
  .directoryHeroGrid,
  .entryLayout,
  .resumeDraftPanel,
  .resumeDraftList,
  .eventGrid,
  .hostPanel,
  .briefDecision,
  .hostPresetGrid,
  .publicBoutStatus,
  .publicQueuePanel,
  .publicBoutFinder,
  .publicGymSummary,
  .publicGymBoutList,
  .publicBracketStage,
  .hostInquiryGrid {
    grid-template-columns: 1fr;
  }
  .hostInquiryHeader {
    flex-direction: column;
  }
  .hostDraftTools {
    justify-content: flex-start;
  }
  .hostPresetGrid button {
    border-right: 0;
    border-bottom: 1px solid #d8e1ee;
  }
  .hostPresetGrid button:last-child {
    border-bottom: 0;
  }
  .hostSupportGrid label,
  .hostFeePlanGrid label,
  .hostSettlementGrid label {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .hostSupportGrid label:last-child,
  .hostFeePlanGrid label:last-child,
  .hostSettlementGrid label:last-child {
    border-bottom: 0;
  }
  .hostAdvancedToggle {
    grid-template-columns: 1fr;
  }
  .hostAdvancedToggle button {
    width: 100%;
  }
  .hostSubmitActions {
    grid-template-columns: 1fr;
  }
  .briefDecision {
    grid-template-columns: 1fr;
  }
  .briefDecisionMeta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .briefDecisionMeta dd {
    font-size: 13px;
  }
  .briefActionButtons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .directoryResultBar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .directoryResultSignals {
    justify-content: stretch;
  }
  .directoryResultSignals span,
  .directoryResultBar button {
    justify-content: center;
  }
  .directoryResultSignals span {
    flex: 1;
  }
  .publicBoardToolbar {
    grid-template-columns: 1fr;
  }
  .publicBoardToolbar div {
    grid-column: auto;
  }
  .publicBoardActions {
    justify-content: flex-start;
  }
  .publicBoardActions a.primary {
    flex: 1 1 100%;
  }
  .publicBoardActions button.refreshAction,
  .publicBoardActions button.copyAction {
    flex: 1 1 calc(50% - 4px);
  }
  .publicGymFocusHead {
    grid-template-columns: 1fr;
  }
  .publicGymFocusActions {
    justify-content: flex-start;
  }
  .publicGymFocusActions button {
    flex: 1 1 calc(50% - 3px);
  }
  .publicGymFocusStats {
    justify-content: flex-start;
  }
  .publicBoutFinder > div {
    min-width: 0;
    justify-items: start;
  }
  .publicQueueList {
    grid-template-columns: 1fr;
  }
  .publicBracketSides {
    grid-template-columns: 1fr;
  }
  .publicTournamentNavigator {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .publicTournamentChampions {
    grid-column: auto;
  }
  .publicBracketTop {
    grid-template-columns: auto minmax(0, 1fr) auto;
    display: grid;
    align-items: center;
    gap: 8px;
  }
  .publicBracketTop > span {
    grid-column: 1;
    grid-row: 1;
  }
  .publicBracketTop > strong {
    grid-column: 2;
    grid-row: 1;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
  .publicBracketTop > em {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
  .publicBracketTop > .publicBoutAnchor {
    grid-column: 3;
    grid-row: 1;
  }
  .publicBracketStatus {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .publicBracketStatus strong {
    flex: 1 1 160px;
    overflow: visible;
    overflow-wrap: anywhere;
    text-align: right;
    text-overflow: clip;
    white-space: normal;
  }
  .publicFighter {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .publicFighter strong {
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
  .publicFighter small {
    grid-column: 1 / -1;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
  .publicBracketSides::before {
    display: none;
  }
  .publicFinalNode {
    min-height: 46px;
    border-radius: 8px;
  }
  .summaryPanel {
    position: static;
  }
  .mobileEntryDock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 72;
    min-height: 64px;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 8px;
    padding: 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    background: rgba(15, 23, 42, 0.94);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.32);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .mobileEntryDock div {
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .mobileEntryDock span {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
  }
  .mobileEntryDock strong {
    min-width: 0;
    color: white;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobileEntryDock button {
    min-height: 44px;
    border-radius: 8px;
    padding: 0 14px;
    color: white;
    background: #e3375f;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
  }
  .mobileEntryDock button:disabled {
    cursor: not-allowed;
    opacity: 0.54;
  }
  .revisionRequestNotice {
    grid-template-columns: 1fr;
  }
  .submitDecisionBar,
  .paymentReviewBoard,
  .submitBlockerPanel > div {
    grid-template-columns: 1fr;
  }
  .paymentReviewBoard div {
    border-right: 0;
    border-bottom: 1px solid var(--zenos-line);
  }
  .paymentReviewBoard .paymentSettlementNote {
    border-bottom: 0;
    grid-template-columns: 1fr;
  }
  .paymentSettlementNote span {
    text-align: left;
  }
  .stepActions,
  .stepActions.split {
    display: grid;
    grid-template-columns: 1fr;
  }
  .fighterStepActions {
    grid-template-columns: 1fr;
  }
  .directoryHero {
    min-height: auto;
    padding-bottom: 34px;
  }
  .directoryHero h1 {
    font-size: clamp(34px, 9vw, 44px);
  }
  .directoryProductBar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .directoryProductBar a,
  .directoryProductBar button {
    min-height: 86px;
    padding: 10px;
    align-content: center;
  }
  .directoryProductBar strong {
    font-size: 14px;
  }
  .directoryProductBar span {
    font-size: 11px;
  }
  .directorySearch {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .directorySearch select {
    grid-column: 1 / -1;
  }
  .eventCard {
    margin-top: 14px;
  }
  .hero .eventCard {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .hero .eventPosterPreview,
  .hero .eventBadge,
  .hero .infoRow {
    display: none;
  }
  .hero .eventActionPanel {
    max-width: 420px;
    padding: 12px;
  }
  .hero .eventActionButtons {
    grid-template-columns: 1fr;
  }
  .hero .eventActionHead strong {
    font-size: 17px;
  }
  .heroEntryRail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .heroEntryRail div {
    min-height: 50px;
    padding: 8px;
  }
  .heroEntryRail span {
    font-size: 11px;
  }
  .heroEntryRail strong {
    font-size: 14px;
  }
  .directoryContent,
  .hostPanel {
    padding-top: 42px;
  }
  .directoryContent .sectionHead p {
    display: none;
  }
  .eventGrid {
    gap: 10px;
  }
  .publicEventCard {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-areas: "thumb core" "thumb status" "bottom bottom";
    gap: 10px 12px;
    padding: 10px;
  }
  .publicEventCard .eventThumb {
    grid-area: thumb;
    min-height: 132px;
    height: 100%;
  }
  .publicEventCard .eventCardCore {
    grid-area: core;
    margin: 0;
    align-self: start;
  }
  .publicEventCard h3 {
    font-size: 20px;
  }
  .publicEventCard .eventCardFacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .publicEventCard .eventCardFacts div {
    min-height: 34px;
  }
  .publicEventCard p {
    display: none;
  }
  .publicEventCard .eventCardStatus {
    grid-area: status;
    margin: 0;
    align-self: end;
    gap: 6px;
  }
  .publicEventCard .eventCardStatus strong,
  .publicEventCard .eventCardStatus span,
  .publicEventCard .eventCardStatus em {
    min-height: 28px;
    font-size: 11px;
  }
  .publicEventCard .cardBottom {
    grid-area: bottom;
    margin-top: 0;
    padding-top: 10px;
  }
  .eventCardCore,
  .eventCardStatus,
  .cardBottom {
    margin-left: 0;
    margin-right: 0;
  }
  .statsBand {
    margin: 0;
    border-radius: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content {
    padding-top: 48px;
  }
  .fighterDraft {
    grid-template-columns: 1fr;
  }
  .fighterIntake,
  .registeredFighter {
    grid-template-columns: 1fr;
  }
  .fighterInputProgress {
    grid-template-columns: 1fr;
  }
  .registeredDetail {
    padding-left: 14px;
    grid-template-columns: 1fr;
  }
  .registeredDetailActions {
    justify-content: stretch;
  }
  .registeredDetailActions button {
    flex: 1;
  }
  .bulkImport summary,
  .bulkActions,
  .receiptActions {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .bulkQualityBar {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bulkActions {
    display: grid;
  }
  .fighterFields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .previewRow {
    grid-template-columns: 1fr;
  }
  .previewRow em {
    text-align: left;
  }
  .confirmOverlay {
    padding: 10px;
    align-items: end;
  }
  .confirmDialog {
    max-height: calc(100vh - 24px);
  }
}
@media (max-width: 480px) {
  .mobileEntryDock {
    left: 8px;
    right: 8px;
    bottom: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  }
  .mobileEntryDock button {
    padding: 0 10px;
    font-size: 13px;
  }
  .fieldGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fighterIntakeSide {
    grid-template-columns: 1fr;
  }
  .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .entryIntakeHeader h2 {
    font-size: 25px;
  }
  .entryStepper button {
    min-height: 52px;
    padding: 8px 6px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    row-gap: 5px;
    text-align: center;
    font-size: 13px;
  }
  .entryStepper button > span {
    grid-row: auto;
    width: 26px;
    height: 26px;
  }
  .entryStepper small {
    display: none;
  }
  .confirmActions {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList,
  .receiptSummaryList,
  .confirmFighters {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList > div:nth-child(n),
  .receiptSummaryList > div:nth-child(n) {
    border-left: 0;
    border-top: 1px solid var(--zenos-line);
    padding: 10px 2px;
  }
  .confirmSummaryList > div:first-child,
  .receiptSummaryList > div:first-child {
    border-top: 0;
  }
  .receiptTopline {
    grid-template-columns: 1fr;
  }
  .receiptAdminTools > div {
    grid-template-columns: 1fr;
  }
  .directoryProductBar {
    grid-template-columns: 1fr;
  }
  .directoryProductBar a,
  .directoryProductBar button {
    min-height: 58px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
  }
  .directoryHostPrompt {
    align-items: flex-start;
    flex-direction: column;
  }
  .directoryHostPrompt a {
    width: auto;
  }
  .hostModeGrid,
  .hostProvincialPanel,
  .hostProvincialPanel > div,
  .hostSupportGrid,
  .hostFeePlanGrid,
  .hostSettlementGrid,
  .hostReviewGrid,
  .hostOutcomePanel > div {
    grid-template-columns: 1fr;
  }
  .hostSubmitDock {
    grid-template-columns: 1fr;
  }
  .hostSubmitDock .hostSubmitButton {
    width: 100%;
  }
  .publicEventCard {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px 10px;
  }
  .publicEventCard .eventThumb {
    min-height: 118px;
  }
  .publicEventCard h3 {
    font-size: 18px;
  }
  .publicEventCard .eventCardFacts {
    grid-template-columns: 1fr;
  }
  .publicEventCard .eventCardFacts div {
    min-height: 30px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
  .publicEventCard .eventCardStatus strong,
  .publicEventCard .eventCardStatus span,
  .publicEventCard .eventCardStatus em {
    font-size: 12px;
  }
  .cardBottom strong {
    font-size: 18px;
  }
  .cardBottom button {
    min-height: 40px;
    padding: 0 12px;
  }
}
.logo,
.primary,
.directoryProductBar button.primary,
.primaryStep,
.submitButton,
.hostSubmitButton {
  color: #ffffff;
  background: var(--zenos-blue);
  box-shadow: none;
}
.primary:hover,
.directoryProductBar button.primary:hover:not(:disabled),
.primaryStep:hover:not(:disabled),
.submitButton:hover:not(:disabled),
.hostSubmitButton:hover:not(:disabled) {
  background: var(--zenos-blue-strong);
}
.hero,
.directoryHero,
.hostCreateHero {
  background: #191f28;
}
.directoryProductBar a,
.directoryProductBar button,
.directorySearch,
.directoryCommandCard,
.eventCard {
  border-color: rgba(255, 255, 255, 0.1);
  background: #252d38;
  box-shadow: none;
}
.directoryProductBar button.primary {
  border-color: rgba(49, 130, 246, 0.72);
}
.directoryProductBar svg,
.directorySearch svg,
.commandHeader span {
  color: #8ab8ff;
}
.publicEventCard,
.formPanel,
.summaryPanel,
.entryStepper,
.hostFormPanel,
.hostSummaryPanel {
  border-color: var(--zenos-line);
  background: var(--zenos-surface);
  box-shadow: 0 2px 10px rgba(25, 31, 40, 0.04);
}
.publicEventCard:hover {
  border-color: #c9d0d8;
  box-shadow: 0 8px 24px rgba(25, 31, 40, 0.08);
}
.eventThumb:not(.hasImage) {
  background: var(--zenos-blue);
}
.sectionHead h2,
.publicEventCard h3,
.stepHeader h3,
.panelTitle h3,
.summaryPanel h3 {
  color: var(--zenos-ink);
}
.sectionHead p:last-child,
.publicEventCard p,
.stepHeader p {
  color: var(--zenos-muted);
}
input,
select,
textarea,
.fighterFields input,
.fighterFields select {
  border-color: #d1d6db;
  color: var(--zenos-ink);
  background: #ffffff;
  box-shadow: none;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #b0b8c1;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--zenos-blue);
  outline: 3px solid rgba(49, 130, 246, 0.12);
}
.entryStepper button.current,
.entryStepper button.active {
  color: #1b64da;
  background: var(--zenos-blue-soft);
}
.entryStepper button.current {
  outline-color: var(--zenos-blue);
}
.entryStepper button.current > span,
.entryStepper button.active > span,
.panelTitle button {
  color: #ffffff;
  background: var(--zenos-blue);
}
.entryStepper button.current small,
.entryStepper button.active small {
  color: var(--zenos-blue-strong);
}
.directorySortBar button.active,
.directoryQuickFilters button.active {
  border-color: var(--zenos-blue);
  color: #ffffff;
  background: var(--zenos-blue);
}
.content {
  padding-top: 64px;
}
@media (max-width: 430px) {
  .registeredList {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 360px) {
  .fieldGrid,
  .fighterFields {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .gymRequiredFields {
    grid-template-columns: 1fr;
  }
  .registeredSummary {
    grid-template-columns: 26px minmax(0, 1fr) auto;
  }
  .registeredSummary em {
    grid-column: 2 / -1;
    justify-self: start;
  }
  .fighterIssueBadge,
  .fighterOkBadge {
    grid-column: 3;
    grid-row: 1;
  }
  .depositSuggestLine {
    align-items: flex-start;
    flex-direction: column;
  }
  .depositQuickActions {
    width: 100%;
    justify-content: stretch;
  }
  .depositQuickActions button {
    flex: 1 1 120px;
  }
}
.directoryAppHeader {
  border-bottom: 1px solid #e7ebf0;
  padding: 18px clamp(18px, 4vw, 40px) 30px;
  color: #191f28;
  background: #f7f8fa;
}
.directoryAppHeader nav {
  margin-bottom: 34px;
}
.directoryAppHeader .logo {
  width: auto;
  height: 42px;
  color: #191f28;
  background: transparent;
  font-size: 22px;
  letter-spacing: 0;
}
.directoryAppHeader nav a {
  min-height: 38px;
  color: #4e5968;
  background: transparent;
  font-size: 13px;
}
.directoryAppHeader nav a:hover {
  color: var(--zenos-blue-strong);
  background: #edf4ff;
}
.directoryAppIntro,
.directoryAppHeader > .directorySearch {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.directoryAppIntro > span {
  color: var(--zenos-blue);
  font-size: 12px;
  font-weight: 850;
}
.directoryAppIntro h1 {
  margin: 7px 0 9px;
  color: #191f28;
  font-size: 36px;
  line-height: 1.2;
}
.directoryAppIntro p {
  margin: 0;
  color: #6b7684;
  font-size: 15px;
  font-weight: 700;
}
.directoryAppHeader > .directorySearch {
  max-width: 1160px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 26px minmax(280px, 1fr) minmax(220px, 0.32fr);
  gap: 10px;
  align-items: center;
  background: transparent;
  box-shadow: none;
}
.directoryAppHeader > .directorySearch svg {
  color: #8b95a1;
}
.directoryAppHeader > .directorySearch input,
.directoryAppHeader > .directorySearch select {
  min-height: 42px;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  color: #333d4b;
  background: #fff;
  font-weight: 750;
}
.directoryAppHeader > .directorySearch input {
  min-height: 50px;
  border-color: #d9dfe7;
  padding-left: 14px;
  font-size: 15px;
  box-shadow: 0 4px 16px rgba(25, 31, 40, 0.04);
}
.directoryFilterPanel {
  position: relative;
  min-width: 0;
}
.directoryFilterPanel summary {
  min-height: 50px;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 0 14px;
  display: grid;
  align-content: center;
  gap: 2px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(25, 31, 40, 0.04);
}
.directoryFilterPanel summary::-webkit-details-marker {
  display: none;
}
.directoryFilterPanel summary span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 850;
}
.directoryFilterPanel summary strong {
  min-width: 0;
  color: #333d4b;
  font-size: 13px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryFilterPanel > div {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  width: min(420px, calc(100vw - 32px));
  border: 1px solid #e5e8eb;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(25, 31, 40, 0.12);
}
.directoryAppHeader > .directorySearch select {
  color: #6b7684;
  background: #f8fafc;
  font-size: 13px;
}
.directoryAppHeader > .directorySearch input::placeholder {
  color: #9da6b2;
}
.directoryContent {
  max-width: 1160px;
  padding-top: 28px;
}
.directoryContent .resumeDraftPanel {
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid #e8ebef;
  border-radius: 0;
  padding: 14px 0;
  background: transparent;
}
.directoryContent .resumeDraftPanel > div:first-child span {
  color: var(--zenos-blue);
}
.directoryContent .resumeDraftPanel > div:first-child strong {
  color: #333d4b;
  font-size: 15px;
}
.directoryContent .resumeDraftItem {
  min-height: 64px;
  border-color: #e1e6ec;
  background: #fff;
}
.directoryContent .resumeDraftItem:hover {
  border-color: #b7c9e3;
  background: #f8fafc;
}
.directoryListToolbar {
  min-height: 72px;
  border-bottom: 1px solid #e8ebef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.directoryListToolbar .directoryResultLead span {
  color: var(--zenos-blue);
}
.directoryListToolbar .directoryResultLead strong {
  font-size: 21px;
}
.directoryToolbarControls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.directoryToolbarControls .directoryQuickFilters {
  margin: 0;
  flex-wrap: nowrap;
  gap: 3px;
}
.directoryToolbarControls .directoryQuickFilters button {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  padding: 0 11px;
  color: #6b7684;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.directoryToolbarControls .directoryQuickFilters button.active {
  color: #fff;
  background: var(--zenos-blue);
}
.directoryToolbarControls > select {
  min-height: 38px;
  border: 1px solid #dce1e7;
  border-radius: 8px;
  padding: 0 30px 0 10px;
  color: #4e5968;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.directoryReset {
  margin-top: 10px;
  border: 0;
  padding: 6px 0;
  color: var(--zenos-blue);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}
.directoryContent .eventGrid {
  margin-top: 6px;
  grid-template-columns: 1fr;
  gap: 0;
}
.directoryContent .publicEventCard {
  width: 100%;
  min-height: 154px;
  border: 0;
  border-bottom: 1px solid #e9edf1;
  border-radius: 0;
  padding: 18px 4px;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr) minmax(176px, auto);
  align-items: stretch;
  gap: 22px;
  color: #191f28;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.directoryContent .publicEventCard:hover {
  border-color: #e9edf1;
  background: #f8fafc;
  box-shadow: none;
}
.directoryContent .publicEventCard.freeEvent,
.directoryContent .publicEventCard.infoOnlyEvent {
  border-color: #e9edf1;
  background: transparent;
}
.directoryContent .publicEventCard.freeEvent:hover,
.directoryContent .publicEventCard.infoOnlyEvent:hover {
  background: #f8fafc;
}
.directoryContent .eventThumb {
  min-height: 116px;
  border-radius: 8px;
  background: #252d38;
}
.directoryContent .eventThumb div span {
  padding: 4px 8px;
  color: #4e5968;
  background: #fff;
  font-size: 10px;
}
.directoryContent .eventThumb div strong {
  font-size: 28px;
}
.directoryContent .eventCardCore,
.directoryContent .eventCardStatus {
  margin: 0;
}
.directoryContent .eventCardCore {
  align-content: center;
  gap: 13px;
}
.directoryContent .eventCardTitle > span {
  color: var(--zenos-blue);
  font-size: 11px;
}
.directoryContent .publicEventCard h3 {
  font-size: 20px;
}
.directoryContent .publicEventCard p {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 700;
}
.directoryContent .eventCardFacts {
  border-top: 0;
  padding-top: 0;
  grid-template-columns: 1fr minmax(150px, 1.4fr) 1fr;
  gap: 18px;
}
.directoryContent .eventCardFacts div {
  min-height: 34px;
}
.directoryContent .eventCardFacts span {
  color: #8b95a1;
  font-size: 10px;
  font-weight: 750;
}
.directoryContent .eventCardFacts strong {
  color: #333d4b;
  font-size: 13px;
  font-weight: 800;
}
.directoryContent .eventCardStatus {
  border-left: 1px solid #edf0f3;
  padding-left: 20px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 7px;
}
.directoryContent .eventCardStatus strong,
.directoryContent .eventCardStatus span,
.directoryContent .eventCardStatus em {
  min-height: 0;
  padding: 0;
  color: #6b7684;
  background: transparent;
  font-size: 11px;
}
.directoryContent .eventCardStatus strong.open {
  color: #0f9f6e;
  background: transparent;
}
.directoryContent .eventCardStatus strong.info {
  color: #3182f6;
  background: transparent;
}
.directoryContent .eventCardStatus b {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--zenos-blue);
  font-size: 13px;
  font-weight: 850;
}
.directoryContent .publicEventCard {
  min-height: 178px;
  padding: 22px 6px;
  grid-template-columns: 188px minmax(0, 1fr) minmax(172px, auto);
  gap: 26px;
}
.directoryContent .publicEventCard:hover {
  background: #fbfcfd;
}
.directoryContent .eventThumb {
  min-height: 132px;
  border-radius: 18px;
  background: #eef2f6;
}
.directoryContent .eventThumb.hasImage {
  background: #eef2f6;
}
.directoryContent .eventThumb.hasImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  filter: none;
}
.directoryContent .eventThumb.hasImage::after {
  background:
    linear-gradient(
      180deg,
      rgba(25, 31, 40, 0),
      rgba(25, 31, 40, 0.08));
}
.directoryContent .eventThumb.hasImage .eventThumbDate {
  display: none;
}
.directoryContent .eventCardCore {
  gap: 16px;
}
.directoryContent .eventCardTitle > span {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  color: #4e5968;
  background: #f2f4f6;
  font-size: 11px;
  font-weight: 850;
}
.directoryContent .publicEventCard h3 {
  max-width: 780px;
  margin-top: 4px;
  color: #191f28;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
}
.directoryContent .publicEventCard p {
  margin-top: 3px;
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
}
.directoryContent .eventCardFacts {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.directoryContent .eventCardFacts div {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.directoryContent .eventCardFacts span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 800;
}
.directoryContent .eventCardFacts strong {
  color: #333d4b;
  font-size: 14px;
  font-weight: 900;
}
.directoryContent .eventCardStatus {
  min-height: 132px;
  border-left: 1px solid #edf0f3;
  padding-left: 24px;
  align-content: center;
  justify-items: end;
  gap: 7px;
}
.directoryContent .eventCardStatus strong {
  color: #00a870;
  font-size: 15px;
  font-weight: 950;
}
.directoryContent .eventCardStatus span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
.directoryContent .eventCardStatus b {
  min-height: 42px;
  margin-top: 12px;
  border-radius: 13px;
  padding: 0 14px;
  color: #ffffff;
  background: #3182f6;
  box-shadow: 0 12px 28px rgba(49, 130, 246, 0.16);
  font-size: 14px;
  font-weight: 900;
}
.directoryContent .infoOnlyEvent .eventCardStatus b,
.directoryContent .publicEventCard:not(.freeEvent) .eventCardStatus strong:not(.open) + span + b {
  color: #4e5968;
  background: #f2f4f6;
  box-shadow: none;
}
@media (max-width: 820px) {
  .directoryAppHeader > .directorySearch {
    grid-template-columns: 26px minmax(0, 1fr) minmax(170px, 0.34fr);
    gap: 7px;
  }
  .directoryAppHeader > .directorySearch input {
    grid-column: 2;
  }
  .directoryAppHeader > .directorySearch select {
    min-height: 38px;
    font-size: 12px;
  }
  .directoryListToolbar {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 14px;
  }
  .directoryToolbarControls {
    width: 100%;
    justify-content: space-between;
  }
  .directoryContent .publicEventCard {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 15px;
  }
  .directoryContent .eventThumb {
    min-height: 104px;
    border-radius: 15px;
  }
  .directoryContent .eventCardStatus {
    grid-column: 1 / -1;
    border-top: 1px solid #edf0f3;
    border-left: 0;
    padding: 11px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .directoryContent .eventCardStatus b {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 560px) {
  .directoryAppHeader {
    padding: 14px 16px 22px;
  }
  .directoryAppHeader nav {
    margin-bottom: 26px;
  }
  .directoryAppIntro h1 {
    font-size: 28px;
  }
  .directoryAppIntro p {
    font-size: 13px;
  }
  .directoryAppHeader > .directorySearch {
    grid-template-columns: 1fr;
    padding: 8px 10px;
  }
  .directoryAppHeader > .directorySearch svg {
    display: none;
  }
  .directoryAppHeader > .directorySearch input {
    grid-column: 1 / -1;
  }
  .directoryFilterPanel {
    grid-column: 1 / -1;
  }
  .directoryFilterPanel > div {
    position: static;
    width: auto;
    margin-top: 8px;
    grid-template-columns: 1fr;
    box-shadow: none;
  }
  .directoryContent {
    padding: 22px 16px 0;
  }
  .directoryContent .resumeDraftPanel > div:first-child {
    display: none;
  }
  .directoryToolbarControls {
    align-items: stretch;
    flex-direction: column;
  }
  .directoryToolbarControls .directoryQuickFilters {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .directoryToolbarControls .directoryQuickFilters::-webkit-scrollbar {
    display: none;
  }
  .directoryToolbarControls > select {
    width: 100%;
  }
  .directoryContent .publicEventCard {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 15px 0;
  }
  .directoryContent .eventThumb {
    min-height: 82px;
  }
  .directoryContent .eventCardFacts {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .directoryContent .eventCardFacts div {
    min-height: 24px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
  }
  .directoryContent .eventCardStatus em {
    display: none;
  }
}
.directoryContent .eventGrid {
  margin-top: 10px;
}
.directoryContent .publicEventCard {
  min-height: 166px;
  padding: 20px 0;
  grid-template-columns: 176px minmax(0, 1fr) 150px;
  gap: 24px;
}
.directoryContent .eventThumb {
  min-height: 126px;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: #f2f4f6;
  box-shadow: 0 1px 0 rgba(25, 31, 40, 0.06);
}
.directoryContent .eventThumb.hasImage img {
  opacity: 1;
  filter: none;
}
.directoryContent .eventThumb.hasImage::after {
  background:
    linear-gradient(
      180deg,
      rgba(25, 31, 40, 0.02),
      rgba(25, 31, 40, 0.14));
}
.directoryContent .eventThumb.hasImage .eventThumbDate {
  display: none;
}
.directoryContent .eventThumbDate {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 92px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
}
.directoryContent .eventThumbDate span {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #6b7684;
  background: transparent;
  font-size: 11px;
  font-weight: 850;
}
.directoryContent .eventThumbDate strong {
  color: #191f28;
  font-size: 28px;
  line-height: 1;
}
.directoryContent .eventCardCore {
  align-content: center;
  gap: 14px;
}
.directoryContent .eventCardTitle > span {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  color: #4e5968;
  background: #f2f4f6;
  font-size: 11px;
  font-weight: 900;
}
.directoryContent .publicEventCard h3 {
  max-width: 760px;
  color: #191f28;
  font-size: 22px;
  line-height: 1.24;
}
.directoryContent .publicEventCard p {
  max-width: 520px;
  overflow: hidden;
  color: #6b7684;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryContent .eventCardFacts {
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.directoryContent .eventCardFacts div {
  min-height: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.directoryContent .eventCardFacts span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 850;
}
.directoryContent .eventCardFacts strong {
  overflow: hidden;
  color: #333d4b;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryContent .eventCardStatus {
  min-height: 126px;
  border-left: 1px solid #edf0f3;
  padding-left: 18px;
  align-content: center;
  justify-items: end;
  gap: 6px;
}
.directoryContent .eventCardStatus strong {
  color: #00a870;
  font-size: 14px;
  font-weight: 950;
}
.directoryContent .eventCardStatus b {
  margin-top: 12px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #1b64da;
  background: transparent;
  font-size: 14px;
  font-weight: 950;
}
@media (max-width: 820px) {
  .directoryContent .publicEventCard {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 17px;
  }
  .directoryContent .eventThumb,
  .directoryContent .eventThumbDate {
    min-height: 102px;
  }
  .directoryContent .eventCardStatus b {
    min-height: 32px;
  }
}
@media (max-width: 560px) {
  .directoryContent .publicEventCard {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 132px;
  }
  .directoryContent .eventCardCore,
  .directoryContent .eventCardTitle,
  .directoryContent .eventCardFacts {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .directoryContent .eventThumb,
  .directoryContent .eventThumbDate {
    min-height: 84px;
  }
  .directoryContent .eventCardFacts {
    gap: 4px 10px;
  }
  .directoryContent .eventCardFacts div {
    min-height: 22px;
  }
  .directoryContent .eventThumbDate strong {
    font-size: 22px;
  }
  .directoryContent .eventCardStatus {
    gap: 8px;
  }
}
.directoryContent .eventCardStatus span {
  max-width: 142px;
  overflow: hidden;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryContent .eventCardStatus em {
  display: none;
}
@media (max-width: 820px) {
  .directoryContent .eventCardStatus {
    min-height: 0;
    grid-column: 2;
    border-left: 0;
    border-top: 0;
    padding-left: 0;
    justify-items: start;
  }
  .directoryContent .eventCardStatus span {
    max-width: 100%;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    margin-top: 0;
  }
}
.directoryContent .publicEventCard {
  min-height: 178px;
  padding: 22px 6px;
  grid-template-columns: clamp(132px, 14vw, 188px) minmax(0, 1fr) minmax(148px, auto);
  gap: 26px;
}
.directoryContent .eventThumb {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
}
.directoryContent .eventThumb.hasImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
}
.directoryContent .publicEventCard h3 {
  font-size: 24px;
  line-height: 1.22;
}
.directoryContent .publicEventCard p {
  font-size: 14px;
}
.directoryContent .eventCardFacts {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.directoryContent .eventCardFacts strong {
  font-size: 14px;
}
.directoryContent .eventCardStatus {
  min-height: 132px;
  border-left: 1px solid #edf0f3;
  padding-left: 24px;
  justify-items: end;
}
.directoryContent .eventCardStatus strong {
  color: #00a870;
  font-size: 15px;
}
.directoryContent .eventCardStatus b {
  min-height: 42px;
  margin-top: 12px;
  border-radius: 13px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  background: #3182f6;
  box-shadow: 0 12px 28px rgba(49, 130, 246, 0.16);
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 980px) {
  .directoryContent .publicEventCard {
    grid-template-columns: clamp(116px, 22vw, 152px) minmax(0, 1fr);
    gap: 18px;
  }
  .directoryContent .eventCardStatus {
    min-height: 0;
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
    justify-items: start;
  }
  .directoryContent .eventCardStatus b {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .directoryContent .publicEventCard {
    grid-template-columns: clamp(108px, 28vw, 136px) minmax(0, 1fr);
    gap: 15px;
  }
  .directoryContent .eventThumb {
    border-radius: 15px;
  }
  .directoryContent .eventCardStatus {
    min-height: 0;
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
    justify-items: start;
  }
  .directoryContent .eventCardStatus b {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .directoryContent .publicEventCard {
    grid-template-columns: minmax(0, 1fr);
    min-height: 142px;
    gap: 12px;
  }
  .directoryContent .eventThumb {
    max-width: none;
    aspect-ratio: 16 / 9;
  }
  .directoryContent .eventCardStatus {
    grid-column: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 10px;
  }
  .directoryContent .eventCardStatus span {
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 2;
    grid-column: 2;
  }
}
.hero .eventCard {
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 0 0 0 22px;
  display: grid;
  gap: 12px;
  background: transparent;
  box-shadow: none;
}
.hero .lead {
  max-width: 560px;
  margin-top: 14px;
  color: #aeb8c4;
  font-size: 16px;
  line-height: 1.45;
}
.hero .eventQuickFacts {
  margin-top: 20px;
  gap: 18px;
}
.hero .eventQuickFacts span {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #e2e8f0;
  background: transparent;
  font-size: 14px;
}
.hero .eventQuickFacts svg {
  color: #8ab8ff;
}
.hero .eventPosterPreview {
  order: 2;
  min-height: 96px;
  border-radius: 14px;
  display: grid;
  background: rgba(255, 255, 255, 0.08);
}
.hero .eventPosterPreview.hasImage::after {
  background:
    linear-gradient(
      180deg,
      rgba(25, 31, 40, 0),
      rgba(25, 31, 40, 0.18));
}
.hero .eventActionPanel {
  order: 1;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px 18px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
}
.hero .eventActionHead {
  align-items: center;
}
.hero .eventActionHead span {
  border-radius: 10px;
  color: #1b64da;
  background: #f2f7ff;
}
.hero .eventActionHead strong {
  color: #191f28;
  font-size: 20px;
  text-align: right;
}
.hero .eventActionList {
  border-top: 1px solid #edf0f3;
  margin-top: 2px;
}
.hero .eventActionList div {
  border-bottom: 1px solid #edf0f3;
  padding: 8px 0;
}
.hero .eventActionList dt {
  color: #8b95a1;
  font-size: 12px;
}
.hero .eventActionList dd {
  color: #191f28;
  font-size: 13px;
  font-weight: 850;
}
.hero .eventActionButtons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}
.hero .eventActionButtons button,
.hero .eventActionButtons a {
  min-height: 44px;
  border-radius: 12px;
  border-color: #e5e8eb;
  color: #4e5968;
  background: #f9fafb;
}
.hero .eventActionButtons a.primary {
  border-color: #3182f6;
  color: #fff;
  background: #3182f6;
}
.hero .eventActionButtons button:hover:not(:disabled) {
  border-color: #d9edff;
  color: #1b64da;
  background: #f2f7ff;
}
.hero .eventActionToast {
  color: #1b64da;
  text-align: left;
}
.eventDetailHero {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      #111827 0%,
      #111827 42%,
      #182235 100%);
}
.eventDetailHero.hasCoverImage::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--event-cover-image);
  background-position: center;
  background-size: cover;
  opacity: 0.42;
  transform: scale(1.02);
}
.eventDetailHero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(17, 24, 39, 0.96) 0%,
      rgba(17, 24, 39, 0.88) 38%,
      rgba(17, 24, 39, 0.58) 68%,
      rgba(17, 24, 39, 0.86) 100%),
    linear-gradient(
      180deg,
      rgba(17, 24, 39, 0.52),
      rgba(17, 24, 39, 0.96));
}
.eventDetailHero nav,
.eventDetailHero .heroGrid {
  position: relative;
}
.eventDetailHero .heroGrid {
  max-width: 1200px;
  min-height: 500px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
}
.eventHeroPosterInline {
  width: min(760px, 100%);
  margin-top: 28px;
}
.eventDetailHero .eventHeroPosterInline .eventPosterPreview {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}
.eventDetailHero .eventHeroPosterInline .eventPosterPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventDetailHero h1 {
  max-width: 800px;
  font-size: clamp(40px, 5.8vw, 76px);
}
.eventDetailHero .lead {
  max-width: 620px;
  color: #c4ccd8;
}
.eventHeroStatusLine {
  max-width: 720px;
  margin-top: 18px;
  color: #c4ccd8;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
}
.eventDetailHero .eventQuickFacts {
  max-width: 780px;
  gap: 16px;
}
.eventDetailHero .ctaRow {
  margin-top: 28px;
}
.eventDetailHero .primary {
  background: #3182f6;
}
.eventDetailHero .secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}
.heroGuidePath {
  max-width: 620px;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  list-style: none;
}
.heroGuidePath li {
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 13px 14px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dbe6f4;
  font-size: 13px;
  font-weight: 900;
}
.heroGuidePath li + li {
  padding-left: 14px;
}
.heroGuidePath span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #dbeafe;
  background: rgba(49, 130, 246, 0.2);
  font-size: 12px;
  font-weight: 950;
}
.heroGuidePath strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventDetailHero .eventCard {
  align-self: end;
  border-left: 0;
  padding: 0;
}
.eventDetailHero .eventPosterPreview {
  display: none;
}
.eventDetailHero .eventActionPanel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}
.eventDetailHero .eventActionButtons a.primary {
  border-color: #3182f6;
  background: #3182f6;
}
@media (max-width: 900px) {
  .hero .eventCard {
    border-left: 0;
    padding-left: 0;
    margin-top: 12px;
  }
  .hero .eventPosterPreview {
    display: none;
  }
  .eventDetailHero {
    min-height: auto;
  }
  .eventDetailHero .heroGrid {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }
  .eventDetailHero .eventCard {
    margin-top: 18px;
  }
}
@media (max-width: 560px) {
  .hero .eventQuickFacts {
    display: grid;
    gap: 8px;
  }
  .hero .eventActionButtons {
    grid-template-columns: 1fr;
  }
  .heroGuidePath {
    grid-template-columns: 1fr;
  }
  .heroGuidePath li,
  .heroGuidePath li + li {
    padding-left: 0;
  }
}
.eventBrief {
  margin-top: 0;
}
.briefDecision.briefStrip {
  border-color: #edf0f3;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 14px 0;
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 0.9fr) auto;
  background: transparent;
  box-shadow: none;
}
.briefDecision.briefStrip.ready {
  border-color: #edf0f3;
  background: transparent;
}
.briefStrip .briefDecisionCopy span {
  color: #8b95a1;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}
.briefStrip .briefDecisionCopy strong {
  color: #191f28;
  font-size: 17px;
}
.briefStrip .briefDecisionCopy p {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
}
.briefStrip .briefDecisionMeta {
  gap: 18px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.briefStrip .briefDecisionMeta div {
  min-height: 38px;
  padding: 0;
  border-left: 0;
  justify-content: center;
}
.briefStrip .briefDecisionMeta div:first-child {
  border-left: 0;
}
.briefStrip .briefDecisionMeta dt {
  color: #8b95a1;
  font-size: 11px;
}
.briefStrip .briefDecisionMeta dd {
  color: #191f28;
  font-size: 13px;
}
.briefTextLink {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4e5968;
  background: #f2f7ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.briefTextLink:hover {
  border-color: #d9edff;
  color: #1b64da;
  background: #f2f7ff;
}
.eventBriefGuide {
  padding: 44px 0 38px;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.56fr);
  gap: 24px 32px;
  align-items: start;
}
.eventGuideCover {
  grid-column: 2;
  grid-row: 1 / span 3;
  min-height: 360px;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.1);
}
.eventBriefGuideHead {
  max-width: 720px;
  gap: 10px;
}
.eventBriefGuideHead span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  color: #1b64da;
  background: #eef5ff;
  font-size: 12px;
}
.eventBriefGuideHead strong {
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: 1.12;
}
.eventBriefGuideHead p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
}
.eventBriefFacts {
  margin-top: 6px;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: transparent;
}
.eventBriefFacts div,
.eventBriefFacts div:first-child {
  min-height: 58px;
  border-top: 1px solid #edf0f3;
  border-left: 0;
  padding: 13px 0;
}
.eventBriefFacts div:nth-child(2n) {
  padding-left: 20px;
}
.eventBriefFacts dt {
  font-size: 11px;
}
.eventBriefFacts dd {
  font-size: 15px;
}
.eventGuidePlainSummary {
  grid-column: 1 / -1;
  margin-top: 8px;
  border-left: 0;
  border-radius: 18px;
  padding: 18px 20px;
  color: #333d4b;
  background: #f6f8fb;
  font-size: 15px;
}
.eventGuideSections {
  grid-column: 1 / -1;
  margin-top: 8px;
  border-top: 1px solid #edf0f3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.eventGuideSections article {
  min-height: 86px;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  padding: 18px 0;
  grid-template-columns: minmax(110px, 0.18fr) minmax(180px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  background: transparent;
}
.eventGuideSections span {
  color: #8b95a1;
}
.eventGuideSections strong {
  font-size: 18px;
}
.eventGuideSections p {
  font-size: 14px;
  line-height: 1.65;
}
.eventGuideFlow {
  grid-column: 1 / -1;
  margin-top: 8px;
  border-radius: 20px;
  padding: 4px;
  gap: 4px;
  background: #f6f8fb;
}
.eventGuideFlow li,
.eventGuideFlow li + li {
  border: 0;
  border-radius: 16px;
  padding: 14px;
  background: white;
}
.eventGuideFlow strong,
.eventGuideFlow small {
  white-space: normal;
}
.eventGuideDecisionBar {
  grid-column: 1 / -1;
  min-height: 92px;
  margin-top: 10px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.eventGuideDecisionBar > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.eventGuideDecisionBar span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventGuideDecisionBar strong {
  color: #191f28;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.2;
  letter-spacing: 0;
}
.eventGuideDecisionBar p {
  margin: 0;
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
}
.eventGuideDecisionBar a {
  min-height: 50px;
  border-radius: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: #3182f6;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(49, 130, 246, 0.18);
  white-space: nowrap;
}
.eventGuideDecisionBar:not(.ready) a {
  color: #4e5968;
  background: #f2f4f6;
  box-shadow: none;
}
.eventGuideImages {
  grid-column: 1 / -1;
  margin-top: 8px;
}
.eventActionPanel {
  border-radius: 16px;
  background: rgba(25, 31, 40, 0.62);
}
.eventActionHead span {
  border-radius: 10px;
}
@media (max-width: 900px) {
  .briefDecision.briefStrip {
    grid-template-columns: 1fr;
  }
  .eventBriefGuide {
    grid-template-columns: 1fr;
  }
  .eventGuideCover {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
  .eventGuideSections article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .briefTextLink {
    width: fit-content;
  }
}
@media (max-width: 560px) {
  .briefStrip .briefDecisionMeta {
    grid-template-columns: 1fr;
  }
  .briefStrip .briefDecisionMeta div {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  .briefStrip .briefDecisionMeta div:first-child {
    border-top: 0;
  }
  .eventBriefGuide {
    padding: 30px 0;
    gap: 18px;
  }
  .eventBriefFacts {
    grid-template-columns: 1fr;
  }
  .eventBriefFacts div:nth-child(2n) {
    padding-left: 0;
  }
  .eventGuideFlow {
    grid-template-columns: 1fr;
  }
  .eventGuideDecisionBar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .eventGuideDecisionBar a {
    width: 100%;
  }
}
.directoryContent .resumeDraftPanel {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 18px;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  background: transparent;
  box-shadow: none;
}
.directoryContent .resumeDraftPanel > div:first-child span {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 850;
}
.directoryContent .resumeDraftPanel > div:first-child strong {
  color: #191f28;
  font-size: 15px;
  line-height: 1.35;
}
.directoryContent .resumeDraftItem {
  min-height: 56px;
  border: 1px solid #edf0f3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(25, 31, 40, 0.03);
}
.directoryContent .resumeDraftItem:hover {
  border-color: #d9edff;
  background: #f2f7ff;
}
.directoryContent .resumeDraftList strong {
  color: #191f28;
  font-size: 14px;
}
.directoryContent .resumeDraftDismiss {
  min-height: 34px;
  border-radius: 10px;
  color: #6b7684;
  background: #f9fafb;
}
#entry .revisionRequestNotice,
#entry .linkedGymNotice,
#entry .linkedGymMismatchNotice,
#entry .existingEntryNotice,
#entry .entryClosedNotice {
  margin-top: 14px;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(25, 31, 40, 0.035);
}
#entry .revisionRequestNotice,
#entry .linkedGymMismatchNotice,
#entry .existingEntryNotice {
  grid-template-columns: minmax(0, 1fr) auto;
}
#entry .revisionRequestNotice span,
#entry .existingEntryNotice span {
  color: #8b95a1;
  background: transparent;
  padding: 0;
}
#entry .revisionRequestNotice strong,
#entry .linkedGymNotice strong,
#entry .linkedGymMismatchNotice strong,
#entry .existingEntryNotice strong,
#entry .entryClosedNotice strong {
  color: #191f28;
  font-size: 16px;
}
#entry .revisionRequestNotice p,
#entry .linkedGymNotice span,
#entry .linkedGymMismatchNotice p,
#entry .existingEntryNotice p,
#entry .entryClosedNotice span {
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
}
#entry .revisionIssueChips small,
#entry .revisionIssueRow span {
  border: 0;
  border-radius: 9px;
  color: #e42939;
  background: #fff1f2;
}
#entry .revisionIssueList li,
#entry .revisionIssueList b,
#entry .revisionIssueList span {
  color: #4e5968;
}
#entry .revisionRequestNotice button,
#entry .linkedGymMismatchNotice button,
#entry .existingEntryNotice button {
  min-height: 38px;
  border: 1px solid #d9edff;
  border-radius: 11px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .revisionRequestNotice button.primary,
#entry .existingEntryActions button:last-child {
  border-color: #3182f6;
  color: #ffffff;
  background: #3182f6;
}
#entry .revisionRequestNotice button:hover,
#entry .linkedGymMismatchNotice button:hover,
#entry .existingEntryNotice button:hover {
  border-color: #3182f6;
  color: #ffffff;
  background: #3182f6;
}
#entry .existingEntryActions {
  gap: 8px;
  flex: 0 0 auto;
}
#entry .existingEntryNotice > div:first-child {
  min-width: 0;
}
#entry .existingEntryNotice p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 760px) {
  .directoryContent .resumeDraftPanel,
  .directoryContent .resumeDraftList,
  #entry .revisionRequestNotice,
  #entry .linkedGymMismatchNotice,
  #entry .existingEntryNotice {
    grid-template-columns: 1fr;
  }
  #entry .revisionRequestActions,
  #entry .existingEntryActions {
    width: 100%;
    display: grid;
  }
  #entry .existingEntryActions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.confirmDialog,
.receiptDialog {
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(25, 31, 40, 0.28);
}
.confirmDialog {
  width: min(640px, 100%);
  padding: 28px;
  gap: 20px;
}
.receiptDialog {
  width: min(580px, 100%);
  padding: 28px;
  gap: 18px;
}
.confirmHero h2,
.receiptHero h2 {
  color: #191f28;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.08;
}
.confirmSummaryList,
.receiptSummaryList {
  border: 1px solid #edf0f3;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}
.confirmSummaryList.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confirmSummaryList > div,
.receiptSummaryList > div {
  border: 0;
  border-top: 1px solid #edf0f3;
  padding: 16px 18px;
}
.confirmSummaryList > div:nth-child(-n+2),
.receiptSummaryList > div:nth-child(-n+2) {
  border-top: 0;
}
.confirmSummaryList > div:nth-child(even),
.receiptSummaryList > div:nth-child(even) {
  border-left: 1px solid #edf0f3;
}
.confirmSummaryList dt,
.receiptSummaryList dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
.confirmSummaryList dd,
.receiptSummaryList dd {
  color: #191f28;
  font-size: 16px;
  font-weight: 850;
}
.confirmFighterDetails {
  border: 1px solid #edf0f3;
  border-radius: 16px;
  overflow: hidden;
}
.confirmFighterDetails summary {
  min-height: 54px;
  padding: 0 18px;
}
.confirmNotice,
.receiptNextAction {
  border-radius: 16px;
  padding: 15px 16px;
  background: #f9fafb;
}
.receiptSuccessMark {
  background: #3182f6;
  box-shadow: 0 12px 28px rgba(49, 130, 246, 0.24);
}
.receiptCodeBox {
  border-color: #d9edff;
  border-radius: 18px;
  padding: 16px 18px;
  background: #f2f7ff;
}
.receiptActions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.receiptActions .submitBtn {
  grid-column: 1 / -1;
}
.receiptAdminTools {
  border-top: 0;
  border-radius: 16px;
  background: #f9fafb;
}
@media (max-width: 560px) {
  .confirmDialog,
  .receiptDialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 22px 22px 0 0;
    padding: 22px 18px;
    overflow: auto;
  }
  .confirmSummaryList.compact,
  .receiptSummaryList,
  .confirmActions,
  .receiptActions,
  .receiptAdminTools > div {
    grid-template-columns: 1fr;
  }
  .confirmSummaryList > div:nth-child(n),
  .receiptSummaryList > div:nth-child(n) {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  .confirmSummaryList > div:first-child,
  .receiptSummaryList > div:first-child {
    border-top: 0;
  }
}
.directoryContent .eventGrid {
  margin-top: 18px;
}
.directoryContent .publicEventCard {
  min-height: 198px;
  border-bottom-color: #e6eaf0;
  padding: 28px 8px;
  grid-template-columns: clamp(172px, 17vw, 232px) minmax(0, 1fr) minmax(164px, auto);
  gap: clamp(22px, 3vw, 36px);
}
.directoryContent .publicEventCard:hover {
  background:
    linear-gradient(
      90deg,
      rgba(49, 130, 246, 0.035),
      rgba(255, 255, 255, 0));
}
.directoryContent .eventThumb {
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(25, 31, 40, 0.08);
}
.directoryContent .eventThumb.hasImage::after {
  background:
    linear-gradient(
      180deg,
      rgba(25, 31, 40, 0.01),
      rgba(25, 31, 40, 0.12));
}
.directoryContent .eventCardCore {
  gap: 18px;
}
.directoryContent .eventCardTitle > span {
  border-radius: 0;
  padding: 0;
  color: #6b7684;
  background: transparent;
  font-size: 12px;
}
.directoryContent .publicEventCard h3 {
  max-width: 820px;
  margin-top: 8px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.16;
}
.directoryContent .publicEventCard p {
  max-width: 620px;
  margin-top: 8px;
  color: #6b7684;
  font-size: 15px;
  font-weight: 800;
}
.directoryContent .eventCardFacts {
  max-width: none;
  gap: 10px 24px;
}
.directoryContent .eventCardFacts div {
  min-height: 26px;
}
.directoryContent .eventCardFacts span {
  font-size: 12px;
}
.directoryContent .eventCardFacts strong {
  font-size: 15px;
}
.directoryContent .eventCardStatus {
  min-height: 144px;
  border-left-color: #edf0f3;
  padding-left: 28px;
  gap: 8px;
}
.directoryContent .eventCardStatus strong {
  color: #00a870;
  font-size: 17px;
}
.directoryContent .eventCardStatus span {
  max-width: 170px;
  color: #8b95a1;
  font-size: 13px;
}
.directoryContent .eventCardStatus b {
  min-height: 48px;
  margin-top: 16px;
  border-radius: 15px;
  padding: 0 18px;
  color: #fff;
  background: #3182f6;
  box-shadow: 0 14px 30px rgba(49, 130, 246, 0.18);
  font-size: 15px;
}
.directoryContent .infoOnlyEvent .eventCardStatus b,
.directoryContent .publicEventCard:not(.freeEvent) .eventCardStatus strong:not(.open) + span + b {
  color: #4e5968;
  background: #f2f4f6;
  box-shadow: none;
}
@media (max-width: 980px) {
  .directoryContent .publicEventCard {
    min-height: 178px;
    grid-template-columns: clamp(132px, 23vw, 172px) minmax(0, 1fr);
    gap: 18px;
  }
  .directoryContent .eventCardStatus {
    min-height: 0;
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
    justify-items: start;
  }
  .directoryContent .eventCardStatus span {
    max-width: 100%;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    min-height: 0;
    margin-top: 0;
    padding: 0;
    color: #1b64da;
    background: transparent;
    box-shadow: none;
  }
}
@media (max-width: 700px) {
  .directoryContent .eventGrid {
    margin-top: 14px;
  }
  .directoryContent .publicEventCard {
    padding: 24px 0;
  }
  .directoryContent .eventThumb {
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(25, 31, 40, 0.07);
  }
  .directoryContent .publicEventCard h3 {
    margin-top: 6px;
    font-size: clamp(24px, 7vw, 31px);
  }
  .directoryContent .publicEventCard p {
    white-space: normal;
  }
  .directoryContent .eventCardFacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .directoryContent .eventCardFacts div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
  }
  .directoryContent .eventCardStatus b {
    min-height: 44px;
    border-radius: 14px;
    padding: 0 16px;
    color: #fff;
    background: #3182f6;
    box-shadow: 0 12px 26px rgba(49, 130, 246, 0.17);
  }
}
.eventFeedHead,
.eventFeedEngagement {
  display: none;
}
.eventFeedMedia .eventFeedTrack {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.eventFeedMedia .eventFeedTrack::-webkit-scrollbar {
  display: none;
}
.eventFeedSlide {
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin: 0;
  flex: 0 0 100%;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.eventFeedMedia .eventFeedSlide img {
  width: 100%;
  height: 100%;
  position: static;
  display: block;
  object-fit: cover;
}
.eventFeedImageCount {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.58);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.eventFeedMediaNav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #191f28;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
}
.eventFeedMediaNav.previous {
  left: 12px;
}
.eventFeedMediaNav.next {
  right: 12px;
}
.directoryContent .eventThumb.eventFeedMedia > .eventFeedDots {
  inset: auto auto 14px 50%;
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-items: normal;
  gap: 5px;
  background: rgba(15, 23, 42, 0.34);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}
.eventFeedDots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.58);
  transition: width 160ms ease, background 160ms ease;
  cursor: pointer;
}
.eventFeedDots button.active {
  width: 20px;
  border-radius: 999px;
  background: #ffffff;
}
.eventCardAction {
  min-height: 54px;
  margin-top: 12px;
  border: 0;
  border-radius: 16px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  background: var(--zenos-blue);
  box-shadow: 0 16px 34px rgba(49, 130, 246, 0.18);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
.eventCardAction:hover {
  background: var(--zenos-blue-strong);
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    border-bottom: 8px solid #f2f4f6;
    padding: 18px 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
    background: #ffffff;
  }
  .directoryContent .eventFeedHead {
    grid-row: 1;
    padding: 0 2px 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }
  .eventFeedAvatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #191f28;
    font-size: 14px;
    font-weight: 950;
  }
  .eventFeedHead > div {
    min-width: 0;
    display: grid;
    gap: 2px;
  }
  .eventFeedHead strong,
  .eventFeedHead small {
    overflow: hidden;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .eventFeedHead strong {
    color: #191f28;
    font-size: 14px;
  }
  .eventFeedHead small {
    color: #8b95a1;
    font-size: 12px;
    font-weight: 750;
  }
  .directoryContent .eventThumb.eventFeedMedia {
    grid-row: 2 !important;
    border-radius: 0;
    aspect-ratio: 4 / 3;
    max-height: none;
    box-shadow: none;
  }
  .directoryContent .eventFeedEngagement {
    grid-row: 3;
    min-height: 50px;
    padding: 10px 2px 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #333d4b;
  }
  .eventFeedEngagement > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .eventFeedEngagement strong {
    color: #191f28;
    font-size: 14px;
  }
  .eventFeedEngagement > small {
    color: #6b7684;
    font-size: 12px;
    font-weight: 800;
  }
  .eventFeedImageCount {
    top: 12px;
    right: 12px;
  }
  .eventFeedMediaNav {
    width: 34px;
    height: 34px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.34);
    box-shadow: none;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .directoryContent .eventCardCore {
    grid-row: 4 !important;
    gap: 12px;
    padding: 0 2px;
  }
  .directoryContent .eventCardTitle > span {
    display: none;
  }
  .directoryContent .publicEventCard h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .directoryContent .publicEventCard p {
    font-size: 13px;
  }
  .directoryContent .eventCardFacts {
    border-top: 0;
    border-bottom: 1px solid #edf0f3;
    padding: 2px 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
  .directoryContent .eventCardFacts div,
  .directoryContent .eventCardFacts div:last-child {
    min-width: 0;
    grid-column: auto;
  }
  .directoryContent .eventCardGuideLine {
    border-top-width: 2px;
    padding-top: 10px;
  }
  .directoryContent .eventCardStatus {
    grid-row: 5 !important;
    padding: 14px 2px 0;
    display: block;
  }
  .directoryContent .eventCardStatus > strong,
  .directoryContent .eventCardStatus > span,
  .directoryContent .eventCardStatus > small {
    display: none;
  }
  .directoryContent .eventCardAction {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }
  .directoryContent .eventThumb {
    width: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
  .directoryContent .eventThumb.hasImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .directoryContent .eventCardCore {
    width: 100%;
  }
  .directoryContent .eventCardStatus {
    width: 100%;
    min-height: 0;
    grid-column: auto;
    border-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 10px;
    justify-items: start;
  }
  .directoryContent .eventCardStatus span {
    max-width: 100%;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
    white-space: nowrap;
  }
}
@media (max-width: 430px) {
  .directoryContent .eventCardStatus {
    grid-template-columns: 1fr;
  }
  .directoryContent .eventCardStatus b {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }
}
#entry .entryStepPanel:has(.gymRequiredFields) .depositNameField {
  border: 1px solid #edf0f3;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 31, 40, 0.04);
}
#entry .entryStepPanel:has(.gymRequiredFields) .depositNameField > span:first-child {
  margin: 0;
  color: #8b95a1;
}
#entry .entryStepPanel:has(.gymRequiredFields) .depositNameField input {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 18px;
  padding: 0 28px !important;
  background: #f7f8fa;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.35;
}
#entry .entryStepPanel:has(.gymRequiredFields) .depositSuggestLine {
  margin-top: 6px;
  padding-top: 0;
  justify-content: center;
}
@media (max-width: 640px) {
  #entry .entryStepPanel:has(.gymRequiredFields) .depositNameField {
    padding: 22px;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .depositNameField input {
    min-height: 60px;
    padding: 0 24px !important;
  }
}
.eventBriefGuide .eventBriefFacts {
  border-radius: 28px;
  overflow: hidden;
}
.eventBriefGuide .eventBriefFacts div,
.eventBriefGuide .eventBriefFacts div:first-child,
.eventBriefGuide .eventBriefFacts div:nth-child(2n),
.eventBriefGuide .eventBriefFacts div:nth-child(2n+1) {
  min-height: 116px;
  padding: 28px 32px;
}
.eventBriefGuide .eventBriefFacts div:first-child {
  padding-left: 32px;
}
.eventBriefGuide .eventBriefFacts dt {
  margin-bottom: 16px;
}
.eventBriefGuide .eventBriefFacts dd {
  line-height: 1.42;
  overflow-wrap: anywhere;
}
@media (max-width: 900px) {
  .eventBriefGuide .eventBriefFacts div,
  .eventBriefGuide .eventBriefFacts div:first-child,
  .eventBriefGuide .eventBriefFacts div:nth-child(2n),
  .eventBriefGuide .eventBriefFacts div:nth-child(2n+1) {
    min-height: 104px;
    padding: 24px 26px;
  }
}
#entry .depositNameField input {
  min-height: 56px;
  padding: 0 24px;
  box-sizing: border-box;
  line-height: 1.35;
}
#entry .depositNameField {
  row-gap: 12px;
}
#entry .depositSuggestLine {
  margin-top: 4px;
}
@media (max-width: 640px) {
  #entry .depositNameField {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #entry .depositNameField input {
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
  }
}
#entry .paymentConfirmRows > div:not(:first-child) {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}
#entry .paymentConfirmRows > div:not(:first-child) strong {
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.35;
}
#entry .paymentConfirmRows > div:not(:first-child) .paymentMiniCopy {
  align-self: center;
  flex: 0 0 auto;
}
@media (max-width: 520px) {
  #entry .paymentConfirmRows > div:not(:first-child) {
    grid-template-columns: 1fr;
  }
  #entry .paymentConfirmRows > div:not(:first-child) .paymentMiniCopy {
    width: 100%;
  }
}
.directoryAppHeader,
.directoryContent,
.eventDetailHero,
.eventBrief,
#entry,
.hostRequestWorkbench,
.hostRequestForm,
.hostRequestReview {
  min-width: 0;
}
@media (max-width: 980px) {
  #entry .entryLayout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  #entry .formPanel {
    order: -1;
  }
  #entry .summaryPanel {
    order: 0;
    width: 100%;
    max-width: none;
  }
  .hostRequestWorkbench {
    grid-template-columns: minmax(0, 1fr);
  }
  .hostRequestForm,
  .hostRequestReview {
    width: 100%;
    max-width: none;
  }
  .hostRequestReview {
    position: static;
  }
}
@media (max-width: 700px) {
  .directoryAppHeader,
  .directoryContent,
  .eventDetailHero nav,
  .eventDetailHero .heroGrid,
  .eventBrief,
  #entry,
  .hostCreateHero > div,
  .hostRequestWorkbench {
    width: min(100% - 24px, 100%);
  }
  .directoryAppHeader nav,
  .directoryToolbarControls .directoryQuickFilters,
  .entryStageButtons {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .directoryAppHeader nav::-webkit-scrollbar,
  .directoryToolbarControls .directoryQuickFilters::-webkit-scrollbar,
  .entryStageButtons::-webkit-scrollbar {
    display: none;
  }
  .eventDetailHero h1,
  .hostCreateHero h1 {
    overflow-wrap: anywhere;
  }
  #entry .entryLayout {
    gap: 20px;
  }
  #entry .entryCommandHeader {
    grid-template-columns: minmax(0, 1fr) minmax(84px, auto);
    align-items: end;
    gap: 12px;
    padding-bottom: 4px;
  }
  #entry .entryCommandHeader h2 {
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.08;
  }
  #entry .entryCommandHeader > div:first-child > span {
    font-size: 14px;
    line-height: 1.45;
  }
  #entry .entryCommandState {
    width: auto;
    justify-items: end;
    text-align: right;
  }
  #entry .entryCommandState strong {
    font-size: 30px;
  }
  #entry .entryStageBar {
    gap: 8px;
    padding-block: 10px;
  }
  #entry .entryStageButtons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  #entry .entryStageButtons button {
    min-width: 0;
    min-height: 58px;
    padding: 8px 6px;
    justify-items: center;
    text-align: center;
  }
  #entry .entryStageButtons button span,
  #entry .entryStageButtons button strong {
    white-space: normal;
  }
  #entry .entryStageButtons button strong {
    font-size: 12px;
  }
  #entry .formPanel,
  #entry .summaryPanel,
  #entry .entryStepPanel {
    min-width: 0;
    max-width: 100%;
  }
  #entry .summaryPanel {
    padding: 18px;
  }
  #entry .mobileEntryDock {
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
  }
  .hostCreateHero {
    padding-bottom: 44px;
  }
  .hostCreateHero h1 {
    font-size: 38px;
    line-height: 1.12;
  }
  .hostCreateHero .lead {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.55;
  }
  .hostRequestTop {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .hostRequestTop > button {
    width: auto;
    min-height: 40px;
    align-self: flex-end;
    padding-inline: 14px;
  }
  .hostFieldPair,
  .hostSegmented,
  .hostSegmented.sub,
  .hostSubmitActions {
    grid-template-columns: minmax(0, 1fr);
  }
  .hostChoiceRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hostChoiceRail button {
    min-height: 104px;
    padding: 16px 14px;
    align-content: start;
  }
  .hostChoiceRail button small {
    line-height: 1.4;
  }
  .hostCreatePage {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }
  .hostRequestReview {
    position: fixed;
    z-index: 80;
    top: auto;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    width: auto;
    height: auto;
    max-height: none;
    border: 1px solid #e5e8eb;
    border-radius: 20px;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(142px, auto);
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(25, 31, 40, 0.18);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .hostReviewCard {
    min-width: 0;
    border: 0;
    padding: 4px 6px;
    background: transparent;
  }
  .hostReviewCard > span,
  .hostReviewCard .hostReviewMeter,
  .hostReviewPath,
  .hostLaunchPolicy {
    display: none;
  }
  .hostReviewCard strong {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hostReviewCard small {
    overflow: hidden;
    margin-top: 3px;
    display: block;
    color: #8b95a1;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hostRequestReview .hostSubmitButton {
    min-height: 52px;
    border-radius: 15px;
    padding-inline: 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .hostCreatePage:has(.hostRequestForm input:focus, .hostRequestForm select:focus, .hostRequestForm textarea:focus) .hostRequestReview {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }
  .hostRequestForm input,
  .hostRequestForm select,
  .hostRequestForm textarea,
  .hostRequestForm button,
  .hostRequestForm label,
  .hostRequestReview button {
    min-width: 0;
    max-width: 100%;
  }
  .confirmDialog,
  .receiptDialog {
    width: min(100% - 24px, 620px);
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.eventBrief {
  background: #ffffff;
}
.eventOverview {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 104px;
}
.eventOverviewHeader {
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}
.eventOverviewHeader > div:first-child {
  max-width: 720px;
}
.eventOverviewHeader > div:first-child > span,
.eventOverviewSectionHead span,
.eventOverviewActionHead > span,
.eventOverviewPrep > span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 900;
}
.eventOverviewHeader h2 {
  margin: 9px 0 0;
  color: #191f28;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}
.eventOverviewHeader p {
  max-width: 680px;
  margin: 14px 0 0;
  color: #6b7684;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}
.eventOverviewState {
  min-width: 220px;
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}
.eventOverviewState span {
  color: #6b7684;
  font-size: 13px;
  font-weight: 850;
}
.eventOverviewState.ready span {
  color: #0f9f6e;
}
.eventOverviewState strong {
  color: #191f28;
  font-size: 30px;
  font-weight: 950;
}
.eventOverviewState small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
.eventOverviewFacts {
  border-bottom: 1px solid #e5e8eb;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.eventOverviewFacts div {
  min-width: 0;
  min-height: 112px;
  border-right: 1px solid #edf0f3;
  padding: 26px 28px;
  display: grid;
  align-content: center;
  gap: 9px;
}
.eventOverviewFacts div:first-child {
  padding-left: 0;
}
.eventOverviewFacts div:last-child {
  border-right: 0;
}
.eventOverviewFacts dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.eventOverviewFacts dd {
  min-width: 0;
  margin: 0;
  color: #333d4b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.eventOverviewGrid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 72px;
}
.eventOverviewSectionHead {
  border-bottom: 2px solid #191f28;
  padding-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.eventOverviewSectionHead h3 {
  margin: 6px 0 0;
  color: #191f28;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
.eventOverviewSectionHead > small {
  flex: 0 0 auto;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
.eventOverviewRuleList details {
  border-bottom: 1px solid #edf0f3;
}
.eventOverviewRuleList summary {
  min-height: 82px;
  padding: 20px 2px;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}
.eventOverviewRuleList summary::-webkit-details-marker {
  display: none;
}
.eventOverviewRuleList summary > span {
  color: #8b95a1;
  font-size: 13px;
  font-weight: 850;
}
.eventOverviewRuleList summary > strong {
  min-width: 0;
  color: #333d4b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.eventOverviewRuleList summary > b {
  color: #8b95a1;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transition: transform 160ms ease;
}
.eventOverviewRuleList details[open] summary > b {
  transform: rotate(45deg);
}
.eventOverviewRuleList details > p {
  margin: -4px 42px 22px 134px;
  color: #6b7684;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}
.eventOverviewAction {
  position: sticky;
  top: 24px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: 26px;
  background: #f7f9fc;
}
.eventOverviewActionHead strong {
  margin-top: 8px;
  display: block;
  color: #191f28;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.35;
}
.eventOverviewActionHead p {
  margin: 10px 0 0;
  color: #6b7684;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}
.eventOverviewFlow {
  border-top: 1px solid #e5e8eb;
  margin: 22px 0 0;
  padding: 18px 0 0;
  display: grid;
  gap: 14px;
  list-style: none;
}
.eventOverviewFlow li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}
.eventOverviewFlow li > span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1b64da;
  background: #eaf3ff;
  font-size: 11px;
  font-weight: 950;
}
.eventOverviewFlow li div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.eventOverviewFlow strong {
  color: #333d4b;
  font-size: 13px;
  font-weight: 900;
}
.eventOverviewFlow small {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.eventOverviewPrep {
  border-top: 1px solid #e5e8eb;
  margin-top: 20px;
  padding-top: 18px;
}
.eventOverviewPrep > div {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.eventOverviewPrep b {
  border: 1px solid #dbe7f8;
  border-radius: 999px;
  padding: 7px 9px;
  color: #4e5968;
  background: #ffffff;
  font-size: 11px;
  font-weight: 850;
}
.eventOverviewAction > a,
.eventOverviewAction > button {
  min-height: 52px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: #3182f6;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.eventOverviewAction:not(.ready) > a,
.eventOverviewAction:not(.ready) > button {
  color: #4e5968;
  background: #e5e8eb;
}
.eventOverviewImages {
  border-top: 1px solid #e5e8eb;
  margin-top: 64px;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.eventOverviewImages figure {
  margin: 0;
}
.eventOverviewImages img {
  width: 100%;
  border-radius: 8px;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.eventOverviewImages figcaption {
  margin-top: 9px;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .eventOverview {
    width: min(100% - 36px, 720px);
    padding: 56px 0 78px;
  }
  .eventOverviewGrid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .eventOverviewAction {
    position: static;
  }
}
@media (max-width: 640px) {
  .eventOverview {
    width: calc(100% - 32px);
    padding: 42px 0 64px;
  }
  .eventOverviewHeader {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
    padding-bottom: 24px;
  }
  .eventOverviewHeader h2 {
    font-size: 30px;
  }
  .eventOverviewHeader p {
    font-size: 14px;
  }
  .eventOverviewState {
    width: 100%;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    text-align: left;
  }
  .eventOverviewState strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    font-size: 24px;
  }
  .eventOverviewFacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eventOverviewFacts div,
  .eventOverviewFacts div:first-child {
    min-height: 92px;
    border-bottom: 1px solid #edf0f3;
    padding: 18px 12px;
  }
  .eventOverviewFacts div:nth-child(2n) {
    border-right: 0;
  }
  .eventOverviewFacts div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .eventOverviewFacts dd {
    font-size: 14px;
  }
  .eventOverviewGrid {
    margin-top: 38px;
  }
  .eventOverviewSectionHead {
    align-items: start;
  }
  .eventOverviewSectionHead > small {
    display: none;
  }
  .eventOverviewRuleList summary {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 5px 12px;
  }
  .eventOverviewRuleList summary > span,
  .eventOverviewRuleList summary > strong {
    grid-column: 1;
  }
  .eventOverviewRuleList summary > b {
    grid-row: 1 / span 2;
    grid-column: 2;
  }
  .eventOverviewRuleList details > p {
    margin: -4px 30px 20px 0;
  }
  .eventOverviewAction {
    padding: 22px 20px;
  }
  .eventOverviewImages {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .eventBriefGuide .eventBriefFacts {
    border-radius: 24px;
  }
  .eventBriefGuide .eventBriefFacts div,
  .eventBriefGuide .eventBriefFacts div:first-child,
  .eventBriefGuide .eventBriefFacts div:nth-child(2n),
  .eventBriefGuide .eventBriefFacts div:nth-child(2n+1) {
    min-height: 0;
    padding: 22px 24px;
  }
}
.eventDetailHero .ctaRow .secondary {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.briefDecision.briefStrip {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px 28px;
  align-items: center;
  margin-top: 28px;
  border-bottom: 1px solid #edf0f3;
  padding: 18px 0 24px;
}
.briefDecision.briefStrip .briefDecisionCopy {
  min-width: 0;
}
.briefDecision.briefStrip .briefDecisionCopy span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.briefDecision.briefStrip .briefDecisionCopy strong {
  display: block;
  margin-top: 6px;
  color: #191f28;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.2;
}
.briefDecision.briefStrip .briefDecisionCopy p {
  max-width: 540px;
  margin-top: 8px;
  color: #6b7684;
  font-size: 15px;
  line-height: 1.62;
}
.briefDecisionMeta {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, auto));
  gap: 0;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.briefDecisionMeta div {
  min-width: 110px;
  border-right: 1px solid #edf0f3;
  padding: 15px 18px;
}
.briefDecisionMeta div:last-child {
  border-right: 0;
}
.briefDecisionMeta dt {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 900;
}
.briefDecisionMeta dd {
  margin-top: 5px;
  color: #191f28;
  font-size: 15px;
  font-weight: 900;
}
.briefDecision.briefStrip .briefTextLink {
  min-height: 48px;
  border-radius: 15px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b64da;
  background: #f2f7ff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.eventBriefGuide {
  padding-bottom: 66px;
}
.eventGuideDecisionBar {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.eventGuideDecisionBar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: #3182f6;
  z-index: -1;
}
.eventGuideDecisionBar.ready {
  background: #191f28;
}
.eventGuideDecisionBar > div {
  min-width: 0;
}
.eventGuideDecisionBar span {
  font-size: 13px;
  font-weight: 900;
}
.eventGuideDecisionBar strong {
  max-width: 720px;
  text-wrap: balance;
}
.eventGuideDecisionBar a {
  box-shadow: 0 16px 36px rgba(49, 130, 246, 0.26);
}
#entry.content {
  position: relative;
  scroll-margin-top: 28px;
  margin-top: 0;
  border-top: 1px solid #edf0f3;
  padding-top: 64px;
}
#entry.content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: #d8dee8;
}
#entry .entryCommandHeader {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}
#entry .entryCommandHeader > div:first-child {
  max-width: 620px;
}
#entry .entryCommandHeader h2 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}
#entry .entryCommandHeader span {
  font-size: 17px;
  line-height: 1.6;
}
#entry .entryCommandState {
  min-width: 154px;
  border: 0;
  border-radius: 24px;
  background: #f2f7ff;
  box-shadow: none;
}
#entry .entryStageBar,
#entry .entryLayout {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .briefDecision.briefStrip {
    grid-template-columns: 1fr;
  }
  .briefDecisionMeta {
    width: 100%;
  }
  .briefDecision.briefStrip .briefTextLink {
    width: 100%;
  }
  #entry.content {
    padding-top: 48px;
  }
}
@media (max-width: 640px) {
  .briefDecision.briefStrip {
    width: min(100% - 28px, 560px);
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .briefDecisionMeta {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .briefDecisionMeta div {
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
  }
  .briefDecisionMeta div:last-child {
    border-bottom: 0;
  }
  .eventBriefGuide {
    padding-bottom: 44px;
  }
  #entry.content {
    padding-top: 40px;
  }
  #entry.content::before,
  #entry .entryCommandHeader,
  #entry .entryStageBar,
  #entry .entryLayout {
    width: min(100% - 28px, 560px);
  }
  #entry .entryCommandHeader h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
  #entry .entryCommandState {
    width: 100%;
  }
}
#entry .entryLayout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: 38px;
}
#entry .entryStepPanel:has(.gymRequiredFields) {
  border: 0;
  border-radius: 0;
  padding: 0;
  gap: 26px;
  background: transparent;
  box-shadow: none;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader {
  max-width: 720px;
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 24px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader span {
  margin-bottom: 12px;
  color: #3182f6;
  background: transparent;
  padding: 0;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader h3 {
  font-size: clamp(36px, 4.8vw, 58px);
  letter-spacing: 0;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader p {
  max-width: 620px;
  margin-top: 14px;
  font-size: 17px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .fieldGrid {
  border: 0;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  background: transparent;
  box-shadow: none;
}
#entry .gymRequiredFields {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
}
#entry .gymRequiredFields > span {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: #8b95a1;
  font-size: 13px;
}
#entry .gymRequiredFields label {
  min-height: 136px;
  border: 1px solid #e8ebef;
  border-radius: 24px;
  padding: 22px 22px 18px;
  color: #4e5968;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.06);
}
#entry .gymRequiredFields label:first-of-type {
  border-color: rgba(49, 130, 246, 0.24);
  background: #f7fbff;
}
#entry .gymRequiredFields label:first-of-type input {
  font-size: clamp(22px, 2.5vw, 30px);
}
#entry .gymRequiredFields label:focus-within {
  border-color: #3182f6;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.09), 0 22px 52px rgba(25, 31, 40, 0.09);
}
#entry .gymRequiredFields input {
  min-height: 54px;
  margin-top: auto;
  color: #191f28;
  font-size: 21px;
}
#entry .depositNameField {
  min-height: 0;
  border: 1px solid #edf0f3;
  border-radius: 22px;
  padding: 18px 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  color: #4e5968;
  background: #f9fafb;
  box-shadow: none;
}
#entry .depositNameField > span:first-child {
  grid-column: 1 / -1;
  color: #8b95a1;
}
#entry .depositNameField input {
  min-height: 50px;
  border: 0;
  padding: 0;
  color: #191f28;
  background: transparent;
  font-size: 20px;
}
#entry .depositNameField input:focus {
  outline: 0;
  box-shadow: none;
}
#entry .depositSuggestLine {
  grid-column: 1 / -1;
  border-top: 1px solid #edf0f3;
  padding-top: 14px;
}
#entry .depositQuickActions button {
  border: 1px solid #dbeafe;
  background: #fff;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepActions {
  border-top: 1px solid #edf0f3;
  padding-top: 22px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .primaryStep {
  min-width: 250px;
  min-height: 58px;
  border-radius: 18px;
  font-size: 17px;
}
#entry .summaryPanel {
  position: sticky;
  top: 24px;
  border: 1px solid #edf0f3;
  border-radius: 28px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(25, 31, 40, 0.06);
}
#entry .summaryPanelHead,
#entry .readinessBoard {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#entry .summaryPanelHead {
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0f3;
}
#entry .summaryPanelHead > strong {
  font-size: 18px;
}
#entry .readinessBoard {
  padding-top: 18px;
}
#entry .summaryEssentials {
  border-radius: 20px;
  background: #f7f8fa;
}
@media (max-width: 980px) {
  #entry .entryLayout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #entry .summaryPanel {
    position: static;
    order: -1;
    border-radius: 22px;
  }
}
@media (max-width: 760px) {
  #entry .gymRequiredFields {
    grid-template-columns: 1fr;
  }
  #entry .gymRequiredFields label {
    min-height: 112px;
  }
  #entry .depositNameField {
    grid-template-columns: 1fr;
  }
  #entry .depositSuggestLine {
    align-items: flex-start;
    flex-direction: column;
  }
  #entry .depositQuickActions {
    justify-content: flex-start;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .primaryStep {
    width: 100%;
  }
}
#entry .entryStepPanel:has(.fighterIntake) {
  border: 0;
  border-radius: 0;
  padding: 0;
  gap: 28px;
  background: transparent;
  box-shadow: none;
}
#entry .entryStepPanel:has(.fighterIntake) .panelTitle {
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 24px;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader.compact {
  max-width: 680px;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader.compact span {
  margin-bottom: 12px;
  color: #3182f6;
  background: transparent;
  padding: 0;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader h3 {
  font-size: clamp(36px, 4.8vw, 56px);
  line-height: 1.08;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader p {
  max-width: 620px;
  color: #6b7684;
  font-size: 16px;
  line-height: 1.65;
}
#entry .fighterIntake {
  border: 1px solid #e8ebef;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(25, 31, 40, 0.07);
  overflow: hidden;
}
#entry .fighterInputProgress {
  min-height: 72px;
  border-bottom: 1px solid #edf0f3;
  padding: 18px 24px;
  grid-template-columns: minmax(0, 1fr) 160px;
  background: #fbfcfd;
}
#entry .fighterInputProgress.ready {
  background: #f2f8ff;
}
#entry .fighterInputProgress > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
}
#entry .fighterInputProgress span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
#entry .fighterInputProgress strong {
  color: #191f28;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .fighterInputProgress small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}
#entry .fighterInputMeter {
  height: 8px;
  border-radius: 999px;
  background: #e8ebef;
}
#entry .fighterInputMeter i {
  border-radius: inherit;
  background: #3182f6;
}
#entry .fighterRulePrompt {
  margin-top: 14px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 18px 20px;
  display: grid;
  gap: 6px;
  background: #ffffff;
}
#entry .fighterRulePrompt span {
  color: #6b7684;
  font-size: 12px;
  font-weight: 850;
}
#entry .fighterRulePrompt strong {
  color: #191f28;
  font-size: 17px;
  line-height: 1.36;
}
#entry .fighterRulePrompt p {
  margin: 0;
  color: #6b7684;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.62;
}
#entry .fighterRulePrompt.elite {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .fighterRulePrompt.elite span {
  color: #1b64da;
}
#entry .fighterRulePrompt.pro {
  border-color: #ffe0e4;
  background: #fff7f8;
}
#entry .fighterRulePrompt.pro span {
  color: #e42939;
}
#entry .fighterRulePrompt.custom {
  border-color: #e6e0ff;
  background: #fbf9ff;
}
#entry .fighterRulePrompt.custom span {
  color: #6b4eff;
}
#entry .fighterFields {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) 120px minmax(180px, 0.95fr) 120px;
  gap: 14px;
}
#entry .fighterFields label {
  min-height: 104px;
  border: 1px solid #edf0f3;
  border-radius: 20px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
  color: #6b7684;
  background: #fbfcfd;
}
#entry .fighterFields label:first-child {
  border-color: rgba(49, 130, 246, 0.24);
  background: #f7fbff;
}
#entry .fighterFields label:first-child input {
  font-size: 23px;
}
#entry .fighterFields label:focus-within {
  border-color: #3182f6;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.08);
}
#entry .fighterFields input,
#entry .fighterFields select {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  color: #191f28;
  background: transparent;
  font-size: 18px;
  font-weight: 850;
}
#entry .fighterFields input:focus,
#entry .fighterFields select:focus {
  outline: 0;
  box-shadow: none;
}
#entry .fighterFields .experienceField {
  grid-column: span 2;
}
#entry .fighterFields .experienceField > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#entry .fighterRuleFields {
  border-top: 1px solid #edf0f3;
  padding: 0 24px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
}
#entry .fighterRuleFields.pro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#entry .fighterRuleFields label {
  min-height: 98px;
  border: 1px solid #edf0f3;
  border-radius: 20px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
  color: #6b7684;
  background: #fbfcfd;
}
#entry .fighterRuleFields label:focus-within {
  border-color: #3182f6;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.08);
}
#entry .fighterRuleFields input:not([type=checkbox]) {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  color: #191f28;
  background: transparent;
  font-size: 18px;
  font-weight: 850;
}
#entry .fighterRuleFields input:focus {
  outline: 0;
}
#entry .fighterRuleCheck {
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
}
#entry .fighterRuleCheck input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #3182f6;
}
#entry .fighterRuleCheck span {
  display: grid;
  gap: 4px;
}
#entry .fighterRuleCheck strong {
  color: #191f28;
  font-size: 16px;
}
#entry .fighterRuleCheck small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}
#entry .fighterSupportFields {
  border-top: 1px solid #edf0f3;
  background: #fff;
}
#entry .fighterSupportFields[open] {
  background: #fbfcfd;
}
#entry .fighterSupportFields summary {
  min-height: 58px;
  padding: 0 24px;
}
#entry .fighterSupportFields summary strong {
  color: #333d4b;
  font-size: 15px;
}
#entry .fighterSupportFields summary span {
  color: #8b95a1;
  font-size: 13px;
}
#entry .fighterSupportFields > div {
  padding: 20px 24px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
#entry .fighterIntakeSide {
  min-height: 84px;
  border-top: 1px solid #edf0f3;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto) auto;
  gap: 16px;
  align-items: center;
  background: #f9fafb;
}
#entry .fighterResult span,
#entry .fighterAddStatus small {
  color: #8b95a1;
}
#entry .fighterResult strong {
  color: #191f28;
  font-size: 19px;
}
#entry .draftIssues {
  max-width: 280px;
  border: 0;
  border-radius: 16px;
  padding: 10px 12px;
  color: #e42939;
  background: #fff5f6;
}
#entry .fighterAddStatus {
  min-width: 150px;
}
#entry .fighterAddStatus strong {
  color: #333d4b;
}
#entry .fighterAddStatus.ready strong {
  color: #1b64da;
}
#entry .addFighterBtn {
  min-width: 132px;
  min-height: 54px;
  border-radius: 17px;
  box-shadow: 0 14px 32px rgba(49, 130, 246, 0.18);
}
#entry .bulkImport {
  border: 1px dashed #d8dee8;
  border-radius: 22px;
  background: #fbfcfd;
  box-shadow: none;
}
#entry .bulkImport[open] {
  border-style: solid;
  background: #ffffff;
}
#entry .bulkImport summary {
  min-height: 60px;
  padding: 0 22px;
}
#entry .bulkImport summary strong {
  color: #333d4b;
  font-size: 15px;
}
#entry .bulkImport summary span {
  color: #8b95a1;
  font-size: 13px;
}
#entry .bulkImportBody {
  border-top: 1px solid #edf0f3;
  padding: 20px 22px 22px;
}
#entry .bulkImportBody textarea {
  min-height: 130px;
}
#entry .registeredFighters {
  border: 1px solid #edf0f3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}
#entry .registeredHeader {
  min-height: 64px;
  border-bottom: 1px solid #edf0f3;
  padding: 0 22px;
  background: #fbfcfd;
}
#entry .registeredHeader strong {
  color: #191f28;
  font-size: 17px;
}
#entry .registeredHeader > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#entry .registeredHeader span {
  border: 0;
  border-radius: 999px;
  padding: 5px 9px;
  color: #6b7684;
  background: #eef1f5;
  font-size: 12px;
}
#entry .registeredHeader span.needsAttention {
  color: #e67700;
  background: #fff4e5;
}
#entry .registeredList {
  padding: 6px 16px 16px;
}
#entry .registeredFighter {
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  background: transparent;
}
#entry .registeredFighter:last-child {
  border-bottom: 0;
}
#entry .registeredSummaryRow {
  min-height: 66px;
}
#entry .registeredSummary {
  min-height: 66px;
}
@media (max-width: 1040px) {
  #entry .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #entry .fighterRuleFields,
  #entry .fighterRuleFields.pro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #entry .fighterFields .experienceField {
    grid-column: span 1;
  }
  #entry .fighterIntakeSide {
    grid-template-columns: 1fr auto;
  }
  #entry .draftIssues,
  #entry .fighterAddStatus {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  #entry .entryStepPanel:has(.fighterIntake) .panelTitle {
    padding-bottom: 18px;
  }
  #entry .entryStepPanel:has(.fighterIntake) .stepHeader h3 {
    font-size: clamp(32px, 10vw, 44px);
  }
  #entry .fighterInputProgress {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #entry .fighterInputProgress > div:first-child {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  #entry .fighterInputProgress small {
    text-align: left;
  }
  #entry .fighterFields,
  #entry .fighterRuleFields,
  #entry .fighterRuleFields.pro,
  #entry .fighterSupportFields > div,
  #entry .fighterIntakeSide {
    grid-template-columns: 1fr;
  }
  #entry .fighterFields label,
  #entry .fighterRuleFields label {
    min-height: 92px;
  }
  #entry .fighterFields .experienceField {
    grid-column: auto;
  }
  #entry .addFighterBtn {
    width: 100%;
  }
  #entry .registeredHeader {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
  }
}
#entry .entryStepPanel:has(.paymentConfirmPanel) {
  border: 0;
  border-radius: 0;
  padding: 0;
  gap: 24px;
  background: transparent;
  box-shadow: none;
}
#entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader {
  max-width: 720px;
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 24px;
}
#entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader span {
  margin-bottom: 12px;
  color: #3182f6;
  background: transparent;
  padding: 0;
}
#entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader h3 {
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}
#entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader p {
  max-width: 600px;
  margin-top: 14px;
  color: #6b7684;
  font-size: 17px;
  line-height: 1.65;
}
#entry .submitReviewTop {
  border: 1px solid #edf0f3;
  border-radius: 24px;
  padding: 22px 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  background: #fbfcfd;
  box-shadow: none;
}
#entry .submitReviewTop.ready {
  border-color: rgba(49, 130, 246, 0.18);
  background: #f2f7ff;
}
#entry .submitReviewTop > div:first-child span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
#entry .submitReviewTop > div:first-child strong {
  margin-top: 6px;
  color: #191f28;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.28;
}
#entry .submitReviewFacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(74px, auto));
  gap: 0;
  border: 1px solid #e5e8eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
#entry .submitReviewFacts span {
  min-height: 44px;
  border-right: 1px solid #edf0f3;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333d4b;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
#entry .submitReviewFacts span:last-child {
  border-right: 0;
}
#entry .paymentConfirmPanel {
  border: 1px solid #e5e8eb;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(25, 31, 40, 0.07);
  overflow: hidden;
}
#entry .paymentConfirmHead {
  min-height: 70px;
  border-bottom: 1px solid #edf0f3;
  padding: 0 24px;
  background: #fbfcfd;
}
#entry .paymentConfirmHead span {
  color: #3182f6;
  font-size: 14px;
  font-weight: 900;
}
#entry .paymentConfirmHead button {
  min-height: 42px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 0 14px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .paymentConfirmRows {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(190px, 0.9fr) minmax(260px, 1.2fr);
  gap: 0;
}
#entry .paymentConfirmRows > div,
#entry .paymentConfirmPanel.free > div {
  min-height: 132px;
  border: 0;
  border-right: 1px solid #edf0f3;
  border-radius: 0;
  padding: 24px;
  background: #fff;
  box-shadow: none;
}
#entry .paymentConfirmRows > div:last-child,
#entry .paymentConfirmPanel.free > div:last-child {
  border-right: 0;
}
#entry .paymentConfirmRows > div:first-child {
  background: #f7fbff;
}
#entry .paymentConfirmRows > div small,
#entry .paymentConfirmPanel.free small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
#entry .paymentConfirmRows > div strong,
#entry .paymentConfirmPanel.free strong {
  margin-top: 8px;
  color: #191f28;
  font-size: 20px;
  line-height: 1.35;
  word-break: keep-all;
}
#entry .paymentConfirmRows > div:first-child strong {
  color: #1b64da;
  font-size: clamp(32px, 4.2vw, 46px);
  line-height: 1.05;
}
#entry .paymentMiniCopy {
  min-height: 36px;
  margin-top: 16px;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  padding: 0 13px;
  color: #4e5968;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}
#entry .paymentSettlementNote {
  border-top: 1px solid #edf0f3;
  padding: 0;
  background: #fbfcfd;
}
#entry .paymentSettlementNote summary {
  min-height: 56px;
  padding: 0 24px;
}
#entry .paymentSettlementNote p {
  padding: 0 24px 20px;
  color: #6b7684;
}
#entry .paymentReviewToast {
  align-self: flex-start;
  border-radius: 999px;
  padding: 8px 12px;
  color: #1b64da;
  background: #f2f7ff;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
#entry .paymentReviewCheck {
  border: 1px solid rgba(49, 130, 246, 0.2);
  border-radius: 22px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  background: #f7fbff;
}
#entry .paymentReviewCheck input {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
#entry .paymentReviewCheck strong {
  color: #191f28;
  font-size: 18px;
}
#entry .paymentReviewCheck small,
#entry .paymentReviewCheck em {
  display: block;
  margin-top: 5px;
  color: #6b7684;
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
}
#entry .consentStack {
  border: 1px solid #edf0f3;
  border-radius: 24px;
  padding: 18px;
  background: #fff;
  box-shadow: none;
}
#entry .consentAll {
  min-height: 66px;
  border-radius: 18px;
  padding: 14px 16px;
  background: #fbfcfd;
}
#entry .consentBox {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}
#entry .consentBox label {
  min-height: 50px;
  border: 0;
  border-top: 1px solid #edf0f3;
  border-radius: 0;
  padding: 12px 4px 4px;
  background: transparent;
}
#entry .submitReadyLine {
  border: 1px solid rgba(0, 150, 97, 0.18);
  border-radius: 20px;
  padding: 16px 18px;
  color: #008a5b;
  background: #f0fbf6;
}
#entry .stepActions.split:has(.submitBtn) {
  position: sticky;
  bottom: 0;
  z-index: 3;
  margin: 0 -2px;
  border-top: 1px solid #edf0f3;
  padding: 18px 0 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.86),
      #fff 42%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#entry .stepActions.split:has(.submitBtn) .submitBtn {
  min-width: 260px;
  min-height: 60px;
  border-radius: 18px;
  font-size: 18px;
  box-shadow: 0 18px 40px rgba(49, 130, 246, 0.22);
}
#entry .stepActions.split:has(.submitBtn) .submitBtn:disabled {
  box-shadow: none;
}
#entry .submitBlockerPanel {
  border: 1px solid #ffe0a3;
  border-radius: 22px;
  padding: 18px;
  background: #fff9ed;
}
#entry .submitBlockerPanel > strong {
  color: #9a5b00;
}
#entry .submitBlockerPanel > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#entry .submitBlockerPanel button {
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 980px) {
  #entry .paymentConfirmRows {
    grid-template-columns: 1fr;
  }
  #entry .paymentConfirmRows > div,
  #entry .paymentConfirmPanel.free > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
  }
  #entry .paymentConfirmRows > div:last-child,
  #entry .paymentConfirmPanel.free > div:last-child {
    border-bottom: 0;
  }
  #entry .submitReviewTop {
    grid-template-columns: 1fr;
  }
  #entry .submitReviewFacts {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader h3 {
    font-size: clamp(32px, 10vw, 44px);
  }
  #entry .submitReviewFacts {
    grid-template-columns: 1fr;
  }
  #entry .submitReviewFacts span {
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
  }
  #entry .submitReviewFacts span:last-child {
    border-bottom: 0;
  }
  #entry .paymentConfirmHead {
    min-height: 0;
    padding: 16px 18px;
    display: grid;
    gap: 12px;
  }
  #entry .paymentConfirmHead button {
    width: 100%;
  }
  #entry .paymentConfirmRows > div,
  #entry .paymentConfirmPanel.free > div {
    padding: 20px 18px;
  }
  #entry .paymentConfirmRows > div:first-child strong {
    font-size: 34px;
  }
  #entry .stepActions.split:has(.submitBtn) {
    grid-template-columns: 1fr;
  }
  #entry .stepActions.split:has(.submitBtn) .submitBtn,
  #entry .stepActions.split:has(.submitBtn) .secondaryStep {
    width: 100%;
  }
  #entry .submitBlockerPanel > div {
    grid-template-columns: 1fr;
  }
}
.receiptDialog {
  width: min(720px, calc(100% - 36px));
  max-height: min(860px, calc(100vh - 36px));
  border: 0;
  border-radius: 34px;
  padding: 34px;
  display: grid;
  gap: 22px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(25, 31, 40, 0.22);
  overflow: auto;
}
.receiptTopline {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.receiptSuccessMark {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #008a5b;
  background: #e9fbf4;
  box-shadow: none;
}
.receiptHero {
  min-width: 0;
}
.receiptHero span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.receiptHero h2 {
  margin-top: 5px;
  color: #191f28;
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
}
.receiptHero p {
  max-width: 520px;
  margin-top: 8px;
  color: #6b7684;
  font-size: 15px;
  line-height: 1.55;
}
.receiptCodeBox {
  border: 1px solid rgba(49, 130, 246, 0.18);
  border-radius: 28px;
  padding: 26px;
  background: #f2f7ff;
}
.receiptCodeBox small {
  color: #1b64da;
  font-size: 13px;
  font-weight: 900;
}
.receiptCodeBox strong {
  display: block;
  margin-top: 10px;
  color: #191f28;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
  word-break: break-all;
}
.receiptSummaryList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #edf0f3;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.receiptSummaryList > div {
  min-height: 86px;
  border-right: 1px solid #edf0f3;
  padding: 18px;
  background: #fff;
}
.receiptSummaryList > div:last-child {
  border-right: 0;
}
.receiptSummaryList dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.receiptSummaryList dd {
  margin-top: 8px;
  color: #191f28;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}
.receiptNextAction {
  border: 1px solid #e5e8eb;
  border-radius: 26px;
  padding: 22px 24px;
  background: #191f28;
}
.receiptNextAction span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 900;
}
.receiptNextAction strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.28;
  letter-spacing: 0;
}
.receiptNextAction small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}
.receiptActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.receiptActions button {
  min-height: 52px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 900;
}
.receiptActions .submitBtn {
  grid-column: 1 / -1;
  min-height: 60px;
  border-radius: 18px;
  font-size: 17px;
  box-shadow: 0 18px 42px rgba(49, 130, 246, 0.2);
}
.receiptAdminTools {
  border: 1px solid #edf0f3;
  border-radius: 18px;
  background: #fbfcfd;
}
.receiptAdminTools summary {
  min-height: 50px;
  padding: 0 18px;
  color: #6b7684;
  font-size: 13px;
  font-weight: 900;
}
.receiptAdminTools > div {
  border-top: 1px solid #edf0f3;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.receiptToast {
  justify-self: start;
  border-radius: 999px;
  padding: 8px 12px;
  color: #1b64da;
  background: #f2f7ff;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}
#entry .receipt {
  border: 1px solid #dbeafe;
  border-radius: 24px;
  padding: 22px;
  background: #f7fbff;
}
#entry .receipt > strong {
  color: #1b64da;
  font-size: 13px;
}
#entry .receipt > span {
  display: block;
  margin-top: 8px;
  color: #191f28;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  word-break: break-all;
}
#entry .receiptGrid {
  margin-top: 18px;
  border-top: 1px solid #dbeafe;
  padding-top: 16px;
}
#entry .receiptQuickActions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#entry .receiptQuickActions button {
  min-height: 46px;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 640px) {
  .receiptDialog {
    width: min(100% - 24px, 520px);
    border-radius: 28px;
    padding: 24px;
  }
  .receiptTopline {
    grid-template-columns: 1fr;
  }
  .receiptSummaryList,
  .receiptActions,
  .receiptAdminTools > div,
  #entry .receiptQuickActions {
    grid-template-columns: 1fr;
  }
  .receiptSummaryList > div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
  }
  .receiptSummaryList > div:last-child {
    border-bottom: 0;
  }
}
.eventBriefGuide {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 30px 44px;
  align-items: start;
}
.eventGuideCover {
  grid-column: 2;
  grid-row: 1 / span 4;
  width: 100%;
  min-height: clamp(340px, 35vw, 520px);
  border: 0;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 30px 70px rgba(25, 31, 40, 0.16);
}
.eventGuideCover img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.eventGuideCover::after {
  background:
    linear-gradient(
      180deg,
      rgba(15, 23, 42, 0) 42%,
      rgba(15, 23, 42, 0.72) 100%);
}
.eventGuideCover figcaption {
  right: 22px;
  bottom: 20px;
  left: 22px;
  width: auto;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}
.eventBriefGuideHead {
  grid-column: 1;
  max-width: 760px;
  border-bottom: 1px solid #e5e8eb;
  padding: 0 0 28px;
}
.eventBriefGuideHead span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 12px;
  color: #1b64da;
  background: #eef6ff;
  font-size: 13px;
  font-weight: 800;
}
.eventBriefGuideHead strong {
  max-width: 760px;
  color: #191f28;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}
.eventBriefGuideHead p {
  max-width: 660px;
  margin-top: 20px;
  color: #6b7684;
  font-size: 18px;
  line-height: 1.7;
}
.eventBriefFacts {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #edf0f3;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.06);
}
.eventBriefFacts div,
.eventBriefFacts div:first-child,
.eventBriefFacts div:nth-child(2n),
.eventBriefFacts div:nth-child(2n+1) {
  min-height: 98px;
  border: 0;
  border-right: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  padding: 22px 24px;
  background: #fff;
  box-shadow: none;
}
.eventBriefFacts div:nth-child(2n) {
  border-right: 0;
}
.eventBriefFacts div:nth-last-child(-n+2) {
  border-bottom: 0;
}
.eventBriefFacts dt {
  margin-bottom: 8px;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
.eventBriefFacts dd {
  color: #191f28;
  font-size: 19px;
  line-height: 1.35;
}
.eventGuidePlainSummary {
  grid-column: 1;
  max-width: 760px;
  border: 0;
  border-left: 3px solid #3182f6;
  border-radius: 0;
  padding: 6px 0 6px 20px;
  color: #333d4b;
  background: transparent;
  font-size: 17px;
  line-height: 1.78;
}
.eventGuideSections {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 44px;
  border-top: 1px solid #e5e8eb;
  padding-top: 8px;
}
.eventGuideSections article {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 18px;
  background: transparent;
  box-shadow: none;
}
.eventGuideSections span {
  margin: 4px 0 0;
  color: #1b64da;
  font-size: 13px;
  font-weight: 900;
}
.eventGuideSections strong {
  color: #191f28;
  font-size: 22px;
  line-height: 1.34;
}
.eventGuideSections p {
  grid-column: 2;
  margin: -6px 0 0;
  color: #6b7684;
  font-size: 15px;
  line-height: 1.68;
}
.eventGuideFlow {
  grid-column: 1 / -1;
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e5e8eb;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.05);
}
.eventGuideFlow li,
.eventGuideFlow li + li {
  min-height: 128px;
  border: 0;
  border-right: 1px solid #edf0f3;
  border-radius: 0;
  padding: 26px;
  background: #fff;
}
.eventGuideFlow li:last-child {
  border-right: 0;
}
.eventGuideFlow span {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: #3182f6;
  box-shadow: none;
}
.eventGuideFlow strong {
  color: #191f28;
  font-size: 18px;
}
.eventGuideFlow small {
  margin-top: 8px;
  color: #6b7684;
  font-size: 14px;
  line-height: 1.55;
}
.eventGuideDecisionBar {
  grid-column: 1 / -1;
  margin-top: 10px;
  border: 0;
  border-radius: 26px;
  padding: 28px 30px;
  background: #191f28;
  color: #fff;
  box-shadow: 0 26px 60px rgba(25, 31, 40, 0.18);
}
.eventGuideDecisionBar span,
.eventGuideDecisionBar p {
  color: rgba(255, 255, 255, 0.68);
}
.eventGuideDecisionBar strong {
  color: #fff;
  font-size: 24px;
}
.eventGuideDecisionBar a {
  min-height: 54px;
  border-radius: 16px;
  padding: 0 24px;
  background: #3182f6;
}
.eventGuideImages {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.eventGuideImages figure {
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(25, 31, 40, 0.08);
  overflow: hidden;
}
.eventGuideImages img {
  height: clamp(260px, 28vw, 420px);
}
.eventGuideImages figcaption {
  color: #4e5968;
  background: #fff;
}
@media (max-width: 980px) {
  .eventBriefGuide {
    width: min(100% - 36px, 760px);
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 42px 0 56px;
  }
  .eventGuideCover,
  .eventBriefGuideHead,
  .eventBriefFacts,
  .eventGuidePlainSummary,
  .eventGuideSections,
  .eventGuideFlow,
  .eventGuideDecisionBar,
  .eventGuideImages {
    grid-column: 1;
  }
  .eventGuideCover {
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .eventBriefGuideHead {
    padding-bottom: 22px;
  }
  .eventGuideSections {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .eventGuideSections article {
    grid-template-columns: 104px minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .eventBriefGuide {
    width: min(100% - 28px, 560px);
    padding-top: 34px;
  }
  .eventGuideCover {
    border-radius: 22px;
    aspect-ratio: 4 / 3;
  }
  .eventBriefGuideHead strong {
    font-size: clamp(32px, 10vw, 44px);
  }
  .eventBriefGuideHead p,
  .eventGuidePlainSummary {
    font-size: 16px;
  }
  .eventBriefFacts {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .eventBriefFacts div,
  .eventBriefFacts div:first-child,
  .eventBriefFacts div:nth-child(2n),
  .eventBriefFacts div:nth-child(2n+1) {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
    padding: 20px;
  }
  .eventBriefFacts div:last-child {
    border-bottom: 0;
  }
  .eventGuideSections article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  .eventGuideSections p {
    grid-column: 1;
    margin: 0;
  }
  .eventGuideFlow,
  .eventGuideImages {
    grid-template-columns: 1fr;
  }
  .eventGuideFlow li,
  .eventGuideFlow li + li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #edf0f3;
    padding: 22px;
  }
  .eventGuideFlow li:last-child {
    border-bottom: 0;
  }
  .eventGuideDecisionBar {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .eventGuideDecisionBar a {
    width: 100%;
  }
  .eventGuideImages img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
.directoryContent .eventGrid {
  margin-top: 16px;
}
.directoryContent .publicEventCard {
  min-height: 206px;
  padding: 26px 8px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr) minmax(172px, auto);
  gap: 30px;
  align-items: center;
}
.directoryContent .publicEventCard:hover {
  background: #ffffff;
}
.directoryContent .eventThumb {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(25, 31, 40, 0.08);
}
.directoryContent .eventThumb.hasImage::after {
  background:
    linear-gradient(
      180deg,
      rgba(25, 31, 40, 0.02),
      rgba(25, 31, 40, 0.28));
}
.directoryContent .eventThumb div {
  inset: auto auto 18px 18px;
  position: absolute;
  justify-items: start;
  gap: 6px;
}
.directoryContent .eventThumb div span {
  padding: 5px 9px;
  font-size: 10px;
}
.directoryContent .eventThumb div strong {
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 42px);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}
.directoryContent .eventCardCore {
  gap: 18px;
}
.directoryContent .eventCardTitle {
  gap: 7px;
}
.directoryContent .eventCardTitle > span {
  color: #6b7684;
  font-size: 12px;
}
.directoryContent .publicEventCard h3 {
  max-width: 720px;
  color: #191f28;
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.14;
}
.directoryContent .publicEventCard p {
  color: #6b7684;
  font-size: 15px;
}
.directoryContent .eventCardFacts {
  max-width: 680px;
  grid-template-columns: minmax(112px, auto) minmax(106px, auto) minmax(160px, 1fr);
  gap: 24px;
}
.directoryContent .eventCardFacts div {
  min-height: 42px;
}
.directoryContent .eventCardFacts span {
  color: #8b95a1;
  font-size: 11px;
}
.directoryContent .eventCardFacts strong {
  color: #333d4b;
  font-size: 15px;
}
.directoryContent .eventCardStatus {
  min-height: 118px;
  border-left-color: #edf0f3;
  padding-left: 26px;
  gap: 8px;
}
.directoryContent .eventCardStatus strong.open,
.directoryContent .eventCardStatus strong.info {
  font-size: 15px;
}
.directoryContent .eventCardStatus span {
  max-width: 180px;
  color: #8b95a1;
  font-size: 13px;
  text-align: right;
}
.directoryContent .eventCardStatus b {
  min-height: 54px;
  margin-top: 12px;
  border-radius: 16px;
  padding: 0 20px;
  color: #ffffff;
  background: var(--zenos-blue);
  box-shadow: 0 16px 34px rgba(49, 130, 246, 0.18);
  font-size: 15px;
}
@media (max-width: 900px) {
  .directoryContent .publicEventCard {
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
    gap: 22px;
  }
  .directoryContent .eventCardStatus {
    grid-column: 2;
    min-height: 0;
    border-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: start;
  }
  .directoryContent .eventCardStatus span {
    max-width: none;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    padding: 22px 0;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }
  .directoryContent .eventThumb {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }
  .directoryContent .eventCardCore {
    gap: 14px;
  }
  .directoryContent .publicEventCard h3 {
    font-size: clamp(24px, 7.2vw, 32px);
  }
  .directoryContent .eventCardFacts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .directoryContent .eventCardFacts div {
    min-height: 0;
  }
  .directoryContent .eventCardStatus {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .directoryContent .eventCardStatus b {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }
}
.directoryContent .eventCardGuideLine {
  max-width: 760px;
  border-left: 3px solid #3182f6;
  padding-left: 13px;
  display: grid;
  gap: 5px;
}
.directoryContent .eventCardGuideLine strong {
  color: #1b64da;
  font-size: 12px;
  font-weight: 950;
}
.directoryContent .eventCardGuideLine span,
.directoryContent .eventCardGuideLine em {
  min-width: 0;
  overflow: hidden;
  color: #4e5968;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryContent .eventCardGuideLine em {
  color: #8b95a1;
  font-size: 12px;
}
@media (max-width: 700px) {
  .directoryContent .eventCardGuideLine {
    border-left: 0;
    border-top: 3px solid #3182f6;
    padding: 12px 0 0;
  }
  .directoryContent .eventCardGuideLine span,
  .directoryContent .eventCardGuideLine em {
    white-space: normal;
  }
}
#entry.content {
  max-width: 1080px;
  padding-top: 48px;
}
#entry .entryCommandHeader {
  margin-top: 0;
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 22px;
  align-items: center;
}
#entry .entryCommandHeader h2 {
  font-size: clamp(34px, 4.8vw, 54px);
}
#entry .entryCommandHeader span {
  max-width: 560px;
  line-height: 1.5;
}
#entry .entryCommandState {
  min-width: 132px;
  border-radius: 0;
  padding: 0;
  background: transparent;
  text-align: right;
}
#entry .entryCommandState strong {
  color: #3182f6;
  font-size: 32px;
}
#entry .entryCommandState span {
  color: #8b95a1;
}
#entry .entryStageBar {
  margin-top: 18px;
  gap: 12px;
}
#entry .entryStageButtons {
  gap: 0;
}
#entry .entryStageButtons button {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
  background: transparent;
}
#entry .entryStageButtons button + button {
  border-left: 1px solid #edf0f3;
}
#entry .entryStageButtons button.current,
#entry .entryStageButtons button.done {
  background: transparent;
}
#entry .entryStageButtons button.current strong {
  color: #1b64da;
}
#entry .entryStageButtons button.done strong {
  color: #4e5968;
}
#entry .entryLayout {
  margin-top: 34px;
  grid-template-columns: minmax(0, 1fr) 284px;
  gap: 36px;
  align-items: start;
}
#entry .formPanel {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#entry .entryStepPanel {
  gap: 24px;
}
#entry .stepHeader {
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 18px;
}
#entry .stepHeader span,
#entry .panelTitle span {
  color: #8b95a1;
  font-size: 12px;
}
#entry .stepHeader h3,
#entry .panelTitle h3 {
  font-size: clamp(30px, 3.6vw, 44px);
}
#entry .stepHeader p {
  max-width: 620px;
}
#entry .summaryPanel {
  border: 0;
  border-left: 1px solid #edf0f3;
  border-radius: 0;
  padding: 4px 0 4px 24px;
  background: transparent;
  box-shadow: none;
}
#entry .summaryPanelHead {
  min-height: 0;
  padding: 0;
}
#entry .readinessBoard,
#entry .summaryEssentials,
#entry .entryPreviewList {
  border-radius: 16px;
  background: #ffffff;
}
#entry .fieldGrid {
  gap: 18px;
}
#entry .gymRequiredFields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#entry .gymRequiredFields > span,
#entry .depositNameField > span:first-child {
  color: #8b95a1;
  font-weight: 850;
}
#entry .fieldGrid label,
#entry .fighterFields label,
#entry .depositNameField {
  gap: 9px;
}
#entry input,
#entry select,
#entry textarea {
  min-height: 52px;
  border-radius: 16px;
  background: #ffffff;
}
#entry .depositNameField {
  border-top: 1px solid #edf0f3;
  padding-top: 20px;
}
#entry .depositSuggestLine {
  align-items: flex-start;
}
#entry .depositQuickActions button {
  border-radius: 999px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .stepActions {
  border-top: 1px solid #edf0f3;
  padding-top: 18px;
}
#entry .stepInlineNotice {
  border: 0;
  border-radius: 14px;
  color: #e42939;
  background: #fff5f6;
}
#entry .primaryStep,
#entry .secondaryStep,
#entry .submitBtn {
  min-height: 52px;
  border-radius: 16px;
}
#entry .secondaryStep {
  background: #ffffff;
}
#entry .fighterIntake,
#entry .bulkImport,
#entry .registeredFighters,
#entry .submitReviewTop,
#entry .paymentConfirmPanel,
#entry .paymentReviewCheck,
#entry .consentStack,
#entry .submitBlockerPanel {
  border-radius: 20px;
}
#entry .fighterInputProgress,
#entry .registeredHeader,
#entry .paymentConfirmHead {
  min-height: 60px;
}
#entry .entryStepPanel:has(.gymRequiredFields) {
  gap: 22px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader {
  max-width: 680px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader h3 {
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1.08;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader p {
  max-width: 560px;
  color: #6b7684;
  font-size: 15px;
  line-height: 1.6;
}
#entry .entryStepPanel:has(.gymRequiredFields) .fieldGrid {
  border: 1px solid #edf0f3;
  border-radius: 22px;
  padding: 22px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(25, 31, 40, 0.04);
}
#entry .gymRequiredFields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
#entry .gymRequiredFields > span {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #3182f6;
}
#entry .gymRequiredFields label {
  min-height: 112px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: #fbfcfd;
}
#entry .gymRequiredFields label:focus-within {
  border-color: #8ec5ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.08);
}
#entry .gymRequiredFields input {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: transparent;
  font-size: 19px;
  font-weight: 850;
}
#entry .gymRequiredFields input:focus {
  outline: 0;
  box-shadow: none;
}
#entry .depositNameField {
  min-height: 0;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 16px;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 0.68fr);
  align-items: center;
  background: #f9fafb;
}
#entry .depositNameField > span:first-child {
  grid-column: 1 / -1;
  color: #8b95a1;
}
#entry .depositNameField input {
  min-height: 46px;
  border-color: #edf0f3;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 850;
}
#entry .depositSuggestLine {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#entry .depositSuggestLine small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
#entry .depositQuickActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
#entry .depositQuickActions button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 850;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepActions {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  justify-content: flex-end;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepInlineNotice {
  margin-right: auto;
  padding: 0;
  color: #e42939;
  background: transparent;
}
#entry .entryStepPanel:has(.gymRequiredFields) .primaryStep {
  min-width: 220px;
  box-shadow: 0 14px 32px rgba(49, 130, 246, 0.18);
}
@media (max-width: 980px) {
  #entry .entryLayout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #entry .summaryPanel {
    border-left: 0;
    border-bottom: 1px solid #edf0f3;
    padding: 0 0 20px;
  }
}
@media (max-width: 700px) {
  #entry .entryCommandHeader {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #entry .entryCommandState {
    text-align: left;
  }
  #entry .entryStageButtons {
    display: grid;
    grid-template-columns: 1fr;
  }
  #entry .entryStageButtons button + button {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  #entry .gymRequiredFields {
    grid-template-columns: 1fr;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .fieldGrid {
    padding: 16px;
  }
  #entry .gymRequiredFields label {
    min-height: 92px;
  }
  #entry .depositNameField {
    grid-template-columns: 1fr;
  }
  #entry .depositSuggestLine {
    display: grid;
  }
  #entry .depositQuickActions {
    justify-content: flex-start;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .stepActions {
    display: grid;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .stepInlineNotice {
    margin-right: 0;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .primaryStep {
    width: 100%;
    min-width: 0;
  }
}
#entry.content {
  max-width: 1160px;
  padding-top: 56px;
}
#entry .entryCommandHeader {
  border-bottom: 0;
  padding-bottom: 10px;
}
#entry .entryCommandHeader h2 {
  max-width: 720px;
  font-size: clamp(38px, 5.2vw, 60px);
  letter-spacing: 0;
}
#entry .entryCommandHeader span {
  color: #6b7684;
  font-size: 16px;
  font-weight: 800;
}
#entry .entryCommandState {
  min-width: 150px;
}
#entry .entryCommandState strong {
  font-size: 38px;
}
#entry .entryStageBar {
  margin-top: 26px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  padding: 12px 0;
}
#entry .entryStageButtons button {
  min-height: 42px;
  padding: 0 18px;
}
#entry .entryStageButtons button span {
  color: #8b95a1;
}
#entry .entryStageButtons button strong {
  font-size: 14px;
}
#entry .entryGuideCarryover {
  margin-top: 18px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #ffffff;
}
#entry .entryGuideCarryover span {
  color: #1b64da;
  font-size: 12px;
  font-weight: 950;
}
#entry .entryGuideCarryover strong {
  color: #191f28;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}
#entry .entryGuideCarryover small,
#entry .entryGuideCarryover em {
  min-width: 0;
  overflow: hidden;
  color: #6b7684;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .entryGuideCarryover em {
  color: #8b95a1;
  text-align: right;
}
#entry .entryLayout {
  margin-top: 42px;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 42px;
}
#entry .entryStepPanel:has(.gymRequiredFields) {
  gap: 26px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader {
  max-width: 760px;
  border-bottom: 0;
  padding-bottom: 0;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader span {
  color: #1b64da;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader h3 {
  max-width: 640px;
  font-size: clamp(34px, 4.8vw, 52px);
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepHeader p {
  max-width: 620px;
  font-size: 16px;
}
#entry .entryGuideReminder {
  border-left: 3px solid #3182f6;
  padding: 2px 0 2px 14px;
  display: grid;
  gap: 5px;
}
#entry .entryGuideReminder span {
  color: #1b64da;
  font-size: 12px;
  font-weight: 950;
}
#entry .entryGuideReminder strong {
  color: #191f28;
  font-size: 18px;
  font-weight: 950;
}
#entry .entryGuideReminder small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}
#entry .entryStepPanel:has(.gymRequiredFields) .fieldGrid {
  border: 0;
  border-top: 1px solid #edf0f3;
  border-radius: 0;
  padding: 28px 0 0;
  background: transparent;
  box-shadow: none;
}
#entry .gymRequiredFields {
  grid-template-columns: minmax(220px, 1.15fr) repeat(2, minmax(170px, 0.85fr));
  gap: 12px;
}
#entry .gymRequiredFields > span {
  margin-bottom: 6px;
  color: #8b95a1;
}
#entry .gymRequiredFields label {
  min-height: 118px;
  border-color: #e8ebef;
  border-radius: 22px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 31, 40, 0.04);
}
#entry .gymRequiredFields label:first-of-type {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .gymRequiredFields label:first-of-type input {
  font-size: 22px;
}
#entry .gymRequiredFields label:focus-within {
  border-color: #3182f6;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.1);
}
#entry .depositNameField {
  border: 0;
  border-top: 1px solid #edf0f3;
  border-radius: 0;
  padding: 22px 0 0;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  background: transparent;
}
#entry .depositNameField input {
  border-color: #e8ebef;
  background: #ffffff;
}
#entry .depositSuggestLine {
  padding-top: 2px;
}
#entry .entryStepPanel:has(.gymRequiredFields) .stepActions {
  border-top: 1px solid #edf0f3;
  padding-top: 22px;
}
#entry .summaryPanel {
  opacity: 0.92;
}
#entry .summaryPanelHead,
#entry .readinessBoard {
  transform: scale(0.98);
  transform-origin: top right;
}
@media (max-width: 980px) {
  #entry .entryLayout {
    grid-template-columns: 1fr;
  }
  #entry .summaryPanelHead,
  #entry .readinessBoard {
    transform: none;
  }
}
@media (max-width: 760px) {
  #entry.content {
    padding-top: 42px;
  }
  #entry .entryCommandHeader h2 {
    font-size: clamp(34px, 11vw, 48px);
  }
  #entry .entryGuideCarryover {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  #entry .entryGuideCarryover strong,
  #entry .entryGuideCarryover small,
  #entry .entryGuideCarryover em {
    white-space: normal;
    text-align: left;
  }
  #entry .entryLayout {
    margin-top: 30px;
  }
  #entry .gymRequiredFields {
    grid-template-columns: 1fr;
  }
  #entry .gymRequiredFields label {
    min-height: 96px;
    border-radius: 20px;
    padding: 16px;
  }
  #entry .depositNameField {
    grid-template-columns: 1fr;
  }
}
#entry .fighterIntake {
  border: 1px solid #edf0f3;
  background: #ffffff;
}
#entry .fighterInputProgress {
  min-height: 58px;
  padding: 16px 22px;
  grid-template-columns: minmax(0, 1fr) 180px;
}
#entry .fighterInputProgress > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
}
#entry .fighterInputProgress span {
  color: #3182f6;
}
#entry .fighterInputProgress strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .fighterInputProgress small {
  text-align: right;
}
#entry .fighterInputMeter {
  align-self: center;
}
#entry .fighterFields {
  padding: 22px;
  grid-template-columns: minmax(190px, 1.2fr) 112px minmax(150px, 0.85fr) 112px;
  gap: 14px;
}
#entry .fighterFields input,
#entry .fighterFields select {
  min-height: 50px;
  border-radius: 14px;
}
#entry .fighterFields .experienceField {
  grid-column: span 2;
}
#entry .fighterSupportFields summary {
  min-height: 54px;
  padding: 0 22px;
}
#entry .fighterSupportFields > div {
  padding: 18px 22px 20px;
}
#entry .fighterIntakeSide {
  min-height: 72px;
  padding: 16px 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  background: #f9fafb;
}
#entry .fighterResult strong {
  font-size: 17px;
}
#entry .draftIssues {
  max-width: 320px;
  border-radius: 12px;
  padding: 8px 10px;
  background: #fff5f6;
}
#entry .addFighterBtn {
  min-width: 132px;
  min-height: 48px;
  border-radius: 15px;
}
#entry .bulkImport {
  border-style: dashed;
  background: #fbfcfd;
}
#entry .bulkImport[open] {
  border-style: solid;
  background: #ffffff;
}
#entry .bulkImport summary {
  min-height: 56px;
  padding: 0 20px;
}
#entry .bulkImport summary strong {
  color: #333d4b;
}
#entry .bulkImportBody {
  padding: 18px 20px 20px;
}
#entry .bulkImportBody textarea {
  min-height: 132px;
}
#entry .registeredFighters {
  overflow: hidden;
}
#entry .registeredHeader {
  min-height: 58px;
  padding: 0 20px;
}
#entry .registeredHeader > div {
  display: inline-flex;
  gap: 6px;
}
#entry .registeredList {
  padding: 0 20px 10px;
}
#entry .registeredSummary {
  min-height: 68px;
  grid-template-columns: 34px minmax(0, 1fr) minmax(120px, auto) 66px;
}
#entry .registeredQuickEdit {
  min-height: 40px;
  border-radius: 12px;
}
#entry .entryStepPanel:has(.fighterIntake) {
  gap: 20px;
}
#entry .entryStepPanel:has(.fighterIntake) .panelTitle {
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 16px;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader.compact {
  border-bottom: 0;
  padding-bottom: 0;
}
#entry .entryStepPanel:has(.fighterIntake) .stepHeader h3 {
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.08;
}
#entry .fighterIntake {
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(25, 31, 40, 0.055);
}
#entry .fighterInputProgress {
  min-height: 72px;
  padding: 18px 24px;
  border-bottom: 1px solid #edf0f3;
  grid-template-columns: minmax(0, 1fr) 220px;
  background: #fbfcfd;
}
#entry .fighterInputProgress.ready {
  background: #f2f7ff;
}
#entry .fighterInputProgress span {
  color: #8b95a1;
}
#entry .fighterInputProgress.ready span,
#entry .fighterInputProgress.ready small {
  color: #1b64da;
}
#entry .fighterInputProgress strong {
  color: #191f28;
  font-size: 18px;
}
#entry .fighterInputMeter {
  height: 8px;
  border-radius: 999px;
  background: #e9edf2;
}
#entry .fighterInputMeter i {
  border-radius: inherit;
  background: #3182f6;
}
#entry .fighterFields {
  padding: 24px;
  grid-template-columns: minmax(210px, 1.2fr) 120px minmax(160px, 0.9fr) 120px;
  gap: 14px;
}
#entry .fighterFields label {
  min-height: 104px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 14px;
  background: #fbfcfd;
}
#entry .fighterFields label:focus-within {
  border-color: #8ec5ff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(49, 130, 246, 0.08);
}
#entry .fighterFields input,
#entry .fighterFields select {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: transparent;
  font-size: 17px;
  font-weight: 850;
}
#entry .fighterFields input:focus,
#entry .fighterFields select:focus {
  outline: 0;
  box-shadow: none;
}
#entry .fighterSupportFields {
  margin: 0 24px 20px;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  background: #fbfcfd;
}
#entry .fighterSupportFields[open] {
  background: #ffffff;
}
#entry .fighterSupportFields summary {
  padding: 0 18px;
}
#entry .fighterIntakeSide {
  min-height: 92px;
  border-top: 1px solid #edf0f3;
  padding: 18px 24px;
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
  background: #f9fafb;
}
#entry .fighterResult {
  align-content: center;
}
#entry .fighterResult span {
  color: #8b95a1;
}
#entry .fighterResult strong {
  color: #191f28;
  font-size: 19px;
}
#entry .fighterAddStatus {
  display: none;
}
#entry .draftIssues {
  grid-column: 1;
  max-width: none;
}
#entry .addFighterBtn {
  min-width: 148px;
  min-height: 54px;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(49, 130, 246, 0.18);
}
#entry .addFighterBtn:disabled {
  box-shadow: none;
}
#entry .bulkImport {
  border: 1px dashed #dce3ec;
  border-radius: 18px;
  background: #fbfcfd;
  box-shadow: none;
}
#entry .bulkImport summary {
  min-height: 50px;
  color: #6b7684;
}
#entry .bulkImport summary strong {
  color: #4e5968;
  font-size: 14px;
}
#entry .bulkImport summary span {
  color: #8b95a1;
  font-size: 12px;
}
#entry .bulkImport[open] {
  background: #ffffff;
}
#entry .registeredFighters {
  border: 1px solid #edf0f3;
  border-radius: 20px;
  background: #ffffff;
}
#entry .registeredHeader {
  border-bottom-color: #edf0f3;
  background: #fbfcfd;
}
@media (max-width: 980px) {
  #entry .fighterInputProgress {
    grid-template-columns: 1fr;
  }
  #entry .fighterInputProgress small {
    text-align: left;
  }
  #entry .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #entry .fighterInputProgress {
    grid-template-columns: 1fr;
  }
  #entry .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  #entry .fighterInputProgress > div:first-child {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  #entry .fighterFields {
    grid-template-columns: 1fr;
  }
  #entry .fighterFields label {
    min-height: 92px;
  }
  #entry .fighterFields .experienceField {
    grid-column: auto;
  }
  #entry .fighterIntakeSide {
    grid-template-columns: 1fr;
  }
  #entry .addFighterBtn {
    width: 100%;
  }
  #entry .registeredSummary {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }
}
#entry .entryStepPanel:has(.fighterIntake) {
  gap: 24px;
}
#entry .entryStepPanel:has(.fighterIntake) .panelTitle {
  border-bottom: 0;
  padding-bottom: 0;
}
#entry .fighterIntake {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
#entry .fighterInputProgress {
  min-height: 0;
  border-bottom: 1px solid #edf0f3;
  padding: 0 0 18px;
  grid-template-columns: minmax(0, 1fr) 180px;
  background: transparent;
}
#entry .fighterInputProgress.ready {
  background: transparent;
}
#entry .fighterInputProgress > div:first-child {
  gap: 6px 10px;
}
#entry .fighterInputProgress strong {
  font-size: 20px;
}
#entry .fighterInputProgress small {
  color: #8b95a1;
}
#entry .fighterRuleReviewDesk {
  margin-top: 14px;
  border-top: 1px solid rgba(139, 149, 161, 0.14);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#entry .fighterRuleReviewDesk div {
  min-width: 0;
  border-left: 1px solid rgba(139, 149, 161, 0.14);
  padding: 13px 12px 0;
  display: grid;
  gap: 5px;
}
#entry .fighterRuleReviewDesk div:first-child {
  border-left: 0;
  padding-left: 0;
}
#entry .fighterRuleReviewDesk b {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 7px;
  color: #f59f00;
  background: rgba(245, 166, 35, 0.12);
  font-size: 10px;
  font-weight: 950;
}
#entry .fighterRuleReviewDesk .done b {
  color: #008a63;
  background: rgba(0, 138, 99, 0.1);
}
#entry .fighterRuleReviewDesk strong {
  color: #191f28;
  font-size: 13px;
  font-weight: 950;
}
#entry .fighterRuleReviewDesk small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
#entry .fighterFields {
  padding: 22px 0 0;
  grid-template-columns: minmax(240px, 1.35fr) 118px minmax(160px, 0.85fr) 118px;
  gap: 12px;
}
#entry .fighterFields label {
  min-height: 108px;
  border-color: #e8ebef;
  border-radius: 22px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 31, 40, 0.035);
}
#entry .fighterFields label:first-child {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .fighterFields label:first-child input {
  font-size: 22px;
}
#entry .fighterFields .experienceField {
  grid-column: span 2;
}
#entry .fighterRecordFields {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(76px, 0.22fr)) minmax(220px, 1fr);
  gap: 12px;
}
#entry .fighterRecordFields > div,
#entry .fighterRecordFields label {
  min-height: 96px;
  border: 1px solid #e8ebef;
  border-radius: 22px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 31, 40, 0.035);
}
#entry .fighterRecordFields > div {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .fighterRecordFields span,
#entry .fighterRecordFields label {
  color: #6b7684;
  font-size: 14px;
  font-weight: 900;
}
#entry .fighterRecordFields strong {
  display: block;
  margin-top: 10px;
  color: #191f28;
  font-size: 22px;
  font-weight: 950;
}
#entry .fighterRecordFields small {
  display: block;
  margin-top: 7px;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
#entry .fighterRecordFields input {
  width: 100%;
  margin-top: 12px;
  border: 0;
  background: transparent;
  color: #191f28;
  font-size: 22px;
  font-weight: 950;
  outline: 0;
}
#entry .fighterRuleFields {
  border-top: 0;
  padding: 14px 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
}
#entry .fighterRuleFields.pro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#entry .fighterRuleFields label {
  min-height: 104px;
  border: 1px solid #e8ebef;
  border-radius: 22px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 31, 40, 0.035);
}
#entry .fighterRuleFields.elite label:first-child {
  border-color: #d9edff;
  background: #f7fbff;
}
#entry .fighterRuleFields.pro label:first-child,
#entry .fighterRuleFields.pro label:nth-child(2) {
  border-color: #ffe0e4;
  background: #fff7f8;
}
#entry .fighterRuleCheck {
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
}
#entry .fighterRuleCheck input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}
#entry .fighterSupportFields {
  margin: 18px 0 0;
  border-radius: 18px;
  background: #fbfcfd;
}
#entry .fighterIntakeSide {
  margin-top: 18px;
  border-top: 1px solid #edf0f3;
  padding: 18px 0 0;
  background: transparent;
}
#entry .fighterResult span {
  color: #8b95a1;
}
#entry .fighterResult strong {
  font-size: 20px;
}
#entry .addFighterBtn {
  min-width: 154px;
  min-height: 54px;
}
#entry .bulkImport {
  border-color: #e3e8ef;
  border-radius: 16px;
  background: transparent;
}
#entry .bulkImport summary {
  min-height: 48px;
  padding: 0 16px;
}
#entry .bulkImport[open] {
  border-color: #edf0f3;
}
#entry .bulkImportBody {
  padding: 16px;
}
#entry .registeredFighters {
  border-radius: 18px;
}
#entry .registeredHeader {
  min-height: 56px;
  background: #ffffff;
}
@media (max-width: 980px) {
  #entry .fighterInputProgress {
    grid-template-columns: 1fr;
  }
  #entry .fighterFields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #entry .fighterRecordFields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #entry .fighterRecordFields > div,
  #entry .fighterRecordFields label:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  #entry .fighterFields {
    grid-template-columns: 1fr;
  }
  #entry .fighterRecordFields {
    grid-template-columns: 1fr;
  }
  #entry .fighterRuleReviewDesk {
    grid-template-columns: 1fr;
  }
  #entry .fighterRuleReviewDesk div,
  #entry .fighterRuleReviewDesk div:first-child {
    border-left: 0;
    border-top: 1px solid rgba(139, 149, 161, 0.14);
    padding: 11px 0 0;
  }
  #entry .fighterRuleReviewDesk div:first-child {
    border-top: 0;
  }
  #entry .fighterFields label {
    min-height: 94px;
  }
  #entry .fighterFields .experienceField {
    grid-column: auto;
  }
  #entry .fighterIntakeSide {
    grid-template-columns: 1fr;
  }
}
#entry .submitReviewTop {
  border: 0;
  border-radius: 20px;
  padding: 18px 20px;
  background: #f6f8fb;
}
#entry .submitReviewTop.ready {
  background: #f2f7ff;
}
#entry .submitReviewTop > div:first-child strong {
  font-size: 22px;
}
#entry .submitReviewFacts span {
  min-height: 34px;
  border-radius: 12px;
  padding: 0 12px;
  background: #ffffff;
}
#entry .paymentConfirmPanel {
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(25, 31, 40, 0.06);
}
#entry .paymentConfirmHead {
  min-height: 64px;
  padding: 0 22px;
}
#entry .paymentConfirmHead span {
  font-size: 18px;
}
#entry .paymentConfirmHead button {
  min-height: 40px;
  border-radius: 14px;
  padding: 0 15px;
}
#entry .paymentConfirmRows {
  gap: 0;
}
#entry .paymentConfirmRows > div,
#entry .paymentConfirmPanel.free > div {
  min-height: 70px;
  padding: 15px 22px;
  grid-template-columns: 96px minmax(0, 1fr) auto;
}
#entry .paymentConfirmRows > div:first-child {
  min-height: 104px;
  background: #f7fbff;
}
#entry .paymentConfirmRows > div:first-child small {
  color: #1b64da;
}
#entry .paymentConfirmRows > div:first-child strong {
  font-size: clamp(34px, 4.8vw, 46px);
  line-height: 1;
}
#entry .paymentConfirmPanel strong {
  font-size: 18px;
}
#entry .paymentMiniCopy {
  min-height: 38px;
  border-radius: 13px;
  padding: 0 14px;
}
#entry .paymentSettlementNote {
  background: #fbfcfd;
}
#entry .paymentSettlementNote summary {
  min-height: 48px;
  padding: 0 22px;
}
#entry .paymentSettlementNote p {
  padding: 12px 22px 14px;
}
#entry .paymentReviewCheck {
  border: 1px solid #d9edff;
  border-radius: 18px;
  padding: 15px 18px;
  background: #f7fbff;
}
#entry .paymentReviewCheck input,
#entry .consentAll input,
#entry .consentBox input {
  width: 20px;
  height: 20px;
}
#entry .consentStack {
  border: 1px solid #edf0f3;
  border-radius: 20px;
  overflow: hidden;
}
#entry .consentAll {
  padding: 18px 20px;
  background: #ffffff;
}
#entry .consentBox {
  border-top: 1px solid #edf0f3;
  background: #fbfcfd;
}
#entry .consentBox label {
  min-height: 78px;
  padding: 16px 18px;
}
#entry .submitReadyLine {
  border-radius: 18px;
  padding: 16px 18px;
}
#entry .submitBlockerPanel {
  border-radius: 18px;
  padding: 16px;
}
#entry .submitBlockerPanel > div {
  gap: 8px;
}
#entry .submitBlockerPanel button {
  min-height: 56px;
  background: #ffffff;
}
@media (max-width: 760px) {
  #entry .paymentConfirmRows > div,
  #entry .paymentConfirmPanel.free > div {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  #entry .paymentConfirmRows > div:first-child strong {
    font-size: 34px;
  }
  #entry .paymentConfirmRows > div small {
    grid-column: 1 / -1;
  }
  #entry .paymentConfirmRows > div strong {
    grid-column: 1;
  }
}
#entry .entryStepPanel:has(.paymentConfirmPanel) {
  gap: 22px;
}
#entry .entryStepPanel:has(.paymentConfirmPanel) .stepHeader {
  border-bottom: 0;
  padding-bottom: 0;
}
#entry .submitReviewTop {
  border-radius: 0;
  padding: 0 0 20px;
  background: transparent;
}
#entry .submitReviewTop.ready {
  background: transparent;
}
#entry .submitReviewTop > div:first-child strong {
  max-width: 720px;
  color: #191f28;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}
#entry .submitReviewFacts {
  gap: 8px;
}
#entry .submitReviewFacts span {
  min-height: 36px;
  border: 1px solid #edf0f3;
  color: #4e5968;
  background: #ffffff;
}
#entry .submitPolicyReview {
  border: 1px solid #edf0f3;
  border-radius: 22px;
  padding: 20px;
  background: #ffffff;
}
#entry .submitPolicyReviewHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
#entry .submitPolicyReviewHead span {
  color: #3182f6;
  font-size: 14px;
  font-weight: 900;
}
#entry .submitPolicyReviewHead strong {
  color: #333d4b;
  font-size: 18px;
  font-weight: 900;
}
#entry .submitPolicyReviewGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#entry .submitPolicyReviewGrid article {
  min-width: 0;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 16px 17px;
  background: #f8fafc;
}
#entry .submitPolicyReviewGrid article span {
  display: block;
  color: #8b95a1;
  font-size: 13px;
  font-weight: 900;
}
#entry .submitPolicyReviewGrid article strong {
  display: block;
  margin-top: 8px;
  color: #191f28;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}
#entry .submitPolicyReviewGrid article small {
  display: block;
  margin-top: 7px;
  color: #6b7684;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
#entry .paymentConfirmPanel {
  border: 1px solid #e8ebef;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(25, 31, 40, 0.07);
}
#entry .paymentConfirmHead {
  min-height: 68px;
  border-bottom: 1px solid #edf0f3;
  background: #ffffff;
}
#entry .paymentConfirmHead span {
  color: #191f28;
  font-size: 19px;
}
#entry .paymentConfirmHead button {
  border-color: #d9edff;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .paymentConfirmRows {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
}
#entry .paymentConfirmRows > div {
  min-height: 96px;
  border-top: 0;
  border-left: 1px solid #edf0f3;
  padding: 20px 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
}
#entry .paymentConfirmRows > div:first-child {
  min-height: 156px;
  border-left: 0;
  grid-row: span 2;
  align-content: center;
  background: #f7fbff;
}
#entry .paymentConfirmRows > div:first-child small,
#entry .paymentConfirmRows > div:first-child strong {
  grid-column: 1 / -1;
}
#entry .paymentConfirmRows > div:first-child strong {
  font-size: clamp(42px, 5.2vw, 58px);
}
#entry .paymentConfirmRows > div:not(:first-child) small {
  grid-column: 1 / -1;
}
#entry .paymentConfirmRows > div:not(:first-child) strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#entry .paymentMiniCopy {
  align-self: end;
}
#entry .paymentSettlementNote {
  border-top: 1px solid #edf0f3;
  background: #fbfcfd;
}
#entry .paymentReviewCheck {
  border-color: #d9edff;
  border-radius: 20px;
  padding: 17px 20px;
  background: #f7fbff;
}
#entry .consentStack {
  border-radius: 20px;
  background: #ffffff;
}
#entry .consentAll {
  min-height: 70px;
}
#entry .consentBox label {
  min-height: 64px;
}
#entry .stepActions.split:has(.submitBtn) {
  border-top: 1px solid #edf0f3;
  padding-top: 22px;
  grid-template-columns: minmax(160px, 0.36fr) minmax(220px, 0.64fr);
}
#entry .stepActions.split:has(.submitBtn) .submitBtn {
  min-height: 58px;
  border-radius: 18px;
  font-size: 17px;
  box-shadow: 0 16px 36px rgba(49, 130, 246, 0.2);
}
#entry .stepActions.split:has(.submitBtn) .submitBtn:disabled {
  box-shadow: none;
}
#entry .submitBlockerPanel {
  border: 1px solid #ffe0e4;
  background: #fff7f8;
}
@media (max-width: 820px) {
  #entry .paymentConfirmRows {
    grid-template-columns: 1fr;
  }
  #entry .paymentConfirmRows > div,
  #entry .paymentConfirmRows > div:first-child {
    min-height: 88px;
    border-left: 0;
    border-top: 1px solid #edf0f3;
    grid-row: auto;
  }
  #entry .paymentConfirmRows > div:first-child {
    min-height: 136px;
    border-top: 0;
  }
  #entry .paymentConfirmRows > div:first-child strong {
    font-size: clamp(36px, 10vw, 48px);
  }
}
@media (max-width: 640px) {
  #entry .submitReviewTop {
    gap: 14px;
  }
  #entry .submitPolicyReview {
    padding: 17px;
    border-radius: 20px;
  }
  #entry .submitPolicyReviewHead {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
  }
  #entry .submitPolicyReviewGrid {
    grid-template-columns: 1fr;
  }
  #entry .paymentConfirmHead {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 18px;
  }
  #entry .paymentConfirmHead button {
    width: 100%;
  }
  #entry .paymentConfirmRows > div {
    padding: 18px;
  }
  #entry .paymentConfirmRows > div:not(:first-child) strong {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  #entry .paymentConfirmRows > div:not(:first-child) .paymentMiniCopy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  #entry .paymentMiniCopy {
    min-width: 84px;
  }
  #entry .stepActions.split:has(.submitBtn) {
    grid-template-columns: 1fr;
  }
}
.hostCreatePage {
  background: #f7f8fa;
}
.hostCreateHero {
  padding-bottom: 84px;
  background: #191f28;
}
.hostCreateHero > div {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.hostCreateHero h1 {
  max-width: 760px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
}
.hostCreateHero .lead {
  max-width: 580px;
  color: #b0b8c1;
  font-size: 18px;
}
.hostRequestReview .hostSubmitButton {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  background: #3182f6;
  font-size: 15px;
}
#entry .summaryPanel {
  display: grid;
  gap: 22px;
}
#entry .summaryPanelHead {
  margin-bottom: 2px;
}
#entry .readinessBoard {
  padding: 22px 22px 0;
  gap: 16px;
  overflow: hidden;
}
#entry .readinessBoardHead {
  gap: 8px;
}
#entry .readinessTrack {
  margin-top: 2px;
}
#entry .readinessNextAction {
  margin: 2px -22px 0;
  padding: 16px 22px;
  background: #ffffff;
}
#entry .summaryEssentials {
  border-bottom: 0;
  padding: 18px 22px;
  gap: 0;
  overflow: hidden;
}
#entry .summaryEssentials div {
  gap: 6px;
}
#entry .summaryEssentials strong {
  font-size: 18px;
}
#entry .previewList.compact {
  max-height: 340px;
  border: 0;
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  box-shadow: none;
}
#entry .previewListHead {
  padding-bottom: 12px;
  border-bottom: 1px solid #edf0f3;
}
#entry .previewListHead strong,
#entry .previewList > strong {
  font-size: 16px;
}
#entry .previewListHead span {
  padding: 5px 10px;
  color: #1b64da;
  background: #f2f7ff;
}
#entry .previewChipGrid {
  gap: 0;
}
#entry .previewChip {
  border: 0;
  border-radius: 0;
  background: transparent;
}
#entry .previewChip + .previewChip {
  border-top: 1px solid #edf0f3;
}
#entry .previewChip button {
  min-height: 58px;
  padding: 12px 0;
  background: transparent;
}
#entry .previewChip.open {
  padding-bottom: 12px;
}
.receiptDialog {
  width: min(560px, 100%);
  gap: 22px;
}
.receiptTopline {
  align-items: start;
}
.receiptSuccessMark {
  width: 44px;
  height: 44px;
}
.receiptHero {
  gap: 7px;
}
.receiptHero h2 {
  font-size: clamp(30px, 5vw, 40px);
}
.receiptCodeBox {
  border: 0;
  padding: 18px 20px;
  background: #f2f7ff;
}
.receiptCodeBox strong {
  font-size: 18px;
}
.receiptSummaryList {
  border: 0;
  border-radius: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.receiptSummaryList > div {
  min-height: 64px;
  border-top: 1px solid #edf0f3;
  padding: 15px 0;
  grid-template-columns: 1fr;
  gap: 5px;
}
.receiptSummaryList > div:nth-child(even) {
  border-left: 0;
  padding-left: 18px;
}
.receiptSummaryList > div:nth-child(odd) {
  padding-right: 18px;
}
.receiptSummaryList dd {
  font-size: 16px;
}
.receiptNextAction {
  border: 0;
  padding: 18px 20px;
  background: #f9fafb;
}
.receiptActions {
  gap: 10px;
}
.receiptActions button {
  min-height: 52px;
  border-radius: 16px;
}
.receiptAdminTools {
  padding: 2px 16px;
  background: #f9fafb;
}
.receiptDialog {
  width: min(600px, 100%);
  gap: 24px;
  padding: 30px;
}
.receiptTopline {
  gap: 16px;
}
.receiptSuccessMark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.receiptHero span {
  color: #1b64da;
  font-size: 12px;
  font-weight: 900;
}
.receiptHero h2 {
  max-width: 420px;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.08;
}
.receiptHero p {
  color: #6b7684;
  font-size: 14px;
  font-weight: 800;
}
.receiptCodeBox {
  border: 1px solid #d9edff;
  border-radius: 22px;
  padding: 20px 22px;
  display: grid;
  gap: 7px;
  background: #f2f7ff;
}
.receiptCodeBox small {
  color: #1b64da;
  font-size: 12px;
  font-weight: 900;
}
.receiptCodeBox strong {
  min-width: 0;
  color: #191f28;
  font-size: clamp(24px, 4.8vw, 34px);
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.receiptSummaryList {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  padding: 2px 0;
}
.receiptSummaryList > div {
  min-height: 62px;
  padding: 14px 0;
}
.receiptSummaryList > div:nth-child(even) {
  padding-left: 20px;
}
.receiptSummaryList > div:nth-child(odd) {
  padding-right: 20px;
}
.receiptNextAction {
  border: 0;
  border-radius: 22px;
  padding: 20px 22px;
  background: #f7f9fc;
}
.receiptNextAction strong {
  color: #191f28;
  font-size: 20px;
  line-height: 1.32;
}
.receiptNextAction small {
  color: #6b7684;
  font-size: 13px;
  line-height: 1.55;
}
.receiptActions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.receiptActions button {
  min-height: 52px;
  border-radius: 16px;
}
.receiptActions .submitBtn {
  min-height: 58px;
  border-radius: 18px;
  font-size: 16px;
}
.receiptStatusButton {
  min-height: 58px;
  border-radius: 18px;
  background: #3182f6;
  font-size: 16px;
}
.receiptDetails {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
}
.receiptDetails > summary {
  min-height: 54px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #4e5968;
  cursor: pointer;
  list-style: none;
}
.receiptDetails > summary::-webkit-details-marker {
  display: none;
}
.receiptDetails > summary strong {
  color: #191f28;
  font-size: 15px;
}
.receiptDetails > summary span {
  font-size: 13px;
  font-weight: 800;
}
.receiptDetails .receiptSummaryList {
  border-bottom: 0;
}
.receiptAdminTools {
  border-radius: 18px;
  padding: 4px 16px;
}
#entry .receipt {
  border: 0;
  border-radius: 20px;
  padding: 18px;
  background: #f7fbff;
}
#entry .receipt > strong {
  color: #191f28;
  font-size: 17px;
}
#entry .receipt > span {
  border-radius: 14px;
  padding: 12px 14px;
  color: #1b64da;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
}
#entry .receiptGrid {
  border: 0;
  border-top: 1px solid #dcecff;
  border-radius: 0;
  padding: 14px 0 0;
  background: transparent;
}
#entry .receiptQuickActions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
#entry .receiptQuickActions button {
  min-height: 42px;
  border-radius: 14px;
}
@media (max-width: 560px) {
  .receiptDialog {
    padding: 20px 16px;
    gap: 16px;
  }
  .receiptTopline {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }
  .receiptSuccessMark {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }
  .receiptHero h2 {
    font-size: 29px;
  }
  .receiptCodeBox,
  .receiptNextAction {
    border-radius: 18px;
    padding: 16px 18px;
  }
  .receiptCodeBox strong {
    font-size: 20px;
    line-height: 1.24;
  }
  .receiptSummaryList {
    grid-template-columns: 1fr;
  }
  .receiptSummaryList > div:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
  }
  .receiptActions {
    grid-template-columns: 1fr;
  }
}
.confirmDialog {
  width: min(560px, 100%);
  gap: 22px;
}
.confirmHero {
  border-bottom: 0;
  padding-bottom: 0;
  display: grid;
  gap: 8px;
}
.confirmHero h2 {
  font-size: clamp(30px, 5vw, 40px);
}
.confirmHero p {
  color: #6b7684;
  font-weight: 850;
}
.confirmSummaryList.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confirmSummaryList.compact > div {
  min-height: 64px;
  padding: 15px 0;
}
.confirmSummaryList.compact dd {
  font-size: 16px;
}
.confirmFighterDetails {
  border: 0;
  background: #f9fafb;
}
.confirmFighterDetails summary {
  min-height: 54px;
  padding: 0 18px;
}
.confirmNotice {
  border: 0;
  padding: 16px 18px;
  color: #4e5968;
  background: #f9fafb;
}
.confirmActions {
  gap: 10px;
}
.confirmActions button {
  border-radius: 16px;
}
.eventGuideFlow {
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: transparent;
}
.eventGuideFlow li,
.eventGuideFlow li + li {
  border-radius: 0;
  padding: 16px 18px 16px 0;
  background: transparent;
}
.eventGuideFlow li + li {
  border-left: 1px solid #edf0f3;
  padding-left: 18px;
}
.eventGuideFlow span {
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  background: #f2f7ff;
  color: #1b64da;
}
.eventGuideFlow strong {
  font-size: 15px;
}
.eventGuideFlow small {
  margin-top: 4px;
  color: #8b95a1;
  font-size: 12px;
}
.eventGuideDecisionBar {
  min-height: 106px;
  margin-top: 18px;
  border: 0;
  border-radius: 22px;
  padding: 22px 24px;
  background: #f9fafb;
}
.eventGuideDecisionBar strong {
  font-size: clamp(20px, 2.5vw, 28px);
}
.eventGuideDecisionBar a {
  min-width: 148px;
  min-height: 52px;
  border-radius: 16px;
}
.eventGuidePlainSummary {
  margin-top: 14px;
  border-radius: 20px;
  padding: 20px 22px;
  color: #4e5968;
  background: #f9fafb;
}
.eventGuideSections {
  margin-top: 18px;
  border-top: 0;
}
.eventGuideSections article {
  min-height: 0;
  border-bottom: 1px solid #edf0f3;
  padding: 20px 0;
  grid-template-columns: minmax(96px, 0.16fr) minmax(210px, 0.3fr) minmax(0, 1fr);
  gap: 20px;
}
.eventGuideSections article:first-child {
  border-top: 1px solid #edf0f3;
}
.eventGuideSections span {
  font-size: 12px;
  font-weight: 850;
}
.eventGuideSections strong {
  color: #191f28;
  font-size: 17px;
  line-height: 1.35;
}
.eventGuideSections p {
  max-width: 680px;
  color: #6b7684;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 760px) {
  .eventGuideFlow {
    grid-template-columns: 1fr;
  }
  .eventGuideFlow li,
  .eventGuideFlow li + li {
    border-left: 0;
    border-top: 1px solid #edf0f3;
    padding: 14px 0;
  }
  .eventGuideFlow li:first-child {
    border-top: 0;
  }
  .eventGuideSections article {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }
  .eventOfficialHighlights {
    grid-template-columns: 1fr;
  }
  .eventOfficialHighlights article,
  .eventOfficialHighlights article:first-child {
    border-left: 0;
    border-top: 1px solid #edf0f3;
    padding: 16px 0;
  }
  .eventOfficialHighlights article:first-child {
    border-top: 0;
  }
}
.eventBrief {
  max-width: none;
}
.eventBriefGuide {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 0 54px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 30px 58px;
}
.eventBriefGuideHead {
  max-width: 760px;
  padding-bottom: 8px;
}
.eventBriefGuideHead span {
  border-radius: 999px;
  padding: 5px 10px;
  color: #1b64da;
  background: #f2f7ff;
}
.eventBriefGuideHead strong {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0;
}
.eventBriefGuideHead p {
  max-width: 700px;
  color: #6b7684;
  font-size: 17px;
  line-height: 1.75;
}
.eventGuideCover {
  min-height: 430px;
  border-radius: 30px;
  align-self: start;
  box-shadow: 0 24px 64px rgba(25, 31, 40, 0.12);
}
.eventGuideCover figcaption {
  left: 16px;
  bottom: 16px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.9);
  color: #333d4b;
}
.eventBriefFacts {
  margin-top: 4px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.eventBriefFacts div,
.eventBriefFacts div:first-child {
  min-height: 72px;
  border-top: 0;
  border-left: 1px solid #edf0f3;
  padding: 16px 18px;
}
.eventBriefFacts div:first-child {
  border-left: 0;
  padding-left: 0;
}
.eventBriefFacts div:nth-child(2n) {
  padding-left: 18px;
}
.eventBriefFacts dt {
  color: #8b95a1;
  font-size: 12px;
}
.eventBriefFacts dd {
  margin-top: 6px;
  color: #191f28;
  font-size: 16px;
}
.eventGuidePlainSummary {
  margin-top: 8px;
  border-left: 3px solid #3182f6;
  border-radius: 0;
  padding: 18px 0 18px 20px;
  background: transparent;
  color: #4e5968;
  font-size: 16px;
  line-height: 1.75;
}
.eventOfficialHighlights {
  margin-top: 24px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.eventOfficialHighlights article {
  min-width: 0;
  border-left: 1px solid #edf0f3;
  padding: 18px 20px;
  display: grid;
  gap: 7px;
}
.eventOfficialHighlights article:first-child {
  border-left: 0;
  padding-left: 0;
}
.eventOfficialHighlights span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.eventOfficialHighlights strong {
  overflow-wrap: anywhere;
  color: #191f28;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.38;
}
.eventOfficialHighlights small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
.eventGuideSections {
  margin-top: 28px;
}
.eventGuideSections article {
  min-height: 100px;
  padding: 24px 0;
  grid-template-columns: minmax(104px, 0.15fr) minmax(240px, 0.31fr) minmax(0, 1fr);
  gap: 26px;
}
.eventGuideSections span {
  color: #8b95a1;
  font-size: 12px;
}
.eventGuideSections strong {
  font-size: 19px;
  line-height: 1.38;
}
.eventGuideSections p {
  max-width: 720px;
  color: #4e5968;
  font-size: 14px;
  line-height: 1.8;
}
.eventGuideFlow {
  margin-top: 30px;
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
}
.eventGuideFlow li,
.eventGuideFlow li + li {
  padding: 20px 22px 20px 0;
}
.eventGuideFlow li + li {
  padding-left: 22px;
}
.eventGuideFlow span {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
}
.eventGuideFlow strong {
  color: #191f28;
  font-size: 16px;
}
.eventGuideFlow small {
  max-width: 240px;
  color: #6b7684;
  font-size: 13px;
  line-height: 1.55;
}
.eventGuideDecisionBar {
  min-height: 112px;
  margin-top: 30px;
  border-radius: 24px;
  padding: 24px 26px;
  background: #f7f9fc;
}
.eventGuideDecisionBar strong {
  font-size: clamp(22px, 2.4vw, 30px);
}
.eventGuideDecisionBar p {
  color: #6b7684;
  font-size: 14px;
}
.eventGuideDecisionBar a {
  min-width: 158px;
  min-height: 54px;
}
.eventGuideImages {
  margin-top: 22px;
}
@media (max-width: 900px) {
  .eventBriefGuide {
    padding: 38px 0 42px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .eventGuideCover {
    min-height: 280px;
  }
  .eventBriefFacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eventBriefFacts div:nth-child(2n+1) {
    border-left: 0;
    padding-left: 0;
  }
  .eventGuideSections article {
    grid-template-columns: minmax(92px, 0.22fr) minmax(0, 1fr);
    gap: 8px 18px;
  }
  .eventGuideSections article p {
    grid-column: 2;
  }
}
@media (max-width: 640px) {
  .eventBriefGuideHead strong {
    font-size: clamp(32px, 10vw, 44px);
  }
  .eventBriefFacts {
    grid-template-columns: 1fr;
  }
  .eventBriefFacts div,
  .eventBriefFacts div:first-child,
  .eventBriefFacts div:nth-child(2n),
  .eventBriefFacts div:nth-child(2n+1) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid #edf0f3;
    padding: 14px 0;
  }
  .eventBriefFacts div:first-child {
    border-top: 0;
  }
  .eventGuideSections article,
  .eventGuideSections article p {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
  .eventGuideFlow li,
  .eventGuideFlow li + li {
    padding: 16px 0;
  }
  .eventGuideDecisionBar {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .eventGuideDecisionBar a {
    width: 100%;
  }
}
.eventDetailHero {
  min-height: auto;
  padding-bottom: 64px;
}
.eventDetailHero nav {
  max-width: 1200px;
}
.eventDetailHero .heroGrid {
  max-width: 1120px;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
  padding-bottom: 0;
}
.eventDetailHero h1 {
  max-width: 860px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
  text-wrap: balance;
}
.eventDetailHero .eventQuickFacts {
  margin-top: 24px;
  max-width: 880px;
}
.eventDetailHero .eventQuickFacts span {
  color: rgba(255, 255, 255, 0.86);
}
.eventDetailHero .ctaRow .primary {
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(49, 130, 246, 0.24);
}
.eventDetailHero .ctaRow .secondary {
  border-radius: 16px;
}
.eventDetailHero .eventHeroPosterInline .eventPosterPreview {
  display: block;
}
.eventDetailHero .eventActionPanel {
  transform: translateY(18px);
}
.eventDetailHero + .statsBand {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 36px));
  max-width: 1080px;
  margin: -44px auto 0;
  border: 1px solid #e8ebef;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(25, 31, 40, 0.1);
}
.eventDetailHero + .statsBand div {
  min-height: 88px;
}
.eventDetailHero + .statsBand strong {
  font-size: 26px;
}
.eventDetailHero + .statsBand span {
  color: #6b7684;
  font-size: 13px;
}
.publicRecordSignal {
  width: min(1080px, calc(100% - 36px));
  margin: 14px auto 46px;
  border: 1px solid rgba(49, 130, 246, 0.12);
  border-radius: 24px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.56fr);
  gap: 22px;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(25, 31, 40, 0.08);
}
.publicRecordSignal.trusted {
  border-color: rgba(0, 184, 148, 0.18);
}
.publicRecordSignal.infoTrust {
  border-color: #e5e8eb;
  box-shadow: 0 16px 42px rgba(25, 31, 40, 0.06);
}
.publicRecordSignal > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.publicRecordSignal span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.publicRecordSignal.trusted span {
  color: #00a884;
}
.publicRecordSignal.infoTrust span {
  color: #4e5968;
}
.publicRecordSignal strong {
  color: #191f28;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}
.publicRecordSignal small {
  color: #6b7684;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}
.publicRecordSignal dl {
  margin: 0;
  border: 1px solid #edf1f5;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #f8fafc;
}
.publicRecordSignal dl div {
  min-width: 0;
  min-height: 78px;
  border-right: 1px solid #edf1f5;
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 6px;
}
.publicRecordSignal dl div:last-child {
  border-right: 0;
}
.publicRecordSignal dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.publicRecordSignal dd {
  margin: 0;
  color: #191f28;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}
.publicRecordPolicy {
  width: min(1080px, calc(100% - 36px));
  margin: -26px auto 52px;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
  padding: 26px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.56fr);
  gap: 34px;
  align-items: center;
}
.publicRecordPolicy > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.publicRecordPolicy span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.publicRecordPolicy strong {
  color: #191f28;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1.25;
}
.publicRecordPolicy small {
  max-width: 660px;
  color: #6b7684;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.6;
}
.publicRecordPolicy ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}
.publicRecordPolicy li {
  min-height: 58px;
  border-top: 1px solid #edf1f5;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.publicRecordPolicy li:first-child {
  border-top: 0;
}
.publicRecordPolicy b {
  color: #4e5968;
  font-size: 13px;
  font-weight: 900;
}
.publicRecordPolicy li span {
  min-width: 0;
  color: #191f28;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}
.eventBrief {
  margin-top: 0;
  padding-top: 0;
}
.publicEntryStatusPanel {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  border: 1px solid #dce8f8;
  border-radius: 18px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  background: #f7faff;
}
.publicEntryStatusGroup {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
}
.publicEntryStatusGroup .publicEntryStatusPanel {
  width: 100%;
  margin: 0;
}
.publicEntryPaymentPanel {
  margin-top: 12px;
  border: 1px solid #d8e8ff;
  border-radius: 16px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #f7faff;
}
.publicEntryPaymentIcon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #1677ff;
  background: #e8f2ff;
}
.publicEntryPaymentPanel > div:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.publicEntryPaymentPanel span,
.publicEntryPaymentPanel small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryPaymentPanel strong {
  color: #191f28;
  font-size: 17px;
  line-height: 1.35;
}
.publicEntryPaymentPanel button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: #3182f6;
  font-weight: 850;
  cursor: pointer;
}
.publicEntryPaymentPanel button:disabled {
  color: #8b95a1;
  background: #e5e8eb;
  cursor: wait;
}
.publicEntryPaymentPanel small.error {
  color: #e42939;
}
.publicEntryRefundPanel,
.publicEntryRefundState,
.publicEntryNotificationPanel,
.publicEntryNotificationState {
  border-top: 1px solid #edf0f3;
  padding: 14px 20px 0;
}
.publicEntryNotificationPanel > button {
  min-height: 40px;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6b7684;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.publicEntryNotificationState {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4e5968;
}
.publicEntryNotificationState > div,
.publicEntryNotificationConfirm > div:first-child {
  display: grid;
  gap: 2px;
}
.publicEntryNotificationState small,
.publicEntryNotificationConfirm small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryNotificationConfirm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
}
.publicEntryNotificationConfirm > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #e42939;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryNotificationActions {
  display: flex;
  gap: 8px;
}
.publicEntryNotificationActions button {
  min-height: 40px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  padding: 0 14px;
  color: #4e5968;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}
.publicEntryNotificationActions button:last-child {
  color: #fff;
  border-color: #4e5968;
  background: #4e5968;
}
.publicEntryNotificationActions button:disabled {
  cursor: wait;
  opacity: 0.62;
}
.publicEntryRefundPanel > button {
  min-height: 40px;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6b7684;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.publicEntryRefundForm {
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(240px, 1fr) auto;
  align-items: end;
  gap: 12px;
}
.publicEntryRefundForm > div:first-child,
.publicEntryRefundForm label {
  display: grid;
  gap: 5px;
}
.publicEntryRefundForm span,
.publicEntryRefundForm small,
.publicEntryRefundState small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryRefundForm select {
  min-height: 44px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  padding: 0 12px;
  color: #191f28;
  background: #fff;
  font: inherit;
  font-weight: 700;
}
.publicEntryRefundForm > small,
.publicEntryRefundForm > p {
  grid-column: 1 / -1;
  margin: 0;
}
.publicEntryRefundForm > p {
  color: #e42939;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryRefundActions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.publicEntryRefundActions button {
  min-height: 42px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  padding: 0 14px;
  color: #4e5968;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}
.publicEntryRefundActions button:last-child {
  border-color: #3182f6;
  color: #fff;
  background: #3182f6;
}
.publicEntryRefundActions button:disabled {
  cursor: wait;
  opacity: 0.62;
}
.publicEntryRefundState {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2468c9;
}
.publicEntryRefundState > div {
  display: grid;
  gap: 2px;
}
.publicEntryRefundState.completed {
  color: #087f5b;
}
.publicEntryStatusPanel.complete {
  border-color: #ccebdd;
  background: #f3fbf7;
}
.publicEntryStatusIcon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1d6fe8;
  background: #e8f2ff;
}
.publicEntryStatusPanel.complete .publicEntryStatusIcon {
  color: #087f5b;
  background: #dff7ec;
}
.publicEntryStatusPanel > div:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.publicEntryStatusPanel span,
.publicEntryStatusPanel small {
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
}
.publicEntryStatusPanel strong {
  color: #191f28;
  font-size: 18px;
}
.publicEntryStatusPanel button {
  min-height: 42px;
  border: 1px solid #d7e3f3;
  border-radius: 12px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #2468c9;
  background: #ffffff;
  font-weight: 800;
  cursor: pointer;
}
.publicEntryStatusPanel button:disabled {
  cursor: wait;
  opacity: 0.62;
}
.publicEntryJourney {
  margin-top: 12px;
  border: 1px solid #e5e8eb;
  border-radius: 20px;
  padding: 18px 20px 20px;
  background: #fff;
}
.publicEntryJourney > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.publicEntryJourney > header > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.publicEntryJourney > header span,
.publicEntryProgramCopy > span {
  color: #3182f6;
  font-size: 12px;
  font-weight: 900;
}
.publicEntryJourney > header strong {
  overflow: hidden;
  color: #191f28;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicEntryJourney > header > a {
  flex: none;
  color: #4e5968;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.publicEntryJourneySteps {
  margin: 16px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}
.publicEntryJourneySteps li {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8b95a1;
  font-size: 13px;
  font-weight: 800;
}
.publicEntryJourneySteps li:not(:last-child)::after {
  content: "";
  height: 2px;
  margin: 0 12px;
  flex: 1;
  background: #e5e8eb;
}
.publicEntryJourneySteps i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  flex: none;
  place-items: center;
  color: #8b95a1;
  background: #f2f4f6;
  font-size: 12px;
  font-style: normal;
}
.publicEntryJourneySteps li.done,
.publicEntryJourneySteps li.active {
  color: #1b64da;
}
.publicEntryJourneySteps li.done i {
  color: #fff;
  background: #3182f6;
}
.publicEntryJourneySteps li.active i {
  color: #1b64da;
  background: #e8f2ff;
  box-shadow: inset 0 0 0 1px #bad6ff;
}
.publicEntryJourneySteps li.done::after {
  background: #8dbbff;
}
.publicEntryProgramCard {
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 14px;
  background: #f7f8fa;
}
.publicEntryProgramCard.ready {
  background: #f2f7ff;
}
.publicEntryJourney.eventDay {
  border-color: #bad6ff;
  background: #f7fbff;
}
.publicEntryJourney.eventDay .publicEntryJourneySteps {
  display: none;
}
.publicEntryOperationNotice {
  margin-top: 16px;
  border-radius: 12px;
  padding: 13px 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.publicEntryOperationNotice.delay {
  color: #9a5b00;
  background: #fff6e5;
}
.publicEntryOperationNotice.break {
  color: #1769d2;
  background: #eaf4ff;
}
.publicEntryOperationNotice > svg {
  flex: 0 0 auto;
  margin-top: 1px;
}
.publicEntryOperationNotice > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.publicEntryOperationNotice strong {
  color: inherit;
  font-size: 15px;
  line-height: 1.4;
}
.publicEntryOperationNotice span {
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.publicEntryProgramCard.eventDay {
  margin-top: 16px;
  border: 1px solid #cfe3ff;
  background: #ffffff;
}
.publicEntryProgramCard.eventDay.live {
  border-color: #ffc7cd;
  background: #fff8f8;
}
.publicEntryProgramCard.eventDay .publicEntryProgramIcon {
  color: #1b64da;
  background: #e8f2ff;
}
.publicEntryProgramCard.eventDay.live .publicEntryProgramIcon {
  color: #d22030;
  background: #ffe9eb;
}
.publicEntryProgramCard.eventDay .publicEntryProgramCopy > span {
  color: #1b64da;
}
.publicEntryProgramCard.eventDay.live .publicEntryProgramCopy > span {
  color: #d22030;
}
.publicEntryProgramCard.eventDay .publicEntryProgramCopy > strong {
  font-size: 20px;
  line-height: 1.35;
}
.publicEntryProgramCard.eventDay .publicEntryProgramCopy > small {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.publicEntryProgramIcon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #6b7684;
  background: #fff;
}
.publicEntryProgramCard.ready .publicEntryProgramIcon {
  color: #1b64da;
  background: #dcecff;
}
.publicEntryProgramCopy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.publicEntryProgramCopy > strong {
  color: #191f28;
  font-size: 17px;
}
.publicEntryProgramCopy > small {
  overflow: hidden;
  color: #6b7684;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicEntryBoutFacts {
  margin: 0;
  display: flex;
  gap: 8px;
}
.publicEntryBoutFacts > div {
  min-width: 74px;
  border-left: 1px solid #dfe6ef;
  padding-left: 12px;
  display: grid;
  gap: 2px;
}
.publicEntryBoutFacts dt {
  color: #8b95a1;
  font-size: 11px;
  font-weight: 800;
}
.publicEntryBoutFacts dd {
  margin: 0;
  color: #333d4b;
  font-size: 13px;
  font-weight: 900;
}
.publicEntryBoutFacts dd.red {
  color: #e42939;
}
.publicEntryBoutFacts dd.blue {
  color: #1b64da;
}
.publicEntryProgramCard > a {
  grid-column: 2 / -1;
  min-height: 44px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #4e5968;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.publicEntryProgramCard > a.ready {
  border-color: #3182f6;
  color: #fff;
  background: #3182f6;
}
.briefDecision.briefStrip {
  max-width: 1180px;
  margin: 24px auto 0;
  border-top: 0;
  border-bottom-color: #edf0f3;
  padding: 20px 0 22px;
}
.eventBriefGuide {
  padding-top: 46px;
}
.eventBriefCompact {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 84px;
}
.eventBriefCompactHead {
  max-width: 760px;
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 30px;
}
.eventBriefCompactHead span,
.eventBriefNext > span {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.eventBriefCompactHead h2 {
  margin-top: 10px;
  color: #191f28;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}
.eventBriefCompactHead p {
  margin-top: 14px;
  color: #6b7684;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.7;
}
.eventBriefCompactGrid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: start;
}
.eventBriefRuleList {
  border-top: 1px solid #edf0f3;
}
.eventBriefRuleList details {
  border-bottom: 1px solid #edf0f3;
}
.eventBriefRuleList summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 28px;
  gap: 24px;
  align-items: center;
  color: #191f28;
  cursor: pointer;
  list-style: none;
}
.eventBriefRuleList summary::-webkit-details-marker {
  display: none;
}
.eventBriefRuleList summary span {
  color: #8b95a1;
  font-size: 14px;
  font-weight: 900;
}
.eventBriefRuleList summary strong {
  min-width: 0;
  color: #191f28;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}
.eventBriefRuleList summary b {
  color: #8b95a1;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
.eventBriefRuleList details[open] summary b {
  color: #3182f6;
}
.eventBriefRuleList p {
  max-width: 720px;
  margin: -6px 0 28px 174px;
  color: #4e5968;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}
.eventBriefNext {
  position: sticky;
  top: 24px;
  border: 1px solid #e5e8eb;
  border-radius: 24px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(25, 31, 40, 0.08);
}
.eventBriefNext strong {
  display: block;
  margin-top: 10px;
  color: #191f28;
  font-size: 25px;
  line-height: 1.25;
}
.eventBriefNext p {
  margin-top: 12px;
  color: #6b7684;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}
.eventBriefNextMeta {
  margin: 20px 0 0;
  border-top: 1px solid #edf0f3;
  display: grid;
}
.eventBriefNextMeta div {
  min-width: 0;
  border-bottom: 1px solid #edf0f3;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.eventBriefNextMeta dt {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.eventBriefNextMeta dd {
  min-width: 0;
  margin: 0;
  color: #191f28;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.eventBriefPrep {
  margin-top: 20px;
  border-top: 1px solid #edf0f3;
  padding-top: 18px;
}
.eventBriefPrep span {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 900;
}
.eventBriefPrep div {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.eventBriefPrep b {
  border-radius: 999px;
  padding: 8px 10px;
  color: #1b64da;
  background: #f2f7ff;
  font-size: 12px;
  font-weight: 900;
}
.eventBriefNext a,
.eventBriefNext button {
  width: 100%;
  min-height: 56px;
  margin-top: 22px;
  border: 0;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: #3182f6;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(49, 130, 246, 0.22);
}
.eventBriefNext:not(.ready) a,
.eventBriefNext:not(.ready) button {
  color: #4e5968;
  background: #f2f4f6;
  box-shadow: none;
}
@media (max-width: 900px) {
  .eventDetailHero {
    min-height: auto;
    padding-bottom: 42px;
  }
  .eventDetailHero nav {
    padding-top: 20px;
  }
  .eventDetailHero .heroGrid {
    width: min(100% - 32px, 720px);
  }
  .eventDetailHero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.12;
  }
  .eventHeroPosterInline {
    width: 100%;
    margin-top: 22px;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  }
  .eventPosterCounter {
    top: 12px;
    right: 12px;
    padding: 6px 9px;
    font-size: 11px;
  }
  .eventPosterNav {
    width: 36px;
    height: 36px;
  }
  .eventPosterNav.previous {
    left: 10px;
  }
  .eventPosterNav.next {
    right: 10px;
  }
  .eventPosterSlide figcaption {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
  .eventDetailHero .eventQuickFacts {
    margin-top: 20px;
    gap: 10px;
  }
  .eventDetailHero .eventQuickFacts span {
    width: 100%;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
  }
  .eventDetailHero .lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }
  .eventHeroStatusLine {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }
  .eventDetailHero .ctaRow {
    margin-top: 22px;
  }
  .eventDetailHero .ctaRow .primary,
  .eventDetailHero .ctaRow .secondary {
    width: 100%;
    min-height: 54px;
  }
  .eventDetailHero .eventActionPanel {
    transform: none;
  }
  .eventDetailHero + .statsBand {
    width: 100%;
    max-width: none;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .eventDetailHero + .statsBand div {
    min-height: 74px;
  }
  .publicRecordSignal {
    width: min(100% - 32px, 720px);
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .publicRecordSignal dl {
    grid-template-columns: 1fr;
  }
  .publicRecordSignal dl div {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid #edf1f5;
  }
  .publicRecordSignal dl div:last-child {
    border-bottom: 0;
  }
  .publicRecordPolicy {
    width: min(100% - 32px, 720px);
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .briefDecision.briefStrip {
    margin-top: 18px;
  }
  .eventBriefCompact {
    width: min(100% - 32px, 720px);
    padding: 46px 0 64px;
  }
  .eventBriefCompactHead {
    padding-bottom: 24px;
  }
  .eventBriefCompactGrid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .eventBriefRuleStack {
    order: 1;
  }
  .eventBriefNext {
    order: 2;
  }
  .eventBriefRuleList summary {
    min-height: 82px;
    grid-template-columns: 1fr 24px;
    gap: 12px;
  }
  .eventBriefRuleList summary span {
    grid-column: 1 / -1;
  }
  .eventBriefRuleList p {
    margin: -2px 0 24px;
  }
  .eventBriefNext {
    position: static;
    border-radius: 22px;
    padding: 22px;
  }
  .eventBriefNextMeta div {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .eventDetailHero {
    padding-bottom: 34px;
  }
  .eventDetailHero nav {
    width: min(100% - 28px, 720px);
  }
  .eventDetailHero .heroGrid {
    width: min(100% - 28px, 720px);
  }
  .eventDetailHero h1 {
    font-size: clamp(30px, 10.5vw, 42px);
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    border-radius: 20px;
  }
  .eventBriefCompact {
    width: min(100% - 28px, 720px);
    padding: 38px 0 56px;
  }
  .eventBriefCompactHead h2 {
    font-size: clamp(28px, 8vw, 34px);
  }
  .eventBriefCompactHead p {
    font-size: 15px;
  }
  .eventBriefRuleList summary {
    min-height: 76px;
  }
  .eventBriefRuleList summary strong {
    font-size: 19px;
  }
  .eventBriefNext strong {
    font-size: 23px;
  }
}
@media (max-width: 560px) {
  .eventDetailHero {
    padding-bottom: 34px;
  }
  .eventDetailHero + .statsBand {
    grid-template-columns: 1fr;
  }
  .eventDetailHero + .statsBand div {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid #e5e8eb;
  }
  .eventDetailHero + .statsBand div:last-child {
    border-bottom: 0;
  }
  .publicRecordSignal {
    width: calc(100% - 28px);
    margin-bottom: 32px;
    border-radius: 22px;
    padding: 20px;
  }
  .publicRecordSignal strong {
    font-size: 24px;
  }
  .publicRecordPolicy {
    width: calc(100% - 28px);
    margin-top: -18px;
    margin-bottom: 32px;
    padding: 22px 0;
  }
  .publicRecordPolicy strong {
    font-size: 23px;
  }
  .publicRecordPolicy li {
    min-height: 66px;
    grid-template-columns: 1fr;
    gap: 5px;
    align-content: center;
  }
  .briefDecision.briefStrip {
    margin-top: 14px;
    padding-bottom: 18px;
  }
  .eventBriefGuide {
    padding-top: 32px;
  }
  .publicEntryStatusPanel {
    width: calc(100% - 28px);
    margin-top: 14px;
    border-radius: 16px;
    padding: 16px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }
  .publicEntryStatusGroup {
    width: calc(100% - 28px);
    margin-top: 14px;
  }
  .publicEntryStatusGroup .publicEntryStatusPanel {
    width: 100%;
    margin-top: 0;
  }
  .publicEntryPaymentPanel {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 15px;
  }
  .publicEntryPaymentPanel button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .publicEntryRefundPanel,
  .publicEntryRefundState,
  .publicEntryNotificationPanel,
  .publicEntryNotificationState {
    padding: 14px 4px 0;
  }
  .publicEntryNotificationConfirm {
    grid-template-columns: 1fr;
  }
  .publicEntryNotificationActions button {
    flex: 1;
  }
  .publicEntryRefundForm {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .publicEntryRefundForm > small,
  .publicEntryRefundForm > p {
    grid-column: auto;
  }
  .publicEntryRefundActions button {
    flex: 1;
  }
  .publicEntryStatusIcon {
    width: 40px;
    height: 40px;
  }
  .publicEntryStatusPanel button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .publicEntryJourney {
    border-radius: 16px;
    padding: 16px;
  }
  .publicEntryJourneySteps li {
    gap: 5px;
    font-size: 12px;
  }
  .publicEntryJourneySteps li:not(:last-child)::after {
    margin: 0 5px;
  }
  .publicEntryJourneySteps i {
    width: 24px;
    height: 24px;
  }
  .publicEntryProgramCard {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px;
  }
  .publicEntryProgramCard.eventDay {
    margin-top: 12px;
    padding: 16px 14px;
  }
  .publicEntryOperationNotice {
    margin-top: 12px;
    padding: 12px 13px;
  }
  .publicEntryOperationNotice strong {
    font-size: 14px;
  }
  .publicEntryProgramCard.eventDay .publicEntryProgramCopy > strong {
    font-size: 18px;
  }
  .publicEntryBoutFacts {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .publicEntryBoutFacts > div {
    min-width: 0;
  }
  .publicEntryProgramCard > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}
.directoryAppHeader > .directorySearch {
  width: min(1040px, calc(100% - 40px));
  min-height: 64px;
  border: 1px solid #e8ebef;
  border-radius: 20px;
  padding: 8px 10px 8px 18px;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, auto);
  gap: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(25, 31, 40, 0.06);
}
.directoryAppHeader > .directorySearch input,
.directoryAppHeader > .directorySearch select {
  border: 0;
  box-shadow: none;
}
.directoryAppHeader > .directorySearch input {
  min-height: 46px;
  padding-left: 2px;
  background: transparent;
  font-size: 15px;
}
.directoryFilterPanel {
  min-width: 220px;
  border-left: 1px solid #edf0f3;
  padding-left: 10px;
}
.directoryFilterPanel summary {
  min-height: 46px;
  border: 0;
  border-radius: 15px;
  padding: 0 12px;
  background: #f7f8fa;
  box-shadow: none;
}
.directoryFilterPanel summary span {
  color: #8b95a1;
  font-size: 11px;
}
.directoryFilterPanel summary strong {
  color: #333d4b;
  font-size: 13px;
}
.directoryFilterPanel > div {
  top: calc(100% + 10px);
  border-color: #edf0f3;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(25, 31, 40, 0.14);
}
.directoryListToolbar {
  min-height: 86px;
  margin-top: 4px;
  padding-bottom: 18px;
  align-items: flex-end;
  border-bottom-color: #edf0f3;
}
.directoryListToolbar .directoryResultLead strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.22;
}
.directoryToolbarControls {
  gap: 10px;
}
.directoryToolbarControls .directoryQuickFilters {
  min-height: 44px;
  border: 1px solid #edf0f3;
  border-radius: 17px;
  padding: 3px;
  gap: 2px;
  background: #fff;
}
.directoryToolbarControls .directoryQuickFilters button {
  min-height: 38px;
  border-radius: 13px;
  padding: 0 13px;
  color: #6b7684;
  font-size: 13px;
}
.directoryToolbarControls .directoryQuickFilters button.active {
  background: var(--zenos-blue);
  box-shadow: none;
}
.directoryToolbarControls > select {
  min-height: 44px;
  border-color: #edf0f3;
  border-radius: 15px;
  padding: 0 38px 0 14px;
  font-size: 13px;
}
.directoryReset {
  min-height: 32px;
  margin-top: 10px;
  padding: 0;
  color: #1b64da;
  background: transparent;
}
@media (max-width: 820px) {
  .directoryAppHeader > .directorySearch {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    padding-right: 12px;
  }
  .directoryFilterPanel {
    grid-column: 1 / -1;
    min-width: 0;
    border-top: 1px solid #edf0f3;
    border-left: 0;
    padding: 8px 0 0;
  }
  .directoryListToolbar {
    min-height: 0;
    align-items: flex-start;
    gap: 16px;
  }
  .directoryToolbarControls {
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
  }
  .directoryToolbarControls .directoryQuickFilters {
    flex: 1 1 auto;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .directoryToolbarControls .directoryQuickFilters::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 560px) {
  .directoryAppHeader > .directorySearch {
    border-radius: 18px;
    padding: 10px 12px;
  }
  .directoryFilterPanel summary {
    min-height: 44px;
  }
  .directoryFilterPanel > div {
    border: 0;
    padding: 6px 0 0;
  }
  .directoryToolbarControls {
    gap: 9px;
  }
  .directoryToolbarControls .directoryQuickFilters {
    width: 100%;
    flex: none;
  }
  .directoryToolbarControls > select {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
    min-height: 0;
    overflow: hidden;
  }
  .directoryContent .eventThumb,
  .directoryContent .eventCardCore,
  .directoryContent .eventCardStatus {
    grid-column: 1 / -1 !important;
    width: 100%;
    min-width: 0;
  }
  .directoryContent .eventThumb {
    grid-row: 1 !important;
    max-width: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    align-self: start;
  }
  .directoryContent .eventCardCore {
    grid-row: 2 !important;
  }
  .directoryContent .eventCardStatus {
    grid-row: 3 !important;
  }
  .directoryContent .eventCardStatus {
    min-height: 0;
    border-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 10px;
    justify-items: start;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .directoryContent .eventCardStatus {
    grid-template-columns: 1fr;
  }
  .directoryContent .eventCardStatus b {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .directoryContent .eventGrid {
    gap: 0;
  }
  .directoryContent .publicEventCard {
    padding: 20px 0 24px;
    gap: 13px;
  }
  .directoryContent .eventThumb {
    width: 100%;
    max-height: 240px;
    aspect-ratio: 16 / 9;
  }
  .directoryContent .eventThumb div {
    inset: auto auto 14px 14px;
  }
  .directoryContent .eventThumb div strong {
    font-size: clamp(28px, 9vw, 38px);
  }
  .directoryContent .eventCardTitle {
    gap: 5px;
  }
  .directoryContent .publicEventCard h3 {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.2;
  }
  .directoryContent .publicEventCard p {
    font-size: 14px;
    line-height: 1.45;
  }
  .directoryContent .eventCardFacts {
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
    padding: 10px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .directoryContent .eventCardFacts div:last-child {
    grid-column: 1 / -1;
  }
  .directoryContent .eventCardFacts strong {
    overflow-wrap: anywhere;
    font-size: 14px;
  }
  .directoryContent .eventCardGuideLine {
    gap: 0;
    border: 0;
    border-top: 3px solid #3182f6;
    border-radius: 0;
    padding: 12px 0 0;
    overflow: visible;
    background: transparent;
  }
  .directoryContent .eventCardGuideLine span,
  .directoryContent .eventCardGuideLine em {
    padding: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1.45;
    white-space: normal;
  }
  .directoryContent .eventCardStatus {
    border-top: 0;
    padding-top: 0;
  }
  .directoryContent .eventCardStatus strong,
  .directoryContent .eventCardStatus span {
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    margin-top: 4px;
    box-shadow: none;
  }
}
.hostSportFixed {
  min-width: 0;
  min-height: 86px;
  border: 1px solid #e5e8eb;
  border-radius: 16px;
  padding: 15px 18px;
  display: grid;
  align-content: center;
  gap: 4px;
  background: #f9fafb;
}
.hostSportFixed span,
.hostSportFixed small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 800;
}
.hostSportFixed strong {
  color: #191f28;
  font-size: 19px;
  font-weight: 950;
}
.eventGuideSections details {
  border-top: 1px solid #edf0f3;
}
.eventGuideSections details:last-child {
  border-bottom: 1px solid #edf0f3;
}
.eventGuideSections summary {
  min-height: 82px;
  padding: 20px 38px 20px 0;
  display: grid;
  grid-template-columns: minmax(104px, 0.18fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  position: relative;
  cursor: pointer;
  list-style: none;
}
.eventGuideSections summary::-webkit-details-marker {
  display: none;
}
.eventGuideSections summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: #8b95a1;
  font-size: 22px;
  font-weight: 500;
}
.eventGuideSections details[open] summary::after {
  content: "?";
}
.eventGuideSections details > p {
  max-width: 780px;
  margin: -6px 0 0 min(18%, 128px);
  padding: 0 38px 24px 0;
  color: #4e5968;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .hostSportFixed {
    min-height: 78px;
  }
  .eventGuideSections summary {
    min-height: 0;
    padding: 18px 34px 18px 0;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .eventGuideSections details > p {
    margin: -3px 0 0;
    padding: 0 26px 20px 0;
  }
}
.eventGuideDecisionBar.ready {
  background: #191f28;
  color: #ffffff;
}
.eventGuideDecisionBar.ready strong {
  color: #ffffff;
}
.eventGuideDecisionBar.ready p {
  color: rgba(255, 255, 255, 0.7);
}
.eventGuideDecisionBar.ready > div > span {
  color: #93c5fd;
}
.eventGuideNextInputs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.eventGuideNextInputs span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 11px 7px 7px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dbeafe;
  background: rgba(49, 130, 246, 0.13);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.eventGuideNextInputs b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: #3182f6;
  font-size: 11px;
  font-weight: 950;
}
.eventGuideDecisionBar:not(.ready) .eventGuideNextInputs span {
  border-color: #edf0f3;
  color: #6b7684;
  background: #ffffff;
}
@media (max-width: 640px) {
  .eventGuideNextInputs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .eventGuideNextInputs span {
    width: 100%;
    padding: 9px 11px;
    border-radius: 14px;
    justify-content: flex-start;
  }
}
#entry .fighterRuleChecklist {
  margin-top: 8px;
  border-top: 1px solid rgba(139, 149, 161, 0.14);
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
#entry .fighterRuleChecklist em {
  position: relative;
  padding-left: 16px;
  color: #8b95a1;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
}
#entry .fighterRuleChecklist em::before {
  content: "";
  position: absolute;
  top: 0.47em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid #c8d0d9;
  border-radius: 999px;
  background: transparent;
  transform: translateY(-50%);
}
#entry .fighterRuleChecklist em.done {
  color: #1b64da;
}
#entry .fighterRuleChecklist em.done::before {
  border-color: #3182f6;
  background: #3182f6;
}
#entry .fighterRulePrompt.elite .fighterRuleChecklist em.done {
  color: #1b64da;
}
#entry .fighterRulePrompt.pro .fighterRuleChecklist em.done {
  color: #e42939;
}
#entry .fighterRulePrompt.pro .fighterRuleChecklist em.done::before {
  border-color: #e42939;
  background: #e42939;
}
#entry .fighterRulePrompt.custom .fighterRuleChecklist em.done {
  color: #6b4eff;
}
#entry .fighterRulePrompt.custom .fighterRuleChecklist em.done::before {
  border-color: #6b4eff;
  background: #6b4eff;
}
@media (max-width: 520px) {
  #entry .fighterRuleChecklist {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.directoryContent .eventCardStatus small {
  max-width: 190px;
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-align: right;
}
.eventDetailHero .eventQuickFacts {
  max-width: 760px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 900px) {
  .directoryContent .eventCardStatus small {
    grid-column: 1;
    max-width: none;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 3;
  }
}
@media (max-width: 700px) {
  .directoryContent .eventCardStatus {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
  }
  .directoryContent .eventCardStatus strong,
  .directoryContent .eventCardStatus span,
  .directoryContent .eventCardStatus small {
    grid-column: 1;
    max-width: none;
    text-align: left;
  }
  .directoryContent .eventCardStatus b {
    grid-row: 1 / span 3;
    grid-column: 2;
    width: auto;
    min-width: 132px;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .directoryContent .eventCardStatus {
    grid-template-columns: 1fr;
  }
  .directoryContent .eventCardStatus b {
    grid-row: auto;
    grid-column: 1;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #entry .entryCommandHeader {
    grid-template-columns: minmax(0, 1fr) minmax(84px, auto) !important;
    align-items: end;
    gap: 12px !important;
    padding-bottom: 4px;
  }
  #entry .entryCommandHeader h2 {
    font-size: clamp(32px, 10vw, 40px);
    line-height: 1.08;
  }
  #entry .entryCommandState {
    width: auto;
    justify-items: end;
    text-align: right;
  }
  #entry .entryCommandState strong {
    font-size: 30px;
  }
  #entry .entryStageBar {
    gap: 8px !important;
    padding-block: 10px !important;
  }
  #entry .entryStageButtons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow: visible;
  }
  #entry .entryStageButtons button {
    min-width: 0;
    min-height: 58px;
    padding: 8px 6px;
    justify-items: center;
    text-align: center;
  }
  #entry .entryStageButtons button span,
  #entry .entryStageButtons button strong {
    white-space: normal;
  }
  #entry .entryStageButtons button strong {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  #entry .entryCommandHeader {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }
  #entry .entryCommandState {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
  }
  #entry .entryCommandHeader h2 {
    font-size: 30px;
    word-break: keep-all;
  }
  #entry .entryStageButtons button {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  #entry .entryStageButtons button span,
  #entry .entryStageButtons button strong {
    width: 100%;
    word-break: keep-all;
  }
}
@media (max-width: 700px) {
  .directoryAppHeader nav a,
  .hostCreateHero nav a,
  .eventDetailHero nav a,
  .eventDetailHero nav button,
  .directoryFilterPanel select,
  .directoryToolbarControls .directoryQuickFilters button,
  .eventGuideAction button,
  .eventGuideAction a,
  .directoryHostPrompt a,
  #entry .depositQuickActions button {
    min-height: 44px !important;
  }
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    padding: 18px 0 22px;
    gap: 12px;
  }
  .directoryContent .eventThumb {
    max-height: 200px;
    border-radius: 16px;
  }
  .directoryContent .publicEventCard h3 {
    font-size: 23px;
    line-height: 1.28;
    word-break: keep-all;
  }
  .directoryContent .eventCardFacts {
    gap: 8px 14px;
    padding: 9px 0;
  }
  .directoryContent .eventCardFacts strong {
    overflow: visible;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
  }
  .directoryContent .eventCardStatus b {
    min-height: 48px;
    border-radius: 14px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .directoryContent .publicEventCard {
    border-bottom: 8px solid #f2f4f6;
    padding: 18px 0 24px;
    gap: 0;
  }
  .directoryContent .eventFeedHead {
    grid-row: 1 !important;
  }
  .directoryContent .eventThumb.eventFeedMedia {
    grid-row: 2 !important;
    max-height: none;
    border-radius: 0;
    aspect-ratio: 4 / 3;
    box-shadow: none;
  }
  .directoryContent .eventThumb.eventFeedMedia .eventFeedTrack {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    gap: 0;
  }
  .directoryContent .eventFeedEngagement {
    grid-row: 3 !important;
  }
  .directoryContent .eventCardCore {
    grid-row: 4 !important;
    padding-inline: 2px;
  }
  .directoryContent .publicEventCard h3 {
    font-size: 22px;
  }
  .directoryContent .eventCardFacts {
    border-top: 0;
    padding: 2px 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
  .directoryContent .eventCardFacts div,
  .directoryContent .eventCardFacts div:last-child {
    grid-column: auto;
  }
  .directoryContent .eventCardStatus {
    grid-row: 5 !important;
    padding: 14px 2px 0;
    display: block;
  }
  .directoryContent .eventCardStatus > strong,
  .directoryContent .eventCardStatus > span,
  .directoryContent .eventCardStatus > small {
    display: none;
  }
  .directoryContent .eventCardAction {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border-radius: 12px;
    box-shadow: none;
  }
}
.directoryContent {
  max-width: 760px;
}
.directoryListToolbar {
  min-height: 0;
  border-bottom: 0;
  border-radius: 16px;
  padding: 14px 16px;
  background: #ffffff;
}
.directoryContent .eventGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.directoryResultStats {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.directoryResultStats b {
  min-height: 30px;
  border: 1px solid #edf0f3;
  border-radius: 999px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4e5968;
  background: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}
.directoryResultStats span {
  color: #3182f6;
  font-weight: 950;
}
.directoryContent .publicEventCard,
.directoryContent .publicEventCard.freeEvent,
.directoryContent .publicEventCard.infoOnlyEvent {
  width: 100%;
  min-height: 0;
  border: 1px solid #e5e8eb;
  border-radius: 18px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(25, 31, 40, 0.05);
  scroll-margin-top: 18px;
  scroll-snap-align: start;
}
.directoryContent .publicEventCard:hover,
.directoryContent .publicEventCard.freeEvent:hover,
.directoryContent .publicEventCard.infoOnlyEvent:hover {
  border-color: #d8dee5;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(25, 31, 40, 0.08);
}
.directoryContent .eventFeedHead {
  grid-row: 1;
  padding: 15px 18px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
}
.directoryContent .eventFeedAvatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #191f28;
  font-size: 14px;
  font-weight: 950;
}
.directoryContent .eventFeedHead > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.directoryContent .eventFeedHead strong,
.directoryContent .eventFeedHead small {
  overflow: hidden;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directoryContent .eventFeedHead strong {
  color: #191f28;
  font-size: 14px;
}
.directoryContent .eventFeedHead small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 750;
}
.directoryContent .eventFeedType {
  min-width: 44px;
  min-height: 30px;
  border-radius: 999px;
  padding: 7px 11px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: #3182f6;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.directoryContent .eventFeedType.info {
  color: #4e5968;
  background: #f2f4f6;
}
.directoryContent .eventThumb.eventFeedMedia {
  grid-row: 2;
  width: 100%;
  max-height: 560px;
  border-radius: 0;
  aspect-ratio: 4 / 3;
  box-shadow: none;
}
.directoryContent .eventThumb.eventFeedMedia .eventFeedTrack {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  gap: 0;
}
.directoryContent .eventFeedEngagement {
  grid-row: 3;
  min-height: 52px;
  padding: 10px 18px 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.directoryContent .eventFeedEngagement > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.directoryContent .eventFeedEngagement strong {
  color: #191f28;
  font-size: 14px;
}
.directoryContent .eventFeedEngagement > small {
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
}
.directoryContent .eventFeedDots {
  position: absolute;
  left: 50%;
  display: flex;
  gap: 4px;
  transform: translateX(-50%);
}
.directoryContent .eventFeedDots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d6db;
}
.directoryContent .eventFeedDots i.active {
  background: #3182f6;
}
.directoryContent .eventCardCore {
  grid-row: 4;
  margin: 0;
  padding: 2px 18px 0;
  gap: 13px;
}
.directoryContent .eventCardTitle {
  gap: 3px;
}
.directoryContent .eventCardTitle > span {
  display: none;
}
.directoryContent .publicEventCard h3 {
  max-width: none;
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}
.directoryContent .publicEventCard p {
  margin-top: 2px;
  color: #6b7684;
  font-size: 13px;
}
.directoryContent .eventCardFacts {
  max-width: none;
  border-top: 0;
  border-bottom: 1px solid #edf0f3;
  padding: 2px 0 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.directoryContent .eventCardFacts div,
.directoryContent .eventCardFacts div:last-child {
  min-width: 0;
  min-height: 0;
  grid-column: auto;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}
.directoryContent .eventCardFacts span,
.directoryContent .eventCardFacts strong {
  font-size: 13px;
  line-height: 1.45;
}
.directoryContent .eventCardFacts strong {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}
.directoryContent .eventCardGuideLine {
  max-width: none;
  border: 0;
  border-top: 2px solid #3182f6;
  padding: 10px 0 0;
  gap: 2px;
}
.directoryContent .eventCardGuideLine span,
.directoryContent .eventCardGuideLine em {
  overflow: visible;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: clip;
  white-space: normal;
}
.directoryContent .eventCardStatus {
  grid-row: 5;
  min-height: 0;
  margin: 0;
  border: 0;
  padding: 14px 18px 18px;
  display: block;
}
.directoryContent .eventCardStatus > strong,
.directoryContent .eventCardStatus > span,
.directoryContent .eventCardStatus > small {
  display: none;
}
.directoryContent .eventCardAction {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border-radius: 12px;
  box-shadow: none;
  font-size: 14px;
}
.directoryContent .eventCardAction.info {
  color: #191f28;
  background: #f2f4f6;
  box-shadow: none;
}
.directoryContent .eventCardAction.info:hover {
  background: #e5e8eb;
}
@media (max-width: 700px) {
  .directoryContent {
    max-width: none;
    padding-inline: 0;
  }
  .directoryListToolbar {
    margin-inline: 16px;
  }
  .directoryResultStats {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .directoryResultStats::-webkit-scrollbar {
    display: none;
  }
  .directoryResultStats b {
    flex: 0 0 auto;
  }
  .directoryContent .eventGrid {
    gap: 10px;
  }
  .directoryContent .publicEventCard,
  .directoryContent .publicEventCard.freeEvent,
  .directoryContent .publicEventCard.infoOnlyEvent {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .directoryContent .eventThumb.eventFeedMedia {
    max-height: none;
  }
  .directoryContent .publicEventCard h3 {
    font-size: 20px;
  }
  .directoryAppHeader {
    padding: 14px 16px 18px;
  }
  .directoryAppHeader nav {
    margin-bottom: 18px;
  }
  .directoryAppIntro h1 {
    font-size: 26px;
    line-height: 1.22;
  }
  .directoryAppIntro p {
    display: none;
  }
  .directoryAppHeader > .directorySearch {
    margin-top: 18px;
  }
  .directoryListToolbar {
    margin-inline: 16px;
    border-radius: 0;
    padding: 10px 0;
    background: transparent;
  }
  .directoryResultLead small {
    display: none;
  }
}
.hostCreatePage,
.directoryPage,
.eventBrief,
.content {
  background-color: #f2f4f6;
}
.hostRequestWorkbench,
.hostRequestForm,
.hostRequestReview,
.hostModePreview,
.hostLaunchPolicy,
.hostReviewCard,
.hostBusinessLine,
.hostQueueMemo,
.hostRequestForm input,
.hostRequestForm select,
.hostRequestForm textarea,
.entryCommandHeader,
.publicEntryStatusPanel,
.eventBriefNext,
.eventBriefRuleList details {
  box-shadow: none;
}
.hostRequestForm,
.hostRequestReview,
.hostModePreview,
.hostLaunchPolicy,
.publicEntryStatusPanel,
.eventBriefNext {
  border-color: #e5e8eb;
  border-radius: 24px;
}
.hostChoiceRail,
.hostSegmented,
.hostSegmented.sub,
.hostFeePlanGrid,
.hostSettlementGrid,
.hostSupportGrid {
  gap: 10px;
}
.hostChoiceRail button,
.hostSegmented label,
.hostFeePlanGrid label,
.hostSettlementGrid label,
.hostSupportGrid label {
  box-shadow: none;
}
.hostChoiceRail button:not(.selected),
.hostSegmented label:not(.selected),
.hostFeePlanGrid label:not(.active),
.hostSettlementGrid label:not(.active),
.hostSupportGrid label:not(.active) {
  background: #ffffff;
}
.hostRequestTop,
.hostFormBlockHead,
.hostReviewCard,
.hostReviewList summary,
.eventBriefCompactHead {
  word-break: keep-all;
}
.hostRequestTop small,
.hostModePreview small,
.hostReviewCard small,
.hostBusinessLine small,
.hostLaunchPolicy small {
  line-height: 1.55;
}
.eventBriefRuleList details {
  background: transparent;
}
.eventBriefRuleList summary {
  min-height: 76px;
}
.eventBriefNextMeta div {
  min-height: 52px;
}
@media (max-width: 700px) {
  .hostCreateHero {
    min-height: auto;
    padding-bottom: 76px;
  }
  .hostCreateHero h1 {
    max-width: 320px;
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1.1;
  }
  .hostCreateHero .lead {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.65;
  }
  .hostRequestWorkbench {
    width: min(100% - 24px, 720px);
    gap: 14px;
  }
  .hostRequestForm,
  .hostRequestReview {
    border-radius: 22px;
  }
  .hostChoiceRail,
  .hostSegmented,
  .hostSegmented.sub,
  .hostFeePlanGrid,
  .hostSettlementGrid,
  .hostSupportGrid {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .hostChoiceRail::-webkit-scrollbar,
  .hostSegmented::-webkit-scrollbar,
  .hostSegmented.sub::-webkit-scrollbar,
  .hostFeePlanGrid::-webkit-scrollbar,
  .hostSettlementGrid::-webkit-scrollbar,
  .hostSupportGrid::-webkit-scrollbar {
    display: none;
  }
}
.hostMinimumBar {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 18px 0 10px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(
      135deg,
      rgba(248, 251, 255, 0.98),
      rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}
.hostMinimumBar.ready {
  border-color: rgba(37, 99, 235, 0.22);
  background:
    linear-gradient(
      135deg,
      rgba(239, 246, 255, 0.98),
      rgba(255, 255, 255, 0.98));
}
.hostMinimumStatus {
  display: grid;
  gap: 4px;
}
.hostMinimumStatus span {
  color: #2563eb;
  font-size: 0.84rem;
  font-weight: 900;
}
.hostMinimumStatus strong {
  color: #111827;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: 0;
  line-height: 1.05;
}
.hostMinimumStatus small {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}
.hostMinimumChecks {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}
.hostMinimumChecks::-webkit-scrollbar {
  display: none;
}
.hostMinimumChecks button {
  flex: 0 0 auto;
  min-width: 78px;
  padding: 11px 13px;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.hostMinimumChecks button:hover,
.hostMinimumChecks button:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  outline: none;
  color: #2563eb;
}
.hostMinimumChecks button.ready {
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
  color: #2563eb;
}
.hostMinimumChecks button.todo {
  background: #f8fafc;
}
.hostSubmitButton.needsAttention {
  border: 1px solid rgba(49, 130, 246, 0.22);
  color: #2563eb;
  background: #eff6ff;
}
.hostSetupDetails {
  margin-top: 12px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.hostSetupDetails summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  cursor: pointer;
  list-style: none;
}
.hostSetupDetails summary::-webkit-details-marker {
  display: none;
}
.hostSetupDetails summary::after {
  content: "+";
  justify-self: end;
  color: #94a3b8;
  font-size: 1.3rem;
  font-weight: 900;
}
.hostSetupDetails[open] summary::after {
  content: "-";
}
.hostSetupDetails summary span {
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 900;
}
.hostSetupDetails summary strong {
  color: #111827;
  font-size: 1rem;
  font-weight: 950;
}
.hostSetupDetails summary small {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: right;
}
.hostSetupDetails[open] {
  padding-bottom: 10px;
}
.hostGuideSnapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.hostGuideSnapshot div {
  min-width: 0;
  padding: 15px 16px;
  border-right: 1px solid rgba(226, 232, 240, 0.85);
}
.hostGuideSnapshot div:last-child {
  border-right: 0;
}
.hostGuideSnapshot span {
  display: block;
  margin-bottom: 6px;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 900;
}
.hostGuideSnapshot strong {
  display: block;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.35;
  word-break: keep-all;
}
.hostFreePolicyCard {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0;
  margin: 4px 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.hostFreePolicyCard div {
  min-width: 0;
  padding: 18px 20px;
  display: grid;
  gap: 6px;
}
.hostFreePolicyCard div + div {
  border-left: 1px solid rgba(226, 232, 240, 0.9);
  background: #f8fafc;
}
.hostFreePolicyCard span {
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 900;
}
.hostFreePolicyCard strong {
  color: #111827;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 950;
  line-height: 1.22;
  word-break: keep-all;
}
.hostFreePolicyCard small {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}
.hostCreatePage .hostChoiceRail {
  margin-top: 14px;
  padding: 6px;
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: none;
}
.hostCreatePage .hostChoiceRail button {
  border-radius: 20px;
  box-shadow: none;
}
.hostCreatePage .hostChoiceRail button:not(.selected) {
  background: transparent;
}
.hostCreatePage .hostModePreview {
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 24px;
  border-color: rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: none;
}
.hostCreatePage .hostStartSteps {
  justify-content: flex-start;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
}
.hostCreatePage .hostFormBlock.hostRequiredBlock {
  margin-top: 18px;
  border-radius: 30px;
}
@media (max-width: 760px) {
  .hostCreateHero {
    padding: max(14px, env(safe-area-inset-top)) 18px 44px;
  }
  .hostCreateHero nav {
    margin-bottom: 18px;
  }
  .hostCreateHero h1 {
    max-width: 300px;
    font-size: 32px;
    line-height: 1.12;
  }
  .hostCreateHero .lead {
    max-width: 320px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .hostMinimumBar {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 12px;
    padding: 13px 14px;
    border-radius: 20px;
  }
  .hostMinimumChecks {
    display: none;
  }
  .hostAdvancedGroups {
    gap: 8px;
  }
  .hostAdvancedGroupButton {
    min-height: 68px;
    padding: 11px 13px;
  }
  .hostAdvancedGroupButton strong {
    font-size: 15px;
  }
  .hostAdvancedGroupBody,
  .hostAdvancedGroupBody.hostGuideFields {
    padding: 14px;
  }
  .hostAdvancedGroupBody .hostFieldPair {
    grid-template-columns: 1fr;
  }
  .hostSetupDetails {
    border-radius: 22px;
  }
  .hostSetupDetails summary {
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    min-height: 66px;
    padding: 0 16px;
  }
  .hostSetupDetails summary span,
  .hostSetupDetails summary strong {
    grid-column: 1;
  }
  .hostSetupDetails summary small {
    display: none;
  }
  .hostSetupDetails summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .hostGuideSnapshot {
    display: flex;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    scrollbar-width: none;
  }
  .hostGuideSnapshot::-webkit-scrollbar {
    display: none;
  }
  .hostGuideSnapshot div {
    flex: 0 0 74%;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    background: #fff;
  }
  .hostFreePolicyCard {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .hostFreePolicyCard div + div {
    border-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
  }
  .hostCreatePage .hostChoiceRail {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-right: -20px;
    padding: 6px 20px 6px 6px;
    background: transparent;
    scrollbar-width: none;
  }
  .hostCreatePage .hostChoiceRail::-webkit-scrollbar {
    display: none;
  }
  .hostCreatePage .hostChoiceRail button {
    flex: 0 0 78%;
    min-height: 104px;
  }
  .hostCreatePage .hostModePreview {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }
  .hostCreatePage .hostModePreview dl {
    grid-template-columns: 1fr;
  }
  .hostCreatePage .hostStartSteps {
    display: none;
  }
}
.directoryMobileControls {
  display: none;
}
.eventFeedCaption {
  display: none;
}
@media (max-width: 760px) {
  .directoryAppHeader {
    padding-top: max(18px, env(safe-area-inset-top));
    padding-bottom: 18px;
  }
  .directoryAppHeader nav {
    margin-bottom: 24px;
  }
  .directoryAppHeader h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.1rem);
    line-height: 1.05;
  }
  .directoryAppHeader .subtitle {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.45;
  }
  .directorySearchShell {
    display: none;
  }
  .directoryMobileControls {
    display: block;
    width: min(100% - 32px, 720px);
    margin: 18px auto 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  }
  .directoryMobileControls summary {
    min-height: 58px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4e5968;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
  }
  .directoryMobileControls summary::-webkit-details-marker {
    display: none;
  }
  .directoryMobileControls summary::after {
    content: "+";
    margin-left: auto;
    color: #8b95a1;
    font-size: 1.35rem;
    line-height: 1;
  }
  .directoryMobileControls[open] summary::after {
    content: "-";
  }
  .directoryMobileControlBody {
    display: grid;
    gap: 10px;
    padding: 0 14px 14px;
  }
  .directoryMobileControlBody input,
  .directoryMobileControlBody select {
    width: 100%;
    min-height: 50px;
    border: 1px solid #e5e8eb;
    border-radius: 16px;
    padding: 0 14px;
    color: #191f28;
    background: #f9fafb;
    font: inherit;
    font-weight: 850;
  }
  .directoryMobileControlBody div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }
  .directoryContent {
    padding-top: 22px;
  }
  .directorySummaryRow {
    margin-top: 12px;
  }
  .eventCard {
    padding: 0 0 24px;
  }
  .eventCardHeader {
    padding: 0 2px 12px;
  }
  .eventCardMedia {
    margin-bottom: 16px;
  }
  .eventCardTitle p:not(.eventFeedCaption),
  .eventCardFacts,
  .eventCardGuidePreview {
    display: none;
  }
  .eventFeedCaption {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #4e5968;
    font-size: 0.98rem;
    line-height: 1.45;
  }
  .eventFeedCaption strong {
    color: #191f28;
    font-weight: 950;
  }
  .eventFeedCaption span {
    color: #6b7684;
    font-weight: 800;
    word-break: keep-all;
  }
  .eventCardMetaStrip {
    margin-top: 14px;
  }
  .eventCardAction {
    margin-top: 16px;
  }
  .eventCardAction .primary {
    min-height: 54px;
    border-radius: 18px;
  }
  .eventDetailHero {
    padding-bottom: 24px;
  }
  .eventDetailHero nav {
    padding-top: max(16px, env(safe-area-inset-top));
    margin-bottom: 28px;
  }
  .eventDetailHero h1 {
    font-size: clamp(2.4rem, 11vw, 3.3rem);
    line-height: 1.04;
  }
  .eventDetailHero .eventHeroPosterInline {
    margin-top: 18px;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview.hasImage::after {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.08),
        rgba(15, 23, 42, 0.18));
  }
  .eventDetailHero .lead,
  .eventDetailHero .eventHeroStatusLine,
  .eventDetailHero + .statsBand,
  .eventDetailHero .eventActionPanel {
    display: none;
  }
  .eventDetailHero .eventQuickFacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 18px;
  }
  .eventDetailHero .eventQuickFacts span {
    min-height: 0;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.96rem;
    font-weight: 900;
  }
  .eventDetailHero .ctaRow {
    margin-top: 20px;
  }
  .eventDetailHero .ctaRow .primary,
  .eventDetailHero .ctaRow .secondary {
    min-height: 56px;
    border-radius: 18px;
  }
  #entry {
    padding-bottom: 92px;
  }
  #entry .mobileEntryDock {
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 54px;
    padding: 8px 8px 8px 12px;
    border-radius: 18px;
    background: rgba(17, 24, 39, 0.86);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
  #entry .mobileEntryDock span {
    font-size: 0.68rem;
  }
  #entry .mobileEntryDock strong {
    font-size: 0.82rem;
  }
  #entry .mobileEntryDock button {
    min-height: 38px;
    border-radius: 12px;
    padding: 0 12px;
    background: #3182f6;
    font-size: 0.78rem;
    white-space: nowrap;
  }
  #entry .mobileEntryDock button:disabled {
    color: #d1d6db !important;
    background: #4e5968;
    opacity: 1;
  }
  #entry input,
  #entry textarea,
  #entry select {
    scroll-margin-bottom: calc(104px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 420px) {
  .directoryMobileControlBody div {
    grid-template-columns: 1fr;
  }
  .eventDetailHero h1 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    aspect-ratio: 1 / 1;
  }
}
.publicMyEntriesLink {
  align-items: center;
  background: #3182f6;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  width: 100%;
}
.myTournamentPage {
  background: #f4f6f8;
  color: #191f28;
  min-height: 100vh;
  padding-bottom: 72px;
}
.myTournamentHeader {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5e8eb;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 76px;
  padding: 0 24px;
}
.myTournamentHeader::before {
  background: #fff;
  border-bottom: 1px solid #e5e8eb;
  content: "";
  height: 76px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.myTournamentHeader .publicWordmark {
  color: #191f28;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}
.myTournamentHeader nav {
  align-items: center;
  display: flex;
  gap: 22px;
}
.myTournamentHeader nav > a {
  color: #4e5968;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.myTournamentIntro {
  margin: 0 auto;
  max-width: 940px;
  padding: 64px 24px 24px;
}
.myTournamentIntro > span {
  color: #3182f6;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}
.myTournamentIntro > div {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.myTournamentIntro h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.myTournamentIntro p {
  color: #6b7684;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.myTournamentIntro button {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  color: #4e5968;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.myTournamentEntries,
.myTournamentState {
  margin: 0 auto;
  max-width: 940px;
}
.myTournamentSummary {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.myTournamentSummary > div {
  align-items: center;
  border-right: 1px solid #e5e8eb;
  display: flex;
  gap: 9px;
  justify-content: center;
  min-height: 70px;
}
.myTournamentSummary > div:last-child {
  border-right: 0;
}
.myTournamentSummary strong {
  font-size: 23px;
}
.myTournamentSummary span {
  color: #6b7684;
  font-size: 14px;
  font-weight: 700;
}
.myTournamentEntry {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  color: inherit;
  display: block;
  margin-bottom: 12px;
  padding: 22px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}
.myTournamentEntry:hover {
  border-color: #bcd8ff;
  transform: translateY(-1px);
}
.myTournamentEntry > header,
.myTournamentEntry > footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.myTournamentEntry > header small {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 650;
}
.myTournamentStatus {
  background: #e8f3ff;
  border-radius: 6px;
  color: #1b64da;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 8px;
}
.myTournamentStatus.status-confirmed,
.myTournamentStatus.status-paid {
  background: #e7f8f2;
  color: #008f68;
}
.myTournamentStatus.status-rejected,
.myTournamentStatus.status-withdrawn {
  background: #f2f4f6;
  color: #6b7684;
}
.myTournamentStatus.status-revision_requested {
  background: #fff4e5;
  color: #b76e00;
}
.myTournamentEntryStates {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.myTournamentEventStatus {
  border-radius: 6px;
  padding: 6px 8px;
  color: #6b7684;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 800;
}
.myTournamentEventStatus.event-ongoing {
  color: #ffffff;
  background: #3182f6;
}
.myTournamentEventStatus.event-completed {
  color: #087f5b;
  background: #dff7ec;
}
.myTournamentEventStatus.event-cancelled {
  color: #b4232f;
  background: #ffe9eb;
}
.myTournamentEntry.event-ongoing {
  border-color: #93c5fd;
  box-shadow: inset 3px 0 0 #3182f6;
}
.myTournamentEntry.event-completed > footer strong {
  color: #087f5b;
}
.myTournamentEntry h2 {
  font-size: 23px;
  line-height: 1.35;
  margin: 16px 0 4px;
}
.myTournamentEntry > p {
  color: #6b7684;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 18px;
}
.myTournamentFacts {
  display: grid;
  gap: 9px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.myTournamentFacts span {
  align-items: center;
  color: #4e5968;
  display: flex;
  font-size: 14px;
  font-weight: 650;
  gap: 8px;
  min-width: 0;
}
.myTournamentFacts svg {
  color: #3182f6;
  flex: 0 0 auto;
}
.myTournamentEntry > footer {
  border-top: 1px solid #f0f2f4;
  margin-top: 20px;
  padding-top: 16px;
}
.myTournamentEntry > footer > span {
  color: #4e5968;
  font-size: 14px;
  font-weight: 750;
}
.myTournamentEntry > footer strong {
  align-items: center;
  color: #1b64da;
  display: inline-flex;
  font-size: 14px;
  gap: 2px;
}
.myTournamentState {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}
.myTournamentState > svg {
  color: #3182f6;
  margin-bottom: 16px;
}
.myTournamentState strong {
  font-size: 20px;
}
.myTournamentState p {
  color: #6b7684;
  line-height: 1.6;
  margin: 10px 0 22px;
}
.myTournamentState .publicAccountControls {
  margin-top: 20px;
}
.myTournamentState.error {
  color: #d03b35;
}
.myTournamentState button,
.myTournamentPrimaryLink {
  background: #3182f6;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}
.myTournamentPrimaryLink {
  align-items: center;
  display: inline-flex;
}
@keyframes myTournamentSpin {
  to {
    transform: rotate(360deg);
  }
}
.myTournamentPage .spinning {
  animation: myTournamentSpin 800ms linear infinite;
}
@media (max-width: 760px) {
  .myTournamentPage {
    padding-bottom: 36px;
  }
  .myTournamentHeader {
    min-height: 60px;
    padding: 0 16px;
  }
  .myTournamentHeader::before {
    height: 60px;
  }
  .myTournamentHeader .publicWordmark {
    font-size: 20px;
  }
  .myTournamentHeader nav {
    gap: 8px;
  }
  .myTournamentHeader nav > a {
    display: none;
  }
  .myTournamentIntro {
    padding: 30px 18px 18px;
  }
  .myTournamentIntro > div {
    align-items: center;
  }
  .myTournamentIntro h1 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .myTournamentIntro p {
    font-size: 14px;
  }
  .myTournamentEntries,
  .myTournamentState {
    margin-left: 14px;
    margin-right: 14px;
  }
  .myTournamentSummary {
    margin-bottom: 10px;
  }
  .myTournamentSummary > div {
    flex-direction: column;
    gap: 1px;
    min-height: 66px;
  }
  .myTournamentSummary strong {
    font-size: 20px;
  }
  .myTournamentSummary span {
    font-size: 11px;
  }
  .myTournamentEntry {
    margin-bottom: 10px;
    padding: 18px;
  }
  .myTournamentEntry h2 {
    font-size: 20px;
    margin-top: 14px;
  }
  .myTournamentFacts {
    grid-template-columns: 1fr;
  }
  .myTournamentEntry > footer {
    margin-top: 16px;
  }
  .myTournamentState {
    min-height: 260px;
  }
}
#entry .registrationReuseCard {
  grid-column: 1 / -1;
  min-width: 0;
  border: 1px solid #d9edff;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f7fbff;
}
#entry .registrationReuseCard > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
#entry .registrationReuseCard span,
#entry .recentFighterPicker header span {
  color: #6b7684;
  font-size: 12px;
  font-weight: 800;
}
#entry .registrationReuseCard strong {
  color: #191f28;
  font-size: 16px;
  overflow-wrap: anywhere;
}
#entry .registrationReuseCard small {
  color: #6b7684;
  font-size: 13px;
  overflow-wrap: anywhere;
}
#entry .registrationReuseCard button {
  flex: 0 0 auto;
  min-width: 84px;
  min-height: 44px;
  border: 1px solid #cfe3ff;
  border-radius: 12px;
  padding: 0 14px;
  color: #1769d2;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
}
#entry .recentFighterPicker {
  min-width: 0;
  border-bottom: 1px solid #edf0f3;
  padding: 0 0 18px;
  display: grid;
  gap: 12px;
}
#entry .recentFighterPicker header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
#entry .recentFighterPicker header strong {
  color: #191f28;
  font-size: 16px;
}
#entry .recentFighterPicker > div {
  min-width: 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
#entry .recentFighterPicker > div::-webkit-scrollbar {
  display: none;
}
#entry .recentFighterPicker button {
  flex: 0 0 170px;
  min-height: 62px;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  gap: 3px;
  text-align: left;
  color: #191f28;
  background: #ffffff;
}
#entry .recentFighterPicker button strong {
  font-size: 14px;
}
#entry .recentFighterPicker button small {
  color: #6b7684;
  font-size: 11px;
  line-height: 1.35;
}
@media (max-width: 760px) {
  #entry .registrationReuseCard {
    padding: 12px 14px;
    gap: 10px;
  }
  #entry .registrationReuseCard button {
    min-width: 76px;
  }
  #entry .recentFighterPicker {
    padding-bottom: 14px;
  }
  #entry .recentFighterPicker header {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  #entry .recentFighterPicker button {
    flex-basis: 152px;
  }
}
#entry .fighterRulePrompt {
  display: block;
  padding: 0;
  overflow: hidden;
}
#entry .fighterRulePrompt > summary,
#entry .fighterAdvancedFields > summary {
  min-height: 58px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 12px;
  cursor: pointer;
  list-style: none;
}
#entry .fighterRulePrompt > summary::-webkit-details-marker,
#entry .fighterAdvancedFields > summary::-webkit-details-marker {
  display: none;
}
#entry .fighterRulePrompt > summary span {
  grid-column: 1;
}
#entry .fighterRulePrompt > summary strong {
  grid-column: 1;
}
#entry .fighterRulePrompt > summary small {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #3182f6;
  font-size: 12px;
  font-weight: 900;
}
#entry .fighterRulePrompt > summary::after,
#entry .fighterAdvancedFields > summary::after {
  content: "+";
  grid-column: 3;
  grid-row: 1 / span 2;
  color: #8b95a1;
  font-size: 18px;
  font-weight: 900;
}
#entry .fighterRulePrompt[open] > summary::after,
#entry .fighterAdvancedFields[open] > summary::after {
  content: "-";
}
#entry .fighterRulePromptBody {
  border-top: 1px solid rgba(139, 149, 161, 0.14);
  padding: 0 18px 18px;
}
#entry .fighterAdvancedFields {
  margin-top: 12px;
  border: 1px solid #e8ebef;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}
#entry .fighterAdvancedFields > summary {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
#entry .fighterAdvancedFields > summary span {
  color: #4e5968;
  font-size: 14px;
  font-weight: 900;
}
#entry .fighterAdvancedFields > summary strong {
  justify-self: end;
  color: #8b95a1;
  font-size: 13px;
  font-weight: 850;
}
#entry .fighterAdvancedFields .fighterRecordFields {
  margin: 0;
  border-top: 1px solid #edf0f3;
  padding: 14px;
}
.hostRequestReview .hostSubmitButton.needsAttention {
  border-color: rgba(49, 130, 246, 0.22);
  color: #2563eb;
  background: #eff6ff;
}
@media (max-width: 760px) {
  .hostCreatePage .hostCreateHero {
    padding-bottom: 48px;
  }
  .hostCreatePage .hostRequestWorkbench {
    margin-top: -20px;
  }
  .hostCreateHero nav {
    margin-bottom: 10px;
  }
  .hostCreateHero .eyebrow {
    display: none;
  }
  .hostCreateHero h1 {
    max-width: none;
    font-size: 28px;
    line-height: 1.16;
  }
  .hostCreateHero .lead {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }
  .hostRequestForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .hostRequestTop {
    order: 1;
    gap: 6px;
  }
  .hostRequestTop h2 {
    font-size: 24px;
  }
  .hostRequestTop small {
    display: none;
  }
  .hostMinimumBar {
    order: 2;
  }
  .hostRequestForm > .hostRequiredBlock {
    order: 3;
    margin-top: 0;
  }
  .hostRequestForm > .hostSetupDetails {
    order: 4;
  }
  .hostRequestForm > .hostFormBlock:not(.hostRequiredBlock) {
    order: 5;
  }
  .hostRequestForm > .hostSubmitResult {
    order: 6;
  }
  .hostFormBlock.hostRequiredBlock {
    padding: 16px;
    border-radius: 22px;
  }
  .hostFormBlockHead strong {
    display: none;
  }
  #entry .fighterRulePrompt > summary {
    min-height: 62px;
    padding: 0 14px;
  }
  #entry .fighterRulePromptBody {
    padding: 0 14px 14px;
  }
  #entry .fighterFields {
    gap: 8px;
    padding-top: 12px;
  }
  #entry .fighterFields label {
    min-height: 76px;
    border-radius: 16px;
    padding: 11px 13px;
  }
  #entry .fighterFields input,
  #entry .fighterFields select {
    margin-top: 7px;
    font-size: 17px;
  }
  #entry .fighterAdvancedFields > summary {
    min-height: 54px;
    padding: 0 14px;
  }
}
@media (max-width: 760px) {
  .directoryAppHeader > .directorySearch {
    display: none !important;
  }
  .directoryContent .publicEventCard {
    padding: 0 0 24px !important;
  }
  .directoryContent .publicEventCard .eventCardTitle p:not(.eventFeedCaption),
  .directoryContent .publicEventCard .eventCardFacts,
  .directoryContent .publicEventCard .eventCardGuideLine {
    display: none !important;
  }
  .directoryContent .publicEventCard .eventFeedCaption {
    display: grid !important;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview img {
    object-position: center 62%;
    filter: brightness(1.22) contrast(1.02) saturate(1.04);
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview.hasImage::after {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.02),
        rgba(15, 23, 42, 0.08)) !important;
  }
}
.eventDetailHero .heroGrid {
  max-width: 1180px !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
  gap: 48px !important;
  align-items: end !important;
}
.eventDetailHero .heroGrid > section {
  min-width: 0;
}
.eventDetailHero .heroGrid > section .ctaRow {
  display: none;
}
.eventHeroDecisionCard {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.eventHeroDecisionCard > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.eventHeroDecisionCard span {
  border-radius: 999px;
  padding: 7px 10px;
  color: #3182f6;
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
}
.eventHeroDecisionCard strong {
  max-width: 160px;
  text-align: right;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.15;
}
.eventHeroDecisionCard dl {
  margin: 0;
  display: grid;
  gap: 0;
}
.eventHeroDecisionCard dl div {
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 13px 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
}
.eventHeroDecisionCard dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 850;
}
.eventHeroDecisionCard dd {
  margin: 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
  word-break: keep-all;
}
.eventHeroDecisionCard .primary {
  min-height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: #3182f6;
  font-weight: 950;
  text-decoration: none;
}
.eventHeroDecisionCard .disabledLink {
  pointer-events: none;
  opacity: 0.55;
}
.eventBriefCompactHead small {
  max-width: 740px;
  display: block;
  color: #6b7684;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.6;
}
.eventBriefRuleList details {
  transition: background 0.18s ease, border-color 0.18s ease;
}
.eventBriefRuleList details:hover {
  background: #f8fafc;
  border-color: #d9e4f2;
}
.eventBriefRuleList summary {
  cursor: pointer;
}
@media (min-width: 761px) {
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    aspect-ratio: 16 / 9 !important;
    max-height: 360px;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview img {
    filter: brightness(1.16) contrast(1.02) saturate(1.03);
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview.hasImage::after {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.03),
        rgba(15, 23, 42, 0.12)) !important;
  }
}
@media (max-width: 760px) {
  .eventDetailHero .heroGrid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }
  .eventDetailHero .heroGrid > section .ctaRow {
    display: flex;
  }
  .eventHeroDecisionCard {
    display: none;
  }
  .eventBriefCompactHead small {
    font-size: 0.9rem;
  }
}
#entry .gymRequiredFields label.fieldInvalid,
#entry .depositNameField.fieldInvalid {
  border-color: rgba(244, 67, 54, 0.34) !important;
  background: #fffafa !important;
  box-shadow: 0 10px 24px rgba(244, 67, 54, 0.07) !important;
}
#entry .gymRequiredFields label.fieldInvalid input,
#entry .depositNameField.fieldInvalid input {
  color: #191f28;
}
#entry .fieldIssue {
  margin-top: 8px;
  display: block;
  color: #e5484d;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}
#entry .stepActions.withNotice .stepInlineNotice {
  color: #e5484d;
  font-weight: 850;
}
#entry .stepActions.withNotice .primaryStep:disabled,
#entry .mobileEntryDock button:disabled {
  color: rgba(255, 255, 255, 0.72) !important;
}
@media (max-width: 760px) {
  #entry {
    padding-bottom: calc(108px + env(safe-area-inset-bottom)) !important;
  }
  #entry .mobileEntryDock {
    transition:
      opacity 160ms ease,
      transform 160ms ease,
      visibility 160ms ease;
  }
  #entry .mobileEntryDock.editingField {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }
  #entry .paymentReviewToast,
  #entry .bulkActions em,
  #entry .summaryPanel em {
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 760px) {
  #entry.content {
    padding-top: 28px !important;
  }
  #entry .entryGuideReminder {
    display: none;
  }
  #entry .entryCommandHeader {
    padding-bottom: 0 !important;
  }
  #entry .entryCommandHeader h2 {
    font-size: clamp(2.15rem, 10vw, 3rem) !important;
  }
  #entry .entryStageBar {
    margin-top: 18px !important;
  }
  #entry .entryLayout {
    margin-top: 24px !important;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .stepHeader {
    display: none;
  }
  #entry .entryGuideReminder {
    margin-top: 0;
  }
  #entry .entryStepPanel:has(.gymRequiredFields) .fieldGrid {
    padding-top: 18px !important;
  }
  #entry .submitPolicyReview {
    display: none;
  }
  #entry .summaryPanel {
    display: none;
  }
}
@media (min-width: 761px) {
  .directoryContent {
    max-width: 940px !important;
  }
  .directoryContent .eventGrid {
    gap: 16px !important;
  }
  .directoryContent .publicEventCard.featuredEventCard {
    margin-bottom: 8px;
  }
  .directoryContent .publicEventCard.compactEventCard {
    min-height: 0;
    grid-template-columns: 220px minmax(0, 1fr) 170px !important;
    grid-template-areas: "media head status" "media core status";
    column-gap: 0;
    align-items: stretch;
  }
  .directoryContent .compactEventCard .eventFeedHead {
    grid-area: head;
    padding: 18px 20px 8px;
  }
  .directoryContent .compactEventCard .eventFeedAvatar {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .directoryContent .compactEventCard .eventThumb.eventFeedMedia {
    grid-area: media;
    height: 100%;
    min-height: 206px;
    max-height: none;
    aspect-ratio: auto;
  }
  .directoryContent .compactEventCard .eventThumb.eventFeedMedia img {
    object-position: center center;
  }
  .directoryContent .compactEventCard .eventFeedEngagement {
    display: none;
  }
  .directoryContent .compactEventCard .eventCardCore {
    grid-area: core;
    padding: 4px 20px 18px;
    align-content: start;
  }
  .directoryContent .compactEventCard .eventCardTitle {
    gap: 6px;
  }
  .directoryContent .compactEventCard .eventCardTitle > span {
    display: block;
    color: #6b7684;
    font-size: 0.82rem;
    font-weight: 900;
  }
  .directoryContent .compactEventCard h3 {
    font-size: 1.45rem !important;
    line-height: 1.25;
  }
  .directoryContent .compactEventCard .eventFeedCaption {
    display: none !important;
  }
  .directoryContent .compactEventCard .eventCardFacts {
    margin-top: 12px;
    border-bottom: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
  }
  .directoryContent .compactEventCard .eventCardFacts div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
  }
  .directoryContent .compactEventCard .eventCardFacts span,
  .directoryContent .compactEventCard .eventCardFacts strong {
    font-size: 0.78rem;
  }
  .directoryContent .compactEventCard .eventCardGuideLine {
    display: none;
  }
  .directoryContent .compactEventCard .eventCardStatus {
    grid-area: status;
    border-left: 1px solid #edf0f3;
    padding: 18px;
    display: grid;
    align-content: center;
    justify-items: end;
    text-align: right;
    gap: 7px;
  }
  .directoryContent .compactEventCard .eventCardStatus strong {
    color: #00a884;
    font-size: 1.05rem;
    font-weight: 950;
  }
  .directoryContent .compactEventCard .eventCardStatus span {
    color: #6b7684;
    font-size: 0.82rem;
    font-weight: 850;
  }
  .directoryContent .compactEventCard .eventCardStatus small {
    color: #8b95a1;
    font-size: 0.78rem;
    font-weight: 800;
  }
  .directoryContent .compactEventCard .eventCardAction {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    border-radius: 14px;
    box-shadow: none;
  }
}
@media (max-width: 760px) {
  .directoryContent .eventThumb.eventFeedMedia {
    aspect-ratio: 4 / 3 !important;
    max-height: min(54vh, 360px) !important;
  }
  .directoryContent .compactEventCard .eventThumb.eventFeedMedia {
    max-height: min(48vh, 320px) !important;
  }
  .directoryContent .compactEventCard h3 {
    font-size: 1.8rem !important;
  }
}
body.publicAuthOpen {
  overflow: hidden;
}
.publicAccountControls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.publicNotificationTrigger {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #4e5968;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  cursor: pointer;
}
.publicNotificationTrigger:hover {
  color: #1769da;
  background: #f2f7ff;
  border-color: #b8d4ff;
}
.publicNotificationTrigger > span {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  color: #fff;
  background: #f04452;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 15px;
}
.eventDetailHero .publicNotificationTrigger {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}
.publicNotificationBackdrop {
  position: fixed;
  z-index: 10010;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 72px 24px 24px;
  background: rgba(15, 23, 42, 0.24);
}
.publicNotificationPanel {
  display: flex;
  flex-direction: column;
  width: min(420px, 100%);
  max-height: min(680px, calc(100dvh - 96px));
  overflow: hidden;
  color: #191f28;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.publicNotificationPanel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #edf0f2;
}
.publicNotificationPanel > header span {
  display: block;
  margin-bottom: 3px;
  color: #3182f6;
  font-size: 11px;
  font-weight: 800;
}
.publicNotificationPanel > header h2 {
  margin: 0;
  font-size: 23px;
  letter-spacing: 0;
}
.publicNotificationPanel > header > div:last-child {
  display: flex;
  gap: 6px;
}
.publicNotificationPanel > header button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #4e5968;
  background: #f2f4f6;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.publicNotificationPanel > header button:disabled {
  opacity: 0.35;
  cursor: default;
}
.publicNotificationPanel > header button.active {
  color: #1b64da;
  background: #eaf3ff;
}
.publicNotificationList {
  min-height: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.publicNotificationSettings {
  display: grid;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.publicNotificationSettingsIntro {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  color: #1b64da;
  background: #f7faff;
  border-bottom: 1px solid #edf0f2;
}
.publicNotificationSettingsIntro div,
.publicNotificationSettingRow > span:first-child {
  display: grid;
  gap: 4px;
}
.publicNotificationSettingsIntro strong,
.publicNotificationSettingRow b {
  color: #191f28;
  font-size: 14px;
}
.publicNotificationSettingsIntro span,
.publicNotificationSettingRow small {
  color: #6b7684;
  font-size: 12px;
  line-height: 1.45;
}
.publicNotificationSettingRow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 15px 20px;
  border-bottom: 1px solid #f2f4f6;
  cursor: pointer;
}
.publicNotificationSettingRow.locked {
  cursor: default;
}
.publicNotificationSettingRow input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.publicNotificationSwitch {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 26px;
  background: #d1d6db;
  border-radius: 13px;
  transition: background 160ms ease;
}
.publicNotificationSwitch::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.22);
  transition: transform 160ms ease;
}
.publicNotificationSettingRow input:checked + .publicNotificationSwitch {
  background: #3182f6;
}
.publicNotificationSettingRow input:checked + .publicNotificationSwitch::after {
  transform: translateX(18px);
}
.publicNotificationSettingRow input:focus-visible + .publicNotificationSwitch {
  outline: 3px solid rgba(49, 130, 246, 0.24);
  outline-offset: 2px;
}
.publicNotificationSettingRow input:disabled + .publicNotificationSwitch {
  opacity: 0.55;
}
.publicNotificationRequired {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: #1b64da;
  background: #eaf3ff;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
}
.publicNotificationSettingsNote {
  margin: 0;
  padding: 16px 20px;
  color: #6b7684;
  background: #f9fafb;
  font-size: 12px;
  line-height: 1.55;
}
.publicNotificationItem {
  position: relative;
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  padding: 17px 20px;
  text-align: left;
  color: #333d4b;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #f2f4f6;
  cursor: pointer;
}
.publicNotificationItem:hover,
.publicNotificationItem.unread {
  background: #f7faff;
}
.notificationPriority {
  width: 5px;
  height: 100%;
  min-height: 46px;
  background: #d1d6db;
  border-radius: 4px;
}
.notificationPriority.important {
  background: #3182f6;
}
.notificationPriority.urgent {
  background: #f04452;
}
.publicNotificationItem > span:last-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.publicNotificationItem b {
  color: #191f28;
  font-size: 14px;
}
.publicNotificationItem span span {
  color: #4e5968;
  font-size: 13px;
  line-height: 1.5;
}
.publicNotificationItem small {
  color: #8b95a1;
  font-size: 11px;
}
.publicNotificationEmpty {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 220px;
  margin: 0;
  padding: 32px;
  text-align: center;
  color: #8b95a1;
}
.publicNotificationEmpty strong {
  color: #333d4b;
}
.publicNotificationEmpty span {
  font-size: 13px;
}
.publicNotificationError {
  margin: 0;
  padding: 11px 20px;
  color: #d22030;
  background: #fff0f1;
  font-size: 12px;
}
.publicAuthTrigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 86px;
  min-height: 40px !important;
  padding: 0 14px !important;
  color: #333d4b !important;
  background: #fff !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 8px !important;
  font: inherit;
  font-size: 13px !important;
  font-weight: 750 !important;
  cursor: pointer;
  white-space: nowrap;
}
.publicAuthTrigger:hover {
  color: #1769da !important;
  background: #f2f7ff !important;
  border-color: #b8d4ff !important;
}
.publicAuthTrigger:disabled {
  opacity: 0.55;
  cursor: wait;
}
.publicAuthTrigger.signedIn {
  max-width: 150px;
  color: #1769da !important;
  background: #edf5ff !important;
  border-color: #c9deff !important;
}
.publicAuthTrigger span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventDetailHero .publicAuthTrigger {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}
.eventDetailHero .publicAuthTrigger:hover,
.eventDetailHero .publicAuthTrigger.signedIn {
  color: #fff !important;
  background: rgba(49, 130, 246, 0.7) !important;
  border-color: rgba(144, 191, 255, 0.8) !important;
}
.publicAuthBackdrop {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.52);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.publicAuthDialog {
  width: min(420px, 100%);
  max-height: min(720px, calc(100dvh - 40px));
  overflow-y: auto;
  padding: 28px;
  color: #191f28;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.publicAuthDialog > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 26px;
  padding: 0 0 20px;
  border-bottom: 1px solid #edf0f2;
}
.publicAuthDialog > header span {
  display: block;
  margin-bottom: 5px;
  color: #3182f6;
  font-size: 12px;
  font-weight: 800;
}
.publicAuthDialog > header h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
}
.publicAuthDialog > header > button {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #4e5968;
  background: #f2f4f6;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.publicSignInOptions > p,
.publicAccountSummary > p {
  margin: 0 0 22px;
  color: #6b7684;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}
.publicGoogleButton,
.publicEmailSignIn > button,
.publicSignOutButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.publicGoogleButton {
  color: #191f28;
  background: #fff;
  border: 1px solid #dfe3e8;
}
.publicGoogleButton b {
  color: #1769da;
  font-size: 18px;
}
.publicGoogleButton:hover {
  background: #f7f8fa;
  border-color: #b8c0cc;
}
.publicEmailModeButton {
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
  color: #6b7684;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.publicEmailSignIn {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid #edf0f2;
}
.publicEmailSignIn label {
  display: grid;
  gap: 8px;
}
.publicEmailSignIn label span {
  color: #4e5968;
  font-size: 13px;
  font-weight: 750;
}
.publicEmailSignIn input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: #191f28;
  background: #f7f8fa;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  outline: none;
  font: inherit;
  font-weight: 650;
}
.publicEmailSignIn input:focus {
  background: #fff;
  border-color: #3182f6;
  box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.12);
}
.publicEmailSignIn > button {
  color: #fff;
  background: #3182f6;
  border: 0;
}
.publicGoogleButton:disabled,
.publicEmailSignIn > button:disabled,
.publicSignOutButton:disabled {
  opacity: 0.6;
  cursor: wait;
}
.publicAuthError {
  margin: 14px 0 0;
  padding: 12px 14px;
  color: #d64242;
  background: #fff0f0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.publicAccountSummary {
  display: grid;
  justify-items: center;
  text-align: center;
}
.publicAccountAvatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  color: #1769da;
  background: #edf5ff;
  border-radius: 50%;
}
.publicAccountSummary > strong {
  max-width: 100%;
  color: #191f28;
  font-size: 20px;
  overflow-wrap: anywhere;
}
.publicAccountSummary > span {
  max-width: 100%;
  margin: 5px 0 20px;
  color: #8b95a1;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.publicSignOutButton {
  color: #4e5968;
  background: #f2f4f6;
  border: 0;
}
@media (max-width: 760px) {
  .publicAccountControls {
    gap: 6px;
  }
  .publicNotificationBackdrop {
    align-items: end;
    padding: 0;
    background: rgba(15, 23, 42, 0.42);
  }
  .publicNotificationPanel {
    width: 100%;
    max-height: min(78dvh, 720px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .publicAuthTrigger {
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    padding: 0 !important;
  }
  .publicAuthTrigger span {
    display: none;
  }
  .publicAuthBackdrop {
    align-items: end;
    padding: 0;
  }
  .publicAuthDialog {
    width: 100%;
    max-height: calc(100dvh - 16px);
    padding: 24px 20px max(24px, env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
  }
}
.publicBreakSchedule {
  margin: 18px 0 26px;
  padding: 18px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
}
.publicBreakSchedule > header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #8a4b08;
}
.publicBreakSchedule > header strong,
.publicBreakSchedule > header span {
  display: block;
}
.publicBreakSchedule > header span {
  margin-top: 2px;
  color: #8b95a1;
  font-size: 12px;
}
.publicBreakSchedule > div {
  display: grid;
  gap: 8px;
}
.publicBreakSchedule article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 58px 90px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff9ed;
}
.publicBreakSchedule article > span,
.publicBreakSchedule article > small {
  color: #6b7684;
  font-size: 12px;
}
.publicBreakSchedule article > em {
  color: #8a4b08;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}
.publicBreakSchedule article.ongoing {
  outline: 2px solid #f59f00;
  background: #fff3d5;
}
.publicProgressCaption.live {
  border-color: #a7f3d0;
  background: #ecfdf5;
}
.publicProgressCaption.break {
  border-color: #fed7aa;
  background: #fff7ed;
}
@media (max-width: 640px) {
  .publicBoardTitleRow {
    align-items: flex-start;
    justify-content: space-between;
  }
  .publicLiveBadge {
    margin-top: 4px;
  }
  .publicBreakSchedule article {
    grid-template-columns: 1fr auto;
  }
  .publicBreakSchedule article > span,
  .publicBreakSchedule article > em {
    grid-column: auto;
  }
}
.publicScheduleDelay {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid #f3c66d;
  border-radius: 8px;
  background: #fff8e8;
  color: #744500;
}
.publicScheduleDelay div {
  display: grid;
  gap: 3px;
}
.publicScheduleDelay strong {
  color: #4f3100;
}
.publicScheduleDelay time {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .publicScheduleDelay {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .publicScheduleDelay time {
    grid-column: 2;
  }
}
.publicRingTabs {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto 18px;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}
.publicRingTabs button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  color: #4e5968;
  font-weight: 700;
}
.publicRingTabs button.active {
  border-color: #3182f6;
  background: #3182f6;
  color: #fff;
}
.publicRingTabs button span {
  margin-left: 8px;
  opacity: .72;
}
@media (max-width: 900px) {
  .publicLiveStageHead {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .publicLiveProgress {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .publicLiveStageHead > div:first-child {
    grid-template-columns: auto auto;
  }
  .publicLiveStageHead > div:first-child > small {
    grid-column: 1 / -1;
  }
  .publicLiveQueue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .publicLiveQueue article.summary {
    grid-column: 1 / -1;
    min-height: 68px;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }
  .publicLiveQueue article.summary small {
    text-align: right;
  }
  .publicBoutBoard.scoreboardMode {
    padding: 12px;
  }
  .publicBoutBoard.scoreboardMode .publicLiveStage {
    min-height: calc(100vh - 24px);
  }
  .publicBoutBoard.scoreboardMode .publicLiveCorners article {
    min-height: 190px;
  }
  .publicBoutBoard.scoreboardMode .publicLiveCorners article strong {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .publicLiveStage {
    margin-top: 10px;
  }
  .publicLiveStageHead {
    min-height: 0;
    padding: 14px;
    gap: 12px;
  }
  .publicLiveStageHead > div:first-child > strong {
    font-size: 18px;
  }
  .publicScoreboardToggle {
    width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
  }
  .publicLiveMatch {
    padding: 18px 12px 20px;
    gap: 14px;
  }
  .publicLiveMatch > header {
    flex-wrap: wrap;
  }
  .publicLiveMatch > header strong {
    font-size: 21px;
  }
  .publicLiveCorners {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 5px;
  }
  .publicLiveCorners article {
    min-height: 116px;
    padding: 14px 10px;
  }
  .publicLiveCorners article.red {
    border-left-width: 4px;
  }
  .publicLiveCorners article.blue {
    border-right-width: 4px;
  }
  .publicLiveCorners article strong {
    overflow-wrap: anywhere;
    white-space: normal;
    font-size: 20px;
  }
  .publicLiveCorners article small {
    overflow-wrap: anywhere;
    white-space: normal;
    font-size: 11px;
  }
  .publicLiveQueue {
    grid-template-columns: 1fr;
  }
  .publicLiveQueue article.summary {
    grid-column: auto;
  }
  .publicLiveQueue a,
  .publicLiveQueue article {
    min-height: 74px;
  }
  .publicLiveQueue small.queueGyms {
    grid-template-columns: 1fr;
    gap: 3px;
    white-space: normal;
  }
  .publicBoutBoard.scoreboardMode {
    padding: 0;
  }
  .publicBoutBoard.scoreboardMode .publicRingTabs {
    margin: 8px;
  }
  .publicBoutBoard.scoreboardMode .publicLiveStage {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
  .publicBoutBoard.scoreboardMode .publicLiveCorners article {
    min-height: 150px;
  }
  .publicBoutBoard.scoreboardMode .publicLiveCorners article strong {
    font-size: 25px;
  }
  .publicBoutBoard.scoreboardMode .publicLiveCorners article small {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .directoryAppHeader {
    padding: max(10px, env(safe-area-inset-top)) 12px 12px;
  }
  .directoryAppHeader nav {
    min-height: 38px;
    margin-bottom: 10px;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .directoryAppHeader .logo {
    flex: 0 0 auto;
    height: 34px;
    font-size: 19px;
  }
  .directoryAppHeader .navLinks {
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .directoryAppHeader .navLinks::-webkit-scrollbar {
    display: none;
  }
  .directoryAppHeader nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 7px;
    font-size: 11px;
    white-space: nowrap;
  }
  .directoryAppIntro > span {
    font-size: 11px;
  }
  .directoryAppIntro h1 {
    max-width: 330px;
    margin: 4px 0 0;
    font-size: 25px;
    line-height: 1.18;
  }
  .directoryMobileControls {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e5e8eb;
    border-radius: 16px;
    box-shadow: none;
  }
  .directoryMobileControls summary {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }
  .directoryMobileControlBody input,
  .directoryMobileControlBody select {
    min-height: 46px;
    border-radius: 12px;
  }
  .directoryContent {
    padding-top: 10px;
  }
  .directoryListToolbar {
    margin-inline: 12px;
    padding: 6px 0 10px;
    display: grid;
    gap: 8px;
  }
  .directoryResultLead {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .directoryResultLead > span,
  .directoryResultLead > small,
  .directoryResultStats {
    display: none;
  }
  .directoryListToolbar .directoryResultLead strong {
    font-size: 20px;
    line-height: 1.25;
  }
  .directoryToolbarControls {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 8px;
    align-items: center;
  }
  .directoryToolbarControls .directoryQuickFilters {
    min-width: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .directoryToolbarControls .directoryQuickFilters::-webkit-scrollbar {
    display: none;
  }
  .directoryToolbarControls .directoryQuickFilters button {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 40px;
    padding: 0 6px;
    font-size: 11px;
  }
  .directoryToolbarControls > select {
    min-width: 0;
    min-height: 40px;
    padding: 0 26px 0 10px;
    border-radius: 12px;
    font-size: 12px;
  }
  .directoryContent .eventGrid {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .directoryToolbarControls {
    grid-template-columns: minmax(0, 1fr);
  }
  .directoryToolbarControls > select {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #entry .entryCommandHeader h2 {
    font-size: 34px !important;
    word-break: keep-all;
    white-space: nowrap;
  }
  .eventDetailHero {
    padding-bottom: 18px;
  }
  .eventDetailHero nav {
    margin-bottom: 18px;
  }
  .eventDetailHero h1 {
    font-size: clamp(1.9rem, 9vw, 2.25rem);
    line-height: 1.06;
  }
  .eventDetailHero .eventHeroPosterInline {
    margin-top: 14px;
  }
  .eventDetailHero .eventHeroPosterInline .eventPosterPreview {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }
  .eventDetailHero .eventQuickFacts {
    gap: 7px;
    margin-top: 14px;
  }
  .eventDetailHero .eventQuickFacts span {
    font-size: 0.9rem;
    line-height: 1.35;
  }
  .eventDetailHero .ctaRow {
    margin-top: 14px;
  }
  .eventDetailHero .ctaRow .primary,
  .eventDetailHero .ctaRow .secondary {
    min-height: 52px;
  }
}
@media (max-width: 760px) {
  .myTournamentState .publicAuthTrigger {
    flex-basis: auto;
    min-width: 132px;
    padding: 0 18px !important;
    width: auto;
  }
  .myTournamentState .publicAuthTrigger span {
    display: inline;
  }
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage) {
  isolation: isolate;
  color: #ffffff;
  background-color: #111827;
  background-image:
    linear-gradient(
      135deg,
      rgba(49, 130, 246, 0.72),
      transparent 48%),
    linear-gradient(
      315deg,
      rgba(229, 72, 77, 0.48),
      transparent 54%);
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage)::before {
  position: absolute;
  right: -0.04em;
  bottom: -0.18em;
  z-index: 0;
  content: "ZENOS";
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(4rem, 18vw, 8.5rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage) .eventThumbDate {
  width: 100%;
  height: 100%;
  padding: clamp(24px, 7vw, 54px);
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 10px;
  text-align: left;
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage) .eventThumbDate span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 7px 11px;
  color: #ffffff;
  background: rgba(17, 24, 39, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage) .eventThumbDate strong {
  color: #ffffff;
  font-size: clamp(3.4rem, 15vw, 7rem);
  line-height: 0.92;
}
.directoryContent .eventThumb.eventFeedMedia:not(.hasImage) .eventThumbDate small {
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 3.4vw, 1.35rem);
  font-weight: 850;
  line-height: 1.35;
  word-break: keep-all;
}
.completedEntryBrief {
  padding: 28px 0 44px;
}
.eventBriefRevisit {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid #e5e8eb;
  border-bottom: 1px solid #e5e8eb;
}
.eventBriefRevisit > summary {
  min-height: 76px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #191f28;
  cursor: pointer;
  list-style: none;
}
.eventBriefRevisit > summary::-webkit-details-marker {
  display: none;
}
.eventBriefRevisit > summary span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.eventBriefRevisit > summary small {
  color: #3182f6;
  font-size: 13px;
  font-weight: 900;
}
.eventBriefRevisit > summary strong {
  font-size: 18px;
  line-height: 1.4;
}
.eventBriefRevisit > summary em {
  min-width: 0;
  color: #8b95a1;
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.5;
}
.eventBriefRevisit > summary b {
  flex: 0 0 auto;
  color: #4e5968;
  font-size: 13px;
  font-weight: 900;
}
.eventBriefRevisit[open] > summary b {
  color: #3182f6;
}
.eventBriefRevisitBody {
  padding: 6px 0 36px;
}
.eventBriefRevisitBody .eventBriefRuleList {
  max-width: 820px;
}
.publicEntryStatusGroup.eventDay {
  display: flex;
  flex-direction: column;
}
.publicEntryStatusGroup.eventDay .publicEntryJourney {
  order: -3;
  margin-top: 0;
}
.publicEntryStatusGroup.eventDay .publicEntryStatusPanel {
  order: -2;
  margin-top: 12px;
}
.publicEntryStatusGroup.eventDay .publicEntryPaymentPanel {
  order: -1;
}
.publicEntryStatusGroup.eventDay .publicEntryStatusPanel {
  padding-block: 14px;
}
.publicEntryAuxiliary {
  margin-top: 12px;
}
.publicEntryAuxiliary > summary {
  min-height: 52px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #4e5968;
  background: #ffffff;
  cursor: pointer;
  list-style: none;
}
.publicEntryAuxiliary > summary::-webkit-details-marker {
  display: none;
}
.publicEntryAuxiliary > summary span {
  font-size: 14px;
  font-weight: 900;
}
.publicEntryAuxiliary > summary strong {
  color: #8b95a1;
  font-size: 12px;
  font-weight: 850;
}
.publicEntryAuxiliary:not(.eventDay) > summary {
  display: none;
}
.publicEntryAuxiliary > div > :first-child {
  margin-top: 12px;
}
.publicEntryAuxiliary.eventDay[open] > summary {
  border-color: #bad6ff;
  color: #1b64da;
  background: #f7fbff;
}
@media (max-width: 700px) {
  .completedEntryBrief {
    padding: 18px 0 30px;
  }
  .eventBriefRevisit {
    width: min(100% - 28px, 720px);
  }
  .eventBriefRevisit > summary {
    min-height: 64px;
    gap: 12px;
  }
  .eventBriefRevisit > summary span {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 10px;
  }
  .eventBriefRevisit > summary em {
    grid-column: 1 / -1;
    font-size: 12px;
  }
  .eventBriefRevisit > summary strong {
    font-size: 16px;
  }
  .eventBriefRevisit > summary b {
    font-size: 12px;
  }
  .eventBriefRevisitBody {
    padding-bottom: 24px;
  }
  .publicEntryStatusGroup.eventDay .publicEntryJourney {
    padding: 14px;
  }
  .publicEntryStatusGroup.eventDay .publicEntryJourney > header {
    align-items: flex-start;
  }
  .publicEntryStatusGroup.eventDay .publicEntryJourney > header strong {
    white-space: normal;
  }
  .publicEntryStatusGroup.eventDay .publicEntryStatusPanel {
    padding: 13px 14px;
  }
}
.publicProgramNowDock {
  margin-top: 10px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: stretch;
  gap: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}
.publicProgramNowDock.participant {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  border-color: #93c5fd;
}
.publicProgramNowCurrent,
.publicProgramMyNext {
  min-width: 0;
  border-radius: 6px;
  padding: 10px 12px;
  display: grid;
  align-content: center;
  gap: 3px;
  background: #f8fafc;
}
.publicProgramMyNext {
  border-left: 3px solid #3182f6;
  background: #eff6ff;
}
.publicProgramNowCurrent span,
.publicProgramMyNext span,
.publicProgramNowCurrent small,
.publicProgramMyNext small {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}
.publicProgramNowCurrent strong,
.publicProgramMyNext strong {
  min-width: 0;
  overflow: hidden;
  color: #101827;
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publicProgramMyNext span {
  color: #1d4ed8;
}
.publicProgramNowDock nav {
  display: flex;
  align-items: stretch;
}
.publicProgramNowDock nav a {
  min-height: 48px;
  border-radius: 6px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: #3182f6;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.publicProgramNowDock nav a:focus-visible {
  outline: 3px solid rgba(49, 130, 246, 0.28);
  outline-offset: 2px;
}
.directoryContent .eventFeedType.active {
  color: #ffffff;
  background: #3182f6;
}
.directoryContent .eventFeedType.complete {
  color: #086b4c;
  background: #dff7ec;
}
.directoryContent .eventFeedType.neutral {
  color: #4e5968;
  background: #f2f4f6;
}
.directoryContent .eventFeedType.danger {
  color: #b4232f;
  background: #ffe9eb;
}
.directoryContent .eventCardStatus strong.active {
  color: #1d6fe8;
}
.directoryContent .eventCardStatus strong.complete {
  color: #087f5b;
}
.directoryContent .eventCardStatus strong.neutral {
  color: #6b7684;
}
.directoryContent .eventCardStatus strong.danger {
  color: #d22030;
}
.eventHeroDecisionCard.active > div > span {
  color: #1d6fe8;
  background: #e8f2ff;
}
.eventHeroDecisionCard.complete > div > span {
  color: #087f5b;
  background: #dff7ec;
}
.eventHeroDecisionCard.neutral > div > span {
  color: #4e5968;
  background: #f2f4f6;
}
.eventHeroDecisionCard.danger > div > span {
  color: #b4232f;
  background: #ffe9eb;
}
.publicEntryJourneySteps li.done {
  color: #087f5b;
}
.publicEntryJourneySteps li.active {
  color: #1b64da;
}
.publicEntryJourneySteps li.done i {
  color: #ffffff;
  background: #0ca678;
}
.publicEntryJourneySteps li.done::after {
  background: #8ed9bd;
}
.publicEntryOperationNotice.break {
  color: #9a5b00;
  background: #fff6e5;
}
.publicEntryProgramCard.eventDay.live {
  border-color: #93c5fd;
  background: #f7fbff;
}
.publicEntryProgramCard.eventDay.live .publicEntryProgramIcon {
  color: #1b64da;
  background: #e8f2ff;
}
.publicBoardActions a,
.publicBoardActions a.primary,
.publicBoardActions a.primary.overview {
  color: #ffffff;
  background: #3182f6;
  box-shadow: 0 10px 24px rgba(49, 130, 246, 0.2);
}
.publicBoardActions a.overview {
  color: #4e5968;
  background: #f2f4f6;
  box-shadow: none;
}
.publicBoardActions button:focus-visible,
.publicBoardActions a:focus-visible {
  outline-color: rgba(49, 130, 246, 0.3);
}
.publicLiveState.break {
  color: #7a4a00;
  background: #ffe0a3;
}
.publicRunwayLegend span.current,
.publicRunwayLinks a.current {
  color: #ffffff;
  background: #3182f6;
}
.publicGymCard:hover,
.publicGymCard.selected {
  border-color: #3182f6;
  background: #eff6ff;
}
.publicGymCard.selected {
  box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.13);
}
.publicGymCard.selected em {
  color: #ffffff;
  background: #3182f6;
}
.publicGymFocusPanel {
  border-color: #bfdbfe;
  background:
    linear-gradient(
      135deg,
      rgba(49, 130, 246, 0.1),
      rgba(255, 255, 255, 0.96)),
    #ffffff;
}
@media (max-width: 760px) {
  .publicBoardActions button,
  .publicBoardActions a {
    min-height: 44px;
  }
  .publicProgramNowDock {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .publicProgramNowDock.completed {
    position: static;
  }
  .publicProgramNowDock.participant {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .publicProgramNowDock.participant .publicProgramNowCurrent {
    display: none;
  }
  .publicProgramNowCurrent,
  .publicProgramMyNext {
    padding: 8px 9px;
  }
  .publicProgramNowCurrent strong,
  .publicProgramMyNext strong {
    font-size: 14px;
  }
  .publicProgramNowDock nav a {
    width: 46px;
    min-width: 46px;
    padding: 0;
    font-size: 0;
  }
  .publicProgramNowDock nav a svg {
    width: 19px;
    height: 19px;
  }
  .publicGymFocusPanel {
    scroll-margin-top: 92px;
  }
  .publicBracketCard.highlight {
    border-color: #3182f6;
    box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.15), 0 14px 28px rgba(15, 23, 42, 0.1);
  }
}
@media (min-width: 701px) and (max-width: 900px) {
  .directoryContent .publicEventCard,
  .directoryContent .publicEventCard.freeEvent,
  .directoryContent .publicEventCard.infoOnlyEvent,
  .directoryContent .publicEventCard.featuredEventCard,
  .directoryContent .publicEventCard.compactEventCard {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "head" "media" "engagement" "core" "status" !important;
  }
  .directoryContent .publicEventCard .eventFeedHead {
    grid-area: head !important;
    padding: 15px 18px;
  }
  .directoryContent .publicEventCard .eventThumb.eventFeedMedia {
    grid-area: media !important;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 420px;
    aspect-ratio: 16 / 9;
  }
  .directoryContent .publicEventCard .eventFeedEngagement {
    grid-area: engagement !important;
    padding-inline: 18px;
    display: flex;
  }
  .directoryContent .publicEventCard .eventCardCore {
    grid-area: core !important;
    padding: 2px 18px 0;
  }
  .directoryContent .publicEventCard .eventCardStatus {
    grid-area: status !important;
    width: 100%;
    border-left: 0;
    padding: 14px 18px 18px;
    display: block;
    text-align: left;
  }
  .directoryContent .publicEventCard .eventCardStatus > strong,
  .directoryContent .publicEventCard .eventCardStatus > span,
  .directoryContent .publicEventCard .eventCardStatus > small {
    display: none;
  }
  .directoryContent .publicEventCard .eventCardAction {
    width: 100%;
    min-height: 48px;
    margin: 0;
  }
}
.publicConnectionBanner {
  position: sticky;
  top: 10px;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  margin: 10px auto -74px;
  border: 1px solid #f0b44d;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #5c3b05;
  background: rgba(255, 248, 229, 0.97);
  box-shadow: 0 16px 40px rgba(62, 39, 5, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.publicConnectionBanner > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.publicConnectionBanner strong,
.publicConnectionBanner span {
  color: inherit;
}
.publicConnectionBanner span {
  font-size: 13px;
  font-weight: 700;
}
.publicConnectionBanner button {
  min-width: 132px;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  color: #fff;
  background: #9a6200;
  font-weight: 900;
}
.publicConnectionBanner.reconnecting {
  border-color: #73a7f5;
  color: #173f78;
  background: rgba(235, 244, 255, 0.97);
}
.publicConnectionBanner.reconnecting button {
  background: #6f8fba;
}
@media (max-width: 700px) {
  .publicConnectionBanner {
    top: 8px;
    width: calc(100% - 20px);
    margin-bottom: -112px;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 13px;
  }
  .publicConnectionBanner button {
    width: 100%;
  }
}
.publicAccountGymPicker {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto;
  border: 1px solid #b8d5ff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #eef6ff;
}
.publicAccountGymPicker > div {
  display: grid;
  gap: 3px;
}
.publicAccountGymPicker span,
.publicAccountGymPicker small {
  color: #58708f;
  font-size: 12px;
  font-weight: 750;
}
.publicAccountGymPicker strong {
  color: #173f78;
  font-size: 18px;
}
.publicAccountGymPicker nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.publicAccountGymPicker button {
  min-height: 44px;
  border: 1px solid #73a7f5;
  border-radius: 12px;
  padding: 0 15px;
  color: #174a8b;
  background: #fff;
  font-weight: 900;
}
@media (max-width: 700px) {
  .publicAccountGymPicker {
    width: calc(100% - 20px);
    align-items: stretch;
    flex-direction: column;
  }
  .publicAccountGymPicker nav,
  .publicAccountGymPicker button {
    width: 100%;
  }
}
