/* (moved near .song-reprompt-options) Enhanced checkbox styles for song options */

/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}


/* Body */

html {
  min-height: 100svh;
  background-color: #000;
}

body {
  margin: 0;
  font-family: "Inter", Inter, sans-serif;
  font-weight: 400;
  color: #F2E8E3;
  min-height: 100svh;
  background-color: #000;
}

/* Click-and-hold background reveal effect */
body.bg-reveal-hold * {
  opacity: 0;
  transition: opacity 300ms ease-in;
}
body.bg-reveal-hold .write-bg-img,
body.bg-reveal-hold .write-bg-img * {
  opacity: 1 !important;
}

body.page-write, body.page-billboard, body.page-listen {
  overflow: hidden;
}

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.mobile-menu-open .footer {
  display: none;
}

a {
  color: #fff;
}

::selection {
  background: #CD3E17; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #CD3E17; /* Gecko Browsers */
  color: #fff;
}

/* total width */
::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #ffffff80;
    border-radius: 16px;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #00000080;
    border-radius: 16px;
    border: 2px solid #ffffff80;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display:none;
}

h1, h2 {
  font-family: "Syne", serif;
  font-weight: 700;
}

h3, h4, h5, h6 {
  font-family: "Inter", Inter, sans-serif;
  font-weight: 700;
}

.body-wrapper {
  min-height: 100%;
  display: block;
  min-width: 100%;
  max-width: 100%;
  min-height: 100svh;
}

.body-wrapper.writer-body-wrapper {
  position: relative;
  z-index: 1;
  /*background-color: #0000007d;*/
  /* Gradient moved to ::before pseudo-element with blend mode */
}

/* Gradient overlay with blend mode - adapts to background photo colors (Apple-style effect) */
.body-wrapper.writer-body-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(360deg, #1b2424b3 10%, rgb(18 36 36 / 29%) 50%, rgb(18 36 36 / 85%) 100%);
  mix-blend-mode: overlay; /* Try: multiply, darken, color-burn, soft-light, or hard-light for different effects */
  opacity: 0.8; /* Adjust opacity to control blend intensity */
  pointer-events: none;
}

.body-wrapper.writer-body-wrapper.opening-body-wrapper {
  /* Gradient moved to ::before pseudo-element with blend mode */
}

.body-wrapper.writer-body-wrapper.opening-body-wrapper::before {
  background: linear-gradient(360deg, #1b2424d1 10%, rgb(29 29 29 / 64%) 50%, rgb(18 36 36 / 85%) 100%);
}

.body-wrapper.listen-body-wrapper {
  position: relative;
  z-index: 1;
  /*background-color: #0000007d;*/
  /* Gradient moved to ::before pseudo-element with blend mode */
}

/* Gradient overlay with blend mode - adapts to background photo colors (Apple-style effect) */
.body-wrapper.listen-body-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(360deg, #1b2424d1 10%, rgb(29 29 29 / 64%) 50%, rgb(18 36 36 / 85%) 100%);
  mix-blend-mode: overlay; /* Try: multiply, darken, color-burn, soft-light, or hard-light for different effects */
  opacity: 0.75; /* Adjust opacity to control blend intensity */
  pointer-events: none;
}

.body-wrapper.billboard-body-wrapper {
  position: relative;
  z-index: 1;
  /*background-color: #0000007d;*/
  /* Gradient moved to ::before pseudo-element with blend mode */
}

/* Gradient overlay with blend mode - adapts to background photo colors (Apple-style effect) */
.body-wrapper.billboard-body-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(360deg, #1b2424b3 10%, rgb(18 36 36 / 29%) 50%, rgb(18 36 36 / 85%) 100%);
  mix-blend-mode: overlay; /* Try: multiply, darken, color-burn, soft-light, or hard-light for different effects */
  opacity: 0.75; /* Adjust opacity to control blend intensity */
  pointer-events: none;
}

.mobile-only {
  display: none;
}

.opening-experience {
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 23px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.opening-ai-artist-content {
  margin: 100px auto 70px;
}

.opening-ai-artist-content p {
  margin: 0 auto 5px;
  padding: 0;
}

.opening-ai-artist-content h3 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 33px;
  margin: 0 auto 20px;
  padding: 0;
}

.opening-ai-artist-photo {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #ec9c628f;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.opening-ai-artist-photo div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.opening-chat-wrapper {
  max-width: 580px;
  margin: 0 auto;
  min-width: 400px;
}

.opening-chat-wrapper p {
  margin: 0 auto 15px;
  padding: 0;
}

.opening-chat-textarea-wrapper {
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 8px 8px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.opening-chat-textarea-wrapper textarea {
  font-family: "Lato", serif;
  font-weight: 300;
  border-radius: 20px;
  border: none;
  color: #fff;
  resize: none;
  outline: none;
  font-size: 18px;
  padding: 12px 15px 40px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 55px;
  box-shadow: inset 1px 1px 1px 0 #1414147a, inset -1px -1px 1px #ffffff1a;
  box-sizing: content-box;
  transition: background-color 500ms;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.opening-chat-textarea-wrapper textarea.recording {
  background-image: url('../img/sound-wave.svg?50');
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 624px;
  animation-name: song-playing-larger;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #1b2323;
}

.opening-chat-textarea-wrapper textarea::placeholder {
  color: #ffffffc2;
}

.opening-chat-textarea-wrapper textarea:focus {
  background-color: #4e4e4e4a;
}

.opening-chat-textarea-wrapper svg {
  margin: 0 auto 9px auto;
  width: 22px;
  height: 22px;
}

.opening-chat-textarea-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -35px;
  margin-right: 10px;
}

.opening-chat-submit-btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px;
  margin: 0;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .5;
  transition: opacity 500ms;
}

.opening-chat-submit-btn:hover, .opening-chat-submit-btn.ready {
  opacity: 1;
}

/* Ensure .ready state works independently of hover on mobile */
.opening-chat-submit-btn.ready {
  /* For some odd reason 1 in safari makes it disappear */
  opacity: 0.99 !important;
  /* Override any transitions that might be interfering */
  transition: none !important;
}

.opening-voice-to-text-btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px;
  margin: 0;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .5;
  transition: opacity 500ms;
}

.opening-voice-to-text-btn:hover {
  opacity: 1;
}

.opening-chat-skip-btn {
  font-size: 18px;
  opacity: .7;
  transition: opacity 400ms;
}

.opening-chat-skip-btn:hover {
  opacity: 1;
}


.write-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(10px);
  opacity: .5;
  transition: filter 400ms ease-in-out, opacity 400ms;
}

.write-bg-img.ready {
  filter: none;
  opacity: 1;
}

.write-bg-img.ready.transitioning {
  filter: blur(10px);
  opacity: .5;
}

.header-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 8svh;
}

.header-inner {
  /*background: linear-gradient(180deg, #0000009c, transparent);*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0;
  height: 100%;
}

.nav-logo {
  width: 170px;
  height: 47px;
  background-image: url('../img/logo-no-light.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: background-image 250ms ease-in-out;
}

.nav-logo.light {
  background-image: url('../img/logo.png');
}

.btn-alt.nav-back-btn {
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 20px;
  opacity: .7;
}

.nav-items {
  display: flex;
}

.nav-items-left {
  display: flex;
  font-size: 14px;
  padding: 0 7px;
  align-self: center;
}

.nav-items-left-sep {
  height: 15px;
  width: 1px;
  display: flex;
  margin: auto 0 auto 15px;
  background-color: #ffffff47;
}

.nav-items-left a {
  padding: 0 8px;
}

.nav-items-left a svg {
  margin-right: 8px;
  align-self: center;
}

.sub-nav-items {
  position: relative;
  align-self: flex-end;
  display: none;
}

.sub-nav-items ul {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
  background-color: #212A2ACC;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 5px;
  margin: 10px 0 0 00;
  color: #fff;
  list-style: none;
  width: max-content;
  border-radius: 5px;
  box-shadow: 1px 2px 15px -5px #000;
}

.account-body-wrapper .sub-nav-items ul, .tracks-body-wrapper .sub-nav-items ul, .distribute-body-wrapper .sub-nav-items ul, .billing-body-wrapper .sub-nav-items ul, .error-body-wrapper .sub-nav-items ul, .download-body-wrapper .sub-nav-items ul, .royalties-body-wrapper .sub-nav-items ul, .artist-onboard-body-wrapper .sub-nav-items ul, .api-docs-body-wrapper .sub-nav-items ul, .ai-cowriter-dashboard-body-wrapper .sub-nav-items ul, .terms-body-wrapper .sub-nav-items ul, .privacy-policy-body-wrapper .sub-nav-items ul, .acceptable-use-policy-body-wrapper .sub-nav-items ul, .contact-body-wrapper .sub-nav-items ul {
  background-color: #27201e;
}

.admin-body-wrapper .sub-nav-items ul {
  background-color: #252525;
}

.sub-nav-items ul li.sub-nav-close-btn {
  display: none;
  clear: both;
  overflow: hidden;
}

.sub-nav-items ul li.sub-nav-close-btn a {
  float: right;
  padding: 10px;
}

.sub-nav-items ul li.sub-nav-close-btn a svg {
  margin: 0;
  width: 28px;
  height: 28px;
}

.sub-nav-items ul li.sub-nav-close-btn:hover {
  background-color: transparent;
}

.sub-nav-items ul li {
  text-align: left;
  font-size: 13px;
  border-radius: 4px;
}

.sub-nav-items ul li.menu-separator {
  border-top: 1px solid #ffffff1a;
  border-radius: 0;
  margin: 5px 0;
}

.sub-nav-items ul li.menu-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0 0 0;
}

.sub-nav-items ul li.menu-title:hover {
  background-color: transparent;
}

.only-mobile {
  display: none!important;
}

.sub-nav-items ul li a {
  padding: 7px 10px;
  display: flex;

}

.sub-nav-items ul li:hover {
  background-color: #ffffff1a;
}

.sub-nav-items ul li svg {
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
}

.nav-items a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.nav-right-menu {
  font-size: 14px;
  text-align: right;
  padding: 0 15px 0 20px;
  text-shadow: 1px 1px 15px #0000006e;
}

.nav-right-menu .nav-published-count {
  font-size: 13px;
}

.nav-profile-photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 2px 15px -5px #000;
  overflow: hidden;
}

.nav-profile-photo div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-content-home {
  display: grid;
  padding: 0 5px 20px 40px;
  grid-template-columns: 280px 1fr;
  height: 90svh;
  overflow-y:auto;
}

.page-content-listen {
  display: flex;
  padding: 50px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 90svh;
}

.share-player-wrapper .song {
  margin-bottom: 0;
  border-radius: 11px;
  padding: 20px;
}

.page-content-error {
  color: #fff;
  padding: 40px;
}

.account-body-wrapper, .tracks-body-wrapper, .billing-body-wrapper, .distribute-body-wrapper, .subscription-confirmation-body-wrapper, .error-body-wrapper, .download-body-wrapper, .royalties-body-wrapper, .artist-onboard-body-wrapper, .sso-body-wrapper, .api-docs-body-wrapper, .ai-cowriter-dashboard-body-wrapper, .terms-body-wrapper, .privacy-policy-body-wrapper, .acceptable-use-policy-body-wrapper, .contact-body-wrapper {
  background: linear-gradient(180deg, #382D2B, #1A1513);
}

.admin-body-wrapper {
  background: linear-gradient(180deg, #363636, #1b1b1b);
}

.account-body-wrapper .header-inner, .tracks-body-wrapper .header-inner, .billing-body-wrapper .header-inner, .subscription-confirmation-body-wrapper .header-inner, .error-body-wrapper .header-inner, .download-body-wrapper .header-inner, .royalties-body-wrapper .header-inner, .admin-body-wrapper .header-inner, .artist-onboard-body-wrapper .header-inner, .api-docs-body-wrapper .header-inner, .ai-cowriter-dashboard-body-wrapper .header-inner, .contact-body-wrapper .header-inner {
  background: none;
}

.left-nav-wrapper {
  background: #212A2ACC;
  margin: 0 0 0 0;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  overflow: hidden;
}

.left-nav-header {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: #FDCDAA;
}

.home-scrollable-content {
  display: flex;
  overflow-y: auto;
  scroll-behavior: smooth !important;
  /*flex-direction: column-reverse;*/
  height: calc(100svh - 75px - 125px); /* 100vh minus header & input heights */
  width: 100%;
}

.home-scrollable-inner-content {
  display: grid;
  grid-template-columns: 1fr 360px;
  padding-right: 40px;
  width: 100%;
}

.home-mid-content {
  margin: 0 40px 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.home-right-content {
  margin: 0 0 0 0;
  position: relative;
}

.home-right-inner-content {
  position: fixed;
  top: 10svh;
  min-width: 350px;
  /*right: 0;*/
  /*width: 450px;*/
  /*margin-right: 40px;*/
}

.song-lyrics-edit-btn {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 5px;
  margin: 5px;
  z-index: 10;
  border-radius: 10px;
  opacity: .7;
}

.song-lyrics-edit-btn:hover {
  /*background-color: #ffffff1a;*/
  opacity: 1;
}

.song-lyrics-edit-btn svg {
  width: 18px;
  height: 18px;
}

.song-lyrics-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  margin: 5px;
  z-index: 10;
  border-radius: 10px;
  opacity: .7;
}

.song-lyrics-close-btn:hover {
  /*background-color: #ffffff1a;*/
  opacity: 1;
}

.song-lyrics-close-btn svg {
  width: 22px;
  height: 22px;
}

.song-lyrics-outer-content {
  background-color: #212A2ACC;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 10px 5px;
  opacity: 0;
  display: none;
  transition: opacity 400ms ease-in-out;
}

.song-lyrics-outer-content.loaded {
  opacity: 1;
}

.song-lyrics-content {
  max-height: 69svh;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

.song-lyrics-content h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.song-lyrics-genre {
  font-size: 13px;
  margin-bottom: 20px;
}

.song-lyrics {
  overflow-y: auto;
  height: 100%;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 5%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 5%);
  padding-right: 12px;
  margin-right: -12px;
  padding-bottom: 20px;
}

.collapse-btn {
  color: #fff;
}

.collapse-btn.rotated svg {
  rotate: 180deg;
}

.projects-nav-item {
  padding: 12px 15px;
  display: block;
  text-decoration: none;
  background-color: transparent;
}

.projects-nav-item.active, .projects-nav-item:hover {
  background-color: #ffffff1a;
}

.projects-nav-item-inner {
  display: grid;
  grid-template-columns: 42px 1fr;
}

.projects-nav-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.projects-nav-photo div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects-nav-content {
  margin-left: 12px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects-nav-content strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-bottom: 2px;
}

.projects-nav-content span {
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-projects-btn {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 10px 21px;
  display: block;
  font-weight: 500;
  border-radius: 12px;
  margin: 7px 7px;
  border-radius: 35px;
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
}

.add-projects-btn:hover {
  opacity: .9;
}

.add-projects-btn svg {
  vertical-align: bottom;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

hr {
  opacity: .07;
  margin: 0;
}

hr.brighter {
  opacity: .15;
}

.manage-nav-wrapper {
  padding-bottom: 20px;
}

.listen-nav-wrapper {
  padding-bottom: 15px;
}

.manage-nav-wrapper a, .listen-nav-wrapper a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  display: block;
  font-weight: 300;
  background-color: transparent;
}

.manage-nav-wrapper a:hover, .listen-nav-wrapper a:hover {
  background-color: #ffffff1a;
}


.manage-nav-wrapper a svg, .listen-nav-wrapper a svg {
  vertical-align: bottom;
  margin-right: 5px;
}

.chat-messages {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.chat-messages.loaded {
  opacity: 1;
}


.chat-message-other-writer {
  background-color: #212A2ACC;
  margin: 0 auto 20px 0;
  padding: 15px 15px 15px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* Used bgs here as filter blur performs horribly when scrolling */
  /*background-image: url('../img/chat-bubble-bg-1.png');*/
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: center;
  font-size: 15px;
  width: 430px;
  max-width: 90%;
}

.chat-message-other-writer.warning-msg {
  background-color: #382D2B;
}

.chat-message-me {
  /*background: linear-gradient(45deg, #AB5A28 0%, #EC9C62 100%);*/
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  margin: 0 0 30px 60px;
  padding: 15px 25px 12px 15px;
  border-radius: 15px;
  /*-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  /* Used bgs here as filter blur performs horribly when scrolling */
  /*background-image: url('../img/chat-bubble-bg-2.png');*/
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: center;
  align-self: flex-end;
  font-size: 15px;
}

.loading-msg {
  animation-name: opacity-blink;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  opacity: 1;
}

@keyframes opacity-blink {
  0% {opacity: .95}
  50% {opacity: .85}
  100% {opacity: .95}
}

@keyframes opacity-blink-strong {
  0% {opacity: .95}
  50% {opacity: .65}
  100% {opacity: .95}
}

.chat-message-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.chat-message-photo div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chat-message-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0 5px 15px;
  font-weight: 300;

}

.chat-message-content br {
  content: "";
  margin: 3px;
  display: block;
  font-size: 24%;
}

.chat-message-content p {
  margin: 0 0 15px 0;
}

.chat-message-content p:last-child {
  margin-bottom: 0;
}

.song {
  background-color: #ffffff21;
  padding: 8px;
  border-radius: 13px;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.song.playing {
  /*background: repeating-linear-gradient(45deg, #ef834c30, #dd612629 50px);*/
  background-image: url('../img/sound-wave.svg?50');
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 200px;
  animation-name: song-playing;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #1b2323;
}

@keyframes song-playing {
  0% {background-position-x: 0}
  100% {background-position-x: 200px}
}

@keyframes song-playing-medium {
  0% {background-position-x: 0}
  100% {background-position-x: 270px}
}

.tracks-modal-item .song.playing, .tracks-content-item .song.playing, .listen-more-item .song.playing, .track-distribute-form .song.playing {
  background-color: #27201e;
}

.billboard-item .song.playing {
  background-color: #1b2323;
}

.share-player-wrapper .song.playing {
  animation-name: song-playing-larger;
  background-size: 624px;
  background-color: #ffffff0f;
}

@keyframes song-playing-larger {
  0% {background-position-x: 0}
  100% {background-position-x: 624px}
}

.btn {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  margin: 0 8px 0 0;
  text-decoration: none;
  border: none;
}

.btn.large, .btn-alt.large, .btn-alt-2.large {
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
}

button.btn.large, button.btn-alt.large, button.btn-alt-2.large {
  font-weight: 400;
}

.btn[disabled="disabled"], .btn-alt[disabled="disabled"], .btn-alt-2[disabled="disabled"],.btn:hover[disabled="disabled"], .btn-alt:hover[disabled="disabled"], .btn-alt-2:hover[disabled="disabled"] {
  opacity: .7;
  cursor: default;
}


.btn.disabled, .btn-alt.disabled, .btn-alt-2.disabled, .btn:hover.disabled, .btn-alt:hover.disabled, .btn-alt-2:hover.disabled {
  opacity: .7;
  cursor: default;
}

.btn.full-width, .btn-alt.full-width, .btn-alt-2.full-width {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.btn:hover {
  opacity: .9;
}

.btn svg {
  margin-right: 6px;
}

.btn-alt {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 20px;
  color: #fff;
  font-family: "Lato", serif;
  font-weight: 400;
  /*background-color: #0000003d;*/
  /*background-color: #2b2b2b;*/
  background-color: transparent;
  font-size: 12px;
  cursor: pointer;
  margin: 0 8px 0 0;
  text-decoration: none;
  border: 1px solid #ffffff8c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.btn-alt:hover {
  opacity: .9;
}

.btn-alt svg {
  margin-right: 6px;
}

.btn-alt-2 {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  font-family: "Lato", serif;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid #ffffff8c;
  color: #F2E8E3;
  font-size: 12px;
  cursor: pointer;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.btn-alt-3 {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  color: #F2E8E3;
  font-size: 12px;
  cursor: pointer;
  margin: 0 0 0 0;
  text-decoration: none;
  border: none;
}

.btn-alt-2:hover {
  opacity: .9;
}

.btn-alt-2 svg, .btn-alt-3 svg {
  margin-right: 6px;
}

.song-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.chat-message-content .song {
  margin-bottom: 10px;
}

.chat-message-content .song-actions {
  border-bottom: 1px solid #ffffff21;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.chat-message-content .song-actions:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.song-actions a, .song-preactions a {
  margin: 0 10px 10px 0;
  padding: 6px 15px;
}

.song-actions p, .song-preactions p {
  width: 100%;
  margin-bottom: 10px;
}

.song-reprompt-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #ffffff21;
  border-radius: 13px;
  padding: 8px;
  margin-bottom: 0;
}

.song-reprompt-options a {
  margin-bottom: 0;
}

.song-reprompt-options label {
  margin: 0 8px 0 8px;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  cursor: pointer;
}

/* Enhanced checkbox styles for song options (brand orange) */
.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.checkbox-label .song-option-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #ffffff8c;
  border-radius: 6px;
  background: #0b1020;
  display: inline-block;
  position: relative;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 80ms ease;
  vertical-align: middle;
}

.checkbox-label .song-option-checkbox:hover {
  border-color: #b1bac7;
}

.checkbox-label .song-option-checkbox:active {
  transform: scale(0.96);
}

.checkbox-label .song-option-checkbox:focus-visible {
  outline: none;
}

/* Fallback for browsers without :focus-visible */
.checkbox-label .song-option-checkbox:focus {
  outline: none;
}

.checkbox-label .song-option-checkbox:checked {
  border-color: #80372E; /* align border with darker gradient stop */
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3 8.5l3 3 7-7' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>"),
    linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 12px 12px, 100% 100%;
}

/* Disabled state (if ever applied) */
.checkbox-label .song-option-checkbox:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .checkbox-label .song-option-checkbox {
    transition: none;
  }
}

.song-preactions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.distribute-btn.show-tooltip:hover {
  opacity: 1;
}

.song-main-controls {
  display: grid;
  grid-template-columns: 26px 1fr 26px 26px;
  align-items: center;
}

.song-scrubber {
  margin: 12px 4px 2px 4px;
  background-color: #00000024;
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
}

.song-scrubber div {
  width: 0%;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}

.song-play-pause-btn {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('../img/play-btn.svg');
  background-size: 100%;
}

.song-play-pause-btn[data-song-id=""] {
  opacity: .5;
}

.playing .song-play-pause-btn {
  background-image: url('../img/pause-btn.svg');
}

.song-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  padding-right: 8px;
}

.song-inner strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 3px;
}

.chat-message-content .song-inner strong {
  margin-bottom: 0;
}

.song-title-rename {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.song-title-rename-btns {
  display: flex;
  display: none;
  align-items: center;
  justify-content: end;
}

.song-title-rename-btns a {
  display: block;
}

.song-title-rename-btns a svg {
  margin: 3px 3px;
}

.song-title-rename.editing {
  flex-direction: row;
  align-items: normal;
}

.song-title-rename.editing strong {
  -webkit-line-clamp: none;
  outline: none;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 1px 4px;
  min-width: 30px;
  margin-right: 6px;
}

.song-title-rename-edit-icon {
  opacity: .7;
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-left: 3px;
  align-self: normal;
  display: block;
}

.song-inner span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
}

.song-fav-btn {
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  opacity: .5;
  background-image: url('../img/fav-star.svg');
  background-repeat: no-repeat;;
  background-position: center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  transition: transform 300ms;
  padding: 4px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.song-fav-btn:hover {
  opacity: 1;
}

.song-fav-btn.faved, .song-fav-btn.faved:hover {
  opacity: 1;
  background-image: url('../img/fav-star-filled.svg');
}

.song-fav-btn.scaling {
  transform: scale(1.5) rotate(90deg) translateY(0px);
}

.song-fav-btn svg {
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  color: #fff;
}

.song-generation-good-btn.enabled {
  background-color: #fff;
  color: #000;
  transition: background-color 500ms, color 500ms;
}

.song-generation-bad-btn.enabled {
  background-color: #fff;
  color: #000;
  transition: background-color 500ms, color 500ms;
}

.favorites-tooltip {
  position: absolute;
  bottom: -50px;
  right: -35px;
  width: max-content;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.favorites-tooltip.tooltip-above {
  top: -50px;
  bottom: auto;
}

.distribute-btn.show-tooltip {
  position: relative;
  overflow: visible;
}

.distribute-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 70%;
  transform: translateX(-50%);
  display: block;
  max-width: 200px;
  width: max-content;
  white-space: normal;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 1000;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.my-tracks-btn {
  background-color: transparent;
  transition: background 500ms;
}

.my-tracks-btn.fav-added {
  background: #CD3E17;
}


.song-more-btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.song-more-btn svg {
  vertical-align: bottom;
  width: 18px;
  height: 18px;
}

.song-more-menu {
  position: absolute;
  top: 40px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #212a2a;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px -3px #000;
  display: none;
  z-index: 3;
}

.song-more-menu.menu-above {
  bottom: 40px;
  top: auto;
}

.tracks-body-wrapper .song-more-menu {
  background-color: #27201e;
}

.share-player-wrapper .song-more-menu {
  top: 55px;
}

.chat-message-content .song-more-menu.menu-above {
  bottom: 55px;
}

.song-more-menu a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 5px 7px;
  margin: 2px;
  display: block;
  font-weight: 300;
  border-radius: 4px;
  transition: background 500ms;
}

.submit-charts-btn.disabled {
  opacity: .7;
}

.song-more-menu a svg {
  vertical-align: bottom;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

.song-more-menu a:hover {
  background-color: #ffffff21;
}

.song-more-menu a.copy-track-btn.copying, .song-more-menu a.copy-track-btn.copying:hover, .song-more-menu a.copy-prompt-btn.copying, .song-more-menu a.copy-prompt-btn.copying:hover {
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%)
}

.chat-textarea-outer-wrapper {
  /* Warning: Do not change this to "sticky" for mobile as it breaks things (b/c our body is overflow hidden */
  position: fixed;
  bottom: 20px;
  left: 0;
  padding: 0 360px 0 360px;
  width: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.chat-textarea-outer-wrapper.loaded {
  opacity: 1;
}

.chat-textarea-wrapper {
  background-color: #212A2ACC;
  margin: 0 0 20px 0;
  padding: 10px 10px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-bottom: 0;
}

.chat-textarea-wrapper.blinking {
  animation-name: textarea-blink;
  animation-duration: 1500ms;
  animation-delay: 1500ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

@keyframes textarea-blink {
  0% {background-color: #212A2ACC}
  25% {background-color: #424341}
  100% {background-color: #212A2ACC}
}

.song-create-attachments {
  position: absolute;
  top: -12px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 8px;
}

.chat-textarea-wrapper .song-create-attachments svg {
  vertical-align: bottom;
  width: 14px;
  height: 14px;
  margin-right: 1px;
}

.chat-textarea-wrapper .song-create-attachments .attachment-item {
  display: flex;
  align-items: center;
  margin-right: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  padding: 3px 3px 3px 6px;
  box-shadow: 1px 1px 35px -10px #000;
  cursor: pointer;
  user-select: none;
  display: none;
}

.chat-textarea-wrapper .song-create-attachments .attachment-item a svg {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 0;
  vertical-align: top;
}

.chat-textarea-inner-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}

.chat-textarea {
  font-family: "Lato", serif;
  font-weight: 300;
  border-radius: 10px;
  border: none;
  color: #fff;
  resize: none;
  outline: none;
  font-size: 15px;
  padding: 12px 15px;
  height: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80svh;
  min-height: 18px;
  box-shadow: inset 1px 1px 1px 0 #1414147a, inset -1px -1px 1px #ffffff1a;
  box-sizing: content-box;
  transition: background-color 500ms;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  scrollbar-color: #ffffff7d transparent;
  scrollbar-width: thin;
  margin-bottom: 8px;
}

.chat-textarea.recording {
  background-image: url('../img/sound-wave.svg?50');
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 200px;
  animation-name: song-playing;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-color: #1b2323;
}

.chat-textarea::placeholder {
  color: #ffffffc2;
}

.chat-textarea:focus {
  background-color: #4e4e4e4a;
}

.chat-textarea-wrapper svg {
  margin: 0 auto 0 auto;
  width: 22px;
  height: 22px;
}

.chat-texarea-bottom-btns {
  display: flex;
  flex-direction: row;
  padding: 2px 0 2px;
}

.chat-texarea-bottom-btns button svg {
  width: 20px;
  height: 20px;
}

.prompt-submit {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
}

.prompt-submit.ready {
  opacity: 1;
}

.voice-to-text-btn {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
  margin-left: auto;
}

.add-attachment {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
}

.add-attachment.item-attached {
  opacity: 1;
  background-color: #fff;
}

.add-attachment.item-attached .file-attached-icon {
  display: block;
}

.add-attachment.item-attached .file-plus-icon {
  display: none;
}

.file-attached-icon {
  display: none;
}

.add-attachment-description {
  position: absolute;
  bottom: 45px;
  left: 0px;
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  max-width: 210px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 35px -10px #000;
  display: none;
}

.upload-song-file {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
}

.upload-song-file.item-attached {
  opacity: 1;
  background-color: #fff;
}

.upload-song-file.item-attached .file-music-attached-icon {
  display: block;
}

.upload-song-file.item-attached .file-music-icon {
  display: none;
}

.file-music-attached-icon {
  display: none;
}

.upload-song-file-description {
  position: absolute;
  bottom: 45px;
  left: 30px;
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  max-width: 210px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 35px -10px #000;
  display: none;
}

.instrumental-only-description {
  position: absolute;
  bottom: 45px;
  left: 60px;
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  max-width: 230px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 35px -10px #000;
  display: none;
}

.prompt-suggestion-description {
  position: absolute;
  bottom: 45px;
  left: 60px;
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  max-width: 230px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 35px -10px #000;
  display: none;
}

.no-artist-styles-description {
  position: absolute;
  bottom: 45px;
  left: 90px;
  background-color: #fff;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  max-width: 300px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 35px -10px #000;
  display: none;
}

.instrumental-only {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
}

.instrumental-only.toggled {
  background-color: #fff;
}

.instrumental-only-on {
  display: none;
}

.instrumental-only.toggled {
  opacity: 1;
}

.instrumental-only.toggled .instrumental-only-off {
  display: none;
}

.instrumental-only.toggled .instrumental-only-on {
  display: block;
}

.no-artist-styles {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
}

.no-artist-styles.toggled {
  background-color: #fff;
}

.no-artist-styles-off {
  display: block;
}

.no-artist-styles-on {
  display: none;
}

.no-artist-styles.toggled .no-artist-styles-off {
  display: none;
}

.no-artist-styles.toggled .no-artist-styles-on {
  display: block;
}

.prompt-suggestion {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 3px 3px 3px 3px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: .75;
  transition: opacity 500ms;
  position: relative;
  border-radius: 3px;
  transition: background-color 300ms ease-in-out;
}

.prompt-suggestion.clicked {
  background-color: #fff;
  color: #000;
}

.prompt-suggestion-off {
  display: block;
}

.prompt-suggestion-on {
  display: none;
}

.prompt-suggestion.clicked .prompt-suggestion-off {
  display: none;
}

.prompt-suggestion.clicked .prompt-suggestion-on {
  display: block;
}

.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #ffffff81;
  width: 100%;
}

.agreement-usage-text {
  color: #ffffffb0;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.modal-form p.sign-up-agreement-text {
  color: #F2E8E3;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 10px 0 0;
  line-height: 18px;
}

.modal-form p.sign-up-agreement-text a {
  color: #F2E8E3;
}

.page-distribute .footer, .page-account .footer, .page-billing .footer, .page-royalties .footer, .page-ai-cowriter-onboard .footer, .page-ai-cowriter-edit .footer, .page-ai-cowriter-dashboard .footer, .page-download .footer, .page-terms .footer, .page-privacy-policy .footer, .page-dmca .footer, .page-acceptable-use-policy .footer, .page-upload-finished-track .footer, .page-contact .footer, .page-faq .footer {
  position: relative;
  background-color: #000;
}

.page-tracks .footer, .page-admin-import-royalties .footer, .page-admin-dashboard .footer, .page-admin-ai-cowriters .footer, .page-admin-ai-cowriter-applications .footer, .page-api-docs .footer {
  display: none;
}

.footer-inner {
  padding: 20px 40px;
  text-align: center;
  font-size: 12px;
}

.ai-working-loading {
  margin: 2px 4px 2px 4px;
  background-color: #00000024;
  height: 4px;
  border-radius: 10px;
}

.ai-working-loading div {
  width: 1%;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
  transition: width 2500ms;
}

.distribute-submission-progress-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

.distribute-submission-progress-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  color: #FDCDAA;
  margin-bottom: 10px;
}

.distribute-submission-progress-wrapper p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.progress-bar {
  width: 100%;
  height: 15px;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 2px;
  animation-name: opacity-blink-strong;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  opacity: 1;
}

.progress-bar-fill {
  height: 100%;
  background-color: #fff;
  transition: width 1000ms;
  width: 1%;
  border-radius: 10px;
}

.progress-text {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}




.billing-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  display: none;
}

.billing-modal-inner {
  max-width: 800px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 50px 30px 50px 50px;
  color: #000;
  clear: both;
}

.billing-close {
  float: right;
  padding: 10px;
}

.page-content-billing h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
  float: left;
  color: #FDCDAA;
}

.page-content-royalties h2, .page-content-ai-cowriter-dashboard h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
  color: #FDCDAA;
}

.page-content-api-key-management h1 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.billing-modal-inner p {
  font-size: 15px;
  color: #000;
  margin: 0 0 12px 0;
  opacity: .6;
}

.projects-modal, .tracks-modal, .edit-song-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.projects-modal-tabs {
  margin: 5svh auto 0;
  max-width: 800px;
}

.projects-modal-tabs ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 20px;
  padding: 0;
}

.projects-modal-tabs ul li {
  font-size: 13px;
  margin-left: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.projects-modal-tabs ul li a {
  padding: 6px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #F2E8E3;
  background-color: #111F1F;
  text-decoration: none;
  display: block;
}

.projects-modal-tabs ul li a.active {
  background-color: #212A2ACC;
}

.projects-modal-inner, .edit-song-modal-inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 50px 30px 10px 50px;
  color: #000;
  clear: both;
  position: relative;
}

.edit-song-modal-inner {
  margin-top: 5svh;
  padding: 30px;
}

.projects-close, .edit-song-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#archived-projects-tab-content {
  display: none;
}

.tracks-modal-inner {
  max-width: 840px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  /*background-image: url(../img/chat-bubble-bg-1.png);*/
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px -1px 1px 0 #1414147a, inset 1px 1px 1px #ffffff1a, 0 2px 15px -5px #000;
  border-radius: 15px;
  padding: 30px 20px 20px 30px;
  color: #000;
  clear: both;
}

.tracks-bottom-controls {
  margin: 10px auto 15px;
  background-color: #ffffff14;
  /* background-image: url(../img/chat-bubble-bg-1.png); */
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50px;
  padding: 15px;
  display: flex;
}

.tracks-bottom-controls-floating-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 0;
  z-index: 3;
}

.tracks-bottom-controls-floating-wrapper .tracks-bottom-controls {
  max-width: 1340px;
}

.tracks-bottom-controls .song-scrubber {
  margin: 0;
  height: 8px;
  padding: 2px;
}

.tracks-bottom-left {
  display: flex;
  padding-right: 12px;
}

.tracks-bottom-left .song-play-pause-btn {
  width: 42px;
  height: 42px;
  background-size: 100%;
}

.tracks-bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-right: 10px;
}

.tracks-bottom-right-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.tracks-bottom-right-top strong {
  font-size: 13px;
  font-weight: 500;
}

.tracks-bottom-right-top span {
  font-size: 12px;
  font-weight: 300;
}

.projects-modal-inner-scroll, .archived-projects-modal-inner-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 40svh;
  max-height: 60svh;
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100px);
  padding-bottom: 50px;
  padding-right: 20px;
  scrollbar-color: #ffffff7d transparent;
  scrollbar-width: thin;
}

/*.projects-modal-inner-scroll::-webkit-scrollbar, .archived-projects-modal-inner-scroll::-webkit-scrollbar {
  width: 8px;
}

.projects-modal-inner-scroll::-webkit-scrollbar-track, .archived-projects-modal-inner-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.projects-modal-inner-scroll::-webkit-scrollbar-thumb, .archived-projects-modal-inner-scroll::-webkit-scrollbar-thumb {
  background: #ffffff3b;
  border-radius: 4px;
}

.projects-modal-inner-scroll::-webkit-scrollbar-thumb:hover, .archived-projects-modal-inner-scroll::-webkit-scrollbar-thumb:hover {
  background: #ffffff50;
}*/


.tracks-modal-inner-scroll {
  /* This cuts off tooltips */
  /*overflow-x: hidden;
  overflow-y: auto;*/
  /*max-height: 65svh;*/
  /*-webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50px);
  padding-bottom: 30px;*/
  margin-bottom: 300px;
}

.tracks-close {
  float: right;
  padding: 10px;
}

.projects-modal-inner h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.tracks-modal-inner h2 {
  font-size: 36px;
  color: #FDCDAA;
  margin: 0 0 20px 0;
}

.edit-song-modal-inner h2 {
  font-size: 24px;
  color: #FDCDAA;
  margin: 0 0 5px 0;
}

.edit-song-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 20px 0;
}

.projects-modal-inner p, .tracks-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 40px 0;
}

.projects-modal-item {
  color: #F2E8E3;
  border-radius: 10px;
  border: 1px solid #5E5850;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.projects-modal-item-inner {
  display: grid;
  grid-template-columns: 250px 1fr;
}

.projects-modal-photo {
  width: 100%;
  height: 150px;
}

.projects-modal-photo div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/*.projects-modal-photo div::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 130px 15px;
  border-color: transparent transparent #ffffff transparent;
}*/

.projects-modal-content, .edit-song-modal-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.projects-modal-content strong, .edit-song-modal-content strong {
  padding: 0;
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 700;
}

.project-title-rename {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.project-title-rename-btns {
  display: flex;
  display: none;
  align-items: center;
  justify-content: end;
}

.project-title-rename-btns a {
  display: block;
}

.project-title-rename-btns a svg {
  margin: 3px 3px;
  color: #F2E8E3;
}

.project-title-rename.editing {
  flex-direction: row;
  align-items: normal;
}

.project-title-rename.editing strong {
  -webkit-line-clamp: none;
  outline: none;
  border: 1px solid #989898;
  border-radius: 3px;
  padding: 3px 6px;
  min-width: 30px;
  margin-right: 6px;
}

.project-title-rename-edit-icon {
  opacity: .7;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 6px;
  align-self: normal;
  display: block;
}

.projects-cowriter-name {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 12px 0;
}

.projects-actions-wrapper {
  margin: auto 0 0 0;
  display: flex;
}

.archived-projects-modal-item {
  color: #F2E8E3;
  border-radius: 10px;
  border: 1px solid #5E5850;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  place-content: space-between;
  padding: 15px;
  align-items: center;
}

.archived-projects-left h3 {
  padding: 0;
  margin: 0 0 5px;
  font-size: 17px;
}

.archived-projects-left .projects-cowriter-name {
  margin-bottom: 0;
}

.tracks-modal-item, .billboard-item, .listen-more-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-bottom: 8px;
}

.tracks-content-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-bottom: 8px;
}

.tracks-wrapper {
  border-radius: 11px;

}

.tracks-item-ai-artist-wrapper {
  width: 37px;
  height: 37px;
  overflow: hidden;
  border-radius: 50%;
}

.tracks-item-ai-artist-wrapper div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.tracks-filters-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0 auto 0;
  max-width: 1400px;
  padding: 10px 40px 5px;
}

.tracks-filters-wrapper-inner, .billboard-filters-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 0 0;
}

.tracks-filters-wrapper-inner p, .billboard-filters-wrapper-inner p {
  margin: 0 0 10px 0;
}

.tracks-filters-wrapper h2, .billboard-filters-wrapper h2 {
  color: #FDCDAA;
  margin: 5px auto 5px 0;
  font-size: 36px;
}

.billboard-filters-wrapper h2 {
  color: #fff;
}

.custom-filter-btn {
  display: flex;
  align-items: center;
  padding: 4px 5px 4px 10px;
  border-radius: 20px;
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  cursor: pointer;
  margin: 0 0 0 8px;
  text-decoration: none;
  border: 1px solid #ffffff8c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.custom-filter-btn svg {
  margin: 0 5px;
}

.custom-search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff8c;
  border-radius: 5px;
  padding: 5px 9px 5px 12px;
  border-radius: 35px;
}

.custom-search-wrapper input[type="text"] {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.custom-search-wrapper input:focus {
  outline: none;
}

.custom-search-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0 3px;
  margin: 0;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-search-btn:hover {
  opacity: .9;
}

.custom-search-clear-btn {
  display: flex;
}

.custom-filter-select {
  position: relative;
}

.custom-filter-options {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  background-color: #27201eCC;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow:  0 2px 10px -3px #000;
  display: none;
  z-index: 3;
  width: max-content;
}

.custom-filter-options a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 5px 5px;
  margin: 2px;
  display: flex;
  font-weight: 300;
  border-radius: 4px;
  transition: background 500ms;
  align-items: center;
}

.custom-filter-options a svg {
  margin-right: 5px;
  display: none;
}

.custom-filter-options a.active svg {
  display: flex;
}

.custom-filter-options a:hover {
  background-color: #ffffff21;
}

.custom-filter-options {
  display: none;
}


/* Override background color for billboard */
.billboard-filters-wrapper .custom-filter-options {
  background-color: #212A2ACC;
}

.royalties-table-filters-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 35px auto 15px;
}

.btn.btn-export {
  align-content: center;
  margin-left: 10px;
  margin-right: 0;
}

.billboard-item-ai-artist-wrapper {
  width: 37px;
  height: 37px;
  overflow: hidden;
  border-radius: 50%;
}

.billboard-item-ai-artist-wrapper div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.billboard-item-ai-artist-wrapper div span {
  width: 100%;
  height: 100%;
  background-color: #00000066;
  align-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  font-size: 14px;
  font-weight: 500;
}

.tracks-modal-item .song, .billboard-item .song, .tracks-content-item .song, .listen-more-item .song {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  background-color: #ffffff14;
  color: #fff;
  cursor: pointer;
}

.tracks-header {
  display: grid;
  grid-template-columns: 340px 150px 150px 120px 130px 120px 1fr;
  padding: 12px 8px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.tracks-modal-item .song-main-controls, .tracks-content-item .song-main-controls {
  display: grid;
  grid-template-columns: 40px 300px 150px 150px 120px 130px 120px 1fr 35px 35px;
  width: 100%;
  align-items: center;
}

.billboard-item .song-main-controls, .listen-more-item .song-main-controls {
  display: grid;
  grid-template-columns: 40px 320px 1fr 1fr 35px 35px;
  width: 100%;
  align-items: center;
}

.tracks-modal-item .song-play-pause-btn, .billboard-item .song-play-pause-btn, .listen-more-item .song-play-pause-btn, .tracks-content-item .song-play-pause-btn {
  display: none;
}

.song-inner-genre {
  font-size: 12px;
  font-weight: 300;
  padding-right: 8px;
}

.song-inner-listens {
  font-size: 12px;
  font-weight: 300;
  padding-right: 8px;
}

.song-inner-likes {
  font-size: 12px;
  font-weight: 300;
  padding-right: 8px;
}

.song-inner-created {
  font-size: 12px;
  font-weight: 300;
}

.song-inner-distribution-status {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  padding-right: 8px;
}

.song-inner-popularity {
  margin-right: 20px;
  position: relative;
  border: 1px solid #ffffff21;
  border-radius: 12px;
  padding: 1px;
}

.popularity-outer {
  border-radius: 25px;
  height: 10px;
  padding: 1px;
  width: 100%;
  transition: opacity 500ms;
}

.popularity-inner {
  height: 100%;
  background-color: #ffffff80;
  border-radius: 25px;
  min-width: 5%;
}

.popularity-outer:hover .popularity-inner {
  background-color: #fff;
}

.popularity-tooltip {
  position: absolute;
  top: 25px;
  left: -10px;
  max-width: 250px;
  width: max-content;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.popularity-tooltip.adjust-up {
  top: auto;
  bottom: 20px;
}

.popularity-tooltip h4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 12px;
  display: flex;
}
.popularity-tooltip h4 svg {
  margin: 0 5px 0 0;
}

.distribution-status-icon {
  position: relative;
  display: flex;
  margin-right: 8px;
  cursor: pointer;
}

.charts-status-icon {
  position: relative;
  display: flex;
  margin-right: 8px;
}

.reproduced-version-uploaded-status-icon {
  position: relative;
  display: flex;
  margin-right: 8px;
}

.distribution-status-tooltip {
  position: absolute;
  top: 25px;
  left: -10px;
  width: max-content;
  max-width: 220px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.distribution-status-tooltip.adjust-up {
  top: auto;
  bottom: 20px;
}

.distribution-status-tooltip h4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 12px;
  display: flex;
}
.distribution-status-tooltip h4 svg {
  margin: 0 5px 0 0;
}

.reproduced-version-uploaded-status-tooltip {
  position: absolute;
  top: 25px;
  left: -10px;
  width: max-content;
  max-width: 220px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.reproduced-version-uploaded-status-tooltip.adjust-up {
  top: auto;
  bottom: 20px;
}

.reproduced-version-uploaded-status-tooltip h4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 12px;
  display: flex;
}
.reproduced-version-uploaded-status-tooltip h4 svg {
  margin: 0 5px 0 0;
}

.charts-status-tooltip {
  position: absolute;
  top: 25px;
  left: -10px;
  width: max-content;
  max-width: 220px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.charts-status-tooltip.adjust-up {
  top: auto;
  bottom: 20px;
}

.charts-status-tooltip h4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 12px;
  display: flex;
}
.charts-status-tooltip h4 svg {
  margin: 0 5px 0 0;
}

.new-project-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  display: none;
}

.new-project-modal-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #212A2ACC;
  padding: 40px;
  color: #000;
  clear: both;
  position: relative;
}

.new-project-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.new-project-modal-inner h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.new-project-modal-inner p {
  font-size: 18px;
  color: #F2E8E3;
  margin: 0 0 40px 0;
}

.welcome-back-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  display: none;
}

.welcome-back-modal-inner {
  max-width: 1100px;
  margin: auto auto;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #000;
  clear: both;
  position: relative;
}

.welcome-back-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.welcome-back-modal-inner h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.welcome-back-modal-inner p {
  font-size: 18px;
  color: #F2E8E3;
  margin: 0 0 40px 0;
}

.welcome-back-modal-existing-project {
  display: flex;
  flex-direction: row;
  border: 1px solid #ffffff21;
  padding: 20px;
  border-radius: 12px;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}

.welcome-back-modal-inner .welcome-back-modal-existing-project p {
  margin-bottom: 0;
  line-height: 20px;
}

.welcome-back-modal-existing-project .btn {
  margin: 0;
}

.new-artist-profile-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.new-artist-profile-modal-inner {
  max-width: 600px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #F2E8E3;
  clear: both;
  position: relative;
}

.new-artist-profile-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.new-artist-profile-modal-inner h2 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.new-artist-profile-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.edit-artist-profile-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.edit-artist-profile-modal-inner {
  max-width: 600px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #F2E8E3;
  clear: both;
  position: relative;
}

.edit-artist-profile-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.edit-artist-profile-modal-inner h2 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.edit-artist-profile-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.edit-final-lyrics-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.edit-final-lyrics-modal-inner {
  max-width: 600px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #000;
  clear: both;
  position: relative;
}

.edit-final-lyrics-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.edit-final-lyrics-modal-inner h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.edit-final-lyrics-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.upload-lyrics-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.upload-lyrics-modal-inner {
  max-width: 800px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #000;
  clear: both;
  position: relative;
}

.upload-lyrics-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.upload-lyrics-modal-inner h2 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.upload-lyrics-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.upload-song-file-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.upload-song-file-modal-inner {
  max-width: 800px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #000;
  clear: both;
  position: relative;
}

.upload-song-file-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.upload-song-file-modal-inner h2 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.upload-song-file-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.selected-song-file {
  color: #F2E8E3;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #ffffff21;
  display: flex;
}

.upload-song-dropzone-inner .selected-song-file svg {
  margin-bottom: 0;
  color: #FDCDAA;
  margin-right: 5px;
  align-self: flex-end;
}

.ai-art-creator-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.ai-art-creator-modal-inner {
  max-width: 800px;
  margin: 10svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 40px 50px 30px 50px;
  color: #F2E8E3;
  clear: both;
  position: relative;
}

.ai-art-creator-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.ai-art-creator-modal-inner h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.ai-art-creator-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.ai-art-select-wrapper {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
}

.ai-art-select-wrapper img {
  width: 25%;
  margin: 2px;
  cursor: pointer;
}

.submit-charts-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  display: none;
}

.submit-charts-modal-inner {
  max-width: 580px;
  margin: auto auto;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 30px 30px 30px 30px;
  color: #F2E8E3;
  position: relative;
  line-height: 22px;
}

.submit-charts-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.submit-charts-modal-inner h2 {
  font-size: 22px;
  margin: 0 0 30px 0;
  color: #FDCDAA;
}

.submit-charts-modal-inner ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 15px;
}

.submit-charts-modal-inner p {
  font-size: 15px;
  margin: 20px 0 30px 0;
}

.refer-friend-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.refer-friend-modal-inner {
  max-width: 500px;
  margin: 20svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 30px 30px 30px 30px;
  color: #F2E8E3;
  position: relative;
}

.refer-friend-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.refer-friend-modal-inner h2 {
  font-size: 22px;
  margin: 0 0 30px 0;
  color: #FDCDAA;
}

.refer-friend-modal-inner ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 15px;
}

.refer-friend-modal-inner p {
  font-size: 15px;
  margin: 20px 0 30px 0;
}

.submit-track-teaser-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  margin-bottom: 15px;
  align-items: center;
}

.submit-track-teaser-row svg {
  align-self: flex-start;
  color: #FDCDAA;
}

.submit-track-teaser-row p {
  font-size: 15px;
  margin: 0;
}

.submit-track-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.track-submit-share-options {
  display: flex;
}

.track-submit-share-options .copy-track-btn.copying, .track-submit-share-options .copy-track-btn.copying:hover, .track-submit-share-options .copy-prompt-btn.copying, .track-submit-share-options .copy-prompt-btn.copying:hover {
  background: #666;
}

.submit-track-confirm-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.submit-track-confirm-form label {
  font-size: 15px;
  font-weight: 400;
  color: #F2E8E3;
  margin: 0 0 10px 0;
  display: block;
  width: 50%;
  padding-right: 10px;
}

.submit-track-version-choice {
  width: 100%;
  flex-basis: 100%;
  margin: 10px 0 10px 0;
}

.submit-track-version-choice-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #F2E8E3;
}

.submit-track-version-option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #F2E8E3;
}

.submit-track-version-option:last-child {
  margin-bottom: 0;
}

.submit-track-version-option input[type="radio"] {
  margin-right: 8px;
}

.submit-track-confirm-form input[type="text"] {
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  flex: 1;
  transition: background 500ms;
  width: 100%;
  margin-top: 8px;
}

.submit-track-confirm-form input[type="text"]:focus {
  border: 1px solid #ffffff63;
}

.genre-autocomplete-wrapper {
  position: relative;
}

.genre-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #212A2A;
  border-radius: 3px;
  padding: 10px;
  font-size: 15px;
  color: #F2E8E3;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #F2E8E3 #212A2ACC;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.submit-track-error-msg {
  padding: 10px 15px;
  background-color: #d7bebe;
  margin-bottom: 20px;
  border: 1px solid #ff000069;
  border-radius: 4px;
  color: #780c0c;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.submit-track-loading-msg {
  background-color: #212A2ACC;
  color: #F2E8E3;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 15px;
  border: 1px solid #ffffff33;
}

.submit-track-loading-msg .loading-spinner {
  animation: spin 1s linear infinite;
}

.flag-report-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.flag-report-modal-inner {
  max-width: 600px;
  margin: 20svh auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 30px 30px 30px 30px;
  color: #000;
  position: relative;
}

.flag-report-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.flag-report-modal-inner h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  color: #FDCDAA;
}

.flag-report-modal-inner p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 40px 0;
}

.flag-report-modal-inner label {
  font-size: 15px;
  color: #F2E8E3;
  margin: 20px 0;
  display: block;
}

.flag-report-modal-inner label p {
  margin-bottom: 10px;
}

.flag-report-modal-inner .custom-select {
  max-width: 350px;
  position: relative;
}

.flag-report-modal-inner .custom-select::after {
  content: "";
  width: 0.6em;
  height: 0.4em;
  background-color: #b7bcc7;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  display: block;
  position: absolute;
  top: 17px;
  right: 13px;
}

.flag-report-modal-inner select {
  outline: none;
  width: 100%;
  font-family: "Lato", serif; 
  font-weight: 300;
  font-size: 15px;
  padding: 8px 25px 8px 15px;;
  border-radius: 35px;
  border-color: #5E5850;
  color: #F2E8E3;
  appearance: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.flag-report-modal-inner textarea {
  font-family: "Lato", serif; 
  font-weight: 300;
  font-size: 15px;
  border-color: #5E5850;
  color: #F2E8E3;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  width: 100%;
  max-width: 100%;
  padding: 8px 8px;
  border-radius: 4px;
  outline: none;
}

.flag-report-modal-inner button {
  margin: 0 0 0 auto;
}

.submit-track-success-msg {
  font-size: 15px;
  display: none;
}

.success-message-wrapper {
  color: #F2E8E3;
  font-size: 15px;
  display: none;
}

.cowriter-options-outer {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow-y: auto;
}

/*.cowriter-options {
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 0 0 0;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 20px);
  scrollbar-color: #322c297d transparent;
  scrollbar-width: thin;
}*/

.cowriter-options {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  overflow-y: auto;
  height: 75svh;
  -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1) 20px);
  scrollbar-color: #ffffff5c transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth !important;
}

.welcome-back-modal .cowriter-options {
  height: 55svh;
}

.cowriter-option {
  display: inline-block;
  text-decoration: none;
  border-radius: 13px;
  flex-basis: calc(25% - 15px); /* Calculate width for 4 columns with margin consideration */
  cursor: pointer;
  white-space: normal;
  vertical-align: top;
  overflow: hidden;
  opacity: .8;
  transition: opacity 400ms;
}

.cowriter-option:hover {
  opacity: 1;
}

.cowriter-option-photo {
  width: 100%;
  aspect-ratio: 1/1.2;
  background-color: #3a4ad33b;
  border-radius: 12px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: flex-end;
}

.cowriter-option-photo-inner {
  background-image: linear-gradient(to top, #1b2424, #AB5A2800);
  height: 100%;
  align-content: flex-end;
  border-radius: 12px;
  padding-bottom: 12px;
}

.cowriter-option h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 12px 8px 12px;
}

.cowriter-option p {
  max-width: 100%;
  margin: 0 12px 12px 12px;
  font-size: 15px;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;
  line-clamp: 2;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.new-project-modal-inner .cowriter-option p {
  margin-bottom: 12px;
}

.cowriter-option-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 12px 12px 12px;
}

.cowriter-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  color: #fff;
  text-decoration: none;
  transition: transform 150ms, opacity 200ms;
  flex-shrink: 0;
  gap: 8px;
  font-family: "Inter", Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  transition: opacity 400ms;
}

.cowriter-link:hover {
  opacity: 1;
}

.cowriter-link i,
.cowriter-link svg,
.cowriter-link img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cowriter-link span {
  display: none;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Inter", Inter, sans-serif;
  font-weight: 400;
}

.cowriter-link-website {
  width: auto;
  height: auto;
  margin-right: 8px;
}

.cowriter-link-website span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Inter", Inter, sans-serif;
  font-weight: 400;
}


.cowriter-options-scroll-indicator {
  position: absolute;
  top: 150px;
  right: -15px;
  z-index: 10;
  border-radius: 50%;
  background-color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 15px -5px #000;
  display: none;
}

.cowriter-options-scroll-indicator.left {
  left: -15px;
  right: auto;
}

.cowriter-options-scroll-indicator svg {
  color: #000;
}

.sign-in-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d0806e6;
  background-image: linear-gradient(45deg, rgba(128, 55, 46, 0.5) 0%, rgba(185, 128, 90, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}

.sign-in-modal-inner {
  max-width: 500px;
  margin: 200px auto 0;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 50px;
  color: #F2E8E3;
  position: relative;
}

.sign-in-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.sso-options-wrapper {
  display: block;
  margin-bottom: 25px;
}

.g_id_signin {
  margin-bottom: 10px;
}

#appleid-signin {
  width: 170px;
  height: 32px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.modal-form {

}

.login-confirmation-msg {
  display: none;
}

.distribution-warning {
  background-color: #FFE5CC;
  border: 1px solid #FDCDAA;
  color: #8B4513;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.distribution-warning i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #D2691E;
}

.distribution-warning span {
  flex: 1;
}

.distribution-warning a {
  color: #8B4513;
  font-weight: 500;

}

.submit-track-warning {
  background-color: #FFE5CC;
  border: 1px solid #FDCDAA;
  color: #8B4513;
  padding: 12px 16px;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.submit-track-warning i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #D2691E;
}

.submit-track-warning span {
  flex: 1;
}

.distribution-limit-warning {
  padding: 10px 15px;
  background-color: #d7bebe;
  margin-bottom: 20px;
  border: 1px solid #ff000069;
  border-radius: 4px;
  color: #780c0c;
  font-size: 13px;
  font-weight: 500;
}

.distribution-limit-warning a {
  color: #780c0c;
  text-decoration: underline;
}

.missing-requirements-error {
  padding: 10px 15px;
  background-color: #d7bebe;
  margin-bottom: 20px;
  border: 1px solid #ff000069;
  border-radius: 4px;
  color: #780c0c;
  font-size: 13px;
  font-weight: 500;
}

.form-error-wrapper {
  padding: 10px 15px;
  background-color: #d7bebe;
  margin-bottom: 20px;
  border: 1px solid #ff000069;
  border-radius: 4px;
  color: #780c0c;
  font-size: 13px;
  display: none;
}

.form-error-wrapper h4 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 17px;
}

.form-error-wrapper a {
  color: #780c0c;
}

.form-unsaved-changes-wrapper {
  padding: 10px 15px;
  background-color: #FFE5CC;
  margin-bottom: 20px;
  border: 1px solid #FDCDAA;
  border-radius: 4px;
  color: #8B4513;
  font-size: 13px;
  font-weight: 500;
}

.form-unsaved-changes-wrapper h4 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}

.form-unsaved-changes-wrapper a {
  color: #8B4513;
}

.form-success-wrapper {
  padding: 10px 15px;
  background-color: #b2d2b3;
  margin-bottom: 20px;
  border: 1px solid #113f13;
  border-radius: 4px;
  color: #113f13;
  font-size: 13px;
  display: none;
}

.form-success-wrapper h4 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}

.form-warning-wrapper {
  padding: 10px 15px;
  background-color: #d7d0be;
  margin-bottom: 20px;
  border: 1px solid #ffb00069;
  border-radius: 4px;
  color: #78550c;
  font-size: 13px;
  display: none;
}

.form-warning-wrapper h4 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}

.modal-form h2, .login-confirmation-msg h2 {
  font-size: 36px;
  margin: 0 0 5px 0;
  color: #FDCDAA;
}

.modal-form p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 25px 0;
}

.login-confirmation-msg p {
  font-size: 15px;
  color: #F2E8E3;
  margin: 0 0 0 0;
}

.modal-form input[type="email"] {
  border: 1px solid #ffffff33;
  padding: 12px 20px;
  border-radius: 4px;
  color: #F2E8E3;
  width: 100%;
  font-family: "Lato", serif; 
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 25px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.modal-form input[type="email"]:focus {
  box-shadow: inset 0 0 0 1px #fff;
  /*box-shadow: inset -1px -1px 0px 1px #CD3E17, inset 1px 1px 0px 1px #C79133;*/
}

input::placeholder {
  color: #F2E8E3b8;
}

textarea::placeholder {
  color: #ffffffb5;
}

.modal-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  font-family: "Lato", serif; 
  font-weight: 400;
  font-size: 15px;
  font-weight:  500;
  cursor: pointer;
  margin: 0 0 0 0;
}

.billing-plans {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.plan-option {
  width: 50%;
  padding: 20px;
  margin: 10px 0 15px 0;
  border: 1px solid #ffffff2e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.plan-option.active {
  border: 1px solid #ffffffad;
}

.plan-option-enterprise {
  display: flex;
  flex-direction: column;
  align-items: center;
}

sup {
  vertical-align: top;
}

.royalties-explanation {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  margin: 0 0 0;
  color: #F2E8E3;
}

.billing-plans .plan-option::last-child {
  margin: 20px 0 20px 20px;
}

.plan-option h3 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 19px;
}

.billing-pricing-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 12px;
}

.dollor-symbol {
  opacity: .6;
  font-size: 17px;
  font-weight: 400;
  align-self: flex-start;
  margin-top: 8px;
}

.dollor-amount {
  font-size: 38px;
  font-weight: 500;
}

.billing-period {
  opacity: .6;
  font-size: 12px;
  font-weight: 400;
}

.plan-features {
  margin: 0 0 20px 20px;
  padding: 0;
  font-size: 15px;
  list-style-type: none;
}

.plan-features li {
  margin: 0 0 12px 0;
  line-height: 22px;
}

.plan-features li svg {
  vertical-align: bottom;
  margin: 0 0 0 -20px;
  color: #FDCDAA;
  width: 16px;
  height: 22px;
}

.plan-footnote {
  margin-bottom: 20px; 
  padding: 10px 15px; 
  border: 1px solid #ffffff2e; 
  border-radius: 5px; 
  line-height: 22px;
  font-size: 15px;
}

.manage-subscription-link {
  color: #fff;
  font-size: 13px;
  float: right;
  margin-right: 0;
  padding: 5px 0;
}

.manage-subscription-link.cancel-subscription {
  border: 1px solid #ffffff8c;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 20px;
}

.manage-subscription-link.renew-subscription {
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 20px;
}

.pricing-comparison-table-wrapper {
  margin: 10px auto 5px auto;
  max-width: 980px;
}

.pricing-comparison-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-comparison-table-wrapper table svg {
  color: #FDCDAA;
}

.pricing-comparison-table-wrapper table th {
  background-color: #241c1b;
  padding: 10px 20px;
  text-align: left;
  color:#fff;
}

.pricing-comparison-table-wrapper table th:first-child {
  width: 40%;
}
.pricing-comparison-table-wrapper table th:nth-child(2) {
  width: 20%;
}
.pricing-comparison-table-wrapper table th:nth-child(3) {
  width: 20%;
}
.pricing-comparison-table-wrapper table th:last-child {
  width: 20%;
}

.pricing-comparison-table-wrapper table td {
  background-color: #382d2b;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #ffffff2e;
  vertical-align: text-top;
  font-weight: 400;
  font-size: 14px;
}

.pricing-comparison-table-wrapper table td:first-child {
  font-weight: 600;
}

.pricing-table-note {
  font-size: 12px;
  color: #ffffffb1;
  margin-top: 5px;
  font-weight: 300;
}

.pricing-comparison-table-wrapper table th:first-child {
  border-top-left-radius: 25px;
}

.pricing-comparison-table-wrapper table th:last-child {
  border-top-right-radius: 25px;
}

.pricing-comparison-table-wrapper table tr:last-child td {
  border-bottom: none;
}

.pricing-comparison-table-wrapper table tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}

.pricing-comparison-table-wrapper table tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}

.stripe-pricing-table-wrapper {
  margin: 15px auto 35px auto;
  border-radius: 25px;
  overflow: hidden;
  background-color: #382d2b;
  padding: 20px 0 0;
  max-width: 650px;
}

.num-tracks-used-message {
   font-size: 13px;
   margin: 12px 0 2px;
   clear: both;
}

.num-tracks-used-message svg {
  margin: 0 4px 0 0;
}

.num-tracks-submitted-message {
   font-size: 13px;
   margin: 0 0 2px 0;
   clear: both;
}

.num-tracks-submitted-message svg {
  margin: 0 4px 0 0;
}

.num-releases-distributed-message {
  font-size: 13px;
  margin: 0 0 20px 0;
  clear: both;
}

.num-releases-distributed-message svg {
  margin: 0 4px 0 0;
}

.billing-warning {
  border: 1px solid #da6363;
  background-color: #ff797952;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  margin: 16px 20px 8px 0px;
  padding: 8px 15px;
}

.billing-warning-mini {
  border: 1px solid #da8f63;
  background-color: #da8f6340;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  margin: auto 0 10px 0;
  padding: 8px 12px;
  position: relative;
}

.billing-warning-mini::after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #da8f63;
  background-color: transparent;
}

.billing-notification {
  border: 1px solid #6ea82b;
  background-color: #c1ff7952;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  margin: 16px 20px 8px 0;
  padding: 8px 15px;
  
}

.billing-notification svg {
  margin: 0 0 0 0;
}

.share-player-outer {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.share-player-reproduced-version {
  display: flex;
  flex-direction: row;
  margin: 0px auto 10px 0;
  background-color: #2e2e2e;
  padding: 3px 8px;
  /* border-radius: 0; */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  z-index: 1;
}

.share-player-reproduced-version-text {
  font-size: 11px;
}

.share-player-reproduced-version-icon {
  display: flex;
  margin-right: 5px;
}

.share-player-reproduced-version-icon svg {
  width: 14px;
  height: 14px;
}

.song-prev-btn-wrapper, .song-next-btn-wrapper {
  margin: 24px 30px 0;
}

.song-prev-btn, .song-next-btn {
  border-radius: 50%;
  display: flex;
  padding: 0px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 300;
}

.song-prev-btn:hover, .song-next-btn:hover, .song-prev-btn:active, .song-next-btn:active {
  opacity: .8;
}

.song-next-btn svg {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

.song-prev-btn svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.song-prev-btn.disabled, .song-next-btn.disabled {
  opacity: .5;
}

.share-player-wrapper {
  max-width: 100%;
  width: 600px;
  padding: 6px;
  background-color: #212A2ACC;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 15px;
  margin: 0;
}

.share-player-top {
  display: grid;
  grid-template-columns: 1fr 30px 30px 30px;
  align-items: flex-start;
}

.share-song-controls {
  display: flex;
  flex-direction: row;
  margin: 20px auto 0px;
  justify-content: space-around;
}

.share-player-top .song-inner {
  margin-left: 0;
}

.share-player-top .dislike-btn, .share-player-top .like-btn, .share-player-top .song-more-btn {
  margin-top: 5px;
}

.share-player-wrapper .song-scrubber {
  margin: 20px 0 0;
  height: 8px;
  padding: 2px;
}

.share-player-wrapper .song-inner strong {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 500;
}

.share-player-wrapper .song-inner span {
  font-size: 15px;
}

.share-player-wrapper .song-play-pause-btn {
  width: 37px;
  height: 37px;
  background-size: 100%;
  margin: 0 20px;
}

.share-player-filters-outer {
  max-width: 100%;
  width: 600px;
  padding: 0;
  margin: 0;
  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-player-filters-label {
  margin-right: 10px;
  font-size: 15px;
  align-self: center;
  margin-top: 20px;
  text-shadow: 0 0px 4px #000;
}

.share-player-filters-inner {
  flex: 1;
  display: flex;
  padding: 2px;
  overflow: hidden;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.share-player-filters-inner-scrollable {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x: contain;
  display: flex;
  scrollbar-color: #ffffff5c #322c29ed;
  scrollbar-width: thin;
  padding: 8px 15px 8px 15px;
}

.share-player-filters-inner-scrollable.right-indicator-visible {
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 40px);
}
.share-player-filters-inner-scrollable.left-indicator-visible {
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 40px);
}

.share-player-filter-option {
  font-family: "Lato", serif;
  font-weight: 400;
  border: none;
  background-color: #212a2a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 6px 15px;
  margin: 4px 4px;
  border-radius: 25px;
  font-size: 13px;
  align-content: center;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;

}

.share-player-filter-option.selected {
  background-color: #ffffffed;
  color: #322c29ed;
}

.share-player-filter-option svg {
  display: none;
  margin-right: 4px;
}

.share-player-filter-option.selected svg {
  display: flex;
}

.share-player-filter-scroll-indicator-right {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.share-player-filter-scroll-indicator-right svg {
  margin-left: 2px;
}

.share-player-filter-scroll-indicator-left {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.share-player-filter-scroll-indicator-left svg {
  margin-right: 2px;
}

.share-write-callout {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.share-write-callout .btn {
  font-size: 13px;
  padding: 6px 20px;
}

.share-copy {
  display: flex;
  background-color: #211d1bd6;
  padding: 6px;
  border-radius: 35px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px -1px 1px 0 #1414147a, inset 1px 1px 1px #ffffff1a, 0 2px 15px -5px #000;
  margin: auto 0 0 0;
}

.share-copy input[type="text"] {
  font-family: "Lato", serif;
  font-weight: 300;
  background-color: #0000004a;
  border-radius: 25px;
  border: none;
  color: #fff;
  outline: none;
  font-size: 14px;
  padding: 12px 15px;
  box-shadow: inset 1px 1px 1px 0 #1414147a, inset -1px -1px 1px #ffffff1a;
  box-sizing: content-box;
  width: 300px;
  transition: background 800ms;
}

.share-copy input[type="text"].copying {
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%)
}

.share-copy button {
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}

.share-copy button:active {
  opacity: .5;
}

.referral-link {
  display: flex;
  margin: auto 0 0 0;
}

.referral-link input[type="text"] {
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 300;
  margin: 0 0 0 0;
  font-size: 15px;
  flex: 1;
  transition: background 500ms;
}

.referral-link.copying input[type="text"] {
  background: #B9805A;
}

.referral-link input[type="text"].copying {
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%)
}

.referral-link button {
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  min-width: 80px;
}

.share-copy button:active {
  opacity: .5;
}

.like-btn, .dislike-btn {
  opacity: .5;
  background-image: url('../img/thumbs-up-white.svg');
  background-repeat: no-repeat;;
  background-position: center center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transition: transform 300ms;
  padding: 4px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.dislike-btn {
  background-image: url('../img/thumbs-down-white.svg');
}

.like-btn:hover {
  opacity: 1;
}

.like-btn.liked, .like-btn.liked:hover {
  opacity: 1;
  background-image: url('../img/thumbs-up-filled.svg');
}

.like-btn.scaling {
  transform: scale(1.2) rotate(5deg) translateY(-5px);
}

.dislike-btn:hover {
  opacity: 1;
}

.dislike-btn.disliked, .dislike-btn.disliked:hover {
  opacity: 1;
  background-image: url('../img/thumbs-down-filled.svg');
}

.dislike-btn.scaling {
  transform: scale(1.2) rotate(5deg) translateY(-5px);
}

.page-content-billboard {
  padding: 20px;
}

.page-content-billboard .tracks-bottom-controls {
  max-width: 900px;
  background-color: #212A2ACC;

}

.billboard-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0svh auto 20px;
  height: 65svh;
  background-color: #212A2ACC;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px 10px 10px 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.listen-more-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 20px;
  height: 45svh;
  background-color: #493f398c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px -1px 1px 0 #1414147a, inset 1px 1px 1px #ffffff1a, 0 2px 15px -5px #000;
  border-radius: 15px;
  padding: 20px 20px 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.billboard-wrapper h2 {
  padding: 0;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.listen-more-wrapper h2 {
  padding: 0;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.billboard-tracks-wrapper {
  height: 100%;
  overflow: auto;
  padding: 0 10px 30px 0;
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50px);
}

.listen-more-tracks-wrapper {
  height: 100%;
  overflow: auto;
  padding: 0 10px 30px 0;
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50px);
}

.billboard-filters-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0svh auto 20px;
  max-width: 900px;
}

.billboard-tabs-nav-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
}

.billboard-tabs-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.billboard-tabs-nav li {
  margin: 0 0 0 10px;
}

.billboard-tabs-nav li a {
  display: block;
  text-decoration: none;
  background-color: #493f39;
  box-shadow: inset -1px -1px 1px 0 #1414147a, inset 1px 1px 1px #ffffff1a, 0 2px 15px -5px #000;
  border-radius: 15px;
  padding: 8px 15px 8px 15px;
  font-size: 13px;
  opacity: .6;
  transition: opacity 500ms;
}

.billboard-tabs-nav li a.active, .billboard-tabs-nav li a:hover {
  opacity: 1;
}

.page-content-account, .page-content-error, .page-content-download, .page-content-admin, .page-content-api-key-management, .page-content-contact {
  color: #fff;
  max-width: 900px;
  padding: 20px;
  margin: 30px auto 20px;
}

.page-content-royalties, .page-content-ai-cowriter-dashboard {
  color: #fff;
  max-width: 1100px;
  padding: 20px;
  margin: 30px auto 20px;
}

.page-content-artist-onboard {
  color: #fff;
  max-width: 1100px;
  padding: 20px;
  margin: 30px auto 20px;
}

.page-content-admin.page-content-admin-ai-cowriters, .page-content-admin.page-content-admin-ai-cowriter-applications {
  max-width: 1200px;
}

.page-content-admin-ai-cowriters strong {
  font-weight: 500;
}

.page-content-royalties .btn, .page-content-ai-cowriter-dashboard .btn {
  display: inline-block;
}

.page-content-error h1 {
  font-size: 36px;
  margin: 0 0 15px 0;
  color: #FDCDAA;
}

.page-content-subscription-confirmation {
  color: #fff;
  max-width: 800px;
  padding: 20px;
  margin: 50px auto 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.page-content-subscription-confirmation h1 {
  color: #FDCDAA;
  margin-top: 0;
}

.page-content-subscription-confirmation .btn {
  align-self: flex-end;
}

.page-content-subscription-confirmation .plan-features {
  margin-bottom: 15px;
}

.page-content-download {
  color: #fff;
  max-width: 800px;
  padding: 20px;
  margin: 50px auto 20px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.page-content-download h1 {
  color: #FDCDAA;
  margin-top: 0;
}

.page-content-download .btn {
  align-self: flex-start;
}

.page-content-download p {
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
}

.page-content-download .plan-features {
  margin-bottom: 15px;
}

.export-stems-btn {
  position: relative;
}
.export-stems-btn.loading {
  opacity: 0.7;
  cursor: wait;
}
.btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.cancel-confirm-btn {
  margin-top: 25px;
}

.page-content-distribute {
  color: #fff;
  max-width: 1200px;
  padding: 20px;
  margin: 50px auto 0;
}

.page-content-terms, .page-content-privacy-policy, .page-content-acceptable-use-policy {
  color: #fff;
  max-width: 1200px;
  padding: 20px;
  margin: 50px auto 0;
  font-size: 15px;
}
.page-content-terms h1, .page-content-privacy-policy h1, .page-content-acceptable-use-policy h1 {
  font-size: 32px;
  margin: 0 0 15px 0;
  color: #FDCDAA;
}
.page-content-terms h2, .page-content-privacy-policy h2, .page-content-acceptable-use-policy h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  color: #FDCDAA;
}
.page-content-terms p, .page-content-privacy-policy p, .page-content-acceptable-use-policy p {
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.page-content-terms ul, .page-content-privacy-policy ul, .page-content-acceptable-use-policy ul {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 20px;
  list-style: disc;
  padding-left: 20px;
}
.page-content-terms li, .page-content-privacy-policy li, .page-content-acceptable-use-policy li {
  margin: 0 0 10px 0;
  line-height: 20px;
}
.page-content-terms strong, .page-content-privacy-policy strong, .page-content-acceptable-use-policy strong {
  font-weight: 500;
}

.page-content-terms em, .page-content-privacy-policy em, .page-content-acceptable-use-policy em {
  font-style: italic;
}

.page-content-billing {
  color: #fff;
  max-width: 1200px;
  padding: 20px;
  margin: 20px auto 0;
}

/* Contact page */
.page-content-contact h2 {
  font-size: 36px;
  margin: 0 0 16px 0;
  color: #FDCDAA;
}

.contact-intro {
  margin: 0 0 20px 0;
  color: #F5E4D6;
  max-width: 650px;
}

.contact-form {
  background: rgba(24, 18, 17, 0.92);
  border-radius: 14px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.contact-form-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-form-main {
  flex: 1 1 auto;
}

.contact-sidebar {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-sidebar-card {
  background: rgba(16, 12, 11, 0.95);
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: #F5E4D6;
}

.contact-sidebar-card h3 {
  font-size: 14px;
  margin: 0 0 6px 0;
  color: #FDCDAA;
}

.contact-form-row {
  margin-bottom: 14px;
}

.contact-form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #FDCDAA;
}

.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ffffff33;
  background-color: #0000003d;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
}

.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form-row select {
  padding-right: 32px;
}

.contact-form-row input:focus,
.contact-form-row select:focus,
.contact-form-row textarea:focus {
  outline: none;
  border: 1px solid #ffffff63;
}

.contact-note {
  font-size: 12px;
  color: #C9B6A3;
  margin-top: 6px;
}

.contact-form-actions {
  margin-top: 14px;
  text-align: right;
}

.contact-form-actions .btn {
  min-width: 170px;
}

.contact-alert {
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 14px 0;
  font-size: 14px;
}

.contact-alert strong {
  font-weight: 600;
}

.contact-alert-success {
  background: rgba(15, 80, 56, 0.92);
  border: 1px solid #27c790;
  color: #d8fff1;
}

.contact-alert-error {
  background: rgba(103, 31, 31, 0.92);
  border: 1px solid #ff6b6b;
  color: #ffe0e0;
}

/* FAQ page */
.faq-toc {
  background: rgba(24, 18, 17, 0.92);
  border-radius: 14px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  margin: 30px 0 40px 0;
}

.faq-toc h3 {
  font-size: 18px;
  margin: 0 0 16px 0;
  color: #FDCDAA;
  font-weight: 600;
}

.faq-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.faq-toc ul li {
  margin: 0;
}

.faq-toc ul li a {
  color: #F5E4D6;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 14px;
}

.faq-toc ul li a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FDCDAA;
}

.faq-section {
  margin: 40px 0 0 0;
  scroll-margin-top: 20px;
}

.faq-section:first-of-type {
  margin-top: 30px;
}

.faq-section h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #FDCDAA;
  font-weight: 600;
}

.faq-item {
  margin: 0 0 28px 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-item h4 {
  font-size: 18px;
  margin: 0 0 12px 0;
  color: #FDCDAA;
  font-weight: 600;
}

.faq-item p {
  margin: 0 0 12px 0;
  color: #F5E4D6;
  line-height: 1.6;
  font-size: 15px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item ul {
  margin: 12px 0 12px 20px;
  padding: 0;
  color: #F5E4D6;
  line-height: 1.8;
  font-size: 15px;
}

.faq-item ul li {
  margin: 0 0 8px 0;
}

.faq-item ul li:last-child {
  margin-bottom: 0;
}

.faq-item ul li strong {
  color: #FDCDAA;
  font-weight: 600;
}

.faq-item a {
  color: #FDCDAA;
  text-decoration: underline;
}

.faq-item a:hover {
  color: #fff;
}

.faq-contact-cta {
  margin: 50px 0 30px 0;
  padding: 20px;
  background: rgba(24, 18, 17, 0.92);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.faq-contact-cta p {
  margin: 0;
  color: #F5E4D6;
  font-size: 15px;
}

.faq-contact-cta a {
  color: #FDCDAA;
  text-decoration: underline;
}

.faq-contact-cta a:hover {
  color: #fff;
}

.page-content-tracks {
  color: #fff;
  padding: 10px 40px 20px;
  margin: 0 auto 0;
  overflow: hidden;
  max-width: 1400px;
}

.page-content-tracks h2 {
  margin: 0 0 20px;
  font-size: 22px;
}

.distribute-artist-section h2, .artist-onboard-header h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
  color: #FDCDAA;
}

.artist-onboard-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.artist-onboard-header p {
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 20px;
}

.artist-onboard-header ul {
  margin: 5px 0 20px 0;
  font-size: 15px;
  line-height: 20px;
}

.distribute-artist-section h2.warning {
  color: #FF9900;
}

.distribute-artist-section p {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 20px;
}

.distribute-artist-section {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}

.distribute-status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.distribute-info-rows {

}

.distribute-info-row {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  padding: 30px 0;
  border-bottom: 1px solid #ffffff2e;
  font-size: 15px;
  align-items: start;
}

.distribute-info-row.no-bottom-border {
  border-bottom: none;
}

.song-version-choice {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.distribute-submit-row {
  display: flex;
  padding: 40px 0;
  justify-content: flex-end;
  flex-direction: column;
}

.distribute-submit-row p {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 20px;
}

.distribute-row-header {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff2e;
  padding: 0 0 20px 0;
  margin: 60px 0 0 0;
}

.distribute-info-row .row-value {
  flex-direction: column;
}

.distribute-artist-select-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.distribute-artist-selected {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  padding: 8px 12px 8px 16px;
  border-radius: 40px;
  color: #fff;
  background-color: #0000003d;
  /* background-color: #2b2b2b;
  background-color: transparent;*/
  font-size: 12px;
  cursor: pointer;
  margin: 0 8px 0 0;
  text-decoration: none;
  border: 1px solid #ffffff33;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: fit-content;
}

.uneditable-profile-url {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  color: #F2E8E3;
  width: 100%;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 15px;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  opacity: .6;
}

.artist-select-photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}

.artist-select-photo-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 2px 15px -5px #000;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.artist-select-name {
  text-decoration: none;
  font-size: 15px;
  margin-right: 8px;
  min-width: 150px;
}

.distribute-artist-select {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  padding: 8px 12px;
  border-radius: 9px;
}

.distribute-artist-select:hover {
  background-color: #ffffff1a;
}

.distribute-artist-select svg {
  display: none;
  margin-right: 8px;
}
.distribute-artist-select.selected svg {
  display: block;
}

.distribute-artist-options {
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  background-color: #27201e;
  padding: 5px 5px;
  border-radius: 13px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px -3px #000;
  z-index: 3;
  width: max-content;
  max-height: 250px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
}

.track-distribute-form input[type="text"], .track-distribute-form input[type="email"], .track-distribute-form input[type="date"] {
  /*background-color: transparent;*/
  /* background-color: #ffffff12; */
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 300;
  margin: 0 8px 0 0;
  font-size: 15px;
}

.track-distribute-form input[type="date"] {
  color-scheme: dark;
}

.track-distribute-form input[type="text"]:focus, .track-distribute-form input[type="email"]:focus {
  border: 1px solid #ffffff63;
}

.track-distribute-form select {
  width: fit-content;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #ffffff33;
  border-radius: 4px;
  color: #F2E8E3;
  background-color: #0000003d;
}

.track-distribute-form .song {
  margin-bottom: 0;
}

.genres-group select {
  margin-right: 5px;
}

.cover-art-preview {
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
}

.cover-art-field {
  margin: 0 0 0 0;
}

.cover-art-uploading-msg {
  font-size: 12px;
  display: none;
}

.edit-artist-profile-btn, .edit-lyrics-btn {
  margin-right: 10px;
  position: relative;
}

.edit-artist-profile-btn.disabled {
  color: #ffffff77;
  border-color: #ffffff77;
}

.edit-profile-disabled-tooltip {
  position: absolute;
  bottom: 45px;
  right: -10px;
  width: max-content;
  max-width: 280px;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  z-index: 10;
  line-height: 17px;
  box-shadow: 1px 1px 35px -10px #000;
}

.account-top-basics {
  display: flex;
  margin-bottom: 40px;
}

.account-profile-photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
}

.account-profile-photo-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 2px 15px -5px #000;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.artist-onboard-application-success {
  display: none;
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.artist-onboard-application-success svg {
  margin-right: 10px;
}

.artist-onboard-form-nav {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 20px 0;
}

.ai-cowriter-onboard-form .distribute-info-row {
  grid-template-columns: 250px 1fr;
}

.ai-cowriter-onboard-form .distribute-info-row.one-col {
  grid-template-columns: 1fr;
}

.ai-cowriter-onboard-form .distribute-info-row .row-value {
  overflow: hidden;
}

.ai-cowriter-onboard-form input[type="text"], .ai-cowriter-onboard-form input[type="email"] {
  /*background-color: transparent;*/
  /* background-color: #ffffff12; */
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 300;
  margin: 0 8px 0 0;
  font-size: 15px;
}

.ai-cowriter-onboard-form input[type="text"]:focus, .ai-cowriter-onboard-form input[type="email"]:focus {
  border: 1px solid #ffffff63;
}

.ai-cowriter-onboard-form textarea {
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ai-cowriter-onboard-form textarea:focus {
  border: 1px solid #ffffff63;
}

.ai-cowriter-photo-preview {
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  width: 200px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
}

.ai-cowriter-photo-preview.loading {
  opacity: .5;
  filter: blur(10px);
  animation: blink 2s infinite;
}

.ai-cowriter-photo-field {
  margin: 0 0 20px 0;
}

.ai-cowriter-photo-uploading-msg {
  font-size: 12px;
  display: none;
  margin-bottom: 10px;
}

.alter-photo-ai-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 10px 0;
}

.ai-cowriter-photo-altering-msg {
  font-size: 12px;
  display: none;
  margin-bottom: 10px;
}

.ai-cowriter-onboard-form select {
  width: fit-content;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #ffffff33;
  border-radius: 4px;
  color: #F2E8E3;
  background-color: #0000003d;
}

.ai-cowriter-studio-preview {
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

.ai-cowriter-studio-preview.loading img {
  opacity: .5;
  filter: blur(10px);
  animation: blink 2s infinite;
}

.ai-cowriter-studio-preview-loading-msg {
  font-size: 12px;
  display: flex;
  display: none;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.ai-cowriter-studio-preview.loading .ai-cowriter-studio-preview-loading-msg {
  display: flex;
}

.studio-picker-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 10px;
  overflow-x: auto;
  padding-bottom: 5px; /* Add padding to account for scrollbar */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  max-width: 100%; /* Prevent container from stretching */
  width: 100%; /* Fill available width */
}

.studio-picker-item {
  min-width: 150px; /* Use min-width instead of width */
  height: 100px;
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-shrink: 0; /* Prevent items from shrinking */
}

.studio-picker-item.selected {
  border: 1px solid #fff;
}

.ai-cowriter-studio-designing-msg {
  font-size: 12px;
  display: none;
  margin-bottom: 10px;
}

.account-photo-upload-btn {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #000;
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 15px -5px #000;
}

.photo-replace-form {
  display: none;
}

.account-top-right {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.account-top-name {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.account-top-created {
  font-size: 15px;
  font-weight: 300;
}

.account-tabs {
  margin-bottom: 20px;
}

.account-tabs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.account-tabs ul li {
  margin-bottom: -1px;
}

.account-tabs ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 25px;
  font-size: 15px;
  opacity: .7;
  font-weight: 300;
}

.account-tabs ul li a.active {
  border: 1px solid #fff;
  border-bottom: 1px solid transparent;
  background-color: #2e2624;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
}

.account-info-rows {

}

.account-info-row {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff2e;
  font-size: 15px;
  align-items: center;
}

.row-label {
  font-weight: 400;
}

.row-value {
  font-weight: 300;
  display: flex;
}

.row-description {
  opacity: .8;
  font-size: 14px;
  line-height: 20px;
}

.row-value .edit {
  display: none;
}

.row-action {
  justify-self: flex-end;
  display: flex;
}

.action-btn {
  text-decoration: none;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 7px 15px;
  opacity: 1;
}

.action-btn-alt {
  text-decoration: none;
  font-weight: 300;
  padding: 7px 15px;
  opacity: 1;
}

.edit-cancel, .edit-save {
  display: block;
  display: none;
}

.action-btn.warning, .action-btn-alt.warning {
  color: #fe8725;
  border-color: #fe8725;
}

.row-action a:not(.disabled):hover {
  opacity: .7;
}

.edit input[type="text"], .edit input[type="email"] {
  background-color: #0000003d;
  border: 1px solid #ffffff33;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font-family: "Lato", serif;
  font-weight: 300;
  color: #fff;
  margin: 0 8px 0 0;
  font-size: 15px;
}

.edit input[type="text"]:focus, .edit input[type="email"]:focus {
  border: 1px solid #ffffff63;
}

.edit input[type="email"] {
  width: 260px;
  max-width: 100%;
}

.add-new-artist-profile-form {
  font-size: 15px;
}

.add-new-artist-profile-form .label-vertical strong {
  font-weight: 700;
  margin-bottom: 5px;
}

.add-new-artist-profile-form .label-vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 13px;
}

.add-new-artist-profile-form .label-vertical label {
  display: flex;
  align-items: center;
  opacity: .8;
}

.add-new-artist-profile-form .label-vertical p {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: .8;
}

.add-new-artist-profile-form .label-horizontal {
  margin-bottom: 15px;
  font-size: 13px;
}

.add-new-artist-profile-form input[type="text"] {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  color: #F2E8E3;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 5px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.add-new-artist-profile-form input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px #303849;
}

.add-new-artist-profile-form input[type="text"]:disabled {
  opacity: .5;
}

.add-new-artist-profile-form label p {
  font-size: 13px;
  opacity: .8;
  margin-bottom: 10px;
}

.add-new-artist-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.edit-artist-profile-form {
  font-size: 15px;
}

.edit-artist-profile-form .label-vertical strong {
  font-weight: 700;
  margin-bottom: 5px;
}

.edit-artist-profile-form .label-vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 13px;
}

.edit-artist-profile-form .label-vertical label {
  display: flex;
  align-items: center;
  opacity: .8;
}

.edit-artist-profile-form .label-vertical p {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: .8;
}

.edit-artist-profile-form .label-horizontal {
  margin-bottom: 15px;
  font-size: 13px;
}

.edit-artist-profile-form input[type="text"] {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  color: #F2E8E3;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 5px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.edit-artist-profile-form input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px #303849;
}

.edit-artist-profile-form input[type="text"]:disabled {
  opacity: .5;
}

.edit-save-form {
  display: flex;
  flex-direction: column;
}

.edit-artist-profile-form .edit-save-form .edit input[type="text"], .edit-artist-profile-form .edit-save-form .edit input[type="email"] {
  width: 100%;

}

.edit-artist-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.edit-final-lyrics-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.edit-final-lyrics-form {
  font-size: 15px;
}

.edit-final-lyrics-form label {
  display: flex;
  flex-direction: column;
}

.edit-final-lyrics-form label strong {
  font-weight: 700;
  margin-bottom: 5px;
}

.edit-final-lyrics-form input[type="text"] {
  border: none;
  box-shadow: inset 0 0 0 1px #F2E8E3;
  padding: 7px 10px;
  border-radius: 4px;
  color: #000;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #51545c;
  margin-bottom: 5px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
}

.edit-final-lyrics-form textarea {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #F2E8E3;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  min-height: 40svh;
  resize: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.edit-final-lyrics-form textarea:focus {
  box-shadow: inset 0 0 0 1px #303849;
}

.edit-final-lyrics-form label p {
  font-size: 13px;
  opacity: .8;
  margin-bottom: 25px;
}

.upload-lyrics-submit-wrapper, .upload-song-file-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.upload-lyrics-submit-wrapper .btn, .upload-song-file-submit-wrapper .btn {
  padding: 12px 25px;
  margin-right: 0;
}

.upload-lyrics-submit-wrapper .btn-alt, .upload-song-file-submit-wrapper .btn-alt {
  padding: 12px 25px;
  margin-right: 8px;
}

.upload-lyrics-form {
  font-size: 15px;
}

.upload-lyrics-form label {
  display: flex;
  flex-direction: column;
}

.upload-lyrics-form label strong {
  font-weight: 700;
  margin-bottom: 5px;
}

.upload-lyrics-form input[type="text"] {
  border: none;
  box-shadow: inset 0 0 0 1px #F2E8E3;
  padding: 7px 10px;
  border-radius: 4px;
  color: #000;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #51545c;
  margin-bottom: 5px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
}

.upload-lyrics-form textarea {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #F2E8E3;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  min-height: 40svh;
  resize: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  /* Keep this defined as we use it for math in javascript */
  line-height: 20px;
}

.upload-lyrics-form textarea:focus {
  box-shadow: inset 0 0 0 1px #303849;
}

.upload-lyrics-form label p {
  font-size: 13px;
  margin-bottom: 25px;
}

.upload-song-dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px dashed #5E5850;
  border-radius: 8px;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #181616, #1A1513);
  cursor: pointer;
}

.upload-song-dropzone-inner svg {
  color: #fff;
  margin-bottom: 10px;
}

.upload-song-dropzone-inner p {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.upload-song-file-hint {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #ffffffa6;
}

.upload-finished-track-form.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.upload-finished-track-form.disabled .upload-song-dropzone-inner {
  cursor: not-allowed;
  opacity: 0.5;
}

.upload-finished-track-form.disabled .submit-btn,
.upload-finished-track-form.disabled .remove-finished-track-btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.ai-art-creator-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.ai-art-creator-form {
  font-size: 15px;
}

.ai-art-creator-form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.ai-art-creator-form label strong {
  font-weight: 700;
  margin-bottom: 5px;
}

.ai-art-creator-form input[type="text"] {
  border: none;
  box-shadow: inset 0 0 0 1px #F2E8E3;
  padding: 7px 10px;
  border-radius: 4px;
  color: #000;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #51545c;
  margin-bottom: 5px;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
}

.ai-art-creator-form textarea {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #F2E8E3;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 5px;
  min-height: 25svh;
  resize: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.ai-art-creator-form textarea:focus {
  box-shadow: inset 0 0 0 1px #303849;
}

.ai-art-creator-form label p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 300;
}

.ai-art-creator-form hr {
  opacity: .25;
  margin-bottom: 20px;
}

.ai-art-creator-form .custom-select {
  max-width: 350px;
  position: relative;
}

.ai-art-creator-form .custom-select::after {
  content: "";
  width: 0.6em;
  height: 0.4em;
  background-color: #5E5850;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  display: block;
  position: absolute;
  top: 17px;
  right: 13px;
}

.ai-art-creator-form label select {
  outline: none;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  padding: 8px 25px 8px 15px;;
  border-radius: 35px;
  border-color: #5E5850;
  color: #F2E8E3;
  appearance: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  margin-bottom: 5px;
}

.btn.generate-ai-btn {
  width: fit-content;
  margin: 20px 0 0;
}

.btn.generate-ai-modal-open-btn {
  width: fit-content;
  margin: 20px 0 0;
}

.btn.generate-ai-btn.generating {
  opacity: .7;
  cursor: default;
}

.stripe-account-status-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #5E5850;
}

.stripe-account-status-wrapper p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
}

.stripe-account-status-wrapper p svg {
  width: 16px;
  height: 18px;
  vertical-align: top;
}

.royalties-table-wrapper {
  padding-top: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.royalties-table-wrapper table, .api-keys-table table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  border-radius: 4px;
}

.royalties-table-wrapper table th, .royalties-table-wrapper table td, .api-keys-table table th, .api-keys-table table td {
  white-space: nowrap;
}

.royalties-table-wrapper table tbody tr td, .api-keys-table table tbody tr td {
  background-color: #ffffff14;
  text-wrap: auto;
  max-width: 250px;
}

.royalties-table-wrapper table tbody tr:nth-child(2n) td, .api-keys-table table tbody tr:nth-child(2n) td {
  background-color: #ffffff0d;
}

.royalties-table-wrapper table tr:first-child td:first-child, .api-keys-table table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}

.royalties-table-wrapper table tr:first-child td:last-child, .api-keys-table table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}

.royalties-table-wrapper table tr:last-child td:first-child, .api-keys-table table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.royalties-table-wrapper table tr:last-child td:last-child, .api-keys-table table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.royalties-table-wrapper table th, .api-keys-table table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.royalties-table-wrapper table td, .api-keys-table table td {
  text-align: left;
  padding: 12px 8px;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.royalties-table-wrapper table td:last-child {
  text-align: left;
}

.api-keys-table table th:last-child, .api-keys-table table td:last-child {
  text-align: right;
}

.api-keys-table table td a.btn-alt, .api-keys-table table td a.btn {
  margin-left: 10px;
  display: inline-block;
}

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 300;
}

.pagination-wrapper .pagination-previous-btn, .pagination-wrapper .pagination-next-btn {
  padding: 10px 20px;
  border-radius: 4px;
  color: #ffffff;
}

.pagination-wrapper .pagination-previous-btn.disabled, .pagination-wrapper .pagination-next-btn.disabled {
  opacity: .5;
  cursor: default;
}

.pagination-wrapper .pagination-page-btn {
  padding: 6px 10px;
  border-radius: 4px;
  color: #ffffff;
}

.pagination-wrapper .pagination-page-btn.active {
  background-color: #ffffff;
  color: #000;
}

.admin-import-royalties-content-inner h1 {
  font-size: 32px;
  margin-bottom: 5px;
}

.admin-import-royalties-content-inner p.sub-text {
  font-size: 17px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
}

.admin-import-royalties-content-inner-form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
}

.admin-import-royalties-content-inner-form-row input[type="month"] {
  width: 150px;
  margin-bottom: 0;
}

.admin-import-royalties-content-inner-form-row label {
  margin-bottom: 5px;
  font-weight: 700;
}

.admin-import-royalties-content-inner-form-row input[type="file"] {
  margin-bottom: 0;
}

.admin-import-royalties-content-inner-form-row p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 18px;
}

.admin-import-royalties-content-inner-form-row button[type="submit"] {
  width: fit-content;
  margin: 0 0 20px auto;
}

.admin-imported-royalties-table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}

.admin-imported-royalties-table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.admin-imported-royalties-table td {
  text-align: left;
  padding: 8px 12px;
  border: none;
  font-size: 14px;
  font-weight: 300;
}

.admin-imported-royalties-table td:last-child, .admin-imported-royalties-table th:last-child {
  text-align: right;
}

.admin-imported-royalties-table td a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.admin-imported-royalties-table tbody tr:nth-child(2n) td {
  background-color: #ffffff14;
}

.admin-imported-royalties-table tbody tr:nth-child(2n+1) td {
  background-color: #ffffff0d;
}

.admin-imported-royalties-table tbody tr.error-row td {
  background-color: #ff000014;
}

.admin-imported-royalties-table tbody tr.success-row td {
  background-color: #00ff0014;
}

.admin-imported-royalties-table tbody tr.warning-row td {
  background-color: #ffa50014;
}

.admin-import-royalties-table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  border-radius: 4px;
}

.admin-import-royalties-table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
}

.admin-import-royalties-table td {
  text-align: left;
  padding: 8px 12px;
  border: none;
  font-size: 14px;
  font-weight: 300;
}

.admin-import-royalties-table td:last-child, .admin-import-royalties-table th:last-child {
  text-align: right;
}

.admin-import-royalties-content-inner-form-row .error-message {
  background-color: #ff000014;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ff0000;
  max-height: 190px;
  overflow-y: auto;
}

.admin-import-royalties-content-inner-form-row .error-message p {
  margin: 5px 0;
}

.admin-import-royalties-content-inner-form-row .success-message {
  background-color: #00ff0014;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #00ff00;
}

.admin-import-royalties-content-inner-form-row .success-message p {
  margin: 5px 0;
}

.admin-import-royalties-content-inner-form-row .warning-message {
  background-color: #ffa50014;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ffa500;
}

.admin-import-royalties-content-inner-form-row .warning-message p {
  margin: 5px 0;
}

.page-admin-dashboard .page-content-admin {
  max-width: 1400px;
}

.admin-dashboard-content-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admin-dashboard-content-inner-chart {
  width: 50%;
  height: 40svh;
  padding: 30px;
  margin: 10px;
  border: 1px solid #ffffff0d;
  border-radius: 4px;
}

.admin-dashboard-content-inner-chart.revenue {
  width: 70%;
}

.admin-dashboard-content-inner-chart.donut {
  width: 30%;
}

.admin-dashboard-content-inner-chart canvas {
  
}

.admin-dashboard-top-filters {
  padding: 20px;
  font-size: 13px;
}

.admin-dashboard-top-filters label {
  margin-right: 10px;
}

/* style select a bit */
.admin-dashboard-top-filters select {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ffffff0d;
}

.admin-dashboard-top-filters-refresh {
  margin-left: 10px;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.edit-song-waveform-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow-y: auto;
  margin-bottom: 5px;
}

.upload-lyrics-suggestion-container {
  position: relative;
}

.edit-song-waveform-instructions, .edit-song-suggestions-instructions, .upload-lyrics-suggestions-instructions {
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
  opacity: .5;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.upload-lyrics-suggestions-instructions {
  margin-bottom: 20px;
}

.edit-song-waveform-instructions {
  margin-bottom: 25px;
}

.edit-song-lyrics-loader {
  margin-right: 2px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.blink {
  animation: blink 1s 3;
}

@keyframes blink {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

.edit-song-waveform-container.blinking-loading-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--loading-progress, 0%);
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2)
  );
  transition: width 0.3s ease-out;
  z-index: 1;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.edit-song-form-section {
  padding: 20px 20px 0 20px;
  border: 1px solid #5E5850;
  border-radius: 4px;
  margin-bottom: 25px;
}

.edit-song-waveform ::part(region) {
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 2px #000;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}

.edit-song-waveform ::part(region-content) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 5px;
}

.edit-song-form {
  color: #fff;
}

.edit-song-form label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
}

.upload-lyrics-form label {
  margin-bottom: 8px;
}

.label-right {
  display: flex;
  margin: 0 0 0 auto;
}

.label-section-title {
  margin-right: 5px;
}

.edit-song-waveform-mute-btn, .edit-song-waveform-repeat-btn, .edit-song-reset-lyrics-btn, .edit-song-suggest-lyrics-btn {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  margin-left: 10px;
  opacity: .8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-song-waveform-mute-btn svg, .edit-song-waveform-repeat-btn svg, .edit-song-reset-lyrics-btn svg, .edit-song-suggest-lyrics-btn svg {
  margin-right: 3px;
}

.edit-song-waveform-mute-btn.muted {
  opacity: .6;
}

.edit-song-waveform-repeat-btn.loop-off {
  opacity: .6;
}

.edit-song-suggest-lyrics-btn.suggestions-off {
  opacity: .6;
}

.edit-song-form textarea {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #F2E8E3;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 15px;
  min-height: 155px;
  resize: none;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
}

.edit-song-form textarea:focus {
  border: 1px solid #ffffff63;
}

.edit-song-form textarea.smaller-textarea {
  min-height: 52px;
}

.edit-song-form input[type="number"], .edit-song-form input[type="text"] {
  border: 1px solid #5E5850;
  padding: 7px 10px;
  border-radius: 4px;
  width: 100%;
  font-family: "Lato", serif;
  font-weight: 300;
  font-size: 15px;
  color: #F2E8E3;
  outline: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  width: 200px;
}

.edit-song-form input[type="number"]:focus, .edit-song-form input[type="text"]:focus {
  border: 1px solid #ffffff63;
}

.edit-song-form input[type="number"] {
  width: 90px;
}

.edit-song-form select {
  max-width: 200px;
  font-size: 15px;
  padding: 7px 10px;
  border: 1px solid #ffffff33;
  border-radius: 4px;
  color: #F2E8E3;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  margin-bottom: 25px;
}

.edit-song-field-suffix {
  font-size: 13px;
  color: #F2E8E3;
  margin-left: 2px;
  opacity: .5;
}

.lyrics-suggestion-container {
  position: relative;
}

.lyrics-suggestion {
  position: absolute;
  display: none;
  width: fit-content;
  width: 300px;
  background: #fff;
  color: #000;
  padding: 0;
  font-size: 14px;
  z-index: 100;
  pointer-events: auto; /* Changed from none to auto to make it selectable */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
}

.lyrics-suggestion:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 15px;
  border: 8px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.95);
  transform: translateY(2px);
}

.lyrics-suggestion-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: all 0.2s;
}

.lyrics-suggestion-nav:hover {
  background: #f5f5f5;
  color: #333;
}

.lyrics-suggestion-prev {
  left: -30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.lyrics-suggestion-next {
  right: -30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.lyrics-suggestion-content {
  cursor: pointer;
  padding: 8px 12px
}

.admin-success-message {
  background-color: #00ff0014;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #00ff00;
  margin-bottom: 10px;
}

.api-key-management-actions {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
}

.api-key-management-actions a.btn {
  margin: 0 0 0 auto;
}


/*--------------------
API Documentation Styles
--------------------*/
.api-docs-body-wrapper {
  min-height: 100vh;
}

.page-content-api-docs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}

.api-docs-container {
  display: grid;
  grid-template-columns: 250px 1fr 400px;
  gap: 0;
  margin: 0 auto;
  min-height: calc(100vh - 80px);
}

/* Left Navigation */
.api-docs-nav {
  background: #1A1513;
  color: #fff;
  padding: 2rem 0;
  position: sticky;
  top: 0;
  height: calc(100vh - 80px);
  overflow-y: auto;
}

.api-docs-nav .nav-header {
  padding: 0 1.5rem 2rem;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 2rem;
}

.api-docs-nav .nav-header h3 {
  margin: 0 0 0.5rem;
  font-size: 19px;
  font-weight: 600;
  font-family: "Syne", serif;
  color: #fff;
}

.api-docs-nav .nav-header p {
  margin: 0;
  opacity: 0.8;
  font-size: 14px;
  font-family: "Inter", Inter, sans-serif;
  color: #fff;
}

.api-docs-nav .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.api-docs-nav .nav-links li {
  margin: 0;
}

.api-docs-nav .nav-links a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  font-family: "Inter", Inter, sans-serif;
}

.api-docs-nav .nav-links a:hover {
  background: #382D2B;
  color: #fff;
  border-left-color: #FDCDAA;
}

.api-docs-nav .nav-links a.active {
  background: #382D2B;
  color: #fff;
  border-left-color: #FDCDAA;
  font-weight: 600;
}

/* Main Content */
.api-docs-content {
  padding: 3rem;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

.api-docs-content .content-section {
  margin-bottom: 4rem;
  scroll-margin-top: 2rem;
}

.api-docs-content .content-section h1 {
  color: #FDCDAA;
  font-size: 40px;
  margin: 0 0 1rem;
  font-weight: 700;
  font-family: "Syne", serif;
}

.api-docs-content .content-section h2 {
  color: #fff;
  font-size: 29px;
  margin: 2rem 0 1rem;
  font-weight: 600;
  border-bottom: 2px solid #ffffff1a;
  padding-bottom: 0.5rem;
  font-family: "Syne", serif;
}

.api-docs-content .content-section h3 {
  color: #fff;
  font-size: 22px;
  margin: 1.5rem 0 1rem;
  font-weight: 600;
  font-family: "Syne", serif;
}

.api-docs-content .content-section h4 {
  color: #fff;
  font-size: 18px;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
  font-family: "Syne", serif;
}

.api-docs-content .content-section p {
  font-family: "Inter", Inter, sans-serif;
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}

.api-docs-content .api-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 2rem;
  font-family: "Inter", Inter, sans-serif;
}

.api-docs-content .api-stats {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #1A1513;
  border-radius: 8px;
  border: 1px solid #ffffff1a;
}

.api-docs-content .stat {
  text-align: center;
}

.api-docs-content .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #FDCDAA;
  font-family: "Syne", serif;
}

.api-docs-content .stat-label {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Inter", Inter, sans-serif;
}

.api-docs-content .base-url {
  background: #1A1513;
  color: #fff;
  padding: 1rem;
  border-radius: 6px;
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 14px;
  border: 1px solid #ffffff1a;
}

.api-docs-content .base-url code {
  color: #FDCDAA;
}

.api-docs-content .endpoint-details {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #1A1513;
  border-radius: 6px;
  border: 1px solid #ffffff1a;
}

.api-docs-content .method {
  background: #FDCDAA;
  color: #1A1513;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Monaco', 'Menlo', monospace;
}

.api-docs-content .endpoint {
  font-family: 'Monaco', 'Menlo', monospace;
  font-size: 14px;
  color: #fff;
}

/* Tables */
.api-docs-content .params-table, 
.api-docs-content .response-table, 
.api-docs-content .error-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  background: #1A1513;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border: 1px solid #ffffff1a;
}

.api-docs-content .params-table th, 
.api-docs-content .response-table th, 
.api-docs-content .error-table th {
  background: #382D2B;
  color: #fff;
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Monaco', 'Menlo', monospace;
}

.api-docs-content .params-table td, 
.api-docs-content .response-table td, 
.api-docs-content .error-table td {
  padding: 0.75rem;
  border-bottom: 1px solid #ffffff1a;
  font-size: 14px;
  font-family: "Inter", Inter, sans-serif;
  color: #fff;
}

.api-docs-content .params-table tr:last-child td, 
.api-docs-content .response-table tr:last-child td, 
.api-docs-content .error-table tr:last-child td {
  border-bottom: none;
}

.api-docs-content .params-table tr:nth-child(even), 
.api-docs-content .response-table tr:nth-child(even), 
.api-docs-content .error-table tr:nth-child(even) {
  background: #382D2B;
}

.api-docs-content .params-table code, 
.api-docs-content .response-table code, 
.api-docs-content .error-table code {
  font-family: 'Monaco', 'Menlo', monospace;
  background: #382D2B;
  color: #FDCDAA;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 12px;
}

/* Right Sidebar */
.api-docs-sidebar {
  background: #1A1513;
  border-left: 1px solid #ffffff1a;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

.api-docs-sidebar .code-samples {
  padding: 2rem;
}

.api-docs-sidebar .sample-section {
  margin-bottom: 3rem;
}

.api-docs-sidebar .sample-section h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 1rem;
  font-weight: 600;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 0.5rem;
  font-family: "Syne", serif;
}

.api-docs-sidebar .code-tabs {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff1a;
}

.api-docs-sidebar .tab-btn {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  font-family: "Inter", Inter, sans-serif;
}

.api-docs-sidebar .tab-btn:hover {
  color: #FDCDAA;
}

.api-docs-sidebar .tab-btn.active {
  color: #FDCDAA;
  border-bottom-color: #FDCDAA;
}

.api-docs-sidebar .tab-content {
  display: none;
}

.api-docs-sidebar .tab-content.active {
  display: block;
}

.api-docs-sidebar .tab-content pre {
  background: #000;
  color: #fff;
  padding: 1rem;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
  overflow-x: auto;
  margin: 0;
  font-family: 'Monaco', 'Menlo', monospace;
  border: 1px solid #ffffff1a;
}

.api-docs-sidebar .tab-content code {
  font-family: 'Monaco', 'Menlo', monospace;
  color: #FDCDAA;
  border-radius: 3px;
  font-size: 12px;
}

/* Code Syntax Highlighting */
.api-docs-sidebar .tab-content pre {
  position: relative;
}

/* Keywords and built-in functions */
.api-docs-sidebar .tab-content pre code .keyword,
.api-docs-sidebar .tab-content pre code .const,
.api-docs-sidebar .tab-content pre code .await,
.api-docs-sidebar .tab-content pre code .require,
.api-docs-sidebar .tab-content pre code .if,
.api-docs-sidebar .tab-content pre code .else,
.api-docs-sidebar .tab-content pre code .for,
.api-docs-sidebar .tab-content pre code .while,
.api-docs-sidebar .tab-content pre code .return,
.api-docs-sidebar .tab-content pre code .function,
.api-docs-sidebar .tab-content pre code .class,
.api-docs-sidebar .tab-content pre code .import,
.api-docs-sidebar .tab-content pre code .from,
.api-docs-sidebar .tab-content pre code .as {
  color: #E74C3C;
  font-weight: 600;
}

/* Strings and URLs */
.api-docs-sidebar .tab-content pre code .string,
.api-docs-sidebar .tab-content pre code .url {
  color: #27AE60;
}

/* Numbers */
.api-docs-sidebar .tab-content pre code .number {
  color: #3498DB;
}

/* Comments */
.api-docs-sidebar .tab-content pre code .comment {
  color: #95A5A6;
  font-style: italic;
}

/* Function names and methods */
.api-docs-sidebar .tab-content pre code .function-name,
.api-docs-sidebar .tab-content pre code .method {
  color: #E67E22;
}

/* Object properties and variables */
.api-docs-sidebar .tab-content pre code .property,
.api-docs-sidebar .tab-content pre code .variable {
  color: #8E44AD;
}

/* Operators and punctuation */
.api-docs-sidebar .tab-content pre code .operator,
.api-docs-sidebar .tab-content pre code .punctuation {
  color: #95A5A6;
}

/* HTTP methods */
.api-docs-sidebar .tab-content pre code .http-method {
  color: #2ECC71;
  font-weight: 600;
}

/* Headers */
.api-docs-sidebar .tab-content pre code .header {
  color: #9B59B6;
}

/* JSON keys */
.api-docs-sidebar .tab-content pre code .json-key {
  color: #F39C12;
}

/* JSON values */
.api-docs-sidebar .tab-content pre code .json-value {
  color: #4ECDC4;
}

/* cURL specific */
.api-docs-sidebar .tab-content pre code .curl-command {
  color: #E67E22;
  font-weight: 600;
}

.api-docs-sidebar .tab-content pre code .curl-option {
  color: #F39C12;
}

/* Python specific */
.api-docs-sidebar .tab-content pre code .python-keyword {
  color: #E74C3C;
  font-weight: 600;
}

.api-docs-sidebar .tab-content pre code .python-string {
  color: #27AE60;
}

.api-docs-sidebar .tab-content pre code .python-number {
  color: #3498DB;
}

/* Node.js specific */
.api-docs-sidebar .tab-content pre code .node-require {
  color: #9B59B6;
  font-weight: 600;
}

.api-docs-sidebar .tab-content pre code .node-fetch {
  color: #F39C12;
}

/* General code styling improvements */
.api-docs-sidebar .tab-content pre {
  line-height: 1.6;
  font-size: 12px;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #ffffff1a;
  background: #1A1513;
  color: #fff;
  overflow-x: auto;
  margin: 0;
  font-family: 'Monaco', 'Menlo', monospace;
}

.api-docs-sidebar .tab-content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
}

/*--------------------
AI Cowriter Dashboard Table Styles
--------------------*/
.ai-cowriter-dashboard-revenue-table-wrapper {
  padding-top: 0;
  max-width: 100%;
}

.ai-cowriter-dashboard-revenue-table-wrapper table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  border-radius: 4px;
}

.ai-cowriter-dashboard-revenue-table-wrapper table th, 
.ai-cowriter-dashboard-revenue-table-wrapper table td {
  white-space: nowrap;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tbody tr td {
  background-color: #ffffff14;
  text-wrap: auto;
  max-width: 250px;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tbody tr:nth-child(2n) td {
  background-color: #ffffff0d;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.ai-cowriter-dashboard-revenue-table-wrapper table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.ai-cowriter-dashboard-revenue-table-wrapper table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.ai-cowriter-dashboard-revenue-table-wrapper table td {
  text-align: left;
  padding: 12px 8px;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.ai-cowriter-dashboard-revenue-table-wrapper table td:last-child {
  text-align: left;
}

.ai-cowriter-dashboard-revenue-table-filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-cowriter-dashboard-revenue-table-filters-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ai-cowriter-dashboard-revenue-table-view-all-wrapper {
  text-align: right;
  margin-top: 15px;
}

.ai-cowriter-dashboard-revenue-table-filters-wrapper-inner-left h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.ai-cowriter-dashboard-revenue-table-filters-wrapper-inner-left p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  margin-top: 5px;
  margin-bottom: 10px;
}

.ai-cowriter-dashboard-table-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.ai-cowriter-dashboard-royalties-table-wrapper {
  margin-top: 30px;
}

.ai-cowriter-dashboard-royalties-table-filters-wrapper {
  margin-bottom: 20px;
}

.ai-cowriter-dashboard-royalties-table-filters-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-cowriter-dashboard-royalties-table-filters-wrapper-inner-left h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.ai-cowriter-dashboard-royalties-table-filters-wrapper-inner-left p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  margin-top: 5px;
  margin-bottom: 10px
}

.ai-cowriter-dashboard-royalties-table-view-all-wrapper {
  text-align: right;
  margin-top: 15px;
}

/* Royalties table specific styles */
.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  border-radius: 4px;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table th, 
.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td {
  white-space: nowrap;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tbody tr td {
  background-color: #ffffff14;
  text-wrap: auto;
  max-width: 250px;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tbody tr:nth-child(2n) td {
  background-color: #ffffff0d;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td {
  padding: 12px 8px;
  border-bottom: 1px solid #ffffff0a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td:last-child {
  text-align: left;
}

.ai-cowriter-dashboard-charts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.ai-cowriter-dashboard-chart-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  height: 300px;
}

/* Top Tracks Table Styles */
.ai-cowriter-dashboard-top-tracks-wrapper {
  margin-top: 30px;
}

.ai-cowriter-dashboard-top-tracks-filters-wrapper {
  margin-bottom: 20px;
}

.ai-cowriter-dashboard-top-tracks-filters-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-cowriter-dashboard-top-tracks-filters-wrapper-inner-left h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.ai-cowriter-dashboard-top-tracks-filters-wrapper-inner-left p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  margin-top: 5px;
  margin-bottom: 10px;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-collapse: collapse;
  border-radius: 4px;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table th, 
.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td {
  white-space: nowrap;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tbody tr td {
  background-color: #ffffff14;
  text-wrap: auto;
  max-width: 250px;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tbody tr:nth-child(2n) td {
  background-color: #ffffff0d;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table th {
  text-align: left;
  border: none;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff94;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td {
  padding: 12px 8px;
  border-bottom: 1px solid #ffffff0a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.ai-cowriter-dashboard-top-tracks-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table td:last-child {
  text-align: left;
}

.ai-cowriter-dashboard-top-tracks-view-all-wrapper {
  margin-top: 15px;
  text-align: right;
}

.cowriter-suggestions-modal {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  z-index: 50;
  display: none;
}

.cowriter-suggestions-modal-inner {
  margin: auto auto;
  background-color: #212A2ACC;
  border-radius: 15px;
  padding: 20px;
  color: #F2E8E3;
  position: relative;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cowriter-suggestions-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cowriter-suggestions-modal-inner h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #FDCDAA;
}

.cowriter-suggestions-modal-inner p {
  font-size: 14px;
  margin: 0 0 20px 0;
}

.cowriter-suggestions-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cowriter-suggestions-input-wrapper input {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  border: none;
  color: #F2E8E3;
  font-size: 13px;
  font-weight: 300;
  font-family: "Lato", serif;
  box-shadow: inset 1px 1px 1px 0 #1414147a, inset -1px -1px 1px #ffffff1a;
  box-sizing: content-box;
  background: linear-gradient(45deg, #111F1F 0%, #28221B 100%);
  outline: none;
}

.cowriter-suggestions-input-wrapper button {
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  background: linear-gradient(45deg, #80372E 0%, #B9805A 100%);
  color: #fff;
  font-size: 13px;
  font-family: "Lato", serif;
  cursor: pointer;
}

.chat-textarea-ideas {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff94;
  display: none;
}

.chat-textarea-ideas-label {
  flex-shrink: 0;
  white-space: nowrap;
  padding-bottom: 8px;
}

.chat-textarea-ideas-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  flex: 1;
  min-width: 0;
  padding-bottom: 8px;
  padding-top: 1px;
  margin: 4px 0;
}

.chat-textarea-ideas-scroll::-webkit-scrollbar {
  height: 2px;
}

.chat-textarea-ideas-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.chat-textarea-ideas-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.chat-textarea-ideas-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.chat-textarea-idea-tag {
  flex-shrink: 0;
  padding: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff94;
  font-size: 13px;
  font-weight: 300;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.chat-textarea-idea-tag:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-1px);
}

.chat-textarea-idea-tag:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.15);
}

/* mobile & tablet */
@media (max-width: 1280px) {
  .cowriter-options {
    height: 80svh;
  }
  .cowriter-option {
    flex-basis: calc(33.33333333% - 15px);
  }
  .song-reprompt-options label {
    width: 100%;
    margin: 3px 0;
  }
  .song-reprompt-options a {
    margin-bottom: 10px;
  }
  .song-reprompt-options a:last-child {
    margin-bottom: 0;
  }
  .btn-alt.nav-back-btn {
    padding: 6px 15px;
  }
  .api-keys-table {
    margin: 0 -20px 0 -10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .api-keys-table table {
    min-width: 800px;
    margin: 0;
  }

  .api-keys-table table th,
  .api-keys-table table td {
    padding: 10px 15px;
    font-size: 13px;
  }

  /* API Docs Responsive */
  .api-docs-container {
    grid-template-columns: 200px 1fr 350px;
  }
  
  .api-docs-content {
    padding: 2rem;
  }
  
  .code-samples {
    padding: 1.5rem;
  }
  .pricing-comparison-table-wrapper {
    margin: 0 -20px 0 -10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pricing-comparison-table-wrapper table {
    min-width: 800px; /* Ensure minimum width to prevent squishing */
    margin: 0 0;

  }

  .pricing-comparison-table-wrapper table th,
  .pricing-comparison-table-wrapper table td {
    padding: 10px 15px;
    font-size: 13px;
  }

  .pricing-comparison-table-wrapper table th:first-child {
    width: 35%;
  }

  .pricing-comparison-table-wrapper table th:nth-child(2),
  .pricing-comparison-table-wrapper table th:nth-child(3),
  .pricing-comparison-table-wrapper table th:last-child {
    width: calc(65% / 3);
  }

  /* Contact page */
  .page-content-contact {
    margin: 20px auto 20px;
    padding: 15px;
  }

  .page-content-contact h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .contact-form {
    padding: 18px 16px 16px;
  }

  .contact-form-layout {
    flex-direction: column;
    gap: 18px;
  }

  .contact-sidebar {
    flex: 1 1 auto;
  }

  .contact-sidebar-card {
    font-size: 12px;
  }

  .contact-form-row input,
  .contact-form-row select,
  .contact-form-row textarea {
    font-size: 13px;
  }

  /* FAQ page */
  .faq-toc {
    padding: 18px 16px 16px;
    margin: 25px 0 30px 0;
  }

  .faq-toc h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .faq-toc ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .faq-toc ul li a {
    font-size: 13px;
    padding: 6px 10px;
  }

  .faq-section {
    margin: 30px 0 0 0;
  }

  .faq-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .faq-item {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
  }

  .faq-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .faq-item p,
  .faq-item ul {
    font-size: 14px;
  }

  .faq-contact-cta {
    margin: 40px 0 25px 0;
    padding: 16px;
  }

  .faq-contact-cta p {
    font-size: 14px;
  }

  .studio-picker-container {
    width: calc(100vw - 40px); /* Account for padding */
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .studio-picker-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
  }
  .studio-picker-item {
    flex: 0 0 150px; /* Don't grow or shrink, maintain 150px base width */
    width: 150px;
  }
  .page-content-admin table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 13px;
  }
  .nav-logo {
    width: 130px;
    height: 30px;
  }
  .billing-warning {
    margin-right: 10px;
  }
  .edit-song-form select {
    margin-bottom: 10px;
  }
  .upload-lyrics-form textarea {
    min-height: 60svh;
  }
  .tracks-content-item .song.playing {
    animation-name: song-playing-larger;
    background-size: 624px;
  }
  .mobile-only {
    display: inline-block;
  }
  .welcome-back-modal-existing-project {
    padding: 10px;
    flex-direction: column;
    margin: 20px auto 0;
  }
  .welcome-back-modal-inner .welcome-back-modal-existing-project p {
    margin-bottom: 10px;
    text-align: center;
  }
  .edit-song-form label {
    font-size: 13px;
  }
  .edit-song-waveform-mute-btn, .edit-song-waveform-repeat-btn, .edit-song-reset-lyrics-btn {
    font-size: 13px;
  }
  .edit-song-waveform-instructions, .edit-song-suggestions-instructions, .upload-lyrics-suggestions-instructions {
    font-size: 13px;
  }
  .lyrics-suggestion {
    width: 250px;
  }
  .edit-song-form textarea {
    min-height: 120px;
  }
  .edit-song-form textarea.smaller-textarea {
    min-height: 40px;
  }
  .edit-song-waveform {
    min-width: 800px;
  }
  .edit-song-form-section {
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;
    border: none;
    border-top: 1px solid #5E5850;
    border-radius: 0;
  }
  .page-content-admin {
    padding: 12px;
  }
  .admin-dashboard-content-inner {
    flex-direction: column;
    align-items: center;
  }
  .admin-dashboard-content-inner-chart {
    width: 100%;
    justify-content: center;
    padding: 10px;
    margin: 10px 0;
  }
  .admin-dashboard-content-inner-chart.revenue {
    width: 100%;
    height: 50svh;
  }
  .admin-dashboard-content-inner-chart.donut {
    width: 100%;
  }
  .admin-dashboard-top-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .admin-dashboard-top-filters-refresh {
    margin-left: 0;
  }
  .royalties-table-filters-wrapper {
    margin: 15px auto 5px;
  }
  .royalties-table-filters-wrapper .btn-alt {
    padding: 6px 15px;
  }
  .stripe-account-status-wrapper {
    padding: 15px 15px;
  }
  .royalties-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* pagination mobile friendly */
  .pagination-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pagination-wrapper .pagination-previous-btn, .pagination-wrapper .pagination-next-btn {
    display: none;
  }
  .pagination-pages {
    margin: 0 auto;
  }
  

  .song-preactions a {
    margin: 0 10px 10px 0;
    padding: 6px 15px;
  }
  .edit-profile-disabled-tooltip {
    left: -10px;
    right: auto;
  }
  .body-wrapper.writer-body-wrapper {
    display: flex;
    flex-direction: column;
  }
  .opening-experience {
    font-size: 18px;
  }
  .opening-ai-artist-content {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .opening-chat-wrapper {
    margin-bottom: 20px;
    min-width: 0;
    width: 100%;
  }
  .distribute-artist-section {
    margin-bottom: 20px;
  }
  .opening-ai-artist-content h3 {
    font-size: 23px;
  }
  .opening-ai-artist-photo {
    height: 100px;
    width: 100px;
    padding: 5px;
  }
  .opening-chat-textarea-wrapper textarea {
    font-size: 15px;
  }
  

  .distribute-status-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .distribute-submit-row {
    padding: 20px 0 0 0;
    display: flex;
  }
  .distribute-submit-row .btn {
    width: 100%;
    justify-content: center;
  }
  .distribute-submit-row p {
    font-size: 13px;
  }
  .distribute-artist-section h2 {
    font-size: 22px;
  }
  .distribute-artist-section p {
    font-size: 13px;
  }
  .new-artist-profile-modal-inner {
    margin: 0 auto 0;
    padding: 20px 20px 20px 20px;
  }
  .new-artist-profile-modal {
    height: 100%;
    overflow: auto;
  }
  .edit-artist-profile-modal {
    height: 100%;
    overflow: auto;
  }
  .edit-artist-profile-modal-inner {
    margin: 0 auto 0;
    padding: 20px 20px 20px 20px;
  }
  .edit-final-lyrics-modal-inner {
    margin: 45px auto 25px;
    padding: 20px 20px 20px 20px;
  }
  .upload-lyrics-modal-inner {
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    height: 100svh;
    border-radius: 0;
    overflow: auto;
  }
  .ai-art-creator-modal-inner {
    margin: 45px auto 25px;
    padding: 20px 20px 20px 20px;
  }
  .refer-friend-modal-inner {
    margin: 45px auto 25px;
    padding: 20px 20px 20px 20px;
  }
  .row-description {
    font-size: 13px;
    line-height: 18px;
  }
  .distribute-info-row .action-btn {
    padding: 5px 12px;
    font-size: 13px;
  }
  .distribute-row-header {
    margin-top: 40px;
  }
  .distribute-info-row {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .distribute-info-row .row-label {
    margin-bottom: 8px;
  }
  .genres-group select {
    margin-bottom: 8px;
  }
  .artist-select-name {

  }
  .distribute-info-row .row-value {
    margin-bottom: 12px;
  }
  .song-title-rename.editing, .project-title-rename.editing {
    flex-direction: column;
  }
  .project-title-rename-btns a svg {
    width: 20px;
    height: 20px;
  }
  .song-title-rename-btns a svg {
    width: 20px;
    height: 20px;
  }
  .share-player-filter-scroll-indicator-right, .share-player-filter-scroll-indicator-left {
    top: 14px;
  }
  .share-player-filters-outer {
    margin-top: 15px;
  }
  .share-player-filters-label {
    padding-left: 5px;
    font-size: 13px;
  }
  .share-player-filters-inner-scrollable {
    padding-top: 5px;
  }
  .stripe-pricing-table-wrapper {
    padding: 10px;
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -20px;
  }
  .page-content-billing h2 {
    margin-bottom: 15px;
  }
  .page-content-royalties h2, .page-content-api-key-management h1, .page-content-ai-cowriter-dashboard h2 {
    float: none;
    font-size: 22px;
  }
  .nav-items-left {
    display: none;
  }
  .track-submit-share-options {
    flex-direction: column;
  }
  .header-outer {
    background-color: #000;
    height: auto;
    padding: 10px 0;
  }
  .page-write .footer, .page-tracks .footer, .page-cancel-warning .footer, .page-royalties .footer {
    display: none;
  }
  .account-info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
  }
  .row-label {
    margin-bottom: 5px;
  }
  .row-value {
    margin-bottom: 10px;
  }
  .edit input[type="text"], .edit input[type="email"] {
    margin: 8px 0;
  }
  .action-btn {
    display: block;
  }
  .edit-cancel, .edit-save {
    display: block;
    display: none;
  }
  .page-content-account, .page-content-royalties, .page-content-download, .page-content-admin, .page-content-artist-onboard, .page-content-api-key-management, .page-content-ai-cowriter-dashboard {
    margin-top: 0;
  }
  .page-content-subscription-confirmation, .page-content-royalties, .page-content-ai-cowriter-dashboard {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* AI Cowriter Dashboard Mobile Table Styles */
  .ai-cowriter-dashboard-table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ai-cowriter-dashboard-table-scroll-wrapper table {
    min-width: 600px; /* Ensure minimum width to prevent squishing */
    margin: 0;
  }

  .ai-cowriter-dashboard-table-scroll-wrapper table th,
  .ai-cowriter-dashboard-table-scroll-wrapper table td {
    padding: 10px 15px;
    font-size: 13px;
  }

  .ai-cowriter-dashboard-charts-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 0 10px;
  }
  
  .ai-cowriter-dashboard-chart-wrapper {
    height: 250px;
    padding: 10px;
    overflow: hidden;
  }
  
  .ai-cowriter-dashboard-chart-wrapper canvas {
    max-width: 100%;
    height: auto !important;
  }

  /* Ensure charts don't overflow on very small screens */
  .ai-cowriter-dashboard-charts-wrapper {
    margin: 0 5px 20px;
  }

  .ai-cowriter-dashboard-revenue-table-filters-wrapper-inner-left h3 {
    font-size: 18px;
  }

  .ai-cowriter-dashboard-revenue-table-filters-wrapper-inner-left p {
    font-size: 13px;
  }

  .ai-cowriter-dashboard-royalties-table-filters-wrapper-inner-left h3 {
    font-size: 18px;
  }

  .ai-cowriter-dashboard-royalties-table-filters-wrapper-inner-left p {
    font-size: 13px;
  }

  .ai-cowriter-dashboard-top-tracks-filters-wrapper-inner-left h3 {
    font-size: 18px;
  }

  .ai-cowriter-dashboard-top-tracks-filters-wrapper-inner-left p {
    font-size: 13px;
  }
  
  .ai-cowriter-dashboard-chart-wrapper {
    padding: 5px;
    height: 200px;
  }

  /* AI Cowriter Dashboard Royalties Table Mobile Styles */
  .ai-cowriter-dashboard-royalties-table-wrapper {
    margin-top: 20px;
  }

  /* Override for royalties table which has more columns */
  .ai-cowriter-dashboard-royalties-table-wrapper .ai-cowriter-dashboard-table-scroll-wrapper table {
    min-width: 800px; /* Ensure minimum width to prevent squishing */
  }
  .page-content-distribute {
    margin-top: 0;
  }
  .page-content-terms, .page-content-privacy-policy, .page-content-acceptable-use-policy {
    margin-top: 0;
  }
  .page-content-billing {
    margin-top: 0;
  }
  .account-top-basics {
    margin-bottom: 30px;
  }
  .account-profile-photo {
    width: 60px;
    height: 60px;
  }
  .account-top-name {
    font-size: 19px;
  }
  .account-top-created {
    font-size: 13px;
  }
  .account-tabs ul li a {
    padding:7px 20px;
    font-size: 13px;
  }
  .share-write-callout {
    font-size: 13px;
    margin-top: 10px;
  }
  .share-write-callout .btn {
    font-size: 13px;
    padding: 6px 20px;
  }
  .page-content-listen {
    padding: 20px 10px 10px;
  }
  .share-player-wrapper .song {
    padding: 15px;
  }
  .share-song-controls {
    margin-top: 25px;
  }
  .share-player-wrapper .song-scrubber {
    margin-top: 25px;
    height: 8px;
    padding: 2px;
  }
  .share-player-wrapper {
    font-size: 13px;
    padding: 4px;
  }
  .share-player-wrapper .song-inner strong {
    font-size: 13px;
  }
  .share-player-wrapper .song-inner span {
    font-size: 12px;
  }
  .song-prev-btn, .song-next-btn {
    font-size: 12px;
  }
  .page-content-billboard {
    margin: 10px 10px 0;
    padding: 0;
  }
  .billboard-wrapper {
    height: 70svh;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .billboard-wrapper h2 {
    font-size: 18px
  }
  .listen-more-wrapper {
    padding: 20px 5px 20px 20px;
    height: 40svh;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .listen-more-wrapper h2 {
    font-size: 14px;
  }
  .billboard-tracks-wrapper {
    padding-right: 15px;
  }
  .listen-more-tracks-wrapper {
    padding-right: 15px;
  }
  .billboard-tabs-nav-wrapper {
    margin-bottom: 10px;
  }
  .chat-textarea-outer-wrapper {
    padding: 0 320px 0 230px;
    bottom: 0px;
  }
  .chat-texarea-bottom-btns {
    padding: 0 0 0;
  }
  .home-mid-content {
    margin: 0 30px 0 15px;
  }
  .header-inner {
    padding: 0 12px 0
  }
  .share-copy input[type="text"] {
    width: 230px;
  }
  .btn, .btn-alt, .btn-alt-2 {
    margin-bottom: 8px;
    margin-right: 0;
    padding: 10px 15px;
  }
  .projects-modal-item-inner {
    position: relative;
    display: block;
  }
  .projects-modal-photo {
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .projects-modal-content {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    background-image: linear-gradient(to top, #1b2424, #AB5A2800);
  }
  .projects-actions-wrapper {
    flex-direction: column;
  }
  .song-main-controls {
    grid-template-columns: 26px 1fr 26px 26px;
  }
  .tracks-modal-item .song-main-controls {
    grid-template-columns: 40px 1fr 30px;
  }
  .billboard-item .song-main-controls, .listen-more-item .song-main-controls {
    grid-template-columns: 40px 1fr 30px 30px;
  }
  .billboard-tracks-wrapper .song-inner-created, .billboard-tracks-wrapper  .song-inner-genre {
    display: none;
  }
  .listen-more-tracks-wrapper .song-inner-created, .listen-more-tracks-wrapper  .song-inner-genre {
    display: none;
  }
  /*.song-more-btn {
    height: 24px;
  }
  .song-more-btn svg {
    width: 22px;
    height: 22px;
  }*/
  .projects-modal-inner-scroll, .archived-projects-modal-inner-scroll {
    max-height: 65svh;
    padding-right: 10px;
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50px);
    padding-bottom: 30px;
  }
  .page-content-tracks {
    margin: 10px;
    margin-bottom: 0;
    padding: 0;
  }
  .page-content-tracks h2 {
    font-size: 19px;
  }
  .tracks-modal-inner-scroll {
    padding: 5px 0;
    margin: 0 auto;
    margin-bottom: 100px;
    scrollbar-color: #ffffff7d transparent;
    scrollbar-width: thin;
    /*max-height: 62svh;*/
  }
  .tracks-filters-wrapper {
    padding: 10px 10px 0;
    flex-wrap: wrap;
  }
  .billboard-filters-wrapper {
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .custom-filter-btn span {
    display: none;
  }
  .custom-filter-btn {
    padding: 2px 5px 2px 10px;
  }
  .custom-search-wrapper {
    margin: 0 auto 0 0;
  }
  .tracks-header {
    display: none;
    /*overflow-x: visible;
    width: max-content;
    grid-template-columns: 290px 150px 150px 100px 130px 120px 150px;
    padding: 8px 7px;
    margin: 0 auto;*/
  }
  .tracks-content-item .song {

  }
  .tracks-content-item .song-main-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tracks-content-item .song-play-pause-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .tracks-content-item .tracks-item-ai-artist-wrapper {
    width: 7%;
    aspect-ratio: 1;
    flex-basis: 7%;
    height: auto;
    margin: 0 2% 0 0 ;
  }

  .tracks-content-item .song-inner {
    flex-basis: 70%;
    margin-left: 2%;
    margin: 0 auto 0 0;
  }
  .tracks-content-item .song-inner strong {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .tracks-content-item .song-inner span {
    font-size: 13px;
  }
  .tracks-content-item .song-title-rename-edit-icon {
    width: 12px;
    height: 12px;
  }
  .tracks-content-item .song-inner-genre {
    display: none;
  }
  .tracks-content-item .song-inner-listens {
    display: none;
  }
  .tracks-content-item .song-inner-likes {
    display: none;
  }
  .tracks-content-item .song-inner-popularity {
    width: 100%;
    margin: 10px 0 10px 0;
    border: 1px solid #ffffff21;
    border-radius: 12px;
    padding: 2px;
    margin-bottom: 10px;
  }
  .tracks-content-item .song-fav-btn {
    margin: 0 10px 0 auto;
  }
  .tracks-content-item .song-more-btn {
    margin: 0 6px 0 0;
  }
  .tracks-content-item .song-more-menu {
    top: 120px;
  }
  .tracks-content-item .song-more-menu.menu-above {
    top: auto;
  }
  

  .tracks-bottom-controls-floating-wrapper {
    bottom: 0;
    padding: 0;
  }

  .billing-plans {
    flex-direction: column;
  }
  .billing-modal-inner-scroll {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .plan-option {
    width: 100%;
    margin: 0;
  }
  .plan-features {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .plan-features li svg {
    width: 14px;
    height: 22px;
  }
  .page-content-subscription-confirmation {
    font-size: 14px;
  }
  .flag-report-modal-inner {
    margin: 45px auto 25px;
    padding: 20px 20px 20px 20px;
  }
  .submit-charts-modal-inner {
    overflow-y: auto;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
    line-height: 20px;
    min-height: 100%;
    border-radius: 0;
  }
  .submit-charts-modal-inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .submit-charts-modal-inner p {
    font-size: 14px;
  }
  .submit-track-confirm-form {
    display: block;
  }
  .submit-track-confirm-form label {
    width: 100%;
  }
  .submit-track-version-choice-label {
    font-size: 14px;
  }
  .submit-track-version-option {
    font-size: 14px;
  }
  .genre-autocomplete-dropdown {
    max-height: 150px;
  }
  .billing-modal-inner {
    margin: 45px auto 25px;
    padding: 20px 20px 20px 20px;
    overflow-y: auto;
    max-height: 85svh;
  }
  .new-project-modal-inner {
    padding: 20px 20px 20px 20px;
  }
  .welcome-back-modal-inner {
    padding: 20px 20px 20px 20px;
  }
  .upload-song-file-modal-inner {
    margin: 0 auto 25px;
    padding: 20px 20px 20px 20px;
  }
  .projects-modal-tabs {
    margin: 45px auto 0;
  }
  .projects-modal-tabs ul {
    justify-content: flex-start;
    margin: 0 0 0 30px;
  }
  .projects-modal-tabs ul li a {
    font-size: 12px;
    padding: 4px 12px;
  }
  .projects-modal-inner {
    margin: 0 auto 25px;
    padding: 20px 10px 20px 20px;
  }
  .edit-song-modal-inner {
    margin: 0 auto 25px;
    padding: 20px 20px 10px 20px;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
  }
  .tracks-modal-inner {
    margin: 45px auto 0;
    padding: 20px 10px 20px 20px;
  }
  .tracks-bottom-controls {
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px;
    margin-bottom: 10px;
  }
  .page-content-billboard .tracks-bottom-controls {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .tracks-bottom-right-top span {
    display: none;
  }
  .modal-form h2, .projects-modal-inner h2, .page-content-billing h2, .tracks-modal-inner h2, .new-artist-profile-modal-inner h2, .edit-artist-profile-modal-inner h2, .edit-final-lyrics-modal-inner h2, .ai-art-creator-modal-inner h2, .tracks-filters-wrapper h2, .upload-lyrics-modal-inner h2, .welcome-back-modal-inner h2, .login-confirmation-msg h2, .billboard-filters-wrapper h2, .upload-song-file-modal-inner h2 {
    font-size: 22px;
  }
  .new-project-modal-inner h2 {
    font-size: 30px;
  }
  .tracks-filters-wrapper h2 {
    width: 100%;
    margin: 0 auto 5px auto;
  }
  .billboard-filters-wrapper h2 {
    width: 100%;
    margin: 0;
  }
  .tracks-filters-wrapper-inner {
    width: 100%;
  }
  .tracks-filters-wrapper-inner p, .billboard-filters-wrapper-inner p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .new-project-modal-inner p, .projects-modal-inner p, .tracks-modal-inner p, .new-artist-profile-modal-inner p, .edit-artist-profile-modal-inner p, .edit-final-lyrics-modal-inner p, .ai-art-creator-modal-inner p, .upload-lyrics-modal-inner p, .welcome-back-modal-inner p, .upload-song-file-modal-inner p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .song-play-pause-btn {
    transition: none;
  }
  .tracks-bottom-left .song-play-pause-btn {
    width: 36px;
    height: 36px;
  }
  .tracks-bottom-right-top {
    flex-direction: column;
  }
  .tracks-bottom-left {
    align-items: center;
    padding-left: 6px;
  }
  .billing-modal-inner p {
    font-size: 14px;
  }
  .cowriter-option h3 {
    font-size: 16px;
  }
  .cowriter-options-scroll-indicator {
    right: -10px;
    top: 110px;
  }
  .cowriter-options-scroll-indicator.left {
    left: -10px;
    right: auto;
  }
  .sign-in-modal-inner {
    margin: 60px auto 0;
    padding: 30px;
  }
  .only-mobile {
    display: block!important;
  }
  .sub-nav-items ul li.sub-nav-close-btn {
    display: block;
  }
  .song-scrubber {
    margin: 8px 4px 0px 4px;
  }
  .nav-profile-photo {
    width: 40px;
    height: 40px;
  }
  .sub-nav-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: none;
  }
  .sub-nav-items ul {
    background-color: #000;
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 100px;
  }
  .sub-nav-items ul li {
    font-size: 15px;
  }
  .sub-nav-items ul li.menu-title {
    font-size: 15px;
  }
  .nav-items .sub-nav-items a {
    color: #fff;
    padding: 10px 15px;
  }
  .sub-nav-items ul li svg {
    color: #fff;
    width: 20px;
    height: 20px;
  }
  .home-right-content {
    display: none;
  }
  .home-right-inner-content {
    width: 100%;
    margin-right: 0;
    left: 0;
    top: 0;
    height: 100svh;
    z-index: 10;
  }
  .song-lyrics-outer-content {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .song-lyrics-content {
    max-height: 100%;
  }
  .home-left-content {
    display: none;
  }
  .page-content-home {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 10px;
    flex: 1;
    overflow: hidden;
  }
  .home-scrollable-inner-content {
    display: block;
    padding-right: 0;
    padding-top: 10px;
  }
  .chat-textarea-outer-wrapper {
    padding: 0;
  }
  .footer-inner {
    padding: 8px 10px;
  }
  .home-scrollable-content {
    height: calc(100svh - 60px - 100px); /* 100vh minus header & input heights */
    display: flex;
    flex-direction: column;
    overflow-y: auto; /* Enables scrolling */
  }
  .home-mid-content {
    margin: 0 10px 0 0;
  }
  .chat-message-other-writer {
    font-size: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
    grid-template-columns: 30px 1fr;
    width: 90%;
    max-width: 500px;
    padding: 10px;
  }
  .chat-message-me {
    grid-template-columns: 30px 1fr;
    max-width: 90%;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .chat-message-photo {
    width: 30px;
    height: 30px;
  }
  .chat-message-content {
    margin: 0px 0 0px 10px;
  }
  .chat-textarea-wrapper {
    grid-template-columns: 1fr 36px 36px;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .chat-textarea-wrapper svg {
    width: 20px;
    height: 20px;
  }
  .file-attached-icon {
    margin: 0 auto 11px auto;
    width: 18px;
    height: 18px;
  }
  .chat-textarea {
    font-size: 15px;
    padding-top: 12px;
    border-radius: 13px;
  }
  .chat-textarea-inner-wrapper {
    border-radius: 13px;
  }

  /* API Docs Mobile Responsive */
  .api-docs-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }
  
  .api-docs-nav {
    position: relative;
    height: auto;
    max-height: 300px;
  }
  
  .api-docs-content {
    max-height: none;
  }
  
  .api-docs-sidebar {
    max-height: none;
  }
}

/* Just mobile */
@media (max-width: 768px) {
  .tracks-content-item .tracks-item-ai-artist-wrapper {
    width: 15%;
    aspect-ratio: 1;
    flex-basis: 15%;
    height: auto;
    margin: 0 5% 0 0 ;
  }
  .new-project-modal-inner, .welcome-back-modal-inner, .upload-song-file-modal-inner {
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
  .cowriter-options, .welcome-back-modal .cowriter-options {
    height: auto;
  }
  .cowriter-option {
    flex-basis: 100%;
  }
  .cowriter-suggestions-modal {
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 15px 15px 0 0;
    display: none !important;
  }

  /* Contact page */
  .page-content-contact {
    margin: 15px auto 15px;
    padding: 12px 10px 18px;
  }

  .page-content-contact h2 {
    font-size: 26px;
  }

  .contact-intro {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .contact-form {
    padding: 14px 10px 14px;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
  }

  .contact-form-layout {
    gap: 14px;
  }

  .contact-sidebar-card {
    padding: 10px 10px;
  }

  .contact-form-row {
    margin-bottom: 10px;
  }

  .contact-form-row label {
    font-size: 13px;
  }

  .contact-form-row input,
  .contact-form-row select,
  .contact-form-row textarea {
    padding: 9px 10px;
  }

  .contact-note {
    font-size: 11px;
  }

  .contact-form-actions {
    text-align: left;
  }

  .contact-form-actions .btn {
    width: 100%;
    min-width: 0;
  }

  /* FAQ page */
  .faq-toc {
    padding: 14px 10px 14px;
    margin: 20px 0 25px 0;
    border-radius: 10px;
  }

  .faq-toc h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .faq-toc ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .faq-toc ul li a {
    font-size: 12px;
    padding: 5px 8px;
  }

  .faq-section {
    margin: 25px 0 0 0;
  }

  .faq-section h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .faq-item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }

  .faq-item h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .faq-item p,
  .faq-item ul {
    font-size: 13px;
  }

  .faq-item ul {
    margin-left: 16px;
  }

  .faq-contact-cta {
    margin: 35px 0 20px 0;
    padding: 14px;
  }

  .faq-contact-cta p {
    font-size: 13px;
  }

  .contact-alert {
    font-size: 13px;
  }
}

/* Fix some things for sideways mobile */
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .footer {
    display: none;
  }
  .edit-profile-disabled-tooltip {
    left: -10px;
    right: auto;
  }
  .sub-nav-items ul {
    max-height: 100svh;
    overflow: auto;
  }
  .chat-texarea-bottom-btns {
    margin-top: 4px;
  }
  .chat-textarea-ideas {
    display: none !important;
  }
  .home-scrollable-content {
    height: calc(100svh - 60px - 100px); /* 100vh minus header & input heights */
  }
  .billboard-wrapper {
    height: 50svh;
  }
  .projects-modal-inner-scroll, .archived-projects-modal-inner-scroll {
    max-height: 45px;
  }
  .cowriter-option {
    flex-basis: calc(50% - 15px); /* Calculate width for 4 columns with margin consideration */
  }
  .new-project-modal-inner p {
    margin-bottom: 15px;
  }
  .tracks-wrapper {
    margin-bottom: 60px;
  }
  .page-content-listen {
    height: 80svh;
    overflow: auto;
  }
  .opening-chat-textarea-wrapper textarea {
    height: 22px;
  }
  .opening-ai-artist-content {
    margin-top: 10px;
  }

}
