@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "TikTokFont";
  font-display: swap;
  font-weight: 400;
  src: url("https://sf16-website-login.neutral.ttwstatic.com/obj/tiktok_web_login_static/tiktok_fonts/TikTokFont-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "TikTokFont";
  font-display: swap;
  font-weight: 600;
  src: url("https://sf16-website-login.neutral.ttwstatic.com/obj/tiktok_web_login_static/tiktok_fonts/TikTokFont-Semibold.woff2") format("woff2");
}

@font-face {
  font-family: "TikTokFont";
  font-display: swap;
  font-weight: 700;
  src: url("https://sf16-website-login.neutral.ttwstatic.com/obj/tiktok_web_login_static/tiktok_fonts/TikTokFont-Bold.woff2") format("woff2");
}

:root {
  --black: #08090b;
  --white: #f5f5f5;
  --red: #f1082b;
  --navy: #0b1d34;
  --panel: #121720;
  --line: rgba(255, 255, 255, 0.14);
  --muted: rgba(245, 245, 245, 0.7);
  --radius: 8px;
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "TikTokFont", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
}

body {
  background:
    radial-gradient(circle at 18% 0, rgba(241, 8, 43, 0.14), transparent 25rem),
    linear-gradient(180deg, #090b0e 0%, #10141a 45%, #090b0e 100%);
  color: var(--white);
  font-family: var(--body);
  line-height: 1.55;
  margin: 0;
  min-height: 100vh;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(8, 9, 11, 0.96);
  border-bottom: 1px solid rgba(241, 8, 43, 0.24);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 12px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand img {
  display: block;
  height: 48px;
  object-fit: contain;
  width: 196px;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
}

nav a {
  color: rgba(245, 245, 245, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--red);
}

nav a.active {
  color: var(--white);
}

.header-actions,
.actions,
.auth-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

[data-admin-only] {
  display: none !important;
}

body.is-admin [data-admin-only] {
  display: inline-flex !important;
}

.button,
.primary,
.secondary,
.danger {
  align-items: center;
  border: 0;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.primary {
  background: var(--red);
  color: var(--white);
}

.primary.is-saved {
  background: #19a45b;
  color: var(--white);
}

.primary.is-saving {
  background: #b60f28;
  opacity: 0.88;
}

.secondary,
.button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.danger {
  background: rgba(241, 8, 43, 0.14);
  border: 1px solid rgba(241, 8, 43, 0.46);
  color: var(--white);
}

main {
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.hero {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--white);
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  max-width: 100%;
  overflow-wrap: anywhere;
}

p {
  color: var(--muted);
}

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

.two {
  grid-template-columns: minmax(300px, 0.62fr) minmax(360px, 1.38fr);
}

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

.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel,
.card {
  background:
    radial-gradient(circle at 0 0, rgba(241, 8, 43, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.panel-header {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

label,
legend {
  color: var(--white);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: rgba(5, 5, 5, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  color: var(--white);
  min-height: 46px;
  outline: none;
  padding: 0 13px;
  width: 100%;
}

textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(241, 8, 43, 0.18);
}

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

.compact-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.settings-stack {
  display: grid;
  gap: 18px;
}

.admin-shell {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(420px, 1.12fr) minmax(360px, 0.88fr);
}

.subpanel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 18px;
}

.subpanel + .subpanel {
  margin-top: 14px;
}

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

.subpanel-title h3 {
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0;
}

.hint {
  color: rgba(245, 245, 245, 0.62);
  font-size: 0.9rem;
  margin: 4px 0 0;
}

.segmented {
  background: rgba(5, 5, 5, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
}

.segmented button {
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  color: rgba(245, 245, 245, 0.62);
  font-weight: 900;
  min-height: 42px;
}

.segmented button.active {
  background: var(--white);
  color: #08090b;
}

.availability-panel {
  display: none;
}

.availability-panel.active {
  display: grid;
  gap: 14px;
}

.schedule-row,
.override-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(120px, 0.75fr) minmax(260px, 1fr) auto;
}

.schedule-day {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.schedule-day strong {
  color: var(--white);
}

.schedule-ranges {
  display: grid;
  gap: 8px;
}

.range-row {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr) auto;
}

.range-row span {
  color: rgba(245, 245, 245, 0.58);
  font-weight: 800;
  text-align: center;
}

.icon-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.icon-action:hover {
  border-color: rgba(241, 8, 43, 0.65);
  color: var(--red);
}

.save-status {
  color: rgba(245, 245, 245, 0.7);
  font-size: 0.9rem;
  margin: 10px 0 0;
}

.save-status.success {
  color: #67d99a;
}

.save-status.error {
  color: #ff8a99;
}

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

.message {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: rgba(245, 245, 245, 0.76);
  margin-top: 16px;
  padding: 14px;
}

.account-email {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: rgba(245, 245, 245, 0.82);
  font-size: 1rem;
  font-weight: 700;
  margin: 14px 0 0;
  overflow-wrap: anywhere;
  padding: 12px 14px;
}

.account-email:empty {
  display: none;
}

.booking-card {
  display: grid;
  gap: 12px;
}

.booking-top {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.badge {
  background: var(--red);
  border-radius: var(--radius);
  color: var(--white);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 7px 10px;
}

.pricing-hero {
  align-items: end;
  border-bottom: 1px solid rgba(241, 8, 43, 0.22);
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.price-panel {
  background:
    radial-gradient(circle at 0 0, rgba(241, 8, 43, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
}

.price-panel.featured {
  border-color: rgba(241, 8, 43, 0.58);
}

.price-ribbon {
  background: var(--red);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: calc(clamp(22px, 3vw, 34px) * -1) calc(clamp(22px, 3vw, 34px) * -1) 2px;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
}

.price-top {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.price-top strong {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.price-panel h2 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
}

.price-panel p {
  font-size: 1rem;
  margin: 0;
}

.price-list {
  color: rgba(245, 245, 245, 0.78);
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 22px;
}

.price-list strong {
  color: var(--white);
}

.price-panel .primary {
  margin-top: auto;
  width: 100%;
}

.pricing-addons {
  margin-bottom: 18px;
}

.addon-price-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.addon-price-list article {
  background: rgba(5, 5, 5, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  padding: 16px;
}

.addon-price-list strong {
  color: var(--white);
  font-size: 1.02rem;
}

.addon-price-list span {
  color: var(--red);
  font-weight: 900;
}

.addon-price-list p {
  font-size: 0.94rem;
  margin: 0;
}

.pricing-notes {
  margin-top: 18px;
}

.detail-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-list div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  padding: 12px;
}

.detail-list strong {
  color: var(--white);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.detail-list span {
  color: var(--muted);
}

.day-grid,
.blackout-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.day-pill,
.blackout-list button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(245, 245, 245, 0.78);
  font-weight: 800;
  min-height: 42px;
  padding: 0 14px;
}

.day-pill.active {
  background: rgba(241, 8, 43, 0.18);
  border-color: rgba(241, 8, 43, 0.72);
  color: var(--white);
}

.inline-check {
  align-items: center;
  display: flex;
  gap: 10px;
}

.inline-check input {
  min-height: auto;
  width: auto;
}

.empty {
  color: var(--muted);
  padding: 18px 0;
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .two,
  .three,
	  .four,
	  .form-grid,
	  .compact-grid,
	  .admin-shell,
	  .pricing-grid,
	  .addon-price-list,
	  .detail-list {
	    grid-template-columns: 1fr;
	  }

  .schedule-row,
  .override-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .range-row {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
  }

  main {
    padding: 38px 18px;
  }

  .site-header {
    gap: 10px 14px;
    padding: 10px 18px;
  }

  .brand img {
    height: 38px;
    width: 156px;
  }

  .header-actions {
    width: 100%;
  }

  .button,
  .primary,
  .secondary,
  .danger {
    min-height: 44px;
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
  }

  nav {
    gap: 14px;
    order: 3;
    overflow-x: auto;
    width: 100%;
  }

  nav a {
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .header-actions {
    margin-left: auto;
    width: auto;
  }

  .brand img {
    height: 36px;
    width: 148px;
  }

  main {
    padding: 32px 16px;
  }

  .hero {
    gap: 16px;
    margin-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

	  .panel,
	  .card,
	  .price-panel {
	    padding: 20px;
	  }

	  .price-ribbon {
	    margin: -20px -20px 2px;
	  }

  .panel-header {
    gap: 12px;
  }

  .panel-header .secondary,
  .actions .secondary,
  .auth-actions .primary,
  .auth-actions .secondary,
  .auth-actions .danger {
    width: 100%;
  }

  .booking-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-list div {
    padding: 11px;
  }

  .message,
  .account-email {
    font-size: 0.95rem;
  }
}
