@font-face {
  font-family: Nexus;
  src: local("Segoe UI");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  color-scheme: dark;
}
body {
  margin: 0;
  background: #0b0a10;
  color: #f6f3fa;
  font-family: Nexus, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
button {
  border: 0;
  background: none;
}
button,
a {
  transition:
    background 0.2s,
    transform 0.2s,
    color 0.2s,
    border-color 0.2s;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #d7a5ff;
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.18;
  letter-spacing: -0.025em;
}
h1 {
  font-size: 40px;
  font-weight: 750;
}
h2 {
  font-size: 27px;
  font-weight: 700;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
p {
  color: #a5a0ad;
  line-height: 1.7;
}
small {
  color: #8c8598;
}
.purple {
  color: #be7cff;
}
.muted {
  color: #a6a0b0 !important;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 7px;
  background: #9748ee;
  color: #fff;
  font-weight: 650;
  font-size: 13px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover {
  background: #ae62ff;
  transform: translateY(-1px);
}
.btn.glass {
  background: #ffffff0c;
  border-color: #ffffff24;
  backdrop-filter: blur(12px);
}
.btn.glass:hover {
  background: #ffffff18;
  border-color: #ffffff50;
}
.btn.small {
  padding: 9px 16px;
  font-size: 12px;
}
.btn.full {
  width: 100%;
}
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 7px;
  flex-shrink: 0;
}
.icon:hover {
  background: #ffffff14;
}
.circle {
  border-radius: 50%;
  border: 1px solid #ffffff48;
  width: 46px;
  height: 46px;
}
.button-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c18aff;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
}
.text-button:hover {
  color: white;
}
.text-button svg {
  width: 17px;
}
.skip {
  position: fixed;
  top: -60px;
  left: 20px;
  padding: 10px;
  background: #9748ee;
  z-index: 50;
}
.skip:focus {
  top: 10px;
}
header {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 4.5%;
  gap: 45px;
  background: linear-gradient(#09090ee8, #09090e00);
}
.brand {
  mix-blend-mode: screen;
  display: block;
  width: 112px;
  height: 76px;
  flex-shrink: 0;
  overflow: hidden;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
}
header nav {
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
header nav a {
  font-size: 12px;
  color: #aba6b4;
  position: relative;
  padding: 35px 0;
}
header nav a.active,
header nav a:hover {
  color: white;
}
header nav a.active:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #b16bff;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.divider {
  height: 20px;
  width: 1px;
  background: #ffffff24;
}
.studio-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #c2bdca;
}
.studio-link svg {
  width: 16px;
}
.profile-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.down {
  color: #9f96ae;
}
.avatar {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #bd6dff, #682bcc);
  font-size: 17px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #ffffff29;
}
.avatar.coral {
  background: linear-gradient(135deg, #f59f8a, #d95372);
}
.avatar.mint {
  background: linear-gradient(135deg, #73d6bc, #17766d);
}
.avatar.blue {
  background: linear-gradient(135deg, #6fbcff, #3b4ebc);
}
.avatar i {
  position: absolute;
  bottom: 6px;
  width: 12px;
  height: 4px;
  border-bottom: 1.5px solid #ffffffaa;
  border-radius: 50%;
}
.hero {
  height: min(760px, 85vh);
  min-height: 660px;
  position: relative;
  background-image:
    linear-gradient(0deg, #0b0a10 0%, #0b0a1000 42%),
    linear-gradient(
      90deg,
      #0b0a10fa 0%,
      #0b0a10cb 24%,
      #0b0a104a 53%,
      #0b0a1000 85%
    ),
    var(--hero);
  background-size: cover;
  background-position:
    center,
    center,
    center 42%;
}
.hero-content {
  position: absolute;
  top: 24%;
  left: 5%;
  width: 48%;
  max-width: 625px;
}
.hero-content .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #e3d3f4;
}
.mini-n {
  font-size: 21px;
  font-style: italic;
  color: #bd75ff;
  font-weight: 900;
  letter-spacing: -5px;
  margin-right: 12px;
}
.outlined {
  border: 1px solid #b995d344;
  padding: 4px 7px;
  font-size: 8px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin-left: 12px;
  color: #c49ee8;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(65px, 7.7vw, 118px);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.95;
  margin: 24px 0 26px;
  text-shadow: 0 2px 28px #dab5ff2f;
}
.hero h1 span {
  font-family: Nexus, "Segoe UI", sans-serif;
  display: block;
  font-size: 16px;
  letter-spacing: 9px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 400;
}
.hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  color: #bfb5c9;
  font-size: 11px;
}
.hero-meta .match {
  color: #c694f5;
  font-weight: 650;
}
.rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 24px;
  background: #b89b38;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}
.rating.free {
  background: #39875e;
}
.hero-content > p {
  font-size: 13px;
  color: #c2bbca;
  max-width: 440px;
  margin: 19px 0 26px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8d819b;
  font-size: 10px;
  margin-top: 23px;
}
.hero-note > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aa62f0;
}
.hero-bottom {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  color: #9b90a8;
  font-size: 9px;
  letter-spacing: 2px;
  align-items: center;
}
.hero-bottom b {
  color: #544d61;
  font-weight: 400;
}
.hero-dots {
  display: flex;
  gap: 6px;
}
.hero-dots button {
  padding: 0;
  width: 9px;
  height: 9px;
  background: #4a405b;
  border-radius: 3px;
}
.hero-dots .selected {
  width: 23px;
  background: #a65bef;
}
.home-main {
  padding: 0 5% 60px;
}
.welcome-strip {
  border-top: 1px solid #ffffff0b;
  border-bottom: 1px solid #ffffff0b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  margin: 0 0 45px;
}
.welcome-strip > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.welcome-strip p {
  font-size: 12px;
  margin: 0;
  color: #8f879d;
}
.welcome-strip strong {
  color: #ddd6e8;
  font-weight: 500;
}
.welcome-strip > span {
  font-size: 10px;
  color: #746d80;
  letter-spacing: 0.3px;
}
.spark {
  color: #b865ff;
  font-size: 29px;
}
.shelf {
  margin-bottom: 50px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.section-head h2,
.section-head h3 {
  margin: 0;
}
.section-head .eyebrow {
  margin-bottom: 10px;
  font-size: 8px;
}
.section-head a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #b8adca;
}
.section-head a:hover {
  color: #c58cff;
}
.section-head a svg {
  width: 16px;
}
.section-head > span {
  font-size: 11px;
  color: #81798e;
}
.chips {
  display: flex;
  gap: 9px;
  margin-bottom: 25px;
  overflow: auto;
  padding: 3px;
}
.chip {
  border: 1px solid #ffffff15;
  background: transparent;
  padding: 8px 19px;
  border-radius: 6px;
  color: #9f95ad;
  font-size: 11px;
  white-space: nowrap;
}
.chip:hover {
  border-color: #8a56b8;
  color: white;
}
.chip.selected {
  background: #9a51e71c;
  border-color: #aa64f250;
  color: #d9b7ff;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
}
.card {
  min-width: 0;
}
.card-art {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.37;
  overflow: hidden;
  border-radius: 9px;
  padding: 0;
  text-align: left;
  background: #21182c;
}
.card-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #080710e8, #08071000 67%);
  transition: background 0.3s;
}
.card-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.card-art:hover > img {
  transform: scale(1.065);
}
.card-logo {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 1;
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 1px 4px black;
}
.card-logo > span {
  font-size: 10px;
  color: #c69fff;
}
.demo-label {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 1;
  font-size: 6px;
  letter-spacing: 1px;
  padding: 4px 6px;
  border-radius: 3px;
  background: #0007;
  color: #ddd1ed;
}
.card-title {
  position: absolute;
  bottom: 18px;
  left: 10px;
  right: 10px;
  z-index: 1;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 1px 2px 15px #000;
}
.card-title.aurora {
  font-family: Georgia, serif;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 500;
}
.card-title small {
  display: block;
  color: white;
  font-family: Nexus, sans-serif;
  font-size: 7px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 8px;
}
.card-title.orbita {
  font-weight: 900;
  letter-spacing: 2px;
  color: #d9f7ec;
}
.card-title.bosque {
  font-family: Georgia, serif;
  color: #fff1b4;
  text-transform: none;
  font-size: 32px;
  max-width: 220px;
  margin: auto;
}
.card-title.neon {
  font-style: italic;
  color: #fff0db;
  letter-spacing: -1px;
  text-shadow: 2px 3px #bd347b;
  font-size: 39px;
}
.card-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  background: #0002;
  opacity: 0;
  transition: opacity 0.2s;
}
.card-hover svg {
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 50%;
  background: #ffffffee;
  color: #17101f;
}
.card-art:hover .card-hover {
  opacity: 1;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 5px;
}
.card-meta h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px;
  letter-spacing: 0;
}
.card-meta span {
  font-size: 10px;
  color: #7f778b;
}
.card-meta i {
  margin: 0 4px;
  font-style: normal;
  font-size: 8px;
}
.card-meta .icon {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff16;
  border-radius: 50%;
  color: #968aa6;
}
.card-meta .icon svg {
  width: 14px;
}
.card-meta .saved {
  color: #c78cff;
  border-color: #9e5ce967;
}
.studio-banner {
  border: 1px solid #af6fe423;
  background:
    radial-gradient(ellipse at 80% 100%, #57327427, transparent 60%), #121017;
  border-radius: 12px;
  min-height: 220px;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.studio-banner .eyebrow {
  font-size: 8px;
}
.studio-banner h2 {
  font-size: 25px;
  margin: 10px 0;
}
.studio-banner p {
  font-size: 11px;
  margin: 0;
  color: #8e849b;
}
.studio-banner .btn {
  margin-left: auto;
  z-index: 1;
  font-size: 11px;
}
.orbit-mark {
  font-size: 95px;
  font-weight: 900;
  font-style: italic;
  color: #a55bf0;
  text-shadow: 7px 4px #542b7d;
  position: relative;
  width: 115px;
  text-align: center;
  transform: rotate(-8deg);
}
.orbit-mark span {
  font-size: 34px;
  position: absolute;
  right: -3px;
  top: -10px;
  color: #d5b3fd;
}
.banner-star {
  position: absolute;
  right: 20px;
  bottom: -80px;
  font-size: 320px;
  line-height: 1;
  color: #995be708;
  transform: rotate(-15deg);
  pointer-events: none;
}
footer {
  border-top: 1px solid #ffffff0b;
  padding: 35px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #7b7387;
  font-size: 10px;
}
footer strong {
  font-size: 13px;
  color: #bab1c7;
  letter-spacing: 1px;
  font-weight: 500;
}
footer b {
  color: #b87cef;
}
footer strong > span {
  color: #b87cef;
  margin-left: 8px;
}
footer p {
  font-size: 10px;
  margin: 6px 0 0;
  color: #645c70;
}
footer > span {
  text-align: center;
  line-height: 1.9;
}
footer small {
  font-size: 9px;
  color: #61586d;
}
footer a {
  display: flex;
  align-items: center;
  gap: 9px;
}
footer a svg {
  width: 14px;
}
.catalog-page {
  min-height: 80vh;
  padding: 155px 5% 70px;
}
.catalog-page h1 {
  margin: 15px 0;
}
.catalog-controls {
  display: flex;
  gap: 20px;
  margin: 35px 0;
}
.search-box {
  position: relative;
  max-width: 540px;
  flex: 1;
}
.search-box svg {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #776888;
}
.search-box input {
  padding-left: 45px;
}
.catalog-controls > select {
  width: 180px;
}
.empty {
  padding: 60px 20px;
  text-align: center;
  grid-column: 1/-1;
  width: 100%;
  border: 1px dashed #ffffff1d;
  border-radius: 12px;
  color: #967fac;
}
.empty > svg {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}
.empty h3 {
  color: #e0d3ed;
}
.empty p {
  margin: 0;
  font-size: 13px;
}
.continue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.continue-card {
  position: relative;
  padding: 0;
  background: #17131e;
  border-radius: 8px;
  text-align: left;
  overflow: hidden;
}
.continue-card > img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.continue-card > div {
  padding: 13px 15px;
}
.continue-card h3 {
  font-size: 14px;
  margin: 0 0 4px;
}
.continue-card p {
  font-size: 11px;
  margin: 0 0 12px;
}
.progress-line {
  background: #ffffff16;
  height: 3px;
  border-radius: 3px;
}
.progress-line i {
  display: block;
  height: 100%;
  background: #ae61fb;
}
.play-circle {
  position: absolute;
  top: 43px;
  left: calc(50% - 20px);
  background: #0008;
  border: 1px solid #fff5;
  border-radius: 50%;
  padding: 10px;
}
.boot {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #bb7eff;
  font-size: 40px;
}
.boot span {
  font-size: 16px;
  color: #b4a7c1;
}
dialog {
  border: 1px solid #ffffff1c;
  border-radius: 16px;
  background: #17131d;
  color: #f8f4fb;
  padding: 36px;
  width: calc(100% - 32px);
  max-width: 540px;
  max-height: 90vh;
  box-shadow: 0 30px 150px #000b;
  overflow: auto;
}
dialog::backdrop {
  background: #040308c9;
  backdrop-filter: blur(9px);
}
dialog .close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #0c0919b0;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  z-index: 3;
  width: 32px;
  height: 32px;
}
.close svg {
  width: 16px;
}
dialog h2 {
  margin: 12px 0;
}
dialog > p {
  font-size: 13px;
}
dialog .eyebrow {
  font-size: 9px;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #c9bdd5;
  margin-bottom: 18px;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  background: #0e0c14;
  color: #eae0f3;
  border: 1px solid #ffffff1d;
  padding: 12px 13px;
  border-radius: 6px;
  margin-top: 8px;
  outline: none;
  font-size: 13px;
}
input::placeholder,
textarea::placeholder {
  color: #655c72;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #a46ce4;
  box-shadow: 0 0 0 3px #ac64fc13;
}
textarea {
  resize: vertical;
  min-height: 80px;
}
select {
  cursor: pointer;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.form-error {
  color: #ffa3a9;
  font-size: 12px;
  margin: 8px 0 15px;
}
.form-error:empty {
  display: none;
}
.auth-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.auth-brand .brand {
  width: 132px;
  height: 90px;
}
.auth-modal > h2,
.auth-modal > .eyebrow,
.auth-modal > p {
  text-align: center;
}
.auth-modal form {
  margin-top: 25px;
}
.auth-switch {
  font-size: 12px;
  margin: 24px 0;
}
.demo-access {
  border-top: 1px solid #ffffff13;
  padding-top: 20px;
  margin-top: 25px;
}
.demo-access > span {
  display: block;
  text-align: center;
  color: #796b88;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.demo-access .btn {
  font-size: 11px;
}
.center {
  text-align: center;
}
.profiles-modal {
  max-width: 720px;
  padding: 60px 35px;
}
.profiles {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin: 40px 0;
  flex-wrap: wrap;
}
.profiles button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.profiles .avatar {
  width: 80px;
  height: 80px;
  font-size: 39px;
  border-radius: 17px;
}
.profiles .avatar i {
  width: 30px;
  bottom: 17px;
  height: 12px;
  border-width: 2px;
}
.profiles button:hover .avatar {
  outline: 2px solid #d9b5ff;
  outline-offset: 5px;
  transform: translateY(-4px);
}
.profiles strong {
  font-size: 12px;
  font-weight: 500;
}
.avatar.add {
  background: transparent;
  border: 1px dashed #766783;
  box-shadow: none;
}
.details-modal {
  padding: 0;
  max-width: 850px;
}
.detail-hero {
  height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
}
.detail-hero h2 {
  font-size: 38px;
  max-width: 600px;
  margin: 10px 0 0;
}
.detail-hero .eyebrow {
  color: #d9b8fa;
}
.detail-body {
  padding: 0 35px 35px;
}
.detail-body > p {
  font-size: 13px;
  margin: 22px 0;
}
.detail-body .section-head {
  margin-top: 35px;
}
.detail-body select {
  max-width: 280px;
  margin: 0;
}
.detail-body .hero-meta {
  font-size: 12px;
}
.demo-pill {
  font-size: 10px;
  padding: 4px 9px;
  background: #9a62d31c;
  border-radius: 20px;
  color: #c58ef5;
}
.episode {
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 18px 5px;
  border-top: 1px solid #ffffff0f;
  border-radius: 6px;
}
.episode:hover {
  background: #ffffff06;
}
.episode-number {
  font-size: 17px;
  color: #756b84;
}
.episode-thumb {
  position: relative;
  flex-shrink: 0;
  width: 135px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}
.episode-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.episode-thumb svg {
  position: absolute;
  top: 28px;
  left: 58px;
  filter: drop-shadow(0 1px 5px black);
}
.episode h4 {
  margin: 0 0 5px;
}
.episode p {
  font-size: 11px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode small {
  font-size: 10px;
}
.season-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff05;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.season-banner img {
  width: 80px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}
.season-banner span {
  font-size: 10px;
  color: #a995ba;
}
.season-banner strong {
  display: block;
  color: #ded0eb;
  font-size: 12px;
  margin-top: 3px;
}
.player-modal {
  max-width: 1100px;
  padding: 0;
  background: #0d0a13;
}
.player-heading {
  padding: 25px 32px 18px;
}
.player-heading h2 {
  font-size: 21px;
}
.player-heading p {
  font-size: 11px;
  margin: 0;
}
.player-modal video {
  width: 100%;
  display: block;
  max-height: 62vh;
  background: black;
}
.player-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  font-size: 11px;
  color: #9989aa;
}
.studio-gate {
  min-height: 83vh;
  text-align: center;
  padding: 160px 20px 70px;
  background: radial-gradient(ellipse at 50% 20%, #61379830, transparent 70%);
}
.studio-gate > .spark {
  display: block;
  font-size: 65px;
}
.studio-gate h1 {
  font-size: 48px;
  margin: 25px 0;
}
.studio-gate p {
  margin-bottom: 30px;
}
.studio-gate > a {
  display: block;
  margin-top: 25px;
  color: #a49ab2;
  font-size: 12px;
}
.studio-layout {
  display: flex;
  min-height: 100vh;
}
.studio-layout aside {
  position: fixed;
  inset: 0 auto 0 0;
  width: 228px;
  background: #100d16;
  border-right: 1px solid #ffffff0e;
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.studio-layout aside .brand {
  width: 128px;
  height: 94px;
  margin: 0 auto 30px;
}
.workspace-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #695d7c;
  padding: 0 10px;
  margin-bottom: 15px;
}
.studio-layout aside nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.studio-layout aside nav > * {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  color: #9e90b1;
  font-size: 12px;
  text-align: left;
}
.studio-layout aside nav .active {
  background: #984beb1f;
  color: #c89af7;
}
.studio-layout aside nav > *:hover {
  background: #ffffff07;
}
.studio-layout aside nav svg {
  width: 17px;
}
.aside-bottom {
  margin-top: auto;
  padding: 20px 10px;
  border-top: 1px solid #ffffff0c;
}
.aside-bottom > div {
  font-size: 11px;
  color: #b7a9c7;
}
.aside-bottom p {
  font-size: 11px;
  margin: 12px 0 25px;
  color: #6e607e;
}
.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a87be2;
  margin-right: 6px;
}
.studio-content {
  margin-left: 228px;
  flex: 1;
  min-width: 0;
}
.studio-top {
  height: 76px;
  border-bottom: 1px solid #ffffff0c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  color: #9685a9;
  font-size: 11px;
}
.studio-top > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.studio-top i {
  padding: 0 12px;
  font-style: normal;
  color: #53475f;
}
.studio-content main {
  padding: 42px 40px 70px;
  max-width: 1700px;
  margin: auto;
}
.dashboard-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin: 22px 0 32px;
}
.dashboard-heading h1 {
  font-size: 32px;
  margin: 13px 0;
}
.dashboard-heading p {
  font-size: 12px;
  margin: 0;
}
.dashboard-heading .eyebrow {
  font-size: 9px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 35px 0 45px;
}
.stats > div {
  border: 1px solid #ffffff10;
  border-radius: 10px;
  background: #141019;
  padding: 23px;
  position: relative;
}
.stats strong {
  font-size: 33px;
  font-weight: 550;
  display: block;
  margin-bottom: 5px;
}
.stats span {
  font-size: 11px;
  color: #90819e;
}
.stats svg {
  position: absolute;
  right: 20px;
  top: 25px;
  color: #9877ba;
  width: 18px;
}
.studio-content .section-head h2 {
  font-size: 20px;
}
.count {
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  padding: 2px 7px;
  font-size: 11px;
  color: #a38cb6;
  border-radius: 5px;
  margin-left: 6px;
  vertical-align: middle;
}
.studio-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.studio-card {
  border: 1px solid #ffffff10;
  border-radius: 10px;
  overflow: hidden;
  background: #15111b;
}
.studio-cover {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  aspect-ratio: 1.8;
  overflow: hidden;
}
.studio-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.studio-cover:hover img {
  transform: scale(1.04);
}
.studio-cover .status {
  position: absolute;
  top: 12px;
  left: 12px;
}
.status {
  display: inline-block;
  background: #282032;
  color: #ae9bc0;
  font-size: 10px;
  white-space: nowrap;
  padding: 5px 9px;
  border: 1px solid #ffffff15;
  border-radius: 5px;
}
.status.published {
  background: #123126e8;
  color: #9bd3b7;
  border-color: #86d9b128;
}
.studio-card > div {
  padding: 20px;
}
.studio-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
}
.studio-card h3 {
  font-size: 18px;
  margin: 9px 0;
}
.studio-card p {
  font-size: 11px;
  color: #857393;
}
.studio-card p i {
  font-style: normal;
  padding: 0 5px;
}
.studio-card .btn {
  font-size: 11px;
  padding: 11px;
}
.studio-card .btn svg {
  width: 15px;
}
.studio-card .btn svg:last-child {
  margin-left: auto;
}
.new-project-card {
  min-height: 280px;
  border: 1px dashed #ffffff25;
  border-radius: 10px;
  padding: 30px;
  color: #b9a5cc;
}
.new-project-card:hover {
  background: #9848e40c;
  border-color: #8f5fba;
}
.new-project-card > span {
  display: inline-grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #8d47d51b;
  color: #b780ee;
  margin-bottom: 20px;
}
.new-project-card h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.new-project-card p {
  font-size: 12px;
}
.editor-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(350px, 1.3fr);
  gap: 25px;
}
.panel {
  background: #141019;
  border: 1px solid #ffffff10;
  border-radius: 10px;
  padding: 26px;
  min-width: 0;
  align-self: start;
}
.panel > h2 {
  font-size: 18px;
  margin-bottom: 25px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.panel h2 svg {
  color: #b186d5;
}
.panel input,
.panel textarea,
.panel select {
  background: #0e0b13;
}
.upload-field {
  margin-bottom: 20px;
}
.upload-field > label:first-child {
  margin-bottom: 8px;
}
.upload-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px dashed #70568b7a;
  background: #9a55db05;
  padding: 20px 12px;
  min-height: 85px;
  border-radius: 7px;
  margin-bottom: 6px;
  cursor: pointer;
  overflow: hidden;
}
.upload-box:hover {
  border-color: #b774f4;
  background: #a566e80e;
}
.upload-box > svg {
  color: #9870bd;
  width: 25px;
  height: 25px;
}
.upload-box img {
  width: 85px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
.upload-box strong {
  display: block;
  font-size: 12px;
  color: #b6a1ca;
  font-weight: 500;
}
.upload-box small {
  display: block;
  font-size: 9px;
  color: #72627e;
  margin-top: 4px;
}
.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.upload-box:focus-within {
  outline: 2px solid #b887f4;
  outline-offset: 3px;
}
.upload-status {
  display: block;
  font-size: 10px;
  color: #ad8dca;
}
progress {
  width: 100%;
  height: 4px;
  accent-color: #a962f1;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.checkbox input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #a25de7;
}
.danger {
  color: #cd8292 !important;
  margin-top: 20px;
  font-size: 11px;
}
.danger-bg {
  background: #a83e59;
}
.danger-bg:hover {
  background: #bf4f6c;
}
.season-tabs {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 2px 2px 18px;
  margin-bottom: 8px;
}
.season-tabs .chip {
  padding: 8px 12px;
}
.seasons-panel .section-head h2 {
  font-size: 18px;
}
.seasons-panel .section-head {
  margin-bottom: 15px;
}
.seasons-panel .section-head .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff1b;
}
.seasons-panel .button-row .danger {
  margin: 0;
}
.episodes-head {
  border-top: 1px solid #ffffff12;
  margin-top: 26px;
  padding-top: 25px;
}
.episodes-head h3 {
  font-size: 15px;
}
.episodes-head .text-button {
  font-size: 10px;
}
.edit-episode {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff0c;
}
.edit-episode > img {
  width: 72px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
}
.edit-episode > div {
  flex: 1;
  min-width: 0;
}
.edit-episode h4 {
  font-size: 12px;
  margin: 0 0 5px;
  overflow-wrap: anywhere;
}
.edit-episode small {
  font-size: 9px;
  color: #7f6b90;
}
.edit-episode small.available {
  color: #86b8a0;
}
.edit-episode .episode-number {
  font-size: 13px;
}
.hint {
  font-size: 10px;
  color: #867391;
}
.form-modal {
  max-width: 590px;
}
.form-modal form {
  margin-top: 24px;
}
#toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #2a1c39;
  border: 1px solid #a56fe64d;
  color: #f2e4ff;
  padding: 13px 23px;
  border-radius: 9px;
  box-shadow: 0 10px 30px #0006;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  font-size: 12px;
  max-width: 90vw;
  text-align: center;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1600px) {
  .hero-content {
    top: 27%;
  }
  .hero {
    height: 800px;
  }
  .hero-content > p {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 125px;
  }
  .card-art {
    aspect-ratio: 1.5;
  }
  .home-main {
    max-width: 1700px;
    margin: auto;
  }
}
@media (max-width: 1100px) {
  header {
    gap: 25px;
    padding: 0 4%;
  }
  header nav {
    gap: 20px;
  }
  .header-right {
    gap: 12px;
  }
  .studio-link {
    font-size: 0;
    gap: 0;
  }
  .studio-link svg {
    width: 20px;
  }
  .profile-button > span:not(.avatar) {
    display: none;
  }
  .hero-content {
    width: 58%;
  }
  .hero {
    height: 680px;
    min-height: 580px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero h1 span {
    letter-spacing: 6px;
    font-size: 13px;
  }
  .hero-meta .match {
    width: 100%;
  }
  .card-grid {
    gap: 15px;
  }
  .card-title {
    font-size: 22px;
  }
  .card-title.aurora {
    font-size: 28px;
  }
  .card-title.bosque {
    font-size: 25px;
  }
  .card-title.neon {
    font-size: 29px;
  }
  .studio-banner {
    padding: 30px;
    gap: 28px;
  }
  .studio-banner .btn {
    white-space: normal;
    max-width: 190px;
  }
  .studio-layout aside {
    width: 190px;
    padding: 16px;
  }
  .studio-content {
    margin-left: 190px;
  }
  .studio-content main {
    padding: 28px;
  }
  .studio-top {
    padding: 0 28px;
  }
  .studio-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dashboard-heading h1 {
    font-size: 27px;
  }
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .stats {
    gap: 10px;
  }
  .stats > div {
    padding: 17px;
  }
  .stats svg {
    right: 14px;
    top: 18px;
  }
  .stats span {
    font-size: 9px;
  }
}
@media (max-width: 760px) {
  header {
    height: 80px;
    gap: 20px;
  }
  .brand {
    width: 80px;
    height: 60px;
  }
  header nav {
    gap: 17px;
  }
  header nav a {
    font-size: 11px;
    padding: 27px 0;
  }
  header nav a.active:after {
    bottom: 15px;
  }
  .header-right {
    gap: 5px;
  }
  .header-right .divider {
    display: none;
  }
  .header-right > .icon {
    width: 28px;
  }
  .header-right .btn {
    padding: 7px 11px;
    font-size: 10px;
  }
  .studio-link {
    margin-right: 6px;
  }
  .profile-button {
    padding: 0;
  }
  .avatar {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .hero {
    height: 710px;
    min-height: 0;
    background-position:
      center,
      center,
      62% center;
    background-image:
      linear-gradient(0deg, #0b0a10 0%, #0b0a10bf 37%, #0b0a1010 85%),
      linear-gradient(90deg, #0b0a1090, #0b0a1000), var(--hero);
  }
  .hero-content {
    top: auto;
    bottom: 87px;
    width: 90%;
    max-width: none;
  }
  .hero h1 {
    font-size: 72px;
    margin: 22px 0;
  }
  .hero h1 span {
    font-size: 12px;
    letter-spacing: 7px;
  }
  .hero-content .eyebrow {
    font-size: 7px;
  }
  .outlined {
    font-size: 6px;
    margin-left: 0;
  }
  .hero-content > p {
    font-size: 12px;
    max-width: 430px;
    margin: 18px 0 23px;
    line-height: 1.7;
  }
  .hero-meta .match {
    width: auto;
    font-size: 10px;
  }
  .hero-meta {
    gap: 10px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .btn {
    padding: 12px 16px;
    font-size: 11px;
  }
  .hero-actions .circle {
    width: 41px;
    height: 41px;
  }
  .hero-actions .btn svg {
    width: 16px;
  }
  .hero-note {
    margin-top: 17px;
  }
  .hero-bottom {
    bottom: 28px;
    font-size: 7px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .welcome-strip {
    padding: 19px 0;
    margin-bottom: 35px;
  }
  .welcome-strip > span {
    display: none;
  }
  .welcome-strip p {
    font-size: 11px;
  }
  .section-head h2 {
    font-size: 22px;
  }
  .section-head a {
    font-size: 0;
    gap: 0;
  }
  .section-head a svg {
    width: 23px;
  }
  .section-head .eyebrow {
    font-size: 7px;
  }
  .chips {
    gap: 7px;
    margin-bottom: 20px;
  }
  .chip {
    font-size: 10px;
    padding: 7px 13px;
  }
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .card-art {
    aspect-ratio: 0.9;
  }
  .card-title.aurora {
    font-size: 30px;
  }
  .card-title.bosque {
    font-size: 25px;
  }
  .card-meta {
    padding-top: 11px;
  }
  .card-meta h3 {
    font-size: 11px;
  }
  .card-meta span {
    font-size: 8px;
  }
  .card-meta .icon {
    width: 25px;
    height: 25px;
  }
  .demo-label {
    font-size: 5px;
    top: 12px;
    right: 8px;
    padding: 3px;
  }
  .card-logo {
    left: 10px;
    top: 8px;
    font-size: 18px;
  }
  .studio-banner {
    padding: 28px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .orbit-mark {
    font-size: 60px;
    width: 65px;
    order: 2;
  }
  .studio-banner > div:nth-child(2) {
    width: 100%;
  }
  .studio-banner h2 {
    font-size: 27px;
  }
  .studio-banner .btn {
    order: 3;
    margin-left: auto;
    max-width: 205px;
    font-size: 10px;
    padding: 12px;
  }
  .studio-banner p br {
    display: none;
  }
  .studio-banner .eyebrow {
    font-size: 7px;
  }
  footer {
    flex-wrap: wrap;
    padding: 30px 5%;
    gap: 25px;
  }
  footer > span {
    text-align: right;
    font-size: 8px;
  }
  footer > a {
    font-size: 9px;
  }
  .home-main {
    padding-bottom: 40px;
  }
  .shelf {
    margin-bottom: 35px;
  }
  .catalog-page {
    padding-top: 120px;
  }
  .catalog-page h1 {
    font-size: 33px;
  }
  .catalog-page > .eyebrow {
    font-size: 8px;
  }
  .catalog-page > p {
    font-size: 12px;
  }
  .catalog-controls {
    gap: 10px;
    flex-direction: column;
    margin: 25px 0;
  }
  .catalog-controls > select {
    width: 100%;
  }
  .search-box {
    margin: 0;
    max-width: none;
  }
  .continue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .continue-card h3 {
    font-size: 11px;
  }
  .continue-card p {
    font-size: 9px;
  }
  .continue-card > img {
    height: 110px;
  }
  .play-circle {
    top: 30px;
  }
  .details-modal .detail-hero {
    height: 250px;
    padding: 25px;
  }
  .detail-hero h2 {
    font-size: 28px;
  }
  .detail-body {
    padding: 0 20px 25px;
  }
  .detail-body .section-head {
    flex-wrap: wrap;
  }
  .detail-body .section-head select {
    width: 100%;
    max-width: none;
  }
  .episode {
    gap: 10px;
  }
  .episode-number {
    font-size: 12px;
  }
  .episode-thumb {
    width: 96px;
    height: 63px;
  }
  .episode-thumb svg {
    top: 22px;
    left: 40px;
    width: 16px;
  }
  .episode p {
    font-size: 9px;
    -webkit-line-clamp: 2;
  }
  .episode h4 {
    font-size: 12px;
  }
  .episode small {
    font-size: 8px;
  }
  .player-heading {
    padding: 25px 20px 15px;
  }
  .player-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .studio-gate h1 {
    font-size: 34px;
  }
  .studio-gate p {
    font-size: 12px;
  }
  .studio-layout {
    display: block;
  }
  .studio-layout aside {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 5%;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ffffff12;
    gap: 20px;
  }
  .studio-layout aside .brand {
    width: 76px;
    height: 58px;
    margin: 0;
  }
  .workspace-label,
  .aside-bottom {
    display: none;
  }
  .studio-layout aside nav {
    flex-direction: row;
    gap: 2px;
    margin-left: auto;
  }
  .studio-layout aside nav > * {
    padding: 10px;
    font-size: 0;
    gap: 0;
  }
  .studio-layout aside nav svg {
    width: 20px;
  }
  .studio-content {
    margin-left: 0;
  }
  .studio-top {
    height: 55px;
    padding: 0 5%;
    font-size: 10px;
  }
  .studio-content main {
    padding: 25px 5% 50px;
  }
  .dashboard-heading {
    align-items: flex-start;
    flex-direction: column;
    margin: 15px 0 25px;
    gap: 17px;
  }
  .dashboard-heading h1 {
    font-size: 29px;
  }
  .dashboard-heading .eyebrow {
    font-size: 8px;
  }
  .dashboard-heading .btn {
    font-size: 11px;
    padding: 10px 17px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
    margin: 25px 0 35px;
    gap: 12px;
  }
  .stats > div {
    padding: 20px;
  }
  .stats span {
    font-size: 10px;
  }
  .studio-projects {
    gap: 15px;
  }
  .studio-card > div {
    padding: 14px;
  }
  .studio-card h3 {
    font-size: 15px;
  }
  .studio-card .eyebrow {
    font-size: 6px;
  }
  .studio-card p {
    font-size: 9px;
  }
  .studio-card .btn {
    font-size: 10px;
    padding: 8px;
    gap: 6px;
  }
  .studio-card .btn svg:last-child {
    display: none;
  }
  .studio-cover .status {
    font-size: 7px;
    top: 8px;
    left: 8px;
    padding: 3px 6px;
  }
  .new-project-card {
    min-height: 220px;
    padding: 20px;
  }
  .new-project-card h3 {
    font-size: 14px;
  }
  .new-project-card p {
    font-size: 10px;
  }
  .panel {
    padding: 20px;
  }
  .editor-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .seasons-panel .section-head h2 {
    font-size: 16px;
  }
  .edit-episode {
    gap: 9px;
  }
  .edit-episode > img {
    width: 62px;
  }
  .edit-episode .icon {
    width: 29px;
  }
  .form-grid {
    gap: 0 12px;
  }
  dialog {
    padding: 30px 24px;
  }
  .profiles-modal {
    padding: 50px 20px;
  }
  .profiles {
    gap: 22px;
  }
  .profiles .avatar {
    width: 65px;
    height: 65px;
  }
  .profiles .avatar i {
    bottom: 10px;
  }
  .profiles strong {
    font-size: 10px;
  }
  .auth-modal > h2 {
    font-size: 25px;
  }
  .auth-brand {
    margin-bottom: 10px;
  }
  .form-modal h2 {
    font-size: 25px;
  }
  .form-modal p {
    font-size: 12px;
  }
  .form-grid label {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  header {
    gap: 10px;
  }
  header nav {
    gap: 12px;
  }
  .studio-link {
    display: none;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero h1 span {
    letter-spacing: 5px;
  }
  .hero-meta .match {
    width: 100%;
  }
  .hero-actions .btn {
    padding: 11px 12px;
  }
  .hero-actions .circle {
    width: 35px;
    height: 35px;
  }
  .hero-content .eyebrow {
    letter-spacing: 1px;
  }
  .outlined {
    padding: 3px 5px;
  }
  .card-title.aurora {
    font-size: 25px;
  }
  .card-title.neon {
    font-size: 25px;
  }
  .card-title.bosque {
    font-size: 23px;
  }
  .card-meta h3 {
    font-size: 10px;
  }
  .card-meta span {
    font-size: 7px;
  }
  .studio-projects {
    grid-template-columns: 1fr;
  }
  .studio-banner .btn {
    max-width: 175px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.hero h1.long-title {
  font-family: Nexus, "Segoe UI", sans-serif;
  font-size: clamp(36px, 4.3vw, 66px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  max-width: 540px;
  overflow-wrap: anywhere;
}
.hero-content > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-dots button {
  position: relative;
}
.hero-dots button:before {
  content: "";
  position: absolute;
  inset: -10px -3px;
}
.hero-dots button:hover {
  background: #d3a0ff;
}
.genre-field { grid-column: 1 / -1; border: 1px solid #564364; border-radius: 14px; padding: 14px; margin: 14px 0; min-width: 0; }
.genre-field legend { color: #fff; font-weight: 700; padding: 0 8px; }
.genre-field legend small { color: #bcaacb; font-weight: 400; }
.genre-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.genre-choice { display: inline-flex; align-items: center; cursor: pointer; }
.genre-choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.genre-choice span { border: 1px solid #61496f; border-radius: 999px; padding: 8px 12px; color: #e6dbea; font-size: 13px; }
.genre-choice input:checked + span { background: #8738d5; border-color: #bd76ff; color: #fff; }
.genre-choice input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.members-grid { display: grid; grid-template-columns: minmax(260px, 380px) minmax(0, 1fr); gap: 24px; align-items: start; }
.members-grid .panel { min-width: 0; }
.members-grid .panel h2 { display: flex; align-items: center; gap: 10px; }
.member-list { display: grid; gap: 12px; margin-top: 22px; }
.member-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; padding: 16px; border: 1px solid #493958; border-radius: 16px; background: #21182b; }
.member-identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.member-identity > div { display: grid; gap: 4px; min-width: 0; }
.member-identity strong, .member-identity span { overflow-wrap: anywhere; }
.member-identity span { color: #bcaacb; font-size: 12px; }
.member-role { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.member-role select { min-width: 145px; }
.member-role small { color: #bcaacb; }
.member-role .form-error { width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 900px) { .members-grid { grid-template-columns: 1fr; } }
