/* Content Variables */
/* Header Variables */
/* Login Variables */
/* Form Variables */
/* Button Variables */
* {
  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;
}

body, html {
  background-color: #f3f4f7;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #474b50;
}

.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: #474b50;
}
.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: #c1c6cb;
  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: #98a0a8;
}
.form .form-input {
  width: 100%;
  height: 43px;
  border: 1px solid #dee2e6;
  padding: 0 15px;
  border-radius: 4px;
  outline: 0;
  color: #000;
}
.form .form-input::placeholder {
  color: #98a0a8;
}
.form .form-input:focus {
  box-shadow: 0 0 0 3px #c7def7;
  border: 1px solid #75b3f1;
}
.form .form-link {
  color: #2a77eb;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.form .form-link:hover {
  color: #135ac5;
}
.form #remember_me {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #474b50;
  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: #6b7179;
}
.form div.msg {
  font-size: 14px;
  font-weight: 500;
}
.form div.msg.success {
  padding: 0 0 20px 0;
  color: #0da74d;
}
.form div.msg.success .form-link {
  color: #0b6430;
}
.form div.msg.success .form-link:hover {
  color: #06361a;
}
.form div.msg.error {
  padding: 0 0 20px 0;
  color: #c21e13;
}
.form div.msg.error .form-link {
  color: #74160b;
}
.form div.msg.error .form-link:hover {
  color: #450d07;
}
.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: #fff;
  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: #fff;
}
.form .fb-btn:hover, .form .gl-btn:hover, .form .dc-btn:hover, .form .ms-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}
.form .fb-btn {
  background-color: #507CBF;
}
.form .fb-btn:hover {
  background-color: #426fb4;
}
.form .gl-btn {
  background-color: #d6523e;
}
.form .gl-btn:hover {
  background-color: #cf412c;
}
.form .dc-btn {
  background-color: #4A67CF;
}
.form .dc-btn:hover {
  background-color: #3656ca;
}
.form .ms-btn {
  background-color: #2F2F2F;
}
.form .ms-btn:hover {
  background-color: #222222;
}
.form.form-small {
  max-width: 300px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  background: #26313d;
  color: #FFFFFF;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  height: 38px;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.1);
}
.btn:hover {
  background: #202934;
}
.btn.blue {
  background: #2873cf;
}
.btn.blue:hover {
  background: #266cc2;
}
.btn.green {
  background: #4ab46d;
}
.btn.green:hover {
  background: #46a966;
}
.btn.red {
  background: #be4949;
}
.btn.red:hover {
  background: #b74141;
}
.btn.alt {
  color: #75797e;
  border: 1px solid #d4dbde;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.03);
  background: #f1f3f4;
}
.btn.alt:hover {
  background: #eef1f2;
}
.btn.disabled {
  background: #b1b3b4;
}
.btn.disabled:hover {
  background: #a9abad;
}
.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(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid rgba(255, 255, 255, 0.9);
}

.login, .register {
  display: flex;
  flex-flow: column;
  width: 450px;
  max-width: 95%;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 1px rgba(45, 54, 68, 0.05);
  border-radius: 5px;
  margin: 100px auto;
  padding: 35px;
}
.login .icon, .register .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 5px auto 0 auto;
  border-radius: 50%;
  background-color: #e2e7ee;
}
.login .icon svg, .register .icon svg {
  fill: #fff;
}
.login h1, .register h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0 10px 0;
  margin: 0;
}
.login .btn[type=submit], .register .btn[type=submit] {
  height: 42px;
}


.header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(61, 196, 173, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #202734 0%, #2c3441 100%);
  box-shadow:
    0 8px 24px rgba(23, 29, 38, 0.14);
}

.header .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 1000px;
  min-height: 86px;
  margin: 0 auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.site-brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, #3dc4ad 0%, #2d8e7e 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow:
    0 12px 26px rgba(15, 22, 31, 0.26);
}

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

.site-brand-name {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.site-brand-tagline {
  color: rgba(234, 238, 244, 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;
}

.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(234, 238, 244, 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(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@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(255, 255, 255, 0.16);
  border-radius: 50%;
  outline: 0;
  background-color: #242a35;
  color: #fff;
}

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

.header .wrapper .header-profile-picture:focus-visible {
  box-shadow:
    0 0 0 3px rgba(61, 196, 173, 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: #3dc4ad;
  color: #fff;
  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;
  padding: 8px;
  border: 1px solid #e1e5e8;
  border-radius: 14px;
  background-color: #fff;
  box-shadow:
    0 18px 40px rgba(25, 32, 42, 0.24);
}

.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 #edf0f2;
  margin-bottom: 5px;
  color: #777e86;
  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: #474b50;
  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: #eef8f6;
  color: #237d6e;
}

.site-footer {
  margin-top: 55px;
  border-top: 1px solid #e7ebef;
  background:
    linear-gradient(180deg, #f8fafb 0%, #eef2f5 100%);
  color: #5f6872;
}

.site-footer .wrapper {
  width: 1000px;
  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-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #2c3441;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

.site-footer-brand strong {
  color: #2c3441;
  font-size: 16px;
  line-height: 1.1;
}

.site-footer-brand span:not(.site-footer-mark) {
  color: #737c86;
  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: #59626d;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  outline: 0;
  background-color: #fff;
  color: #2d8e7e;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0 24px;
  border-top: 1px solid #dde3e8;
  color: #8a929b;
  font-size: 12px;
  font-weight: 700;
}

.content {
  width: 1000px;
  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: #3dc4ad;
  color: #FFFFFF;
  margin-right: 20px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-height: 55px;
  min-width: 55px;
}
.content .page-title .icon svg {
  fill: #fff;
}
.content .page-title h2 {
  margin: 0;
  padding: 0 0 7px 0;
  font-size: 20px;
  font-weight: 600;
  color: #53585e;
}
.content .page-title p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #777e86;
}
.content .block {
  box-shadow: 0px 0px 7px 1px rgba(45, 54, 68, 0.05);
  margin: 25px 0;
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
}
.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: #92979e;
  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 #edf0f2;
}

.profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #3dc4ad;
  color: #fff;
  box-shadow: 0 0 0 4px #eef1f4;
}

.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: #474b50;
  overflow-wrap: anywhere;
}

.profile-bio {
  max-width: 650px;
  color: #626970;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.profile-bio-empty {
  color: #9ba0a5;
  font-style: italic;
}

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

.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: #858b91;
  font-size: 12px;
  line-height: 1.5;
}

.profile-remove-avatar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #626970;
  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: #92979e;
  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: #3dc4ad;
  color: #fff;
  box-shadow: 0 0 0 6px #eef1f4;
}

.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: #474b50;
  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: #3dc4ad;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dj-profile-bio {
  max-width: 650px;
  color: #626970;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.dj-profile-bio-empty {
  color: #9ba0a5;
  font-style: italic;
}

.dj-profile-not-found {
  color: #626970;
  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-details-grid {
    grid-template-columns: 1fr;
  }

  .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 #e7eaed;
  border-radius: 8px;
  background-color: #fff;
  box-shadow:
    0 4px 14px rgba(45, 54, 68, 0.06);
  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(45, 54, 68, 0.1);
  }
}

.dj-list-card:focus-visible {
  outline: 3px solid rgba(61, 196, 173, 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: #3dc4ad;
  color: #fff;
  box-shadow:
    0 0 0 4px #eef1f4;
}

.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: #3dc4ad;
  color: #fff;
  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: #474b50;
  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 #edf0f2;
  color: #626970;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.dj-list-bio-empty {
  display: inline-block;
  color: #9ba0a5;
  font-style: italic;
}

.dj-list-view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #2d8e7e;
  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: #626970;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .login, .register {
    margin: 20px auto;
    padding: 25px;
  }
  .header .wrapper,
  .site-footer .wrapper {
    width: 100%;
  }

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

  .site-brand {
    gap: 10px;
  }

  .site-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 13px;
  }

  .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(255, 255, 255, 0.78);
    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;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background-color: #282f3b;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
  }

  .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;
  }
  .dj-list-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}


@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-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:
      96px minmax(0, 1fr);
    grid-template-areas:
      "avatar role"
      "avatar name"
      "bio bio"
      "view view";
    align-items: start;
    column-gap: 18px;
    padding: 20px;
    text-align: left;
  }

  .dj-list-avatar {
    grid-area: avatar;
    align-self: start;
    width: 96px;
    height: 96px;
    margin: 0;
    box-shadow:
      0 0 0 4px #eef1f4;
  }

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

  .dj-list-role {
    grid-area: role;
    justify-self: start;
    margin-top: 4px;
  }

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

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

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

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

.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 6px;
  border: 1px solid #e7eaed;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 14px rgba(45, 54, 68, 0.04);
}

.schedule-day-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #53585e;
  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-tab:hover,
.schedule-day-tab:focus-visible {
  border-color: #cde8e3;
  background: #f5fbfa;
  color: #2d8e7e;
  outline: 0;
}

.schedule-day-tab.active {
  border-color: #3dc4ad;
  background: #3dc4ad;
  color: #fff;
  box-shadow: 0 8px 18px rgba(61, 196, 173, 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 #e7eaed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(45, 54, 68, 0.07);
}

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

.schedule-status-eyebrow {
  display: inline-flex;
  margin: 0 0 7px;
  color: #2d8e7e;
  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: #333941;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.schedule-status-bar p {
  margin: 0;
  color: #777e86;
  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: #26313d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-message {
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid #e7eaed;
  border-radius: 12px;
  background: #fff;
  color: #626970;
  box-shadow: 0 4px 14px rgba(45, 54, 68, 0.05);
}

.schedule-message.error {
  border-color: #f0c5c5;
  background: #fff7f7;
  color: #9b2f2f;
}

.schedule-message.empty {
  color: #777e86;
}

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

.schedule-card {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 21px;
  border: 1px solid #e7eaed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(45, 54, 68, 0.07);
  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(45, 54, 68, 0.11);
  }
}

.schedule-card-on_air {
  border-color: #3dc4ad;
  box-shadow:
    0 8px 24px rgba(61, 196, 173, 0.16),
    inset 5px 0 0 #3dc4ad;
}

.schedule-card-up_next {
  border-color: #cfd8df;
  box-shadow:
    0 7px 22px rgba(45, 54, 68, 0.07),
    inset 5px 0 0 #26313d;
}

.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: #f1f3f4;
  color: #2d8e7e;
  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: #3dc4ad;
  color: #fff;
  box-shadow: 0 0 0 5px #eef1f4;
}

.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 #3dc4ad;
  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-time {
  color: #2d8e7e;
  font-size: 13px;
  font-weight: 900;
}

.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: #edf0f2;
  color: #626970;
}

.schedule-badge-on_air {
  background: #3dc4ad;
  color: #fff;
}

.schedule-badge-up_next {
  background: #26313d;
  color: #fff;
}

.schedule-card h4 {
  margin: 0;
  color: #333941;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.schedule-dj-name {
  margin: 7px 0 0;
  color: #626970;
  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: #2d8e7e;
  text-decoration: underline;
}

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

.schedule-category {
  background: #f1f3f4;
  color: #53585e;
}

.schedule-card-action {
  display: inline-flex;
  margin-top: 13px;
  color: #2d8e7e;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.schedule-card-action:hover,
.schedule-card-action:focus-visible {
  color: #226f63;
  text-decoration: underline;
}

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

@media (max-width: 680px) {
  .schedule-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .schedule-day-tab {
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  .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 #eef1f4;
  }

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

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

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

  .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(61, 196, 173, 0.16),
      inset 0 5px 0 #3dc4ad;
  }

  .schedule-card-up_next {
    box-shadow:
      0 7px 22px rgba(45, 54, 68, 0.07),
      inset 0 5px 0 #26313d;
  }

  .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 #e7eaed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(45, 54, 68, 0.05);
}

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

.booking-slots-panel-header h3 {
  margin: 0;
  color: #474b50;
  font-size: 18px;
  font-weight: 750;
}

.booking-slots-panel-header p {
  margin: 0;
  color: #777e86;
  font-size: 13px;
  text-align: right;
}

.booking-slots-message {
  padding: 13px 14px;
  border: 1px solid #e7eaed;
  border-radius: 8px;
  background: #f8f9fa;
  color: #626970;
  font-size: 14px;
}

.booking-slots-message.error {
  border-color: #f0c5c5;
  background: #fff7f7;
  color: #9b2f2f;
}

.booking-slots-message.empty {
  color: #777e86;
}

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

.booking-slot-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #f8f9fa;
}

.booking-slot-time {
  flex: 0 0 auto;
  min-width: 105px;
  color: #2d8e7e;
  font-size: 13px;
  font-weight: 800;
}

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

.booking-slot-details strong {
  color: #474b50;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.booking-slot-details span,
.booking-slot-details small {
  color: #626970;
  font-size: 13px;
}

@media (max-width: 600px) {
  .booking-slots-panel-header {
    flex-flow: column;
  }

  .booking-slots-panel-header p {
    text-align: left;
  }

  .booking-slot-item {
    align-items: flex-start;
    flex-flow: column;
  }

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

/* DJ schedule request dashboard layout */
.schedule-request-page-title {
  margin-bottom: 4px;
}

.schedule-request-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin: 20px 0 18px;
}

.schedule-request-account-card,
.schedule-request-rule-card,
.schedule-request-alert,
.schedule-request-panel {
  border: 1px solid #e7eaed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(45, 54, 68, 0.05);
}

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

.schedule-request-account-card strong {
  display: block;
  margin-top: 4px;
  color: #474b50;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.schedule-request-eyebrow,
.schedule-request-panel-label {
  display: block;
  color: #777e86;
  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: #3dc4ad;
  color: #fff;
  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: #474b50;
  font-size: 17px;
}

.schedule-request-rule-card p,
.schedule-request-panel p {
  margin: 0;
  padding: 0;
  color: #626970;
  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: #bce4ca;
  background: #f5fbf7;
  color: #0b6430;
}

.schedule-request-alert.error {
  border-color: #f0c5c5;
  background: #fff7f7;
  color: #9b2f2f;
}

.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;
}

.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: #26313d;
  color: #fff;
  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: #474b50;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.schedule-request-section-heading p {
  margin: 0;
  padding: 0;
  color: #777e86;
  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;
}

.schedule-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 20px;
}

.schedule-request-empty-state {
  padding: 14px 15px;
  border: 1px solid #e7eaed;
  border-radius: 8px;
  background: #f8f9fa;
  color: #777e86;
  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 {
  align-items: flex-start;
}

.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%;
  }
}

/* Public schedule DJ-only request button */
.schedule-request-action {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 18px;
}

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

  .schedule-request-action .btn {
    width: 100%;
  }
}

/* Public DJ profile schedule polish */
.dj-list-next-show {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf0f2;
  color: #626970;
  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: #474b50;
  font-size: 14px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.dj-list-next-show em {
  margin-top: 4px;
  color: #2d8e7e;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.dj-list-next-label {
  color: #2d8e7e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-list-next-empty {
  margin-top: 4px;
  color: #9ba0a5;
  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 #edf0f2;
}

.dj-profile-schedule-header span {
  display: block;
  margin-bottom: 4px;
  color: #2d8e7e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-profile-schedule-header h3 {
  margin: 0;
  color: #474b50;
  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 #edf0f2;
}

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

.dj-profile-show-card h4 {
  margin: 7px 0 6px;
  color: #474b50;
  font-size: 18px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.dj-profile-show-card p {
  margin: 0;
  padding: 0;
  color: #777e86;
  font-size: 14px;
}

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

.dj-profile-show-status.on-air {
  background: #3dc4ad;
  color: #fff;
}

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

.dj-profile-show-time strong {
  display: block;
  color: #2d8e7e;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.dj-profile-show-time span {
  display: block;
  margin-top: 5px;
  color: #777e86;
  font-size: 12px;
  font-weight: 700;
}

.dj-profile-show-empty {
  padding: 24px 25px;
  color: #777e86;
}

.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"
      "avatar name"
      "bio bio"
      "next next"
      "view view";
  }

  .dj-list-next-show {
    grid-area: next;
    margin-top: 14px;
    text-align: left;
  }
}


/* 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: #eef8f6;
  color: #237d6e;
  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: #3dc4ad;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.profile-role-badge-muted {
  background-color: #eef1f4;
  color: #626970;
}

.profile-preview-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: #858b91;
  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: #474b50;
  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: 100%;
  padding: 0;
  overflow: hidden;
  border-color: #d2e7e3;
  background:
    radial-gradient(circle at top right, rgba(61, 196, 173, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
}

.home-live-panel::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #3dc4ad 0%, #2d8e7e 100%);
}

.home-live-panel.is-live::before {
  background: linear-gradient(90deg, #2ecc71 0%, #3dc4ad 100%);
}

.home-live-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
  background: #3dc4ad;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 0 0 6px #fff,
    0 9px 22px rgba(45, 54, 68, 0.13);
}

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

.home-live-avatar span {
  color: #fff;
  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: #26313d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-live-panel.is-live .home-live-status {
  background: #2d8e7e;
}

.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 #e7eaed;
  box-shadow: 0 8px 24px rgba(45, 54, 68, 0.05);
}

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

.profile-overview-preview .profile-avatar-large {
  width: 132px;
  height: 132px;
  box-shadow:
    0 0 0 6px #eef8f6,
    0 12px 26px rgba(45, 54, 68, 0.12);
}

.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: #eef1f4;
  color: #626970;
  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: #474b50;
  font-size: 20px;
  font-weight: 700;
}

.profile-panel-heading p {
  margin: 0;
  padding: 0;
  color: #858b91;
  font-size: 13px;
  line-height: 1.5;
}

.profile-detail-card {
  padding: 14px 15px !important;
  border: 1px solid #e7eaed;
  border-radius: 10px;
  background: #fbfcfd;
  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: #474b50;
  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 #e7eaed;
  box-shadow: 0 7px 20px rgba(45, 54, 68, 0.04);
}

.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 #edf0f2;
}

.profile-edit-section-heading h3 {
  margin: 0 0 5px;
  color: #474b50;
  font-size: 20px;
  font-weight: 750;
}

.profile-edit-section-heading p {
  max-width: 640px;
  margin: 0;
  padding: 0;
  color: #858b91;
  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 #eef8f6,
    0 10px 22px rgba(45, 54, 68, 0.12);
}

.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(61, 196, 173, 0.22);
  background:
    radial-gradient(circle at top right, rgba(61, 196, 173, 0.16), transparent 34%),
    #fff;
}

.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(61, 196, 173, 0.13);
  color: #2d8e7e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dj-directory-hero h3 {
  margin: 12px 0 8px;
  color: #474b50;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.18;
}

.dj-directory-hero p {
  max-width: 600px;
  margin: 0;
  padding: 0;
  color: #626970;
  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: #e4e9ed;
  box-shadow: 0 10px 28px rgba(45, 54, 68, 0.07);
}

.dj-list-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3dc4ad, #2d8e7e);
}

.dj-list-avatar {
  width: 124px;
  height: 124px;
  margin: 24px 0 16px;
  box-shadow:
    0 0 0 5px #fff,
    0 0 0 9px rgba(61, 196, 173, 0.15),
    0 12px 22px rgba(45, 54, 68, 0.1);
}

.dj-list-role {
  background: rgba(61, 196, 173, 0.13);
  color: #2d8e7e;
}

.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 #edf0f2;
  border-radius: 14px;
  background: #f8fafb;
}

.dj-list-next-label {
  color: #2d8e7e;
}

.dj-list-view {
  width: calc(100% - 44px);
  justify-content: center;
  margin: 17px 22px 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(61, 196, 173, 0.12);
  color: #2d8e7e;
}

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

.dj-public-profile-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #3dc4ad, #2d8e7e);
}

.dj-public-profile-hero .dj-profile-avatar {
  align-self: center;
  margin: 42px 0 42px 36px;
  box-shadow:
    0 0 0 6px #fff,
    0 0 0 11px rgba(61, 196, 173, 0.16),
    0 14px 28px rgba(45, 54, 68, 0.13);
}

.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(61, 196, 173, 0.13);
  color: #2d8e7e;
}


.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: #fbfcfd;
}

.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: #d8dde2;
}

.dj-profile-show-card.is-on-air::before {
  background: #3dc4ad;
}

.dj-profile-show-time {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafb;
}

@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;
  }
}

@media screen and (max-width: 760px) {
  .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 h3 {
    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-card {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0;
    text-align: center;
  }

  .dj-list-avatar {
    width: 112px;
    height: 112px;
    margin: 22px 0 15px;
  }

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

  .dj-list-card h3 {
    margin-top: 11px;
    text-align: center;
  }

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

  .dj-list-next-show {
    margin: 16px 20px 0;
    text-align: center;
  }

  .dj-list-view {
    width: calc(100% - 40px);
    margin: 16px 20px 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%;
  }
}

/* DJ schedule request final polish */
.schedule-request-intro {
  align-items: stretch;
}

.schedule-request-account-card,
.schedule-request-rule-card {
  position: relative;
  overflow: hidden;
}

.schedule-request-account-card::before,
.schedule-request-rule-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #3dc4ad;
}

.schedule-request-rule-card::before {
  background: #2873cf;
}

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

.schedule-request-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.schedule-request-guide-card {
  display: flex;
  flex-flow: column;
  gap: 5px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid #e7eaed;
  border-radius: 8px;
  background: #f8f9fa;
}

.schedule-request-guide-card strong {
  color: #474b50;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.schedule-request-guide-card span {
  color: #626970;
  font-size: 13px;
  line-height: 1.45;
}

.schedule-request-form-section {
  padding: 18px 0;
  border-top: 1px solid #edf0f2;
}

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

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

.schedule-request-form-section-title span {
  display: block;
  margin: 0 0 4px;
  color: #474b50;
  font-size: 15px;
  font-weight: 800;
}

.schedule-request-form-section-title p {
  margin: 0;
  color: #777e86;
  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: #777e86;
  font-size: 12px;
  line-height: 1.45;
}

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

.schedule-request-actions {
  align-items: center;
  justify-content: flex-end;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid #edf0f2;
}

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

.schedule-request-live-panel .booking-slots-panel-header,
.schedule-request-section-heading.compact {
  padding-bottom: 13px;
  border-bottom: 1px solid #edf0f2;
}

.schedule-request-own-panel .booking-slot-item,
.schedule-request-live-panel .booking-slot-item {
  border-color: #edf0f2;
  border-radius: 8px;
}

.schedule-request-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #edf0f2;
  color: #5f6770 !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: #eaf7ef;
  color: #247043 !important;
}

.schedule-request-status-pill.status-pending {
  background: #fff6df;
  color: #8a5a00 !important;
}

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

  .schedule-request-actions {
    justify-content: stretch;
  }

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

@media (max-width: 520px) {
  .schedule-request-section-heading {
    flex-flow: column;
    gap: 9px;
  }

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

  .schedule-request-account-card strong {
    font-size: 18px;
  }

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

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

.home-hero-copy,
.home-live-panel,
.home-feature-card,
.home-section,
.home-cta-band {
  border: 1px solid #e7eaed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(45, 54, 68, 0.07);
}

.home-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(61, 196, 173, 0.2), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6faf9 100%);
}

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

.home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  color: #2d8e7e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0;
  color: #2d343d;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.home-hero-copy p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 18px 0 0;
  padding: 0;
  color: #626970;
  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: #eef8f6;
  color: #237d6e !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: #dbe5e4;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.home-live-panel h2 {
  margin: 17px 0 0;
  color: #323941;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.16;
}

.home-live-dj {
  margin: 10px 0 0;
  padding: 0 !important;
  color: #626970;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.home-live-dj a,
.home-schedule-copy a {
  color: #2d8e7e;
  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: #226f63;
  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: #edf0f2;
  color: #53585e;
  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: #26313d;
  color: #fff;
}

.home-live-tags span {
  background: #eef8f6;
  color: #237d6e;
}

.home-section-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: #2d8e7e;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.home-section-link:hover,
.home-section-link:focus-visible {
  color: #226f63;
  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: #eef8f6;
  color: #237d6e;
  font-size: 12px;
  font-weight: 900;
}

.home-feature-card h3 {
  color: #333941;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.25;
}

.home-feature-card p {
  margin: 9px 0 0;
  padding: 0;
  color: #626970;
  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: #cfe5e1;
    box-shadow: 0 12px 30px rgba(45, 54, 68, 0.1);
  }
}

.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: #333941;
  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 #edf0f2;
  border-radius: 12px;
  background: #fbfcfc;
}

.home-schedule-card.is-next {
  border-color: #d8e8e5;
  background: #f6fbfa;
}

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

.home-schedule-time span {
  color: #2d8e7e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-schedule-time strong {
  color: #333941;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.home-schedule-copy h3 {
  margin-top: 7px;
  color: #333941;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.home-schedule-copy p {
  margin: 7px 0 0;
  padding: 0;
  color: #626970;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.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 #edf0f2;
  border-radius: 13px;
  background: #fbfcfc;
  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: #cfe5e1;
    box-shadow: 0 10px 24px rgba(45, 54, 68, 0.09);
  }
}

.home-dj-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  background: #3dc4ad;
  color: #fff;
  box-shadow: 0 0 0 5px #eef1f4;
}

.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: #eef8f6;
  color: #237d6e;
  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: #333941;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.home-dj-copy p {
  margin: 8px 0 0;
  padding: 0;
  color: #626970;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.home-empty-card {
  padding: 26px;
  border: 1px dashed #d9dee3;
  border-radius: 12px;
  background: #fbfcfc;
  text-align: center;
}

.home-empty-card h3 {
  color: #333941;
  font-size: 19px;
  font-weight: 850;
}

.home-empty-card p {
  margin: 8px 0 0;
  padding: 0;
  color: #626970;
  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(61, 196, 173, 0.15), transparent 30%),
    #fff;
}

.home-cta-band p {
  max-width: 620px;
  margin: 10px 0 0;
  padding: 0;
  color: #626970;
  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: 34px;
  }

  .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: 30px;
  }

  .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 #dcebe8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.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: #626970;
  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: #237d6e;
}

.home-live-tab.is-active {
  background: #26313d;
  color: #fff;
  box-shadow: 0 8px 18px rgba(38, 49, 61, 0.14);
}

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

.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: #323941;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.home-live-show-card.is-live .home-live-status {
  background: #2d8e7e;
}

.home-live-show-card.is-up-next .home-live-status {
  background: #26313d;
}

.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(255, 255, 255, 0.95),
    0 8px 20px rgba(45, 54, 68, 0.05);
}

.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 #fff,
    0 11px 28px rgba(45, 54, 68, 0.15);
}

.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: 39px;
  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: #6d7583;
  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, #2f9f90);
}

.home-live-show-card .home-live-schedule-line span[aria-hidden="true"] {
  color: rgba(109, 117, 131, 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;
  }
}

/* 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: 34px 18px 48px;
}

.chat-hero {
  background: linear-gradient(135deg, #111827, #1f2937);
  border-radius: 28px;
  color: #fff;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2);
  margin-bottom: 22px;
}

.chat-kicker,
.chat-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22c55e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-hero h1 {
  color: #fff;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  margin: 10px 0 12px;
}

.chat-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.7;
}

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

.chat-panel,
.chat-sidebar-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.chat-panel {
  overflow: hidden;
  position: relative;
}

.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.chat-panel-header h2,
.chat-sidebar-card h2 {
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 4px;
}


.chat-message-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.chat-online-toggle {
  appearance: none;
  background: #16a34a;
  border: 1px solid rgba(22, 163, 74, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 26px;
  font-weight: 900;
  height: 40px;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.chat-online-toggle:hover,
.chat-online-toggle:focus-visible {
  background: #111827;
  border-color: #111827;
  outline: none;
}

.chat-online-toggle-icon {
  display: block;
  transform: translateX(-1px);
  transition: transform 0.2s ease;
}

.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: min(300px, 86%);
  background: #fff;
  border-left: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: -18px 0 38px rgba(15, 23, 42, 0.14);
  display: flex;
  flex-direction: column;
  transform: translateX(calc(100% - 44px));
  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: 14px;
  min-height: 0;
  opacity: 0;
  padding: 20px 20px 20px 58px;
  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.18);
  padding-bottom: 14px;
}

.chat-online-drawer-header h2 {
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 4px;
}

.chat-online-drawer p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.chat-online-drawer .chat-online-list {
  overflow-y: auto;
  padding-right: 2px;
}

.chat-messages {
  height: 520px;
  overflow-y: auto;
  padding: 22px 24px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  scroll-behavior: smooth;
}

.chat-loading,
.chat-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  color: #64748b;
  font-size: 14px;
  text-align: center;
}

.chat-empty.small {
  min-height: 42px;
  justify-content: flex-start;
}

.chat-message {
  margin-bottom: 12px;
}

.chat-message.own .chat-message-body {
  border-color: rgba(34, 197, 94, 0.28);
}

.chat-online-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #22c55e);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

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

.chat-online-avatar span {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

.chat-message-body {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  padding: 10px 14px;
  min-width: 0;
  position: relative;
}

.chat-message-line {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.chat-message-name {
  color: #111827;
  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: #16a34a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.chat-message-options {
  background: #111827;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
  display: none;
  left: 0;
  min-width: 152px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 7px);
  z-index: 30;
}

.chat-message.chat-message-options-open .chat-message-options {
  display: block;
}

.chat-message-option-button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #e5e7eb;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.chat-message-option-button.danger {
  color: #fee2e2;
}

.chat-message-option-button.warning {
  color: #fef3c7;
}

.chat-message-option-button:hover,
.chat-message-option-button:focus-visible {
  background: rgba(34, 197, 94, 0.14);
  color: #fff;
  outline: none;
}

.chat-message-option-button.danger:hover,
.chat-message-option-button.danger:focus-visible {
  background: rgba(248, 113, 113, 0.18);
}

.chat-message-option-button.warning:hover,
.chat-message-option-button.warning:focus-visible {
  background: rgba(245, 158, 11, 0.18);
}

.chat-message-time {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  white-space: nowrap;
}

.chat-message-text {
  color: #1f2937;
}

.chat-custom-emote {
  display: inline-block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: -7px;
  margin: 0 2px;
}

.chat-composer {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: #fff;
}

.chat-composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.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-emote-toggle {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  color: #334155;
  padding: 0;
  font-size: 18px;
}

.chat-composer-help,
.chat-character-count,
.chat-status {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.chat-status.error {
  color: #b91c1c;
}

.chat-emote-picker {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  background: #f8fafc;
  padding: 12px;
  margin: 0 0 12px;
}

.chat-emote-section + .chat-emote-section {
  margin-top: 12px;
}

.chat-emote-section strong {
  display: block;
  color: #334155;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.chat-emote-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.chat-emote-list button {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  min-width: 38px;
  height: 38px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #334155;
  font-size: 18px;
}

.chat-custom-emote-button {
  width: auto;
  padding: 0 9px;
  font-size: 12px !important;
  font-weight: 800;
}

.chat-custom-emote-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.chat-emote-empty {
  color: #64748b;
  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 #dbe3ec;
  border-radius: 20px;
  padding: 15px 112px 15px 16px;
  outline: none;
  color: #111827;
  line-height: 1.45;
}

.chat-composer-main textarea:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 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: #16a34a;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 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: #f8fafc;
}

.chat-input-wrap-locked textarea,
.chat-input-wrap-locked textarea:disabled {
  background: #f1f5f9;
  color: #64748b;
  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-login-gate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 2px 0;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.chat-login-gate > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

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

.chat-sidebar-card {
  padding: 20px;
}

.chat-sidebar-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 16px;
}

.chat-online-list {
  display: grid;
  gap: 10px;
}

.chat-online-user {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  padding: 10px;
  background: #f8fafc;
}

.chat-online-avatar {
  width: 36px;
  height: 36px;
}

.chat-online-avatar span {
  font-size: 13px;
}

.chat-online-user strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
}

.chat-online-user span {
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.chat-rules-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #475569;
}

.chat-rules-list li {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .chat-shell {
    grid-template-columns: 1fr;
  }

  .chat-sidebar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .chat-page {
    padding: 22px 12px 34px;
  }

  .chat-hero {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .chat-shell {
    gap: 16px;
  }

  .chat-panel,
  .chat-sidebar-card {
    border-radius: 22px;
  }

  .chat-panel-header,
  .chat-composer-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-online-toggle {
    height: 38px;
    width: 38px;
  }

  .chat-online-drawer {
    width: min(292px, 90%);
  }

  .chat-online-drawer-inner {
    padding: 18px 16px 18px 54px;
  }

  .chat-messages {
    height: 430px;
    padding: 18px 14px;
  }

  .chat-message-body {
    padding: 10px 38px 10px 12px;
  }

  .chat-composer {
    padding: 16px 14px;
  }

  .chat-composer-main textarea {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    padding-right: 104px;
  }


  .chat-login-gate {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-input-actions {
    right: 8px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    gap: 6px;
  }

  .chat-emote-toggle {
    width: 38px;
    height: 38px;
  }

  .chat-send-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .chat-sidebar {
    grid-template-columns: 1fr;
  }
}
