.stardreams-breaks-page [hidden] {
  display: none !important;
}

.breaks-preview-banner {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(4vw, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(225, 185, 79, 0.28);
  color: #f7f2e7;
  background: #111522;
}

.breaks-preview-banner div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breaks-preview-banner span {
  padding: 5px 7px;
  border: 1px solid rgba(225, 185, 79, 0.56);
  border-radius: 4px;
  color: #e1b94f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
}

.breaks-preview-banner strong {
  font-size: 12px;
}

.breaks-preview-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.breaks-toolbar {
  position: sticky;
  top: 88px;
  z-index: 20;
  display: flex;
  align-items: center;
  width: min(1440px, 92vw);
  margin: 28px auto 0;
  padding: 10px;
  border: 1px solid rgba(23, 25, 32, 0.14);
  border-radius: 8px;
  background: rgba(243, 239, 229, 0.95);
  box-shadow: 0 15px 42px rgba(17, 20, 30, 0.08);
  backdrop-filter: blur(16px);
}

.break-filters {
  display: flex;
  width: 100%;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.break-filters::-webkit-scrollbar {
  display: none;
}

.break-filter {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(23, 25, 32, 0.15);
  border-radius: 5px;
  color: #30333b;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.break-filter:hover {
  border-color: rgba(23, 25, 32, 0.4);
}

.break-filter.active {
  border-color: #171920;
  color: #fff;
  background: #171920;
}

.breaks-list-section {
  width: min(1440px, 92vw);
  margin: 0 auto;
  padding: 76px 0 124px;
}

.breaks-grid {
  display: grid;
  gap: 18px;
}

.break-session {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 32, 0.14);
  border-radius: 8px;
  background: rgba(251, 248, 241, 0.96);
  box-shadow: 0 18px 50px rgba(17, 20, 30, 0.08);
}

.break-session-identity {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  flex-direction: column;
  color: #fff;
  background: #0b0e17;
}

.break-session-identity::before,
.break-session-identity::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.break-session-identity::before {
  inset: 0;
  opacity: 0.82;
  background:
    linear-gradient(145deg, rgba(120, 200, 248, 0.15), transparent 48%),
    linear-gradient(20deg, transparent 48%, rgba(255, 255, 255, 0.09) 49%, transparent 50%);
}

.break-session.theme-gold .break-session-identity::before {
  background:
    linear-gradient(145deg, rgba(225, 185, 79, 0.2), transparent 48%),
    linear-gradient(20deg, transparent 48%, rgba(225, 185, 79, 0.13) 49%, transparent 50%);
}

.break-session.theme-red .break-session-identity::before {
  background:
    linear-gradient(145deg, rgba(176, 76, 91, 0.24), transparent 48%),
    linear-gradient(20deg, transparent 48%, rgba(255, 255, 255, 0.09) 49%, transparent 50%);
}

.break-session-identity::after {
  top: 55%;
  left: -10%;
  width: 130%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 185, 79, 0.52), transparent);
  transform: rotate(-14deg);
}

.session-status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.session-status {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 9px;
  font-weight: 900;
}

.session-status.live {
  border-color: #b54c5b;
  color: #fff;
  background: #9d3e4b;
}

.session-status-line > b {
  color: #e1b94f;
  font-size: 11px;
}

.session-product-copy {
  display: grid;
  margin: auto 0;
  gap: 8px;
}

.session-product-copy span,
.session-product-copy small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
}

.session-product-copy strong {
  max-width: 200px;
  color: #fff;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}

.session-progress {
  display: grid;
  gap: 9px;
}

.session-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.session-progress > div strong {
  color: #fff;
  font-size: 11px;
}

.session-progress > i {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.session-progress > i b {
  display: block;
  height: 100%;
  background: #e1b94f;
}

.break-session-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 34px;
  padding: 36px;
}

.break-session-main > span {
  color: #9a7022;
  font-size: 10px;
  font-weight: 900;
}

.break-session-main h2 {
  max-width: 720px;
  margin: 12px 0;
  color: #171920;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.08;
}

.break-session-main > p {
  margin: 0;
  color: #6b6d72;
  font-size: 13px;
  line-height: 1.75;
}

.session-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 0;
  border-top: 1px solid rgba(23, 25, 32, 0.13);
  border-bottom: 1px solid rgba(23, 25, 32, 0.13);
}

.session-facts div {
  min-width: 0;
  padding: 14px 12px;
  border-right: 1px solid rgba(23, 25, 32, 0.13);
}

.session-facts div:first-child {
  padding-left: 0;
}

.session-facts div:last-child {
  border-right: 0;
}

.session-facts dt {
  color: #86878b;
  font-size: 9px;
}

.session-facts dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: #20232a;
  font-size: 12px;
  font-weight: 800;
}

.session-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
}

.session-primary,
.session-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.session-primary {
  border: 1px solid #e1b94f;
  color: #10131b;
  background: #e1b94f;
  cursor: pointer;
}

.session-primary:disabled {
  cursor: default;
  opacity: 0.42;
}

.session-secondary {
  border: 1px solid rgba(23, 25, 32, 0.18);
  color: #242730;
  background: transparent;
}

.team-board,
.random-board {
  min-width: 0;
  border-left: 1px solid rgba(23, 25, 32, 0.13);
  padding-left: 28px;
}

.team-board-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.team-board-header div {
  display: grid;
  gap: 4px;
}

.team-board-header span,
.random-board span {
  color: #9a7022;
  font-size: 9px;
  font-weight: 900;
}

.team-board-header strong {
  color: #272a31;
  font-size: 13px;
}

.team-board-header b {
  color: #77797e;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.team-options {
  display: grid;
  border-top: 1px solid rgba(23, 25, 32, 0.13);
}

.team-options button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(23, 25, 32, 0.11);
  color: #2a2d34;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.team-options button:hover span {
  color: #8a621a;
}

.team-options button span {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-options button strong {
  color: #1e5947;
  font-size: 10px;
}

.team-board-more {
  min-height: 34px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: #755319;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

.random-board {
  display: grid;
  align-items: center;
}

.random-board div {
  display: grid;
  gap: 10px;
}

.random-board strong {
  color: #242730;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 23px;
  font-weight: 400;
}

.random-board p {
  margin: 0;
  color: #76787d;
  font-size: 11px;
  line-height: 1.7;
}

.break-empty {
  padding: 72px 20px;
  border: 1px dashed rgba(23, 25, 32, 0.22);
  border-radius: 8px;
  color: #77797e;
  text-align: center;
}

.break-drawer-open {
  overflow: hidden;
}

.break-reservation-layer {
  position: fixed;
  inset: 0;
  z-index: 220;
}

.break-reservation-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 6, 12, 0.72);
  backdrop-filter: blur(5px);
}

.break-reservation-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(580px, 100%);
  height: 100%;
  color: #20232a;
  background: #f3efe5;
  box-shadow: -22px 0 70px rgba(0, 0, 0, 0.28);
}

.break-reservation-drawer > header {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(23, 25, 32, 0.15);
}

.break-reservation-drawer > header div {
  min-width: 0;
}

.break-reservation-drawer > header span {
  color: #9a7022;
  font-size: 9px;
  font-weight: 900;
}

.break-reservation-drawer > header h2 {
  margin: 7px 0 0;
  overflow: hidden;
  color: #171920;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-reservation-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 25, 32, 0.2);
  border-radius: 5px;
  color: #3d4047;
  background: transparent;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.break-reservation-content {
  overflow-y: auto;
  padding: 24px 28px 42px;
}

.reservation-session-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 25, 32, 0.14);
  border-bottom: 1px solid rgba(23, 25, 32, 0.14);
}

.reservation-session-summary div {
  min-width: 0;
  padding: 13px 10px;
  border-right: 1px solid rgba(23, 25, 32, 0.12);
}

.reservation-session-summary div:first-child {
  padding-left: 0;
}

.reservation-session-summary div:last-child {
  border-right: 0;
}

.reservation-session-summary span,
.reservation-session-summary strong {
  display: block;
}

.reservation-session-summary span {
  color: #85868a;
  font-size: 9px;
}

.reservation-session-summary strong {
  margin-top: 5px;
  overflow-wrap: anywhere;
  font-size: 11px;
}

.reservation-selector {
  margin-top: 30px;
}

.reservation-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.reservation-section-title strong {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 21px;
  font-weight: 400;
}

.reservation-section-title span {
  color: #77797e;
  font-size: 10px;
}

.reservation-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.reservation-team-grid button {
  display: grid;
  min-height: 62px;
  align-content: center;
  gap: 6px;
  padding: 10px 11px;
  border: 1px solid rgba(23, 25, 32, 0.16);
  border-radius: 5px;
  color: #2a2d34;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  text-align: left;
}

.reservation-team-grid button:hover,
.reservation-team-grid button.selected {
  border-color: #9a7022;
  box-shadow: inset 0 0 0 1px #9a7022;
}

.reservation-team-grid button:disabled {
  cursor: default;
  opacity: 0.38;
}

.reservation-team-grid span {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-team-grid strong {
  color: #1e5947;
  font-size: 10px;
}

.reservation-stepper {
  display: grid;
  grid-template-columns: 48px 100px 48px;
  width: max-content;
  border: 1px solid rgba(23, 25, 32, 0.17);
  border-radius: 5px;
  overflow: hidden;
}

.reservation-stepper button {
  min-height: 52px;
  border: 0;
  color: #21242b;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  font-size: 20px;
}

.reservation-stepper div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-right: 1px solid rgba(23, 25, 32, 0.15);
  border-left: 1px solid rgba(23, 25, 32, 0.15);
}

.reservation-stepper strong {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.reservation-stepper span {
  color: #77797e;
  font-size: 10px;
}

.reservation-checkout {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 25, 32, 0.15);
}

.reservation-payment-methods.sd-payment-methods {
  margin: 22px 0 0;
  border-color: rgba(23, 25, 32, 0.16);
  background: rgba(255, 255, 255, 0.42);
}

.reservation-payment-methods.sd-payment-methods legend,
.reservation-payment-methods .sd-payment-method-copy strong {
  color: #20232a;
}

.reservation-payment-methods .sd-payment-method-status,
.reservation-payment-methods .sd-payment-method-fx,
.reservation-payment-methods .sd-payment-method-empty,
.reservation-payment-methods .sd-payment-method-copy small {
  color: #696b70;
}

.reservation-payment-methods .sd-payment-method-card {
  border-color: rgba(23, 25, 32, 0.15);
  background: rgba(255, 255, 255, 0.52);
}

.reservation-checkout .sd-payment-method-option {
  display: block;
  gap: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.reservation-payment-methods .sd-payment-method-option:not(.is-unavailable):hover .sd-payment-method-card,
.reservation-payment-methods .sd-payment-method-option > input:checked + .sd-payment-method-card {
  border-color: #9a7022;
  background: rgba(225, 185, 79, 0.14);
  box-shadow: inset 0 0 0 1px rgba(154, 112, 34, 0.46);
}

.reservation-payment-methods .sd-payment-method-copy .sd-payment-method-estimate {
  color: #405a86;
}

.reservation-payment-methods .sd-payment-method-availability {
  color: #7b5819;
}

.reservation-payment-methods .sd-payment-method-option.is-unavailable .sd-payment-method-availability {
  color: #73757a;
}

.reservation-payment-methods .sd-payment-method-fx {
  border-top-color: rgba(23, 25, 32, 0.1);
}

.reservation-payment-methods .sd-payment-method-status button {
  border-color: rgba(154, 112, 34, 0.42);
  color: #6d4d16;
}

.reservation-checkout label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  color: #686a70;
  font-size: 10px;
  font-weight: 800;
}

.reservation-checkout input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(23, 25, 32, 0.18);
  border-radius: 5px;
  color: #20232a;
  background: rgba(255, 255, 255, 0.6);
  font: inherit;
}

.reservation-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.reservation-total span {
  color: #77797e;
  font-size: 11px;
}

.reservation-total strong {
  color: #171920;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.reservation-checkout > p {
  margin: 10px 0 0;
  color: #77797e;
  font-size: 10px;
  line-height: 1.6;
}

.reservation-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  border: 1px solid #e1b94f;
  border-radius: 5px;
  color: #12141a;
  background: #e1b94f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.reservation-submit:disabled {
  border-color: rgba(23, 25, 32, 0.14);
  color: #85868a;
  background: rgba(23, 25, 32, 0.07);
  cursor: default;
}

.reservation-message {
  min-height: 20px;
  color: #7d3f33 !important;
}

@media (max-width: 1120px) {
  .break-session-copy {
    grid-template-columns: 1fr;
  }

  .team-board,
  .random-board {
    border-top: 1px solid rgba(23, 25, 32, 0.13);
    border-left: 0;
    padding-top: 24px;
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  .breaks-preview-banner {
    align-items: flex-start;
    padding: 12px 18px;
    flex-direction: column;
    gap: 5px;
  }

  .breaks-toolbar {
    top: 76px;
  }

  .break-session {
    grid-template-columns: 1fr;
  }

  .break-session-identity {
    min-height: 260px;
  }

  .session-product-copy strong {
    max-width: 380px;
  }
}

@media (max-width: 560px) {
  .breaks-toolbar,
  .breaks-list-section {
    width: calc(100vw - 24px);
  }

  .breaks-list-section {
    padding-top: 62px;
  }

  .break-session-copy {
    padding: 24px 18px 28px;
  }

  .break-session-main h2 {
    font-size: 30px;
  }

  .session-facts {
    grid-template-columns: 1fr;
  }

  .session-facts div,
  .session-facts div:first-child {
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 25, 32, 0.1);
  }

  .session-facts div:last-child {
    border-bottom: 0;
  }

  .break-reservation-drawer > header {
    min-height: 96px;
    padding: 18px;
  }

  .break-reservation-drawer > header h2 {
    max-width: 260px;
    font-size: 22px;
  }

  .break-reservation-content {
    padding: 20px 18px 34px;
  }

  .reservation-session-summary {
    grid-template-columns: 1fr;
  }

  .reservation-session-summary div,
  .reservation-session-summary div:first-child {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 25, 32, 0.1);
  }

  .reservation-session-summary div:last-child {
    border-bottom: 0;
  }

  .reservation-team-grid {
    grid-template-columns: 1fr;
  }
}
