/* Content Variables */
/* Header Variables */
/* Login Variables */
/* Form Variables */
/* Button Variables */

:root {
  color-scheme: dark;
  --wkd-bg: #0b0c0d;
  --wkd-bg-alt: #0f1113;
  --wkd-panel-deep: #111315;
  --wkd-panel: #171a1c;
  --wkd-panel-soft: #1d2124;
  --wkd-panel-raised: #252a2e;
  --wkd-surface-hover: #2b3135;
  --wkd-border-soft: #2d3235;
  --wkd-border: #3c4347;
  --wkd-border-strong: #596166;
  --wkd-text: #eee9df;
  --wkd-text-strong: #fffaf1;
  --wkd-text-soft: #d3cec4;
  --wkd-muted: #aaa59b;
  --wkd-muted-strong: #c0bab0;
  --wkd-chrome: #7d878d;
  --wkd-chrome-bright: #aeb7bc;
  --wkd-chrome-soft: rgba(125, 135, 141, 0.14);
  --wkd-amber: #d6a23f;
  --wkd-amber-bright: #efc263;
  --wkd-amber-strong: #9c6d1b;
  --wkd-amber-soft: rgba(214, 162, 63, 0.14);
  --wkd-burgundy: #743d4b;
  --wkd-burgundy-bright: #9e5369;
  --wkd-burgundy-strong: #4e2733;
  --wkd-burgundy-soft: rgba(116, 61, 75, 0.16);
  --wkd-live: #cc433e;
  --wkd-live-bright: #e65d57;
  --wkd-live-soft: rgba(204, 67, 62, 0.14);
  --wkd-green: #5ea66e;
  --wkd-green-soft: rgba(94, 166, 110, 0.14);
  --wkd-red: #cc433e;
  --wkd-red-soft: rgba(204, 67, 62, 0.14);
  --wkd-blue: var(--wkd-burgundy);
  --wkd-blue-bright: var(--wkd-amber-bright);
  --wkd-blue-strong: var(--wkd-burgundy-strong);
  --wkd-blue-soft: var(--wkd-burgundy-soft);
  --wkd-blue-soft-strong: rgba(116, 61, 75, 0.24);
  --wkd-gold: var(--wkd-amber);
  --wkd-gold-bright: var(--wkd-amber-bright);
  --wkd-gold-strong: var(--wkd-amber-strong);
  --wkd-gold-soft: var(--wkd-amber-soft);
  --wkd-pattern-line: rgba(255, 250, 241, 0.026);
  --wkd-pattern-dot: rgba(255, 250, 241, 0.038);
  --wkd-pattern-amber: rgba(214, 162, 63, 0.09);
  --wkd-pattern-burgundy: rgba(116, 61, 75, 0.10);
  --wkd-pattern-fade: rgba(11, 12, 13, 0.78);
  --wkd-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  --wkd-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.27);
  /* Layout state */
  --wkd-site-content-width: 1200px;
  --wkd-global-radio-height: 92px;
  /* Public glow system */
  --wkd-glow-amber-passive: rgba(214, 162, 63, 0.085);
  --wkd-glow-amber-active: rgba(214, 162, 63, 0.155);
  --wkd-glow-burgundy-passive: rgba(116, 61, 75, 0.11);
  --wkd-glow-burgundy-active: rgba(158, 83, 105, 0.17);
  --wkd-glow-green-passive: rgba(94, 166, 110, 0.10);
  --wkd-glow-green-active: rgba(94, 166, 110, 0.18);
  --wkd-glow-live-passive: rgba(204, 67, 62, 0.10);
  --wkd-glow-live-active: rgba(204, 67, 62, 0.18);
  --wkd-glow-edge-amber: rgba(214, 162, 63, 0.15);
  --wkd-glow-edge-green: rgba(94, 166, 110, 0.16);
  --wkd-glow-edge-live: rgba(204, 67, 62, 0.16);
}

* {
  box-sizing: border-box;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}

html {
  background: var(--wkd-bg);
}

body, html {
  margin: 0;
  padding: 0;
  background-color: var(--wkd-bg);
  color: var(--wkd-text);
}

body {
  min-height: 100vh;
  background-color: var(--wkd-bg);
  background-image:
    radial-gradient(ellipse at 13% -7%, rgba(239, 194, 99, 0.16), transparent 30%),
    radial-gradient(ellipse at 88% 0%, rgba(158, 83, 105, 0.17), transparent 34%),
    radial-gradient(ellipse at 8% 88%, rgba(94, 166, 110, 0.075), transparent 31%),
    linear-gradient(116deg, transparent 0 47.6%, rgba(94, 166, 110, 0.035) 48.7%, rgba(94, 166, 110, 0.012) 50.2%, transparent 51.4%),
    linear-gradient(63deg, transparent 0 68.2%, rgba(239, 194, 99, 0.032) 69.1%, rgba(158, 83, 105, 0.018) 70%, transparent 71.1%),
    repeating-linear-gradient(90deg, transparent 0 158px, rgba(255, 250, 241, 0.018) 159px 160px),
    repeating-linear-gradient(180deg, rgba(255, 250, 241, 0.023) 0 1px, transparent 1px 36px),
    radial-gradient(circle at 1px 1px, rgba(255, 250, 241, 0.032) 1px, transparent 1.5px),
    linear-gradient(180deg, rgba(15, 17, 19, 0.96) 0%, rgba(11, 12, 13, 0.985) 520px, #08090a 100%);
  background-size: auto, auto, auto, 100% 100%, 100% 100%, 160px 100%, 100% 36px, 22px 22px, 100% 100%;
  background-position: center top, center top, center top, center top, center top, 0 0, 0 0, 0 0, 0 0;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(108deg, transparent 0 19%, rgba(214, 162, 63, 0.025) 26%, transparent 34%),
    linear-gradient(72deg, transparent 0 65%, rgba(116, 61, 75, 0.04) 72%, transparent 80%),
    repeating-linear-gradient(135deg, transparent 0 118px, rgba(255, 250, 241, 0.014) 119px 120px),
    radial-gradient(ellipse at center, transparent 38%, rgba(4, 5, 6, 0.3) 100%),
    linear-gradient(180deg, rgba(11, 12, 13, 0.02) 0%, rgba(11, 12, 13, 0.74) 100%);
  pointer-events: none;
  z-index: -1;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 14px;
  border: 1px solid var(--wkd-amber);
  border-radius: 10px;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.16);
  transform: translateY(-160%);
  transition: transform 0.16s ease;
}

.skip-link:focus-visible {
  outline: 0;
  transform: translateY(0);
}

@supports not selector(:focus-visible) {
  .skip-link:focus {
    outline: 0;
    transform: translateY(0);
  }
}

#main-content:focus {
  outline: 0;
}

::selection {
  background: rgba(116, 61, 75, 0.34);
  color: var(--wkd-text-strong);
}

* {
  scrollbar-color: var(--wkd-border-strong) var(--wkd-panel-deep);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--wkd-text);
}

.form {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.form .form-label {
  display: block;
  padding: 20px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--wkd-text);
}
.form .form-group {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form .form-group .form-icon-left, .form .form-group .form-icon-right {
  fill: var(--wkd-muted-strong);
  width: 40px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
}
.form .form-group .form-icon-left {
  left: 0;
}
.form .form-group .form-icon-left + .form-input {
  padding-left: 40px;
}
.form .form-group .form-icon-right {
  right: 0;
}
.form .form-group .form-icon-right + .form-input {
  padding-right: 40px;
}
.form .form-group:focus-within .form-icon-left {
  fill: var(--wkd-muted-strong);
}
.form .form-input {
  width: 100%;
  height: 43px;
  border: 1px solid var(--wkd-border);
  padding: 0 15px;
  border-radius: 4px;
  outline: 0;
  color: var(--wkd-text);
}
.form .form-input::placeholder {
  color: var(--wkd-muted-strong);
}
.form .form-input:focus {
  box-shadow: 0 0 0 3px rgba(116, 61, 75, 0.28);
  border: 1px solid rgba(116, 61, 75, 0.52);
}
.form .form-link {
  color: var(--wkd-blue-bright);
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.form .form-link:hover {
  color: var(--wkd-blue-bright);
}
.form #remember_me {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--wkd-text);
  user-select: none;
}
.form #remember_me input {
  margin: 0 10px 0 0;
  transform: scale(1.1);
  opacity: 0.5;
}
.form #remember_me input:checked {
  opacity: 1;
}
.form p.register-link {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: var(--wkd-muted);
}
.form div.msg {
  font-size: 14px;
  font-weight: 500;
}
.form div.msg.success {
  padding: 0 0 20px 0;
  color: var(--wkd-green);
}
.form div.msg.success .form-link {
  color: var(--wkd-green);
}
.form div.msg.success .form-link:hover {
  color: var(--wkd-green);
}
.form div.msg.error {
  padding: 0 0 20px 0;
  color: var(--wkd-red);
}
.form div.msg.error .form-link {
  color: var(--wkd-red);
}
.form div.msg.error .form-link:hover {
  color: var(--wkd-red);
}
.form .captcha {
  display: flex;
  padding-bottom: 20px;
}
.form .captcha img {
  min-width: 150px;
}
.form .captcha input {
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .fb-btn, .form .gl-btn, .form .dc-btn, .form .ms-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--wkd-text-strong);
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 15px;
  transition: background-color 0.2s;
}
.form .fb-btn svg, .form .gl-btn svg, .form .dc-btn svg, .form .ms-btn svg {
  position: absolute;
  left: 15px;
  fill: var(--wkd-text-strong);
}
.form .fb-btn:hover, .form .gl-btn:hover, .form .dc-btn:hover, .form .ms-btn:hover {
  color: var(--wkd-text-strong);
  transition: background-color 0.2s;
}
.form .fb-btn {
  background-color: var(--wkd-blue-strong);
}
.form .fb-btn:hover {
  background-color: var(--wkd-blue-strong);
}
.form .gl-btn {
  background-color: var(--wkd-red);
}
.form .gl-btn:hover {
  background-color: var(--wkd-red);
}
.form .dc-btn {
  background-color: var(--wkd-blue-strong);
}
.form .dc-btn:hover {
  background-color: var(--wkd-blue-strong);
}
.form .ms-btn {
  background-color: var(--wkd-panel-deep);
}
.form .ms-btn:hover {
  background-color: var(--wkd-panel-deep);
}
.form.form-small {
  max-width: 300px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid rgba(214, 162, 63, 0.24);
  background: linear-gradient(135deg, var(--wkd-blue) 0%, var(--wkd-blue-strong) 100%);
  color: var(--wkd-text-strong);
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  height: 38px;
  box-shadow: 0 8px 20px rgba(116, 61, 75, 0.20);
}
.btn:hover {
  background: var(--wkd-panel-deep);
}
.btn.blue {
  background: var(--wkd-blue-strong);
}
.btn.blue:hover {
  background: var(--wkd-blue-strong);
}
.btn.green {
  background: var(--wkd-surface-hover);
}
.btn.green:hover {
  background: var(--wkd-panel-raised);
}
.btn.red {
  background: var(--wkd-red);
}
.btn.red:hover {
  background: var(--wkd-red);
}
.btn.alt {
  color: var(--wkd-muted);
  border: 1px solid var(--wkd-border);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  background: var(--wkd-panel-raised);
}
.btn.alt:hover {
  background: var(--wkd-panel-raised);
}
.btn.disabled {
  background: var(--wkd-surface-hover);
}
.btn.disabled:hover {
  background: var(--wkd-surface-hover);
}
.btn.small {
  padding: 8px 12px;
  font-size: 12px;
}
.btn .loader,
.btn .loader::after {
  width: 15px;
  height: 15px;
}
.btn .loader {
  margin: 0;
  border-top: 2px solid rgba(125, 135, 141, 0.4);
  border-right: 2px solid rgba(125, 135, 141, 0.4);
  border-bottom: 2px solid rgba(125, 135, 141, 0.4);
  border-left: 2px solid rgba(125, 135, 141, 0.9);
}


.header {
  width: 100%;
  border-bottom: 1px solid rgba(116, 61, 75, 0.20);
  background:
    radial-gradient(circle at 10% -40%, rgba(214, 162, 63, 0.20), transparent 38%),
    radial-gradient(circle at 88% -45%, rgba(116, 61, 75, 0.26), transparent 46%),
    linear-gradient(135deg, #090a0b 0%, #151719 55%, #101214 100%);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.38);
}

.header .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 32px);
  max-width: var(--wkd-site-content-width);
  min-height: 86px;
  margin: 0 auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--wkd-text-strong);
  text-decoration: none;
}

.site-brand-logo {
  display: block;
  flex: 0 1 auto;
  width: auto;
  height: 51px;
  max-width: 245px;
  object-fit: contain;
}

.site-brand-copy-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


.site-brand-copy {
  display: flex;
  min-width: 0;
  flex-flow: column;
  gap: 2px;
}

.site-brand-name {
  color: var(--wkd-text-strong);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.site-brand-tagline {
  color: rgba(238, 233, 223, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-menu-checkbox {
  display: none;
}

.site-menu-toggle {
  display: none;
}

.site-menu-checkbox:focus-visible ~ .site-menu-toggle {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.22);
}

.header .wrapper .header-actions {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-left: auto;
}

.header .wrapper .menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header .wrapper .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 15px;
  text-decoration: none;
  color: rgba(238, 233, 223, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.header .wrapper .menu a:hover,
.header .wrapper .menu a:active,
.header .wrapper .menu a.active {
  border-color: rgba(116, 61, 75, 0.30);
  background-color: rgba(116, 61, 75, 0.12);
  color: var(--wkd-text-strong);
}

.header .wrapper .menu a.active {
  border-color: rgba(214, 162, 63, 0.42);
  box-shadow: inset 0 -2px 0 rgba(214, 162, 63, 0.80);
}

@media (hover: hover) and (pointer: fine) {
  .header .wrapper .menu a:hover {
    transform: translateY(-1px);
  }
}

.header .wrapper .header-profile-menu {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.header .wrapper .header-profile-picture {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  padding: 0;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  border: 2px solid rgba(125, 135, 141, 0.24);
  border-radius: 50%;
  outline: 0;
  background-color: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
}

.header .wrapper .header-profile-picture:hover,
.header .wrapper .header-profile-picture[aria-expanded="true"] {
  border-color: rgba(116, 61, 75, 0.8);
}

.header .wrapper .header-profile-picture:focus-visible {
  box-shadow:
    0 0 0 3px rgba(116, 61, 75, 0.45);
}

.header .wrapper .header-profile-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .wrapper .header-profile-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.header .wrapper .header-profile-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1200;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  width: 210px;
  max-height: min(430px, calc(100vh - 96px));
  padding: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background-color: var(--wkd-panel);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.364);
}

.header .wrapper .header-profile-dropdown[hidden] {
  display: none;
}

.header .wrapper .header-profile-name {
  display: block;
  padding: 9px 10px 11px;
  overflow: hidden;
  border-bottom: 1px solid var(--wkd-border);
  margin-bottom: 5px;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .wrapper .header-profile-dropdown a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--wkd-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.header .wrapper .header-profile-dropdown a:hover,
.header .wrapper .header-profile-dropdown a:focus-visible,
.header .wrapper .header-profile-dropdown a.active {
  outline: 0;
  background-color: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
}

.site-footer {
  margin-top: 55px;
  border-top: 1px solid rgba(116, 61, 75, 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 162, 63, 0.08), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(116, 61, 75, 0.10), transparent 34%),
    linear-gradient(180deg, #141618 0%, #0b0c0d 100%);
  color: var(--wkd-muted);
}

.site-footer .wrapper {
  width: calc(100% - 32px);
  max-width: var(--wkd-site-content-width);
  margin: 0 auto;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 20px;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.site-footer-brand-image {
  flex: 0 1 auto;
}

.site-footer-copy {
  display: flex;
  min-width: 0;
  flex-flow: column;
  gap: 3px;
}

.site-footer-logo {
  display: block;
  width: auto;
  height: 80px;
  max-width: 180px;
  object-fit: contain;
}

.site-footer-alexa-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  min-height: 42px;
  margin-top: 7px;
  padding: 7px 12px 7px 9px;
  border: 1px solid rgba(214, 162, 63, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(214, 162, 63, 0.11), rgba(116, 61, 75, 0.12)),
    var(--wkd-panel-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: var(--wkd-text-strong);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.site-footer-alexa-badge:hover,
.site-footer-alexa-badge:focus-visible {
  border-color: var(--wkd-amber);
  outline: 0;
  background:
    linear-gradient(135deg, rgba(214, 162, 63, 0.18), rgba(116, 61, 75, 0.18)),
    var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
  transform: translateY(-1px);
}

.site-footer-alexa-icon {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  overflow: visible;
  color: var(--wkd-amber-bright);
  filter: drop-shadow(0 0 7px rgba(214, 162, 63, 0.18));
}

.site-footer-alexa-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.site-footer-alexa-copy {
  display: flex;
  flex-flow: column;
  gap: 1px;
  line-height: 1;
}

.site-footer-alexa-badge .site-footer-alexa-copy small {
  color: var(--wkd-muted);
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-footer-alexa-badge .site-footer-alexa-copy strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}


.site-footer-brand strong {
  color: var(--wkd-text);
  font-size: 16px;
  line-height: 1.1;
}

.site-footer-brand span {
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.35;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--wkd-text);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  outline: 0;
  background-color: var(--wkd-panel);
  color: var(--wkd-blue-bright);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 24px;
  border-top: 1px solid var(--wkd-border);
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 700;
}

.content {
  width: calc(100% - 32px);
  max-width: var(--wkd-site-content-width);
  margin: 0 auto;
}
.content .page-title {
  display: flex;
  align-items: center;
  padding: 25px 0 10px 0;
}
.content .page-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  margin-right: 20px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-height: 55px;
  min-width: 55px;
}
.content .page-title .icon svg {
  fill: var(--wkd-text-strong);
}
.content .page-title h2 {
  margin: 0;
  padding: 0 0 7px 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--wkd-text);
}
.content .page-title p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--wkd-muted);
}
.content .block {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.16);
  margin: 25px 0;
  padding: 25px;
  border-radius: 5px;
  background-color: var(--wkd-panel);
}
.content .block p {
  padding: 7px;
  margin: 0;
}
.content .profile-detail {
  display: flex;
  flex-flow: column;
  font-size: 18px;
  padding: 5px 0;
}
.content .profile-detail strong {
  display: block;
  color: var(--wkd-muted-strong);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.pad-1 {
  padding: 5px;
}

.mar-1 {
  margin: 5px;
}

.pad-2 {
  padding: 10px;
}

.mar-2 {
  margin: 10px;
}

.pad-3 {
  padding: 15px;
}

.mar-3 {
  margin: 15px;
}

.pad-4 {
  padding: 20px;
}

.mar-4 {
  margin: 20px;
}

.pad-5 {
  padding: 25px;
}

.mar-5 {
  margin: 25px;
}

.pad-bot-1 {
  padding-bottom: 5px;
}

.pad-top-1 {
  padding-top: 5px;
}

.pad-left-1 {
  padding-left: 5px;
}

.pad-right-1 {
  padding-right: 5px;
}

.pad-x-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-y-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mar-bot-1 {
  margin-bottom: 5px;
}

.mar-top-1 {
  margin-top: 5px;
}

.mar-left-1 {
  margin-left: 5px;
}

.mar-right-1 {
  margin-right: 5px;
}

.mar-x-1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mar-y-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pad-bot-2 {
  padding-bottom: 10px;
}

.pad-top-2 {
  padding-top: 10px;
}

.pad-left-2 {
  padding-left: 10px;
}

.pad-right-2 {
  padding-right: 10px;
}

.pad-x-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-y-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mar-bot-2 {
  margin-bottom: 10px;
}

.mar-top-2 {
  margin-top: 10px;
}

.mar-left-2 {
  margin-left: 10px;
}

.mar-right-2 {
  margin-right: 10px;
}

.mar-x-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mar-y-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pad-bot-3 {
  padding-bottom: 15px;
}

.pad-top-3 {
  padding-top: 15px;
}

.pad-left-3 {
  padding-left: 15px;
}

.pad-right-3 {
  padding-right: 15px;
}

.pad-x-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-y-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mar-bot-3 {
  margin-bottom: 15px;
}

.mar-top-3 {
  margin-top: 15px;
}

.mar-left-3 {
  margin-left: 15px;
}

.mar-right-3 {
  margin-right: 15px;
}

.mar-x-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.mar-y-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pad-bot-4 {
  padding-bottom: 20px;
}

.pad-top-4 {
  padding-top: 20px;
}

.pad-left-4 {
  padding-left: 20px;
}

.pad-right-4 {
  padding-right: 20px;
}

.pad-x-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-y-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mar-bot-4 {
  margin-bottom: 20px;
}

.mar-top-4 {
  margin-top: 20px;
}

.mar-left-4 {
  margin-left: 20px;
}

.mar-right-4 {
  margin-right: 20px;
}

.mar-x-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.mar-y-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pad-bot-5 {
  padding-bottom: 25px;
}

.pad-top-5 {
  padding-top: 25px;
}

.pad-left-5 {
  padding-left: 25px;
}

.pad-right-5 {
  padding-right: 25px;
}

.pad-x-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.pad-y-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mar-bot-5 {
  margin-bottom: 25px;
}

.mar-top-5 {
  margin-top: 25px;
}

.mar-left-5 {
  margin-left: 25px;
}

.mar-right-5 {
  margin-right: 25px;
}

.mar-x-5 {
  margin-left: 25px;
  margin-right: 25px;
}

.mar-y-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.profile-overview {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--wkd-border);
}

.profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 0 0 4px rgba(116, 61, 75, 0.12);
}

.profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar span {
  font-weight: 600;
  text-transform: uppercase;
}

.profile-avatar-large {
  width: 120px;
  height: 120px;
}

.profile-avatar-large span {
  font-size: 44px;
}

.profile-avatar-preview {
  width: 96px;
  height: 96px;
}

.profile-avatar-preview span {
  font-size: 34px;
}

.profile-summary {
  min-width: 0;
  padding-top: 8px;
}

.profile-summary h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: var(--wkd-text);
  overflow-wrap: anywhere;
}

.profile-bio {
  max-width: 650px;
  color: var(--wkd-muted);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.profile-bio-empty {
  color: var(--wkd-muted-strong);
  font-style: italic;
}


.profile-edit-form {
  max-width: 520px !important;
}

.profile-avatar-editor {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0 10px 0;
}

.profile-avatar-actions {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 10px;
}

.avatar-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.avatar-upload-button {
  user-select: none;
}

.profile-avatar-help {
  display: block;
  max-width: 300px;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.profile-remove-avatar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wkd-muted);
  font-size: 13px;
  cursor: pointer;
}

.profile-remove-avatar input {
  margin: 0;
}

.profile-bio-input {
  height: auto !important;
  min-height: 130px;
  padding: 12px 15px !important;
  resize: vertical;
  line-height: 1.5;
}

.profile-bio-counter {
  width: 100%;
  padding-top: 6px;
  color: var(--wkd-muted-strong);
  font-size: 12px;
  text-align: right;
}

.dj-profile-card {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 260px;
  padding: 35px !important;
}

.dj-profile-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 0 0 6px rgba(116, 61, 75, 0.12);
}

.dj-profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dj-profile-avatar span {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.dj-profile-content {
  min-width: 0;
  flex: 1;
}

.dj-profile-content h1 {
  margin: 10px 0 18px 0;
  color: var(--wkd-text);
  font-size: 32px;
  font-weight: 650;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.dj-profile-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 25px;
  padding: 0 11px;
  border-radius: 13px;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dj-profile-bio {
  max-width: 650px;
  color: var(--wkd-muted);
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.dj-profile-bio-empty {
  color: var(--wkd-muted-strong);
  font-style: italic;
}

.dj-profile-not-found {
  color: var(--wkd-muted);
  text-align: center;
}

@media screen and (max-width: 600px) {
  .profile-overview {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }

  .profile-summary {
    width: 100%;
  }


  .profile-avatar-editor {
    align-items: flex-start;
    flex-flow: column;
  }

  .profile-edit-form {
    max-width: 100% !important;
  }
  .dj-profile-card {
    flex-flow: column;
    gap: 25px;
    min-height: 0;
    padding: 30px 20px !important;
    text-align: center;
  }

  .dj-profile-avatar {
    width: 150px;
    height: 150px;
  }

  .dj-profile-avatar span {
    font-size: 50px;
  }

  .dj-profile-content {
    width: 100%;
  }

  .dj-profile-content h1 {
    font-size: 27px;
  }

  .dj-profile-bio {
    margin: 0 auto;
  }
}
.dj-list-grid {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin: 22px 0 30px;
}

.dj-list-card {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  min-width: 0;
  height: 100%;
  padding: 26px 22px 24px;
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background-color: var(--wkd-panel);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dj-list-card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 8px 22px rgba(0, 0, 0, 0.175);
  }
}

.dj-list-card:focus-visible {
  outline: 3px solid rgba(116, 61, 75, 0.4);
  outline-offset: 3px;
}

.dj-list-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow:
    0 0 0 4px rgba(116, 61, 75, 0.12);
}

.dj-list-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dj-list-avatar span {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.dj-list-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dj-list-card h3 {
  margin: 10px 0 0;
  color: var(--wkd-text);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dj-list-bio {
  width: 100%;
  max-width: 300px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--wkd-border);
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.dj-list-bio-empty {
  display: inline-block;
  color: var(--wkd-muted-strong);
  font-style: italic;
}

.dj-list-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--wkd-blue-bright);
  font-size: 13px;
  font-weight: 700;
}

.dj-list-view span {
  transition: transform 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dj-list-card:hover .dj-list-view span {
    transform: translateX(3px);
  }
}

.dj-list-empty {
  color: var(--wkd-muted);
  text-align: center;
}

@media screen and (max-width: 1000px) {

  .site-menu-checkbox {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }

  .header .wrapper,
  .site-footer .wrapper {
    width: 100%;
  }

  .header .wrapper {
    min-height: 76px;
    padding: 0 12px;
  }

  .site-brand-logo {
    height: 40px;
    max-width: 210px;
  }

  .site-brand {
    gap: 10px;
  }


  .site-brand-name {
    font-size: 19px;
  }

  .site-brand-tagline {
    display: none;
  }

  .site-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-left: auto;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.08);
  }

  .site-menu-toggle span,
  .site-menu-toggle::before,
  .site-menu-toggle::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background-color: rgba(23, 26, 28, 0.9);
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }

  .site-menu-toggle {
    flex-flow: column;
    gap: 5px;
  }

  .site-menu-checkbox:checked ~ .site-menu-toggle::before {
    transform: translateY(7px) rotate(45deg);
  }

  .site-menu-checkbox:checked ~ .site-menu-toggle span {
    opacity: 0;
  }

  .site-menu-checkbox:checked ~ .site-menu-toggle::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header .wrapper .header-actions {
    position: static;
    margin-left: 10px;
  }

  .header .wrapper .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    z-index: 1000;
    width: auto;
    flex-flow: column;
    align-items: stretch;
    gap: 6px;
    max-height: calc(100vh - 92px);
    padding: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(125, 135, 141, 0.24);
    border-radius: 18px;
    background-color: var(--wkd-panel-deep);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.337);
  }

  .site-menu-checkbox:checked
    ~ .header-actions .menu {
    display: flex;
  }

  .site-menu-checkbox:checked
    ~ .header-actions .menu a {
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .header .wrapper .header-profile-picture {
    width: 40px;
    height: 40px;
    margin: 0 0 0 2px;
  }

  .header .wrapper .header-profile-dropdown {
    right: 0;
    width: 205px;
  }

  .site-footer-inner,
  .site-footer-bottom {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content {
    width: 100%;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 900px) {
  body {
    background-size: auto, auto, auto, 100% 100%, 100% 100%, 120px 100%, 100% 32px, 20px 20px, 100% 100%;
  }
}

@media screen and (max-width: 650px) {
  .header .wrapper {
    min-height: 54px;
    padding: 0 10px;
  }

  .site-brand-logo {
    height: 30px;
    max-width: 155px;
  }

  .site-brand {
    gap: 8px;
  }


  .site-brand-name {
    font-size: 16px;
  }

  .site-menu-toggle {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .site-menu-toggle span,
  .site-menu-toggle::before,
  .site-menu-toggle::after {
    width: 18px;
  }

  .site-menu-checkbox:checked ~ .site-menu-toggle::before {
    transform: translateY(7px) rotate(45deg);
  }

  .site-menu-checkbox:checked ~ .site-menu-toggle::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header .wrapper .header-actions {
    margin-left: 8px;
  }

  .header .wrapper .menu {
    left: 8px;
    right: 8px;
    gap: 5px;
    padding: 8px;
    border-radius: 16px;
  }

  .site-menu-checkbox:checked
    ~ .header-actions .menu a {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 0;
    font-size: 13px;
  }

  .header .wrapper .header-profile-picture {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 700px) {
  .site-footer-inner,
  .site-footer-bottom {
    flex-flow: column;
    align-items: flex-start;
  }

  .site-footer-links {
    justify-content: flex-start;
  }

  .site-footer-logo {
    height: 80px;
    max-width: 160px;
  }

  .site-footer-copy strong {
    font-size: 15px;
  }

  .site-footer-copy span {
    font-size: 12px;
  }

  .site-footer-bottom {
    gap: 6px;
  }
}

@media screen and (max-width: 560px) {
  .dj-list-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 18px 0 25px;
  }

  .dj-list-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "avatar"
      "role"
      "name"
      "bio"
      "view";
    justify-items: center;
    align-items: start;
    padding: 22px 18px;
    text-align: center;
  }

  .dj-list-avatar {
    grid-area: avatar;
    align-self: center;
    justify-self: center;
    width: 96px;
    height: 96px;
    margin: 0 0 14px;
    box-shadow:
      0 0 0 4px rgba(116, 61, 75, 0.12);
  }

  .dj-list-avatar span {
    font-size: 34px;
  }

  .dj-list-role {
    grid-area: role;
    justify-self: center;
    margin-top: 0;
  }

  .dj-list-card h3 {
    grid-area: name;
    align-self: start;
    margin: 10px 0 0;
    font-size: 20px;
    text-align: center;
  }

  .dj-list-bio {
    grid-area: bio;
    max-width: none;
    margin-top: 18px;
    padding-top: 14px;
    text-align: center;
  }

  .dj-list-view {
    grid-area: view;
    justify-self: center;
    margin-top: 12px;
  }
}

/* Public live schedule page */
.schedule-shell {
  margin: 6px 0 38px;
}

.schedule-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 18px;
  padding: 6px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: rgba(23, 26, 28, 0.84);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.schedule-day-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--wkd-text);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.schedule-day-short {
  display: none;
}

.schedule-day-tab:hover,
.schedule-day-tab:focus-visible {
  border-color: var(--wkd-border);
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
  outline: 0;
}

.schedule-day-tab.active {
  border-color: rgba(116, 61, 75, 0.52);
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 18px rgba(116, 61, 75, 0.24);
}

.schedule-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 18px;
  padding: 22px 24px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.16);
}

.schedule-status-copy {
  min-width: 0;
}

.schedule-status-eyebrow {
  display: inline-flex;
  margin: 0 0 7px;
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.schedule-status-bar h3 {
  margin: 0 0 6px;
  color: var(--wkd-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.schedule-status-bar p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.schedule-status-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.schedule-status-booking-btn {
  min-height: 36px;
  padding: 9px 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.schedule-live-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-live-pill.is-live {
  background: var(--wkd-gold);
  box-shadow: 0 8px 18px rgba(116, 61, 75, 0.24);
}

.schedule-live-pill.is-up-next {
  background: var(--wkd-panel-deep);
}

.schedule-live-pill.is-radio {
  background: var(--wkd-gold);
  box-shadow: 0 8px 18px rgba(214, 162, 63, 0.23);
}

.schedule-message {
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel);
  color: var(--wkd-muted);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.schedule-message.error {
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
}

.schedule-message.empty {
  color: var(--wkd-muted);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 591px), 591px));
  justify-content: start;
  gap: 18px;
}

.schedule-grid > .schedule-card:not(.schedule-card-empty) {
  width: 100%;
  max-width: 591px;
}

.schedule-grid > .schedule-card-empty {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.schedule-card {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .schedule-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.189);
  }
}

.schedule-card-on_air {
  border-color: rgba(116, 61, 75, 0.52);
  background: linear-gradient(135deg, rgba(116, 61, 75, 0.12), var(--wkd-panel) 48%);
  box-shadow:
    0 12px 30px rgba(116, 61, 75, 0.2),
    0 0 0 1px rgba(116, 61, 75, 0.12),
    inset 5px 0 0 rgba(116, 61, 75, 0.28);
}

.schedule-card-up_next {
  border-color: var(--wkd-border);
  background: linear-gradient(135deg, rgba(38, 49, 61, 0.07), var(--wkd-panel) 46%);
  box-shadow:
    0 9px 24px rgba(0, 0, 0, 0.162),
    inset 5px 0 0 rgba(0, 0, 0, 0.34);
}

.schedule-card-empty {
  justify-content: center;
  min-height: 205px;
  text-align: center;
}

.schedule-card-empty .schedule-card-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  max-width: 460px;
}

.schedule-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: var(--wkd-panel-raised);
  color: var(--wkd-blue-bright);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.schedule-empty-action {
  margin-top: 4px;
}

.schedule-avatar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.12);
}

.schedule-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule-avatar span {
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.schedule-avatar-link {
  text-decoration: none;
}

.schedule-avatar-link:focus-visible {
  outline: 3px solid rgba(116, 61, 75, 0.52);
  outline-offset: 4px;
}

.schedule-card-content {
  min-width: 0;
  flex: 1;
}

.schedule-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.schedule-date-context {
  color: var(--wkd-text);
  font-size: 13px;
  font-weight: 950;
}

.schedule-time {
  color: var(--wkd-blue-bright);
  font-size: 13px;
  font-weight: 900;
}

.schedule-short-date {
  margin: 6px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: uppercase;
}

.schedule-badge,
.schedule-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-badge-scheduled {
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted);
}

.schedule-badge-on_air {
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
}

.schedule-badge-up_next {
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
}

.schedule-card h4 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.schedule-dj-name {
  margin: 7px 0 0;
  color: var(--wkd-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.schedule-dj-link {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.schedule-dj-link:hover,
.schedule-dj-link:focus-visible {
  color: var(--wkd-blue-bright);
  text-decoration: underline;
}

.schedule-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.schedule-category {
  background: var(--wkd-panel-raised);
  color: var(--wkd-text);
}

.schedule-card-action {
  display: inline-flex;
  margin-top: 13px;
  color: var(--wkd-blue-bright);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.schedule-card-action:hover,
.schedule-card-action:focus-visible {
  color: var(--wkd-blue-bright);
  text-decoration: underline;
}

@media (max-width: 680px) {
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .schedule-grid > .schedule-card:not(.schedule-card-empty) {
    max-width: none;
  }


  .schedule-tabs {
    gap: 6px;
    padding: 6px;
  }

  .schedule-day-tab {
    min-height: 38px;
    padding: 0 4px;
    font-size: 12px;
  }

  .schedule-day-full {
    display: none;
  }

  .schedule-day-short {
    display: inline;
  }

  .schedule-status-bar {
    align-items: stretch;
    flex-flow: column;
    padding: 20px;
  }

  .schedule-status-actions {
    justify-content: space-between;
  }

  .schedule-status-booking-btn {
    flex: 1;
    text-align: center;
  }

  .schedule-card {
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
  }

  .schedule-avatar {
    width: 66px;
    height: 66px;
    box-shadow: 0 0 0 4px rgba(116, 61, 75, 0.12);
  }

  .schedule-avatar span {
    font-size: 25px;
  }

  .schedule-card h4 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .schedule-tabs {
    gap: 4px;
    padding: 5px;
  }

  .schedule-day-tab {
    min-height: 36px;
    padding: 0 2px;
    font-size: 11px;
  }

  .schedule-card {
    flex-flow: column;
    align-items: stretch;
    gap: 13px;
    padding: 18px 17px;
    text-align: left;
  }

  .schedule-card-on_air {
    box-shadow:
      0 8px 24px rgba(116, 61, 75, 0.16),
      inset 0 5px 0 rgba(116, 61, 75, 0.28);
  }

  .schedule-card-up_next {
    box-shadow:
      0 7px 22px rgba(0, 0, 0, 0.16),
      inset 0 5px 0 rgba(0, 0, 0, 0.34);
  }

  .schedule-card-content {
    display: block;
    width: 100%;
  }

  .schedule-card-top,
  .schedule-card-tags {
    justify-content: flex-start;
  }

  .schedule-card-top {
    gap: 9px;
    margin-bottom: 10px;
  }

  .schedule-time {
    font-size: 14px;
  }

  .schedule-dj-name {
    text-align: left;
  }

  .schedule-card-action {
    align-self: flex-start;
  }

  .schedule-avatar {
    align-self: center;
    width: 64px;
    height: 64px;
  }

  .schedule-status-actions {
    flex-flow: column;
    align-items: stretch;
  }

  .schedule-live-pill,
  .schedule-status-booking-btn {
    width: 100%;
  }
}

/* DJ booking live booked-slots panel */
.booking-slots-panel {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background: var(--wkd-panel);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.booking-slots-panel-header {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--wkd-border);
}

.booking-slots-panel-header > div {
  min-width: 0;
}

.booking-slots-panel-header h3 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 750;
}

.booking-slots-panel-header p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 12px;
}

.schedule-request-live-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.schedule-request-meta-chip,
.schedule-request-meta-updated {
  display: inline-flex;
  min-height: 24px;
  padding: 0 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 162, 63, 0.18);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.055);
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.schedule-request-meta-day {
  border-color: rgba(214, 162, 63, 0.34);
  background: rgba(214, 162, 63, 0.10);
  color: var(--wkd-gold-bright);
}

.schedule-request-meta-updated {
  border-color: transparent;
  background: transparent;
  color: var(--wkd-muted);
  font-weight: 650;
}

.booking-slots-message {
  padding: 13px 14px;
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 14px;
}

.booking-slots-message.error {
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
}

.booking-slots-message.empty {
  color: var(--wkd-muted);
}

.booking-slots-list {
  display: grid;
  gap: 10px;
}

.booking-slot-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background: var(--wkd-panel-soft);
}

.booking-slot-time {
  flex: 0 0 auto;
  min-width: 105px;
  color: var(--wkd-blue-bright);
  font-size: 13px;
  font-weight: 800;
}

.booking-slot-details {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.booking-slot-details strong {
  color: var(--wkd-text);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.booking-slot-details span,
.booking-slot-details small {
  color: var(--wkd-muted);
  font-size: 13px;
}

@media (max-width: 600px) {
  .booking-slot-item {
    align-items: flex-start;
    flex-flow: column;
  }

  .booking-slot-time {
    min-width: 0;
  }
}

/* DJ schedule request dashboard layout */
.schedule-request-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 0 18px;
}

.schedule-request-account-card,
.schedule-request-rule-card,
.schedule-request-alert,
.schedule-request-panel {
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background: var(--wkd-panel);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.schedule-request-account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 18px 20px;
}

.schedule-request-account-title {
  margin: 5px 0 9px;
  color: var(--wkd-text);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.1;
}

.schedule-request-account-copy {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.schedule-request-account-name {
  display: inline;
  color: var(--wkd-text);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.schedule-request-eyebrow,
.schedule-request-panel-label {
  display: block;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-request-role-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-request-rule-card {
  padding: 18px 20px;
}

.schedule-request-rule-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--wkd-text);
  font-size: 17px;
}

.schedule-request-rule-card p,
.schedule-request-panel p {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.6;
}

.schedule-request-alert {
  margin: 18px 0;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 700;
}

.schedule-request-alert.success {
  border-color: rgba(94, 166, 110, 0.42);
  background: var(--wkd-green-soft);
  color: var(--wkd-green);
}

.schedule-request-alert.error {
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
}

.schedule-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
  gap: 22px;
  margin: 20px 0 35px;
}

.schedule-request-main,
.schedule-request-sidebar {
  min-width: 0;
}

.schedule-request-sidebar {
  display: grid;
  gap: 18px;
}

.content .schedule-request-panel,
.schedule-request-panel {
  margin: 0;
  padding: 22px;
}

.schedule-request-live-panel.booking-slots-panel {
  margin: 0;
  padding: 22px;
}

.schedule-request-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 18px;
}

.schedule-request-section-heading.compact {
  margin-bottom: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--wkd-border);
}

.schedule-request-section-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-request-section-heading h3,
.booking-slots-panel-header h3 {
  margin: 0 0 5px;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.schedule-request-section-heading p {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
}

.schedule-request-form {
  max-width: none !important;
}

.schedule-request-time-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.schedule-request-note-input {
  min-height: 110px;
  padding-top: 12px !important;
  line-height: 1.5;
}

.schedule-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid var(--wkd-border);
}

.schedule-request-empty-state {
  padding: 14px 15px;
  border: 1px solid var(--wkd-border);
  border-radius: 8px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.schedule-request-own-panel .booking-slots-list,
.schedule-request-live-panel .booking-slots-list {
  margin-top: 0;
}

.booking-slot-own .booking-slot-details {
  flex: 1;
}

.booking-slot-own-form {
  flex: 0 0 auto;
  margin-left: auto;
}

.booking-slots-panel-header .schedule-request-panel-label {
  margin-bottom: 4px;
}

.schedule-request-live-panel .booking-slots-panel-header {
  align-items: flex-start;
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .schedule-request-intro,
  .schedule-request-grid {
    grid-template-columns: 1fr;
  }

  .schedule-request-sidebar {
    order: 2;
  }
}

@media (max-width: 650px) {
  .schedule-request-account-card {
    align-items: flex-start;
    flex-flow: column;
  }

  .content .schedule-request-panel,
  .schedule-request-panel,
  .schedule-request-live-panel.booking-slots-panel {
    padding: 18px;
  }

  .schedule-request-time-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-slot-own-form {
    width: 100%;
    margin-left: 0;
  }

  .booking-slot-own-form .btn {
    width: 100%;
  }
}


/* Request a Show: canonical page polish */
.schedule-request-account-card,
.schedule-request-rule-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--wkd-panel) 0%, var(--wkd-blue-soft) 100%);
}

.schedule-request-account-card::before,
.schedule-request-rule-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--wkd-blue);
  content: "";
}

.schedule-request-rule-card::before {
  background: var(--wkd-blue-strong);
}

.schedule-request-form-panel {
  overflow: hidden;
}

.schedule-request-section-heading.compact > span {
  background: var(--wkd-blue-strong);
}

.schedule-request-form-section {
  padding: 18px 0;
  border-top: 1px solid var(--wkd-border);
}

.schedule-request-form-section:first-of-type {
  padding-top: 2px;
  border-top: 0;
}

.schedule-request-form-section-title {
  margin: 0 0 12px;
}

.schedule-request-form-section-title span {
  display: block;
  margin: 0 0 4px;
  color: var(--wkd-text);
  font-size: 15px;
  font-weight: 800;
}

.schedule-request-form-section-title p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.schedule-request-form .form-label {
  padding: 12px 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.schedule-request-form .form-input {
  border-radius: 7px;
}

.schedule-request-field-help {
  display: block;
  margin: 8px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.45;
}

.schedule-request-inline-availability {
  margin-top: 14px;
}

.schedule-request-clash-preview {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 13px 14px 13px 44px;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.schedule-request-clash-preview::before,
.schedule-request-live-panel .booking-slots-message::before {
  position: absolute;
  top: 50%;
  left: 14px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 162, 63, 0.25);
  border-radius: 50%;
  background: rgba(214, 162, 63, 0.08);
  color: var(--wkd-gold-bright);
  content: "i";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.schedule-request-clash-preview.available {
  border-color: rgba(94, 166, 110, 0.42);
  background: var(--wkd-green-soft);
  color: var(--wkd-green);
}

.schedule-request-clash-preview.warning {
  border-color: rgba(214, 162, 63, 0.44);
  background: var(--wkd-gold-soft);
  color: var(--wkd-gold-bright);
}

.schedule-request-clash-preview.error {
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
}

.schedule-request-clash-preview.available::before {
  border-color: rgba(94, 166, 110, 0.36);
  background: rgba(94, 166, 110, 0.12);
  color: var(--wkd-green);
  content: "✓";
}

.schedule-request-clash-preview.warning::before,
.schedule-request-clash-preview.error::before {
  content: "!";
}

.schedule-request-clash-preview.error::before {
  border-color: rgba(204, 67, 62, 0.36);
  background: rgba(204, 67, 62, 0.12);
  color: var(--wkd-red);
}

.schedule-request-note-heading {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
}

.schedule-request-note-count {
  padding-bottom: 8px;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.schedule-request-actions .btn:first-child {
  min-width: 190px;
}

.schedule-request-live-panel .booking-slots-panel-header h3 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.2;
}

.schedule-request-live-panel .booking-slots-message {
  position: relative;
  margin: 0;
  padding: 13px 14px 13px 44px;
  border-radius: 10px;
  line-height: 1.45;
}

.schedule-request-live-panel .booking-slots-message::before {
  content: "—";
}

.schedule-request-live-panel .booking-slots-list:not(:empty) {
  margin-top: 12px;
}

.schedule-request-live-panel .booking-slot-time small {
  display: inline-block;
  margin-top: 3px;
}

.schedule-request-own-panel .booking-slot-item,
.schedule-request-live-panel .booking-slot-item {
  border-color: var(--wkd-border);
  border-radius: 8px;
}

.booking-slot-own {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.schedule-request-own-details {
  gap: 10px;
}

.schedule-request-own-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  justify-content: space-between;
}

.schedule-request-own-heading > strong {
  min-width: 0;
  font-size: 15px;
}

.schedule-request-own-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.schedule-request-own-meta > span {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 9px;
  gap: 5px;
  align-items: center;
  border: 1px solid rgba(214, 162, 63, 0.16);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.045);
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.25;
}

.schedule-request-own-meta strong {
  color: var(--wkd-text);
  font-size: 11px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.schedule-request-own-meta small {
  color: var(--wkd-muted);
  font-size: 11px;
}

.schedule-request-overnight {
  color: var(--wkd-gold-bright);
  font-size: 11px;
  font-weight: 750;
}

.schedule-request-status-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  margin: 0;
  padding: 3px 8px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.schedule-request-status-pill.status-active {
  background: var(--wkd-green-soft);
  color: var(--wkd-green) !important;
}

.schedule-request-status-pill.status-pending {
  background: var(--wkd-gold-soft);
  color: var(--wkd-gold-bright) !important;
}

@media (max-width: 700px) {
  .schedule-request-actions {
    justify-content: stretch;
  }

  .schedule-request-actions .btn {
    width: 100%;
    text-align: center;
  }

  .booking-slot-own {
    grid-template-columns: 1fr;
  }

  .booking-slot-own-form {
    width: 100%;
    margin-left: 0;
  }

  .booking-slot-own-form .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .schedule-request-meta-updated {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }

  .schedule-request-section-heading {
    flex-flow: column;
    gap: 9px;
  }

  .schedule-request-section-heading > span {
    align-self: flex-start;
  }

  .schedule-request-account-title {
    font-size: 21px;
  }

  .schedule-request-empty-state {
    text-align: left;
  }

  .schedule-request-note-heading {
    align-items: center;
  }

  .schedule-request-own-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .schedule-request-own-meta > span {
    border-radius: 8px;
  }
}

/* Public DJ profile schedule polish */
.dj-list-next-show {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--wkd-border);
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.dj-list-next-show strong,
.dj-list-next-show span,
.dj-list-next-show em {
  display: block;
}

.dj-list-next-show strong {
  margin-top: 4px;
  color: var(--wkd-text);
  font-size: 14px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.dj-list-next-show em {
  margin-top: 4px;
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.dj-list-next-label {
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-list-next-empty {
  margin-top: 4px;
  color: var(--wkd-muted-strong);
  font-style: italic;
}

.dj-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dj-profile-schedule {
  padding: 0 !important;
  overflow: hidden;
}

.dj-profile-schedule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 25px;
  border-bottom: 1px solid var(--wkd-border);
}

.dj-profile-schedule-header span {
  display: block;
  margin-bottom: 4px;
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-profile-schedule-header h3 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 21px;
  font-weight: 700;
}

.dj-profile-show-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.dj-profile-show-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 22px 25px;
  border-bottom: 1px solid var(--wkd-border);
}

.dj-profile-show-card:nth-child(odd) {
  border-right: 1px solid var(--wkd-border);
}

.dj-profile-show-card h4 {
  margin: 7px 0 6px;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.dj-profile-show-card p {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
}

.dj-profile-show-status {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dj-profile-show-status.on-air {
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
}

.dj-profile-show-time {
  flex: 0 0 auto;
  text-align: right;
}

.dj-profile-show-time strong {
  display: block;
  color: var(--wkd-blue-bright);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.dj-profile-show-time span {
  display: block;
  margin-top: 5px;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 700;
}

.dj-profile-show-empty {
  padding: 24px 25px;
  color: var(--wkd-muted);
}

.dj-profile-show-empty p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .dj-profile-show-list {
    grid-template-columns: 1fr;
  }

  .dj-profile-show-card:nth-child(odd) {
    border-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .dj-profile-actions,
  .dj-profile-schedule-header,
  .dj-profile-show-card {
    flex-flow: column;
    align-items: flex-start;
  }

  .dj-profile-actions .btn,
  .dj-profile-schedule-header .btn {
    width: 100%;
  }

  .dj-profile-show-time {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .dj-list-card {
    grid-template-areas:
      "avatar"
      "role"
      "name"
      "bio"
      "next"
      "view";
  }

  .dj-list-next-show {
    grid-area: next;
    justify-self: stretch;
    margin-top: 14px;
    text-align: center;
  }
}

/* Private account profile preview */
.profile-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 25px;
  align-items: start;
}

.profile-preview-panel,
.profile-account-panel {
  overflow: hidden;
}

.profile-preview-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background-color: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-overview-preview {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.profile-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.profile-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-role-badge-muted {
  background-color: var(--wkd-panel-raised);
  color: var(--wkd-muted);
}

.profile-preview-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.profile-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.profile-account-panel h3 {
  margin: 0 0 18px;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 650;
}

.profile-details-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Homepage schedule preview refinement */
.home-live-panel {
  position: relative;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-color: var(--wkd-border);
  background:
    radial-gradient(circle at top right, rgba(116, 61, 75, 0.16), transparent 34%),
    linear-gradient(180deg, var(--wkd-panel) 0%, var(--wkd-blue-soft) 100%);
}

.home-live-panel::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--wkd-blue) 0%, var(--wkd-blue-strong) 100%);
}

.home-live-panel.is-live::before {
  background: linear-gradient(90deg, var(--wkd-blue) 0%, var(--wkd-blue) 100%);
}

.home-live-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  text-decoration: none;
  box-shadow:
    0 0 0 6px rgba(116, 61, 75, 0.12),
    0 9px 22px rgba(0, 0, 0, 0.216);
}

.home-live-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-live-avatar span {
  color: var(--wkd-text-strong);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.home-live-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  margin-bottom: 9px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-live-panel.is-live .home-live-status {
  background: var(--wkd-gold);
}

.home-live-panel .home-live-tags {
  padding: 0 24px;
}

.home-live-empty {
  padding: 26px 24px 0;
}

.home-panel-button {
  width: calc(100% - 48px);
  margin: auto 24px 24px;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .profile-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .profile-action-row {
    align-items: stretch;
    flex-flow: column;
  }

  .profile-action-row .btn {
    width: 100%;
  }
}

/* Private profile final polish */
.profile-dashboard-grid-final {
  grid-template-columns: minmax(0, 1.35fr) minmax(285px, 0.65fr);
  gap: 28px;
}

.profile-preview-shell {
  position: relative;
}

.profile-preview-panel {
  border: 1px solid var(--wkd-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.profile-overview-preview {
  align-items: center;
  gap: 30px;
}

.profile-overview-preview .profile-avatar-large {
  width: 132px;
  height: 132px;
  box-shadow:
    0 0 0 6px rgba(116, 61, 75, 0.12),
    0 12px 26px rgba(0, 0, 0, 0.202);
}

.profile-overview-preview .profile-avatar-large span {
  font-size: 48px;
  line-height: 1;
}

.profile-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: var(--wkd-panel-raised);
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-panel-heading {
  margin-bottom: 18px;
}

.profile-panel-heading h3 {
  margin: 0 0 6px;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 700;
}

.profile-panel-heading p {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.profile-detail-card {
  padding: 14px 15px !important;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: var(--wkd-panel);
  font-size: 15px !important;
}

.profile-detail-card strong {
  margin-bottom: 5px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-detail-card span {
  color: var(--wkd-text);
  font-weight: 650;
  overflow-wrap: anywhere;
}

.profile-edit-layout {
  max-width: 980px;
  margin: 0 auto 34px;
}

.profile-edit-form-final {
  max-width: none !important;
  gap: 18px;
}

.profile-edit-section {
  margin: 0 !important;
  padding: 26px !important;
  border: 1px solid var(--wkd-border);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
}

.profile-edit-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--wkd-border);
}

.profile-edit-section-heading h3 {
  margin: 0 0 5px;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 750;
}

.profile-edit-section-heading p {
  max-width: 640px;
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.profile-edit-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.profile-edit-field-full {
  grid-column: 1 / -1;
}

.profile-edit-field .form-label {
  padding: 0 0 8px;
  font-size: 13px;
  font-weight: 750;
}

.profile-edit-field .form-input {
  border-radius: 8px;
}

.profile-edit-avatar-section .profile-avatar-editor {
  align-items: center;
  gap: 24px;
  padding: 0;
}

.profile-edit-avatar-section .profile-avatar-preview {
  width: 112px;
  height: 112px;
  box-shadow:
    0 0 0 5px rgba(116, 61, 75, 0.12),
    0 10px 22px rgba(0, 0, 0, 0.202);
}

.profile-edit-avatar-section .profile-avatar-preview span {
  font-size: 40px;
  line-height: 1;
}

.profile-edit-avatar-section .profile-avatar-actions {
  gap: 11px;
}

.profile-bio-input {
  border-radius: 8px !important;
}

.profile-edit-message {
  margin: 0;
}

.profile-edit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 4px 0 0;
}

@media screen and (max-width: 900px) {
  .profile-dashboard-grid-final {
    grid-template-columns: 1fr;
  }

  .profile-edit-layout {
    max-width: none;
  }
}

@media screen and (max-width: 700px) {
  .profile-edit-field-grid {
    grid-template-columns: 1fr;
  }

  .profile-edit-section {
    padding: 22px !important;
  }

  .profile-edit-section-heading {
    flex-flow: column;
    gap: 8px;
  }
}

@media screen and (max-width: 600px) {
  .profile-overview-preview {
    gap: 22px;
  }

  .profile-overview-preview .profile-avatar-large {
    width: 118px;
    height: 118px;
  }

  .profile-overview-preview .profile-avatar-large span {
    font-size: 42px;
  }

  .profile-badge-row {
    justify-content: center;
  }

  .profile-edit-avatar-section .profile-avatar-editor {
    align-items: center;
    text-align: center;
  }

  .profile-avatar-actions {
    align-items: center;
    width: 100%;
  }

  .profile-avatar-help {
    max-width: 100%;
    text-align: center;
  }

  .profile-edit-actions {
    flex-flow: column;
  }

  .profile-edit-actions .btn {
    width: 100%;
  }
}

/* Public DJ listing/profile polish */
.dj-directory-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 22px 0 24px;
  padding: 28px 30px !important;
  overflow: hidden;
  border: 1px solid rgba(116, 61, 75, 0.22);
  background:
    radial-gradient(circle at top right, rgba(116, 61, 75, 0.16), transparent 34%),
    var(--wkd-panel);
}

.dj-directory-hero-copy {
  min-width: 0;
}

.dj-directory-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(116, 61, 75, 0.13);
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dj-directory-hero h2 {
  margin: 12px 0 8px;
  color: var(--wkd-text);
  font-size: 27px;
  font-weight: 750;
  line-height: 1.18;
}

.dj-directory-hero p {
  max-width: 600px;
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 15px;
  line-height: 1.6;
}

.dj-directory-hero-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.dj-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.dj-list-card {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  border-color: var(--wkd-border);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.dj-list-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--wkd-blue), var(--wkd-blue-strong));
}

.dj-list-avatar {
  width: 124px;
  height: 124px;
  margin: 24px 0 16px;
  box-shadow:
    0 0 0 5px rgba(116, 61, 75, 0.12),
    0 0 0 9px rgba(116, 61, 75, 0.15),
    0 12px 22px rgba(0, 0, 0, 0.175);
}

.dj-list-role {
  background: rgba(116, 61, 75, 0.13);
  color: var(--wkd-blue-bright);
}

.dj-list-card h3 {
  padding: 0 22px;
}

.dj-list-bio {
  display: -webkit-box;
  min-height: 70px;
  margin: 17px 22px 0;
  padding-top: 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dj-list-next-show {
  min-height: 95px;
  margin: 16px 22px 0;
  padding: 14px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel-soft);
}

.dj-list-next-label {
  color: var(--wkd-blue-bright);
}

.dj-list-view {
  width: calc(100% - 44px);
  justify-content: center;
  margin: 17px 22px 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(116, 61, 75, 0.12);
  color: var(--wkd-blue-bright);
}

.dj-public-profile-hero {
  position: relative;
  align-items: stretch;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(116, 61, 75, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(116, 61, 75, 0.16), transparent 32%),
    var(--wkd-panel);
}

.dj-public-profile-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--wkd-blue), var(--wkd-blue-strong));
}

.dj-public-profile-hero .dj-profile-avatar {
  align-self: center;
  margin: 42px 0 42px 36px;
  box-shadow:
    0 0 0 6px rgba(116, 61, 75, 0.12),
    0 0 0 11px rgba(116, 61, 75, 0.16),
    0 14px 28px rgba(0, 0, 0, 0.216);
}

.dj-public-profile-hero .dj-profile-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 42px 36px 42px 0;
}

.dj-public-profile-hero .dj-profile-role {
  align-self: flex-start;
  background: rgba(116, 61, 75, 0.13);
  color: var(--wkd-blue-bright);
}

.dj-profile-actions {
  margin-top: 22px;
}

.dj-profile-actions .btn {
  margin-top: 0 !important;
}

.dj-profile-schedule {
  border-radius: 18px;
}

.dj-profile-schedule-header {
  background: var(--wkd-panel);
}

.dj-profile-show-card {
  position: relative;
  padding: 24px 25px;
}

.dj-profile-show-card::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--wkd-surface-hover);
}

.dj-profile-show-card.is-on-air::before {
  background: var(--wkd-blue);
}

.dj-profile-show-time {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--wkd-panel-soft);
}

@media screen and (max-width: 1000px) {
  .dj-directory-hero {
    align-items: flex-start;
    flex-flow: column;
  }

  .dj-directory-hero-actions {
    width: 100%;
    justify-content: space-between;
  }

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

@media screen and (max-width: 760px) {
  .dj-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .dj-public-profile-hero {
    flex-flow: column;
    text-align: center;
  }

  .dj-public-profile-hero .dj-profile-avatar {
    margin: 36px auto 0;
  }

  .dj-public-profile-hero .dj-profile-content {
    align-items: center;
    padding: 28px 24px 32px;
  }

  .dj-public-profile-hero .dj-profile-role {
    align-self: center;
  }
}

@media screen and (max-width: 600px) {
  .dj-directory-hero {
    padding: 24px 20px !important;
  }

  .dj-directory-hero h2 {
    font-size: 23px;
  }

  .dj-directory-hero-actions {
    flex-flow: column;
    align-items: stretch;
  }

  .dj-directory-hero-actions .btn {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .dj-list-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 16px 0 24px;
  }

  .dj-list-card {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 0;
    text-align: center;
  }

  .dj-list-avatar {
    width: 108px;
    height: 108px;
    margin: 20px 0 14px;
  }

  .dj-list-role {
    margin-top: 0;
  }

  .dj-list-card h3 {
    width: 100%;
    margin-top: 11px;
    padding: 0 18px;
    font-size: 20px;
    text-align: center;
  }

  .dj-list-bio {
    max-width: none;
    min-height: 0;
    margin: 16px 18px 0;
    text-align: center;
  }

  .dj-list-next-show {
    width: calc(100% - 36px);
    min-height: 0;
    margin: 16px 18px 0;
    text-align: center;
  }

  .dj-list-view {
    width: calc(100% - 36px);
    margin: 16px 18px 20px;
  }

  .dj-profile-show-card {
    padding-left: 22px;
  }

  .dj-profile-show-card::before {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 4px;
    border-radius: 0;
  }

  .dj-profile-show-time {
    width: 100%;
  }
}

/* Homepage polish */
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 24px;
  align-items: start;
  margin: 28px 0 24px;
}

.home-hero-copy,
.home-live-panel {
  align-self: start;
  width: 100%;
}

.home-hero-copy,
.home-live-panel,
.home-feature-card,
.home-section,
.home-cta-band {
  border: 1px solid var(--wkd-border);
  border-radius: 16px;
  background: var(--wkd-panel);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
}

.home-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(116, 61, 75, 0.2), transparent 34%),
    linear-gradient(135deg, var(--wkd-panel) 0%, var(--wkd-panel-soft) 100%);
}

.home-hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(116, 61, 75, 0.11);
  pointer-events: none;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  color: var(--wkd-text);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

@media screen and (min-width: 761px) {
  .home-hero-copy h1 {
    white-space: nowrap;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  .home-hero-copy h1 {
    font-size: 22px;
  }
}

.home-hero-copy p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.home-welcome-pill {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px !important;
  padding: 7px 12px !important;
  border-radius: 999px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.home-hero-actions,
.home-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-live-panel {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  padding: 28px;
  border-color: var(--wkd-border);
  background:
    linear-gradient(180deg, var(--wkd-panel) 0%, var(--wkd-panel) 100%);
}

.home-live-panel h2 {
  margin: 17px 0 0;
  color: var(--wkd-text);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.16;
}

.home-live-dj {
  margin: 10px 0 0;
  padding: 0 !important;
  color: var(--wkd-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.home-live-dj a,
.home-schedule-copy a {
  color: var(--wkd-blue-bright);
  font-size: inherit;
  font-weight: 800;
  text-decoration: none;
}

.home-live-dj a:hover,
.home-live-dj a:focus-visible,
.home-schedule-copy a:hover,
.home-schedule-copy a:focus-visible {
  color: var(--wkd-blue-bright);
  text-decoration: underline;
}

.home-live-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-live-tags span,
.home-schedule-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-schedule-card.is-next .home-schedule-badge {
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
}

.home-live-tags span {
  background: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
}

.home-section-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: var(--wkd-blue-bright);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.home-section-link:hover,
.home-section-link:focus-visible {
  color: var(--wkd-blue-bright);
  text-decoration: underline;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 24px;
}

.home-feature-card {
  display: block;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.home-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-weight: 900;
}

.home-feature-card h3 {
  color: var(--wkd-text);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.25;
}

.home-feature-card p {
  margin: 9px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
  .home-feature-card:hover {
    transform: translateY(-2px);
    border-color: var(--wkd-border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.175);
  }
}

.home-section {
  margin: 0 0 24px;
  padding: 28px;
}

.home-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.home-section-heading h2,
.home-cta-band h2 {
  color: var(--wkd-text);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.home-section-heading .home-kicker,
.home-cta-band .home-kicker {
  margin-bottom: 7px;
}

.home-section-link {
  flex: 0 0 auto;
  margin-top: 5px;
}

.home-schedule-list {
  display: grid;
  gap: 13px;
}

.home-schedule-card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel);
}

.home-schedule-card.is-next {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
}

.home-schedule-time {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.home-schedule-time span {
  color: var(--wkd-blue-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-schedule-time small {
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.home-schedule-time strong {
  color: var(--wkd-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.home-schedule-copy h3 {
  margin-top: 7px;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.home-schedule-copy p {
  margin: 7px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.home-schedule-when {
  color: var(--wkd-text);
  font-weight: 850;
}

.home-dj-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-dj-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--wkd-border);
  border-radius: 13px;
  background: var(--wkd-panel);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-dj-card:hover {
    transform: translateY(-2px);
    border-color: var(--wkd-border);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.162);
  }
}

.home-dj-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.12);
}

.home-dj-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-dj-avatar span {
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.home-dj-copy {
  min-width: 0;
  margin-top: 16px;
}

.home-dj-copy > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-dj-copy h3 {
  margin: 10px 0 0;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.home-dj-copy p {
  margin: 8px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.home-empty-card {
  padding: 26px;
  border: 1px dashed var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel);
  text-align: center;
}

.home-empty-card h3 {
  color: var(--wkd-text);
  font-size: 19px;
  font-weight: 850;
}

.home-empty-card p {
  margin: 8px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.home-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 32px;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(116, 61, 75, 0.15), transparent 30%),
    var(--wkd-panel);
}

.home-cta-band p {
  max-width: 620px;
  margin: 10px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.home-cta-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-feature-grid,
  .home-dj-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-cta-band {
    align-items: flex-start;
    flex-flow: column;
  }

  .home-cta-actions {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 650px) {
  .home-hero {
    margin-top: 20px;
  }

  .home-hero-copy,
  .home-live-panel,
  .home-section,
  .home-cta-band {
    padding: 22px;
    border-radius: 13px;
  }

  .home-hero-copy h1 {
    font-size: 31px;
    white-space: normal;
  }

  .home-hero-copy p {
    font-size: 15px;
  }

  .home-feature-grid,
  .home-dj-grid {
    grid-template-columns: 1fr;
  }

  .home-section-heading {
    flex-flow: column;
    gap: 6px;
  }

  .home-section-link {
    margin-top: 0;
  }

  .home-schedule-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-hero-actions,
  .home-cta-actions {
    flex-flow: column;
    align-items: stretch;
  }

  .home-hero-actions .btn,
  .home-cta-actions .btn {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .home-hero-copy h1 {
    font-size: 28px;
  }

  .home-live-panel h2,
  .home-section-heading h2,
  .home-cta-band h2 {
    font-size: 22px;
  }

  .home-live-tags {
    align-items: stretch;
    flex-flow: column;
  }

  .home-live-tags span {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .home-live-panel {
    padding: 0;
  }

  .home-live-panel .home-live-tags,
  .home-live-empty {
    padding-right: 22px;
    padding-left: 22px;
  }

  .home-live-avatar {
    width: 72px;
    height: 72px;
  }

  .home-panel-button {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }
}

@media screen and (max-width: 430px) {

  .home-live-avatar {
    margin-bottom: 2px;
  }
}

/* Homepage live/up-next tabbed preview */
.home-live-panel-tabs {
  justify-content: flex-start;
  padding: 0;
}

.home-live-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 24px 0;
  padding: 6px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: rgba(23, 26, 28, 0.92);
}

.home-live-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--wkd-muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-live-tab:hover,
.home-live-tab:focus-visible {
  color: var(--wkd-blue-bright);
}

.home-live-tab.is-active {
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.229);
}

.home-live-tab-panel {
  display: none;
  padding: 22px 24px 18px;
}

.home-live-tab-panel.is-active {
  display: block;
}

.home-live-show-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  text-align: left;
}

.home-live-show-card .home-live-avatar {
  width: 118px;
  height: 118px;
  margin: 0 auto;
}

.home-live-show-card .home-live-avatar span {
  font-size: 44px;
}

.home-live-show-copy {
  min-width: 0;
  text-align: left;
}

.home-live-show-copy .home-live-status {
  margin-bottom: 10px;
}

.home-live-show-copy h2 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.home-live-show-card.is-live .home-live-status {
  background: var(--wkd-gold);
}

.home-live-show-card.is-up-next .home-live-status {
  background: var(--wkd-panel-deep);
}

.home-live-show-card.is-radio-fallback .home-live-status {
  background: var(--wkd-green);
}

.home-live-show-card .home-live-avatar.is-radio {
  background: linear-gradient(135deg, var(--wkd-panel-deep) 0%, var(--wkd-green) 100%);
  color: var(--wkd-text-strong);
  text-decoration: none;
}

.home-live-show-card .home-live-avatar.is-radio span {
  color: var(--wkd-text-strong);
  font-size: 48px;
  line-height: 1;
}

.home-live-show-card .home-live-avatar.is-radio .home-live-radio-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-live-show-card.is-radio-fallback .home-live-schedule-line span:first-child {
  color: var(--wkd-text);
}

.home-live-show-card .home-live-tags {
  margin-top: 0;
  padding: 0;
}

.home-live-tab-panel .home-live-empty {
  padding: 6px 0 2px;
}

.home-live-tab-panel .home-live-empty h2 {
  margin-top: 0;
}

@media screen and (max-width: 650px) {
  .home-live-tab-panel,
  .home-live-empty {
    padding-right: 22px;
    padding-left: 22px;
  }

  .home-live-tabs {
    margin-right: 22px;
    margin-left: 22px;
  }

  .home-live-show-card .home-live-avatar {
    width: 104px;
    height: 104px;
  }

  .home-live-show-copy h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 430px) {

  .home-live-tabs {
    border-radius: 16px;
  }

  .home-live-tab {
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
  }

  .home-live-show-card .home-live-avatar {
    width: 96px;
    height: 96px;
  }

  .home-live-show-copy h2 {
    font-size: 22px;
  }
}

/* Homepage live/up-next panel final refinement */
.home-live-panel-tabs {
  border-radius: 18px;
}

.home-live-tabs {
  box-shadow:
    inset 0 1px 0 rgba(0, 0, 0, 0.62),
    0 8px 20px rgba(0, 0, 0, 0.16);
}

.home-live-tab-panel {
  padding-top: 18px;
}

.home-live-show-card {
  gap: 15px;
}

.home-live-show-card .home-live-avatar {
  width: 124px;
  height: 124px;
  margin: 0 auto 3px;
  box-shadow:
    0 0 0 6px rgba(116, 61, 75, 0.12),
    0 11px 28px rgba(0, 0, 0, 0.243);
}

.home-live-show-card .home-live-avatar span {
  font-size: 45px;
}

.home-live-show-copy {
  text-align: center;
}

.home-live-show-copy .home-live-status {
  margin: 0 auto 10px;
}

.home-live-show-copy h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-live-show-copy .home-live-dj {
  text-align: center;
}

.home-live-show-card .home-live-tags {
  justify-content: center;
  gap: 7px;
}

.home-live-show-card .home-live-tags span {
  min-height: 24px;
}

.home-panel-button {
  min-height: 37px;
  border-radius: 7px;
}

@media screen and (max-width: 430px) {

  .home-live-tabs {
    margin-top: 22px;
  }

  .home-live-show-card .home-live-avatar {
    width: 112px;
    height: 112px;
  }

  .home-live-show-copy h2 {
    font-size: 24px;
  }

  .home-live-show-card .home-live-tags {
    margin-top: 1px;
  }
}

/* Homepage live/up-next compact schedule line */
.home-live-show-card .home-live-schedule-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: -4px 0 1px;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.home-live-show-card .home-live-schedule-line span:first-child {
  color: var(--primary, var(--wkd-blue-bright));
}

.home-live-show-card .home-live-schedule-line span[aria-hidden="true"] {
  color: rgba(232, 238, 246, 0.45);
  font-size: 10px;
}

@media screen and (max-width: 430px) {
  .home-live-show-card .home-live-schedule-line {
    margin-top: -2px;
    font-size: 12px;
  }
}


/* Homepage supported-listening card */
.home-hero-primary {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.home-listen-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.26);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 166, 110, 0.13), transparent 37%),
    radial-gradient(circle at 0% 100%, rgba(116, 61, 75, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.91), rgba(24, 27, 29, 0.82));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 30px rgba(214, 162, 63, 0.045),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
}

.home-listen-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.012) 22px, transparent 23px 45px);
  opacity: 0.7;
}

.home-listen-copy,
.home-listen-actions {
  position: relative;
  z-index: 1;
}

.home-listen-copy {
  min-width: 0;
}

.home-listen-eyebrow {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--wkd-gold-bright, var(--wkd-blue-bright));
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-listen-card h2 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.home-listen-card p {
  max-width: 660px;
  margin: 6px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}

.home-listen-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.home-listen-options span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(214, 162, 63, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--wkd-text);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.home-listen-options svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--wkd-gold-bright, var(--wkd-blue-bright));
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-listen-card .home-listen-note {
  margin-top: 8px;
  color: rgba(214, 219, 222, 0.68);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

.home-listen-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 160px;
}

.home-listen-actions .btn {
  width: 100%;
  min-height: 39px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.home-alexa-button {
  gap: 8px;
}

.home-alexa-button-icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
}

.home-listen-card:hover,
.home-listen-card:focus-within {
  border-color: rgba(214, 162, 63, 0.36);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.35),
    0 0 24px var(--wkd-glow-amber-passive),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

@media screen and (max-width: 1120px) {
  .home-listen-card {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .home-listen-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .home-hero-primary {
    gap: 14px;
  }

  .home-listen-card {
    gap: 16px;
    padding: 18px;
    border-radius: 13px;
  }

  .home-listen-card h2 {
    font-size: 18px;
  }

  .home-listen-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-listen-options span {
    justify-content: flex-start;
    min-width: 0;
    white-space: normal;
  }
}

@media screen and (max-width: 430px) {
  .home-listen-actions,
  .home-listen-options {
    grid-template-columns: 1fr;
  }
}

/* Homepage compact programme row */
.home-programme-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 0 24px;
}

.home-programme-panel {
  position: relative;
  display: flex;
  flex-flow: column;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.026), transparent 42%),
    var(--wkd-panel);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.19),
    0 1px 0 rgba(255, 255, 255, 0.025) inset;
}

.home-programme-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    var(--wkd-gold-bright, var(--wkd-blue-bright)),
    rgba(116, 61, 75, 0.22)
  );
  opacity: 0.85;
}

.home-programme-panel--lineup::before {
  background: linear-gradient(
    180deg,
    var(--wkd-blue-bright),
    rgba(94, 166, 110, 0.22)
  );
}

.home-programme-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.home-programme-heading .home-kicker {
  margin-bottom: 5px;
}

.home-programme-heading h2 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.home-programme-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--wkd-text);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.home-programme-link span {
  color: var(--wkd-gold-bright, var(--wkd-blue-bright));
  font-size: 14px;
  line-height: 1;
}

.home-programme-link:hover,
.home-programme-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(214, 162, 63, 0.34);
  background: rgba(255, 255, 255, 0.055);
  color: var(--wkd-text-strong);
  text-decoration: none;
}

.home-later-list {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  gap: 10px;
}

.home-later-card {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 108px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.082);
  border-radius: 13px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 162, 63, 0.07), transparent 44%),
    rgba(255, 255, 255, 0.028);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.home-later-card::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wkd-gold-bright, var(--wkd-blue-bright));
  box-shadow: 0 0 10px rgba(214, 162, 63, 0.48);
}

.home-later-time {
  display: flex;
  flex-flow: column;
  min-width: 0;
  gap: 4px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.home-later-time span {
  color: var(--wkd-gold-bright, var(--wkd-blue-bright));
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-later-time small {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

.home-later-time strong {
  margin-top: 3px;
  color: var(--wkd-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.home-later-copy {
  min-width: 0;
  padding-right: 8px;
}

.home-later-status,
.home-lineup-category {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--wkd-muted);
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-later-copy h3 {
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-later-copy p {
  margin: 5px 0 0;
  padding: 0;
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-later-copy a {
  color: var(--wkd-blue-bright);
  font-weight: 850;
  text-decoration: none;
}

.home-later-copy a:hover,
.home-later-copy a:focus-visible {
  text-decoration: underline;
}

.home-lineup-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  flex: 1;
  gap: 10px;
}

.home-lineup-card {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-width: 0;
  min-height: 116px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.082);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0% 100%, rgba(94, 166, 110, 0.07), transparent 50%),
    rgba(255, 255, 255, 0.028);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.home-lineup-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-strong);
  box-shadow:
    0 0 0 3px rgba(116, 61, 75, 0.12),
    0 9px 18px rgba(0, 0, 0, 0.24);
}

.home-lineup-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-lineup-avatar span {
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
}

.home-lineup-copy {
  min-width: 0;
}

.home-lineup-category {
  max-width: 100%;
  overflow: hidden;
  color: var(--wkd-blue-bright);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-lineup-copy h3 {
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-lineup-copy p {
  display: -webkit-box;
  margin: 5px 0 0;
  padding: 0;
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-programme-empty {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: center;
  min-height: 214px;
  gap: 5px;
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
  text-align: center;
}

.home-programme-empty strong {
  color: var(--wkd-text);
  font-size: 16px;
  font-weight: 850;
}

.home-programme-empty span {
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

/* Homepage programme visual polish. */
.home-programme-panel {
  overflow: hidden;
  border-color: rgba(214, 162, 63, 0.27);
  background:
    radial-gradient(circle at 94% 5%, rgba(239, 194, 99, 0.14), transparent 30%),
    radial-gradient(circle at 4% 100%, rgba(116, 61, 75, 0.17), transparent 42%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.92), rgba(23, 26, 28, 0.83));
  backdrop-filter: blur(12px) saturate(1.10);
  -webkit-backdrop-filter: blur(12px) saturate(1.10);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.39),
    0 0 36px rgba(214, 162, 63, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.home-programme-panel--lineup {
  border-color: rgba(94, 166, 110, 0.27);
  background:
    radial-gradient(circle at 96% 4%, rgba(94, 166, 110, 0.15), transparent 31%),
    radial-gradient(circle at 5% 100%, rgba(214, 162, 63, 0.10), transparent 42%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.92), rgba(20, 25, 24, 0.84));
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.39),
    0 0 36px rgba(94, 166, 110, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.home-programme-panel::before {
  inset: 0 0 auto;
  width: auto;
  height: 5px;
  background: linear-gradient(90deg, var(--wkd-burgundy), var(--wkd-amber));
  opacity: 0.94;
}

.home-programme-panel--lineup::before {
  background: linear-gradient(90deg, var(--wkd-amber), var(--wkd-green));
}

.home-programme-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.011) 22px, transparent 23px 45px);
  opacity: 0.66;
  pointer-events: none;
}

.home-programme-link {
  border-color: rgba(214, 162, 63, 0.24);
  background: rgba(214, 162, 63, 0.065);
  color: var(--wkd-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.home-programme-panel--lineup .home-programme-link {
  border-color: rgba(94, 166, 110, 0.23);
  background: rgba(94, 166, 110, 0.055);
}

.home-later-card {
  border-color: rgba(214, 162, 63, 0.17);
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 194, 99, 0.095), transparent 44%),
    linear-gradient(135deg, rgba(31, 34, 36, 0.76), rgba(24, 27, 29, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 8px 22px rgba(0, 0, 0, 0.17);
}

.home-lineup-card {
  border-color: rgba(94, 166, 110, 0.17);
  background:
    radial-gradient(circle at 0% 100%, rgba(94, 166, 110, 0.10), transparent 50%),
    linear-gradient(135deg, rgba(31, 34, 36, 0.76), rgba(23, 28, 27, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 8px 22px rgba(0, 0, 0, 0.17);
}

.home-programme-empty {
  border-color: rgba(214, 162, 63, 0.16);
  border-style: solid;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 162, 63, 0.055), transparent 54%),
    rgba(18, 20, 22, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

@media (hover: hover) and (pointer: fine) {
  .home-later-card:hover,
  .home-lineup-card:hover {
    transform: translateY(-2px);
    border-color: rgba(214, 162, 63, 0.2);
    background-color: rgba(255, 255, 255, 0.036);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }
}

@media screen and (max-width: 980px) {
  .home-programme-grid {
    grid-template-columns: 1fr;
  }

  .home-programme-panel {
    padding: 21px;
  }
}

@media screen and (max-width: 650px) {
  .home-programme-grid {
    gap: 14px;
  }

  .home-programme-panel {
    padding: 18px;
    border-radius: 13px;
  }

  .home-programme-heading {
    align-items: center;
    margin-bottom: 14px;
  }

  .home-programme-heading h2 {
    font-size: 20px;
  }

  .home-lineup-grid {
    grid-template-columns: 1fr;
  }

  .home-lineup-card {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 108px;
    padding: 13px 14px;
  }

  .home-lineup-avatar {
    width: 62px;
    height: 62px;
  }
}

@media screen and (max-width: 430px) {
  .home-programme-heading {
    align-items: flex-start;
    gap: 10px;
  }

  .home-programme-link {
    min-height: 29px;
    padding: 0 9px;
    font-size: 10px;
  }

  .home-later-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-later-time {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 3px 9px;
    padding: 0 22px 9px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .home-later-time small {
    text-align: right;
  }

  .home-later-time strong {
    grid-column: 1 / -1;
  }

  .home-later-copy h3,
  .home-later-copy p {
    white-space: normal;
  }
}
/* WKD Chatroom */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.chat-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 48px;
}


.chat-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.chat-now-next-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(42, 64, 90, 0.34);
  border-radius: 24px;
  background: var(--wkd-panel-deep);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.175);
  color: var(--wkd-text-strong);
}

.chat-now-next-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 70px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(125, 135, 141, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.chat-now-next-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.9;
}

.chat-now-next-card.is-live::before {
  background: radial-gradient(circle at 5% 25%, rgba(94, 166, 110, 0.2), transparent 38%);
}

.chat-now-next-card.is-up-next::before {
  background: radial-gradient(circle at 5% 25%, rgba(116, 61, 75, 0.18), transparent 38%);
}

.chat-now-next-radio-card::before {
  background: radial-gradient(circle at 8% 20%, rgba(94, 166, 110, 0.24), transparent 42%), radial-gradient(circle at 92% 15%, rgba(116, 61, 75, 0.22), transparent 40%);
}

.chat-now-next-card:hover,
.chat-now-next-card:focus-visible,
.chat-now-next-radio-card:focus-within {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(125, 135, 141, 0.24);
  background: rgba(255, 255, 255, 0.09);
}

.chat-now-next-card.is-empty {
  opacity: 0.76;
}

.chat-now-next-pulse,
.chat-now-next-copy,
.chat-radio-main,
.chat-radio-actions {
  position: relative;
  z-index: 1;
}

.chat-now-next-pulse {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--wkd-green);
  box-shadow: 0 0 0 5px rgba(94, 166, 110, 0.13);
}

.chat-now-next-card.is-up-next .chat-now-next-pulse {
  background: var(--wkd-blue);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.13);
}

.chat-now-next-card.is-radio-fallback .chat-now-next-pulse,
.chat-radio-pulse {
  background: var(--wkd-blue);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.13);
}

.chat-radio-panel.radio-playing .chat-radio-pulse {
  background: var(--wkd-green);
  box-shadow: 0 0 0 5px rgba(94, 166, 110, 0.13);
}

.chat-now-next-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.chat-now-next-label {
  color: var(--wkd-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.chat-now-next-card.is-up-next .chat-now-next-label {
  color: var(--wkd-blue-bright);
}

.chat-now-next-radio-card .chat-now-next-label {
  color: var(--wkd-blue-bright);
}

.chat-now-next-card strong,
.chat-now-next-card span[data-chat-live-meta],
.chat-radio-copy h2,
.chat-radio-copy p {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-now-next-card strong,
.chat-radio-copy h2 {
  color: var(--wkd-text-strong);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
}

.chat-now-next-card span[data-chat-live-meta],
.chat-radio-copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.chat-now-next-panel.is-error .chat-now-next-card span[data-chat-live-meta] {
  color: var(--wkd-red);
}

.chat-now-next-radio-card {
  cursor: default;
  grid-column: span 4;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 12px;
}

.chat-radio-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.chat-radio-copy {
  min-width: 0;
}


.chat-radio-listener-card {
  cursor: default;
  grid-column: span 2;
  justify-content: center;
  min-height: 58px;
  padding: 10px 14px;
  text-align: left;
}

.chat-radio-listener-card::before {
  background: radial-gradient(circle at 50% 25%, rgba(214, 162, 63, 0.13), transparent 52%);
}

.chat-radio-listener-card:hover {
  transform: none;
}

.chat-listener-meter,
.chat-radio-listener-copy {
  position: relative;
  z-index: 1;
}

.chat-listener-meter {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  gap: 3px;
  width: 31px;
  height: 31px;
  padding: 7px;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 10px;
  background: rgba(214, 162, 63, 0.08);
}

.chat-listener-meter span {
  display: block;
  width: 3px;
  border-radius: 999px;
  background: var(--wkd-amber-bright);
}

.chat-listener-meter span:nth-child(1) {
  height: 7px;
}

.chat-listener-meter span:nth-child(2) {
  height: 13px;
}

.chat-listener-meter span:nth-child(3) {
  height: 10px;
}

.chat-radio-listener-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.chat-radio-listener-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.chat-radio-listener-value strong {
  color: var(--wkd-text-strong);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.chat-radio-listener-value span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.chat-radio-listener-card.is-unavailable {
  opacity: 0.62;
}

.chat-radio-copy p[data-radio-state="playing"] {
  color: var(--wkd-green);
}

.chat-radio-copy p[data-radio-state="error"] {
  color: var(--wkd-red);
}

.chat-radio-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
}

.chat-radio-volume {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 2px;
  min-width: 150px;
}

.chat-radio-volume label,
.chat-radio-volume span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.chat-radio-volume input[type="range"] {
  accent-color: var(--wkd-green);
  cursor: pointer;
  height: 4px;
  width: 76px;
}

.chat-radio-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 13px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.chat-radio-button:hover,
.chat-radio-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.chat-radio-button.primary {
  background: var(--wkd-green);
  box-shadow: 0 12px 24px rgba(94, 166, 110, 0.22);
  color: var(--wkd-green);
}

.chat-radio-button.primary:hover,
.chat-radio-button.primary:focus-visible {
  background: var(--wkd-green-soft);
}

.chat-radio-button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(125, 135, 141, 0.24);
  color: var(--wkd-text-strong);
}

.chat-radio-button.secondary:hover,
.chat-radio-button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.chat-radio-panel audio {
  display: none;
}

.chat-panel {
  background: var(--wkd-panel);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.chat-panel {
  overflow: hidden;
  position: relative;
}


.chat-message-area {
  --chat-online-drawer-width: min(286px, 86%);
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--wkd-panel-soft) 0%, var(--wkd-panel-raised) 100%);
}

.chat-online-toggle {
  appearance: none;
  background: rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  box-shadow: none;
  color: rgba(232, 238, 246, 0.48);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 18px;
  font-weight: 900;
  height: 44px;
  line-height: 1;
  opacity: 0.72;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.24s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  width: 18px;
  z-index: 45;
}

.chat-online-toggle:hover,
.chat-online-toggle:focus-visible {
  background: rgba(116, 61, 75, 0.14);
  border-color: rgba(116, 61, 75, 0.28);
  color: var(--wkd-blue-bright);
  opacity: 1;
  outline: none;
}

.chat-shell.chat-online-open .chat-online-toggle {
  background: rgba(11, 12, 13, 0.72);
  border-color: rgba(42, 64, 90, 0.34);
  color: var(--wkd-text-strong);
  opacity: 0.86;
}

.chat-shell.chat-online-open .chat-online-toggle:hover,
.chat-shell.chat-online-open .chat-online-toggle:focus-visible {
  background: rgba(11, 12, 13, 0.86);
  opacity: 1;
}

.chat-online-toggle-icon {
  display: block;
  transform: translateX(-1px);
  transition: transform 0.2s ease;
}

.chat-shell.chat-online-open .chat-online-toggle {
  right: calc(var(--chat-online-drawer-width) - 1px);
}

.chat-shell.chat-online-open .chat-online-toggle-icon {
  transform: rotate(180deg) translateX(-1px);
}

.chat-online-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--chat-online-drawer-width);
  background: var(--wkd-panel);
  border-left: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: -14px 0 30px rgba(0, 0, 0, 0.202);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.24s ease;
  z-index: 35;
}

.chat-shell.chat-online-open .chat-online-drawer {
  transform: translateX(0);
}

.chat-online-drawer-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  opacity: 0;
  padding: 16px 16px 14px;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.chat-shell.chat-online-open .chat-online-drawer-inner {
  opacity: 1;
  pointer-events: auto;
}

.chat-online-drawer-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  padding-bottom: 10px;
}

.chat-online-drawer-header h2 {
  color: var(--wkd-text);
  font-size: 18px;
  line-height: 1.15;
  margin: 0;
}

.chat-online-drawer p {
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.chat-online-drawer .chat-online-list {
  overflow-y: auto;
  padding: 1px 1px 2px 0;
}

.chat-messages {
  height: 520px;
  overflow-y: auto;
  padding: 22px 24px;
  background: linear-gradient(180deg, var(--wkd-panel-soft) 0%, var(--wkd-panel-raised) 100%);
  scroll-behavior: smooth;
}

.chat-messages,
.chat-online-drawer .chat-online-list,
.chat-composer-main textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.chat-messages::-webkit-scrollbar,
.chat-online-drawer .chat-online-list::-webkit-scrollbar,
.chat-composer-main textarea::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.chat-loading,
.chat-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  color: var(--wkd-muted);
  font-size: 14px;
  text-align: center;
}

.chat-empty.small {
  min-height: 42px;
  justify-content: flex-start;
}

.chat-message {
  margin-bottom: 2px;
}

.chat-online-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wkd-panel-deep), var(--wkd-green));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.256);
}

.chat-online-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-online-avatar span {
  color: var(--wkd-text-strong);
  font-weight: 900;
  font-size: 15px;
}

.chat-message-body {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  position: relative;
}

.chat-message-line {
  color: var(--wkd-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.chat-message-name {
  color: var(--wkd-text);
  font-size: 14px;
  font-weight: 850;
  margin-right: 6px;
}

.chat-message-name-wrap {
  display: inline-block;
  position: relative;
}

.chat-message-name-button {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}

.chat-message-name-button:hover,
.chat-message-name-button:focus-visible,
.chat-message.chat-message-options-open .chat-message-name-button {
  color: var(--wkd-text);
  outline: none;
  text-decoration: none;
}

.chat-message-options {
  align-items: stretch;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(17, 19, 21, 0.97);
  border: 1px solid rgba(116, 123, 128, 0.56);
  border-radius: 14px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  display: none;
  flex-direction: column;
  gap: 4px;
  left: -9999px;
  margin: 0;
  max-width: calc(100vw - 20px);
  min-width: 174px;
  padding: 7px;
  position: fixed;
  top: -9999px;
  transform-origin: top left;
  z-index: 90;
}

.chat-message.chat-message-options-open .chat-message-options {
  display: flex;
}

.chat-message-options.is-above {
  transform-origin: bottom left;
}

.chat-message-option-button {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--wkd-text-strong);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  gap: 9px;
  justify-content: flex-start;
  line-height: 1.25;
  min-height: 36px;
  padding: 9px 11px;
  text-align: left;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.chat-message-option-button::before {
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 13%, transparent);
  content: "";
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.chat-message-option-button.danger {
  color: var(--wkd-red);
}

.chat-message-option-button.warning {
  color: var(--wkd-gold-bright);
}

.chat-message-option-button.success {
  color: var(--wkd-blue-bright);
}


.chat-option-section-label {
  border-top: 1px solid rgba(116, 123, 128, 0.24);
  color: var(--wkd-muted-strong);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 2px;
  padding: 9px 6px 3px;
  text-transform: uppercase;
}

.chat-message-options > .chat-option-section-label:first-child,
.chat-online-options > .chat-option-section-label:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 4px;
}

.chat-timeout-menu-toggle {
  padding-right: 34px;
  position: relative;
}

.chat-timeout-menu-toggle::after {
  color: currentColor;
  content: "›";
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.16s ease;
}

.chat-timeout-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(90deg);
}

.chat-timeout-options-panel {
  background: rgba(8, 10, 12, 0.72);
  border: 1px solid rgba(214, 162, 63, 0.22);
  border-radius: 11px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 9px 20px rgba(0, 0, 0, 0.22);
  display: none;
  margin: 1px 0 4px;
  padding: 5px;
}

.chat-timeout-options-panel.is-open {
  display: block;
}

.chat-timeout-option-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 250px;
}

.chat-timeout-option-grid .chat-message-option-button {
  font-size: 11px;
  min-height: 34px;
  padding: 8px 9px;
}

.chat-timeout-option-grid .chat-timeout-wide {
  grid-column: 1 / -1;
}

@media (max-width: 360px) {
  .chat-timeout-option-grid {
    min-width: min(250px, calc(100vw - 42px));
  }
}

.chat-message-option-button:hover,
.chat-message-option-button:focus-visible {
  background: rgba(116, 61, 75, 0.18);
  border-color: rgba(116, 61, 75, 0.34);
  color: var(--wkd-text-strong);
  outline: none;
  transform: translateX(1px);
}

.chat-message-option-button.danger:hover,
.chat-message-option-button.danger:focus-visible {
  background: rgba(204, 67, 62, 0.18);
}

.chat-message-option-button.warning:hover,
.chat-message-option-button.warning:focus-visible {
  background: rgba(214, 162, 63, 0.18);
}

.chat-message-time {
  color: var(--wkd-muted-strong);
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  white-space: nowrap;
}

.chat-message-text {
  color: var(--wkd-text);
  font-weight: 550;
}

.chat-custom-emote {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  vertical-align: middle;
  margin: 6px 4px;
}

.chat-composer {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: var(--wkd-panel);
  position: relative;
}

.chat-composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.chat-mention-toggle,
.chat-emote-toggle,
.chat-send-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.chat-mention-toggle,
.chat-emote-toggle {
  width: 40px;
  height: 40px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
  padding: 0;
  font-size: 18px;
}

.chat-mention-toggle {
  font-size: 17px;
  font-weight: 900;
}

.chat-character-count,
.chat-status {
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 650;
}

.chat-status.error {
  color: var(--wkd-red);
}

.chat-emote-picker {
  background: var(--wkd-panel);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  bottom: calc(100% - 8px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.256);
  left: 20px;
  max-height: 246px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  right: 20px;
  transform-origin: bottom right;
  z-index: 70;
}

.chat-emote-picker[hidden] {
  display: none;
}

.chat-emote-tabs {
  background: var(--wkd-panel-soft);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  margin-bottom: 10px;
  padding: 4px;
}

.chat-emote-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--wkd-muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 8px 12px;
}

.chat-emote-tab.active,
.chat-emote-tab:hover,
.chat-emote-tab:focus-visible {
  background: var(--wkd-panel);
  color: var(--wkd-text);
  outline: none;
}

.chat-emote-panel[hidden] {
  display: none;
}

.chat-emote-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.chat-emote-list button {
  border: 0;
  background: var(--wkd-panel);
  min-width: 0;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--wkd-text);
  font-size: 18px;
}

.chat-custom-emote-button {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 4px;
  font-size: 12px !important;
  font-weight: 800;
}

.chat-custom-emote-button img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.chat-emote-empty {
  color: var(--wkd-muted);
  font-size: 13px;
}

.chat-composer-main {
  display: block;
}

.chat-input-wrap {
  position: relative;
}

.chat-composer-main textarea {
  width: 100%;
  height: 62px;
  min-height: 62px;
  max-height: 62px;
  resize: none;
  overflow-y: auto;
  border: 1px solid var(--wkd-border);
  border-radius: 20px;
  padding: 15px 154px 15px 16px;
  outline: none;
  color: var(--wkd-text);
  line-height: 1.45;
}

.chat-composer-main textarea:focus {
  border-color: rgba(94, 166, 110, 0.42);
  box-shadow: 0 0 0 4px rgba(94, 166, 110, 0.16);
}

.chat-input-actions {
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chat-send-button {
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  background: var(--wkd-green);
  color: var(--wkd-text-strong);
  font-size: 17px;
  box-shadow: 0 12px 24px rgba(94, 166, 110, 0.24);
}

.chat-send-button span {
  transform: translateX(1px);
}

.chat-send-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.chat-composer-footer {
  margin: 10px 2px 0;
}

.chat-composer-locked {
  background: var(--wkd-panel-soft);
}

.chat-input-wrap-locked textarea,
.chat-input-wrap-locked textarea:disabled {
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  cursor: not-allowed;
}

.chat-input-wrap-locked .chat-emote-toggle,
.chat-input-wrap-locked .chat-send-button {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}


.chat-access-restriction {
  display: grid;
  gap: 13px;
  padding: 17px 20px 18px;
  border-top: 1px solid rgba(214, 162, 63, 0.3);
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 162, 63, 0.13), transparent 42%),
    linear-gradient(135deg, rgba(34, 28, 19, 0.99), rgba(23, 25, 27, 0.99));
  color: var(--wkd-text);
}

.chat-access-restriction.is-permanent {
  border-top-color: rgba(196, 74, 74, 0.42);
  background:
    radial-gradient(circle at 8% 0%, rgba(196, 74, 74, 0.17), transparent 42%),
    linear-gradient(135deg, rgba(39, 21, 23, 0.99), rgba(23, 25, 27, 0.99));
}

.chat-access-restriction-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.chat-access-restriction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(214, 162, 63, 0.44);
  border-radius: 12px;
  background: rgba(214, 162, 63, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  color: #f0c96f;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.chat-access-restriction.is-permanent .chat-access-restriction-icon {
  border-color: rgba(196, 74, 74, 0.5);
  background: rgba(196, 74, 74, 0.17);
  color: #f09a9a;
}

.chat-access-restriction-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.chat-access-restriction-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 4px;
}

.chat-access-restriction-label {
  color: rgba(240, 201, 111, 0.84);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chat-access-restriction.is-permanent .chat-access-restriction-label {
  color: rgba(240, 154, 154, 0.9);
}

.chat-access-restriction-status {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 8px;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.1);
  color: #f0c96f;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.chat-access-restriction.is-permanent .chat-access-restriction-status {
  border-color: rgba(196, 74, 74, 0.34);
  background: rgba(196, 74, 74, 0.12);
  color: #f09a9a;
}

.chat-access-restriction-title {
  display: block;
  color: var(--wkd-text-strong);
  font-size: 15px;
  line-height: 1.3;
}

.chat-access-restriction-summary {
  margin: 4px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.45;
}

.chat-access-restriction-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-left: 49px;
}

.chat-access-restriction-detail {
  min-width: 0;
  padding: 9px 11px 10px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 11px;
  background: rgba(9, 12, 15, 0.28);
}

.chat-access-restriction-detail span {
  display: block;
  margin-bottom: 3px;
  color: var(--wkd-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.chat-access-restriction-detail strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--wkd-text);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
}

.chat-access-restriction-note {
  margin: -1px 0 0 49px;
  color: rgba(185, 194, 204, 0.76);
  font-size: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 520px) {
  .chat-access-restriction {
    gap: 11px;
    padding: 14px;
  }

  .chat-access-restriction-head {
    gap: 10px;
  }

  .chat-access-restriction-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 15px;
  }

  .chat-access-restriction-details {
    grid-template-columns: 1fr;
    margin-left: 42px;
  }

  .chat-access-restriction-note {
    margin-left: 42px;
  }
}


.chat-online-list {
  display: grid;
  gap: 7px;
}

.chat-online-user {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  padding: 8px;
  background: var(--wkd-panel-soft);
}

.chat-online-avatar {
  width: 36px;
  height: 36px;
}

.chat-online-avatar span {
  font-size: 13px;
}

.chat-online-user.is-online .chat-online-avatar {
  box-shadow: 0 0 0 2px rgba(94, 166, 110, 0.72), 0 0 14px rgba(94, 166, 110, 0.52), 0 10px 22px rgba(0, 0, 0, 0.256);
}

.chat-online-user.is-away .chat-online-avatar {
  background: linear-gradient(135deg, var(--wkd-panel-deep), var(--wkd-gold));
  box-shadow: 0 0 0 2px rgba(214, 162, 63, 0.78), 0 0 14px rgba(214, 162, 63, 0.54), 0 10px 22px rgba(0, 0, 0, 0.256);
}

.chat-online-user strong {
  display: block;
  color: var(--wkd-text);
  font-size: 13px;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-online-presence {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(94, 166, 110, 0.18);
  border-radius: 999px;
  color: var(--wkd-blue-bright);
  font-size: 10px;
  font-weight: 900;
  gap: 4px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.chat-online-presence-dot {
  background: var(--wkd-green);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(94, 166, 110, 0.64);
  display: block;
  flex: 0 0 auto;
  height: 6px;
  width: 6px;
}

.chat-online-user.is-away .chat-online-presence {
  border-color: rgba(214, 162, 63, 0.26);
  color: var(--wkd-gold-bright);
}

.chat-online-user.is-away .chat-online-presence-dot {
  background: var(--wkd-gold);
  box-shadow: 0 0 8px rgba(214, 162, 63, 0.66);
}

.chat-online-user-meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  position: relative;
}

.chat-online-detail-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.chat-online-name-wrap {
  display: block;
  min-width: 0;
  position: relative;
}

.chat-online-name-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--wkd-text);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-online-name-button:hover,
.chat-online-name-button:focus-visible,
.chat-online-user.chat-online-options-open .chat-online-name-button {
  color: var(--wkd-text);
  outline: none;
  text-decoration: none;
}

.chat-online-options {
  align-items: stretch;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(17, 19, 21, 0.97);
  border: 1px solid rgba(116, 123, 128, 0.56);
  border-radius: 14px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  display: none;
  flex-direction: column;
  gap: 4px;
  left: -9999px;
  margin: 0;
  max-width: calc(100vw - 20px);
  min-width: 174px;
  padding: 7px;
  position: fixed;
  top: -9999px;
  transform-origin: top left;
  z-index: 90;
}

.chat-online-user.chat-online-options-open .chat-online-options {
  display: flex;
}

.chat-online-options.is-above {
  transform-origin: bottom left;
}

.chat-online-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  color: var(--wkd-text);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .chat-shell {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 650px) {
  .chat-page {
    padding: 22px 12px 34px;
  }


  .chat-shell {
    gap: 16px;
  }

  .chat-now-next-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 22px;
    padding: 8px;
  }

  .chat-now-next-card {
    min-height: 62px;
    padding: 10px 12px;
  }

  .chat-panel {
    border-radius: 22px;
  }

  .chat-composer-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-message-area {
    --chat-online-drawer-width: min(272px, 88%);
  }

  .chat-online-toggle {
    height: 40px;
    width: 17px;
  }

  .chat-online-drawer-inner {
    gap: 8px;
    padding: 13px 12px 12px;
  }

  .chat-online-drawer-header {
    padding-bottom: 8px;
  }

  .chat-online-drawer-header h2 {
    font-size: 16px;
  }

  .chat-online-list {
    gap: 6px;
  }

  .chat-online-user {
    border-radius: 12px;
    padding: 7px;
  }

  .chat-online-avatar {
    height: 30px;
    width: 30px;
  }

  .chat-messages {
    height: 430px;
    padding: 18px 14px;
  }

  .chat-message-body {
    padding: 0;
  }

  .chat-composer {
    padding: 16px 14px;
  }

  .chat-emote-picker {
    bottom: calc(100% - 6px);
    left: 14px;
    max-height: 230px;
    right: 14px;
  }

  .chat-emote-tab {
    padding: 8px 11px;
  }

  .chat-composer-main textarea {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding-right: 104px;
  }

  .chat-input-actions {
    right: 8px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    gap: 6px;
  }

  .chat-mention-toggle,
  .chat-emote-toggle {
    width: 38px;
    height: 38px;
  }

  .chat-send-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

}

@media (max-width: 650px), (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.chat-view-page {
    --chat-mobile-header-height: 54px;
    min-height: 100dvh;
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.chat-view-page .site-footer {
    display: none;
  }

  body.chat-view-page .header {
    position: relative;
    z-index: 120;
  }

  body.chat-view-page .header .wrapper {
    min-height: var(--chat-mobile-header-height);
    padding: 0 10px;
  }

  body.chat-view-page .site-brand-logo {
    height: 30px;
    max-width: 155px;
  }

  body.chat-view-page .site-brand {
    gap: 8px;
  }


  body.chat-view-page .site-brand-name {
    font-size: 16px;
  }

  body.chat-view-page .site-menu-toggle {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  body.chat-view-page .site-menu-toggle span,
  body.chat-view-page .site-menu-toggle::before,
  body.chat-view-page .site-menu-toggle::after {
    width: 18px;
  }

  body.chat-view-page .header .wrapper .header-profile-picture {
    width: 34px;
    height: 34px;
  }

  body.chat-view-page .header .wrapper .menu {
    left: 8px;
    right: 8px;
  }

  body.chat-view-page .content {
    display: flex;
    height: calc(100dvh - var(--chat-mobile-header-height));
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  body.chat-view-page .chat-page {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    margin: 0;
    max-width: none;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }


  body.chat-view-page .chat-shell {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    width: 100%;
  }

  body.chat-view-page .chat-now-next-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: 6px 8px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.chat-view-page .chat-now-next-card {
    min-height: 50px;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 12px;
  }

  body.chat-view-page .chat-now-next-pulse {
    width: 8px;
    height: 8px;
    box-shadow: none;
  }

  body.chat-view-page .chat-now-next-label {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  body.chat-view-page .chat-now-next-card strong {
    font-size: 11px;
  }

  body.chat-view-page .chat-now-next-card span[data-chat-live-meta] {
    font-size: 9px;
  }

  body.chat-view-page .chat-radio-panel {
    align-self: stretch;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: space-between;
    max-width: 100%;
    min-width: 0;
    padding: 8px 10px;
    width: 100%;
  }

  body.chat-view-page .chat-radio-main {
    flex: 1 1 auto;
    gap: 8px;
    max-width: 100%;
    min-width: 0;
  }

  body.chat-view-page .chat-radio-copy {
    flex: 1 1 auto;
    min-width: 0;
  }


  body.chat-view-page .chat-radio-copy h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  body.chat-view-page .chat-radio-copy p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.chat-view-page .chat-radio-actions {
    flex: 0 0 auto;
    gap: 6px;
    min-width: 0;
  }

  body.chat-view-page .chat-radio-volume {
    display: none;
  }

  body.chat-view-page .chat-radio-button {
    font-size: 11px;
    min-height: 32px;
    padding: 0 10px;
  }

  body.chat-view-page .chat-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%;
  }


  body.chat-view-page .chat-message-area {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
  }

  body.chat-view-page .chat-messages {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    padding: 12px 12px 14px;
  }

  body.chat-view-page .chat-online-drawer {
    max-height: 100%;
  }

  body.chat-view-page .chat-composer {
    flex: 0 0 auto;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  body.chat-view-page .chat-composer-footer {
    margin-top: 8px;
  }

  body.chat-view-page .chat-emote-picker {
    left: 10px;
    max-height: min(240px, 44dvh);
    right: 10px;
  }

  body.chat-view-page .chat-radio-panel {
    min-width: 0;
  }
}

@media (max-width: 420px) {
  body.chat-view-page .chat-now-next-panel {
    gap: 4px;
    padding: 5px 6px;
  }

  body.chat-view-page .chat-now-next-card {
    min-height: 40px;
    gap: 5px;
    padding: 6px;
  }

  body.chat-view-page .chat-now-next-card span[data-chat-live-meta] {
    display: none;
  }

  body.chat-view-page .chat-now-next-card strong {
    font-size: 10px;
  }

  body.chat-view-page .chat-radio-panel {
    gap: 6px;
    padding: 7px 8px;
  }


  body.chat-view-page .chat-radio-actions {
    gap: 4px;
  }

  body.chat-view-page .chat-radio-button {
    font-size: 10px;
    min-height: 30px;
    padding: 0 8px;
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.chat-view-page {
    --chat-mobile-header-height: 46px;
  }

  body.chat-view-page .header .wrapper {
    min-height: var(--chat-mobile-header-height);
  }

  body.chat-view-page .site-brand-logo {
    height: 26px;
    max-width: 135px;
  }

  body.chat-view-page .chat-now-next-panel {
    gap: 4px;
    padding: 4px 8px;
  }

  body.chat-view-page .chat-now-next-card {
    min-height: 34px;
    gap: 5px;
    padding: 5px 7px;
    border-radius: 10px;
  }

  body.chat-view-page .chat-now-next-pulse,
  body.chat-view-page .chat-radio-pulse {
    width: 8px;
    height: 8px;
    box-shadow: none;
  }

  body.chat-view-page .chat-now-next-label {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  body.chat-view-page .chat-now-next-card strong {
    font-size: 10px;
  }

  body.chat-view-page .chat-now-next-card span[data-chat-live-meta],
  body.chat-view-page .chat-radio-copy p {
    display: none;
  }

  body.chat-view-page .chat-radio-panel {
    gap: 6px;
    min-height: 38px;
    padding: 5px 8px;
  }

  body.chat-view-page .chat-radio-main {
    gap: 7px;
  }

  body.chat-view-page .chat-radio-copy h2 {
    font-size: 12px;
    margin: 0;
  }

  body.chat-view-page .chat-radio-actions {
    gap: 5px;
  }

  body.chat-view-page .chat-radio-button {
    font-size: 10px;
    min-height: 28px;
    padding: 0 8px;
  }


  body.chat-view-page .chat-messages {
    padding: 8px 10px 10px;
  }

  body.chat-view-page .chat-composer {
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  }

  body.chat-view-page .chat-composer-main textarea {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 10px 86px 10px 12px;
  }

  body.chat-view-page .chat-input-actions {
    gap: 5px;
    right: 6px;
  }

  body.chat-view-page .chat-mention-toggle,
  body.chat-view-page .chat-emote-toggle,
  body.chat-view-page .chat-send-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  body.chat-view-page .chat-emote-picker {
    max-height: min(160px, 50dvh);
  }
}

/* Chat live/radio merged strip refinements */
@media (max-width: 1050px) and (min-width: 651px) {
  .chat-now-next-panel.has-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chat-now-next-panel.has-radio > .is-live,
  .chat-now-next-panel.has-radio > .is-up-next {
    grid-column: span 1;
  }

  .chat-now-next-radio-card,
  .chat-radio-listener-card {
    grid-column: 1 / -1;
  }

  .chat-radio-listener-card {
    justify-content: flex-start;
    min-height: 54px;
  }
}

@media (max-width: 650px) {
  .chat-now-next-panel.has-radio {
    grid-template-columns: 1fr;
  }

  .chat-now-next-radio-card,
  .chat-radio-listener-card {
    grid-column: 1 / -1;
  }

  .chat-now-next-radio-card {
    align-items: stretch;
    flex-direction: column;
  }

  .chat-radio-listener-card {
    justify-content: flex-start;
    min-height: 54px;
  }

  .chat-radio-main {
    width: 100%;
  }

  .chat-radio-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .chat-radio-volume {
    display: none;
  }
}

@media (max-width: 650px) {
  body.chat-view-page .chat-now-next-panel.has-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.chat-view-page .chat-now-next-radio-card {
    align-items: center;
    border: 1px solid rgba(125, 135, 141, 0.24);
    border-radius: 12px;
    flex-direction: row;
    grid-column: 1 / -1;
    min-height: 46px;
    padding: 7px 8px;
    width: auto;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-main {
    flex: 1 1 auto;
    gap: 7px;
    min-width: 0;
    width: auto;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-pulse {
    height: 8px;
    width: 8px;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-copy h2 {
    font-size: 11px;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-copy p {
    font-size: 9px;
  }


  body.chat-view-page .chat-radio-listener-card {
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-height: 40px;
    padding: 6px 8px;
  }

  body.chat-view-page .chat-listener-meter {
    width: 27px;
    height: 27px;
    padding: 6px;
    border-radius: 9px;
  }

  body.chat-view-page .chat-radio-listener-copy {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }

  body.chat-view-page .chat-radio-listener-value {
    gap: 4px;
  }

  body.chat-view-page .chat-radio-listener-value strong {
    font-size: 17px;
  }

  body.chat-view-page .chat-radio-listener-value span {
    font-size: 9px;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-actions {
    flex: 0 0 auto;
    gap: 5px;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-button {
    font-size: 10px;
    min-height: 30px;
    padding: 0 8px;
  }
}

@media (max-width: 420px) {
  body.chat-view-page .chat-now-next-radio-card {
    min-height: 38px;
    padding: 6px;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-copy p {
    display: none;
  }

  body.chat-view-page .chat-now-next-radio-card .chat-radio-actions {
    gap: 4px;
  }
}

/* Chat live/radio underneath merged strip */
.chat-now-next-panel.has-radio {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.chat-now-next-panel.has-radio > .is-live,
.chat-now-next-panel.has-radio > .is-up-next {
  grid-column: span 3;
}

.chat-now-next-panel.has-radio .chat-now-next-radio-card {
  grid-column: span 4;
}

.chat-now-next-panel.has-radio .chat-radio-listener-card {
  grid-column: span 2;
}

@media (max-width: 1050px) {
  .chat-now-next-panel.has-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chat-now-next-panel.has-radio > .is-live,
  .chat-now-next-panel.has-radio > .is-up-next {
    grid-column: span 1;
  }

  .chat-now-next-panel.has-radio .chat-now-next-radio-card,
  .chat-now-next-panel.has-radio .chat-radio-listener-card {
    grid-column: 1 / -1;
  }
}

/* DJ listing live/date/filter polish */
.dj-directory-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -6px 0 22px;
}

.dj-directory-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: var(--wkd-panel);
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.dj-directory-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 850;
}

.dj-directory-filter.active,
.dj-directory-filter:hover,
.dj-directory-filter:focus-visible {
  border-color: rgba(116, 61, 75, 0.45);
  background: rgba(116, 61, 75, 0.12);
  color: var(--wkd-blue-bright);
}

.dj-directory-filter.active span,
.dj-directory-filter:hover span,
.dj-directory-filter:focus-visible span {
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
}

.dj-directory-filter:focus-visible {
  outline: 3px solid rgba(116, 61, 75, 0.25);
  outline-offset: 2px;
}

.dj-list-card.is-live-now {
  border-color: rgba(116, 61, 75, 0.45);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.175),
    0 0 0 3px rgba(116, 61, 75, 0.08);
}

.dj-list-card.is-live-now::before {
  height: 6px;
  background: linear-gradient(90deg, var(--wkd-blue), var(--wkd-blue-strong), var(--wkd-blue));
}

.dj-list-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 18px 0 -4px;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--wkd-gold);
  color: #171303;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.dj-list-live-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wkd-blue);
  box-shadow: 0 0 0 4px rgba(116, 61, 75, 0.18);
}

.dj-list-card.is-live-now .dj-list-avatar {
  margin-top: 18px;
  box-shadow:
    0 0 0 5px rgba(116, 61, 75, 0.12),
    0 0 0 10px rgba(116, 61, 75, 0.24),
    0 0 22px rgba(116, 61, 75, 0.34),
    0 12px 22px rgba(0, 0, 0, 0.175);
}

.dj-list-next-show.is-live {
  border-color: rgba(116, 61, 75, 0.32);
  background: linear-gradient(180deg, rgba(116, 61, 75, 0.13), var(--wkd-panel));
}

.dj-list-next-show.is-live .dj-list-next-label {
  color: var(--wkd-blue-bright);
}

.dj-list-next-time {
  margin-top: 4px;
}

.dj-list-next-empty-title {
  color: var(--wkd-muted) !important;
}

.dj-list-next-show.is-empty {
  background: var(--wkd-panel);
}

@media screen and (max-width: 600px) {
  .dj-directory-filters {
    gap: 8px;
    margin: -2px 0 18px;
  }

  .dj-directory-filter {
    flex: 1 1 calc(50% - 8px);
    min-height: 36px;
    padding: 0 10px;
  }

  .dj-list-live-badge {
    margin-top: 16px;
  }

  .dj-list-card.is-live-now .dj-list-avatar {
    margin-top: 16px;
  }
}

/* DJ profile hero and schedule final polish */
.dj-profile-show-card.is-on-air {
  background: linear-gradient(180deg, rgba(116, 61, 75, 0.1), var(--wkd-panel));
}

.dj-profile-show-main {
  min-width: 0;
}

.dj-profile-show-card p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
}

.dj-profile-show-card p strong {
  color: var(--wkd-blue-bright);
  font-size: 13px;
  font-weight: 850;
}

.dj-profile-show-card p span,
.dj-profile-show-card p em {
  color: var(--wkd-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.dj-profile-show-card p span::before,
.dj-profile-show-card p em::before {
  content: "•";
  margin-right: 8px;
  color: var(--wkd-muted-strong);
}

.dj-profile-show-empty {
  display: flex;
  flex-flow: column;
  gap: 6px;
  padding: 28px 25px;
  background: var(--wkd-panel);
}

.dj-profile-show-empty span {
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dj-profile-show-empty strong {
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 800;
}

@media screen and (max-width: 760px) {
.dj-profile-show-card p {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .dj-profile-show-card p {
    display: block;
  }

  .dj-profile-show-card p strong,
  .dj-profile-show-card p span,
  .dj-profile-show-card p em {
    display: block;
  }

  .dj-profile-show-card p span::before,
  .dj-profile-show-card p em::before {
    content: none;
  }

  .dj-profile-show-card p span,
  .dj-profile-show-card p em {
    margin-top: 3px;
  }
}

/* Chatroom site style alignment */

.chat-shell {
  gap: 18px;
}

.chat-now-next-panel {
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background: rgba(23, 26, 28, 0.9);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.16);
  color: var(--wkd-text);
}

.chat-now-next-card {
  border-color: var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel);
  color: var(--wkd-text);
}

.chat-now-next-card.is-live::before {
  background: radial-gradient(circle at 5% 25%, rgba(116, 61, 75, 0.18), transparent 38%);
}

.chat-now-next-card.is-up-next::before {
  background: radial-gradient(circle at 5% 25%, rgba(38, 49, 61, 0.12), transparent 38%);
}

.chat-now-next-radio-card::before {
  background: radial-gradient(circle at 8% 20%, rgba(116, 61, 75, 0.17), transparent 42%), radial-gradient(circle at 92% 15%, rgba(116, 61, 75, 0.11), transparent 40%);
}

.chat-now-next-card:hover,
.chat-now-next-card:focus-visible,
.chat-now-next-radio-card:focus-within {
  border-color: var(--wkd-border);
  background: var(--wkd-panel);
}

.chat-now-next-pulse {
  background: var(--wkd-blue);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.14);
}

.chat-now-next-card.is-up-next .chat-now-next-pulse {
  background: var(--wkd-panel-deep);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.175);
}

.chat-now-next-card.is-radio-fallback .chat-now-next-pulse,
.chat-radio-pulse,
.chat-radio-panel.radio-playing .chat-radio-pulse {
  background: var(--wkd-blue);
  box-shadow: 0 0 0 5px rgba(116, 61, 75, 0.14);
}

.chat-now-next-label,
.chat-now-next-card.is-up-next .chat-now-next-label,
.chat-now-next-radio-card .chat-now-next-label {
  color: var(--wkd-blue-bright);
}

.chat-now-next-card strong,
.chat-radio-copy h2 {
  color: var(--wkd-text);
}

.chat-now-next-card span[data-chat-live-meta],
.chat-radio-copy p {
  color: var(--wkd-muted);
}

.chat-radio-copy p[data-radio-state="playing"] {
  color: var(--wkd-blue-bright);
}

.chat-radio-copy p[data-radio-state="error"],
.chat-now-next-panel.is-error .chat-now-next-card span[data-chat-live-meta] {
  color: var(--wkd-text);
}

.chat-radio-volume label,
.chat-radio-volume span {
  color: var(--wkd-muted);
}

.chat-radio-volume input[type="range"] {
  accent-color: var(--wkd-blue-bright);
}

.chat-radio-button.primary {
  background: var(--wkd-blue);
  box-shadow: 0 8px 18px rgba(116, 61, 75, 0.24);
  color: var(--wkd-text-strong);
}

.chat-radio-button.primary:hover,
.chat-radio-button.primary:focus-visible {
  background: var(--wkd-blue-strong);
}

.chat-radio-button.secondary {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
}

.chat-radio-button.secondary:hover,
.chat-radio-button.secondary:focus-visible {
  border-color: var(--wkd-border);
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
}

.chat-panel {
  border-color: var(--wkd-border);
  border-radius: 18px;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.16);
}


.chat-message-area,
.chat-messages {
  background: var(--wkd-panel-soft);
}

.chat-online-toggle {
  border-color: var(--wkd-border);
  background: rgba(23, 26, 28, 0.84);
  color: rgba(232, 238, 246, 0.58);
}

.chat-online-toggle:hover,
.chat-online-toggle:focus-visible {
  border-color: rgba(116, 61, 75, 0.45);
  background: rgba(116, 61, 75, 0.12);
  color: var(--wkd-blue-bright);
}

.chat-shell.chat-online-open .chat-online-toggle {
  background: var(--wkd-panel-deep);
  border-color: var(--wkd-border);
}

.chat-online-drawer {
  border-left-color: var(--wkd-border);
  background: var(--wkd-panel);
  box-shadow: -10px 0 24px rgba(0, 0, 0, 0.175);
}

.chat-online-drawer-header {
  border-bottom-color: var(--wkd-border);
}

.chat-online-drawer-header h2 {
  color: var(--wkd-text);
}

.chat-message-name {
  color: var(--wkd-blue-bright);
}

.chat-message-name-button:hover,
.chat-message-name-button:focus-visible,
.chat-message.chat-message-options-open .chat-message-name-button,
.chat-online-name-button:hover,
.chat-online-name-button:focus-visible,
.chat-online-user.chat-online-options-open .chat-online-name-button {
  color: var(--wkd-blue-bright);
}

.chat-message-options,
.chat-online-options {
  background: var(--wkd-panel-deep);
}

.chat-message-option-button:hover,
.chat-message-option-button:focus-visible {
  background: rgba(116, 61, 75, 0.18);
}

.chat-composer {
  border-top-color: var(--wkd-border);
}

.chat-composer-main textarea {
  border-color: var(--wkd-border);
  border-radius: 16px;
  background: var(--wkd-panel);
}

.chat-composer-main textarea:focus {
  border-color: rgba(116, 61, 75, 0.52);
  box-shadow: 0 0 0 4px rgba(116, 61, 75, 0.16);
}

.chat-emote-toggle {
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
}

.chat-emote-toggle:hover,
.chat-emote-toggle:focus-visible {
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
  outline: none;
}

.chat-send-button {
  background: var(--wkd-blue);
  box-shadow: 0 8px 18px rgba(116, 61, 75, 0.24);
}

.chat-send-button:hover,
.chat-send-button:focus-visible {
  background: var(--wkd-blue-strong);
  outline: none;
}

.chat-emote-picker {
  border-color: var(--wkd-border);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.202);
}

.chat-emote-tabs {
  background: var(--wkd-panel-soft);
}

.chat-emote-tab.active,
.chat-emote-tab:hover,
.chat-emote-tab:focus-visible {
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
}

.chat-online-user {
  border-color: var(--wkd-border);
  background: var(--wkd-panel);
}

.chat-online-user.is-online .chat-online-avatar {
  box-shadow: 0 0 0 2px rgba(116, 61, 75, 0.76), 0 0 14px rgba(116, 61, 75, 0.5), 0 10px 22px rgba(0, 0, 0, 0.202);
}

.chat-online-presence {
  border-color: rgba(116, 61, 75, 0.24);
  color: var(--wkd-blue-bright);
}

.chat-online-presence-dot {
  background: var(--wkd-blue);
  box-shadow: 0 0 8px rgba(116, 61, 75, 0.64);
}

.chat-online-badge {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
}

body.chat-view-page .chat-now-next-panel {
  border-top-color: var(--wkd-border);
  border-bottom-color: var(--wkd-border);
  background: var(--wkd-panel);
  color: var(--wkd-text);
}

body.chat-view-page .chat-now-next-card,
body.chat-view-page .chat-now-next-radio-card {
  border-color: var(--wkd-border);
  background: var(--wkd-panel);
}

body.chat-view-page .chat-radio-button.secondary {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
}

@media (max-width: 650px) {

  .chat-now-next-panel {
    border-radius: 18px;
  }

  .chat-panel {
    border-radius: 18px;
  }

  body.chat-view-page .chat-now-next-panel,
  body.chat-view-page .chat-panel {
    border-radius: 0;
  }
}

/* Profile private dashboard refresh */
.profile-dashboard-grid-final {
  margin-top: 0;
}

.profile-preview-panel {
  background:
    radial-gradient(circle at top right, rgba(116, 61, 75, 0.14), transparent 34%),
    var(--wkd-panel);
}

.profile-edit-intro-card {
  margin: 0 0 18px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(116, 61, 75, 0.24);
  background:
    radial-gradient(circle at top right, rgba(116, 61, 75, 0.15), transparent 36%),
    var(--wkd-panel);
}

.profile-edit-intro-card span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.profile-edit-intro-card h2 {
  margin: 10px 0 7px;
  color: var(--wkd-text);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.15;
}

.profile-edit-intro-card p {
  max-width: 660px;
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
.profile-edit-intro-card {
    padding: 20px !important;
    text-align: center;
  }

  .profile-edit-intro-card span {
    margin: 0 auto;
  }
}

/* Account access flow */
body.account-access-page {
  min-height: 100vh;
  color: var(--wkd-text);
  background:
    radial-gradient(circle at 12% 6%, rgba(214, 162, 63, 0.16), transparent 30%),
    radial-gradient(circle at 88% 92%, rgba(116, 61, 75, 0.22), transparent 34%),
    linear-gradient(145deg, #090a0b 0%, #0b1522 48%, #07101a 100%);
}

body.account-access-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
}

.account-access-shell {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  padding: 40px 20px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.account-access-brand {
  display: inline-flex;
  margin: 0 0 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.account-access-brand img {
  display: block;
  width: auto;
  height: 55px;
  max-width: min(280px, 82vw);
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}

.account-access-card {
  width: min(100%, 490px);
  padding: 32px;
  border: 1px solid rgba(214, 162, 63, 0.24);
  border-radius: 24px;
  background: rgba(23, 26, 28, 0.94);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}

.account-access-card-wide {
  width: min(100%, 680px);
}

.account-access-header {
  margin-bottom: 25px;
  text-align: center;
}

.account-access-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.account-access-header h1 {
  color: var(--wkd-text);
  font-size: clamp(27px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.account-access-header p {
  max-width: 530px;
  margin: 11px auto 0;
  color: var(--wkd-muted);
  font-size: 15px;
  line-height: 1.6;
}

.account-access-form {
  gap: 18px;
}

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

.account-field {
  display: flex;
  min-width: 0;
  flex-flow: column;
}

.account-access-form .form-label {
  padding: 0 0 8px;
  color: var(--wkd-text);
  font-size: 13px;
  font-weight: 750;
}

.account-access-form .form-input {
  height: 50px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel);
  color: var(--wkd-text);
  font-size: 15px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.account-access-form .form-input:hover {
  border-color: var(--wkd-border);
}

.account-access-form .form-input:focus {
  border-color: rgba(116, 61, 75, 0.52);
  background: var(--wkd-panel);
  box-shadow: 0 0 0 4px rgba(116, 61, 75, 0.16);
}

.account-password-wrap {
  position: relative;
  display: flex;
}

.account-password-wrap .form-input {
  padding-right: 70px;
}

.account-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 51px;
  padding: 7px 8px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.account-password-toggle:hover,
.account-password-toggle:focus-visible {
  background: var(--wkd-panel-raised);
  color: var(--wkd-blue-bright);
  outline: 0;
}

.account-field-help {
  margin: 7px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.45;
}

.account-access-options {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.account-check {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--wkd-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  user-select: none;
}

.account-check input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--wkd-blue-bright);
}

.account-access-card .form-link,
.account-access-card a:not(.btn):not(.account-access-brand) {
  color: var(--wkd-blue-bright);
  font-weight: 750;
  text-decoration: none;
}

.account-access-card .form-link:hover,
.account-access-card a:not(.btn):not(.account-access-brand):hover {
  color: var(--wkd-blue-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-password-checklist {
  display: grid;
  margin: -2px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.account-password-checklist li {
  position: relative;
  padding: 9px 10px 9px 30px;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 650;
}

.account-password-checklist li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border: 2px solid var(--wkd-border);
  border-radius: 50%;
  background: transparent;
}

.account-password-checklist li.is-met {
  border-color: rgba(116, 61, 75, 0.52);
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
}

.account-password-checklist li.is-met::before {
  border-color: rgba(116, 61, 75, 0.52);
  background: var(--wkd-blue);
  box-shadow: inset 0 0 0 2px rgba(116, 61, 75, 0.28);
}

.account-privacy-note {
  margin: -2px 0 0;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.form div.msg.account-message {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.form div.msg.account-message:empty {
  display: none;
}

.form div.msg.account-message.error {
  padding: 12px 14px;
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
}

.form div.msg.account-message.success {
  display: flex;
  padding: 12px 14px;
  flex-flow: column;
  gap: 2px;
  border-color: var(--wkd-border);
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
}

.account-submit,
.account-secondary-action {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

.account-submit {
  background: var(--wkd-blue);
  box-shadow: 0 12px 26px rgba(116, 61, 75, 0.2);
}

.account-submit:hover,
.account-submit:focus-visible {
  background: var(--wkd-blue-strong);
}

.account-submit:disabled {
  cursor: wait;
  opacity: 0.75;
}

.account-submit-loading {
  display: none;
}

.account-submit.is-loading .account-submit-label {
  display: none;
}

.account-submit.is-loading .account-submit-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.account-submit.is-loading .account-submit-loading::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid rgba(125, 135, 141, 0.42);
  border-top-color: var(--wkd-border);
  border-radius: 50%;
  animation: account-access-spin 0.75s linear infinite;
}

@keyframes account-access-spin {
  to {
    transform: rotate(360deg);
  }
}

.account-access-divider {
  display: flex;
  margin: 23px 0 16px;
  align-items: center;
  color: var(--wkd-muted-strong);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.account-access-divider::before,
.account-access-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--wkd-panel-raised);
}

.account-access-divider span {
  padding: 0 12px;
  font-size: inherit;
}

.account-access-switch {
  margin: 18px 0 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.account-access-divider + .account-access-switch {
  margin-top: 0;
  margin-bottom: 13px;
}

.account-access-footer {
  display: flex;
  margin-top: 22px;
  padding-top: 18px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--wkd-border);
  color: var(--wkd-muted-strong);
  font-size: 12px;
}

.account-access-footer a {
  font-size: 12px;
}

.account-state-card {
  display: grid;
  margin-bottom: 20px;
  padding: 15px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel-soft);
}

.account-state-card.success {
  border-color: var(--wkd-border);
  background: var(--wkd-blue-soft);
}

.account-state-card.error {
  border-color: rgba(204, 67, 62, 0.44);
  background: var(--wkd-red-soft);
}

.account-state-card.neutral {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
}

.account-state-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wkd-surface-hover);
  color: var(--wkd-text);
  font-size: 17px;
  font-weight: 900;
}

.account-state-card.success .account-state-icon {
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
}

.account-state-card.error .account-state-icon {
  background: var(--wkd-red-soft);
  color: var(--wkd-red);
}

.account-state-card strong {
  display: block;
  color: var(--wkd-text);
  font-size: 14px;
}

.account-state-card p {
  margin: 4px 0 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.55;
}

.account-action-stack {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.account-logout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 700px) {
  .account-access-shell {
    padding: 24px 13px;
    justify-content: flex-start;
  }

  .account-access-brand {
    margin-bottom: 14px;
  }

  .account-access-brand img {
    height: 44px;
    max-width: 225px;
  }

  .account-access-card {
    padding: 24px 19px;
    border-radius: 19px;
  }

  .account-access-header {
    margin-bottom: 21px;
  }

  .account-access-header h1 {
    font-size: 27px;
  }

  .account-form-grid,
  .account-password-checklist,
  .account-logout-actions {
    grid-template-columns: 1fr;
  }

  .account-access-options {
    align-items: flex-start;
    flex-flow: column;
    gap: 11px;
  }
}

@media screen and (max-height: 650px) and (orientation: landscape) {
  .account-access-shell {
    padding-top: 18px;
    padding-bottom: 18px;
    justify-content: flex-start;
  }

  .account-access-brand img {
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-submit.is-loading .account-submit-loading::before {
    animation-duration: 1.5s;
  }
}


/* Public dark theme semantic states */
.btn.green,
.btn.blue {
  border-color: rgba(214, 162, 63, 0.24);
  background: linear-gradient(135deg, var(--wkd-blue) 0%, var(--wkd-blue-strong) 100%);
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 20px rgba(116, 61, 75, 0.20);
}

.btn:hover,
.btn.green:hover,
.btn.blue:hover {
  background: linear-gradient(135deg, var(--wkd-blue-bright) 0%, var(--wkd-blue) 100%);
  color: var(--wkd-text-strong);
}

.btn.alt {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-soft);
  box-shadow: none;
}

.btn.alt:hover,
.btn.alt:focus-visible {
  border-color: rgba(116, 61, 75, 0.44);
  background: var(--wkd-surface-hover);
  color: var(--wkd-text-strong);
}

.schedule-day-tab.active,
.home-live-tab.is-active {
  border-color: rgba(214, 162, 63, 0.42);
  background: linear-gradient(135deg, var(--wkd-blue) 0%, var(--wkd-blue-strong) 100%);
  color: var(--wkd-text-strong);
  box-shadow:
    inset 0 -2px 0 rgba(214, 162, 63, 0.82),
    0 8px 18px rgba(116, 61, 75, 0.20);
}

.schedule-live-pill.is-live {
  background: var(--wkd-gold);
  color: #171303;
  box-shadow: 0 8px 18px rgba(214, 162, 63, 0.22);
}

.home-live-panel.is-live::before {
  background: linear-gradient(90deg, var(--wkd-gold) 0%, var(--wkd-blue) 100%);
}

.home-live-panel.is-live .home-live-status,
.home-live-show-card.is-live .home-live-status,
.dj-list-live-badge {
  background: var(--wkd-gold);
  color: #171303;
}

.dj-list-card.is-live-now {
  border-color: rgba(214, 162, 63, 0.46);
}

.dj-list-card.is-live-now::before {
  background: linear-gradient(90deg, var(--wkd-gold), var(--wkd-blue), var(--wkd-gold));
}

.chat-now-next-card.is-live .chat-now-next-pulse {
  background: var(--wkd-gold);
  box-shadow: 0 0 0 5px rgba(214, 162, 63, 0.14);
}

.chat-now-next-card.is-live .chat-now-next-label {
  color: var(--wkd-gold-bright);
}

.chat-radio-panel.radio-playing .chat-radio-pulse,
.chat-online-presence-dot {
  background: var(--wkd-green);
  box-shadow: 0 0 8px rgba(94, 166, 110, 0.62);
}

.chat-radio-copy p[data-radio-state="playing"],
.chat-online-presence {
  color: var(--wkd-green);
}

.chat-message-option-button.success {
  color: var(--wkd-green);
}

.form div.msg.account-message.success,
.account-state-card.success,
.account-password-checklist li.is-met {
  border-color: rgba(94, 166, 110, 0.42);
  background: var(--wkd-green-soft);
  color: var(--wkd-green);
}

.account-state-card.success .account-state-icon,
.account-password-checklist li.is-met::before {
  border-color: rgba(94, 166, 110, 0.52);
  background: var(--wkd-green);
  color: #06150c;
}

.form div.msg.account-message.error,
.schedule-message.error,
.booking-slots-message.error,
.schedule-request-alert.error,
.schedule-request-clash-preview.error {
  color: var(--wkd-red);
}

.account-submit.is-loading .account-submit-loading::before {
  border-color: rgba(255, 255, 255, 0.38);
  border-top-color: var(--wkd-text-strong);
}


/* Public dark theme finishing details */
input,
textarea,
select,
button {
  color-scheme: dark;
}

input::placeholder,
textarea::placeholder {
  color: #8f8a82;
  opacity: 1;
}

a {
  text-underline-offset: 3px;
}

:focus-visible {
  outline-color: var(--wkd-blue-bright);
}

.site-brand-logo,
.account-access-brand img {
  filter:
    drop-shadow(0 0 13px rgba(116, 61, 75, 0.12))
    drop-shadow(0 0 10px rgba(214, 162, 63, 0.08));
}


/* Consistent spacing below the public site navigation */
.content {
  padding-top: 30px;
}

/* Remove each page's older first-block offset so the shared gap stays exact. */
.content > .home-hero,
.content > .dj-directory-hero,
.content > .dj-public-profile-hero,
.content > .dj-profile-not-found,
.content > .profile-edit-layout,
.content > .schedule-shell,
.content > .schedule-request-intro {
  margin-top: 0;
}

.content > .profile-dashboard-grid-final > .profile-preview-panel,
.content > .profile-dashboard-grid-final > .profile-account-panel {
  margin-top: 0;
}

.content > .chat-page {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .content {
    padding-top: 18px;
  }
}

@media (max-width: 650px),
  (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  /* The locked-height mobile chat keeps a compact gap to preserve message space. */
  body.chat-view-page .chat-now-next-panel {
    margin-top: 8px;
  }
}

/* Balanced studio theme: colours are assigned by function, not repeated everywhere. */
.header {
  border-bottom-color: rgba(125, 135, 141, 0.24);
  background:
    radial-gradient(circle at 12% -45%, rgba(214, 162, 63, 0.10), transparent 36%),
    radial-gradient(circle at 88% -48%, rgba(116, 61, 75, 0.14), transparent 42%),
    linear-gradient(135deg, #090a0b 0%, #151719 58%, #101214 100%);
}

.site-footer {
  border-top-color: rgba(125, 135, 141, 0.20);
  background:
    radial-gradient(circle at 14% 0%, rgba(214, 162, 63, 0.045), transparent 28%),
    radial-gradient(circle at 86% 0%, rgba(116, 61, 75, 0.055), transparent 32%),
    linear-gradient(180deg, #141618 0%, #0b0c0d 100%);
}

.header .wrapper .menu a:hover,
.header .wrapper .menu a:active {
  border-color: rgba(125, 135, 141, 0.34);
  background-color: var(--wkd-chrome-soft);
}

.header .wrapper .menu a.active {
  border-color: rgba(158, 83, 105, 0.58);
  background: var(--wkd-burgundy-soft);
  box-shadow: inset 0 -2px 0 var(--wkd-amber);
}

.header .wrapper .header-profile-picture:hover,
.header .wrapper .header-profile-picture[aria-expanded="true"],
.header .wrapper .header-profile-picture:focus-visible {
  border-color: var(--wkd-amber);
}

.header .wrapper .header-profile-picture:focus-visible,
:focus-visible {
  outline-color: var(--wkd-amber-bright);
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.22);
}

.header .wrapper .header-profile-initial,
.profile-avatar,
.dj-profile-avatar,
.dj-list-avatar,
.schedule-avatar,
.home-live-avatar,
.home-dj-avatar {
  background: linear-gradient(145deg, var(--wkd-panel-raised), var(--wkd-chrome));
  color: var(--wkd-text-strong);
}

.profile-role-badge,
.dj-profile-role,
.dj-list-role,
.schedule-request-role-pill,
.schedule-request-section-heading > span {
  background: var(--wkd-burgundy);
  color: var(--wkd-text-strong);
}

.form .form-link,
.form .form-link:hover,
.schedule-status-eyebrow,
.schedule-time,
.booking-slot-time,
.dj-list-next-label,
.dj-profile-show-time strong,
.profile-preview-kicker,
.dj-directory-kicker,
.home-kicker,
.home-section-link,
.home-section-link:hover,
.home-schedule-time span,
.home-dj-copy > span,
.chat-now-next-card.is-up-next .chat-now-next-label,
.chat-now-next-radio-card .chat-now-next-label,
.account-access-eyebrow,
.account-access-card a:not(.btn):not(.account-access-brand) {
  color: var(--wkd-amber-bright);
}

.btn,
.btn.green,
.btn.blue,
.account-submit,
.chat-radio-button.primary,
.chat-send-button {
  border-color: rgba(214, 162, 63, 0.36);
  background: linear-gradient(135deg, var(--wkd-amber-bright) 0%, var(--wkd-amber) 100%);
  color: #17130c;
  box-shadow: 0 8px 20px rgba(214, 162, 63, 0.16);
}

.btn:hover,
.btn.green:hover,
.btn.blue:hover,
.account-submit:hover,
.account-submit:focus-visible,
.chat-radio-button.primary:hover,
.chat-radio-button.primary:focus-visible,
.chat-send-button:hover,
.chat-send-button:focus-visible {
  background: linear-gradient(135deg, #f5cf7a 0%, var(--wkd-amber-bright) 100%);
  color: #17130c;
}

.btn.alt,
.chat-radio-button.secondary {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-soft);
  box-shadow: none;
}

.btn.alt:hover,
.btn.alt:focus-visible,
.chat-radio-button.secondary:hover,
.chat-radio-button.secondary:focus-visible {
  border-color: rgba(125, 135, 141, 0.48);
  background: var(--wkd-surface-hover);
  color: var(--wkd-text-strong);
}

.schedule-day-tab:hover,
.schedule-day-tab:focus-visible,
.home-live-tab:hover,
.home-live-tab:focus-visible {
  border-color: rgba(125, 135, 141, 0.42);
  background: var(--wkd-chrome-soft);
  color: var(--wkd-text-strong);
}

.schedule-day-tab.active,
.home-live-tab.is-active {
  border-color: rgba(158, 83, 105, 0.66);
  background: linear-gradient(135deg, var(--wkd-burgundy-bright) 0%, var(--wkd-burgundy-strong) 100%);
  color: var(--wkd-text-strong);
  box-shadow:
    inset 0 -2px 0 var(--wkd-amber),
    0 8px 18px rgba(78, 39, 51, 0.24);
}

.home-live-panel::before,
.dj-list-card::before,
.dj-public-profile-hero::before {
  background: linear-gradient(90deg, var(--wkd-burgundy), var(--wkd-amber));
}

.schedule-request-rule-card::before,
.schedule-request-section-heading.compact > span {
  background: var(--wkd-amber);
}

.schedule-live-pill.is-live,
.schedule-badge-on_air,
.home-live-panel.is-live .home-live-status,
.home-live-show-card.is-live .home-live-status,
.dj-list-live-badge,
.dj-profile-show-status.on-air {
  background: var(--wkd-live);
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 18px rgba(204, 67, 62, 0.20);
}

.home-live-panel.is-live::before,
.dj-list-card.is-live-now::before,
.dj-profile-show-card.is-on-air::before {
  background: linear-gradient(90deg, var(--wkd-live), var(--wkd-burgundy), var(--wkd-live));
}

.dj-list-card.is-live-now,
.schedule-card.is-live,
.home-live-show-card.is-live {
  border-color: rgba(204, 67, 62, 0.48);
}

.chat-now-next-card.is-live .chat-now-next-pulse,
.chat-now-next-pulse {
  background: var(--wkd-live);
  box-shadow: 0 0 0 5px rgba(204, 67, 62, 0.13);
}

.chat-now-next-card.is-live .chat-now-next-label {
  color: var(--wkd-live-bright);
}

.chat-now-next-card.is-up-next .chat-now-next-pulse,
.chat-radio-pulse {
  background: var(--wkd-amber);
  box-shadow: 0 0 0 5px rgba(214, 162, 63, 0.12);
}

.chat-radio-panel.radio-playing .chat-radio-pulse,
.chat-online-presence-dot {
  background: var(--wkd-green);
  box-shadow: 0 0 8px rgba(94, 166, 110, 0.54);
}

.chat-radio-copy p[data-radio-state="playing"],
.chat-online-presence,
.chat-message-option-button.success,
.schedule-request-alert.success,
.schedule-request-clash-preview.available,
.schedule-request-status-pill.status-active {
  color: var(--wkd-green) !important;
}

.chat-radio-volume input[type="range"],
.account-check input {
  accent-color: var(--wkd-amber);
}

.chat-message-name,
.chat-online-user.chat-online-options-open .chat-online-name-button {
  color: var(--wkd-text-strong);
}

.account-password-checklist li.is-met,
.form div.msg.account-message.success,
.account-state-card.success {
  border-color: rgba(94, 166, 110, 0.40);
  background: var(--wkd-green-soft);
  color: var(--wkd-green);
}

.account-password-checklist li.is-met::before,
.account-state-card.success .account-state-icon {
  border-color: rgba(94, 166, 110, 0.52);
  background: var(--wkd-green);
  color: #0c160f;
}

.form div.msg.account-message.error,
.account-state-card.error,
.schedule-message.error,
.booking-slots-message.error,
.schedule-request-alert.error,
.schedule-request-clash-preview.error {
  border-color: rgba(204, 67, 62, 0.42);
  background: var(--wkd-red-soft);
  color: var(--wkd-red);
}

.site-brand-logo,
.account-access-brand img {
  filter:
    drop-shadow(0 0 11px rgba(214, 162, 63, 0.055))
    drop-shadow(0 0 9px rgba(116, 61, 75, 0.06));
}

::selection {
  background: rgba(116, 61, 75, 0.55);
  color: var(--wkd-text-strong);
}

/* Public DJ profile refinement: radio-centred hero, compact programme and role-aware editor. */
.dj-public-profile-page {
  display: grid;
  gap: 22px;
}

.dj-public-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 162, 63, 0.10), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(116, 61, 75, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(27, 29, 31, 0.98), rgba(13, 14, 15, 0.98));
}

.dj-public-profile-main {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.dj-public-profile-hero .dj-profile-avatar {
  flex: 0 0 184px;
  width: 184px;
  height: 184px;
  border-radius: 30px;
  overflow: hidden;
}

.dj-public-profile-hero .dj-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dj-public-profile-hero .dj-profile-avatar span {
  font-size: 62px;
}

.dj-public-profile-hero .dj-profile-content {
  min-width: 0;
  text-align: left;
}

.dj-public-profile-hero .dj-profile-content h1 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
}

.dj-public-profile-hero .dj-profile-bio {
  max-width: 690px;
  font-size: 15px;
  line-height: 1.7;
}

.dj-public-profile-hero .dj-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.dj-public-profile-hero .dj-profile-actions .btn {
  margin-top: 0;
}

.dj-profile-now-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(214, 162, 63, 0.20);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 54%),
    rgba(8, 9, 10, 0.70);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.20);
}

.dj-profile-now-card.is-on-air {
  border-color: rgba(94, 166, 110, 0.46);
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-green),
    0 0 0 1px rgba(94, 166, 110, 0.08),
    0 0 24px var(--wkd-glow-green-passive);
}

.dj-profile-now-card.is-scheduled-now {
  border-color: rgba(214, 162, 63, 0.42);
}

.dj-profile-now-kicker {
  color: var(--wkd-muted-strong);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dj-profile-now-card .dj-profile-show-status {
  align-self: flex-start;
  margin-top: 13px;
}

.dj-profile-now-card h2 {
  margin: 13px 0 6px;
  color: var(--wkd-text-strong);
  font-size: 24px;
  line-height: 1.12;
}

.dj-profile-now-card > p,
.dj-profile-now-date {
  margin: 0 0 12px;
  color: var(--wkd-muted-strong);
  font-size: 13px;
  line-height: 1.5;
}

.dj-profile-now-card > strong {
  color: var(--wkd-gold-bright);
  font-size: 17px;
  line-height: 1.2;
}

.dj-profile-listen-live {
  align-self: flex-start;
  margin-top: 16px;
}

.dj-profile-schedule-header p {
  margin: 7px 0 0;
  max-width: 620px;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.55;
}

.dj-profile-show-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.dj-profile-show-card {
  min-height: 104px;
}

.dj-profile-show-card.is-featured {
  min-height: 122px;
  border-color: rgba(214, 162, 63, 0.36);
  background:
    radial-gradient(circle at 0% 0%, rgba(214, 162, 63, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(29, 31, 33, 0.98), rgba(15, 16, 17, 0.98));
}

.dj-profile-show-card.is-featured::before {
  width: 4px;
  background: linear-gradient(180deg, var(--wkd-gold), var(--wkd-burgundy));
}

.dj-profile-show-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.dj-profile-show-labels .dj-profile-show-status {
  margin: 0;
}

.dj-profile-show-type {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(125, 135, 141, 0.24);
  border-radius: 999px;
  color: var(--wkd-muted-strong);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.dj-profile-show-card h4 {
  font-size: 18px;
}

.dj-list-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dj-list-bio {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.profile-edit-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.profile-edit-field-help {
  margin: 8px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .dj-public-profile-hero {
    grid-template-columns: 1fr;
  }

  .dj-profile-now-card {
    min-height: 0;
  }
}

@media screen and (max-width: 650px) {
  .dj-public-profile-hero {
    gap: 20px;
    padding: 20px;
  }

  .dj-public-profile-main {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .dj-public-profile-hero .dj-profile-avatar {
    align-self: center;
    flex-basis: 148px;
    width: 148px;
    height: 148px;
    border-radius: 26px;
  }

  .dj-public-profile-hero .dj-profile-avatar span {
    font-size: 50px;
  }

  .dj-public-profile-hero .dj-profile-content {
    text-align: center;
  }

  .dj-public-profile-hero .dj-profile-actions,
  .profile-edit-intro-actions {
    flex-direction: column;
  }

  .dj-public-profile-hero .dj-profile-actions .btn,
  .profile-edit-intro-actions .btn,
  .dj-profile-listen-live {
    width: 100%;
  }

  .dj-profile-show-card {
    min-height: 0;
  }
}

.dj-profile-now-schedule-link {
  align-self: flex-start;
  margin-top: 16px;
}

@media screen and (max-width: 650px) {
  .dj-profile-now-schedule-link {
    width: 100%;
  }
}

.dj-profile-listen-live[hidden],
.dj-profile-now-schedule-link[hidden] {
  display: none !important;
}

/* DJ-only social links in the shared profile editor and public DJ profile. */
.profile-social-preview,
.dj-profile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-social-preview {
  margin-top: 14px;
}

.dj-profile-social-button,
.dj-profile-social-link {
  --social-accent: var(--wkd-amber-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--social-accent) 36%, rgba(214, 162, 63, 0.28));
  border-radius: 14px;
  background: color-mix(in srgb, var(--social-accent) 8%, rgba(255, 255, 255, 0.035));
  color: color-mix(in srgb, var(--social-accent) 78%, white 22%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dj-profile-social-button {
  cursor: default;
}

.dj-social-icon,
.dj-profile-social-button svg,
.dj-profile-social-link svg {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
}

.dj-profile-socials {
  margin-top: 10px;
}

.dj-profile-social-link {
  width: 30px;
  height: 30px;
  text-decoration: none;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease,
    color 150ms ease;
}

.dj-profile-social-link:hover,
.dj-profile-social-link:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--social-accent) 72%, var(--wkd-amber));
  background: color-mix(in srgb, var(--social-accent) 14%, rgba(255, 255, 255, 0.055));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    0 0 0 2px color-mix(in srgb, var(--social-accent) 12%, transparent),
    0 0 18px color-mix(in srgb, var(--social-accent) 18%, transparent);
  color: color-mix(in srgb, var(--social-accent) 88%, white 12%);
}

.dj-profile-social-button.is-instagram,
.dj-profile-social-link.is-instagram { --social-accent: #da669f; }
.dj-profile-social-button.is-facebook,
.dj-profile-social-link.is-facebook { --social-accent: #5f91e8; }
.dj-profile-social-button.is-tiktok,
.dj-profile-social-link.is-tiktok { --social-accent: #f0547b; }
.dj-profile-social-button.is-youtube,
.dj-profile-social-link.is-youtube { --social-accent: #ef5350; }
.dj-profile-social-button.is-soundcloud,
.dj-profile-social-link.is-soundcloud { --social-accent: #ff8a38; }
.dj-profile-social-button.is-mixcloud,
.dj-profile-social-link.is-mixcloud { --social-accent: #58c4d8; }
.dj-profile-social-button.is-spotify,
.dj-profile-social-link.is-spotify { --social-accent: #4fd37a; }
.dj-profile-social-button.is-twitch,
.dj-profile-social-link.is-twitch { --social-accent: #a982ff; }
.dj-profile-social-button.is-kick,
.dj-profile-social-link.is-kick { --social-accent: #8adf55; }

.profile-social-section {
  padding: 0 !important;
  overflow: hidden;
}

.profile-social-unavailable {
  padding: 24px;
}

.profile-social-unavailable .profile-edit-section-heading {
  margin-bottom: 16px;
}

.profile-social-editor {
  display: block;
}

.profile-social-editor-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 17px 22px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
}

.profile-social-editor-summary::-webkit-details-marker {
  display: none;
}

.profile-social-editor-summary::marker {
  content: "";
}

.profile-social-editor-summary:hover,
.profile-social-editor-summary:focus-visible {
  background: rgba(214, 162, 63, 0.045);
}

.profile-social-editor-summary:focus-visible {
  outline: 2px solid rgba(214, 162, 63, 0.56);
  outline-offset: -2px;
}

.profile-social-editor[open] .profile-social-editor-summary {
  border-bottom: 1px solid var(--wkd-border);
  background: rgba(214, 162, 63, 0.035);
}

.profile-social-editor-summary-copy {
  min-width: 0;
}

.profile-social-editor-summary-copy h3 {
  margin: 0 0 4px;
  color: var(--wkd-text);
  font-size: 18px;
  font-weight: 780;
}

.profile-social-editor-summary-copy p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.profile-social-editor-summary-copy strong {
  color: var(--wkd-amber-bright);
  font-weight: 850;
}

.profile-social-editor-action {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.profile-social-editor-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease;
}

.profile-social-editor[open] .profile-social-editor-action svg {
  transform: rotate(180deg);
}

.profile-social-editor-body {
  padding: 18px 22px 21px;
}

.profile-social-editor-intro {
  margin: 0 0 14px;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.profile-social-field {
  --social-accent: var(--wkd-amber-bright);
  min-width: 0;
}

.profile-social-field.is-instagram { --social-accent: #da669f; }
.profile-social-field.is-facebook { --social-accent: #5f91e8; }
.profile-social-field.is-tiktok { --social-accent: #f0547b; }
.profile-social-field.is-youtube { --social-accent: #ef5350; }
.profile-social-field.is-soundcloud { --social-accent: #ff8a38; }
.profile-social-field.is-mixcloud { --social-accent: #58c4d8; }
.profile-social-field.is-spotify { --social-accent: #4fd37a; }
.profile-social-field.is-twitch { --social-accent: #a982ff; }
.profile-social-field.is-kick { --social-accent: #8adf55; }

.profile-social-field-label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding-bottom: 6px !important;
  font-size: 12px !important;
}

.profile-social-field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border: 1px solid color-mix(in srgb, var(--social-accent) 34%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--social-accent) 9%, transparent);
  color: color-mix(in srgb, var(--social-accent) 80%, white 20%);
}

.profile-social-field-icon .dj-social-icon {
  width: 13px;
  height: 13px;
}

.profile-social-field .form-input {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  font-size: 12px;
}

.profile-social-field .form-input::placeholder {
  font-size: 11px;
}

.profile-social-help {
  margin-top: 13px;
}

@media screen and (max-width: 900px) {
  .profile-social-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 650px) {
  .profile-social-preview,
  .dj-profile-socials {
    justify-content: center;
  }

  .profile-social-editor-summary {
    min-height: 70px;
    padding: 15px 17px;
  }

  .profile-social-editor-action span {
    display: none;
  }

  .profile-social-editor-body {
    padding: 16px 17px 18px;
  }

  .profile-social-field-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}
/* Booking, schedule and account notifications */
.header {
  position: relative;
  z-index: 1300;
}

.notification-centre {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 10px;
}

.notification-bell {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(125, 135, 141, 0.30);
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-soft);
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.notification-bell svg {
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  fill: currentColor;
}

.notification-bell:hover,
.notification-bell[aria-expanded="true"],
.notification-bell:focus-visible {
  border-color: var(--wkd-amber);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-strong);
}

.notification-bell:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.22);
}

@media (hover: hover) and (pointer: fine) {
  .notification-bell:hover {
    transform: translateY(-1px);
  }
}

.notification-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #101214;
  border-radius: 999px;
  background: var(--wkd-live);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 5px 14px rgba(204, 67, 62, 0.28);
}

.notification-dropdown {
  position: absolute;
  z-index: 1400;
  top: calc(100% + 13px);
  right: 0;
  width: min(390px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 16px;
  background: var(--wkd-panel);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
}

.notification-dropdown[hidden] {
  display: none;
}

.notification-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--wkd-border-soft);
  background: var(--wkd-panel-deep);
}

.notification-dropdown-head strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
  font-weight: 900;
}

.notification-dropdown-head button {
  padding: 5px 0;
  border: 0;
  appearance: none;
  cursor: pointer;
  background: transparent;
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 800;
}

.notification-dropdown-head button:hover,
.notification-dropdown-head button:focus-visible {
  outline: 0;
  color: var(--wkd-text-strong);
}

.notification-dropdown-list {
  max-height: min(420px, calc(100vh - 190px));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.notification-dropdown-item {
  position: relative;
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 14px 15px;
  border-bottom: 1px solid var(--wkd-border-soft);
  color: var(--wkd-text);
  text-decoration: none;
  transition: background-color .18s ease;
}

.notification-dropdown-item:hover,
.notification-dropdown-item:focus-visible {
  outline: 0;
  background: var(--wkd-surface-hover);
}

.notification-dropdown-item.is-unread {
  background: linear-gradient(90deg, rgba(214, 162, 63, 0.075), rgba(116, 61, 75, 0.055));
}

.notification-dropdown-item.is-read {
  opacity: .74;
}

.notification-dropdown-indicator,
.notification-page-indicator,
.notification-toast-indicator {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--wkd-chrome);
  box-shadow: 0 0 0 4px rgba(125, 135, 141, 0.10);
}

.category-booking .notification-dropdown-indicator,
.category-booking .notification-page-indicator,
.category-booking .notification-toast-indicator {
  background: var(--wkd-amber);
  box-shadow: 0 0 0 4px var(--wkd-amber-soft);
}

.category-schedule .notification-dropdown-indicator,
.category-schedule .notification-page-indicator,
.category-schedule .notification-toast-indicator {
  background: var(--wkd-burgundy-bright);
  box-shadow: 0 0 0 4px var(--wkd-burgundy-soft);
}


.category-account .notification-dropdown-indicator,
.category-account .notification-page-indicator,
.category-account .notification-toast-indicator {
  background: var(--wkd-green);
  box-shadow: 0 0 0 4px var(--wkd-green-soft);
}

.notification-dropdown-copy,
.notification-toast > span:last-child {
  display: flex;
  min-width: 0;
  flex-flow: column;
  gap: 4px;
}

.notification-dropdown-meta,
.notification-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.notification-dropdown-meta time,
.notification-page-meta time {
  color: var(--wkd-muted);
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.notification-dropdown-copy strong {
  overflow: hidden;
  color: var(--wkd-text-strong);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-dropdown-copy > span:last-child {
  display: -webkit-box;
  overflow: hidden;
  color: var(--wkd-muted-strong);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.notification-empty {
  margin: 0;
  padding: 28px 18px;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.notification-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border-top: 1px solid var(--wkd-border-soft);
  background: var(--wkd-panel-deep);
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.notification-view-all:hover,
.notification-view-all:focus-visible {
  outline: 0;
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-strong);
}

.notification-toast-stack {
  position: fixed;
  z-index: 2200;
  top: 102px;
  right: 22px;
  display: flex;
  width: min(390px, calc(100vw - 30px));
  flex-flow: column;
  gap: 10px;
  pointer-events: none;
}

.notification-toast {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid var(--wkd-border);
  border-radius: 15px;
  opacity: 0;
  background: rgba(23, 26, 28, .98);
  color: var(--wkd-text);
  text-decoration: none;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .48);
  pointer-events: auto;
  transform: translateY(-10px) translateX(14px);
  transition: opacity .24s ease, transform .24s ease;
}

.notification-toast.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.notification-toast:hover,
.notification-toast:focus-visible {
  outline: 0;
  border-color: var(--wkd-amber);
  background: var(--wkd-panel-soft);
}

.notification-toast small {
  color: var(--wkd-amber-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.notification-toast strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.notification-toast > span:last-child > span:last-child {
  color: var(--wkd-muted-strong);
  font-size: 12px;
  line-height: 1.45;
}

.notifications-page-shell {
  display: flex;
  flex-flow: column;
  gap: 18px;
  margin-top: 0;
}

.notifications-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 0%, rgba(214, 162, 63, .10), transparent 34%),
    linear-gradient(145deg, var(--wkd-panel-soft), var(--wkd-panel));
  box-shadow: var(--wkd-shadow-soft);
}

.notifications-page-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.notifications-page-header h1 {
  color: var(--wkd-text-strong);
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.1;
}

.notifications-page-header p {
  max-width: 660px;
  margin: 9px 0 0;
  color: var(--wkd-muted-strong);
  font-size: 14px;
  line-height: 1.6;
}

.notifications-page-list {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background: var(--wkd-panel);
  box-shadow: var(--wkd-shadow-soft);
}

.notification-page-item {
  position: relative;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 15px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.notification-page-item:last-child {
  border-bottom: 0;
}

.notification-page-item.is-unread {
  background: linear-gradient(90deg, rgba(214, 162, 63, .07), rgba(116, 61, 75, .045));
}

.notification-page-item.is-unread::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--wkd-amber);
}

.notification-page-item.is-read {
  opacity: .76;
}

.notification-page-copy {
  min-width: 0;
}

.notification-page-copy h2 {
  margin-top: 7px;
  color: var(--wkd-text-strong);
  font-size: 17px;
  line-height: 1.35;
}

.notification-page-copy > p {
  margin: 6px 0 0;
  color: var(--wkd-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.notification-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
}

.notification-page-actions form {
  margin: 0;
}

.notification-page-actions a,
.notification-page-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--wkd-border);
  border-radius: 9px;
  appearance: none;
  cursor: pointer;
  background: var(--wkd-panel-soft);
  color: var(--wkd-text-soft);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.notification-page-actions a {
  border-color: rgba(214, 162, 63, .34);
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
}

.notification-page-actions a:hover,
.notification-page-actions a:focus-visible,
.notification-page-actions button:hover,
.notification-page-actions button:focus-visible {
  outline: 0;
  border-color: var(--wkd-amber);
  background: var(--wkd-surface-hover);
  color: var(--wkd-text-strong);
}

.notifications-page-empty {
  padding: 46px 24px;
  border: 1px dashed var(--wkd-border-strong);
  border-radius: 18px;
  background: rgba(23, 26, 28, .78);
  text-align: center;
}

.notifications-page-empty h2 {
  color: var(--wkd-text-strong);
  font-size: 20px;
}

.notifications-page-empty p {
  margin: 8px 0 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.55;
}

@media screen and (max-width: 1000px) {
  .notification-centre {
    margin-left: 8px;
  }

  .notification-dropdown {
    right: -52px;
  }
}

@media screen and (max-width: 700px) {
  .notification-centre {
    order: 2;
    margin-left: 6px;
  }

  .notification-bell {
    width: 40px;
    height: 40px;
  }

  .notification-dropdown {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - 92px);
  }

  .notification-dropdown-list {
    max-height: calc(100vh - 196px);
  }

  .notification-toast-stack {
    top: 78px;
    right: 12px;
    width: calc(100vw - 24px);
  }

  .notifications-page-header {
    align-items: stretch;
    flex-flow: column;
    padding: 20px;
  }

  .notifications-page-header form,
  .notifications-page-header .btn {
    width: 100%;
  }

  .notification-page-item {
    padding: 17px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link,
  .notification-bell,
  .notification-dropdown-item,
  .notification-toast {
    transition: none;
  }
}

/* Chat listener/player responsive order */
.chat-now-next-panel.has-radio .chat-now-next-radio-card {
  order: 3;
}

.chat-now-next-panel.has-radio .chat-radio-listener-card {
  order: 4;
}

@media (max-width: 650px) {
  body.chat-view-page .chat-now-next-panel.has-radio .chat-radio-listener-card {
    order: 3;
  }

  body.chat-view-page .chat-now-next-panel.has-radio .chat-now-next-radio-card {
    order: 4;
  }
}

/* Chat message action menu: viewport-safe sizing on compact screens. */
@media (max-width: 640px) {
  .chat-message-options,
  .chat-online-options {
    max-width: calc(100vw - 24px);
    min-width: 168px;
  }

  .chat-message-option-button {
    min-height: 40px;
    padding: 10px 12px;
  }
}

/* Chat online list presence colours */
.chat-online-user.is-online .chat-online-avatar {
  background: linear-gradient(135deg, var(--wkd-panel-deep), #4fc96b);
  box-shadow:
    0 0 0 3px #4fc96b,
    0 0 0 6px rgba(79, 201, 107, 0.16),
    0 0 20px rgba(79, 201, 107, 0.58),
    0 10px 22px rgba(0, 0, 0, 0.28);
}

.chat-online-user.is-online .chat-online-presence {
  background: rgba(79, 201, 107, 0.13);
  border-color: rgba(79, 201, 107, 0.58);
  color: #78e08d !important;
}

.chat-online-user.is-online .chat-online-presence-dot {
  background: #4fc96b;
  box-shadow: 0 0 10px rgba(79, 201, 107, 0.88);
}

.chat-online-user.is-away .chat-online-avatar {
  background: linear-gradient(135deg, var(--wkd-panel-deep), #ee9635);
  box-shadow:
    0 0 0 3px #ee9635,
    0 0 0 6px rgba(238, 150, 53, 0.16),
    0 0 20px rgba(238, 150, 53, 0.58),
    0 10px 22px rgba(0, 0, 0, 0.28);
}

.chat-online-user.is-away .chat-online-presence {
  background: rgba(238, 150, 53, 0.13);
  border-color: rgba(238, 150, 53, 0.62);
  color: #ffb45e !important;
}

.chat-online-user.is-away .chat-online-presence-dot {
  background: #ee9635;
  box-shadow: 0 0 10px rgba(238, 150, 53, 0.9);
}


/* Staff-only chat restriction status shown in the online list. */
.chat-online-user.is-chat-restricted {
  border-color: rgba(238, 150, 53, 0.34);
}

.chat-online-restriction {
  align-items: center;
  border: 1px solid rgba(238, 150, 53, 0.5);
  border-radius: 999px;
  background: rgba(238, 150, 53, 0.12);
  color: #ffb45e;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.chat-online-restriction.is-permanent {
  background: rgba(201, 68, 76, 0.14);
  border-color: rgba(232, 86, 96, 0.56);
  color: #ff8e96;
}

/* Privacy and legal information pages */
.legal-page-shell {
  margin: 6px 0 42px;
}

.legal-page-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(214, 162, 63, 0.12), transparent 36%),
    radial-gradient(circle at 94% 12%, rgba(116, 61, 75, 0.18), transparent 34%),
    rgba(23, 26, 28, 0.92);
  box-shadow: var(--wkd-shadow-soft);
}

.legal-page-kicker {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-page-hero h1 {
  color: var(--wkd-text-strong);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.02;
}

.legal-page-hero p {
  max-width: 680px;
  margin: 13px 0 0;
  color: var(--wkd-text-soft);
  font-size: 16px;
  line-height: 1.65;
}

.legal-page-updated {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 152px;
  padding: 13px 15px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: rgba(11, 12, 13, 0.54);
}

.legal-page-updated span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-page-updated time {
  color: var(--wkd-text-strong);
  font-size: 14px;
  font-weight: 800;
}

.legal-page-summary {
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(94, 166, 110, 0.42);
  border-left: 4px solid var(--wkd-green);
  border-radius: 14px;
  background: var(--wkd-green-soft);
}

.legal-page-summary strong {
  display: block;
  margin-bottom: 5px;
  color: var(--wkd-text-strong);
  font-size: 14px;
}

.legal-page-summary p {
  margin: 0;
  color: var(--wkd-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.legal-page-contents {
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: rgba(17, 19, 21, 0.88);
}

.legal-page-contents strong {
  display: block;
  margin-bottom: 10px;
  color: var(--wkd-text-strong);
  font-size: 14px;
}

.legal-page-contents div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.legal-page-contents a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: var(--wkd-panel);
  color: var(--wkd-text);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.legal-page-contents a:hover,
.legal-page-contents a:focus-visible {
  border-color: rgba(214, 162, 63, 0.5);
  outline: 0;
  color: var(--wkd-amber-bright);
}

.legal-page-grid {
  display: grid;
  gap: 16px;
}

.legal-page-card {
  scroll-margin-top: 92px;
  padding: 25px 28px;
  border: 1px solid var(--wkd-border);
  border-radius: 16px;
  background: rgba(23, 26, 28, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.legal-page-card h2 {
  margin-bottom: 14px;
  color: var(--wkd-text-strong);
  font-size: 22px;
  line-height: 1.25;
}

.legal-page-card h3 {
  margin: 21px 0 7px;
  color: var(--wkd-amber-bright);
  font-size: 15px;
  line-height: 1.35;
}

.legal-page-card p,
.legal-page-card li {
  color: var(--wkd-text-soft);
  font-size: 14px;
  line-height: 1.72;
}

.legal-page-card p {
  margin: 0 0 13px;
}

.legal-page-card p:last-child {
  margin-bottom: 0;
}

.legal-page-card ul {
  margin: 0 0 15px;
  padding-left: 22px;
}

.legal-page-card li + li {
  margin-top: 8px;
}

.legal-page-card a {
  color: var(--wkd-amber-bright);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(239, 194, 99, 0.4);
  text-underline-offset: 3px;
}

.legal-page-card a:hover,
.legal-page-card a:focus-visible {
  color: var(--wkd-text-strong);
  outline: 0;
  text-decoration-color: currentColor;
}

.legal-table-wrap {
  width: 100%;
  margin: 4px 0 16px;
  overflow-x: auto;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
}

.legal-data-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: rgba(11, 12, 13, 0.42);
}

.legal-data-table th,
.legal-data-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--wkd-border-soft);
  color: var(--wkd-text-soft);
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.legal-data-table th {
  background: rgba(116, 61, 75, 0.16);
  color: var(--wkd-text-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-data-table tr:last-child td {
  border-bottom: 0;
}

.account-privacy-note {
  margin: 2px 0 16px;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.account-privacy-note .form-link {
  font-size: inherit;
}

.account-access-footer {
  flex-wrap: wrap;
  gap: 8px;
}

.account-access-footer span {
  color: var(--wkd-border-strong);
}

@media (max-width: 720px) {
  .legal-page-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .legal-page-updated {
    width: 100%;
    min-width: 0;
  }

  .legal-page-card {
    padding: 21px 20px;
  }
}

@media (max-width: 480px) {
  .legal-page-hero,
  .legal-page-card,
  .legal-page-contents,
  .legal-page-summary {
    border-radius: 12px;
  }

  .legal-page-hero {
    padding: 19px;
  }

  .legal-page-card {
    padding: 19px 17px;
  }

  .legal-page-contents,
  .legal-page-summary {
    padding: 16px;
  }

  .legal-page-contents a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }
}

/* Polished privacy notice and 16+ registration */
.legal-page-hero-copy {
  min-width: 0;
}

.legal-page-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.legal-page-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: rgba(11, 12, 13, 0.58);
  color: var(--wkd-text-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.legal-age-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(204, 67, 62, 0.52);
  border-left: 5px solid var(--wkd-red);
  border-radius: 15px;
  background:
    radial-gradient(circle at 0% 50%, rgba(204, 67, 62, 0.16), transparent 42%),
    rgba(31, 20, 20, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.legal-age-badge {
  display: grid;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 2px solid var(--wkd-red);
  border-radius: 50%;
  background: rgba(204, 67, 62, 0.14);
  color: var(--wkd-text-strong);
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 0 0 6px rgba(204, 67, 62, 0.08);
}

.legal-age-banner h2 {
  margin: 0 0 6px;
  color: var(--wkd-text-strong);
  font-size: 20px;
  line-height: 1.25;
}

.legal-age-banner p {
  margin: 0;
  color: var(--wkd-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.legal-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.legal-fact-card {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: rgba(23, 26, 28, 0.9);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.17);
}

.legal-fact-label {
  display: block;
  margin-bottom: 8px;
  color: var(--wkd-amber-bright);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.legal-fact-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--wkd-text-strong);
  font-size: 14px;
  line-height: 1.35;
}

.legal-fact-card p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.55;
}

.legal-section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.legal-section-heading > span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(214, 162, 63, 0.42);
  border-radius: 12px;
  background: rgba(214, 162, 63, 0.1);
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 950;
}

.legal-section-heading p {
  margin: 0 0 2px;
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-section-heading h2 {
  margin: 0;
}

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

.legal-detail-grid section {
  padding: 16px 17px;
  border: 1px solid var(--wkd-border-soft);
  border-radius: 12px;
  background: rgba(11, 12, 13, 0.34);
}

.legal-detail-grid section h3 {
  margin-top: 0;
}

.legal-detail-grid section p:last-child {
  margin-bottom: 0;
}

.legal-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: rgba(17, 19, 21, 0.78);
}

.legal-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wkd-text-strong);
  font-size: 13px;
}

.legal-note p {
  margin: 0;
}

.legal-note-warning {
  border-color: rgba(214, 162, 63, 0.44);
  background: rgba(39, 30, 14, 0.68);
}

.legal-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0;
  padding: 15px 17px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: rgba(11, 12, 13, 0.48);
}

.legal-contact-panel span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-age-confirm,
.account-terms-confirm {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(214, 162, 63, 0.42);
  border-radius: 12px;
  background: rgba(39, 30, 14, 0.5);
  color: var(--wkd-text-soft);
  cursor: pointer;
}

.account-age-confirm input,
.account-terms-confirm input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--wkd-amber);
}

.account-age-confirm span,
.account-terms-confirm span {
  font-size: 12px;
  line-height: 1.55;
}

.account-age-confirm strong,
.account-terms-confirm strong {
  display: block;
  margin-bottom: 2px;
  color: var(--wkd-text-strong);
  font-size: 13px;
}

.account-age-confirm:focus-within,
.account-terms-confirm:focus-within {
  border-color: var(--wkd-amber);
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.13);
}

@media (max-width: 920px) {
  .legal-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .legal-age-banner {
    align-items: flex-start;
    padding: 18px;
  }

  .legal-age-badge {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .legal-detail-grid {
    grid-template-columns: 1fr;
  }

  .legal-contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .legal-fact-grid {
    grid-template-columns: 1fr;
  }

  .legal-age-banner {
    flex-direction: column;
  }

  .legal-section-heading {
    align-items: flex-start;
  }
}


/* Terms of Use and Community Guidelines */
.account-terms-confirm {
  border-color: rgba(94, 166, 110, 0.42);
  background: rgba(20, 42, 27, 0.48);
}

.account-terms-confirm input {
  accent-color: var(--wkd-green);
}

.account-terms-confirm:focus-within {
  border-color: var(--wkd-green);
  box-shadow: 0 0 0 3px rgba(94, 166, 110, 0.13);
}

.account-terms-confirm .form-link {
  display: inline;
  font-size: inherit;
  font-weight: 850;
}


/* Registration bot protection */
.account-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.account-turnstile-panel {
  display: grid;
  gap: 9px;
  padding: 14px 15px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: rgba(11, 12, 13, 0.48);
}

.account-turnstile-panel > strong {
  color: var(--wkd-text-strong);
  font-size: 13px;
}

.account-turnstile-panel > p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.account-turnstile-widget {
  min-height: 65px;
  max-width: 100%;
  overflow: hidden;
}

.account-turnstile-unavailable {
  padding: 12px 14px;
  border: 1px solid rgba(204, 67, 62, 0.44);
  border-radius: 11px;
  background: var(--wkd-red-soft);
  color: var(--wkd-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

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

.legal-guideline-card {
  padding: 18px;
  border: 1px solid rgba(94, 166, 110, 0.38);
  border-radius: 13px;
  background: rgba(20, 42, 27, 0.36);
}

.legal-guideline-card.is-prohibited {
  border-color: rgba(204, 67, 62, 0.42);
  background: rgba(52, 24, 24, 0.4);
}

.legal-guideline-card h3 {
  margin-top: 0;
  color: var(--wkd-text-strong);
}

.legal-guideline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-guideline-list li {
  position: relative;
  padding-left: 20px;
}

.legal-guideline-list li::before {
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wkd-green);
  content: "";
  transform: translateY(-50%);
}

.legal-guideline-card.is-prohibited .legal-guideline-list li::before {
  background: var(--wkd-red);
}

.legal-note-danger {
  border-color: rgba(204, 67, 62, 0.46);
  background: rgba(52, 24, 24, 0.5);
}

.legal-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.legal-related-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: rgba(11, 12, 13, 0.46);
  text-decoration: none;
}

@media (max-width: 680px) {
  .legal-guideline-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact and report abuse page */
.contact-page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 56px;
}

.contact-page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--wkd-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(116, 61, 75, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(29, 33, 36, 0.98), rgba(17, 19, 21, 0.98));
  box-shadow: var(--wkd-shadow);
}

.contact-page-kicker,
.contact-aside-kicker,
.contact-form-heading > div > span,
.contact-priority-label {
  display: block;
  margin-bottom: 8px;
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-hero h1 {
  max-width: 720px;
  color: var(--wkd-text-strong);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.04;
}

.contact-page-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--wkd-text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.contact-page-hero-badge {
  display: grid;
  flex: 0 0 126px;
  place-items: center;
  min-height: 126px;
  border: 1px solid rgba(214, 162, 63, 0.52);
  border-radius: 50%;
  background: rgba(33, 27, 15, 0.82);
  box-shadow: inset 0 0 0 8px rgba(214, 162, 63, 0.06);
  text-align: center;
}

.contact-page-hero-badge strong {
  align-self: end;
  color: var(--wkd-amber-bright);
  font-size: 34px;
  line-height: 1;
}

.contact-page-hero-badge span {
  align-self: start;
  margin-top: 6px;
  color: var(--wkd-muted-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.contact-priority-grid article {
  padding: 20px;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: rgba(23, 26, 28, 0.9);
}

.contact-priority-grid article.is-urgent {
  border-color: rgba(204, 67, 62, 0.42);
  background: rgba(52, 24, 24, 0.46);
}

.contact-priority-grid strong {
  display: block;
  color: var(--wkd-text-strong);
  font-size: 16px;
}

.contact-priority-grid p {
  margin: 8px 0 0;
  color: var(--wkd-muted-strong);
  font-size: 14px;
  line-height: 1.55;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.8fr);
  gap: 18px;
  align-items: start;
}

.contact-page-aside {
  display: grid;
  gap: 18px;
}

.contact-aside-card,
.contact-form-card {
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background: rgba(23, 26, 28, 0.95);
  box-shadow: var(--wkd-shadow-soft);
}

.contact-aside-card {
  padding: 24px;
}

.contact-aside-card h2 {
  color: var(--wkd-text-strong);
  font-size: 21px;
  line-height: 1.25;
}

.contact-aside-card ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-aside-card li {
  position: relative;
  padding-left: 20px;
  color: var(--wkd-text-soft);
  line-height: 1.5;
}

.contact-aside-card li::before {
  position: absolute;
  top: 0.7em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wkd-amber);
  content: "";
  transform: translateY(-50%);
}

.contact-aside-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.contact-aside-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: rgba(11, 12, 13, 0.42);
  color: var(--wkd-text-soft);
  text-decoration: none;
}

.contact-aside-links a::after {
  color: var(--wkd-amber-bright);
  content: "→";
}

.contact-aside-links a:hover,
.contact-aside-links a:focus-visible {
  border-color: rgba(214, 162, 63, 0.58);
  color: var(--wkd-text-strong);
}

.contact-form-card {
  padding: 28px;
}

.contact-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.contact-form-heading h2 {
  color: var(--wkd-text-strong);
  font-size: 28px;
}

.contact-form-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  color: var(--wkd-muted-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wkd-red);
  content: "";
}

.contact-form-status.is-ready {
  border-color: rgba(94, 166, 110, 0.46);
  color: #bfe4c7;
}

.contact-form-status.is-ready::before {
  background: var(--wkd-green);
  box-shadow: 0 0 0 4px rgba(94, 166, 110, 0.12);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

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

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  color: var(--wkd-text-strong);
  font-size: 14px;
  font-weight: 750;
}

.contact-field label span {
  margin-left: 5px;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 600;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  outline: none;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text);
  font: inherit;
}

.contact-field input,
.contact-field select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-field textarea {
  min-height: 190px;
  padding: 14px;
  line-height: 1.6;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(214, 162, 63, 0.64);
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.11);
}

.contact-field small {
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.5;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--wkd-border-soft);
}

.contact-form-footer p {
  max-width: 620px;
  margin: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-submit-button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid var(--wkd-amber-strong);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--wkd-amber-bright), var(--wkd-amber));
  color: #17110a;
  font-weight: 850;
  cursor: pointer;
}

.contact-submit-button:hover,
.contact-submit-button:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.contact-submit-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.75);
  opacity: 0.5;
  transform: none;
}

.contact-alert {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: rgba(11, 12, 13, 0.48);
}

.contact-alert strong {
  color: var(--wkd-text-strong);
}

.contact-alert p,
.contact-alert ul {
  margin: 7px 0 0;
  color: var(--wkd-text-soft);
  line-height: 1.6;
}

.contact-alert ul {
  padding-left: 20px;
}

.contact-alert.is-success {
  border-color: rgba(94, 166, 110, 0.48);
  background: rgba(20, 42, 27, 0.54);
}

.contact-alert.is-success span {
  display: inline-block;
  margin-left: 5px;
  color: #cce9d2;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-alert.is-error {
  border-color: rgba(204, 67, 62, 0.48);
  background: rgba(52, 24, 24, 0.5);
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .contact-priority-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-layout {
    grid-template-columns: 1fr;
  }

  .contact-page-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .contact-page-shell {
    width: min(100% - 20px, 1180px);
    margin-top: 18px;
  }

  .contact-page-hero {
    align-items: flex-start;
    padding: 24px;
  }

  .contact-page-hero-badge {
    flex-basis: 88px;
    min-height: 88px;
  }

  .contact-page-hero-badge strong {
    font-size: 25px;
  }

  .contact-page-hero-badge span {
    font-size: 9px;
  }

  .contact-page-aside,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-aside-card {
    padding: 20px;
  }

  .contact-form-heading,
  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form-status {
    align-self: flex-start;
  }

  .contact-submit-button {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .contact-page-hero {
    display: block;
  }

  .contact-page-hero-badge {
    width: 78px;
    min-height: 78px;
    margin-top: 20px;
  }
}
.home-live-show-copy h2,
.home-live-show-card.is-radio-fallback .home-live-schedule-line span:first-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-live-scheduled-note {
  padding: 12px 13px;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: var(--wkd-panel-soft);
}

.home-live-scheduled-note > span {
  display: block;
  color: var(--wkd-gold-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-live-scheduled-note p {
  margin: 6px 0 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.home-live-scheduled-note a {
  color: var(--wkd-text);
  font-weight: 850;
  text-decoration: none;
}

.home-live-scheduled-note a:hover,
.home-live-scheduled-note a:focus-visible {
  text-decoration: underline;
}

/* Chat on-air schedule context */
.chat-now-scheduled-note {
  display: -webkit-box;
  min-width: 0;
  margin-top: 2px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.chat-now-scheduled-note[hidden] {
  display: none;
}

.chat-now-next-card.has-scheduled-note {
  align-items: flex-start;
}

/* Public schedule: real AzuraCast on-air state */
.schedule-card-scheduled_now {
  border-color: rgba(214, 162, 63, 0.46);
  background: linear-gradient(135deg, rgba(214, 162, 63, 0.10), var(--wkd-panel) 48%);
  box-shadow:
    0 10px 26px rgba(214, 162, 63, 0.12),
    inset 5px 0 0 rgba(214, 162, 63, 0.34);
}

.schedule-badge-scheduled_now {
  background: var(--wkd-amber);
  color: #17130c;
}

.schedule-on-air-note {
  margin: 9px 0 0;
  padding: 9px 11px;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 8px;
  background: var(--wkd-amber-soft);
  color: var(--wkd-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.schedule-live-pill.is-unavailable {
  border: 1px solid var(--wkd-border);
  background: var(--wkd-panel-deep);
  color: var(--wkd-muted);
}

.schedule-live-pill.is-offline {
  border: 1px solid rgba(204, 67, 62, 0.34);
  background: var(--wkd-red-soft);
  color: var(--wkd-red);
}


/* DJ directory and public profile AzuraCast on-air synchronisation */
.dj-list-live-badge[hidden],
.dj-list-status-note[hidden],
.dj-list-radio-note[hidden],
.dj-profile-show-substatus[hidden] {
  display: none !important;
}

.dj-list-live-badge b {
  font: inherit;
}

.dj-list-card.is-scheduled-now {
  border-color: rgba(214, 162, 63, 0.46);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.175),
    0 0 0 3px rgba(214, 162, 63, 0.08);
}

.dj-list-card.is-scheduled-now::before {
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--wkd-amber),
    var(--wkd-burgundy),
    var(--wkd-amber)
  );
}

.dj-list-live-badge.is-scheduled,
.dj-profile-show-status.scheduled-now {
  background: var(--wkd-amber);
  color: #211806;
  box-shadow: 0 8px 18px rgba(214, 162, 63, 0.18);
}

.dj-list-live-badge.is-scheduled span {
  background: var(--wkd-burgundy-bright);
  box-shadow: 0 0 0 4px rgba(214, 162, 63, 0.18);
}

.dj-list-card.is-scheduled-now .dj-list-avatar {
  margin-top: 18px;
  box-shadow:
    0 0 0 5px rgba(214, 162, 63, 0.10),
    0 0 0 10px rgba(214, 162, 63, 0.18),
    0 0 22px rgba(214, 162, 63, 0.24),
    0 12px 22px rgba(0, 0, 0, 0.175);
}

.dj-list-next-show.is-scheduled-now {
  border-color: rgba(214, 162, 63, 0.30);
  background: linear-gradient(
    180deg,
    rgba(214, 162, 63, 0.10),
    var(--wkd-panel)
  );
}

.dj-list-next-show.is-scheduled-now .dj-list-next-label {
  color: var(--wkd-amber);
}

.dj-list-radio-note {
  color: var(--wkd-amber) !important;
  font-weight: 800 !important;
}

.dj-profile-show-card.is-scheduled-now {
  background: linear-gradient(
    180deg,
    rgba(214, 162, 63, 0.08),
    var(--wkd-panel)
  );
}

.dj-profile-show-card.is-scheduled-now::before {
  background: var(--wkd-amber);
}

.dj-profile-show-substatus {
  max-width: 220px;
}

@media screen and (max-width: 600px) {
  .dj-list-card.is-scheduled-now .dj-list-avatar {
    margin-top: 16px;
  }
}

/* About WKDBEATS story page */
.about-page-shell {
  display: flex;
  flex-flow: column;
  gap: 28px;
  padding-top: 30px;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.65fr);
  align-items: stretch;
  gap: 24px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--wkd-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 162, 63, 0.18), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(116, 61, 75, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.98), rgba(29, 33, 36, 0.96));
  box-shadow: var(--wkd-shadow);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 20px);
}

.about-hero-copy,
.about-hero-mark {
  position: relative;
  z-index: 1;
}

.about-kicker,
.about-section-kicker,
.about-arena-label {
  display: inline-flex;
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 690px;
  margin: 12px 0 16px;
  color: var(--wkd-text-strong);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.about-hero-copy > p {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--wkd-text-soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.about-hero-copy .about-hero-lead {
  color: var(--wkd-text-strong);
  font-size: 18px;
  line-height: 1.65;
}

.about-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.about-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(214, 162, 63, 0.25);
  border-radius: 999px;
  background: rgba(11, 12, 13, 0.52);
  color: var(--wkd-text);
  font-size: 12px;
  font-weight: 800;
}

.about-hero-actions,
.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-hero-mark {
  display: flex;
  min-height: 320px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(214, 162, 63, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(214, 162, 63, 0.09), rgba(11, 12, 13, 0.72));
  text-align: center;
}

.about-hero-mark::before,
.about-hero-mark::after {
  content: "";
  width: 62px;
  height: 2px;
  margin: 18px 0;
  background: linear-gradient(90deg, transparent, var(--wkd-amber), transparent);
}

.about-hero-mark span {
  color: var(--wkd-muted-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-hero-mark strong {
  color: var(--wkd-text-strong);
  font-size: clamp(58px, 8vw, 88px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.95;
  text-shadow: 0 8px 28px rgba(214, 162, 63, 0.16);
}

.about-hero-mark p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-manifesto {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 20px 26px;
  border: 1px solid rgba(116, 61, 75, 0.35);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--wkd-burgundy-soft), var(--wkd-panel));
}

.about-manifesto > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--wkd-burgundy);
  color: var(--wkd-text-strong);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.about-manifesto blockquote {
  margin: 0;
  color: var(--wkd-text-strong);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

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

.about-story-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background: var(--wkd-panel);
  box-shadow: var(--wkd-shadow-soft);
}

.about-story-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wkd-amber), var(--wkd-burgundy));
}

.about-story-card-modern::before {
  background: linear-gradient(90deg, var(--wkd-burgundy), var(--wkd-amber));
}

.about-story-number {
  color: rgba(214, 162, 63, 0.22);
  font-size: 40px;
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.about-story-card h2,
.about-section-heading h2,
.about-long-game h2,
.about-final-call h2 {
  margin: 7px 0 14px;
  color: var(--wkd-text-strong);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.about-story-card p,
.about-section-heading p,
.about-feature-card p,
.about-arena-card p,
.about-long-game p,
.about-final-call p {
  margin: 0 0 13px;
  color: var(--wkd-text-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
}

.about-story-card p:last-child,
.about-feature-card p:last-child,
.about-arena-card p:last-child,
.about-long-game p:last-child,
.about-final-call p:last-child {
  margin-bottom: 0;
}

.about-platform,
.about-arena {
  padding: 30px;
  border: 1px solid var(--wkd-border);
  border-radius: 20px;
  background: rgba(17, 19, 21, 0.88);
  box-shadow: var(--wkd-shadow-soft);
}

.about-section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.about-section-heading-centred {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.about-feature-card {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--wkd-border-soft);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--wkd-panel-soft), var(--wkd-panel-deep));
}

.about-feature-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(214, 162, 63, 0.12);
  border-radius: 50%;
}

.about-feature-index {
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.about-feature-card h3,
.about-arena-card h3 {
  margin: 22px 0 10px;
  color: var(--wkd-text-strong);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

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

.about-arena-card {
  padding: 26px;
  border: 1px solid rgba(214, 162, 63, 0.20);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(214, 162, 63, 0.07), var(--wkd-panel));
}

.about-arena-card:nth-child(2) {
  border-color: rgba(116, 61, 75, 0.35);
  background:
    linear-gradient(135deg, rgba(116, 61, 75, 0.12), var(--wkd-panel));
}

.about-arena-card h3 {
  margin-top: 10px;
}

.about-long-game {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--wkd-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 12%, rgba(116, 61, 75, 0.22), transparent 36%),
    var(--wkd-panel);
}

.about-long-game-statement {
  display: flex;
  min-height: 180px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(214, 162, 63, 0.25);
  border-radius: 14px;
  background: rgba(11, 12, 13, 0.50);
  text-align: center;
}

.about-long-game-statement strong {
  color: var(--wkd-amber-bright);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.about-long-game-statement span {
  margin-top: 8px;
  color: var(--wkd-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.about-final-call {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(214, 162, 63, 0.30);
  border-radius: 20px;
  background:
    linear-gradient(120deg, rgba(214, 162, 63, 0.10), rgba(116, 61, 75, 0.14)),
    var(--wkd-panel-deep);
  box-shadow: var(--wkd-shadow);
}

.about-final-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(214, 162, 63, 0.38);
  border-radius: 24px;
  background: var(--wkd-bg);
  color: var(--wkd-text-strong);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.08em;
  transform: rotate(-3deg);
}

.about-final-call h2 {
  margin-bottom: 8px;
}

.about-final-actions {
  margin-top: 18px;
}

.about-signature {
  display: flex;
  min-width: 210px;
  flex-flow: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}

.about-signature strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
}

.about-signature span {
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .about-hero,
  .about-long-game {
    grid-template-columns: 1fr;
  }

  .about-hero-mark {
    min-height: 230px;
  }

  .about-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-final-call {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .about-signature {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding-top: 18px;
    border-top: 1px solid var(--wkd-border);
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  .about-page-shell {
    gap: 18px;
    padding-top: 18px;
  }

  .about-hero,
  .about-platform,
  .about-arena,
  .about-long-game,
  .about-final-call {
    padding: 22px;
    border-radius: 16px;
  }

  .about-story-grid,
  .about-arena-grid {
    grid-template-columns: 1fr;
  }

  .about-story-card {
    padding: 22px;
  }

  .about-manifesto {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .about-final-call {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  .about-hero h1 {
    font-size: 37px;
  }

  .about-hero-actions .btn,
  .about-final-actions .btn {
    width: 100%;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .about-feature-card {
    min-height: 0;
  }

  .about-story-card {
    grid-template-columns: 1fr;
  }

  .about-story-number {
    font-size: 32px;
  }

  .about-hero-mark {
    min-height: 200px;
  }
}

/* Header and footer navigation reorganisation */
.header .wrapper .menu a.header-join-link {
  border-color: rgba(214, 162, 63, 0.46);
  background: rgba(214, 162, 63, 0.12);
  color: var(--wkd-text-strong);
}

.header .wrapper .menu a.header-join-link:hover,
.header .wrapper .menu a.header-join-link:active,
.header .wrapper .menu a.header-join-link.active {
  border-color: var(--wkd-amber);
  background: rgba(214, 162, 63, 0.20);
  color: var(--wkd-text-strong);
}

.site-footer-inner {
  align-items: flex-start;
}

.site-footer-brand {
  flex: 0 1 300px;
}

.site-footer-navs {
  display: grid;
  flex: 1 1 600px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.site-footer-link-group {
  display: flex;
  min-width: 0;
  flex-flow: column;
  gap: 9px;
}

.site-footer-link-title {
  display: block;
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.site-footer-link-group .site-footer-links {
  justify-content: flex-start;
  gap: 5px;
}

.site-footer-link-group .site-footer-links a {
  min-height: 32px;
  padding: 0 10px;
}

@media screen and (max-width: 900px) {
  .site-footer-inner {
    flex-flow: column;
    align-items: stretch;
  }

  .site-footer-brand,
  .site-footer-navs {
    flex-basis: auto;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .site-footer-navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .site-footer-link-group:first-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 430px) {
  .site-footer-navs {
    grid-template-columns: 1fr;
  }

  .site-footer-link-group:first-child {
    grid-column: auto;
  }
}

/* Footer navigation organisation */
.site-footer-navs {
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 34px;
}

.site-footer-link-group {
  gap: 11px;
}

.site-footer-link-group .site-footer-links {
  flex-flow: column;
  align-items: flex-start;
  gap: 3px;
}

.site-footer-link-group .site-footer-links a {
  position: relative;
  width: fit-content;
  min-height: 30px;
  padding: 5px 0;
  border-radius: 0;
  color: var(--wkd-muted);
  line-height: 1.35;
}

.site-footer-link-group .site-footer-links a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--wkd-amber);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.site-footer-link-group .site-footer-links a:hover,
.site-footer-link-group .site-footer-links a:focus-visible {
  background: transparent;
  color: var(--wkd-text-strong);
}

.site-footer-link-group .site-footer-links a:hover::after,
.site-footer-link-group .site-footer-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.site-footer-legal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-footer-legal a {
  color: var(--wkd-muted);
  font: inherit;
  text-decoration: none;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus-visible {
  color: var(--wkd-text-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer-lockup {
  justify-self: end;
  color: var(--wkd-amber-bright);
}

@media screen and (max-width: 700px) {
  .site-footer-navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .site-footer-link-group:first-child {
    grid-column: auto;
  }

  .site-footer-link-group:last-child {
    grid-column: 1 / -1;
  }

  .site-footer-bottom {
    grid-template-columns: 1fr auto;
  }

  .site-footer-legal {
    justify-content: flex-end;
  }

  .site-footer-lockup {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media screen and (max-width: 430px) {
  .site-footer-navs {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-link-group:last-child {
    grid-column: 1 / -1;
  }

  .site-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer-legal,
  .site-footer-lockup {
    justify-self: start;
  }
}


/* Google Sign-In */
.google-signin-panel {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
  margin: 18px 0;
}

.google-signin-button {
  display: flex;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  transition: opacity 0.2s ease;
}

.google-signin-button.is-busy {
  opacity: 0.55;
  pointer-events: none;
}

.google-signin-message {
  width: 100%;
  margin: 0;
  text-align: center;
}

.google-signin-message:empty {
  display: none;
}

.google-signin-message-link {
  margin-left: 4px;
}


.profile-signin-methods {
  display: grid;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--wkd-border);
}

.profile-signin-methods-heading {
  display: grid;
  gap: 5px;
}

.profile-signin-methods-heading h4 {
  margin: 0;
  color: var(--wkd-text);
  font-size: 17px;
  font-weight: 750;
}

.profile-signin-methods-heading p {
  margin: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.profile-signin-methods .profile-google-message {
  margin: 0;
}

.profile-google-connected {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(239, 189, 73, 0.2);
  border-radius: 10px;
  background: rgba(16, 17, 19, 0.72);
}

.profile-google-connected > div:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.profile-google-connected strong,
.profile-google-connected span,
.profile-google-connected small {
  overflow-wrap: anywhere;
}

.profile-google-connected small,
.profile-google-unavailable {
  color: var(--text-muted, #b8b1a5);
  line-height: 1.55;
}

.profile-google-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #f4f1e8;
  color: #26272a;
  font-size: 1.25rem;
  font-weight: 800;
}

.profile-google-disconnect {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  max-width: 440px;
}

.profile-google-disconnect .btn {
  justify-self: start;
}

.profile-google-connect {
  justify-items: start;
  margin-bottom: 0;
}

.profile-google-connect .google-signin-button {
  justify-content: flex-start;
}

.profile-google-message {
  margin-bottom: 14px;
}

@media (max-width: 680px) {
  .google-signin-panel,
  .profile-google-connect {
    justify-items: stretch;
  }

  .google-signin-button,
  .profile-google-connect .google-signin-button {
    justify-content: center;
  }

  .profile-google-connected {
    align-items: center;
  }

  .profile-google-disconnect,
  .profile-google-disconnect .btn {
    width: 100%;
  }
}

/* Refined global radio dock with fast page-to-page reconnection */

body.global-radio-active,
body:has(.global-radio-player) {
  padding-bottom: calc(var(--wkd-global-radio-height) + env(safe-area-inset-bottom));
}

.global-radio-player {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
  padding:
    10px
    calc(14px + env(safe-area-inset-right))
    calc(10px + env(safe-area-inset-bottom))
    calc(14px + env(safe-area-inset-left));
  pointer-events: none;
}

.global-radio-shell {
  position: relative;
  width: min(1160px, 100%);
  min-height: 68px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(115deg, rgba(214, 162, 63, 0.08), transparent 30%),
    linear-gradient(285deg, rgba(116, 61, 75, 0.17), transparent 36%),
    rgba(12, 14, 15, 0.97);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.018) inset;
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.global-radio-shell::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 162, 63, 0.76), transparent);
  content: "";
}

.global-radio-player-inner {
  display: grid;
  min-height: 68px;
  padding: 9px 12px;
  grid-template-columns: minmax(250px, 1fr) auto auto minmax(170px, 230px);
  gap: 12px;
  align-items: center;
}

.global-radio-summary {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.global-radio-equalizer {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  gap: 3px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 20%, rgba(214, 162, 63, 0.18), transparent 58%),
    var(--wkd-panel-deep);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.28);
}

.global-radio-equalizer span {
  display: block;
  width: 3px;
  height: 11px;
  border-radius: 999px;
  background: var(--wkd-muted-strong);
  transform-origin: center;
  transition: background-color 180ms ease, height 180ms ease;
}

.global-radio-equalizer span:nth-child(2),
.global-radio-equalizer span:nth-child(4) {
  height: 18px;
}

.global-radio-equalizer span:nth-child(3) {
  height: 25px;
}

.global-radio-player.is-online .global-radio-equalizer span {
  background: var(--wkd-amber);
}

.global-radio-player.radio-playing .global-radio-equalizer span {
  background: var(--wkd-green);
  animation: global-radio-equalizer 1.05s ease-in-out infinite alternate;
}

.global-radio-player.radio-playing .global-radio-equalizer span:nth-child(2) {
  animation-delay: -0.7s;
}

.global-radio-player.radio-playing .global-radio-equalizer span:nth-child(3) {
  animation-delay: -0.35s;
}

.global-radio-player.radio-playing .global-radio-equalizer span:nth-child(4) {
  animation-delay: -0.85s;
}

.global-radio-player.radio-playing .global-radio-equalizer span:nth-child(5) {
  animation-delay: -0.18s;
}

@keyframes global-radio-equalizer {
  from {
    transform: scaleY(0.48);
  }
  to {
    transform: scaleY(1.12);
  }
}

.global-radio-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.global-radio-heading {
  display: flex;
  min-width: 0;
  gap: 7px;
  align-items: center;
}

.global-radio-heading strong {
  overflow: hidden;
  color: var(--wkd-text-strong);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-radio-live-badge,
.global-radio-quality {
  display: inline-flex;
  min-height: 20px;
  padding: 0 7px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.global-radio-live-badge {
  border: 1px solid rgba(73, 173, 111, 0.34);
  background: rgba(73, 173, 111, 0.1);
  color: var(--wkd-green);
}

.global-radio-live-badge::before {
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
  content: "";
}

.global-radio-quality {
  border: 1px solid var(--wkd-border);
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted);
}

.global-radio-status {
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-radio-status[data-radio-state="playing"] {
  color: var(--wkd-green);
}

.global-radio-status[data-radio-state="loading"] {
  color: var(--wkd-gold-bright);
}

.global-radio-status[data-radio-state="error"] {
  color: var(--wkd-gold-bright);
}

.global-radio-listeners {
  display: inline-flex;
  min-height: 42px;
  padding: 7px 11px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wkd-border);
  border-radius: 13px;
  background: rgba(20, 23, 24, 0.84);
}

.global-radio-listeners > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--wkd-amber);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.global-radio-listener-copy {
  display: grid;
  gap: 2px;
}

.global-radio-listeners strong {
  color: var(--wkd-text-strong);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.global-radio-listeners .global-radio-listener-copy > span {
  color: var(--wkd-muted);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.global-radio-listeners.is-unavailable {
  opacity: 0.68;
}

.global-radio-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.global-radio-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wkd-border);
  border-radius: 13px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-text-strong);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.global-radio-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.global-radio-play-button {
  min-width: 118px;
  border-color: rgba(214, 162, 63, 0.48);
  background: linear-gradient(135deg, var(--wkd-blue), var(--wkd-blue-strong));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.global-radio-play-button .global-radio-play-icon {
  fill: currentColor;
  stroke: none;
}

.global-radio-play-button .global-radio-pause-icon {
  display: none;
  fill: currentColor;
  stroke: none;
}

.global-radio-player.radio-playing .global-radio-play-button .global-radio-play-icon {
  display: none;
}

.global-radio-player.radio-playing .global-radio-play-button .global-radio-pause-icon {
  display: block;
}

.global-radio-button:hover,
.global-radio-button:focus-visible {
  border-color: var(--wkd-amber);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.1);
  transform: translateY(-1px);
}

.global-radio-button:active {
  transform: translateY(0);
}

.global-radio-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.global-radio-volume {
  display: grid;
  min-width: 0;
  min-height: 42px;
  padding: 0 11px;
  grid-template-columns: auto minmax(78px, 1fr) 32px;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--wkd-border);
  border-radius: 13px;
  background: rgba(20, 23, 24, 0.76);
}

.global-radio-volume > svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--wkd-muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.global-radio-volume span {
  color: var(--wkd-muted);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  text-align: right;
}

.global-radio-volume input[type="range"] {
  width: 100%;
  min-width: 78px;
  accent-color: var(--wkd-green);
  cursor: pointer;
}

.global-radio-player audio {
  display: none;
}

@media screen and (max-width: 930px) {
  :root {
    --wkd-global-radio-height: 146px;
  }

  .global-radio-player-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 8px 10px;
  }

  .global-radio-controls {
    grid-column: 1;
  }

  .global-radio-volume {
    grid-column: 2;
    min-width: 210px;
  }
}

@media screen and (max-width: 650px) {
  :root {
    --wkd-global-radio-height: 126px;
    --wkd-glow-amber-passive: rgba(214, 162, 63, 0.070);
    --wkd-glow-amber-active: rgba(214, 162, 63, 0.125);
    --wkd-glow-burgundy-passive: rgba(116, 61, 75, 0.085);
    --wkd-glow-burgundy-active: rgba(158, 83, 105, 0.12);
    --wkd-glow-green-passive: rgba(94, 166, 110, 0.080);
    --wkd-glow-green-active: rgba(94, 166, 110, 0.13);
    --wkd-glow-live-passive: rgba(204, 67, 62, 0.080);
    --wkd-glow-live-active: rgba(204, 67, 62, 0.13);
  }

  .global-radio-player {
    padding-top: 7px;
    padding-right: calc(8px + env(safe-area-inset-right));
    padding-bottom: calc(7px + env(safe-area-inset-bottom));
    padding-left: calc(8px + env(safe-area-inset-left));
  }

  .global-radio-shell {
    min-height: 105px;
    border-radius: 17px;
  }

  .global-radio-player-inner {
    min-height: 105px;
    padding: 8px;
    gap: 8px;
  }

  .global-radio-summary {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }

  .global-radio-equalizer {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 12px;
  }

  .global-radio-quality {
    display: none;
  }

  .global-radio-heading {
    gap: 6px;
  }

  .global-radio-heading strong {
    font-size: 13px;
  }

  .global-radio-status {
    font-size: 9px;
  }

  .global-radio-listeners {
    min-height: 38px;
    padding: 6px 9px;
    gap: 6px;
  }

  .global-radio-listeners > svg {
    width: 16px;
    height: 16px;
  }

  .global-radio-listeners strong {
    font-size: 14px;
  }

  .global-radio-controls {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  }

  .global-radio-button {
    width: 100%;
    min-height: 39px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .global-radio-play-button {
    min-width: 0;
  }

  .global-radio-volume {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .global-radio-live-badge {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 7px;
  }

  .global-radio-live-badge::before {
    margin-right: 4px;
  }

  .global-radio-listeners .global-radio-listener-copy > span {
    display: none;
  }

  .global-radio-listeners {
    min-width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-radio-player.radio-playing .global-radio-equalizer span {
    animation: none;
  }

  .global-radio-button {
    transition: none;
  }
}
/* Homepage radio-first content refinement */
.home-hero-proof {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(214, 162, 63, 0.22);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.07);
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero-actions [data-home-radio-start]::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.home-hero-actions .home-chat-button {
  border-color: rgba(158, 83, 105, 0.58);
  background: linear-gradient(135deg, var(--wkd-burgundy-bright), var(--wkd-burgundy-strong));
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 20px rgba(78, 39, 51, 0.22);
}

.home-hero-actions .home-chat-button:hover,
.home-hero-actions .home-chat-button:focus-visible {
  border-color: rgba(214, 162, 63, 0.42);
  background: linear-gradient(135deg, #a45670, var(--wkd-burgundy-bright));
  color: var(--wkd-text-strong);
}

.home-hero-dj-tools {
  margin-top: 14px !important;
  color: var(--wkd-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.home-hero-dj-tools a {
  color: var(--wkd-amber-bright);
  font-weight: 850;
  text-decoration: none;
}

.home-hero-dj-tools a:hover,
.home-hero-dj-tools a:focus-visible {
  text-decoration: underline;
}

.home-feature-card {
  position: relative;
  overflow: hidden;
}

.home-feature-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(214, 162, 63, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.home-feature-card .home-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border: 1px solid rgba(214, 162, 63, 0.24);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(214, 162, 63, 0.12), rgba(116, 61, 75, 0.12));
  color: var(--wkd-amber-bright);
}

.home-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-live-tab[aria-selected="true"] {
  cursor: default;
}

.home-live-tab-panel[data-home-update-pending="1"]::after {
  content: "Live information will update when focus leaves this panel.";
  display: block;
  margin-top: 12px;
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

@media screen and (max-width: 650px) {
  .home-hero-proof {
    gap: 6px;
    margin-top: 15px;
  }

  .home-hero-proof span {
    min-height: 25px;
    padding: 0 8px;
    font-size: 9px;
  }

  .home-feature-card .home-feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 0;
  }

  .home-feature-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* Public-site glow system: base interaction and state treatment */

/* Shared navigation, footer and controls */
.header .wrapper .menu a.active {
  box-shadow:
    inset 0 -2px 0 rgba(214, 162, 63, 0.82),
    0 0 14px var(--wkd-glow-amber-passive);
}

.header .wrapper .menu a:focus-visible,
.site-menu-toggle:focus-visible,
.header .wrapper .header-profile-picture:focus-visible,
.notification-bell:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.13),
    0 0 18px var(--wkd-glow-amber-active);
}

.site-footer {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.16),
    0 -16px 34px rgba(214, 162, 63, 0.045);
}

.btn:not(.disabled):hover,
.btn:not(.disabled):focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.11),
    0 0 18px var(--wkd-glow-amber-active);
}

.btn.green:not(.disabled):hover,
.btn.green:not(.disabled):focus-visible {
  box-shadow:
    0 0 0 3px rgba(94, 166, 110, 0.12),
    0 0 19px var(--wkd-glow-green-active);
}

.btn.blue:not(.disabled):hover,
.btn.blue:not(.disabled):focus-visible,
.home-hero-actions .home-chat-button:hover,
.home-hero-actions .home-chat-button:focus-visible {
  box-shadow:
    0 0 0 3px rgba(158, 83, 105, 0.12),
    0 0 19px var(--wkd-glow-burgundy-active);
}

.btn.red:not(.disabled):hover,
.btn.red:not(.disabled):focus-visible {
  box-shadow:
    0 0 0 3px rgba(204, 67, 62, 0.12),
    0 0 19px var(--wkd-glow-live-active);
}

.form .form-input:focus,
.contact-form .form-input:focus,
.schedule-request-form .form-input:focus,
.profile-edit-form .form-input:focus,
.profile-bio-input:focus {
  border-color: rgba(214, 162, 63, 0.54);
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.11),
    0 0 16px var(--wkd-glow-amber-active);
}

/* Floating radio dock */
.global-radio-shell {
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.50),
    0 0 0 1px rgba(214, 162, 63, 0.055) inset,
    0 0 22px var(--wkd-glow-amber-passive);
}

.global-radio-player.radio-playing .global-radio-shell {
  border-color: rgba(94, 166, 110, 0.42);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.50),
    0 0 0 1px rgba(94, 166, 110, 0.07) inset,
    0 0 25px var(--wkd-glow-green-active);
}

@supports selector(.global-radio-player:has(.global-radio-status[data-radio-state="error"])) {
  .global-radio-player:has(.global-radio-status[data-radio-state="loading"]) .global-radio-shell {
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.50),
      0 0 0 1px rgba(214, 162, 63, 0.06) inset,
      0 0 25px var(--wkd-glow-amber-active);
  }

  .global-radio-player:has(.global-radio-status[data-radio-state="error"]) .global-radio-shell {
    border-color: rgba(204, 67, 62, 0.42);
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.50),
      0 0 0 1px rgba(204, 67, 62, 0.065) inset,
      0 0 25px var(--wkd-glow-live-active);
  }
}

/* Homepage */
.home-hero-copy {
  border-color: rgba(214, 162, 63, 0.28);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.23),
    0 0 23px var(--wkd-glow-amber-passive),
    -8px 0 28px var(--wkd-glow-burgundy-passive);
}

.home-live-panel {
  box-shadow:
    0 9px 28px rgba(0, 0, 0, 0.22),
    0 0 20px var(--wkd-glow-amber-passive);
}

@supports selector(.home-live-panel:has(.home-live-tab-panel.is-active)) {
  .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-live:not(.is-radio-fallback)) {
    border-color: rgba(204, 67, 62, 0.40);
    box-shadow:
      0 9px 28px rgba(0, 0, 0, 0.24),
      0 0 25px var(--wkd-glow-live-active),
      -7px 0 22px var(--wkd-glow-burgundy-passive);
  }

  .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-radio-fallback) {
    border-color: rgba(214, 162, 63, 0.40);
    box-shadow:
      0 9px 28px rgba(0, 0, 0, 0.24),
      0 0 25px var(--wkd-glow-amber-active);
  }

  .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-up-next) {
    border-color: rgba(214, 162, 63, 0.30);
    box-shadow:
      0 9px 28px rgba(0, 0, 0, 0.22),
      0 0 19px var(--wkd-glow-amber-passive);
  }
}

.home-feature-card:hover,
.home-feature-card:focus-within,
.home-dj-card:hover,
.home-dj-card:focus-within,
.home-schedule-card:hover,
.home-schedule-card:focus-within {
  border-color: rgba(214, 162, 63, 0.34);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.23),
    0 0 19px var(--wkd-glow-amber-active);
}

.home-cta-band {
  border-color: rgba(214, 162, 63, 0.24);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 21px var(--wkd-glow-amber-passive);
}

/* Live Chat */
.chat-now-next-card.is-live:not(.is-radio-fallback) {
  border-color: rgba(204, 67, 62, 0.38);
  box-shadow: 0 0 21px var(--wkd-glow-live-active);
}

.chat-now-next-card.is-live.is-radio-fallback,
.chat-now-next-card.is-up-next {
  border-color: rgba(214, 162, 63, 0.30);
  box-shadow: 0 0 18px var(--wkd-glow-amber-passive);
}

.chat-radio-panel {
  border-color: rgba(214, 162, 63, 0.28);
  box-shadow: 0 0 19px var(--wkd-glow-amber-passive);
}

.chat-radio-panel.radio-playing {
  border-color: rgba(94, 166, 110, 0.40);
  box-shadow: 0 0 23px var(--wkd-glow-green-active);
}

.chat-radio-listener-card:not(.is-unavailable) {
  border-color: rgba(94, 166, 110, 0.30);
  box-shadow: 0 0 17px var(--wkd-glow-green-passive);
}

.chat-composer:focus-within {
  border-color: rgba(214, 162, 63, 0.42);
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.08),
    0 0 20px var(--wkd-glow-amber-active);
}

/* Schedule and show requests */
.schedule-day-tab.active {
  box-shadow:
    inset 0 -2px 0 rgba(214, 162, 63, 0.82),
    0 0 14px var(--wkd-glow-amber-passive);
}

.schedule-day-tab:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.11),
    0 0 17px var(--wkd-glow-amber-active);
}

.schedule-card-on_air {
  border-color: rgba(204, 67, 62, 0.42);
  box-shadow:
    0 9px 24px rgba(0, 0, 0, 0.22),
    0 0 23px var(--wkd-glow-live-active);
}

.schedule-card-scheduled_now {
  border-color: rgba(214, 162, 63, 0.40);
  box-shadow:
    0 9px 24px rgba(0, 0, 0, 0.21),
    0 0 22px var(--wkd-glow-amber-active);
}

.schedule-card-up_next {
  border-color: rgba(214, 162, 63, 0.30);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.20),
    0 0 17px var(--wkd-glow-amber-passive);
}

.schedule-card:not(.schedule-card-empty):hover,
.schedule-card:not(.schedule-card-empty):focus-within {
  border-color: rgba(214, 162, 63, 0.34);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.23),
    0 0 18px var(--wkd-glow-amber-active);
}

.schedule-card-on_air:hover,
.schedule-card-on_air:focus-within {
  border-color: rgba(204, 67, 62, 0.46);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.24),
    0 0 25px var(--wkd-glow-live-active);
}

.schedule-card-scheduled_now:hover,
.schedule-card-scheduled_now:focus-within {
  border-color: rgba(214, 162, 63, 0.44);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.23),
    0 0 23px var(--wkd-glow-amber-active);
}

.schedule-request-account-card {
  border-color: rgba(214, 162, 63, 0.27);
  box-shadow: 0 0 19px var(--wkd-glow-amber-passive);
}

.schedule-request-panel:focus-within {
  border-color: rgba(214, 162, 63, 0.38);
  box-shadow:
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 0 19px var(--wkd-glow-amber-active);
}

.schedule-request-clash-preview.available,
.schedule-request-alert.success {
  box-shadow: 0 0 17px var(--wkd-glow-green-passive);
}

.schedule-request-clash-preview.warning,
.schedule-request-clash-preview.error,
.schedule-request-alert.error {
  box-shadow: 0 0 17px var(--wkd-glow-live-passive);
}

/* DJs */
.dj-directory-hero,
.dj-public-profile-hero {
  border-color: rgba(214, 162, 63, 0.25);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.23),
    0 0 21px var(--wkd-glow-amber-passive),
    -7px 0 24px var(--wkd-glow-burgundy-passive);
}

.dj-list-card:hover,
.dj-list-card:focus-visible {
  border-color: rgba(214, 162, 63, 0.36);
  box-shadow:
    0 11px 29px rgba(0, 0, 0, 0.24),
    0 0 19px var(--wkd-glow-amber-active);
}

.dj-list-card.is-live-now {
  border-color: rgba(204, 67, 62, 0.42);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 0 24px var(--wkd-glow-live-active);
}

.dj-list-card.is-scheduled-now {
  border-color: rgba(214, 162, 63, 0.38);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.23),
    0 0 21px var(--wkd-glow-amber-active);
}

.dj-profile-show-card.is-on-air {
  border-color: rgba(204, 67, 62, 0.40);
  box-shadow: 0 0 20px var(--wkd-glow-live-active);
}

.dj-profile-show-card.is-scheduled-now {
  border-color: rgba(214, 162, 63, 0.36);
  box-shadow: 0 0 18px var(--wkd-glow-amber-active);
}

/* Our Story */
.about-hero {
  border-color: rgba(214, 162, 63, 0.27);
  box-shadow:
    0 11px 32px rgba(0, 0, 0, 0.24),
    0 0 23px var(--wkd-glow-amber-passive),
    -9px 0 28px var(--wkd-glow-burgundy-passive);
}

.about-feature-card:hover,
.about-feature-card:focus-within,
.about-arena-card:hover,
.about-arena-card:focus-within {
  border-color: rgba(214, 162, 63, 0.32);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.22),
    0 0 17px var(--wkd-glow-amber-active);
}

.about-platform,
.about-final-call {
  border-color: rgba(214, 162, 63, 0.24);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 20px var(--wkd-glow-amber-passive);
}

/* Contact, privacy and terms */
.contact-page-hero,
.legal-page-hero {
  border-color: rgba(214, 162, 63, 0.25);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.23),
    0 0 21px var(--wkd-glow-amber-passive),
    -7px 0 24px var(--wkd-glow-burgundy-passive);
}

.contact-form-card:focus-within {
  border-color: rgba(214, 162, 63, 0.38);
  box-shadow:
    0 11px 30px rgba(0, 0, 0, 0.25),
    0 0 21px var(--wkd-glow-amber-active);
}

.contact-alert.is-success {
  box-shadow: 0 0 18px var(--wkd-glow-green-passive);
}

.contact-alert.is-error {
  box-shadow: 0 0 18px var(--wkd-glow-live-passive);
}

.legal-age-banner,
.legal-contact-panel {
  border-color: rgba(214, 162, 63, 0.27);
  box-shadow: 0 0 19px var(--wkd-glow-amber-passive);
}

.legal-note-warning {
  box-shadow: 0 0 16px var(--wkd-glow-amber-passive);
}

.legal-note-danger,
.legal-guideline-list.is-prohibited {
  box-shadow: 0 0 16px var(--wkd-glow-live-passive);
}

/* Account access, profile and notifications */
.account-access-card {
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 23px var(--wkd-glow-amber-passive),
    -8px 0 24px var(--wkd-glow-burgundy-passive);
}

.account-state-card.success,
.profile-google-connected {
  border-color: rgba(94, 166, 110, 0.34);
  box-shadow: 0 0 18px var(--wkd-glow-green-passive);
}

.account-state-card.error,
.account-message.error {
  box-shadow: 0 0 18px var(--wkd-glow-live-passive);
}

.profile-preview-panel {
  border-color: rgba(214, 162, 63, 0.25);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 20px var(--wkd-glow-amber-passive);
}

.profile-edit-section:focus-within {
  border-color: rgba(214, 162, 63, 0.36);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.22),
    0 0 19px var(--wkd-glow-amber-active);
}

.notifications-page-header {
  border-color: rgba(214, 162, 63, 0.24);
  box-shadow: 0 0 19px var(--wkd-glow-amber-passive);
}

.notification-dropdown-item.is-unread,
.notification-page-item.is-unread {
  box-shadow: inset 3px 0 0 rgba(214, 162, 63, 0.74);
}

.notification-toast.is-visible {
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.36),
    0 0 20px var(--wkd-glow-amber-active);
}

@media screen and (max-width: 650px) {

  .home-hero-copy,
  .home-live-panel,
  .about-hero,
  .dj-directory-hero,
  .dj-public-profile-hero,
  .contact-page-hero,
  .legal-page-hero,
  .account-access-card {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.24),
      0 0 14px var(--wkd-glow-amber-passive);
  }

  .site-footer {
    box-shadow:
      inset 0 1px 0 rgba(214, 162, 63, 0.12),
      0 -10px 22px rgba(214, 162, 63, 0.03);
  }

  @supports selector(.home-live-panel:has(.home-live-tab-panel.is-active)) {
    .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-live:not(.is-radio-fallback)) {
      border-color: rgba(204, 67, 62, 0.34);
      box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.24),
        0 0 17px var(--wkd-glow-live-active);
    }

    .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-radio-fallback) {
      border-color: rgba(214, 162, 63, 0.34);
      box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.24),
        0 0 17px var(--wkd-glow-amber-active);
    }

    .home-live-panel:has(.home-live-tab-panel.is-active .home-live-show-card.is-up-next) {
      border-color: rgba(214, 162, 63, 0.27);
      box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.23),
        0 0 13px var(--wkd-glow-amber-passive);
    }
  }
}


/* Public-site glow system: surface definition */

/* Give the major illuminated surfaces a defined edge as well as atmosphere. */
:is(
  .home-hero-copy,
  .home-live-panel,
  .home-cta-band,
  .about-hero,
  .about-platform,
  .about-final-call,
  .dj-directory-hero,
  .dj-public-profile-hero,
  .contact-page-hero,
  .legal-page-hero,
  .account-access-card,
  .profile-preview-panel,
  .notifications-page-header,
  .schedule-request-account-card
) {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-amber),
    0 0 0 1px rgba(214, 162, 63, 0.06),
    0 10px 30px rgba(0, 0, 0, 0.23),
    0 0 22px var(--wkd-glow-amber-passive),
    -7px 0 24px var(--wkd-glow-burgundy-passive);
}

/* Header menus, notification surfaces and chat popup menus. */
.header .wrapper .header-profile-dropdown,
.notification-dropdown,
.chat-emote-picker,
.chat-message-options,
.chat-online-options {
  border-color: rgba(214, 162, 63, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.13),
    0 0 0 1px rgba(214, 162, 63, 0.055),
    0 20px 48px rgba(0, 0, 0, 0.46),
    0 0 20px var(--wkd-glow-amber-passive);
}

.header .wrapper .header-profile-dropdown a:hover,
.header .wrapper .header-profile-dropdown a:focus-visible,
.notification-dropdown-item:hover,
.notification-dropdown-item:focus-visible,
.chat-message-option-button:hover,
.chat-message-option-button:focus-visible {
  box-shadow:
    inset 0 0 0 1px rgba(214, 162, 63, 0.16),
    0 0 13px rgba(214, 162, 63, 0.08);
}

.notification-dropdown-item.is-unread {
  box-shadow:
    inset 3px 0 0 rgba(214, 162, 63, 0.78),
    inset 0 1px 0 rgba(214, 162, 63, 0.08);
}

/* Homepage cards now retain a light studio edge when idle. */
.home-feature-card,
.home-dj-card,
.home-schedule-card,
.home-empty-card {
  border-color: rgba(214, 162, 63, 0.17);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.10),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 8px 24px rgba(0, 0, 0, 0.18),
    0 0 13px rgba(214, 162, 63, 0.045);
}

.home-feature-icon,
.home-hero-proof span,
.home-live-tags span,
.home-schedule-badge,
.home-welcome-pill {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.12),
    0 0 10px rgba(214, 162, 63, 0.055);
}

/* Live Chat shell, drawer, composer and compact controls. */
.chat-panel {
  border-color: rgba(214, 162, 63, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.11),
    0 0 0 1px rgba(214, 162, 63, 0.045),
    0 18px 45px rgba(0, 0, 0, 0.20),
    0 0 18px var(--wkd-glow-amber-passive);
}

.chat-message-area {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.08),
    inset 0 0 26px rgba(214, 162, 63, 0.025);
}

.chat-online-drawer {
  border-left-color: rgba(214, 162, 63, 0.26);
  box-shadow:
    inset 1px 0 0 rgba(214, 162, 63, 0.10),
    -16px 0 34px rgba(0, 0, 0, 0.28),
    -8px 0 24px rgba(214, 162, 63, 0.055);
}

.chat-composer {
  border-color: rgba(214, 162, 63, 0.19);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 0 13px rgba(214, 162, 63, 0.04);
}

.chat-composer:focus-within {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.17),
    0 0 0 3px rgba(214, 162, 63, 0.09),
    0 0 22px var(--wkd-glow-amber-active);
}

.chat-online-toggle:focus-visible,
.chat-emote-toggle:focus-visible,
.chat-send-button:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(214, 162, 63, 0.11),
    0 0 16px var(--wkd-glow-amber-active);
}

/* Schedule shells, tabs, booking panels and normal show cards. */
.schedule-tabs,
.schedule-status-bar,
.schedule-request-panel,
.schedule-request-rule-card,
.schedule-request-form-panel,
.booking-slots-panel {
  border-color: rgba(214, 162, 63, 0.20);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.10),
    0 0 0 1px rgba(214, 162, 63, 0.04),
    0 7px 22px rgba(0, 0, 0, 0.18),
    0 0 15px rgba(214, 162, 63, 0.05);
}

.schedule-card:not(.schedule-card-empty),
.booking-slot-item,
.schedule-request-clash-preview,
.dj-stream-show-card,
.dj-stream-credential-list,
.dj-stream-verification-list,
.dj-stream-metadata-summary,
.dj-stream-metadata-result {
  border-color: rgba(214, 162, 63, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.08),
    0 0 0 1px rgba(214, 162, 63, 0.025),
    0 6px 18px rgba(0, 0, 0, 0.15);
}

.schedule-day-tab.active,
.schedule-request-role-pill,
.schedule-request-status-pill,
.schedule-live-pill,
.dj-stream-show-status {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.18),
    0 0 0 1px rgba(214, 162, 63, 0.08),
    0 0 15px var(--wkd-glow-amber-passive);
}

/* DJ directory and profile surfaces. */
.dj-list-card,
.dj-profile-card,
.dj-profile-schedule,
.dj-profile-show-card {
  border-color: rgba(214, 162, 63, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 8px 24px rgba(0, 0, 0, 0.18),
    0 0 13px rgba(214, 162, 63, 0.04);
}

.dj-list-avatar,
.dj-profile-avatar {
  box-shadow:
    0 0 0 1px rgba(214, 162, 63, 0.20),
    0 0 0 6px rgba(116, 61, 75, 0.10),
    0 0 17px rgba(214, 162, 63, 0.07);
}

.dj-list-card.is-live-now .dj-list-avatar,
.dj-profile-show-card.is-on-air {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-live),
    0 0 0 1px rgba(204, 67, 62, 0.13),
    0 0 23px var(--wkd-glow-live-active);
}

.dj-list-card.is-scheduled-now .dj-list-avatar,
.dj-profile-show-card.is-scheduled-now {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-amber),
    0 0 0 1px rgba(214, 162, 63, 0.10),
    0 0 20px var(--wkd-glow-amber-active);
}

/* Our Story cards retain atmosphere between hover states. */
.about-story-card,
.about-feature-card,
.about-arena-card,
.about-long-game {
  border-color: rgba(214, 162, 63, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 8px 24px rgba(0, 0, 0, 0.17),
    0 0 13px rgba(214, 162, 63, 0.04);
}

.about-arena-card:nth-child(2),
.about-story-card-modern {
  box-shadow:
    inset 0 1px 0 rgba(158, 83, 105, 0.14),
    0 0 0 1px rgba(158, 83, 105, 0.05),
    0 8px 24px rgba(0, 0, 0, 0.17),
    0 0 14px rgba(158, 83, 105, 0.055);
}

/* Contact and reading-heavy legal pages: defined edges, low ambient light. */
.contact-aside-card,
.contact-form-card,
.legal-page-card,
.legal-fact-card,
.legal-guideline-card,
.legal-table-wrap,
.legal-page-contents {
  border-color: rgba(214, 162, 63, 0.17);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.085),
    0 0 0 1px rgba(214, 162, 63, 0.025),
    0 8px 22px rgba(0, 0, 0, 0.17),
    0 0 12px rgba(214, 162, 63, 0.035);
}

.contact-priority-label,
.legal-age-badge,
.legal-page-hero-pills span {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.12),
    0 0 12px rgba(214, 162, 63, 0.055);
}

.legal-age-banner,
.legal-contact-panel {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.13),
    0 0 0 1px rgba(214, 162, 63, 0.05),
    0 0 20px var(--wkd-glow-amber-passive);
}

/* Account access, Google identity, profile and notification pages. */
.account-check-card,
.account-privacy-note,
.account-age-confirm,
.account-terms-confirm,
.profile-edit-intro-card,
.profile-edit-section,
.profile-account-panel,
.profile-detail-card,
.profile-google-connect,
.profile-google-connected,
.profile-google-unavailable,
.notifications-page-list {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 7px 21px rgba(0, 0, 0, 0.17),
    0 0 13px rgba(214, 162, 63, 0.04);
}

.profile-edit-section,
.profile-detail-card,
.profile-edit-intro-card,
.profile-account-panel {
  border-color: rgba(214, 162, 63, 0.18);
}

.profile-edit-section:focus-within {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.16),
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 10px 27px rgba(0, 0, 0, 0.22),
    0 0 21px var(--wkd-glow-amber-active);
}

.profile-signin-methods,
.account-access-divider {
  box-shadow: inset 0 1px 0 rgba(214, 162, 63, 0.10);
}

.google-signin-button:focus-within,
.google-signin-button:hover {
  filter: drop-shadow(0 0 10px rgba(214, 162, 63, 0.13));
}

.profile-google-connected,
.account-state-card.success {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-green),
    0 0 0 1px rgba(94, 166, 110, 0.07),
    0 0 20px var(--wkd-glow-green-passive);
}

.notification-page-item.is-unread {
  box-shadow:
    inset 3px 0 0 rgba(214, 162, 63, 0.78),
    inset 0 1px 0 rgba(214, 162, 63, 0.08),
    0 0 14px rgba(214, 162, 63, 0.04);
}

/* Footer groups are connected by light rather than boxed into extra cards. */
.site-footer-link-title {
  text-shadow: 0 0 12px rgba(214, 162, 63, 0.17);
}

.site-footer-link-group .site-footer-links a:hover,
.site-footer-link-group .site-footer-links a:focus-visible {
  text-shadow: 0 0 10px rgba(214, 162, 63, 0.15);
}

.site-footer-bottom {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.12),
    0 -8px 18px rgba(214, 162, 63, 0.025);
}

.site-footer-alexa-badge:hover,
.site-footer-alexa-badge:focus-visible {
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.14),
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 0 18px var(--wkd-glow-amber-active);
}

/* State edges remain stronger than the passive site atmosphere. */
:is(
  .schedule-card-on_air,
  .chat-now-next-card.is-live:not(.is-radio-fallback),
  .chat-now-next-card.is-error,
  .dj-list-card.is-live-now,
  .dj-profile-show-card.is-on-air,
  .contact-alert.is-error,
  .schedule-request-alert.error,
  .dj-stream-metadata-summary[data-state="failed"],
  .dj-stream-metadata-result[data-state="different"],
  .dj-stream-metadata-result[data-state="missing"],
  .dj-stream-metadata-result[data-state="other_live"],
  .dj-stream-metadata-result[data-state="failed"]
) {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-live),
    0 0 0 1px rgba(204, 67, 62, 0.08),
    0 9px 26px rgba(0, 0, 0, 0.22),
    0 0 24px var(--wkd-glow-live-active);
}

:is(
  .schedule-card-scheduled_now,
  .schedule-card-up_next,
  .chat-now-next-card.is-live.is-radio-fallback,
  .chat-now-next-card.is-up-next,
  .dj-list-card.is-scheduled-now,
  .dj-stream-metadata-summary[data-state="pending"],
  .dj-stream-metadata-summary[data-state="waiting"],
  .dj-stream-metadata-summary[data-state="skipped"],
  .dj-stream-metadata-result[data-state="checking"],
  .dj-stream-metadata-result[data-state="pending"],
  .dj-stream-metadata-result[data-state="waiting"],
  .dj-stream-metadata-result[data-state="skipped"]
) {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-amber),
    0 0 0 1px rgba(214, 162, 63, 0.07),
    0 8px 24px rgba(0, 0, 0, 0.20),
    0 0 21px var(--wkd-glow-amber-active);
}

:is(
  .chat-radio-panel.radio-playing,
  .contact-alert.is-success,
  .schedule-request-alert.success,
  .schedule-request-clash-preview.available,
  .profile-google-connected,
  .dj-stream-metadata-summary[data-state="synced"],
  .dj-stream-metadata-result[data-state="working"],
  .dj-stream-metadata-result[data-state="synced"]
) {
  box-shadow:
    inset 0 1px 0 var(--wkd-glow-edge-green),
    0 0 0 1px rgba(94, 166, 110, 0.07),
    0 0 22px var(--wkd-glow-green-active);
}

@media screen and (max-width: 650px) {

  .home-feature-card,
  .home-dj-card,
  .home-schedule-card,
  .chat-panel,
  .schedule-tabs,
  .schedule-status-bar,
  .dj-list-card,
  .about-story-card,
  .about-feature-card,
  .contact-aside-card,
  .contact-form-card,
  .legal-page-card,
  .profile-edit-section,
  .notifications-page-list {
    box-shadow:
      inset 0 1px 0 rgba(214, 162, 63, 0.09),
      0 0 0 1px rgba(214, 162, 63, 0.03),
      0 7px 20px rgba(0, 0, 0, 0.18),
      0 0 11px rgba(214, 162, 63, 0.04);
  }

  .header .wrapper .header-profile-dropdown,
  .notification-dropdown,
  .chat-emote-picker,
  .chat-message-options,
  .chat-online-options {
    box-shadow:
      inset 0 1px 0 rgba(214, 162, 63, 0.12),
      0 0 0 1px rgba(214, 162, 63, 0.05),
      0 16px 38px rgba(0, 0, 0, 0.44),
      0 0 15px var(--wkd-glow-amber-passive);
  }
}


/* Public-site glow system: nested surfaces and controls */

/* Shared legacy/public panels, notices and empty states */
.content .block,
.schedule-message,
.booking-slots-message,
.schedule-request-empty-state,
.notifications-page-empty,
.account-alert,
.form div.msg.account-message {
  border-color: rgba(214, 162, 63, 0.17);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.085),
    0 0 0 1px rgba(214, 162, 63, 0.025),
    0 7px 20px rgba(0, 0, 0, 0.17),
    0 0 13px rgba(214, 162, 63, 0.04);
}

/* Homepage inner surfaces */
.home-section {
  border-color: rgba(214, 162, 63, 0.19);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.10),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 9px 26px rgba(0, 0, 0, 0.18),
    0 0 15px rgba(214, 162, 63, 0.05);
}

.home-live-tabs,
.home-live-scheduled-note {
  border-color: rgba(214, 162, 63, 0.21);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.11),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 0 13px rgba(214, 162, 63, 0.05);
}

.home-live-avatar,
.home-dj-avatar {
  box-shadow:
    0 0 0 1px rgba(214, 162, 63, 0.20),
    0 0 0 6px rgba(116, 61, 75, 0.11),
    0 0 17px rgba(214, 162, 63, 0.07);
}

/* Floating player inner controls */
.global-radio-equalizer,
.global-radio-listeners,
.global-radio-volume,
.global-radio-quality {
  border-color: rgba(214, 162, 63, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.10),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 0 13px rgba(214, 162, 63, 0.05);
}

.global-radio-button:not(.global-radio-play-button) {
  border-color: rgba(214, 162, 63, 0.19);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 11px rgba(214, 162, 63, 0.04);
}

.global-radio-player.radio-playing .global-radio-equalizer,
.global-radio-player.radio-playing .global-radio-listeners {
  border-color: rgba(94, 166, 110, 0.31);
  box-shadow:
    inset 0 1px 0 rgba(94, 166, 110, 0.15),
    0 0 0 1px rgba(94, 166, 110, 0.05),
    0 0 15px var(--wkd-glow-green-passive);
}

/* Live Chat top shell and compact elements */
.chat-now-next-panel {
  border-color: rgba(214, 162, 63, 0.23);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.11),
    0 0 0 1px rgba(214, 162, 63, 0.04),
    0 14px 36px rgba(0, 0, 0, 0.21),
    0 0 18px var(--wkd-glow-amber-passive);
}

.chat-listener-meter,
.chat-emote-tabs,
.chat-emote-list button {
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.10),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 0 12px rgba(214, 162, 63, 0.045);
}

.chat-composer-main textarea:focus {
  border-color: rgba(214, 162, 63, 0.48);
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.13),
    0 0 0 3px rgba(214, 162, 63, 0.085),
    0 0 18px var(--wkd-glow-amber-active);
}

/* Schedule supporting surfaces */
.schedule-message.is-success,
.booking-slots-message.success,
.schedule-request-empty-state.success {
  border-color: rgba(94, 166, 110, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(94, 166, 110, 0.13),
    0 0 0 1px rgba(94, 166, 110, 0.05),
    0 0 17px var(--wkd-glow-green-passive);
}

.schedule-message.is-error,
.booking-slots-message.error,
.schedule-request-empty-state.error {
  border-color: rgba(204, 67, 62, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(204, 67, 62, 0.13),
    0 0 0 1px rgba(204, 67, 62, 0.05),
    0 0 17px var(--wkd-glow-live-passive);
}

/* DJ directory filters and nested show details */
.dj-directory-filter,
.dj-list-next-show,
.dj-profile-show-time,
.dj-profile-show-status,
.dj-list-view {
  border-color: rgba(214, 162, 63, 0.19);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 0 13px rgba(214, 162, 63, 0.045);
}

.dj-directory-filter:hover,
.dj-directory-filter:focus-within,
.dj-list-view:hover,
.dj-list-view:focus-visible {
  border-color: rgba(214, 162, 63, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.15),
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 0 17px var(--wkd-glow-amber-active);
}

/* Our Story nested feature pieces */
.about-hero-mark,
.about-manifesto,
.about-long-game-statement,
.about-final-lock,
.about-hero-pills span {
  border-color: rgba(214, 162, 63, 0.21);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.11),
    0 0 0 1px rgba(214, 162, 63, 0.035),
    0 8px 22px rgba(0, 0, 0, 0.17),
    0 0 14px rgba(214, 162, 63, 0.05);
}

.about-manifesto {
  border-color: rgba(158, 83, 105, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(158, 83, 105, 0.14),
    0 0 0 1px rgba(158, 83, 105, 0.05),
    0 8px 22px rgba(0, 0, 0, 0.18),
    -5px 0 19px var(--wkd-glow-burgundy-passive);
}

/* Contact and legal nested surfaces */
.contact-priority-grid article,
.contact-aside-links a,
.contact-page-hero-badge,
.legal-detail-grid section,
.legal-page-updated,
.legal-related-links a,
.legal-section-heading > span {
  border-color: rgba(214, 162, 63, 0.19);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.09),
    0 0 0 1px rgba(214, 162, 63, 0.03),
    0 0 13px rgba(214, 162, 63, 0.045);
}

.contact-aside-links a:hover,
.contact-aside-links a:focus-visible,
.legal-related-links a:hover,
.legal-related-links a:focus-visible {
  border-color: rgba(214, 162, 63, 0.34);
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.15),
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 0 17px var(--wkd-glow-amber-active);
}

/* Account guidance and notification controls */
.account-password-checklist li,
.notification-page-actions a,
.notification-page-actions button {
  border-color: rgba(214, 162, 63, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.085),
    0 0 0 1px rgba(214, 162, 63, 0.025),
    0 0 12px rgba(214, 162, 63, 0.04);
}

.account-password-checklist li.is-met {
  border-color: rgba(94, 166, 110, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(94, 166, 110, 0.12),
    0 0 14px var(--wkd-glow-green-passive);
}

.notification-page-actions a:hover,
.notification-page-actions a:focus-visible,
.notification-page-actions button:hover,
.notification-page-actions button:focus-visible {
  border-color: rgba(214, 162, 63, 0.33);
  outline: 0;
  box-shadow:
    0 0 0 2px rgba(214, 162, 63, 0.07),
    0 0 16px var(--wkd-glow-amber-active);
}

.notification-count {
  box-shadow:
    0 0 0 2px rgba(16, 18, 20, 0.9),
    0 0 12px var(--wkd-glow-live-active);
}

@media screen and (max-width: 650px) {
  .content .block,
  .home-section,
  .chat-now-next-panel,
  .schedule-message,
  .dj-list-next-show,
  .about-hero-mark,
  .about-manifesto,
  .contact-priority-grid article,
  .legal-detail-grid section,
  .notifications-page-empty {
    box-shadow:
      inset 0 1px 0 rgba(214, 162, 63, 0.085),
      0 0 0 1px rgba(214, 162, 63, 0.025),
      0 7px 19px rgba(0, 0, 0, 0.18),
      0 0 12px rgba(214, 162, 63, 0.04);
  }
}

/* DJ application workflow */
.dj-application-shell {
  width: min(920px, calc(100% - 32px));
  margin: 38px auto 72px;
}

.dj-application-hero,
.dj-application-status-card,
.dj-application-form {
  border: 1px solid var(--wkd-border);
  border-radius: 20px;
  background: var(--wkd-panel);
  box-shadow:
    inset 0 1px 0 rgba(214, 162, 63, 0.12),
    0 0 0 1px rgba(214, 162, 63, 0.06),
    0 0 24px rgba(214, 162, 63, 0.08);
}

.dj-application-hero {
  padding: clamp(28px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(116, 61, 75, 0.18), transparent 55%),
    var(--wkd-panel);
}

.dj-application-kicker,
.dj-application-status-card > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--wkd-amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dj-application-hero h1,
.dj-application-status-card h2 {
  margin: 0 0 12px;
  color: var(--wkd-text-strong);
}

.dj-application-hero h1 {
  font-size: clamp(31px, 5vw, 48px);
  line-height: 1.04;
}

.dj-application-hero p,
.dj-application-status-card p,
.dj-application-status-card small {
  color: var(--wkd-muted);
  line-height: 1.7;
}

.dj-application-alert,
.dj-application-status-card,
.dj-application-form {
  margin-top: 20px;
  padding: 24px;
}

.dj-application-alert {
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel-raised);
  font-weight: 800;
}

.dj-application-alert.success,
.dj-application-status-card.approved {
  border-color: rgba(73, 173, 111, 0.48);
  box-shadow: 0 0 22px rgba(73, 173, 111, 0.13);
}

.dj-application-alert.error,
.dj-application-status-card.error,
.dj-application-status-card.declined {
  border-color: rgba(204, 67, 62, 0.48);
  box-shadow: 0 0 22px rgba(204, 67, 62, 0.12);
}

.dj-application-status-card.pending {
  border-color: rgba(214, 162, 63, 0.52);
}

.dj-application-response {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 3px solid var(--wkd-amber);
  border-radius: 0 12px 12px 0;
  background: rgba(214, 162, 63, 0.07);
  color: var(--wkd-text);
  line-height: 1.65;
}

.dj-application-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.dj-application-field {
  display: grid;
  gap: 8px;
}

.dj-application-field.full {
  grid-column: 1 / -1;
}

.dj-application-field > span {
  color: var(--wkd-text-strong);
  font-size: 13px;
  font-weight: 850;
}

.dj-application-field > span small,
.dj-application-field > small {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 700;
}

.dj-application-field input,
.dj-application-field select,
.dj-application-field textarea {
  width: 100%;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel-deep);
  color: var(--wkd-text-strong);
}

.dj-application-field input,
.dj-application-field select {
  min-height: 48px;
  padding: 0 14px;
}

.dj-application-field textarea {
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
}

.dj-application-field input:focus,
.dj-application-field select:focus,
.dj-application-field textarea:focus {
  border-color: var(--wkd-amber);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(214, 162, 63, 0.12);
}

.dj-application-actions {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 650px) {
  .dj-application-shell {
    width: min(100% - 16px, 920px);
    margin-top: 18px;
  }

  .dj-application-form-grid {
    grid-template-columns: 1fr;
  }

  .dj-application-field.full {
    grid-column: auto;
  }

  .dj-application-hero,
  .dj-application-status-card,
  .dj-application-form {
    border-radius: 16px;
  }

  .dj-application-alert,
  .dj-application-status-card,
  .dj-application-form {
    padding: 18px;
  }

  .dj-application-actions .btn {
    width: 100%;
  }
}

/* Optional Admin-managed social profile links in the lower public footer. */
.site-footer-socials {
  display: flex;
  align-items: center;
  align-self: center;
  justify-self: end;
  margin-top: 0;
}

.site-footer-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.site-footer-social-link {
  --social-accent: var(--wkd-amber-bright);
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 52%),
    rgba(10, 11, 12, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 7px 16px rgba(0, 0, 0, 0.12);
  color: var(--wkd-muted-strong);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.site-footer-social-link svg {
  display: block;
  grid-area: 1 / 1;
  width: 18px;
  height: 18px;
  margin: auto;
  overflow: visible;
  fill: currentColor;
  pointer-events: none;
}

.site-footer-social-link .site-footer-social-play {
  fill: var(--wkd-panel-deep);
}

.site-footer-social-link.is-facebook {
  --social-accent: #5f91e8;
}

.site-footer-social-link.is-tiktok {
  --social-accent: #f0547b;
}

.site-footer-social-link.is-youtube {
  --social-accent: #ef5350;
}

.site-footer-social-link.is-instagram {
  --social-accent: #da669f;
}

.site-footer-social-link:hover,
.site-footer-social-link:focus-visible {
  border-color: color-mix(in srgb, var(--social-accent) 72%, var(--wkd-amber));
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 2px color-mix(in srgb, var(--social-accent) 12%, transparent),
    0 0 18px color-mix(in srgb, var(--social-accent) 22%, transparent);
  color: var(--social-accent);
  transform: translateY(-2px);
}

.site-footer-social-link:active {
  transform: translateY(0);
}

@media screen and (max-width: 700px) {
  .site-footer-socials {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
  }
}

/* DJ Stream Dashboard — compact extension of the Request a Show component system. */
.dj-stream-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 16px;
  margin-top: 16px;
}

.dj-stream-grid .schedule-request-main,
.dj-stream-grid .schedule-request-sidebar {
  display: grid;
  gap: 14px;
}

.content .dj-stream-panel,
.dj-stream-panel {
  padding: 18px;
}

.dj-stream-panel .schedule-request-section-heading {
  margin-bottom: 14px;
}

.dj-stream-panel .schedule-request-section-heading.compact {
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.dj-stream-panel .schedule-request-section-heading h3 {
  font-size: 18px;
}

.dj-stream-panel .schedule-request-section-heading p {
  line-height: 1.45;
}

.dj-stream-access-heading {
  display: flex;
  margin-bottom: 10px;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
}

.dj-stream-access-note {
  flex: 1 1 240px;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.4;
}


.schedule-request-status-pill.status-disabled,
.schedule-request-status-pill.status-revoked,
.schedule-request-status-pill.status-not-granted {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted-strong);
}

.schedule-request-status-pill.status-failed {
  border-color: rgba(204, 67, 62, 0.42);
  background: var(--wkd-red-soft);
  color: var(--wkd-live-bright);
}

.dj-stream-credential-list {
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 14px;
  background: var(--wkd-panel-deep);
}

.dj-stream-credential-row {
  display: grid;
  min-height: 48px;
  padding: 7px 10px;
  grid-template-columns: minmax(94px, 0.7fr) minmax(0, 1.7fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.dj-stream-credential-row:last-child {
  border-bottom: 0;
}

.dj-stream-credential-row > span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 850;
}

.dj-stream-credential-row > strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--wkd-text-strong);
  font-size: 13px;
}

.dj-stream-password-row > strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.01em;
}

.dj-stream-copy-button,
.dj-stream-reveal-form .btn {
  min-width: 66px;
  min-height: 34px;
  padding: 0 11px;
}

.dj-stream-reveal-form {
  margin: 0;
}

.dj-stream-source-help {
  grid-column: 2 / 4;
  margin: -2px 0 3px;
  color: var(--wkd-muted);
  font-size: 11px;
  line-height: 1.4;
}

.dj-stream-source-help strong {
  color: var(--wkd-text-strong);
}

.dj-stream-checklist {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px 9px;
  align-items: start;
}

.dj-stream-checklist > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(214, 162, 63, 0.34);
  border-radius: 50%;
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 900;
}

.dj-stream-checklist p {
  margin: 2px 0 0;
  line-height: 1.45;
}

.dj-stream-show-card {
  display: grid;
  padding: 12px;
  gap: 4px;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel-deep);
}


.dj-stream-show-card > strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
}

.dj-stream-show-time {
  color: var(--wkd-muted);
  line-height: 1.4;
}


.dj-stream-show-card {
  gap: 6px;
}

.dj-stream-show-card + .dj-stream-show-card {
  margin-top: 8px;
}

.dj-stream-show-card-top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.dj-stream-show-card small {
  color: var(--wkd-amber-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-stream-show-status {
  display: inline-flex;
  min-height: 22px;
  padding: 2px 8px;
  align-items: center;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted-strong);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.dj-stream-show-status[data-state="live"] {
  border-color: rgba(73, 173, 111, 0.42);
  background: rgba(73, 173, 111, 0.1);
  color: var(--wkd-green);
}

.dj-stream-show-status[data-state="unscheduled_live"] {
  border-color: rgba(214, 162, 63, 0.42);
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
}

.dj-stream-show-status[data-state="scheduled_now"] {
  border-color: rgba(214, 162, 63, 0.32);
  color: var(--wkd-amber-bright);
}

.dj-stream-show-time {
  font-size: 11px;
}

.dj-stream-show-presenter {
  color: var(--wkd-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.dj-stream-show-status[data-state="auto_dj"],
.dj-stream-show-status[data-state="delayed"] {
  border-color: rgba(214, 162, 63, 0.34);
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
}

.dj-stream-show-status[data-state="offline"],
.dj-stream-show-status[data-state="unavailable"] {
  border-color: rgba(212, 94, 94, 0.34);
  background: rgba(212, 94, 94, 0.08);
  color: var(--wkd-red);
}

.dj-stream-show-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.dj-stream-show-tags span {
  display: inline-flex;
  min-height: 20px;
  padding: 2px 7px;
  align-items: center;
  border: 1px solid var(--wkd-border-soft);
  border-radius: 999px;
  background: var(--wkd-panel-raised);
  color: var(--wkd-muted-strong);
  font-size: 9px;
  font-weight: 800;
}

.dj-stream-show-note {
  margin: 1px 0 0;
  color: var(--wkd-muted);
  font-size: 10px;
  line-height: 1.4;
}


.dj-stream-verification-list {
  overflow: hidden;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel-deep);
}

.dj-stream-verification-row {
  display: grid;
  min-height: 44px;
  padding: 8px 10px;
  grid-template-columns: minmax(112px, 0.75fr) minmax(0, 1.25fr);
  gap: 4px 10px;
  align-items: center;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.dj-stream-verification-row:last-child {
  border-bottom: 0;
}

.dj-stream-verification-row > span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 850;
}

.dj-stream-verification-row > strong {
  min-width: 0;
  color: var(--wkd-text-strong);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.dj-stream-verification-row > strong[data-state="confirmed"] {
  color: var(--wkd-green);
}

.dj-stream-verification-row > strong[data-state="different"] {
  color: var(--wkd-live-bright);
}

.dj-stream-verification-row > strong[data-state="waiting"],
.dj-stream-verification-row > strong[data-state="unavailable"] {
  color: var(--wkd-muted-strong);
}

.dj-stream-verification-row > small {
  grid-column: 2;
  color: var(--wkd-muted);
  font-size: 10px;
  line-height: 1.4;
}


.dj-stream-metadata-result {
  display: grid;
  margin-top: 10px;
  padding: 10px 11px;
  gap: 3px;
  border: 1px solid var(--wkd-border);
  border-radius: 11px;
  background: var(--wkd-panel-raised);
}

.dj-stream-metadata-result strong {
  color: var(--wkd-text-strong);
  font-size: 12px;
}

.dj-stream-metadata-result span {
  color: var(--wkd-muted);
  font-size: 11px;
  line-height: 1.45;
}

.dj-stream-metadata-result[data-state="working"],
.dj-stream-metadata-result[data-state="synced"] {
  border-color: rgba(73, 173, 111, 0.42);
  background: rgba(73, 173, 111, 0.08);
}

.dj-stream-metadata-result[data-state="working"] strong,
.dj-stream-metadata-result[data-state="synced"] strong {
  color: var(--wkd-green);
}

.dj-stream-metadata-result[data-state="different"],
.dj-stream-metadata-result[data-state="missing"],
.dj-stream-metadata-result[data-state="other_live"],
.dj-stream-metadata-result[data-state="failed"] {
  border-color: rgba(204, 67, 62, 0.38);
  background: var(--wkd-red-soft);
}

.dj-stream-metadata-result[data-state="different"] strong,
.dj-stream-metadata-result[data-state="missing"] strong,
.dj-stream-metadata-result[data-state="other_live"] strong,
.dj-stream-metadata-result[data-state="failed"] strong {
  color: var(--wkd-live-bright);
}

.dj-stream-metadata-result[data-state="checking"],
.dj-stream-metadata-result[data-state="pending"],
.dj-stream-metadata-result[data-state="waiting"],
.dj-stream-metadata-result[data-state="skipped"] {
  border-color: rgba(214, 162, 63, 0.38);
  background: var(--wkd-amber-soft);
}

.dj-stream-metadata-result[data-state="checking"] strong,
.dj-stream-metadata-result[data-state="pending"] strong,
.dj-stream-metadata-result[data-state="waiting"] strong,
.dj-stream-metadata-result[data-state="skipped"] strong {
  color: var(--wkd-amber-bright);
}


@media screen and (max-width: 900px) {
  .dj-stream-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 650px) {
  .content .dj-stream-panel,
  .dj-stream-panel {
    padding: 16px;
  }

  .dj-stream-credential-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 9px;
  }

  .dj-stream-credential-row > span {
    grid-column: 1 / -1;
  }

  .dj-stream-credential-row > strong {
    grid-column: 1;
  }

  .dj-stream-credential-row > .btn,
  .dj-stream-credential-row > form {
    grid-column: 2;
    grid-row: 2;
  }

  .dj-stream-source-help {
    grid-column: 1 / -1;
    margin-top: 1px;
  }

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

  .dj-stream-verification-row > span {
    grid-column: 1 / -1;
  }

  .dj-stream-verification-row > strong {
    grid-column: 1;
  }

  .dj-stream-verification-row > small {
    grid-column: 1 / -1;
  }


}

/* DJ Stream Dashboard workspace tabs and operational front page. */
.dj-stream-workspace {
  margin-top: 16px;
}

.dj-stream-tabs {
  display: none;
}

.dj-stream-workspace[data-tabs-ready="true"] .dj-stream-tabs {
  display: flex;
  overflow-x: auto;
  grid-template-columns: none;
  margin: 0;
  gap: 6px;
  scrollbar-width: thin;
}

.dj-stream-tab {
  flex: 0 0 auto;
  width: auto;
  min-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  white-space: nowrap;
}

.dj-stream-tab-panel {
  margin-top: 14px;
}

.dj-stream-tab-panel[hidden] {
  display: none;
}

.dj-stream-dashboard-overview {
  display: grid;
  gap: 14px;
}

.dj-stream-live-stats {
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 0.95fr)
    minmax(0, 1.25fr)
    minmax(0, 1.35fr);
  overflow: hidden;
}

.dj-stream-live-stat {
  min-width: 0;
}

.dj-stream-live-stat .chat-now-next-copy {
  min-width: 0;
  overflow: hidden;
  gap: 4px;
}

.dj-stream-live-stat .chat-now-next-label {
  color: var(--wkd-amber-bright);
}

.dj-stream-live-stat-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 8px;
}

.dj-stream-live-duration {
  flex: 0 0 auto;
  color: var(--wkd-amber-bright);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.dj-stream-live-duration[hidden] {
  display: none;
}

.dj-stream-live-stat-title strong {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.dj-stream-title-marquee {
  display: block;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  width: 100%;
}

.dj-stream-title-marquee-track {
  display: inline-flex;
  gap: 28px;
  max-width: 100%;
  line-height: inherit;
  vertical-align: top;
  white-space: nowrap;
  will-change: transform;
}

.dj-stream-title-marquee [data-dj-metadata-summary-title],
.dj-stream-title-marquee [data-dj-metadata-summary-title-copy] {
  display: inline-block;
  flex: 0 0 auto;
  white-space: nowrap;
}

.dj-stream-title-marquee [data-dj-metadata-summary-title-copy] {
  display: none;
}

.dj-stream-title-marquee.is-scrolling .dj-stream-title-marquee-track {
  animation: dj-stream-title-marquee 12s linear infinite;
  max-width: none;
}

.dj-stream-title-marquee.is-scrolling [data-dj-metadata-summary-title-copy] {
  display: inline-block;
}

@keyframes dj-stream-title-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 14px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .dj-stream-title-marquee.is-scrolling .dj-stream-title-marquee-track {
    animation: none;
  }

  .dj-stream-title-marquee.is-scrolling [data-dj-metadata-summary-title-copy] {
    display: none;
  }
}

.dj-stream-live-stat-listeners .chat-now-next-pulse {
  background: var(--wkd-amber);
  box-shadow: 0 0 0 5px rgba(214, 162, 63, 0.12);
}

.dj-stream-live-stat-on-air.is-live:not(.is-radio-fallback) .chat-now-next-label,
.dj-stream-live-stat-on-air.is-live:not(.is-radio-fallback) .dj-stream-live-duration {
  color: var(--wkd-live-bright);
}

.dj-stream-live-stat-title[data-state="synced"] .chat-now-next-pulse {
  background: var(--wkd-green);
  box-shadow: 0 0 0 5px rgba(94, 166, 110, 0.13);
}

.dj-stream-live-stat-title[data-state="synced"] .chat-now-next-label {
  color: var(--wkd-green);
}

.dj-stream-live-stat-title[data-state="failed"] .chat-now-next-pulse {
  background: var(--wkd-live-bright);
  box-shadow: 0 0 0 5px rgba(204, 67, 62, 0.13);
}

.dj-stream-live-stat-title[data-state="failed"] .chat-now-next-label {
  color: var(--wkd-live-bright);
}

.dj-stream-live-stat-title[data-state="pending"] .chat-now-next-pulse,
.dj-stream-live-stat-title[data-state="waiting"] .chat-now-next-pulse,
.dj-stream-live-stat-title[data-state="skipped"] .chat-now-next-pulse,
.dj-stream-live-stat-title[data-state="idle"] .chat-now-next-pulse {
  background: var(--wkd-amber);
  box-shadow: 0 0 0 5px rgba(214, 162, 63, 0.12);
}

.dj-stream-live-stat-title[data-state="pending"] .chat-now-next-label,
.dj-stream-live-stat-title[data-state="waiting"] .chat-now-next-label,
.dj-stream-live-stat-title[data-state="skipped"] .chat-now-next-label,
.dj-stream-live-stat-title[data-state="idle"] .chat-now-next-label {
  color: var(--wkd-amber-bright);
}

.dj-stream-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(500px, 1.34fr);
  gap: 14px;
  align-items: start;
}


.dj-stream-show-card-compact {
  min-height: 104px;
}

.dj-stream-metadata-summary {
  min-height: 70px;
}

.dj-stream-connection-grid {
  margin-top: 0;
}

.dj-stream-connection-note .schedule-request-section-heading {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}


@media screen and (max-width: 980px) {
  .dj-stream-dashboard-layout {
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 760px) {

  .dj-stream-show-card-compact,
  .dj-stream-metadata-summary {
    min-height: 0;
  }
}

@media screen and (max-width: 650px) {
  .dj-stream-workspace {
    margin-top: 12px;
  }

  .dj-stream-workspace[data-tabs-ready="true"] .dj-stream-tabs {
    margin-inline: -2px;
    padding: 5px;
    gap: 5px;
    border-radius: 12px;
  }

  .dj-stream-tab {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .dj-stream-tab-panel {
    margin-top: 12px;
  }

  .dj-stream-dashboard-overview {
    gap: 12px;
  }

  .dj-stream-live-stats {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    overflow-x: auto;
    border-radius: 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .dj-stream-live-stat {
    min-height: 82px;
    padding: 12px 14px;
    scroll-snap-align: start;
  }


}


/* DJ dashboard compact request-card base. */


.dj-stream-dashboard-request-card {
  min-height: 74px;
  padding: 10px 12px;
  border-radius: 12px;
}

.dj-stream-dashboard-request-card .chat-now-next-copy {
  gap: 2px;
}

.dj-stream-dashboard-request-card .chat-now-next-label {
  font-size: 9px;
}

.dj-stream-dashboard-request-card strong {
  font-size: 14px;
  line-height: 1.18;
}

.dj-stream-dashboard-request-card [data-chat-live-meta] {
  font-size: 10px;
  line-height: 1.3;
}


/* Public chatroom integrated beside the live dashboard overview on wider screens. */
.dj-stream-dashboard-chat {
  display: grid;
  min-width: 0;
  margin-top: 0;
  align-content: start;
}

.dj-stream-chat-shell {
  gap: 0;
}

.dj-stream-chat-panel {
  min-width: 0;
  border-radius: 18px;
}

.dj-stream-chat-panel .chat-messages {
  height: clamp(560px, 64vh, 720px);
}

.dj-stream-chat-panel .chat-message-area {
  --chat-online-drawer-width: min(300px, 88%);
}

@media screen and (max-width: 980px) {
  .dj-stream-dashboard-chat {
    margin-top: 0;
  }

  .dj-stream-chat-panel .chat-messages {
    height: clamp(440px, 58vh, 620px);
  }
}

@media screen and (max-width: 650px) {
  .dj-stream-chat-panel {
    border-radius: 14px;
  }

  .dj-stream-chat-panel .chat-messages {
    height: min(58vh, 540px);
    min-height: 380px;
    padding: 18px 16px;
  }

  .dj-stream-chat-panel .chat-composer {
    padding: 14px 14px 16px;
  }

  .dj-stream-chat-panel .chat-emote-picker {
    left: 14px;
    right: 14px;
  }
}

/* Public underground rave atmosphere — high-visibility revision */
html {
  background: #050506;
}

body {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  background-color: #070809;
  background-image:
    radial-gradient(ellipse at 50% -12%, rgba(239, 194, 99, 0.30) 0%, rgba(214, 162, 63, 0.09) 23%, transparent 48%),
    radial-gradient(ellipse at 8% 20%, rgba(116, 61, 75, 0.30) 0%, transparent 38%),
    radial-gradient(ellipse at 94% 24%, rgba(94, 166, 110, 0.20) 0%, transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 139px, rgba(255, 250, 241, 0.045) 140px, transparent 141px 280px),
    repeating-linear-gradient(180deg, rgba(255, 250, 241, 0.038) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, #111315 0%, #090a0b 48%, #050506 100%);
  background-size: auto, auto, auto, 280px 100%, 100% 42px, 100% 100%;
  background-position: center top, left top, right top, center top, center top, center top;
  background-attachment: fixed;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    linear-gradient(104deg, transparent 0 15%, rgba(239, 194, 99, 0.22) 17%, rgba(239, 194, 99, 0.055) 24%, transparent 34%),
    linear-gradient(76deg, transparent 0 64%, rgba(94, 166, 110, 0.18) 67%, rgba(94, 166, 110, 0.045) 75%, transparent 84%),
    linear-gradient(117deg, transparent 0 42%, rgba(158, 83, 105, 0.18) 44%, rgba(158, 83, 105, 0.04) 50%, transparent 57%),
    radial-gradient(circle at 18% 7%, rgba(239, 194, 99, 0.48) 0 2px, rgba(239, 194, 99, 0.20) 3px 13px, transparent 42px),
    radial-gradient(circle at 50% 5%, rgba(158, 83, 105, 0.50) 0 2px, rgba(158, 83, 105, 0.20) 3px 14px, transparent 44px),
    radial-gradient(circle at 82% 7%, rgba(94, 166, 110, 0.48) 0 2px, rgba(94, 166, 110, 0.19) 3px 13px, transparent 42px),
    repeating-linear-gradient(135deg, transparent 0 74px, rgba(255, 250, 241, 0.025) 75px, transparent 76px 150px);
  opacity: 0.96;
  mix-blend-mode: screen;
  animation: wkd-rave-light-drift 18s ease-in-out infinite alternate;
}

body::after {
  background:
    linear-gradient(180deg, rgba(4, 5, 6, 0.02) 0%, rgba(4, 5, 6, 0.10) 45%, rgba(4, 5, 6, 0.70) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.58) 100%),
    repeating-linear-gradient(90deg, transparent 0 279px, rgba(0, 0, 0, 0.24) 280px 282px),
    radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.6px);
  background-size: 100% 100%, 100% 100%, 282px 100%, 19px 19px;
  opacity: 0.82;
}

body > * {
  position: relative;
  z-index: 1;
}

.header {
  border-bottom-color: rgba(214, 162, 63, 0.25);
  background:
    radial-gradient(circle at 12% -30%, rgba(239, 194, 99, 0.24), transparent 35%),
    radial-gradient(circle at 86% -35%, rgba(94, 166, 110, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(8, 9, 10, 0.94), rgba(21, 23, 25, 0.88) 55%, rgba(12, 13, 14, 0.94));
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  box-shadow:
    0 10px 34px rgba(0, 0, 0, 0.50),
    0 1px 0 rgba(239, 194, 99, 0.08) inset;
}

.site-footer {
  border-top-color: rgba(214, 162, 63, 0.18);
  background:
    radial-gradient(circle at 14% 0%, rgba(239, 194, 99, 0.13), transparent 31%),
    radial-gradient(circle at 84% 0%, rgba(94, 166, 110, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(17, 19, 21, 0.93), rgba(7, 8, 9, 0.97));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.content .block,
.home-feature-card,
.home-section,
.home-cta-band,
.home-schedule-card,
.home-dj-card,
.home-empty-card {
  border-color: rgba(125, 135, 141, 0.40);
  background-color: rgba(17, 19, 21, 0.84);
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.home-hero-copy {
  border-color: rgba(214, 162, 63, 0.30);
  background:
    radial-gradient(circle at 92% 6%, rgba(239, 194, 99, 0.18), transparent 31%),
    radial-gradient(circle at 8% 100%, rgba(116, 61, 75, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.91), rgba(24, 27, 29, 0.82));
  backdrop-filter: blur(12px) saturate(1.10);
  -webkit-backdrop-filter: blur(12px) saturate(1.10);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.40),
    0 0 44px rgba(214, 162, 63, 0.055);
}

.home-live-panel {
  border-color: rgba(94, 166, 110, 0.30);
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 166, 110, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(17, 19, 21, 0.91), rgba(12, 14, 15, 0.86));
  backdrop-filter: blur(12px) saturate(1.10);
  -webkit-backdrop-filter: blur(12px) saturate(1.10);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.40),
    0 0 42px rgba(94, 166, 110, 0.05);
}


/* Keep the lower homepage cards in the same layered visual family as the hero. */
.home-feature-card {
  border-color: rgba(214, 162, 63, 0.26);
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.010) 22px, transparent 23px 45px),
    radial-gradient(circle at 92% 6%, rgba(239, 194, 99, 0.13), transparent 31%),
    radial-gradient(circle at 8% 100%, rgba(116, 61, 75, 0.16), transparent 43%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.91), rgba(23, 25, 27, 0.82));
  backdrop-filter: blur(12px) saturate(1.10);
  -webkit-backdrop-filter: blur(12px) saturate(1.10);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(214, 162, 63, 0.045),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.home-feature-card:nth-child(2) {
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.010) 22px, transparent 23px 45px),
    radial-gradient(circle at 92% 6%, rgba(158, 83, 105, 0.14), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(239, 194, 99, 0.10), transparent 43%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.91), rgba(23, 25, 27, 0.82));
}

.home-feature-card:nth-child(3) {
  border-color: rgba(94, 166, 110, 0.25);
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.010) 22px, transparent 23px 45px),
    radial-gradient(circle at 92% 6%, rgba(94, 166, 110, 0.15), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(214, 162, 63, 0.09), transparent 43%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.91), rgba(22, 25, 25, 0.82));
}

.home-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--wkd-amber), var(--wkd-burgundy));
  opacity: 0.88;
  pointer-events: none;
}

.home-feature-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--wkd-burgundy), var(--wkd-amber));
}

.home-feature-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--wkd-amber), var(--wkd-green));
}

.home-feature-card:nth-child(2) .home-feature-icon {
  border-color: rgba(158, 83, 105, 0.30);
  background: linear-gradient(145deg, rgba(158, 83, 105, 0.16), rgba(214, 162, 63, 0.09));
}

.home-feature-card:nth-child(3) .home-feature-icon {
  border-color: rgba(94, 166, 110, 0.28);
  background: linear-gradient(145deg, rgba(94, 166, 110, 0.15), rgba(214, 162, 63, 0.08));
  color: var(--wkd-green);
}

.home-cta-band {
  overflow: hidden;
  border-color: rgba(214, 162, 63, 0.29);
  background:
    radial-gradient(circle at 92% 8%, rgba(94, 166, 110, 0.13), transparent 29%),
    radial-gradient(circle at 7% 100%, rgba(116, 61, 75, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(17, 19, 21, 0.92), rgba(24, 27, 29, 0.83));
  backdrop-filter: blur(12px) saturate(1.10);
  -webkit-backdrop-filter: blur(12px) saturate(1.10);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.39),
    0 0 38px rgba(214, 162, 63, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.home-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.011) 22px, transparent 23px 45px);
  opacity: 0.68;
  pointer-events: none;
}

.home-cta-band::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(94, 166, 110, 0.08);
  border-radius: 50%;
  background: rgba(94, 166, 110, 0.025);
  pointer-events: none;
}

.home-cta-band > * {
  position: relative;
  z-index: 1;
}

.home-hero-copy,
.home-live-panel,
.home-feature-card,
.home-section,
.home-cta-band {
  position: relative;
}

.home-hero-copy::before,
.home-live-panel::after,
.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, transparent 0 21px, rgba(255, 255, 255, 0.012) 22px, transparent 23px 45px);
  opacity: 0.7;
}

@keyframes wkd-rave-light-drift {
  0% {
    transform: translate3d(-0.8%, -0.3%, 0) scale(1.01);
    filter: brightness(0.92) saturate(0.98);
  }
  100% {
    transform: translate3d(0.8%, 0.4%, 0) scale(1.025);
    filter: brightness(1.08) saturate(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before {
    animation: none;
  }
}

@media screen and (max-width: 760px) {
  body {
    background-image:
      radial-gradient(ellipse at 50% -8%, rgba(239, 194, 99, 0.25), transparent 43%),
      radial-gradient(ellipse at 96% 23%, rgba(94, 166, 110, 0.16), transparent 38%),
      repeating-linear-gradient(180deg, rgba(255, 250, 241, 0.035) 0 1px, transparent 1px 38px),
      linear-gradient(180deg, #101214 0%, #08090a 52%, #050506 100%);
  }

  body::before {
    background:
      linear-gradient(104deg, transparent 0 8%, rgba(239, 194, 99, 0.17) 11%, transparent 29%),
      linear-gradient(76deg, transparent 0 69%, rgba(94, 166, 110, 0.14) 72%, transparent 91%),
      radial-gradient(circle at 18% 5%, rgba(239, 194, 99, 0.40) 0 2px, rgba(239, 194, 99, 0.15) 3px 11px, transparent 34px),
      radial-gradient(circle at 82% 5%, rgba(94, 166, 110, 0.38) 0 2px, rgba(94, 166, 110, 0.14) 3px 11px, transparent 34px);
  }
}

/* Account access pages share the public underground rave atmosphere. */
body.account-access-page {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  background-color: #070809;
  background-image:
    radial-gradient(ellipse at 50% -12%, rgba(239, 194, 99, 0.30) 0%, rgba(214, 162, 63, 0.09) 23%, transparent 48%),
    radial-gradient(ellipse at 8% 20%, rgba(116, 61, 75, 0.30) 0%, transparent 38%),
    radial-gradient(ellipse at 94% 24%, rgba(94, 166, 110, 0.20) 0%, transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 139px, rgba(255, 250, 241, 0.045) 140px, transparent 141px 280px),
    repeating-linear-gradient(180deg, rgba(255, 250, 241, 0.038) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, #111315 0%, #090a0b 48%, #050506 100%);
  background-size: auto, auto, auto, 280px 100%, 100% 42px, 100% 100%;
  background-position: center top, left top, right top, center top, center top, center top;
  background-attachment: fixed;
}

body.account-access-page::before {
  background:
    linear-gradient(104deg, transparent 0 15%, rgba(239, 194, 99, 0.22) 17%, rgba(239, 194, 99, 0.055) 24%, transparent 34%),
    linear-gradient(76deg, transparent 0 64%, rgba(94, 166, 110, 0.18) 67%, rgba(94, 166, 110, 0.045) 75%, transparent 84%),
    linear-gradient(117deg, transparent 0 42%, rgba(158, 83, 105, 0.18) 44%, rgba(158, 83, 105, 0.04) 50%, transparent 57%),
    radial-gradient(circle at 18% 7%, rgba(239, 194, 99, 0.48) 0 2px, rgba(239, 194, 99, 0.20) 3px 13px, transparent 42px),
    radial-gradient(circle at 50% 5%, rgba(158, 83, 105, 0.50) 0 2px, rgba(158, 83, 105, 0.20) 3px 14px, transparent 44px),
    radial-gradient(circle at 82% 7%, rgba(94, 166, 110, 0.48) 0 2px, rgba(94, 166, 110, 0.19) 3px 13px, transparent 42px),
    repeating-linear-gradient(135deg, transparent 0 74px, rgba(255, 250, 241, 0.025) 75px, transparent 76px 150px);
  background-size: auto;
  opacity: 0.96;
  mix-blend-mode: screen;
  animation: wkd-rave-light-drift 18s ease-in-out infinite alternate;
}

body.account-access-page::after {
  background:
    linear-gradient(180deg, rgba(4, 5, 6, 0.02) 0%, rgba(4, 5, 6, 0.10) 45%, rgba(4, 5, 6, 0.70) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.58) 100%),
    repeating-linear-gradient(90deg, transparent 0 279px, rgba(0, 0, 0, 0.24) 280px 282px),
    radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.055) 0 1px, transparent 1.6px);
  background-size: 100% 100%, 100% 100%, 282px 100%, 19px 19px;
  opacity: 0.82;
}

body.account-access-page .account-access-card {
  border-color: rgba(214, 162, 63, 0.32);
  background:
    radial-gradient(circle at 94% 3%, rgba(239, 194, 99, 0.13), transparent 31%),
    radial-gradient(circle at 3% 100%, rgba(116, 61, 75, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(20, 22, 24, 0.89), rgba(12, 14, 15, 0.84));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(214, 162, 63, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px) saturate(1.10);
  -webkit-backdrop-filter: blur(14px) saturate(1.10);
}

body.account-access-page .account-access-brand img {
  filter:
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 18px rgba(214, 162, 63, 0.10));
}

@media (prefers-reduced-motion: reduce) {
  body.account-access-page::before {
    animation: none;
  }
}

@media screen and (max-width: 760px) {
  body.account-access-page {
    background-image:
      radial-gradient(ellipse at 50% -8%, rgba(239, 194, 99, 0.25), transparent 43%),
      radial-gradient(ellipse at 96% 23%, rgba(94, 166, 110, 0.16), transparent 38%),
      repeating-linear-gradient(180deg, rgba(255, 250, 241, 0.035) 0 1px, transparent 1px 38px),
      linear-gradient(180deg, #101214 0%, #08090a 52%, #050506 100%);
    background-size: auto, auto, 100% 38px, 100% 100%;
  }

  body.account-access-page::before {
    background:
      linear-gradient(104deg, transparent 0 8%, rgba(239, 194, 99, 0.17) 11%, transparent 29%),
      linear-gradient(76deg, transparent 0 69%, rgba(94, 166, 110, 0.14) 72%, transparent 91%),
      radial-gradient(circle at 18% 5%, rgba(239, 194, 99, 0.40) 0 2px, rgba(239, 194, 99, 0.15) 3px 11px, transparent 34px),
      radial-gradient(circle at 82% 5%, rgba(94, 166, 110, 0.38) 0 2px, rgba(94, 166, 110, 0.14) 3px 11px, transparent 34px);
  }
}
/* Live DJ listener requests: shared song/shoutout form and DJ dashboard queue. */


.chat-song-request-panel {
  position: absolute;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overscroll-behavior: contain;
  padding: 18px;
  border: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(214, 162, 63, 0.08), transparent 45%),
    rgba(4, 6, 7, 0.72);
  backdrop-filter: blur(5px);
}

.chat-song-request-panel[hidden] {
  display: none;
}

.chat-song-request-dialog {
  width: min(620px, calc(100% - 12px));
  max-height: calc(100% - 12px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px 20px 20px;
  border: 1px solid rgba(214, 162, 63, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 166, 110, 0.12), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(214, 162, 63, 0.08), transparent 38%),
    rgba(13, 15, 16, 0.985);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 58px rgba(0, 0, 0, 0.52),
    0 0 24px rgba(214, 162, 63, 0.08);
}

.chat-song-request-heading {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 12px;
  margin-bottom: 4px;
  padding: 0 42px 13px 0;
  border-bottom: 1px solid var(--wkd-border);
}

.chat-song-request-heading > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chat-song-request-heading > div:not(.chat-live-request-type-tabs) {
  min-width: 0;
}

.chat-song-request-heading h3 {
  margin: 0 0 5px;
  color: var(--wkd-text);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.chat-song-request-heading h3 span {
  color: var(--wkd-amber-bright);
}

.chat-song-request-heading p {
  margin: 0;
  padding: 0;
  color: var(--wkd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.chat-live-request-type-tabs {
  display: inline-flex;
  align-items: center;
  align-self: start;
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
  gap: 2px;
  margin: 0;
  padding: 2px;
  border: 1px solid var(--wkd-border);
  border-radius: 10px;
  background: rgba(23, 26, 28, 0.84);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.chat-live-request-type {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 76px;
  min-height: 28px;
  height: 28px;
  flex: 0 0 auto;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--wkd-text);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.chat-live-request-type:hover,
.chat-live-request-type:focus-visible {
  border-color: var(--wkd-border);
  background: var(--wkd-blue-soft);
  color: var(--wkd-blue-bright);
  outline: 0;
}

.chat-live-request-type.active,
.chat-live-request-type.is-active,
.chat-live-request-type[aria-pressed="true"] {
  border-color: rgba(116, 61, 75, 0.52);
  background: var(--wkd-blue);
  color: var(--wkd-text-strong);
  box-shadow: 0 8px 18px rgba(116, 61, 75, 0.24);
}

.chat-live-request-type:disabled {
  cursor: wait;
  opacity: 0.64;
}

.live-request-card-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.live-request-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 20px;
  padding: 2px 8px;
  border: 1px solid rgba(214, 162, 63, 0.30);
  border-radius: 999px;
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.live-request-type-pill[data-request-type="shoutout"] {
  border-color: rgba(94, 166, 110, 0.32);
  background: var(--wkd-green-soft);
  color: #9dd6aa;
}

.chat-song-request-history-card[data-request-type="shoutout"],
.dj-song-request-card[data-request-type="shoutout"] {
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 166, 110, 0.07), transparent 34%),
    rgba(29, 33, 36, 0.82);
}

.chat-song-request-close {
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--wkd-border);
  border-radius: 50%;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted-strong);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.chat-song-request-close:hover,
.chat-song-request-close:focus-visible {
  border-color: rgba(214, 162, 63, 0.42);
  background: var(--wkd-amber-soft);
  color: var(--wkd-text-strong);
  outline: 0;
}

.chat-song-request-form {
  max-width: none;
}

.chat-song-request-form .form-label {
  padding: 12px 0 7px;
  color: var(--wkd-muted-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.chat-song-request-form .form-label span {
  color: var(--wkd-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.chat-song-request-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chat-song-request-form .form-input {
  background: rgba(23, 26, 28, 0.96);
}

.chat-song-request-form textarea.form-input {
  height: auto;
  min-height: 76px;
  padding: 11px 15px;
  resize: vertical;
  line-height: 1.45;
}

.chat-song-request-form .form-input:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.chat-song-request-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}

.chat-song-request-form-footer > span {
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.45;
}

.chat-live-request-submit {
  width: auto;
  min-width: 0;
  min-height: 38px;
  height: 38px;
  max-height: 38px;
  flex: 0 0 auto;
  align-self: center;
  padding: 0 14px;
  font-size: 12px;
  line-height: 1;
}

.chat-song-request-history {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--wkd-border-soft);
}

.chat-song-request-history-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.chat-song-request-history-heading strong {
  color: var(--wkd-text-strong);
  font-size: 13px;
}

.chat-song-request-history-heading span {
  color: var(--wkd-muted);
  font-size: 11px;
}

.chat-song-request-history-list,
.dj-song-request-list {
  display: grid;
  gap: 10px;
}

.chat-song-request-history-card,
.dj-song-request-card {
  position: relative;
  padding: 13px 14px;
  border: 1px solid rgba(125, 135, 141, 0.25);
  border-radius: 12px;
  background: rgba(29, 33, 36, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 8px 22px rgba(0, 0, 0, 0.17);
}

.chat-song-request-history-top,
.dj-song-request-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.chat-song-request-history-top strong,
.dj-song-request-card-top strong {
  display: block;
  min-width: 0;
  color: var(--wkd-text-strong);
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.chat-song-request-history-meta,
.dj-song-request-requester,
.dj-song-request-show-context,
.dj-song-request-status-note {
  display: block;
  margin-top: 5px;
  color: var(--wkd-muted);
  font-size: 11px;
  line-height: 1.4;
}

.chat-song-request-history-note,
.dj-song-request-note {
  margin: 9px 0 0;
  color: var(--wkd-text-soft);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.chat-song-request-history-actions,
.dj-song-request-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 11px;
}

.song-request-status-pill[data-state="checking"],
.song-request-status-pill[data-state="setup_required"],
.song-request-status-pill[data-state="unavailable"],
.song-request-status-pill[data-state="identity_unavailable"],
.song-request-status-pill[data-state="unmatched_live"],
.song-request-status-pill[data-state="ineligible_live"] {
  border-color: rgba(125, 135, 141, 0.32);
  background: var(--wkd-chrome-soft);
  color: var(--wkd-chrome-bright);
}

.song-request-status-pill[data-state="open"],
.song-request-status-pill[data-state="played"] {
  border-color: rgba(94, 166, 110, 0.34);
  background: var(--wkd-green-soft);
  color: #9dd6aa;
}

.song-request-status-pill[data-state="pending"],
.song-request-status-pill[data-state="accepted"],
.song-request-status-pill[data-state="manage_dashboard"] {
  border-color: rgba(214, 162, 63, 0.34);
  background: var(--wkd-amber-soft);
  color: var(--wkd-amber-bright);
}

.song-request-status-pill[data-state="closed"],
.song-request-status-pill[data-state="auto_dj"],
.song-request-status-pill[data-state="offline"],
.song-request-status-pill[data-state="declined"],
.song-request-status-pill[data-state="cancelled"] {
  border-color: rgba(158, 83, 105, 0.34);
  background: var(--wkd-burgundy-soft);
  color: #d895a8;
}

.dj-song-request-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--wkd-live);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 14px rgba(204, 67, 62, 0.25);
}

.dj-song-request-tab-count[hidden] {
  display: none;
}

.dj-song-request-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
  overflow: hidden;
}

.dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="open"] {
  border-color: rgba(94, 166, 110, 0.31);
  box-shadow: inset 0 1px 0 rgba(94, 166, 110, 0.08), 0 0 18px rgba(94, 166, 110, 0.05);
}

.dj-song-request-grid {
  align-items: start;
}

.dj-song-request-queue-panel,
.dj-song-request-control-panel {
  min-width: 0;
}

.dj-song-request-card.is-current-broadcast {
  border-color: rgba(94, 166, 110, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 166, 110, 0.09), transparent 34%),
    rgba(29, 33, 36, 0.92);
  box-shadow:
    inset 3px 0 0 var(--wkd-green),
    inset 0 1px 0 rgba(94, 166, 110, 0.08),
    0 9px 24px rgba(0, 0, 0, 0.2);
}

.dj-song-request-card-top > div {
  min-width: 0;
}

.dj-song-request-requester {
  margin: 0 0 3px;
  color: var(--wkd-amber-bright);
  font-weight: 760;
}

.dj-song-request-current-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  padding: 4px 8px;
  border: 1px solid rgba(94, 166, 110, 0.26);
  border-radius: 999px;
  background: var(--wkd-green-soft);
  color: #9dd6aa;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.dj-song-request-show-context,
.dj-song-request-status-note {
  margin-top: 8px;
}

.dj-song-request-status-note {
  color: var(--wkd-muted-strong);
}

.dj-song-request-control-panel {
  display: grid;
  gap: 14px;
}

.dj-song-request-control-state {
  padding: 14px;
  border: 1px solid var(--wkd-border-soft);
  border-radius: 12px;
  background: var(--wkd-panel-soft);
}

.dj-song-request-control-state p {
  margin: 9px 0 0;
  color: var(--wkd-muted);
  font-size: 13px;
  line-height: 1.5;
}

.dj-song-request-toggle,
.dj-song-request-clear {
  width: 100%;
}

.dj-song-request-routing-note {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(214, 162, 63, 0.22);
  border-radius: 12px;
  background: var(--wkd-amber-soft);
}

.dj-song-request-routing-note strong {
  color: var(--wkd-amber-bright);
  font-size: 12px;
}

.dj-song-request-routing-note span {
  color: var(--wkd-text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.chat-song-request-panel .btn:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

/* DJ dashboard live request workspace polish */
.dj-song-request-summary .chat-now-next-card {
  min-height: 104px;
  border-top: 2px solid rgba(125, 135, 141, 0.28);
}

.dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="open"] {
  border-top-color: rgba(94, 166, 110, 0.76);
}

.dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="closed"],
.dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="setup_required"] {
  border-top-color: rgba(158, 83, 105, 0.72);
}

.dj-song-request-summary-pending {
  border-top-color: rgba(214, 162, 63, 0.76) !important;
}

.dj-song-request-summary-accepted {
  border-top-color: rgba(94, 166, 110, 0.68) !important;
}

.dj-song-request-summary-completed {
  border-top-color: rgba(125, 135, 141, 0.58) !important;
}

.dj-song-request-summary-pending .chat-now-next-pulse {
  background: var(--wkd-amber);
  box-shadow: 0 0 12px rgba(214, 162, 63, 0.45);
}

.dj-song-request-summary-accepted .chat-now-next-pulse {
  background: var(--wkd-green);
  box-shadow: 0 0 12px rgba(94, 166, 110, 0.42);
}

.dj-song-request-summary-completed .chat-now-next-pulse {
  background: var(--wkd-chrome);
  box-shadow: 0 0 12px rgba(125, 135, 141, 0.34);
}

.dj-song-request-queue-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wkd-border-soft);
}

.dj-song-request-queue-heading-copy {
  min-width: 0;
}

.dj-song-request-queue-meta {
  display: grid;
  justify-items: end;
  gap: 5px;
  min-width: max-content;
  text-align: right;
}

.dj-song-request-queue-meta strong {
  color: var(--wkd-amber-bright);
  font-size: 12px;
  font-weight: 850;
}

.dj-song-request-queue-meta span {
  position: relative;
  padding-left: 13px;
  color: var(--wkd-muted);
  font-size: 10px;
  line-height: 1.3;
}

.dj-song-request-queue-meta span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wkd-green);
  box-shadow: 0 0 9px rgba(94, 166, 110, 0.48);
  transform: translateY(-50%);
}

.dj-song-request-list {
  gap: 12px;
  margin-top: 2px;
}

.dj-song-request-card {
  overflow: hidden;
  border-left: 3px solid rgba(125, 135, 141, 0.34);
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.dj-song-request-card[data-song-request-status="pending"] {
  border-left-color: rgba(214, 162, 63, 0.88);
}

.dj-song-request-card[data-song-request-status="accepted"] {
  border-left-color: rgba(94, 166, 110, 0.82);
}

.dj-song-request-card[data-song-request-status="declined"],
.dj-song-request-card[data-song-request-status="cancelled"] {
  border-left-color: rgba(158, 83, 105, 0.78);
}

.dj-song-request-card[data-song-request-status="played"] {
  border-left-color: rgba(125, 135, 141, 0.52);
}

.dj-song-request-card:hover {
  border-color: rgba(214, 162, 63, 0.34);
  transform: translateY(-1px);
}

.dj-song-request-card.is-current-broadcast {
  border-left-color: var(--wkd-green);
}

.dj-song-request-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 5px;
}

.dj-song-request-card-meta .dj-song-request-requester {
  margin: 0;
}

.dj-song-request-card-top strong {
  font-size: 15px;
  line-height: 1.4;
}

.dj-song-request-note {
  padding: 9px 11px;
  border-left: 2px solid rgba(214, 162, 63, 0.28);
  border-radius: 0 8px 8px 0;
  background: rgba(214, 162, 63, 0.055);
}

.dj-song-request-show-context,
.dj-song-request-status-note {
  padding-left: 1px;
}

.dj-song-request-actions {
  align-items: center;
  padding-top: 11px;
  border-top: 1px solid var(--wkd-border-soft);
}

.dj-song-request-control-state-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dj-song-request-control-state-heading strong {
  color: var(--wkd-text-strong);
  font-size: 12px;
  letter-spacing: 0.025em;
}

.dj-song-request-control-panel .dj-song-request-toggle {
  min-height: 42px;
  font-weight: 850;
}

.dj-song-request-control-panel .dj-song-request-clear {
  min-height: 38px;
}

.dj-song-request-routing-note {
  position: relative;
  padding-left: 40px;
}

.dj-song-request-routing-note::before {
  content: "↳";
  position: absolute;
  top: 12px;
  left: 14px;
  color: var(--wkd-amber-bright);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.dj-song-request-control-panel .btn:disabled,
.dj-song-request-actions .btn:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

@media (max-width: 980px) {
  .dj-song-request-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dj-song-request-queue-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dj-song-request-queue-meta {
    grid-column: 2;
    justify-items: start;
    min-width: 0;
    text-align: left;
  }
}

@media (max-width: 700px) {


  .chat-song-request-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .chat-song-request-form-footer,
  .chat-song-request-history-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-live-request-submit {
    width: 100%;
  }

  .chat-song-request-form .form-input {
    font-size: 16px;
  }

  .chat-song-request-close {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 650px), (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.song-request-overlay-open {
    overflow: hidden;
  }

  body.chat-view-page .chat-song-request-panel {
    position: fixed;
    top: var(--chat-mobile-header-height, 54px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 115;
    align-items: stretch;
    padding: 0;
    background:
      radial-gradient(circle at 80% 0%, rgba(94, 166, 110, 0.10), transparent 38%),
      rgba(7, 9, 10, 0.985);
    backdrop-filter: none;
  }

  body.chat-view-page .chat-song-request-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 16px 16px calc(20px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.chat-view-page .chat-song-request-heading {
    grid-template-columns: auto minmax(0, 1fr);
    padding-right: 50px;
  }

  body.chat-view-page .chat-song-request-heading p {
    display: none;
  }

  body.chat-view-page .chat-live-request-type-tabs {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 540px) {

  .chat-song-request-dialog {
    padding-left: 14px;
    padding-right: 14px;
  }


  .chat-song-request-history-top,
  .dj-song-request-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .dj-song-request-queue-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dj-song-request-queue-heading > span,
  .dj-song-request-queue-meta {
    grid-column: 1;
  }

  .dj-song-request-queue-meta {
    justify-items: start;
  }

  .chat-song-request-history-actions,
  .dj-song-request-actions {
    justify-content: stretch;
  }

  .chat-song-request-history-actions .btn,
  .dj-song-request-actions .btn {
    flex: 1 1 100%;
  }

  .dj-song-request-summary {
    grid-template-columns: 1fr;
  }
}

/* DJ dashboard: one floating vertical card stack beside the live chatroom. */
.dj-stream-dashboard-side-stack {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 10px;
  align-content: start;
  border-radius: 18px;
}

.dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card,
.dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
  width: 100%;
  margin: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 8px 20px rgba(0, 0, 0, 0.12);
}

.dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card {
  min-height: 88px;
  padding: 12px 14px;
}

.dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card + .dj-stream-dashboard-side-card {
  margin-top: 0;
}

.dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
  min-height: 76px;
}

.dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:hover,
.dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:focus-within {
  transform: translateY(-1px);
  border-color: rgba(214, 162, 63, 0.3);
  background: rgba(255, 255, 255, 0.075);
}

@media screen and (max-width: 980px) {
  .dj-stream-dashboard-side-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .dj-stream-dashboard-side-stack {
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
  }

  .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card,
  .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
    min-height: 0;
    border-radius: 13px;
  }
}
/* Chat replies, mentions, reactions and unread navigation */
.chat-jump-latest {
  position: absolute;
  right: 76px;
  bottom: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(116, 61, 75, 0.34);
  border-radius: 999px;
  background: var(--wkd-panel);
  color: var(--wkd-blue-bright);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.chat-jump-latest[hidden] {
  display: none;
}

.chat-jump-latest:hover,
.chat-jump-latest:focus-visible {
  border-color: rgba(116, 61, 75, 0.64);
  background: var(--wkd-panel-soft);
  outline: none;
}

.chat-jump-latest [data-chat-unread-count] {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wkd-blue);
  color: #fff;
  font-size: 11px;
}

.chat-unread-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: var(--wkd-blue-bright);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chat-unread-divider::before,
.chat-unread-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(116, 61, 75, 0.34);
}

.chat-message-reply-context {
  display: grid;
  width: min(100%, 540px);
  margin: 0 0 5px;
  padding: 7px 10px;
  overflow: hidden;
  border: 0;
  border-left: 3px solid var(--wkd-blue);
  border-radius: 0 9px 9px 0;
  background: rgba(116, 61, 75, 0.1);
  color: var(--wkd-text);
  text-align: left;
  cursor: pointer;
}

.chat-message-reply-context strong,
.chat-message-reply-context span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-message-reply-context strong {
  color: var(--wkd-blue-bright);
  font-size: 11px;
}

.chat-message-reply-context span {
  margin-top: 2px;
  color: var(--wkd-muted);
  font-size: 12px;
}

.chat-message-reply-context:hover,
.chat-message-reply-context:focus-visible {
  background: rgba(116, 61, 75, 0.17);
  outline: none;
}

.chat-message-reply-context.is-unavailable {
  border-left-color: var(--wkd-muted);
  opacity: 0.72;
}


.chat-message-interaction-button,
.chat-reaction-add,
.chat-reaction-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 24px;
  padding: 2px 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--wkd-muted);
  font: inherit;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}

.chat-message-interaction-button:hover,
.chat-message-interaction-button:focus-visible,
.chat-reaction-add:hover,
.chat-reaction-add:focus-visible {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
  outline: none;
}

.chat-message-reactions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.chat-reaction-pill {
  border-color: var(--wkd-border);
  background: var(--wkd-panel-soft);
  color: var(--wkd-text);
  font-size: 14px;
}

.chat-reaction-pill span {
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 800;
}

.chat-reaction-pill.is-active {
  border-color: rgba(116, 61, 75, 0.58);
  background: rgba(116, 61, 75, 0.18);
}

.chat-reaction-pill:hover,
.chat-reaction-pill:focus-visible {
  border-color: rgba(116, 61, 75, 0.58);
  outline: none;
}

.chat-reaction-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.chat-reaction-picker {
  display: none;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--wkd-border);
  border-radius: 999px;
  background: var(--wkd-panel);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.chat-message.chat-reaction-picker-open .chat-reaction-picker {
  display: inline-flex;
}

.chat-reaction-picker button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
}

.chat-reaction-picker button:hover,
.chat-reaction-picker button:focus-visible {
  background: var(--wkd-panel-soft);
  outline: none;
  transform: translateY(-1px);
}

.chat-mention {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wkd-blue-bright);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.chat-mention:hover,
.chat-mention:focus-visible {
  text-decoration: none;
  outline: none;
}

.chat-reply-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  padding: 8px 10px;
  border-left: 3px solid var(--wkd-blue);
  border-radius: 0 10px 10px 0;
  background: rgba(116, 61, 75, 0.11);
}

.chat-reply-preview[hidden] {
  display: none;
}

.chat-reply-preview-copy {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
}

.chat-reply-preview-copy strong,
.chat-reply-preview-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-reply-preview-copy strong {
  color: var(--wkd-blue-bright);
  font-size: 11px;
}

.chat-reply-preview-copy span {
  margin-top: 2px;
  color: var(--wkd-muted);
  font-size: 12px;
}

.chat-reply-cancel {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--wkd-border);
  border-radius: 50%;
  background: var(--wkd-panel-soft);
  color: var(--wkd-muted);
  font: inherit;
  font-size: 18px;
  cursor: pointer;
}

.chat-reply-cancel:hover,
.chat-reply-cancel:focus-visible {
  color: var(--wkd-text);
  outline: none;
}

.chat-mention-suggestions {
  position: absolute;
  left: 10px;
  right: 64px;
  bottom: calc(100% + 8px);
  z-index: 80;
  max-height: 260px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--wkd-border);
  border-radius: 12px;
  background: var(--wkd-panel);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.chat-mention-suggestions[hidden] {
  display: none;
}

.chat-mention-suggestion {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--wkd-text);
  text-align: left;
  cursor: pointer;
}

.chat-mention-suggestion span {
  color: var(--wkd-muted);
  font-size: 11px;
}

.chat-mention-suggestion:hover,
.chat-mention-suggestion:focus-visible,
.chat-mention-suggestion.is-active {
  background: var(--wkd-panel-soft);
  outline: none;
}

.chat-message-highlight {
  animation: chat-message-highlight-pulse 1.8s ease;
}

@keyframes chat-message-highlight-pulse {
  0%, 100% {
    background: transparent;
  }
  25%, 70% {
    background: rgba(116, 61, 75, 0.2);
  }
}

@media screen and (max-width: 680px) {
  .chat-jump-latest {
    right: 58px;
    bottom: 12px;
  }

  .chat-message-reply-context {
    width: 100%;
  }

  .chat-mention-suggestions {
    right: 54px;
  }
}


/* Chat message interaction polish — keep conversation text primary. */
.chat-message {
  margin-bottom: 1px;
  padding: 4px 6px;
  border-radius: 10px;
  transition: background 0.16s ease;
}

.chat-message:hover,
.chat-message:focus-within,
.chat-message.chat-reaction-picker-open {
  background: rgba(255, 255, 255, 0.028);
}

.chat-message-main-row {
  display: block;
  min-width: 0;
}

.chat-message-line {
  display: inline;
  min-width: 0;
}

.chat-message-actions {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 22px;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1px);
  transition: opacity 0.14s ease;
}

.chat-message:hover .chat-message-actions,
.chat-message:focus-within .chat-message-actions,
.chat-message.chat-reaction-picker-open .chat-message-actions {
  opacity: 1;
  pointer-events: auto;
}

.chat-message-interaction-button,
.chat-reaction-add {
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--wkd-muted-strong);
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
}

.chat-message-interaction-button:hover,
.chat-message-interaction-button:focus-visible,
.chat-reaction-add:hover,
.chat-reaction-add:focus-visible {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.045);
  color: var(--wkd-text-strong);
  outline: none;
}

.chat-message-reactions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-height: 0;
  margin: 3px 0 0 42px;
}

.chat-message-reactions:empty {
  display: none;
}

.chat-reaction-pill {
  min-height: 22px;
  padding: 2px 7px;
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
}

.chat-reaction-pill span {
  font-size: 9px;
}

.chat-message-reply-context {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: min(100%, 520px);
  margin: 0 0 3px 42px;
  padding: 4px 8px;
  border-left-width: 2px;
  border-radius: 0 8px 8px 0;
  background: rgba(116, 61, 75, 0.085);
  line-height: 1.25;
}

.chat-message-reply-context strong {
  flex: 0 0 auto;
  max-width: 190px;
  font-size: 10px;
}

.chat-message-reply-context span {
  min-width: 0;
  margin-top: 0;
  font-size: 11px;
}

.chat-reaction-control {
  display: inline-flex;
}

.chat-reaction-picker {
  position: fixed;
  left: -9999px;
  top: -9999px;
  z-index: 95;
  display: none;
  align-items: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 13px;
  background: rgba(17, 19, 21, 0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}


.chat-reaction-picker button {
  width: 32px;
  height: 32px;
}

@media (hover: none), (pointer: coarse) {
  .chat-message-actions {
    opacity: 0.72;
    pointer-events: auto;
  }
}

@media screen and (max-width: 650px) {
  .chat-message {
    padding: 4px 2px;
  }

  .chat-message-actions {
    margin-left: 3px;
    opacity: 0.68;
    pointer-events: auto;
  }

  .chat-message-interaction-button,
  .chat-reaction-add {
    padding: 3px 5px;
    font-size: 9px;
  }

  .chat-message-reactions,
  .chat-message-reply-context {
    margin-left: 0;
  }

  .chat-message-reply-context {
    max-width: 100%;
  }

  .chat-message-reply-context strong {
    max-width: 130px;
  }
}

/* Shared reaction picker portal — stays clickable outside scrolling message rows. */
.chat-reaction-picker-global {
  position: fixed;
  left: -9999px;
  top: -9999px;
  z-index: 120;
  display: none;
  pointer-events: auto;
}

.chat-reaction-picker-global.is-open {
  display: inline-flex;
}

/* Public maintenance mode */
body.maintenance-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body.maintenance-page.global-radio-active {
  padding-bottom: var(--wkd-global-radio-height);
}

.maintenance-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 100vh;
  padding: 42px 20px;
  place-items: center;
}

body.maintenance-page.global-radio-active .maintenance-shell {
  min-height: calc(100vh - var(--wkd-global-radio-height));
}

.maintenance-card {
  position: relative;
  width: min(100%, 690px);
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 162, 63, 0.13), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(116, 61, 75, 0.18), transparent 42%),
    rgba(17, 19, 21, 0.94);
  box-shadow: var(--wkd-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  text-align: center;
}

.maintenance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(135deg, transparent 0 35px, rgba(255, 250, 241, 0.018) 36px 37px);
  pointer-events: none;
}

.maintenance-logo,
.maintenance-logo img {
  display: block;
}

.maintenance-logo {
  position: relative;
  width: min(100%, 290px);
  margin: 0 auto 24px;
}

.maintenance-logo img {
  width: 100%;
  height: auto;
}

.maintenance-status {
  position: relative;
  display: inline-flex;
  min-height: 30px;
  padding: 6px 12px;
  align-items: center;
  border: 1px solid rgba(214, 162, 63, 0.32);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.1);
  color: var(--wkd-amber-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maintenance-card h1 {
  position: relative;
  margin-top: 18px;
  color: var(--wkd-text-strong);
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.maintenance-message {
  position: relative;
  max-width: 550px;
  margin: 18px auto 0;
  color: var(--wkd-text-soft);
  font-size: clamp(16px, 2.5vw, 19px);
  line-height: 1.7;
}

.maintenance-return {
  position: relative;
  display: inline-flex;
  margin: 24px auto 0;
  padding: 12px 15px;
  gap: 5px;
  flex-direction: column;
  border: 1px solid var(--wkd-border-soft);
  border-radius: 13px;
  background: rgba(11, 12, 13, 0.58);
}

.maintenance-return span {
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.maintenance-return strong {
  color: var(--wkd-amber-bright);
  font-size: 14px;
}

.maintenance-pulse {
  position: relative;
  display: flex;
  height: 26px;
  margin: 27px auto 0;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.maintenance-pulse span {
  width: 5px;
  height: 10px;
  border-radius: 999px;
  background: var(--wkd-amber);
  animation: maintenance-pulse 1.15s ease-in-out infinite;
}

.maintenance-pulse span:nth-child(2) {
  height: 20px;
  animation-delay: 0.13s;
}

.maintenance-pulse span:nth-child(3) {
  height: 14px;
  animation-delay: 0.26s;
}

.maintenance-footnote {
  position: relative;
  margin: 12px 0 0;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.5;
}

@keyframes maintenance-pulse {
  0%, 100% {
    transform: scaleY(0.55);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maintenance-pulse span {
    animation: none;
  }
}

@media (max-width: 640px) {
  .maintenance-shell {
    padding: 24px 14px;
  }

  .maintenance-card {
    border-radius: 18px;
  }

  .maintenance-logo {
    width: min(82%, 250px);
  }
}


/* Pinned chat message */
.chat-pinned-message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 28;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  box-sizing: border-box;
  max-height: min(170px, 37%);
  margin: 0;
  padding: 10px 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  border-bottom: 1px solid rgba(214, 162, 63, 0.42);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(214, 162, 63, 0.14), rgba(10, 15, 24, 0.95) 44%),
    var(--wkd-panel-raised);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 10px 24px rgba(0, 0, 0, 0.28),
    0 8px 18px rgba(214, 162, 63, 0.07);
}

.chat-pinned-message[hidden] {
  display: none !important;
}

.chat-pinned-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(214, 162, 63, 0.38);
  border-radius: 10px;
  background: rgba(214, 162, 63, 0.13);
  font-size: 17px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.chat-pinned-content {
  min-width: 0;
}

.chat-pinned-heading,
.chat-pinned-author,
.chat-pinned-message-row {
  display: flex;
  align-items: center;
}

.chat-pinned-heading {
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 6px;
}

.chat-pinned-heading > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 8px;
  min-width: 0;
}

.chat-pinned-label {
  color: #f2c66d;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chat-pinned-meta {
  color: rgba(226, 232, 240, 0.56);
  font-size: 10.5px;
  line-height: 1.3;
}

.chat-pinned-unpin {
  appearance: none;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 162, 63, 0.3);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.1);
  color: #f2c66d;
  cursor: pointer;
  font: inherit;
  font-size: 10.5px;
  font-weight: 850;
  padding: 5px 9px;
}

.chat-pinned-unpin:hover,
.chat-pinned-unpin:focus-visible {
  border-color: rgba(214, 162, 63, 0.58);
  background: rgba(214, 162, 63, 0.18);
  color: #ffe0a0;
  outline: none;
}

.chat-pinned-message-row {
  align-items: flex-start;
  gap: 8px;
}

.chat-pinned-avatar {
  flex: 0 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.68);
  color: #f2c66d;
  font-size: 11px;
  font-weight: 900;
}

.chat-pinned-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-pinned-message-row > div {
  min-width: 0;
}

.chat-pinned-author {
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-bottom: 2px;
}

.chat-pinned-author strong {
  color: var(--wkd-text);
  font-size: 12.5px;
}

.chat-pinned-author span {
  color: rgba(226, 232, 240, 0.5);
  font-size: 10.5px;
}

.chat-pinned-text {
  color: rgba(242, 245, 249, 0.9);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.chat-pinned-text .chat-custom-emote {
  max-height: 31px;
  max-width: 66px;
  vertical-align: middle;
}

.chat-pinned-reply {
  display: grid;
  gap: 2px;
  margin: 0 0 6px;
  padding: 6px 8px;
  border-left: 2px solid rgba(214, 162, 63, 0.48);
  border-radius: 0 8px 8px 0;
  background: rgba(4, 8, 15, 0.34);
}

.chat-pinned-reply span {
  color: rgba(226, 232, 240, 0.52);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.chat-pinned-reply strong {
  color: rgba(242, 245, 249, 0.78);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

.chat-pinned-reply.is-unavailable {
  opacity: 0.65;
}

.chat-message.is-pinned-message {
  box-shadow: inset 3px 0 0 rgba(214, 162, 63, 0.62);
}

.chat-message-option-button.accent {
  color: #f2c66d;
}

@media (max-width: 720px) {
  .chat-pinned-message {
    top: 0;
    right: 0;
    left: 0;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 8px;
    max-height: min(150px, 35%);
    margin: 0;
    padding: 8px 10px;
    border-radius: 0;
  }

  .chat-pinned-accent {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 15px;
  }

  .chat-pinned-heading {
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .chat-pinned-heading > div {
    display: grid;
    gap: 1px;
  }

  .chat-pinned-meta {
    font-size: 9.5px;
  }

  .chat-pinned-text {
    font-size: 12.25px;
  }
}

/* Live requests are part of the chat composer instead of a separate room strip. */
.chat-composer-footer-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.chat-composer-request {
  display: flex;
  align-items: center;
  min-width: 0;
}

.chat-composer-request-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(214, 162, 63, 0.28);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.08);
  color: var(--wkd-text);
  font-family: inherit;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.015em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.chat-composer-request-button > svg,
.chat-composer-request-button > span {
  position: relative;
  z-index: 1;
}

.chat-composer-request-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chat-composer-request-button:hover,
.chat-composer-request-button:focus-visible,
.chat-panel.is-open .chat-composer-request-button {
  border-color: rgba(94, 166, 110, 0.48);
  background: rgba(94, 166, 110, 0.14);
  color: var(--wkd-text-strong);
  outline: 0;
}

.chat-composer-request-button:active {
  transform: translateY(1px);
}

.chat-panel[data-state="open"] .chat-composer-request-button {
  border-color: rgba(94, 166, 110, 0.42);
}


.chat-composer-footer-main > .chat-status:not(:empty) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-composer-footer-locked {
  margin-top: 9px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .chat-composer-footer {
    gap: 8px;
  }

  .chat-composer-footer-main {
    gap: 7px;
  }


}

@media (max-width: 480px) {
  .chat-composer-request-button {
    min-height: 29px;
    padding: 0 9px;
  }

  .chat-request-login-prefix {
    display: none;
  }

}


/* Final chat conversation polish — unify messages, replies, reactions, unread controls and composer. */
.chat-message-area {
  background:
    radial-gradient(circle at 14% 0%, rgba(116, 61, 75, 0.055), transparent 35%),
    linear-gradient(180deg, var(--wkd-panel-soft) 0%, var(--wkd-panel-raised) 100%);
}

.chat-messages {
  padding: 18px 18px 20px;
  scroll-padding-top: 112px;
  scroll-padding-bottom: 70px;
}

.chat-message {
  position: relative;
  margin: 0 0 2px;
  padding: 6px 9px 6px 10px;
  border: 1px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 9px;
  transition:
    background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.chat-message:hover,
.chat-message:focus-within,
.chat-message.chat-reaction-picker-open,
.chat-message.chat-message-options-open {
  border-color: rgba(148, 163, 184, 0.075);
  border-left-color: rgba(116, 61, 75, 0.46);
  background: rgba(255, 255, 255, 0.034);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.chat-message.own {
  border-left-color: rgba(94, 166, 110, 0.3);
  background: rgba(94, 166, 110, 0.025);
}

.chat-message.own:hover,
.chat-message.own:focus-within,
.chat-message.own.chat-reaction-picker-open,
.chat-message.own.chat-message-options-open {
  border-left-color: rgba(94, 166, 110, 0.62);
  background: rgba(94, 166, 110, 0.06);
}

.chat-message.is-pinned-message {
  border-left-color: rgba(214, 162, 63, 0.7);
  background: rgba(214, 162, 63, 0.035);
  box-shadow: none;
}

.chat-message-body {
  min-width: 0;
}

.chat-message-main-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
}

.chat-message-line {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--wkd-text);
  font-size: 14.5px;
  font-weight: 520;
  line-height: 1.5;
}

.chat-message-time {
  display: inline-block;
  min-width: 38px;
  margin-right: 6px;
  color: rgba(189, 198, 209, 0.58);
  font-size: 10.5px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.01em;
  vertical-align: baseline;
}

.chat-message-name {
  margin-right: 5px;
  color: var(--wkd-text-strong);
  font-size: 13.5px;
  font-weight: 900;
}

.chat-message-name-button {
  border-radius: 5px;
  transition: color 0.15s ease, background 0.15s ease;
}

.chat-message-name-button:hover,
.chat-message-name-button:focus-visible,
.chat-message.chat-message-options-open .chat-message-name-button {
  background: rgba(116, 61, 75, 0.12);
  color: var(--wkd-blue-bright);
}

.chat-message-text {
  color: rgba(242, 245, 249, 0.92);
  font-weight: 540;
}

.chat-message-actions {
  flex: 0 0 auto;
  gap: 3px;
  min-height: 23px;
  margin-left: 2px;
  transform: none;
}

.chat-message-interaction-button,
.chat-reaction-add {
  min-height: 23px;
  padding: 3px 7px;
  border-color: rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.018);
  color: rgba(189, 198, 209, 0.72);
  font-size: 9.5px;
  font-weight: 820;
}

.chat-message-interaction-button:hover,
.chat-message-interaction-button:focus-visible,
.chat-reaction-add:hover,
.chat-reaction-add:focus-visible {
  border-color: rgba(116, 61, 75, 0.38);
  background: rgba(116, 61, 75, 0.13);
  color: var(--wkd-text-strong);
}

.chat-message-reply-context {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: min(100%, 620px);
  margin: 0 0 5px;
  padding: 5px 9px;
  border-left: 2px solid rgba(116, 61, 75, 0.72);
  border-radius: 0 8px 8px 0;
  background: rgba(116, 61, 75, 0.075);
}

.chat-message-reply-context strong {
  max-width: 210px;
  color: var(--wkd-blue-bright);
  font-size: 10px;
  font-weight: 850;
}

.chat-message-reply-context span {
  color: rgba(189, 198, 209, 0.72);
  font-size: 11px;
}

.chat-message-reply-context:hover,
.chat-message-reply-context:focus-visible {
  border-left-color: var(--wkd-blue-bright);
  background: rgba(116, 61, 75, 0.13);
}

.chat-message-reactions {
  gap: 4px;
  margin: 4px 0 0 44px;
}

.chat-reaction-pill {
  min-height: 22px;
  padding: 2px 7px;
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.chat-reaction-pill:hover,
.chat-reaction-pill:focus-visible {
  border-color: rgba(116, 61, 75, 0.42);
  background: rgba(116, 61, 75, 0.11);
}

.chat-reaction-pill.is-active {
  border-color: rgba(94, 166, 110, 0.44);
  background: rgba(94, 166, 110, 0.12);
}

.chat-unread-divider {
  gap: 9px;
  margin: 13px 4px;
  color: rgba(174, 203, 255, 0.88);
  font-size: 9.5px;
  letter-spacing: 0.095em;
}

.chat-unread-divider::before,
.chat-unread-divider::after {
  background: linear-gradient(90deg, transparent, rgba(116, 61, 75, 0.42));
}

.chat-unread-divider::after {
  background: linear-gradient(90deg, rgba(116, 61, 75, 0.42), transparent);
}

.chat-jump-latest {
  right: 50%;
  bottom: 14px;
  min-height: 32px;
  padding: 6px 11px;
  transform: translateX(50%);
  border-color: rgba(116, 61, 75, 0.4);
  background: rgba(17, 19, 21, 0.94);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.chat-jump-latest:hover,
.chat-jump-latest:focus-visible {
  background: rgba(29, 31, 34, 0.98);
  transform: translateX(50%) translateY(-1px);
}

.chat-message-options {
  gap: 3px;
  min-width: 188px;
  padding: 6px;
  border-color: rgba(148, 163, 184, 0.32);
  border-radius: 12px;
}

.chat-message-option-button {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11.5px;
}

.chat-message-option-button::before {
  width: 6px;
  height: 6px;
}

.chat-composer {
  padding: 13px 16px 15px;
  border-top: 1px solid rgba(148, 163, 184, 0.13);
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.92), rgba(11, 12, 13, 0.97));
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
}

.chat-composer:focus-within {
  border-top-color: rgba(94, 166, 110, 0.22);
}

.chat-composer-main textarea {
  height: 58px;
  min-height: 58px;
  max-height: 58px;
  border-color: rgba(148, 163, 184, 0.2);
  border-radius: 16px;
  background: rgba(7, 9, 11, 0.5);
  padding: 13px 150px 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.chat-composer-main textarea:hover {
  border-color: rgba(148, 163, 184, 0.3);
}

.chat-composer-main textarea:focus {
  border-color: rgba(94, 166, 110, 0.44);
  background: rgba(7, 9, 11, 0.72);
  box-shadow: 0 0 0 3px rgba(94, 166, 110, 0.11);
}

.chat-input-actions {
  right: 8px;
  gap: 6px;
}

.chat-send-button {
  width: 38px;
  height: 38px;
  min-height: 38px;
  box-shadow: 0 9px 20px rgba(94, 166, 110, 0.2);
}

.chat-composer-footer {
  margin: 8px 1px 0;
  min-height: 30px;
}

.chat-composer-footer-main {
  gap: 8px;
}

.chat-composer-request {
  gap: 6px;
}

.chat-composer-request-button {
  min-height: 29px;
  padding: 0 9px;
}

.chat-reply-preview {
  gap: 9px;
  margin-bottom: 7px;
  padding: 6px 9px;
  border-radius: 0 8px 8px 0;
}

.chat-mention-suggestions {
  left: 6px;
  right: 54px;
  bottom: calc(100% + 7px);
  padding: 5px;
  border-radius: 11px;
}

.chat-mention-suggestion {
  min-height: 36px;
  padding: 7px 9px;
}

@media (hover: none), (pointer: coarse) {
  .chat-message-actions {
    opacity: 0.64;
  }
}

@media screen and (max-width: 650px) {
  .chat-messages {
    padding: 13px 9px 16px;
    scroll-padding-top: 98px;
  }

  .chat-message {
    padding: 6px 6px 6px 7px;
    border-radius: 8px;
  }

  .chat-message-main-row {
    align-items: flex-start;
    gap: 3px;
  }

  .chat-message-line {
    font-size: 14px;
    line-height: 1.48;
  }

  .chat-message-time {
    min-width: 35px;
    margin-right: 4px;
    font-size: 10px;
  }

  .chat-message-name {
    margin-right: 4px;
    font-size: 13px;
  }

  .chat-message-actions {
    gap: 2px;
    margin-left: 0;
    opacity: 0.58;
  }

  .chat-message-interaction-button,
  .chat-reaction-add {
    min-height: 22px;
    padding: 3px 5px;
    font-size: 9px;
  }

  .chat-message-reply-context {
    width: 100%;
    max-width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .chat-message-reply-context strong {
    max-width: 120px;
  }

  .chat-message-reactions {
    margin-left: 39px;
  }

  .chat-jump-latest {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
  }

  .chat-jump-latest:hover,
  .chat-jump-latest:focus-visible {
    transform: translateX(50%) translateY(-1px);
  }

  .chat-composer {
    padding: 10px 9px 11px;
  }

  .chat-composer-main textarea {
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 14px;
    padding: 11px 132px 11px 12px;
  }

  .chat-input-actions {
    right: 7px;
    gap: 5px;
  }

  .chat-send-button {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .chat-composer-footer {
    margin-top: 7px;
  }
}

@media screen and (max-width: 420px) {
  .chat-message-main-row {
    display: block;
  }

  .chat-message-actions {
    display: inline-flex;
    margin: 3px 0 0 39px;
  }

  .chat-message-reactions {
    margin-left: 39px;
  }

  .chat-message-reply-context {
    display: block;
  }

  .chat-message-reply-context strong,
  .chat-message-reply-context span {
    display: block;
    max-width: 100%;
  }

  .chat-message-reply-context span {
    margin-top: 2px;
  }
}

/* Live request workspace: full desktop chat-frame overlay */
@media (min-width: 651px) and (min-height: 521px) {
  .chat-panel > .chat-song-request-panel {
    position: absolute;
    inset: 0;
    z-index: 80;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 86% 4%, rgba(94, 166, 110, 0.10), transparent 34%),
      radial-gradient(circle at 10% 96%, rgba(214, 162, 63, 0.08), transparent 38%),
      rgba(7, 9, 10, 0.985);
    backdrop-filter: none;
  }

  .chat-panel > .chat-song-request-panel .chat-song-request-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 20px 22px 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .chat-panel > .chat-song-request-panel .chat-song-request-heading {
    position: sticky;
    top: -20px;
    z-index: 2;
    margin: -20px -22px 8px;
    padding: 18px 64px 15px 22px;
    background:
      radial-gradient(circle at 92% 0%, rgba(94, 166, 110, 0.10), transparent 38%),
      rgba(13, 15, 16, 0.975);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
  }

  .chat-panel > .chat-song-request-panel .chat-song-request-close {
    top: 15px;
    right: 18px;
  }

  .chat-panel > .chat-song-request-panel .chat-song-request-form,
  .chat-panel > .chat-song-request-panel .chat-song-request-history,
  .chat-panel > .chat-song-request-panel [data-song-request-message] {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

/* Request workspace visibility correction: explicitly expose the full chat-frame panel. */
.chat-panel {
  isolation: isolate;
}

.chat-panel > .chat-song-request-panel {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.chat-panel > .chat-song-request-panel.is-open,
.chat-panel.is-open > .chat-song-request-panel:not([hidden]) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto !important;
  z-index: 200;
}

.chat-panel > .chat-song-request-panel[hidden]:not(.is-open) {
  display: none !important;
}

/* Mobile live-request workspace: isolate the form from live station stats. */
@media (max-width: 650px), (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.chat-view-page.song-request-overlay-open .chat-now-next-panel {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  body.chat-view-page.song-request-overlay-open .chat-panel {
    position: relative;
    z-index: 110;
    isolation: auto;
  }

  body.chat-view-page .chat-panel > .chat-song-request-panel.is-open {
    position: fixed !important;
    top: var(--chat-mobile-header-height, 54px) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100dvh - var(--chat-mobile-header-height, 54px)) !important;
    max-height: none !important;
    overflow: hidden;
    z-index: 115 !important;
  }

  body.chat-view-page .chat-panel > .chat-song-request-panel.is-open .chat-song-request-dialog {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

/* Reply and React controls follow the end of the message text. */
.chat-message-main-row {
  display: block;
}

.chat-message-actions {
  display: inline-flex;
  align-items: center;
  flex: none;
  margin: 0 0 0 6px;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(-1px);
}

@media screen and (max-width: 420px) {
  .chat-message-actions {
    margin: 0 0 0 5px;
  }
}


/* Mobile Radio & Live drawer: compact overlay matching the online-list drawer. */
.chat-live-toggle {
  display: none;
}

@media (max-width: 650px), (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.chat-view-page .chat-shell {
    position: relative;
  }

  body.chat-view-page .chat-message-area {
    --chat-live-drawer-height: min(146px, calc(100% - 30px));
    position: relative;
  }

  body.chat-view-page .chat-message-area > .chat-live-toggle {
    appearance: none;
    position: absolute !important;
    top: 0;
    left: 50%;
    z-index: 48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -1px);
    border: 1px solid rgba(214, 162, 63, 0.27);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: rgba(18, 21, 23, 0.98);
    color: var(--wkd-amber-bright);
    cursor: pointer;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 4px 10px rgba(0, 0, 0, 0.2);
    line-height: 1;
    transition:
      top 0.24s ease,
      background 0.18s ease,
      border-color 0.18s ease,
      color 0.18s ease;
  }

  body.chat-view-page .chat-message-area > .chat-live-toggle:hover,
  body.chat-view-page .chat-message-area > .chat-live-toggle:focus-visible {
    border-color: rgba(214, 162, 63, 0.48);
    outline: 0;
    background: rgba(27, 30, 32, 0.99);
    color: #f0c96e;
  }

  body.chat-view-page .chat-message-area > .chat-live-toggle .chat-live-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 0.18s ease, color 0.18s ease;
  }

  body.chat-view-page .chat-shell.chat-live-panel-open .chat-message-area > .chat-live-toggle {
    top: calc(var(--chat-live-drawer-height) - 1px) !important;
    border-color: rgba(214, 162, 63, 0.42);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: rgba(27, 30, 32, 0.99);
  }

  body.chat-view-page .chat-shell.chat-live-panel-open .chat-message-area > .chat-live-toggle .chat-live-toggle-icon {
    transform: translateY(1px);
  }

  /* Hide the original panel until chat.js moves it into the message-area overlay. */
  body.chat-view-page .chat-now-next-panel {
    display: none !important;
    flex: 0 0 auto;
    max-height: min(44dvh, 330px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 42;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: minmax(44px, auto) 34px minmax(44px, auto);
    align-content: start;
    width: 100%;
    height: var(--chat-live-drawer-height);
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 6px 7px 8px !important;
    gap: 5px !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    border-bottom: 1px solid rgba(214, 162, 63, 0.28);
    border-radius: 0;
    background: rgba(18, 21, 23, 0.985);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 1px));
    visibility: hidden;
    transition: transform 0.24s ease, opacity 0.18s ease, visibility 0s linear 0.24s;
  }

  body.chat-view-page .chat-shell.chat-live-panel-open .chat-message-area > .chat-now-next-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .chat-now-next-card {
    width: auto;
    min-width: 0;
    margin: 0;
    border-radius: 10px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live,
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next {
    grid-column: span 1 !important;
    min-height: 44px;
    padding: 6px 8px;
    gap: 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-now-next-copy {
    gap: 2px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-now-next-label {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live strong,
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next strong {
    font-size: 10px;
    line-height: 1.1;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live span[data-chat-live-meta],
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next span[data-chat-live-meta] {
    font-size: 8px;
    line-height: 1.15;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-card {
    grid-column: 1 / -1 !important;
    display: flex;
    justify-content: flex-start;
    min-height: 34px;
    padding: 4px 8px;
    gap: 7px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-listener-meter {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 8px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-copy {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-value {
    gap: 4px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-value strong {
    font-size: 16px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-value span {
    font-size: 9px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-now-next-radio-card {
    grid-column: 1 / -1 !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 44px;
    padding: 6px 8px;
    gap: 7px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-main {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    gap: 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-copy h2 {
    margin: 0;
    font-size: 11px;
    line-height: 1.05;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-copy p {
    max-width: 42vw;
    font-size: 8px;
    line-height: 1.1;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 4px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-button {
    min-height: 28px;
    padding: 0 8px;
    font-size: 9px;
  }

  body.chat-view-page .chat-panel {
    position: relative;
    flex: 1 1 0;
    min-height: 0;
  }

  body.chat-view-page.song-request-overlay-open .chat-message-area > .chat-live-toggle,
  body.chat-view-page .chat-shell.chat-online-open .chat-message-area > .chat-live-toggle {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  body.chat-view-page .chat-message-area {
    --chat-live-drawer-height: min(134px, calc(100% - 30px));
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel {
    grid-template-rows: 40px 32px 42px;
    gap: 4px !important;
    padding: 5px 6px 7px !important;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live,
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next {
    min-height: 40px;
    padding: 5px 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live span[data-chat-live-meta],
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next span[data-chat-live-meta],
  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-copy p {
    display: none;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-card {
    min-height: 32px;
    padding: 4px 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-now-next-radio-card {
    min-height: 42px;
    padding: 5px 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-button {
    min-height: 27px;
    padding: 0 7px;
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 950px) {
  body.chat-view-page .chat-message-area {
    --chat-live-drawer-height: min(118px, calc(100% - 24px));
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel {
    grid-template-rows: 36px 28px 38px;
    gap: 3px !important;
    padding: 4px 6px 6px !important;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-live,
  body.chat-view-page .chat-message-area > .chat-now-next-panel > .is-up-next {
    min-height: 36px;
    padding: 4px 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-radio-listener-card {
    min-height: 28px;
    padding: 3px 6px;
  }

  body.chat-view-page .chat-message-area > .chat-now-next-panel .chat-now-next-radio-card {
    min-height: 38px;
    padding: 4px 6px;
  }
}

/* Live chat-access state: polling can swap the composer and restriction notice without a reload. */
.chat-composer[hidden],
.chat-access-restriction[hidden] {
  display: none !important;
}

.chat-shell.chat-access-restricted .chat-message-actions,
.chat-shell.chat-access-restricted .chat-reaction-picker-global {
  display: none !important;
}

.chat-shell.chat-access-restricted .chat-reaction-pill {
  pointer-events: none;
}


/* Final live-request button polish — compact, clear and integrated with the chat composer. */
.chat-composer-request-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 7px;
  min-height: 32px;
  padding: 3px 11px 3px 5px;
  border-color: rgba(214, 162, 63, 0.46);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(214, 162, 63, 0.17), rgba(94, 166, 110, 0.07)),
    rgba(8, 10, 12, 0.86);
  color: rgba(250, 244, 231, 0.96);
  font-size: 10.75px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 5px 14px rgba(0, 0, 0, 0.18);
  transform: translateZ(0);
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}

.chat-composer-request-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.065) 48%, transparent 76%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 0.16s ease, transform 0.24s ease;
}

.chat-composer-request-button svg {
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  padding: 4px;
  border: 1px solid rgba(214, 162, 63, 0.36);
  border-radius: 7px;
  background: rgba(214, 162, 63, 0.12);
  color: #e7b85b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.chat-composer-request-button:hover,
.chat-composer-request-button:focus-visible,
.chat-panel.is-open .chat-composer-request-button {
  border-color: rgba(94, 166, 110, 0.56);
  background:
    linear-gradient(135deg, rgba(94, 166, 110, 0.17), rgba(214, 162, 63, 0.1)),
    rgba(8, 10, 12, 0.92);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 7px 18px rgba(0, 0, 0, 0.24),
    0 0 0 2px rgba(94, 166, 110, 0.08);
  transform: translateY(-1px);
  outline: 0;
}

.chat-composer-request-button:hover::before,
.chat-composer-request-button:focus-visible::before,
.chat-panel.is-open .chat-composer-request-button::before {
  opacity: 1;
  transform: translateX(45%);
}

.chat-composer-request-button:hover svg,
.chat-composer-request-button:focus-visible svg,
.chat-panel.is-open .chat-composer-request-button svg {
  border-color: rgba(94, 166, 110, 0.52);
  background: rgba(94, 166, 110, 0.16);
  color: #bfe2c6;
  transform: scale(1.03);
}

.chat-composer-request-button:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 0 0 3px rgba(94, 166, 110, 0.16),
    0 7px 18px rgba(0, 0, 0, 0.24);
}

.chat-composer-request-button:active {
  transform: translateY(0) scale(0.985);
}

.chat-composer-request-button:disabled,
.chat-composer-request-button[aria-disabled="true"] {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(12, 14, 17, 0.62);
  color: rgba(203, 213, 225, 0.48);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.chat-composer-request-button:disabled svg,
.chat-composer-request-button[aria-disabled="true"] svg {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(148, 163, 184, 0.07);
  color: rgba(203, 213, 225, 0.42);
  transform: none;
}

@media (max-width: 480px) {
  .chat-composer-request-button {
    gap: 6px;
    min-height: 30px;
    padding: 3px 9px 3px 4px;
    border-radius: 10px;
    font-size: 10.25px;
  }

  .chat-composer-request-button svg {
    width: 21px;
    height: 21px;
    padding: 3.5px;
    border-radius: 6px;
  }
}

/* WKDBEATS DJ Dashboard focused optimisation rules (merged into the site stylesheet). */
.dj-stream-dashboard-page {
  --dj-dashboard-gap: 14px;
}

.dj-stream-dashboard-page .dj-stream-live-stats {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .72fr) minmax(0, 1.18fr) minmax(0, .96fr);
}

.dj-stream-dashboard-page .dj-stream-live-stat-on-air .chat-now-next-copy {
  gap: 3px;
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder > .chat-now-next-copy > strong,
.dj-stream-encoder-source-detail {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder > .chat-now-next-copy > strong {
  font-size: 14px;
  font-weight: 800;
}

.dj-stream-encoder-source-detail {
  opacity: .78;
  font-size: 10px;
}

.dj-song-request-queue-group {
  display: grid;
  gap: 10px;
}

.dj-song-request-queue-group + .dj-song-request-queue-group {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.dj-song-request-queue-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dj-song-request-queue-heading strong {
  font-size: 15px;
}

.dj-song-request-queue-heading span {
  display: inline-grid;
  min-width: 28px;
  min-height: 24px;
  place-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 800;
}

.dj-song-request-queue-cards {
  display: grid;
  gap: 10px;
}

.dj-song-request-queue-group.is-history .dj-song-request-card {
  opacity: .82;
}

.dj-stream-technical-details {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(0,0,0,.12);
  overflow: clip;
}

.dj-stream-technical-details > summary {
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 800;
  list-style-position: inside;
}

.dj-stream-technical-details[open] > summary {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dj-stream-technical-details > .dj-stream-verification-panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#dj-stream-panel-technical .schedule-request-main,
#dj-stream-panel-technical .schedule-request-sidebar {
  gap: 12px;
}

@media (max-width: 760px) {
  .dj-stream-dashboard-page .dj-stream-live-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat {
    min-width: 0;
    width: auto;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat-title {
    grid-column: auto;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-layout {
    display: flex;
    flex-direction: column;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-chat {
    order: 1;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    order: 2;
  }
}

@media (max-width: 460px) {
  .dj-stream-dashboard-page .dj-stream-live-stats {
    grid-template-columns: 1fr;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat-title {
    grid-column: auto;
  }
}

/* DJ Dashboard presentation polish and native-render cleanup. */
.dj-stream-command-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  margin-bottom: 12px;
  padding: 17px 20px 17px 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgba(116, 61, 75, 0.16), rgba(23, 26, 28, 0.93) 42%, rgba(94, 166, 110, 0.07)),
    var(--wkd-panel-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 12px 32px rgba(0, 0, 0, 0.18);
}

.dj-stream-command-header::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--wkd-burgundy-bright), var(--wkd-amber));
  content: "";
}

.dj-stream-command-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.dj-stream-command-eyebrow {
  color: var(--wkd-muted-strong);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dj-stream-command-header h2 {
  margin: 0;
  color: var(--wkd-text-strong);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.12;
}

.dj-stream-command-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 14px;
  color: var(--wkd-muted);
  font-size: 12px;
  line-height: 1.4;
}

.dj-stream-command-meta strong {
  color: var(--wkd-text);
  font-weight: 850;
}

.dj-stream-command-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dj-stream-command-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wkd-green);
  box-shadow: 0 0 0 4px rgba(94, 166, 110, 0.11);
}

.dj-stream-command-role {
  flex: 0 0 auto;
  margin: 0;
}

.dj-stream-dashboard-page .dj-stream-workspace {
  margin-top: 0;
}

.dj-stream-dashboard-page .dj-stream-tabs {
  padding: 5px;
  gap: 4px;
  overflow-x: auto;
  border: 1px solid rgba(214, 162, 63, 0.16);
  border-radius: 14px;
  background: rgba(17, 19, 21, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-stream-tab {
  min-height: 35px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--wkd-muted-strong);
  box-shadow: none;
  font-size: 11px;
}

.dj-stream-dashboard-page .dj-stream-tab:hover,
.dj-stream-dashboard-page .dj-stream-tab:focus-visible {
  border-color: rgba(214, 162, 63, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--wkd-text);
}

.dj-stream-dashboard-page .dj-stream-tab.active,
.dj-stream-dashboard-page .dj-stream-tab.is-active {
  border-color: rgba(158, 83, 105, 0.62);
  background: linear-gradient(135deg, rgba(158, 83, 105, 0.72), rgba(116, 61, 75, 0.58));
  color: var(--wkd-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dj-stream-dashboard-page .dj-stream-tab-panel {
  margin-top: 12px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-overview {
  gap: 12px;
}

.dj-stream-dashboard-page .dj-stream-live-stats {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.72fr) minmax(0, 1.18fr) minmax(0, 0.96fr);
  gap: 10px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dj-stream-dashboard-page .dj-stream-live-stat {
  min-height: 104px;
  padding: 14px 16px;
  border-color: rgba(214, 162, 63, 0.18);
  border-radius: 16px;
  background: rgba(23, 26, 28, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 24px rgba(0, 0, 0, 0.14);
}

.dj-stream-dashboard-page .dj-stream-live-stat:hover,
.dj-stream-dashboard-page .dj-stream-live-stat:focus-visible {
  transform: none;
  border-color: rgba(214, 162, 63, 0.26);
  background: rgba(28, 31, 33, 0.94);
}

.dj-stream-dashboard-page .dj-stream-live-stat .chat-now-next-label {
  font-size: 9px;
}

.dj-stream-dashboard-page .dj-stream-live-stat > .chat-now-next-copy > strong {
  font-size: 17px;
  line-height: 1.14;
}

.dj-stream-dashboard-page .dj-stream-live-stat-listeners > .chat-now-next-copy > strong {
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

.dj-stream-dashboard-page .dj-stream-live-stat-title > .chat-now-next-copy > strong {
  font-size: 16px;
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder .dj-stream-encoder-source-detail {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--wkd-muted);
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder.is-live:not(.is-radio-fallback) .chat-now-next-pulse {
  background: var(--wkd-green);
  box-shadow: 0 0 0 5px rgba(94, 166, 110, 0.13);
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder.is-live:not(.is-radio-fallback) .chat-now-next-label {
  color: var(--wkd-green);
}

.dj-stream-dashboard-page .dj-stream-live-stat-encoder.is-live.is-radio-fallback .chat-now-next-label {
  color: var(--wkd-amber);
}


.dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card,
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
  border-color: rgba(214, 162, 63, 0.16);
  border-radius: 14px;
  background: rgba(29, 33, 36, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card {
  display: flex;
  min-height: 86px;
  padding: 12px 13px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  column-gap: 7px;
  row-gap: 5px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-card-top,
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card > strong,
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-note {
  flex: 0 0 100%;
  min-width: 0;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card > strong {
  font-size: 14px;
  line-height: 1.25;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-presenter,
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-time {
  flex: 0 1 auto;
  font-size: 10px;
  line-height: 1.3;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-tags {
  flex: 0 0 auto;
  gap: 4px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card .dj-stream-show-tags span {
  min-height: 18px;
  padding: 1px 6px;
  font-size: 8px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
  min-height: 74px;
  padding: 11px 13px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:hover,
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:focus-within {
  transform: none;
  border-color: rgba(214, 162, 63, 0.24);
  background: rgba(33, 37, 40, 0.92);
}


.dj-stream-technical-details {
  border-color: rgba(214, 162, 63, 0.15);
  border-radius: 13px;
  background: rgba(23, 26, 28, 0.72);
}

.dj-stream-technical-details > summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 11px 14px;
  list-style: none;
}

.dj-stream-technical-details > summary::-webkit-details-marker {
  display: none;
}

.dj-stream-technical-kicker {
  min-width: 64px;
  color: var(--wkd-amber-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dj-stream-technical-summary-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.dj-stream-technical-summary-copy strong {
  color: var(--wkd-text-strong);
  font-size: 14px;
}

.dj-stream-technical-summary-copy small {
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dj-stream-technical-chevron {
  color: var(--wkd-muted-strong);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.dj-stream-technical-details[open] > summary .dj-stream-technical-chevron {
  transform: rotate(180deg);
}

.dj-stream-technical-details[open] > summary {
  border-bottom-color: rgba(214, 162, 63, 0.12);
}

@media (max-width: 980px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .dj-stream-command-header {
    align-items: flex-start;
    padding: 15px 16px 15px 19px;
  }

  .dj-stream-command-meta {
    display: grid;
    gap: 4px;
  }

  .dj-stream-dashboard-page .dj-stream-live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dj-stream-dashboard-page .dj-stream-live-stat-title {
    grid-column: auto;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-layout {
    display: flex;
    flex-direction: column;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-chat {
    order: 1;
    width: 100%;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .dj-stream-command-header {
    display: grid;
    gap: 11px;
  }

  .dj-stream-command-role {
    justify-self: start;
  }

  .dj-stream-dashboard-page .dj-stream-tabs {
    margin-inline: 0;
  }

  .dj-stream-dashboard-page .dj-stream-tab {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 10.5px;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    grid-template-columns: 1fr;
  }


  .dj-stream-technical-details > summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dj-stream-technical-kicker {
    grid-column: 1 / -1;
    min-width: 0;
  }
}

@media (max-width: 460px) {
  .dj-stream-dashboard-page .dj-stream-live-stats {
    grid-template-columns: 1fr;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat-title {
    grid-column: auto;
  }
}


/* DJ Dashboard connected control-console presentation. */
@media (min-width: 981px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-overview {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(214, 162, 63, 0.20);
    border-radius: 18px;
    background: rgba(17, 19, 21, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .dj-stream-dashboard-page .dj-stream-live-stats {
    gap: 0;
    border-bottom: 1px solid rgba(214, 162, 63, 0.17);
    background: rgba(20, 22, 24, 0.86);
  }

  .dj-stream-dashboard-page .dj-stream-live-stat {
    min-height: 112px;
    border: 0;
    border-right: 1px solid rgba(214, 162, 63, 0.15);
    border-radius: 0;
    background: rgba(23, 26, 28, 0.84);
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat:last-child {
    border-right: 0;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat:hover,
  .dj-stream-dashboard-page .dj-stream-live-stat:focus-visible {
    border-color: rgba(214, 162, 63, 0.15);
    background: rgba(28, 31, 33, 0.90);
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-layout {
    grid-template-columns: minmax(300px, 0.64fr) minmax(520px, 1.36fr);
    gap: 0;
    align-items: stretch;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content minmax(210px, max-content);
    gap: 0;
    align-content: start;
    border-right: 1px solid rgba(214, 162, 63, 0.17);
    background: rgba(20, 23, 25, 0.82);
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card,
  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
    min-height: 0;
    height: auto;
    padding: 14px 15px;
    border: 0;
    border-bottom: 1px solid rgba(214, 162, 63, 0.14);
    border-radius: 0;
    background: rgba(29, 33, 36, 0.78);
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card {
    padding-block: 11px;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack > :last-child {
    border-bottom: 0;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:hover,
  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card:focus-within,
  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card:hover,
  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card:focus-within {
    border-color: rgba(214, 162, 63, 0.14);
    background: rgba(34, 38, 41, 0.86);
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-chat,
  .dj-stream-dashboard-page .dj-stream-chat-shell,
  .dj-stream-dashboard-page .dj-stream-chat-panel {
    min-height: 100%;
  }

  .dj-stream-dashboard-page .dj-stream-chat-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-overview {
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-stream-live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-bottom: 0;
    background: transparent;
  }

  .dj-stream-dashboard-page .dj-stream-live-stat {
    border: 1px solid rgba(214, 162, 63, 0.18);
    border-radius: 16px;
    background: rgba(23, 26, 28, 0.90);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 10px 24px rgba(0, 0, 0, 0.14);
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-layout {
    gap: 12px;
    align-items: start;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack {
    gap: 9px;
    border-right: 0;
    background: transparent;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-side-card,
  .dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-card {
    height: auto;
    border: 1px solid rgba(214, 162, 63, 0.16);
    border-radius: 14px;
    background: rgba(29, 33, 36, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .dj-stream-dashboard-page .dj-stream-chat-panel {
    min-height: 0;
    border: 1px solid rgba(214, 162, 63, 0.22);
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(214, 162, 63, 0.11),
      0 0 0 1px rgba(214, 162, 63, 0.045),
      0 18px 45px rgba(0, 0, 0, 0.20),
      0 0 18px var(--wkd-glow-amber-passive);
  }
}

/* DJ Dashboard requests, connection and technical presentation polish. */
.dj-stream-dashboard-page .dj-stream-tab-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 15px 17px 15px 20px;
  overflow: hidden;
  border: 1px solid rgba(214, 162, 63, 0.17);
  border-radius: 15px;
  background:
    linear-gradient(105deg, rgba(116, 61, 75, 0.12), rgba(22, 25, 27, 0.92) 46%, rgba(94, 166, 110, 0.045)),
    var(--wkd-panel-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.dj-stream-dashboard-page .dj-stream-tab-heading::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--wkd-amber);
  content: "";
}

.dj-stream-dashboard-page .dj-stream-tab-heading-requests::before {
  background: var(--wkd-green);
}

.dj-stream-dashboard-page .dj-stream-tab-heading-connection::before {
  background: var(--wkd-burgundy-bright);
}

.dj-stream-dashboard-page .dj-stream-tab-heading-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.dj-stream-dashboard-page .dj-stream-tab-heading-kicker {
  color: var(--wkd-amber-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dj-stream-dashboard-page .dj-stream-tab-heading h3 {
  margin: 0;
  color: var(--wkd-text-strong);
  font-size: 19px;
  line-height: 1.2;
}

.dj-stream-dashboard-page .dj-stream-tab-heading p {
  margin: 2px 0 0;
  color: var(--wkd-muted);
  font-size: 11px;
  line-height: 1.45;
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge {
  display: inline-flex;
  min-height: 28px;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid rgba(214, 162, 63, 0.24);
  border-radius: 999px;
  background: rgba(214, 162, 63, 0.08);
  color: var(--wkd-amber-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge[data-state="live-routing"] {
  border-color: rgba(94, 166, 110, 0.3);
  background: rgba(94, 166, 110, 0.085);
  color: #9dd6aa;
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-active {
  border-color: rgba(94, 166, 110, 0.3);
  background: rgba(94, 166, 110, 0.085);
  color: #9dd6aa;
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-disabled,
.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-revoked,
.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-not-granted {
  border-color: rgba(125, 135, 141, 0.25);
  background: rgba(125, 135, 141, 0.08);
  color: var(--wkd-muted-strong);
}

/* Requests: one stable status strip followed by a clear queue/control workspace. */
.dj-stream-dashboard-page .dj-song-request-summary {
  gap: 0;
  padding: 0;
  border: 1px solid rgba(214, 162, 63, 0.16);
  border-radius: 15px;
  background: rgba(18, 21, 23, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card {
  min-height: 96px;
  border-width: 0 1px 0 0;
  border-color: rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card:first-child {
  border-radius: 14px 0 0 14px;
}

.dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card:last-child {
  border-right: 0;
  border-radius: 0 14px 14px 0;
}

.dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: rgba(125, 135, 141, 0.4);
  content: "";
}

.dj-stream-dashboard-page .dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="open"]::before,
.dj-stream-dashboard-page .dj-song-request-summary-accepted::before {
  background: rgba(94, 166, 110, 0.82);
}

.dj-stream-dashboard-page .dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="closed"]::before,
.dj-stream-dashboard-page .dj-song-request-summary-state:not(.dj-stream-dashboard-request-hub)[data-state="setup_required"]::before {
  background: rgba(158, 83, 105, 0.82);
}

.dj-stream-dashboard-page .dj-song-request-summary-pending::before {
  background: rgba(214, 162, 63, 0.88);
}

.dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-copy > strong {
  font-variant-numeric: tabular-nums;
}

.dj-stream-dashboard-page .dj-stream-request-workspace {
  margin-top: 12px;
  gap: 12px;
}

.dj-stream-dashboard-page .dj-song-request-queue-panel,
.dj-stream-dashboard-page .dj-song-request-control-panel {
  border-color: rgba(214, 162, 63, 0.15);
  border-radius: 15px;
  background: rgba(23, 26, 28, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-song-request-control-panel {
  position: sticky;
  top: 12px;
}

.dj-stream-dashboard-page .dj-song-request-control-state {
  border-color: rgba(255, 255, 255, 0.075);
  background: rgba(0, 0, 0, 0.14);
}

.dj-stream-dashboard-page .dj-song-request-routing-note {
  border-color: rgba(214, 162, 63, 0.16);
  background: rgba(214, 162, 63, 0.055);
}

/* Connection: make credentials read like one deliberate encoder console. */
.dj-stream-dashboard-page .dj-stream-connection-grid {
  margin-top: 0;
  gap: 12px;
  align-items: stretch;
}

.dj-stream-dashboard-page .dj-stream-connection-access-panel,
.dj-stream-dashboard-page .dj-stream-connection-sidebar > .dj-stream-panel {
  border-color: rgba(214, 162, 63, 0.15);
  border-radius: 15px;
  background: rgba(23, 26, 28, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-stream-access-heading {
  margin: 0 0 12px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.13);
}

.dj-stream-dashboard-page .dj-stream-credential-list {
  border-color: rgba(214, 162, 63, 0.14);
  border-radius: 13px;
  background: rgba(12, 14, 16, 0.48);
}

.dj-stream-dashboard-page .dj-stream-credential-row {
  min-height: 54px;
  padding: 8px 11px;
  grid-template-columns: minmax(100px, 0.7fr) minmax(0, 1.75fr) auto;
  border-bottom-color: rgba(255, 255, 255, 0.065);
}

.dj-stream-dashboard-page .dj-stream-credential-row:hover {
  background: rgba(255, 255, 255, 0.022);
}

.dj-stream-dashboard-page .dj-stream-credential-row > span {
  color: var(--wkd-muted-strong);
  font-size: 9px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dj-stream-dashboard-page .dj-stream-credential-row > strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.015em;
}

.dj-stream-dashboard-page .dj-stream-copy-button,
.dj-stream-dashboard-page .dj-stream-reveal-form .btn {
  min-width: 62px;
  min-height: 32px;
  border-color: rgba(214, 162, 63, 0.18);
  background: rgba(214, 162, 63, 0.055);
}

.dj-stream-dashboard-page .dj-stream-connection-sidebar {
  align-content: start;
  gap: 10px;
}

.dj-stream-dashboard-page .dj-stream-checklist {
  gap: 11px 10px;
}

.dj-stream-dashboard-page .dj-stream-connection-note {
  background: rgba(116, 61, 75, 0.075);
}

/* Technical: status first, detail panels second. */
.dj-stream-dashboard-page .dj-stream-technical-grid {
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dj-stream-dashboard-page .dj-stream-technical-grid .schedule-request-main,
.dj-stream-dashboard-page .dj-stream-technical-grid .schedule-request-sidebar {
  gap: 10px;
}

.dj-stream-dashboard-page .dj-stream-technical-overview {
  border-color: rgba(214, 162, 63, 0.15);
  border-radius: 15px;
  background: rgba(23, 26, 28, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-row {
  display: grid;
  min-height: 82px;
  padding: 11px 12px;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.14);
}

.dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-row > span {
  color: var(--wkd-muted-strong);
  font-size: 9px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-row > strong {
  font-size: 13px;
}

.dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-row > small {
  grid-column: 1;
}

.dj-stream-dashboard-page .dj-stream-technical-details {
  border-color: rgba(214, 162, 63, 0.14);
  border-radius: 14px;
  background: rgba(23, 26, 28, 0.78);
}

.dj-stream-dashboard-page .dj-stream-technical-details > summary {
  min-height: 68px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.012);
}

.dj-stream-dashboard-page .dj-stream-technical-details > summary:hover {
  background: rgba(255, 255, 255, 0.03);
}

.dj-stream-dashboard-page .dj-stream-technical-details[open] > summary {
  background: rgba(214, 162, 63, 0.035);
}

.dj-stream-dashboard-page .dj-stream-technical-details > .dj-stream-verification-panel {
  background: rgba(10, 12, 14, 0.3);
}

@media (max-width: 980px) {
  .dj-stream-dashboard-page .dj-stream-technical-grid {
    grid-template-columns: 1fr;
  }

  .dj-stream-dashboard-page .dj-song-request-control-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .dj-stream-dashboard-page .dj-stream-tab-heading {
    align-items: flex-start;
    padding: 14px 15px 14px 18px;
  }

  .dj-stream-dashboard-page .dj-stream-tab-heading-badge {
    min-height: 25px;
    padding: 3px 8px;
  }

  .dj-stream-dashboard-page .dj-song-request-summary {
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card,
  .dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card:first-child,
  .dj-stream-dashboard-page .dj-song-request-summary .chat-now-next-card:last-child {
    border: 1px solid rgba(214, 162, 63, 0.14);
    border-radius: 12px;
    background: rgba(23, 26, 28, 0.86);
  }

  .dj-stream-dashboard-page .dj-stream-technical-overview .dj-stream-verification-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .dj-stream-dashboard-page .dj-stream-tab-heading {
    display: grid;
    gap: 10px;
  }

  .dj-stream-dashboard-page .dj-stream-tab-heading-badge {
    justify-self: start;
  }

  .dj-stream-dashboard-page .dj-stream-credential-row {
    grid-template-columns: 1fr auto;
    gap: 5px 8px;
  }

  .dj-stream-dashboard-page .dj-stream-credential-row > span,
  .dj-stream-dashboard-page .dj-stream-credential-row > strong {
    grid-column: 1;
  }

  .dj-stream-dashboard-page .dj-stream-credential-row > .btn,
  .dj-stream-dashboard-page .dj-stream-credential-row > form {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .dj-stream-dashboard-page .dj-stream-source-help {
    grid-column: 1 / -1;
  }
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-pending {
  border-color: rgba(214, 162, 63, 0.28);
  background: rgba(214, 162, 63, 0.08);
  color: var(--wkd-amber-bright);
}

.dj-stream-dashboard-page .dj-stream-tab-heading-badge.status-failed {
  border-color: rgba(204, 67, 62, 0.34);
  background: rgba(204, 67, 62, 0.08);
  color: var(--wkd-live-bright);
}

/* DJ Dashboard request hub: neutral desk state with compact pending approvals. */
.dj-stream-dashboard-page .dj-stream-dashboard-side-stack .dj-stream-dashboard-request-hub {
  display: grid;
  align-content: start;
  gap: 10px;
  border-color: rgba(214, 162, 63, 0.14);
  background-color: rgba(29, 33, 36, 0.78);
  background-image: none;
  box-shadow: none;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-hub::before {
  background: none;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-hub .chat-now-next-pulse {
  background: var(--wkd-amber);
  box-shadow: 0 0 0 5px rgba(214, 162, 63, 0.12);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-hub .chat-now-next-label {
  color: var(--wkd-amber-bright);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-hub-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-view-all {
  min-height: 29px;
  padding: 4px 9px;
  align-self: start;
  white-space: nowrap;
}

.dj-stream-dashboard-page .dj-stream-dashboard-pending-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dj-stream-dashboard-page .dj-stream-dashboard-pending-heading > div {
  display: grid;
  gap: 1px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-pending-heading small {
  color: var(--wkd-muted);
  font-size: 9px;
  line-height: 1.25;
}

.dj-stream-dashboard-page .dj-stream-dashboard-pending-heading > strong {
  color: var(--wkd-amber-bright);
  font-size: 19px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.14);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-copy .live-request-type-pill {
  justify-self: start;
  margin-bottom: 1px;
  padding: 2px 6px;
  font-size: 8px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-copy strong {
  overflow: hidden;
  color: var(--wkd-text);
  font-size: 11px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-message {
  display: -webkit-box;
  overflow: hidden;
  margin: 3px 0 1px;
  padding-left: 7px;
  border-left: 2px solid rgba(242, 182, 31, 0.38);
  color: rgba(250, 248, 242, 0.94);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-copy small {
  overflow: hidden;
  color: var(--wkd-muted);
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action {
  display: inline-grid;
  width: 27px;
  min-width: 27px;
  height: 27px;
  min-height: 27px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
  color: var(--wkd-text);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="accepted"] {
  border-color: rgba(68, 169, 103, 0.32);
  color: #91d4a8;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="declined"] {
  border-color: rgba(204, 67, 62, 0.3);
  color: #df98a8;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action:hover,
.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action:focus-visible {
  transform: translateY(-1px);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="accepted"]:hover,
.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="accepted"]:focus-visible {
  border-color: rgba(68, 169, 103, 0.58);
  background: rgba(68, 169, 103, 0.11);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="declined"]:hover,
.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action[data-dj-song-request-action="declined"]:focus-visible {
  border-color: rgba(204, 67, 62, 0.56);
  background: rgba(204, 67, 62, 0.1);
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-action:disabled {
  cursor: wait;
  opacity: 0.5;
  transform: none;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-empty {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  color: var(--wkd-muted);
  font-size: 10px;
  text-align: center;
}

.dj-stream-dashboard-page .dj-stream-dashboard-request-preview-empty.error {
  border-color: rgba(204, 67, 62, 0.22);
  color: #d895a8;
}

@media (min-width: 981px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-request-hub {
    grid-row: auto;
    min-height: 210px;
    overflow: visible;
  }
}

@media (max-width: 980px) and (min-width: 561px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-request-hub {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .dj-stream-dashboard-page .dj-stream-dashboard-request-hub-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-request-view-all {
    grid-column: 2;
    justify-self: start;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-request-preview-item {
    grid-template-columns: 1fr;
  }

  .dj-stream-dashboard-page .dj-stream-dashboard-request-preview-actions {
    justify-content: flex-start;
  }
}

/* DJ Dashboard compact live-stat strip: retain alignment while reducing vertical footprint. */
.dj-stream-dashboard-page .dj-stream-live-stat {
  min-height: 82px;
  padding: 9px 14px;
}

.dj-stream-dashboard-page .dj-stream-live-stat .chat-now-next-copy {
  gap: 2px;
}

@media (min-width: 981px) {
  .dj-stream-dashboard-page .dj-stream-live-stat {
    min-height: 82px;
  }
}
/* Mobile polish: avoid fixed-background repaint jank and incidental skip-link reveal. */
@media screen and (max-width: 760px) {
  body,
  body.account-access-page {
    background-attachment: scroll;
  }

  body::before,
  body::after,
  body.account-access-page::before,
  body.account-access-page::after {
    position: absolute;
  }
}

