@font-face {
  font-family: "PWB Inter";
  src: url("fonts/Inter-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "PWB Chakra";
  src: url("fonts/ChakraPetch-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.pwb-standalone,
.pwb-public {
  --pwb-accent: #a67bff;
  --pwb-ink: #f7f4ff;
  --pwb-muted: #b9b2c8;
  --pwb-bg: #07060b;
  --pwb-surface: #100e18;
  min-height: 100vh;
  margin: 0;
  padding: clamp(16px, 4vw, 48px);
  color: var(--pwb-ink);
  background: radial-gradient(circle at 50% -16%, rgba(166, 123, 255, .18), transparent 38%), var(--pwb-bg);
  font-family: "PWB Inter", Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.pwb-standalone *, .pwb-standalone *::before, .pwb-standalone *::after,
.pwb-public *, .pwb-public *::before, .pwb-public *::after,
.pwb-shell *, .pwb-shell *::before, .pwb-shell *::after { box-sizing: border-box; }

.pwb-shell {
  --pwb-line: color-mix(in srgb, var(--pwb-ink) 16%, transparent);
  --pwb-soft: color-mix(in srgb, var(--pwb-surface) 84%, var(--pwb-ink) 16%);
  --pwb-focus: #d5bdff;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto auto;
  width: min(960px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--pwb-ink) 24%, transparent);
  border-radius: var(--pwb-radius, 12px);
  color: var(--pwb-ink);
  background: linear-gradient(180deg, color-mix(in srgb, var(--pwb-surface) 97%, var(--pwb-ink) 3%), var(--pwb-surface));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48), 0 0 60px color-mix(in srgb, var(--pwb-accent) 8%, transparent), inset 0 1px 0 rgba(255, 255, 255, .03);
  font: 400 15px/1.5 "PWB Inter", Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

.pwb-shell::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: -34%;
  width: 30%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--pwb-accent) 88%, #fff), transparent);
  filter: drop-shadow(0 0 8px var(--pwb-accent));
  animation: pwb-light-rail 9s cubic-bezier(.22, .7, .2, 1) infinite;
}

.pwb-shell button, .pwb-shell input, .pwb-shell select, .pwb-shell textarea { margin: 0; font: inherit; }
.pwb-shell button, .pwb-shell a { -webkit-tap-highlight-color: transparent; }
.pwb-shell button:focus-visible, .pwb-shell a:focus-visible, .pwb-shell input:focus-visible, .pwb-shell select:focus-visible, .pwb-shell textarea:focus-visible { outline: 2px solid var(--pwb-focus); outline-offset: 2px; }

.pwb-skip {
  position: fixed; z-index: 10000; top: 0; left: 10px; min-height: 44px; padding: 11px 15px;
  border: 1px solid var(--pwb-accent); border-radius: 8px; color: #fff; background: #08070f;
  font: 700 13px/1.5 "PWB Inter", Inter, sans-serif; text-decoration: none; transform: translateY(calc(-100% - 8px));
}
.pwb-skip:focus { top: 10px; transform: translateY(0); }

.pwb-liquid-scene { position: absolute; z-index: -1; inset: 0 0 auto; height: 210px; overflow: hidden; pointer-events: none; }
.pwb-liquid-scene i {
  position: absolute; display: block; border: 1px solid color-mix(in srgb, var(--pwb-accent) 32%, transparent);
  background: radial-gradient(circle at 30% 26%, rgba(255,255,255,.13), transparent 17%), color-mix(in srgb, var(--pwb-accent) 17%, transparent);
  filter: blur(1px); opacity: .45; box-shadow: inset -24px -28px 42px rgba(0,0,0,.25), 0 0 42px color-mix(in srgb, var(--pwb-accent) 12%, transparent);
}
.pwb-liquid-scene i:first-child { width: 240px; height: 190px; top: -120px; right: -38px; border-radius: 62% 38% 47% 53% / 43% 59% 41% 57%; animation: pwb-liquid 15s ease-in-out infinite alternate; }
.pwb-liquid-scene i:last-child { width: 150px; height: 120px; top: -76px; left: 46%; border-radius: 38% 62% 54% 46% / 58% 41% 59% 42%; opacity: .25; animation: pwb-liquid 19s ease-in-out infinite alternate-reverse; }

.pwb-summary { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 36px; align-items: start; padding: 30px 34px 28px; border-bottom: 1px solid var(--pwb-line); background: linear-gradient(130deg, color-mix(in srgb, var(--pwb-accent) 6%, transparent), transparent 48%); }
.pwb-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.pwb-brand img, .pwb-brand-mark { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; object-fit: contain; color: var(--pwb-accent); filter: drop-shadow(0 0 12px color-mix(in srgb, var(--pwb-accent) 20%, transparent)); }
.pwb-brand-mark svg { display: block; width: 100%; height: 100%; }
.pwb-brand-copy { display: grid; min-width: 0; gap: 2px; }
.pwb-brand-copy strong { overflow: hidden; color: var(--pwb-ink); font-family: "PWB Chakra", "PWB Inter", sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .09em; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.pwb-brand-copy small { overflow: hidden; color: var(--pwb-muted); font-size: 10px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.pwb-event-copy { min-width: 0; }
.pwb-eyebrow { display: block; margin: 0 0 6px; color: var(--pwb-accent); font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.pwb-event-title, .pwb-workspace h2, .pwb-form-title h2, .pwb-success h2, .pwb-manage h2, .pwb-cancel h2, .pwb-message h2 { margin: 0; color: var(--pwb-ink); font-family: "PWB Chakra", "PWB Inter", sans-serif; font-weight: 600; letter-spacing: -.025em; }
.pwb-event-title { font-size: clamp(27px, 4vw, 36px); line-height: 1.08; text-wrap: balance; }
.pwb-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; color: var(--pwb-muted); font-size: 12px; font-weight: 600; }
.pwb-meta span { display: inline-flex; align-items: center; gap: 6px; }
.pwb-meta b { color: var(--pwb-accent); font-size: 10px; }
.pwb-description { max-width: 610px; margin-top: 14px; color: var(--pwb-muted); font-size: 13px; line-height: 1.6; }
.pwb-description p { margin: 0; }

.pwb-workspace { min-width: 0; padding: 30px 34px 34px; background: radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--pwb-accent) 5%, transparent), transparent 30%), color-mix(in srgb, var(--pwb-surface) 96%, var(--pwb-ink) 4%); }
.pwb-workspace-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 4vw, 48px); min-height: 44px; margin-bottom: 26px; }
.pwb-progress { display: flex; min-width: 0; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.pwb-progress li { display: flex; align-items: center; gap: 7px; color: color-mix(in srgb, var(--pwb-muted) 72%, transparent); font-size: 10px; font-weight: 700; line-height: 1; white-space: nowrap; }
.pwb-progress li + li::before { content: ""; width: clamp(8px, 2vw, 26px); height: 1px; margin: 0 8px; background: var(--pwb-line); }
.pwb-progress li > span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--pwb-line); border-radius: 50%; font-size: 9px; }
.pwb-progress li.is-active { color: var(--pwb-ink); }
.pwb-progress li.is-active > span { border-color: var(--pwb-accent); color: #fff; background: var(--pwb-accent); box-shadow: 0 0 16px color-mix(in srgb, var(--pwb-accent) 35%, transparent); }
.pwb-progress li.is-complete { color: var(--pwb-muted); }
.pwb-progress li.is-complete > span { border-color: color-mix(in srgb, var(--pwb-accent) 65%, transparent); color: var(--pwb-accent); }
.pwb-zone { display: grid; grid-template-columns: auto 210px; align-items: center; gap: 12px; color: var(--pwb-ink); font-size: 12px; font-weight: 600; line-height: 1; white-space: nowrap; }
.pwb-zone > span { display: inline-flex; align-items: center; gap: 7px; }
.pwb-zone > span::before { content: ""; width: 11px; height: 11px; border: 1.5px solid var(--pwb-accent); border-radius: 50%; box-shadow: inset 3px 0 0 color-mix(in srgb, var(--pwb-accent) 45%, transparent); }
.pwb-zone select { width: 210px; min-width: 0; height: 42px; padding: 0 36px 0 12px; border: 1px solid var(--pwb-line); border-radius: 9px; color: var(--pwb-ink); background: color-mix(in srgb, var(--pwb-surface) 88%, var(--pwb-ink) 12%); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); font-size: 13px; font-weight: 500; line-height: normal; transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pwb-zone select:hover { border-color: color-mix(in srgb, var(--pwb-accent) 54%, var(--pwb-line)); background: color-mix(in srgb, var(--pwb-surface) 84%, var(--pwb-ink) 16%); }

.pwb-calendar-layout { display: grid; grid-template-columns: minmax(360px, 1.2fr) minmax(240px, .8fr); gap: 28px; }
.pwb-calendar, .pwb-times { min-width: 0; }
.pwb-calendar-head, .pwb-times-head { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.pwb-calendar-head h2 { font-size: 21px; line-height: 1.2; }
.pwb-month-controls { display: flex; gap: 6px; }
.pwb-month-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--pwb-line); border-radius: 8px; color: var(--pwb-ink); background: color-mix(in srgb, var(--pwb-surface) 92%, var(--pwb-ink) 8%); cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.pwb-month-controls button:hover:not(:disabled) { border-color: var(--pwb-accent); background: color-mix(in srgb, var(--pwb-accent) 10%, transparent); transform: translateY(-1px); }
.pwb-month-controls button:disabled { color: color-mix(in srgb, var(--pwb-muted) 45%, transparent); cursor: not-allowed; }
.pwb-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(44px, 1fr)); gap: 4px; }
.pwb-weekday { display: grid; min-height: 30px; place-items: center; color: var(--pwb-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pwb-day-blank { min-height: 44px; }
.pwb-date { position: relative; min-width: 44px; min-height: 44px; padding: 0; border: 1px solid transparent; border-radius: 8px; color: var(--pwb-ink); background: transparent; font-variant-numeric: tabular-nums; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.pwb-date:hover:not(:disabled) { border-color: color-mix(in srgb, var(--pwb-accent) 60%, transparent); background: color-mix(in srgb, var(--pwb-accent) 10%, transparent); transform: translateY(-1px); }
.pwb-date.is-today::after { content: ""; position: absolute; right: 50%; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--pwb-accent); transform: translateX(50%); }
.pwb-date.is-selected { border-color: color-mix(in srgb, var(--pwb-accent) 82%, #fff); color: #fff; background: linear-gradient(145deg, color-mix(in srgb, var(--pwb-accent) 26%, transparent), color-mix(in srgb, var(--pwb-accent) 12%, transparent)); font-weight: 800; box-shadow: 0 8px 22px color-mix(in srgb, var(--pwb-accent) 22%, transparent), inset 0 1px 0 rgba(255,255,255,.08); }
.pwb-date.is-selected::after { background: #fff; }
.pwb-date:disabled { color: color-mix(in srgb, var(--pwb-muted) 34%, transparent); cursor: not-allowed; }

.pwb-times { padding-left: 28px; border-left: 1px solid var(--pwb-line); }
.pwb-times-head { color: var(--pwb-ink); font-size: 12px; font-weight: 800; }
.pwb-times-head strong { color: var(--pwb-muted); font-size: 10px; font-weight: 650; }
.pwb-time-list { display: grid; max-height: 316px; gap: 8px; overflow: auto; padding: 2px 3px 2px 0; scrollbar-color: var(--pwb-accent) transparent; }
.pwb-time { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 0 14px; border: 1px solid var(--pwb-line); border-radius: 8px; color: var(--pwb-ink); background: color-mix(in srgb, var(--pwb-surface) 94%, var(--pwb-ink) 6%); font-weight: 700; font-variant-numeric: tabular-nums; cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.pwb-time span { color: var(--pwb-accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pwb-time:hover { border-color: var(--pwb-accent); background: color-mix(in srgb, var(--pwb-accent) 9%, transparent); box-shadow: 0 8px 20px rgba(0,0,0,.14); transform: translateX(2px); }
.pwb-times-empty, .pwb-times-loading { display: grid; min-height: 276px; align-content: center; justify-items: center; padding: 26px; color: var(--pwb-muted); text-align: center; }
.pwb-times-empty > span { display: grid; width: 36px; height: 36px; margin-bottom: 10px; place-items: center; border: 1px solid var(--pwb-line); border-radius: 50%; color: var(--pwb-accent); font-size: 10px; font-weight: 800; }
.pwb-times-empty strong { color: var(--pwb-ink); }
.pwb-times-empty p { max-width: 190px; margin: 4px 0 0; font-size: 12px; }
.pwb-times-empty--error { color: #ffb6bf; }
.pwb-times-loading::before, .pwb-loading span { content: ""; width: 24px; height: 24px; margin-bottom: 10px; border: 2px solid var(--pwb-line); border-top-color: var(--pwb-accent); border-radius: 50%; animation: pwb-spin .7s linear infinite; }

.pwb-details { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(360px, 1.28fr); gap: 28px; align-items: start; }
.pwb-back { grid-column: 1 / -1; width: fit-content; min-height: 44px; padding: 0; border: 0; color: var(--pwb-muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.pwb-back:hover { color: var(--pwb-ink); }
.pwb-selection { padding: 20px; border: 1px solid var(--pwb-line); border-radius: var(--pwb-radius); background: linear-gradient(145deg, color-mix(in srgb, var(--pwb-surface) 87%, var(--pwb-ink) 13%), color-mix(in srgb, var(--pwb-surface) 95%, var(--pwb-accent) 5%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.pwb-selection > span, .pwb-form-title > span { display: block; margin-bottom: 8px; color: var(--pwb-accent); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pwb-selection strong { display: block; color: var(--pwb-ink); font-size: 16px; line-height: 1.35; }
.pwb-selection p { margin: 8px 0 0; color: var(--pwb-muted); font-size: 12px; }
.pwb-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pwb-form-title, .pwb-error-summary, .pwb-question, .pwb-field--wide, .pwb-consent, .pwb-form > .pwb-button { grid-column: 1 / -1; }
.pwb-form-title h2 { font-size: 26px; line-height: 1.15; }
.pwb-field { display: grid; gap: 6px; color: var(--pwb-ink); }
.pwb-field > span, .pwb-question legend { color: var(--pwb-ink); font-size: 11px; font-weight: 750; }
.pwb-field small, .pwb-question small { color: var(--pwb-muted); font-size: 9px; font-weight: 500; }
.pwb-field input, .pwb-field textarea, .pwb-question input:not([type=radio]):not([type=checkbox]), .pwb-question select, .pwb-question textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--pwb-line); border-radius: 8px; color: var(--pwb-ink); background: color-mix(in srgb, var(--pwb-bg) 82%, var(--pwb-surface) 18%); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pwb-field input:hover, .pwb-field textarea:hover, .pwb-question input:not([type=radio]):not([type=checkbox]):hover, .pwb-question select:hover, .pwb-question textarea:hover { border-color: color-mix(in srgb, var(--pwb-accent) 44%, var(--pwb-line)); }
.pwb-field textarea, .pwb-question textarea { resize: vertical; }
.pwb-field .is-invalid, .pwb-question .is-invalid, .pwb-consent .is-invalid { border-color: #ff7d8d; outline: 1px solid #ff7d8d; }
.pwb-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.pwb-question legend { margin-bottom: 7px; }
.pwb-choice, .pwb-consent { display: flex; min-height: 44px; align-items: flex-start; gap: 10px; padding: 10px 12px; border: 1px solid var(--pwb-line); border-radius: 8px; color: var(--pwb-muted); font-size: 12px; }
.pwb-choice + .pwb-choice { margin-top: 7px; }
.pwb-choice input, .pwb-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--pwb-accent); }
.pwb-error-summary { display: none; padding: 11px 13px; border-left: 3px solid #ff7d8d; color: #ffd8dd; background: rgba(255, 70, 95, .1); font-size: 12px; }
.pwb-error-summary:not(:empty) { display: block; }
.pwb-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.pwb-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.pwb-button:hover:not(:disabled) { transform: translateY(-1px); }
.pwb-button:disabled { opacity: .58; cursor: wait; }
.pwb-button--accent { border-color: var(--pwb-accent); color: #fff; background: var(--pwb-accent); box-shadow: 0 8px 20px color-mix(in srgb, var(--pwb-accent) 23%, transparent); }
.pwb-button-style--gradient .pwb-button--accent { background: linear-gradient(135deg, color-mix(in srgb, var(--pwb-accent) 76%, #fff), var(--pwb-accent)); }
.pwb-button-style--outline .pwb-button--accent { color: var(--pwb-ink); background: transparent; }
.pwb-button--quiet { border-color: var(--pwb-line); color: var(--pwb-ink); background: transparent; }
.pwb-button--quiet:hover { border-color: color-mix(in srgb, var(--pwb-accent) 52%, var(--pwb-line)); background: color-mix(in srgb, var(--pwb-accent) 7%, transparent); }
.pwb-button--danger { border-color: rgba(255, 100, 120, .4); color: #ffb3bd; background: rgba(255, 80, 104, .08); }
.pwb-text-button { min-height: 44px; border: 0; color: var(--pwb-accent); background: transparent; font-weight: 800; cursor: pointer; }

.pwb-loading, .pwb-message, .pwb-success, .pwb-manage, .pwb-cancel { display: grid; min-height: 360px; align-content: center; justify-items: center; max-width: 620px; margin: 0 auto; text-align: center; }
.pwb-loading p { margin: 0; color: var(--pwb-muted); }
.pwb-message h2, .pwb-success h2, .pwb-manage h2, .pwb-cancel h2 { font-size: clamp(27px, 4vw, 36px); }
.pwb-message p, .pwb-success > p, .pwb-manage > p, .pwb-cancel > p { max-width: 470px; margin: 10px 0 20px; color: var(--pwb-muted); }
.pwb-message__mark, .pwb-success-mark { display: grid; width: 48px; height: 48px; margin-bottom: 16px; place-items: center; border: 1px solid var(--pwb-accent); border-radius: 50%; color: var(--pwb-accent); font-size: 20px; font-weight: 800; }
.pwb-confirm-card { display: grid; width: min(420px, 100%); gap: 4px; margin: 22px 0; padding: 18px; border: 1px solid var(--pwb-line); border-radius: var(--pwb-radius); color: var(--pwb-muted); background: color-mix(in srgb, var(--pwb-surface) 88%, var(--pwb-ink) 12%); text-align: left; }
.pwb-confirm-card strong { color: var(--pwb-ink); font-size: 16px; }
.pwb-success .pwb-progress { margin-bottom: 30px; }
.pwb-success-actions, .pwb-manage-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.pwb-cancel .pwb-field { width: min(420px, 100%); text-align: left; }
.pwb-form-error { min-height: 20px; color: #ffb3bd; }
.pwb-location { color: var(--pwb-muted); }

.pwb-trust { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 32px; border-top: 1px solid var(--pwb-line); color: var(--pwb-muted); font-size: 10px; }
.pwb-trust a { min-height: 44px; display: inline-flex; align-items: center; color: var(--pwb-muted); }
.pwb-announcer { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pwb-not-found { display: grid; min-height: 70vh; place-content: center; color: #f7f4ff; background: #07060b; text-align: center; }
.pwb-not-found span { color: #a67bff; font-weight: 800; }

@keyframes pwb-spin { to { transform: rotate(360deg); } }
@keyframes pwb-liquid { to { border-radius: 38% 62% 58% 42% / 64% 37% 63% 36%; transform: translate3d(-28px, 15px, 0) rotate(9deg); } }
@keyframes pwb-light-rail { 0%, 18% { opacity: 0; transform: translateX(0); } 30% { opacity: .9; } 72% { opacity: .9; } 88%, 100% { opacity: 0; transform: translateX(450%); } }

@media (max-width: 760px) {
  .pwb-standalone, .pwb-public { padding: 12px; }
  .pwb-summary { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .pwb-description { font-size: 12px; }
  .pwb-workspace { padding: 24px; }
  .pwb-workspace-head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .pwb-zone { width: 100%; grid-template-columns: auto minmax(0, 260px); justify-content: space-between; }
  .pwb-zone select { width: 100%; max-width: 260px; }
  .pwb-calendar-layout { grid-template-columns: 1fr; gap: 24px; }
  .pwb-times { padding: 20px 0 0; border-top: 1px solid var(--pwb-line); border-left: 0; }
  .pwb-times-empty, .pwb-times-loading { min-height: 120px; }
  .pwb-time-list { max-height: none; overflow: visible; }
  .pwb-details { grid-template-columns: 1fr; gap: 20px; }
  .pwb-form { grid-template-columns: 1fr; }
  .pwb-form-title, .pwb-error-summary, .pwb-question, .pwb-field--wide, .pwb-consent, .pwb-form > .pwb-button { grid-column: 1; }
}

@media (max-width: 480px) {
  .pwb-standalone, .pwb-public { padding: 0; }
  .pwb-shell { border-right: 0; border-left: 0; border-radius: 0; }
  .pwb-summary, .pwb-workspace { padding: 20px 16px; }
  .pwb-brand-copy small { display: none; }
  .pwb-event-title { font-size: 27px; }
  .pwb-progress { width: 100%; justify-content: space-between; }
  .pwb-progress li { gap: 4px; font-size: 9px; }
  .pwb-progress li + li::before { width: 5px; margin: 0 3px; }
  .pwb-progress li > span { width: 22px; height: 22px; }
  .pwb-zone { grid-template-columns: 1fr; gap: 9px; }
  .pwb-zone select { width: 100%; max-width: none; }
  .pwb-calendar-grid { gap: 2px; }
  .pwb-weekday { font-size: 8px; }
  .pwb-trust { padding: 0 16px; }
  .pwb-success-actions, .pwb-manage-actions { width: 100%; flex-direction: column; }
  .pwb-success-actions .pwb-button, .pwb-manage-actions .pwb-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .pwb-shell::before, .pwb-liquid-scene i:first-child, .pwb-liquid-scene i:last-child, .pwb-times-loading::before, .pwb-loading span { animation: none; }
  .pwb-button, .pwb-date, .pwb-month-controls button, .pwb-time, .pwb-zone select { transition: none; }
}

@media (forced-colors: active) {
  .pwb-date.is-selected, .pwb-button--accent { border: 2px solid ButtonText; }
  .pwb-date:disabled { opacity: .55; }
}
