/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Lexend", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
@font-face {
  font-family: "Lexend";
  src: url("/assets/fonts/lexend.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@layer base {
  :root {
    color-scheme: dark;
    --page: #07080b;
    --page-alt: #081225;
    --surface: #0a1d3d;
    --surface-2: #0d2a56;
    --surface-3: #12366b;
    --surface-soft: #101827;
    --header: #06070a;
    --footer: #070b13;
    --text: #f5f7fa;
    --heading: #ffffff;
    --muted: #9ba8ba;
    --subtle: #697a91;
    --line: rgba(99, 150, 214, 0.24);
    --line-strong: rgba(99, 150, 214, 0.42);
    --orange: #f16022;
    --orange-hover: #ff7440;
    --orange-soft: rgba(241, 96, 34, 0.14);
    --teal: #2dd4bf;
    --green: #38d996;
    --yellow: #f4c84a;
    --red: #ff6b6b;
    --blue: #64a6ff;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.18);
    --content: 1180px;
    --header-height: 76px;
  }
  :root[data-theme="light"] {
    color-scheme: light;
    --page: #f4f6fb;
    --page-alt: #eaf0f8;
    --surface: #ffffff;
    --surface-2: #e9f0fa;
    --surface-3: #dbe7f5;
    --surface-soft: #f8faff;
    --header: #ffffff;
    --footer: #07162d;
    --text: #233651;
    --heading: #0b1f3a;
    --muted: #5c6d84;
    --subtle: #7b8ba0;
    --line: rgba(20, 61, 110, 0.16);
    --line-strong: rgba(20, 61, 110, 0.3);
    --orange-soft: rgba(241, 96, 34, 0.11);
    --shadow: 0 18px 45px rgba(18, 49, 88, 0.13);
    --shadow-soft: 0 10px 28px rgba(18, 49, 88, 0.09);
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
    background: var(--page);
  }
  body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--page);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
  }
  body.has-overlay {
    overflow: hidden;
  }
  body.auth-page, body.error-page {
    background: #07162d;
  }
  img, svg {
    display: block;
    max-width: 100%;
  }
  img {
    object-fit: cover;
  }
  button, input, select, textarea {
    color: inherit;
    font: inherit;
    letter-spacing: 0;
  }
  button, select {
    cursor: pointer;
  }
  button:disabled {
    cursor: not-allowed;
    opacity: 0.52;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  h1, h2, h3, p {
    margin-top: 0;
  }
  h1, h2, h3 {
    color: var(--heading);
    font-weight: 760;
    line-height: 1.15;
    letter-spacing: 0;
  }
  p {
    color: var(--muted);
  }
  ::selection {
    background: var(--orange);
    color: #fff;
  }
  :focus-visible {
    outline: 3px solid rgba(241, 96, 34, 0.58);
    outline-offset: 3px;
  }
}
@layer components {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .skip-link {
    position: fixed;
    z-index: 2000;
    top: 12px;
    left: 12px;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: 6px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }
  .button:hover {
    transform: translateY(-1px);
  }
  .button-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 8px 20px rgba(241, 96, 34, 0.2);
  }
  .button-primary:hover {
    background: var(--orange-hover);
  }
  .button-outline {
    border-color: var(--line-strong);
    background: transparent;
    color: var(--heading);
  }
  .button-outline:hover, .button-ghost:hover {
    border-color: var(--orange);
    background: var(--orange-soft);
    color: var(--heading);
  }
  .button-ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
  }
  .button-muted {
    border-color: var(--line);
    background: var(--surface-soft);
    color: var(--muted);
  }
  .button-danger {
    background: var(--red);
    color: #fff;
  }
  .button-compact {
    min-height: 35px;
    padding: 7px 14px;
    font-size: 13px;
  }
  .button-small {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 12px;
  }
  .button-large {
    min-height: 50px;
    padding: 12px 22px;
  }
  .button-grow {
    width: 100%;
  }
  .button-row, .hero-actions, .card-actions, .modal-actions, .music-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    color: var(--text);
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
  }
  .icon-button:hover, .icon-button.is-active {
    border-color: var(--orange);
    background: var(--orange-soft);
    color: var(--orange);
  }
  .icon-button-accent {
    border-color: var(--orange);
    background: var(--orange);
    color: #fff;
  }
  .icon-button.danger {
    color: var(--red);
  }
  .eyebrow, .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 23px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
    white-space: nowrap;
  }
  .badge-accent {
    background: var(--orange-soft);
    color: var(--orange);
  }
  .badge-success {
    background: rgba(56, 217, 150, 0.13);
    color: var(--green);
  }
  .badge-warning {
    background: rgba(244, 200, 74, 0.13);
    color: var(--yellow);
  }
  .badge-danger {
    background: rgba(255, 107, 107, 0.13);
    color: var(--red);
  }
  .badge-muted {
    background: rgba(155, 168, 186, 0.13);
    color: var(--muted);
  }
  .badge-outline {
    border: 1px solid var(--line);
    color: var(--blue);
  }
  .site-header {
    position: sticky;
    z-index: 900;
    top: 0;
    min-height: var(--header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--header);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--header) 94%, transparent);
    }
    backdrop-filter: blur(14px);
  }
  .header-inner {
    display: grid;
    grid-template-columns: max-content 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(calc(100% - 40px), var(--content));
    min-height: var(--header-height);
    margin: 0 auto;
  }
  .social-links {
    display: flex;
    gap: 16px;
  }
  .social-links a {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--text);
    transition: border-color 150ms ease, color 150ms ease;
  }
  .social-icon {
    flex: none;
    width: 24px;
    height: 24px;
    fill: currentColor;
  }
  .social-links a:hover {
    border-color: var(--orange);
    color: var(--orange);
  }
  .brand {
    display: block;
    width: 132px;
  }
  .brand img {
    width: 132px;
    height: auto;
    object-fit: contain;
  }
  .brand-light {
    display: none;
  }
  :root[data-theme="light"] .brand-dark {
    display: none;
  }
  :root[data-theme="light"] .brand-light {
    display: block;
  }
  .desktop-nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
  }
  .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 620;
  }
  .nav-link::after {
    position: absolute;
    right: 13px;
    bottom: 16px;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background: var(--orange);
    content: "";
    opacity: 0;
    transform: scaleX(0.2);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .nav-link:hover, .nav-link.is-active {
    color: var(--heading);
  }
  .nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .profile-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 3px 9px 3px 4px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--text);
  }
  .profile-label {
    font-size: 12px;
    font-weight: 650;
  }
  .mobile-menu-toggle, .mobile-nav {
    display: none;
  }
  .theme-icon-light {
    display: none;
  }
  :root[data-theme="light"] .theme-icon-dark {
    display: none;
  }
  :root[data-theme="light"] .theme-icon-light {
    display: block;
  }
  .page-hero {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: #07162d;
    color: #fff;
  }
  .page-hero-home {
    min-height: 510px;
    background: #05070b;
  }
  .hero-glow {
    position: absolute;
    inset: 0 0 0 48%;
    background: #0b3269;
    opacity: 0.58;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 47%);
    align-items: center;
    width: min(calc(100% - 40px), var(--content));
    min-height: inherit;
    margin: 0 auto;
    padding: 42px 0 54px;
  }
  .page-hero-home .hero-inner {
    grid-template-columns: minmax(0, 56%) minmax(360px, 44%);
  }
  .hero-copy {
    position: relative;
    z-index: 3;
    max-width: 650px;
  }
  .hero-copy h1 {
    max-width: 620px;
    margin: 12px 0 16px;
    color: #fff;
    font-size: 45px;
    font-weight: 820;
  }
  .page-hero-home .hero-copy h1 {
    font-size: 56px;
  }
  .hero-copy p {
    max-width: 600px;
    margin-bottom: 25px;
    color: #c5d0df;
    font-size: 15px;
  }
  .hero-visual {
    position: absolute;
    right: -2%;
    bottom: 0;
    width: 54%;
    height: 94%;
  }
  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
  .genre-ticker {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid var(--line);
    background: var(--page);
  }
  .genre-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 48px;
    padding: 0 20px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 650;
    text-transform: uppercase;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .genre-track::-webkit-scrollbar {
    display: none;
  }
  .genre-track span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
  }
  .genre-track i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange);
  }
  .stats-band {
    padding: 34px 20px;
    background: var(--page);
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 980px);
    margin: 0 auto;
  }
  .stat-card {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 78px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .stat-icon, .info-card-icon, .support-card > span, .topic-card > span, .notification-icon, .file-type-icon, .mini-project-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
  }
  .stat-card strong, .stat-card span {
    display: block;
  }
  .stat-card strong {
    color: var(--heading);
    font-size: 21px;
  }
  .stat-card div > span {
    color: var(--muted);
    font-size: 10px;
  }
  .section {
    width: min(100%, var(--content));
    margin: 0 auto;
    padding: 76px 20px;
  }
  .section-blue {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: max(20px, calc((100vw - var(--content)) / 2 + 20px));
    padding-left: max(20px, calc((100vw - var(--content)) / 2 + 20px));
    background: var(--page-alt);
  }
  .section-narrow {
    width: min(100%, 980px);
  }
  .no-top-padding {
    padding-top: 0;
  }
  .section-heading {
    max-width: 760px;
    margin-bottom: 35px;
  }
  .section-heading.centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-heading h2 {
    margin: 8px 0 12px;
    font-size: 34px;
  }
  .section-heading p {
    margin: 0;
    font-size: 14px;
  }
  .section-action {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
  .about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 44%);
    align-items: center;
    gap: 62px;
  }
  .about-copy h2 {
    max-width: 620px;
    margin: 10px 0 18px;
    font-size: 40px;
  }
  .about-copy > p {
    max-width: 680px;
    margin-bottom: 24px;
  }
  .about-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0 27px;
  }
  .about-lists h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .check-list, .x-list, .bullet-list, .activity-list, .contact-list, .number-list, .rules-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .check-list li, .x-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
  }
  .check-list svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--green);
  }
  .x-list svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--red);
  }
  .bullet-list li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 16px;
    color: var(--muted);
    font-size: 12px;
  }
  .bullet-list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
  }
  .bullet-list.compact li {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .about-visual {
    display: flex;
    justify-content: center;
  }
  .about-ring {
    width: min(100%, 430px);
    aspect-ratio: 1;
    padding: 8px;
    border: 3px solid var(--orange);
    border-radius: 50%;
    box-shadow: 22px 0 0 var(--surface-2);
  }
  .about-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .discovery-toolbar, .section-toolbar, .filter-row, .results-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
  }
  .compact-toolbar {
    margin-top: -10px;
  }
  .results-summary {
    margin: -8px 0 18px;
    color: var(--muted);
    font-size: 11px;
  }
  .segmented {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
  }
  .segmented button, .segmented a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
  }
  .segmented button.is-active, .segmented a.is-active {
    background: var(--orange);
    color: #fff;
  }
  .inline-search, .search-input, .select-field, .search-field {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--muted);
  }
  .inline-search {
    width: min(300px, 100%);
    justify-content: space-between;
    padding: 9px 10px 9px 16px;
    font-size: 11px;
  }
  .search-input {
    width: min(420px, 100%);
    padding: 0 15px;
  }
  .search-input:focus-within, .select-field:focus-within, .field input:focus, .field textarea:focus, .field select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px var(--orange-soft);
  }
  .search-input input, .search-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
  }
  .select-field {
    position: relative;
    min-width: 160px;
    padding: 0 12px;
  }
  .select-field select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    color: var(--text);
    font-size: 11px;
  }
  .select-field svg {
    pointer-events: none;
  }
  .layout-toggle {
    display: inline-flex;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
  }
  .layout-toggle button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--muted);
  }
  .layout-toggle button.is-active {
    background: var(--orange);
    color: #fff;
  }
  .song-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .song-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
    transition: transform 180ms ease, border-color 180ms ease;
  }
  .song-card:hover {
    border-color: var(--line-strong);
    transform: translateY(-3px);
  }
  .song-artwork {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--surface-soft);
  }
  .song-artwork::after {
    position: absolute;
    inset: 55% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
    content: "";
    pointer-events: none;
  }
  .song-artwork img {
    width: 100%;
    height: 100%;
    transition: transform 280ms ease;
  }
  .song-card:hover .song-artwork img {
    transform: scale(1.025);
  }
  .play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0 0 0 2px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--orange);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
  }
  .song-duration {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 8px;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 9px;
  }
  .song-copy {
    padding: 15px;
  }
  .song-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  .song-title-row h3 {
    margin-bottom: 4px;
    font-size: 17px;
  }
  .song-title-row h3 a:hover {
    color: var(--orange);
  }
  .song-title-row p {
    margin: 0;
    font-size: 11px;
  }
  .song-meta {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
  }
  .song-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .song-meta button {
    display: inline-flex;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
  }
  .song-list {
    grid-template-columns: 1fr;
  }
  .song-list .song-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .song-list .song-artwork {
    aspect-ratio: 16 / 10;
  }
  .compact-song-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .empty-state {
    grid-column: 1 / -1;
    padding: 65px 20px;
    border: 1px dashed var(--line-strong);
    border-radius: 8px;
    text-align: center;
  }
  .empty-state svg {
    margin: 0 auto 12px;
    color: var(--orange);
  }
  .empty-state h3 {
    margin-bottom: 5px;
  }
  .cta-wrap {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .cta-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    align-items: center;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0a2b5a;
    color: #fff;
  }
  .cta-copy {
    position: relative;
    z-index: 3;
    max-width: 580px;
    padding: 40px 46px;
  }
  .cta-copy h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
  }
  .cta-copy p {
    max-width: 480px;
    color: #c2cfdf;
    font-size: 13px;
  }
  .cta-band > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
  .site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--footer);
    color: #dce4ef;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 0.8fr 1.25fr;
    gap: 42px;
    width: min(calc(100% - 40px), var(--content));
    margin: 0 auto;
    padding: 55px 0 38px;
  }
  .footer-brand img {
    width: 128px;
    margin-bottom: 16px;
  }
  .footer-brand p, .newsletter p {
    color: #8fa0b7;
    font-size: 11px;
  }
  .footer-social {
    margin-top: 18px;
  }
  .footer-social a {
    color: #f5f7fa;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer-column h3 {
    margin-bottom: 5px;
    color: var(--orange);
    font-size: 13px;
  }
  .footer-link {
    color: #aab7c8;
    font-size: 11px;
  }
  .footer-link:hover {
    color: #fff;
  }
  .newsletter-form {
    display: grid;
    gap: 9px;
    width: 100%;
  }
  .newsletter-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
  }
  .newsletter-fields input[type=email] {
    width: 100%;
    min-width: 0;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    outline: 0;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 11px;
  }
  .newsletter-fields input[type=email]:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(241, 96, 34, 0.16);
  }
  .newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #8fa0b7;
    font-size: 10px;
    line-height: 1.5;
    cursor: pointer;
  }
  .newsletter-consent input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-top: 1px;
    accent-color: var(--orange);
  }
  .newsletter-consent a {
    color: var(--orange);
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .newsletter-alert {
    text-align: left;
  }
  .newsletter-form .icon-button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 6px;
  }
  .contact-list {
    display: grid;
    gap: 7px;
    margin-top: 12px;
    color: #8fa0b7;
    font-size: 10px;
  }
  .contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    width: min(calc(100% - 40px), var(--content));
    margin: 0 auto;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #68788f;
    font-size: 9px;
  }
  .guideline-grid, .standards-grid, .support-grid, .topic-grid, .dashboard-grid, .forum-dashboard {
    display: grid;
    gap: 16px;
  }
  .guideline-grid, .standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .info-card, .dashboard-card, .support-card, .topic-card, .content-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
  }
  .info-card {
    padding: 24px;
  }
  .info-card h3 {
    margin: 14px 0 13px;
    font-size: 17px;
  }
  .upload-section {
    padding-top: 58px;
  }
  .wizard-shell {
    width: min(100%, 880px);
    margin: 0 auto;
  }
  .wizard-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
  }
  .wizard-steps::before {
    position: absolute;
    top: 23px;
    right: 16.667%;
    left: 16.667%;
    height: 1px;
    background: var(--line-strong);
    content: "";
  }
  .wizard-steps li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .wizard-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: var(--surface);
    color: var(--muted);
  }
  .wizard-steps li.is-current .wizard-step-icon {
    border-color: var(--orange);
    background: var(--orange);
    color: #fff;
  }
  .wizard-steps li.is-complete .wizard-step-icon {
    border-color: var(--green);
    color: var(--green);
  }
  .wizard-steps strong, .wizard-steps small {
    display: block;
  }
  .wizard-steps strong {
    color: var(--heading);
    font-size: 11px;
  }
  .wizard-steps small {
    color: var(--muted);
    font-size: 8px;
  }
  .wizard-panel {
    padding: 28px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .wizard-panel-heading {
    margin-bottom: 20px;
  }
  .wizard-panel-heading h3 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .wizard-panel-heading p {
    margin: 0;
    font-size: 11px;
  }
  .media-type-list {
    display: grid;
    gap: 10px;
  }
  .media-type-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: transparent;
    color: var(--text);
    text-align: left;
  }
  .media-type-card.is-selected {
    border-color: var(--orange);
    background: var(--orange-soft);
  }
  .media-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--surface-2);
    color: var(--orange);
  }
  .media-type-card strong, .media-type-card small, .media-type-card em {
    display: block;
  }
  .media-type-card strong {
    color: var(--heading);
    font-size: 13px;
  }
  .media-type-card small {
    color: var(--muted);
    font-size: 10px;
  }
  .media-type-card em {
    margin-top: 3px;
    color: var(--orange);
    font-size: 8px;
    font-style: normal;
  }
  .radio-dot {
    width: 15px;
    height: 15px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
  }
  .media-type-card.is-selected .radio-dot {
    border: 4px solid var(--orange);
  }
  .wizard-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
  }
  .wizard-actions-forward {
    justify-content: flex-end;
  }
  .upload-file-fieldset, .replacement-file-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .upload-file-slots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 14px;
  }
  .upload-file-slot {
    position: relative;
    min-width: 0;
  }
  .upload-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
  .upload-file-slot .upload-dropzone {
    height: 100%;
    min-height: 250px;
    padding: 32px 18px 24px;
  }
  .upload-file-input:focus-visible + .upload-dropzone {
    border-color: var(--orange);
    outline: 3px solid color-mix(in srgb, var(--orange) 28%, transparent);
    outline-offset: 3px;
  }
  .upload-file-slot.has-selection .upload-dropzone {
    border-style: solid;
    border-color: color-mix(in srgb, var(--orange) 72%, var(--line-strong));
    background: color-mix(in srgb, var(--orange-soft) 48%, var(--surface-soft));
  }
  .upload-slot-title {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 0 12px !important;
  }
  .upload-slot-requirement {
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--muted);
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
  }
  .upload-file-slot:first-child .upload-slot-requirement {
    background: var(--orange-soft);
    color: var(--orange);
  }
  .upload-slot-filename {
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }
  .upload-dropzone .upload-slot-help {
    margin: 7px 0 15px;
    line-height: 1.45;
  }
  .upload-slot-status {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.4;
  }
  .upload-slot-clear {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--muted);
    font: inherit;
    font-size: 9px;
  }
  .upload-slot-clear:hover, .upload-slot-clear:focus-visible {
    border-color: var(--orange);
    outline: 0;
    color: var(--orange);
  }
  .upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 25px;
    border: 1px dashed var(--line-strong);
    border-radius: 8px;
    background: var(--surface-soft);
    text-align: center;
    cursor: pointer;
  }
  .upload-dropzone > svg {
    margin-bottom: 14px;
    color: var(--orange);
  }
  .upload-dropzone strong {
    color: var(--heading);
  }
  .upload-dropzone span {
    margin: 5px 0 15px;
    color: var(--muted);
    font-size: 10px;
  }
  .upload-dropzone em {
    font-style: normal;
  }
  .notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: 11px;
  }
  .notice-info {
    background: rgba(100, 166, 255, 0.07);
    color: var(--blue);
  }
  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .form-stack {
    display: grid;
    gap: 15px;
  }
  .field {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: var(--text);
  }
  .field > span {
    color: var(--text);
    font-size: 11px;
    font-weight: 650;
  }
  .field-full {
    grid-column: 1 / -1;
  }
  .field input, .field textarea, .field select {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    outline: 0;
    background: var(--surface-soft);
    color: var(--text);
    font-size: 12px;
    resize: vertical;
  }
  .field input {
    min-height: 43px;
  }
  .field textarea {
    min-height: 92px;
  }
  .field input::placeholder, .field textarea::placeholder {
    color: var(--subtle);
  }
  .review-card {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface-soft);
  }
  .review-card > .badge {
    margin-left: auto;
  }
  .review-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
  }
  .review-card strong, .review-card span {
    display: block;
  }
  .review-card div > span {
    color: var(--muted);
    font-size: 10px;
  }
  .review-card > div {
    min-width: 0;
  }
  .review-file-list {
    display: grid;
    gap: 5px;
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
  }
  .review-file-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    color: var(--muted);
    font-size: 10px;
  }
  .review-file-list b {
    overflow: hidden;
    color: var(--text);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .replacement-file-fieldset {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .replacement-file-fieldset legend {
    padding: 0 6px;
    color: var(--heading);
    font-size: 12px;
    font-weight: 700;
  }
  .replacement-file-fieldset legend small, .replacement-file-grid .field > span small {
    color: var(--muted);
    font-size: 9px;
    font-weight: 500;
  }
  .replacement-file-fieldset > p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
  }
  .replacement-file-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 12px;
  }
  .replacement-file-grid .field > small {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.4;
  }
  .replacement-file-grid input[type=file] {
    min-height: 48px;
    padding: 7px;
    font-size: 10px;
  }
  .replacement-file-grid input[type=file]::file-selector-button {
    min-height: 32px;
    margin-right: 8px;
    padding: 6px 9px;
    border: 1px solid var(--line-strong);
    border-radius: 6px;
    background: var(--surface);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-weight: 650;
  }
  .review-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
  }
  .review-list div {
    padding: 12px;
    border-bottom: 1px solid var(--line);
  }
  .review-list dt {
    color: var(--muted);
    font-size: 9px;
    text-transform: uppercase;
  }
  .review-list dd {
    margin: 3px 0 0;
    color: var(--heading);
    font-size: 12px;
  }
  .consent-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
    font-size: 11px;
    cursor: pointer;
  }
  .consent-row.compact {
    align-items: center;
  }
  .consent-row input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
    accent-color: var(--orange);
  }
  .community-dashboard {
    padding-bottom: 22px;
  }
  .dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .competition-info {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dashboard-card {
    padding: 17px;
  }
  .dashboard-card > header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
  }
  .dashboard-card > header > span {
    color: var(--orange);
  }
  .dashboard-card h3 {
    margin: 0;
    font-size: 13px;
  }
  .mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
  }
  .mini-stats div {
    padding: 8px;
    border-radius: 6px;
    background: var(--surface-soft);
  }
  .mini-stats dt {
    color: var(--muted);
    font-size: 8px;
  }
  .mini-stats dd {
    margin: 2px 0 0;
    color: var(--heading);
    font-size: 15px;
    font-weight: 750;
  }
  .activity-list {
    display: grid;
    gap: 9px;
  }
  .activity-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 10px;
  }
  .activity-list i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
  }
  .content-panel {
    padding: 22px;
  }
  .panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }
  .panel-heading h2 {
    margin: 5px 0 0;
    font-size: 21px;
  }
  .panel-heading > strong {
    color: var(--orange);
    font-size: 18px;
  }
  .collaborator-filters {
    display: grid;
    grid-template-columns: 1.7fr repeat(4, minmax(120px, 0.75fr));
    gap: 9px;
    margin-bottom: 20px;
  }
  .collaborator-filters .search-input, .collaborator-filters .select-field {
    width: 100%;
    min-width: 0;
  }
  .collaborator-grid, .competition-grid, .artist-grid, .genre-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .collaborator-card, .competition-card, .artist-card, .genre-card {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
  }
  .collaborator-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
  }
  .avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: var(--surface-3);
    color: var(--heading);
    font-size: 11px;
    font-weight: 800;
  }
  .avatar-sm {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 9px;
  }
  .avatar-lg {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    font-size: 14px;
  }
  .avatar-xl {
    width: 108px;
    height: 108px;
    flex-basis: 108px;
    font-size: 28px;
  }
  .avatar-coral {
    background: #713326;
    color: #ffb29a;
  }
  .avatar-blue {
    background: #1b4476;
    color: #a9d1ff;
  }
  .avatar-teal {
    background: #14584f;
    color: #94f0df;
  }
  .avatar-gold {
    background: #66531d;
    color: #ffe18a;
  }
  .collaborator-card h3 {
    margin: 0 0 2px;
    font-size: 14px;
  }
  .collaborator-card p {
    margin: 0;
    font-size: 10px;
  }
  .collaborator-location, .profile-location {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 11px 0;
    color: var(--muted);
    font-size: 10px;
  }
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 9px;
    font-style: normal;
  }
  button.tag:hover {
    border-color: var(--orange);
    color: var(--orange);
  }
  .collaborator-stats {
    display: flex;
    gap: 14px;
    margin: 13px 0;
    padding-top: 11px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 9px;
  }
  .collaborator-stats span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .collaborator-stats svg {
    color: var(--orange);
  }
  .request-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .request-tabs button {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 10px;
  }
  .request-tabs button.is-active {
    border-color: var(--orange);
    color: var(--orange);
  }
  .request-tabs span {
    margin-left: 4px;
    color: var(--orange);
  }
  .request-list, .entry-list, .management-list, .notification-list, .comment-list, .reply-list {
    display: grid;
    gap: 10px;
  }
  .request-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface-soft);
  }
  .request-main, .request-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .request-main h3 {
    margin: 0 0 3px;
    font-size: 13px;
  }
  .request-main p, .request-message {
    margin: 0;
    color: var(--muted);
    font-size: 9px;
  }
  .request-message {
    display: block;
    margin-top: 5px;
  }
  .profile-request-list .request-card {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .profile-request-list .request-main {
    min-width: 0;
    align-items: flex-start;
  }
  .profile-request-list .request-main > div {
    min-width: 0;
  }
  .profile-request-list .request-main h3, .profile-request-list .request-main p, .profile-request-list .request-message {
    overflow-wrap: anywhere;
  }
  .profile-request-list .request-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .profile-request-list .request-actions .badge {
    margin-right: auto;
  }
  .profile-request-list .request-actions .button {
    min-width: 0;
    flex: 1 1 calc(50% - 5px);
  }
  .profile-request-list > .empty-state {
    min-height: 0;
    padding: 28px 16px;
    border-radius: 16px;
  }
  .profile-request-list > .empty-state h3 {
    font-size: 15px;
  }
  .profile-request-list > .empty-state p {
    font-size: 12px;
    line-height: 1.5;
  }
  .subsection-title {
    margin: 18px 0 0;
    font-size: 14px;
  }
  .detail-section {
    padding-top: 48px;
  }
  .back-link, .auth-back, .text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
  }
  .profile-hero, .project-heading, .music-focus {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 22px 0 30px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
  }
  .profile-main {
    min-width: 0;
  }
  .profile-main h1, .project-heading h1, .music-info h1 {
    margin: 7px 0;
    font-size: 38px;
  }
  .profile-role {
    margin: 0;
    color: var(--orange);
    font-size: 14px;
  }
  .profile-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
  }
  .detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 18px;
  }
  .detail-main, .detail-sidebar {
    display: grid;
    gap: 18px;
  }
  .prose-card h2 {
    margin: 7px 0 13px;
    font-size: 23px;
  }
  .prose-card h3 {
    margin: 20px 0 7px;
    font-size: 15px;
  }
  .prose-card p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .mini-project-list {
    display: grid;
    gap: 9px;
  }
  .mini-project-list a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface-soft);
  }
  .mini-project-list strong, .mini-project-list small {
    display: block;
  }
  .mini-project-list strong {
    font-size: 12px;
  }
  .mini-project-list small {
    color: var(--muted);
    font-size: 9px;
  }
  .stacked-details {
    display: grid;
    gap: 0;
    margin: 0;
  }
  .stacked-details div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }
  .stacked-details div:last-child {
    border-bottom: 0;
  }
  .stacked-details dt {
    color: var(--muted);
    font-size: 10px;
  }
  .stacked-details dd {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: var(--heading);
    font-size: 10px;
    font-weight: 650;
    text-align: right;
  }
  .availability-card, .upload-security, .judges-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .availability-card h2, .availability-card p {
    margin: 0;
  }
  .availability-card p {
    margin-top: 4px;
    font-size: 10px;
  }
  .status-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(56, 217, 150, 0.12);
  }
  .project-heading {
    align-items: flex-start;
    justify-content: space-between;
  }
  .project-heading > div {
    max-width: 760px;
  }
  .project-heading > div > p {
    max-width: 700px;
    font-size: 13px;
  }
  .detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    color: var(--muted);
    font-size: 10px;
  }
  .detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .detail-meta a {
    color: var(--orange);
  }
  .progress {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--surface-soft);
  }
  .progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--orange);
  }
  .milestone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }
  .milestone-grid span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    font-size: 9px;
  }
  .milestone-grid span.is-done {
    color: var(--green);
  }
  .role-list {
    display: grid;
    gap: 8px;
  }
  .role-list div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border-radius: 6px;
    background: var(--surface-soft);
    font-size: 10px;
  }
  .role-list span {
    color: var(--orange);
  }
  .number-list {
    display: grid;
    gap: 7px;
  }
  .number-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 9px;
  }
  .number-list b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 8px;
  }
  .criteria-list {
    display: grid;
    gap: 6px;
    margin: 0;
  }
  .criteria-list div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 9px;
  }
  .criteria-list dt {
    color: var(--muted);
  }
  .criteria-list dd {
    margin: 0;
    color: var(--orange);
    font-weight: 750;
  }
  .competition-card {
    display: flex;
    flex-direction: column;
  }
  .competition-card header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  .competition-card h3 {
    margin: 8px 0 0;
    font-size: 15px;
  }
  .competition-category {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--muted);
    font-size: 8px;
  }
  .competition-card > p {
    min-height: 44px;
    margin: 12px 0;
    font-size: 10px;
  }
  .competition-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 8px;
  }
  .competition-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .competition-card .card-actions {
    margin-top: auto;
  }
  .rules-list {
    display: grid;
    gap: 10px;
  }
  .rules-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }
  .rules-list li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: 10px;
    font-weight: 750;
  }
  .rules-list p {
    margin: 4px 0 0;
    font-size: 11px;
  }
  .prize-card {
    text-align: center;
  }
  .prize-card > span {
    display: inline-flex;
    margin: 0 auto 10px;
    color: var(--yellow);
  }
  .prize-card h2 {
    margin-bottom: 5px;
    font-size: 19px;
  }
  .prize-card p {
    margin: 0;
    font-size: 10px;
  }
  .podium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 15px;
    margin: 36px 0;
  }
  .podium-card {
    position: relative;
    min-height: 260px;
    padding: 28px 20px 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    text-align: center;
  }
  .podium-card.place-1 {
    min-height: 300px;
    border-color: rgba(244, 200, 74, 0.6);
    order: 2;
  }
  .podium-card.place-2 {
    order: 1;
  }
  .podium-card.place-3 {
    order: 3;
  }
  .place-medal {
    display: inline-flex;
    color: var(--yellow);
  }
  .place-number {
    display: block;
    margin: 10px 0;
    color: var(--orange);
    font-size: 28px;
    font-weight: 820;
  }
  .podium-card h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .podium-card p {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .podium-card strong {
    color: var(--heading);
    font-size: 11px;
  }
  .podium-card .play-button {
    top: auto;
    bottom: 18px;
  }
  .judges-note {
    max-width: 850px;
    margin: 0 auto;
  }
  .judges-note > span {
    color: var(--orange);
  }
  .judges-note h2 {
    margin: 5px 0;
    font-size: 20px;
  }
  .judges-note p {
    margin: 0;
    font-size: 11px;
  }
  .forum-dashboard {
    grid-template-columns: 1fr 1.3fr;
  }
  .trending-tags {
    align-content: flex-start;
  }
  .forum-layout, .faq-layout, .legal-page, .account-layout {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }
  .forum-sidebar, .faq-categories, .legal-toc, .account-nav {
    position: sticky;
    top: calc(var(--header-height) + 18px);
  }
  .forum-sidebar h2, .faq-categories h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .forum-sidebar nav, .faq-categories {
    display: grid;
    gap: 5px;
  }
  .forum-sidebar button, .faq-categories button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    font-size: 9px;
    text-align: left;
  }
  .forum-sidebar button.is-active, .faq-categories button.is-active {
    background: var(--orange);
    color: #fff;
  }
  .forum-sidebar button strong {
    font-size: 8px;
  }
  .forum-content .section-toolbar {
    margin-bottom: 12px;
  }
  .discussion-list {
    display: grid;
    gap: 10px;
  }
  .discussion-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .discussion-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .discussion-title-row h3 {
    margin: 7px 0 0;
    font-size: 13px;
  }
  .discussion-link span {
    display: inline;
  }
  .discussion-link:hover {
    color: var(--orange);
  }
  .discussion-age {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 8px;
  }
  .discussion-main > p {
    margin: 9px 0;
    font-size: 10px;
  }
  .discussion-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 11px;
    padding-top: 9px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 8px;
  }
  .discussion-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .discussion-original header {
    display: flex;
    align-items: flex-start;
    gap: 13px;
  }
  .discussion-original h1 {
    margin: 8px 0 6px;
    font-size: 31px;
  }
  .discussion-original header p {
    margin: 0;
    font-size: 10px;
  }
  .discussion-body {
    padding: 24px 0;
    font-size: 13px;
  }
  .discussion-original footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
  }
  .post-actions {
    display: flex;
    gap: 8px;
  }
  .post-actions button, .reply-card button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 9px;
  }
  .post-actions button.is-active, .reply-card button.is-active {
    border-color: var(--orange);
    color: var(--orange);
  }
  .post-actions button.danger, .reply-card button.danger {
    color: #f58c8c;
  }
  .replies-section {
    margin-top: 25px;
  }
  .reply-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }
  .reply-card header, .comment-card header {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .reply-card header span, .comment-card header span {
    color: var(--muted);
    font-size: 8px;
  }
  .reply-card header .icon-button {
    margin-left: auto;
    padding: 5px;
  }
  .reply-card p {
    margin: 9px 0;
    font-size: 11px;
  }
  .reply-composer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    margin-top: 13px;
  }
  .composer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 8px;
  }
  .topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .topic-card {
    position: relative;
    padding: 22px;
  }
  .topic-card h3 {
    margin: 14px 0 7px;
    font-size: 14px;
  }
  .topic-card p {
    min-height: 48px;
    margin: 0;
    font-size: 10px;
  }
  .topic-card > svg {
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: var(--orange);
  }
  .faq-categories {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .faq-content {
    min-width: 0;
  }
  .faq-search {
    width: 100%;
    margin-bottom: 11px;
  }
  .faq-list {
    display: grid;
    gap: 8px;
  }
  .faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .faq-item > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 15px 17px;
    border: 0;
    background: transparent;
    color: var(--text);
    text-align: left;
  }
  .faq-item small, .faq-item strong {
    display: block;
  }
  .faq-item small {
    margin-bottom: 4px;
    color: var(--orange);
    font-size: 7px;
    text-transform: uppercase;
  }
  .faq-item strong {
    font-size: 11px;
  }
  .faq-item > button > svg {
    transition: transform 160ms ease;
  }
  .faq-answer {
    display: none;
    padding: 0 17px 15px;
  }
  .faq-answer p {
    margin: 0;
    font-size: 10px;
  }
  .faq-item.is-open .faq-answer {
    display: block;
  }
  .faq-item.is-open > button > svg {
    transform: rotate(180deg);
  }
  .support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 880px);
    margin: 0 auto;
  }
  .support-card {
    padding: 22px;
    text-align: center;
  }
  .support-card > span {
    margin: 0 auto 12px;
  }
  .support-card h3 {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .support-card p {
    min-height: 50px;
    margin-bottom: 8px;
    font-size: 9px;
  }
  .support-card a, .support-card strong {
    display: inline-flex;
    justify-content: center;
    color: var(--orange);
    font-size: 9px;
  }
  .support-card-accent {
    border-color: var(--orange);
    background: var(--orange);
  }
  .support-card-accent > span {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .support-card-accent h3, .support-card-accent p, .support-card-accent strong {
    color: #fff;
  }
  .standards-grid {
    width: min(100%, 980px);
    margin: 0 auto;
  }
  .standard-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .standard-card header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  .standard-card h2 {
    margin: 0;
    font-size: 19px;
  }
  .standard-good header > svg {
    color: var(--green);
  }
  .standard-bad header > svg {
    color: var(--red);
  }
  .legal-page {
    grid-template-columns: 230px minmax(0, 1fr);
    width: min(100%, 1030px);
  }
  .legal-toc {
    display: grid;
    gap: 7px;
    padding: 16px;
  }
  .legal-toc .eyebrow {
    margin-bottom: 5px;
  }
  .legal-toc a {
    padding: 7px 8px;
    border-radius: 5px;
    color: var(--muted);
    font-size: 9px;
  }
  .legal-toc a:hover {
    background: var(--orange-soft);
    color: var(--orange);
  }
  .legal-document {
    min-width: 0;
  }
  .legal-document > header {
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }
  .legal-document > header span {
    color: var(--orange);
    font-size: 9px;
    text-transform: uppercase;
  }
  .legal-document > header p {
    margin: 9px 0 0;
    color: var(--text);
    font-size: 12px;
  }
  .legal-document section {
    scroll-margin-top: calc(var(--header-height) + 24px);
    margin-bottom: 30px;
  }
  .legal-document h2 {
    margin-bottom: 9px;
    font-size: 22px;
  }
  .legal-document p, .legal-document li {
    font-size: 11px;
  }
  .artist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .artist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .artist-card > div:nth-child(2) {
    margin: 13px 0;
  }
  .artist-card h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .artist-card p, .artist-card div > span {
    margin: 0;
    color: var(--muted);
    font-size: 9px;
  }
  .artist-card div > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .artist-card .tag-list {
    justify-content: center;
    margin-bottom: 15px;
  }
  .artist-card .card-actions {
    width: 100%;
    margin-top: auto;
  }
  .genre-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .genre-card {
    position: relative;
    min-height: 170px;
    padding: 22px;
  }
  .genre-card > span {
    display: inline-flex;
    color: var(--orange);
  }
  .genre-card h2 {
    margin: 28px 0 4px;
    font-size: 18px;
  }
  .genre-card p {
    margin: 0;
    font-size: 10px;
  }
  .genre-card > svg {
    position: absolute;
    right: 17px;
    bottom: 17px;
    color: var(--muted);
  }
  .genre-card:hover {
    border-color: var(--orange);
  }
  .music-detail {
    padding-top: 46px;
  }
  .music-focus {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 34px;
  }
  .music-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 8px;
  }
  .music-cover img {
    width: 100%;
    height: 100%;
  }
  .play-button-large {
    width: 68px;
    height: 68px;
  }
  .music-info > p {
    max-width: 650px;
    margin: 16px 0;
    font-size: 13px;
  }
  .artist-link {
    color: var(--orange);
    font-size: 16px;
    font-weight: 680;
  }
  .music-actions {
    margin-top: 25px;
  }
  .comment-composer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 17px;
  }
  .comment-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
    border-top: 1px solid var(--line);
  }
  .comment-card header .icon-button {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    margin-left: auto;
  }
  .comment-card p {
    margin: 6px 0 0;
    font-size: 10px;
  }
  .account-page {
    padding-top: 48px;
  }
  .account-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
  }
  .account-heading h1 {
    margin: 7px 0;
    font-size: 38px;
  }
  .account-heading p {
    margin: 0;
  }
  .account-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }
  .account-nav {
    padding: 13px;
  }
  .account-user {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 6px 15px;
    border-bottom: 1px solid var(--line);
  }
  .account-user > div > strong, .account-user > div > span {
    display: block;
  }
  .account-user strong {
    font-size: 11px;
  }
  .account-user div > span {
    color: var(--muted);
    font-size: 8px;
  }
  .account-nav nav {
    display: grid;
    gap: 4px;
    padding: 12px 0;
  }
  .account-nav nav a, .account-logout {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    font-size: 10px;
    text-align: left;
  }
  .account-nav nav a.is-active {
    background: var(--orange-soft);
    color: var(--orange);
  }
  .account-logout {
    border-top: 1px solid var(--line);
    border-radius: 0;
    color: var(--red);
  }
  .account-content {
    display: grid;
    gap: 15px;
    min-width: 0;
  }
  .management-row, .notification-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }
  .management-row > img {
    width: 76px;
    height: 62px;
    border-radius: 6px;
  }
  .management-copy h2 {
    margin: 5px 0 3px;
    font-size: 14px;
  }
  .management-copy p {
    margin: 0;
    font-size: 9px;
  }
  .management-actions, .notification-actions {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .upload-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .upload-security h2 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .upload-security p {
    margin: 0;
    font-size: 10px;
  }
  .notification-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .notification-item.is-unread {
    border-left: 3px solid var(--orange);
    background: var(--surface);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--surface) 90%, var(--orange) 10%);
    }
  }
  .notification-item h2 {
    margin: 0 0 3px;
    font-size: 13px;
  }
  .notification-item p {
    margin: 0 0 4px;
    font-size: 9px;
  }
  .notification-item div > span {
    color: var(--muted);
    font-size: 8px;
  }
  .settings-tabs {
    width: fit-content;
  }
  .settings-form > header h2 {
    margin: 5px 0;
    font-size: 20px;
  }
  .settings-form > header p {
    margin: 0;
    font-size: 10px;
  }
  .settings-form > .button {
    justify-self: start;
  }
  .settings-form .form-alert {
    gap: 10px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
  }
  .avatar-editor {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--line);
  }
  .avatar-editor small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 8px;
  }
  .danger-zone {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-color: rgba(255, 107, 107, 0.35);
  }
  .danger-zone > span {
    color: var(--red);
  }
  .danger-zone h2 {
    margin: 0 0 4px;
    font-size: 15px;
  }
  .danger-zone p {
    margin: 0;
    font-size: 9px;
  }
  .search-page {
    padding-top: 55px;
  }
  .search-page-heading {
    max-width: 840px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .search-page-heading h1 {
    margin: 8px 0 22px;
    font-size: 42px;
  }
  .search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  .search-page-form .search-input {
    width: 100%;
    min-height: 50px;
  }
  .suggestion-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
  }
  .suggestion-strip > span {
    color: var(--muted);
    font-size: 9px;
  }
  .search-results {
    display: grid;
    gap: 55px;
  }
  .search-discussions {
    display: grid;
    gap: 8px;
  }
  .search-result-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface);
  }
  .search-result-row > span {
    color: var(--orange);
  }
  .search-result-row strong, .search-result-row small {
    display: block;
  }
  .search-result-row strong {
    font-size: 11px;
  }
  .search-result-row small {
    color: var(--muted);
    font-size: 8px;
  }
  .auth-layout {
    display: grid;
    grid-template-columns: minmax(380px, 48%) minmax(430px, 52%);
    min-height: 100vh;
    background: #07162d;
    color: #f5f7fa;
  }
  .auth-visual {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    padding: 44px;
    background: #05070b;
  }
  .auth-brand {
    position: relative;
    z-index: 3;
    align-self: flex-start;
  }
  .auth-brand img {
    width: 142px;
  }
  .auth-choir {
    position: absolute;
    right: -16%;
    bottom: 0;
    width: 98%;
    max-width: none;
    height: 56%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.75;
  }
  .auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 48px 28px;
    background: var(--page);
  }
  .auth-panel-inner {
    width: min(100%, 460px);
  }
  .auth-heading {
    margin: 18px 0 26px;
  }
  .auth-heading h1, .auth-status h1 {
    margin: 8px 0 10px;
    font-size: 34px;
  }
  .auth-heading p, .auth-status p {
    margin: 0;
    font-size: 12px;
  }
  .auth-form {
    display: grid;
    gap: 15px;
  }
  .input-with-icon, .password-field {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--surface-soft);
  }
  .input-with-icon:focus-within, .password-field:focus-within {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px var(--orange-soft);
  }
  .input-with-icon > svg {
    color: var(--muted);
  }
  .input-with-icon input, .password-field input {
    width: 100%;
    min-width: 0;
    min-height: 43px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
  }
  .password-field button {
    display: inline-flex;
    padding: 3px;
    border: 0;
    background: transparent;
    color: var(--muted);
  }
  .password-strength {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin-top: 2px;
  }
  .password-strength > span {
    height: 3px;
    border-radius: 3px;
    background: var(--line);
  }
  .password-strength small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 8px;
  }
  .password-strength[data-score="1"] > span:nth-child(-n+1) {
    background: var(--red);
  }
  .password-strength[data-score="2"] > span:nth-child(-n+2) {
    background: var(--yellow);
  }
  .password-strength[data-score="3"] > span:nth-child(-n+3), .password-strength[data-score="4"] > span {
    background: var(--green);
  }
  .auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 10px;
  }
  .auth-options a, .auth-switch a, .consent-row a {
    color: var(--orange);
    font-weight: 650;
  }
  .auth-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 8px;
    text-transform: uppercase;
  }
  .auth-divider::before, .auth-divider::after {
    height: 1px;
    flex: 1;
    background: var(--line);
    content: "";
  }
  .auth-switch {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 11px;
    text-align: center;
  }
  .auth-help-note, .auth-token-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface-soft);
    color: var(--blue);
  }
  .auth-help-note p, .auth-token-note {
    margin: 0;
    font-size: 9px;
  }
  .auth-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .auth-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 21px;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
  }
  .auth-status-success .auth-status-icon {
    background: rgba(56, 217, 150, 0.12);
    color: var(--green);
  }
  .auth-status-info .auth-status-icon {
    background: rgba(100, 166, 255, 0.12);
    color: var(--blue);
  }
  .auth-status-error .auth-status-icon {
    background: rgba(255, 107, 107, 0.12);
    color: var(--red);
  }
  .auth-status-warning .auth-status-icon {
    background: rgba(244, 200, 74, 0.12);
    color: var(--yellow);
  }
  .auth-status-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
  }
  .auth-status > small {
    margin-top: 22px;
    color: var(--muted);
    font-size: 9px;
  }
  .newsletter-capability-form {
    display: grid;
    gap: 10px;
    width: min(100%, 360px);
  }
  .newsletter-capability-form .form-alert {
    text-align: left;
  }
  .newsletter-capability-form .button {
    width: 100%;
  }
  .form-alert {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 107, 107, 0.32);
    border-radius: 6px;
    background: rgba(255, 107, 107, 0.08);
    color: var(--red);
    font-size: 10px;
  }
  .form-alert-success {
    border-color: rgba(56, 217, 150, 0.32);
    background: rgba(56, 217, 150, 0.08);
    color: var(--green);
  }
  .form-alert-info {
    border-color: rgba(100, 166, 255, 0.32);
    background: rgba(100, 166, 255, 0.07);
    color: var(--blue);
  }
  .modal-backdrop {
    position: fixed;
    z-index: 1500;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2, 5, 10, 0.78);
    backdrop-filter: blur(8px);
    animation: overlay-in 160ms ease both;
  }
  .modal {
    width: min(100%, 500px);
    max-height: min(760px, calc(100vh - 40px));
    overflow: auto;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
    animation: modal-in 180ms ease both;
  }
  .modal-search {
    width: min(100%, 720px);
  }
  .modal-menu {
    width: min(100%, 360px);
  }
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 22px 16px;
    border-bottom: 1px solid var(--line);
  }
  .modal-header h2 {
    margin: 5px 0 0;
    font-size: 21px;
  }
  .modal-body {
    padding: 22px;
  }
  .modal-actions {
    justify-content: flex-end;
    margin-top: 8px;
  }
  .modal-copy {
    font-size: 11px;
  }
  .search-field {
    padding: 5px 5px 5px 15px;
  }
  .search-hints {
    margin-top: 18px;
  }
  .search-hints > span {
    display: block;
    margin-bottom: 9px;
    color: var(--muted);
    font-size: 9px;
    text-transform: uppercase;
  }
  .profile-menu {
    display: grid;
    gap: 5px;
  }
  .profile-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 6px;
    color: var(--text);
    font-size: 11px;
  }
  .profile-menu-link:hover {
    background: var(--surface-soft);
  }
  .profile-menu-link.danger {
    color: var(--red);
  }
  .toast-region {
    position: fixed;
    z-index: 1800;
    top: 90px;
    right: 18px;
    display: grid;
    gap: 8px;
    width: min(360px, calc(100vw - 36px));
    pointer-events: none;
  }
  .toast {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(56, 217, 150, 0.38);
    border-radius: 7px;
    background: #0a2824;
    color: #bff8e2;
    box-shadow: var(--shadow);
    font-size: 11px;
    animation: toast-in 200ms ease both;
  }
  .toast-error {
    border-color: rgba(255, 107, 107, 0.38);
    background: #311519;
    color: #ffc0c0;
  }
  .toast.is-leaving {
    animation: toast-out 260ms ease both;
  }
  .mini-player {
    position: fixed;
    z-index: 1000;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: 52px minmax(130px, 1fr) 120px auto auto;
    align-items: center;
    gap: 11px;
    width: min(620px, calc(100vw - 36px));
    padding: 9px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .mini-player > img {
    width: 52px;
    height: 52px;
    border-radius: 6px;
  }
  .mini-player-copy {
    min-width: 0;
  }
  .mini-player-copy strong, .mini-player-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mini-player-copy strong {
    font-size: 11px;
  }
  .mini-player-copy span {
    color: var(--muted);
    font-size: 9px;
  }
  .player-progress {
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--line);
  }
  .player-progress span {
    display: block;
    width: 38%;
    height: 100%;
    background: var(--orange);
  }
  .not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px 20px;
    overflow: hidden;
    background: #07162d;
    color: #fff;
    text-align: center;
  }
  .not-found-brand img {
    width: 125px;
    margin-bottom: 35px;
  }
  .not-found-code {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fff;
    font-size: 92px;
    font-weight: 850;
    line-height: 1;
  }
  .not-found-code strong {
    color: var(--orange);
  }
  .not-found h1 {
    margin: 15px 0 8px;
    color: #fff;
    font-size: 25px;
  }
  .not-found p {
    max-width: 560px;
    margin-bottom: 25px;
    color: #aebdd0;
    font-size: 11px;
  }
  @keyframes overlay-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes modal-in {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes toast-in {
    from {
      opacity: 0;
      transform: translateX(15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes toast-out {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 0;
      transform: translateX(15px);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
  @media (max-width: 1080px) {
    .header-inner {
      grid-template-columns: 118px minmax(0, 1fr) auto;
    }
    .social-links:not(.footer-social) {
      display: none;
    }
    .desktop-nav {
      justify-content: flex-start;
    }
    .nav-link {
      padding: 0 9px;
    }
    .nav-link::after {
      right: 10px;
      left: 10px;
    }
    .hero-copy h1 {
      font-size: 40px;
    }
    .page-hero-home .hero-copy h1 {
      font-size: 48px;
    }
    .competition-info {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .collaborator-filters {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .collaborator-filters .search-input {
      grid-column: 1 / -1;
    }
    .artist-grid, .genre-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 900px) {
    :root {
      --header-height: 68px;
    }
    .header-inner {
      grid-template-columns: minmax(0, 1fr) auto;
      width: min(calc(100% - 28px), var(--content));
    }
    .brand {
      width: 122px;
    }
    .brand img {
      width: 122px;
    }
    .desktop-nav, .desktop-auth {
      display: none;
    }
    .mobile-menu-toggle {
      display: inline-flex;
    }
    .mobile-nav {
      display: block;
      max-height: 0;
      overflow: hidden;
      border-top: 1px solid transparent;
      background: var(--header);
      transition: max-height 180ms ease, border-color 180ms ease;
    }
    .mobile-nav.is-open {
      max-height: 520px;
      border-color: var(--line);
    }
    .mobile-nav nav {
      display: grid;
      gap: 4px;
      width: min(calc(100% - 28px), var(--content));
      margin: 0 auto;
      padding: 12px 0;
    }
    .mobile-nav-link {
      padding: 10px 12px;
      border-radius: 6px;
      color: var(--muted);
      font-size: 12px;
    }
    .mobile-nav-link.is-active {
      background: var(--orange-soft);
      color: var(--orange);
    }
    .mobile-auth {
      width: min(calc(100% - 28px), var(--content));
      margin: 0 auto;
      padding: 0 0 15px;
    }
    .mobile-auth .button, .mobile-auth .profile-trigger {
      width: 100%;
    }
    .page-hero, .page-hero-home {
      min-height: 440px;
    }
    .hero-inner, .page-hero-home .hero-inner {
      grid-template-columns: 1fr;
      align-items: start;
      padding-top: 48px;
    }
    .hero-copy {
      max-width: 590px;
    }
    .hero-copy h1, .page-hero-home .hero-copy h1 {
      font-size: 41px;
    }
    .hero-visual {
      right: -7%;
      width: 62%;
      height: 66%;
    }
    .hero-glow {
      inset: 45% 0 0 44%;
    }
    .stats-grid, .dashboard-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-grid {
      grid-template-columns: 1fr;
    }
    .about-visual {
      order: -1;
    }
    .song-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .compact-song-grid {
      grid-template-columns: 1fr;
    }
    .footer-inner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .topic-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .detail-grid {
      grid-template-columns: 1fr;
    }
    .detail-sidebar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .forum-layout, .faq-layout, .legal-page, .account-layout {
      grid-template-columns: 1fr;
    }
    .forum-sidebar, .faq-categories, .legal-toc, .account-nav {
      position: static;
    }
    .forum-sidebar nav, .faq-categories {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .legal-toc {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .legal-toc .eyebrow {
      grid-column: 1 / -1;
    }
    .music-focus {
      grid-template-columns: 260px minmax(0, 1fr);
    }
    .auth-layout {
      grid-template-columns: 1fr;
    }
    .auth-visual {
      min-height: 330px;
    }
    .auth-choir {
      right: -10%;
      width: 65%;
      height: 70%;
      opacity: 0.5;
    }
    .auth-panel {
      min-height: auto;
    }
  }
  @media (max-width: 680px) {
    .header-actions {
      gap: 5px;
    }
    .header-actions .icon-button {
      width: 35px;
      height: 35px;
      flex-basis: 35px;
    }
    .page-hero, .page-hero-home {
      min-height: 510px;
    }
    .hero-inner, .page-hero-home .hero-inner {
      width: min(calc(100% - 32px), var(--content));
      padding-top: 38px;
    }
    .hero-copy h1, .page-hero-home .hero-copy h1 {
      font-size: 36px;
    }
    .hero-copy p {
      max-width: 90%;
      font-size: 13px;
    }
    .hero-visual {
      right: -20%;
      width: 90%;
      height: 55%;
      opacity: 0.75;
    }
    .genre-track {
      justify-content: flex-start;
      overflow-x: auto;
    }
    .stats-grid, .dashboard-grid, .guideline-grid, .standards-grid, .support-grid, .collaborator-grid, .competition-grid, .artist-grid, .genre-grid, .forum-dashboard {
      grid-template-columns: 1fr;
    }
    .section {
      padding: 58px 16px;
    }
    .section-blue {
      padding-right: 16px;
      padding-left: 16px;
    }
    .section-heading h2, .about-copy h2 {
      font-size: 29px;
    }
    .about-lists {
      grid-template-columns: 1fr;
    }
    .discovery-toolbar, .section-toolbar, .filter-row, .account-heading {
      align-items: stretch;
      flex-direction: column;
    }
    .discovery-toolbar > *, .section-toolbar > * {
      width: 100%;
    }
    .segmented {
      border-radius: 8px;
    }
    .segmented button, .segmented a {
      flex: 1 1 auto;
      justify-content: center;
    }
    .select-field, .inline-search {
      width: 100%;
    }
    .song-grid {
      grid-template-columns: 1fr;
    }
    .song-list .song-card {
      grid-template-columns: 120px minmax(0, 1fr);
    }
    .cta-band {
      grid-template-columns: 1fr;
      min-height: 350px;
      align-items: start;
    }
    .cta-copy {
      padding: 28px;
    }
    .cta-band > img {
      width: 78%;
      height: 55%;
    }
    .footer-inner {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 5px;
    }
    .wizard-steps {
      grid-template-columns: repeat(3, minmax(62px, 1fr));
      overflow-x: auto;
    }
    .wizard-steps li > span:last-child {
      display: none;
    }
    .wizard-panel {
      padding: 19px;
    }
    .upload-file-slots, .replacement-file-grid {
      grid-template-columns: 1fr;
    }
    .upload-slot-clear {
      min-width: 44px;
      min-height: 44px;
    }
    .review-card {
      align-items: flex-start;
      flex-wrap: wrap;
    }
    .review-card > .badge {
      margin-left: 63px;
    }
    .form-grid, .review-list, .detail-sidebar, .milestone-grid {
      grid-template-columns: 1fr;
    }
    .collaborator-filters {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .request-card, .project-heading, .profile-hero {
      align-items: flex-start;
      flex-direction: column;
    }
    .profile-actions {
      width: 100%;
      margin-left: 0;
    }
    .profile-actions .button {
      flex: 1;
    }
    .profile-main h1, .project-heading h1, .music-info h1, .account-heading h1 {
      font-size: 30px;
    }
    .request-actions {
      width: 100%;
      flex-wrap: wrap;
    }
    .podium {
      grid-template-columns: 1fr;
    }
    .podium-card.place-1, .podium-card.place-2, .podium-card.place-3 {
      min-height: 250px;
      order: initial;
    }
    .forum-sidebar nav, .faq-categories, .legal-toc {
      grid-template-columns: 1fr;
    }
    .forum-content .section-toolbar {
      align-items: stretch;
    }
    .discussion-original h1 {
      font-size: 25px;
    }
    .discussion-original footer {
      align-items: flex-start;
      flex-direction: column;
    }
    .topic-grid {
      grid-template-columns: 1fr;
    }
    .music-focus {
      grid-template-columns: 1fr;
      padding: 18px;
    }
    .music-cover {
      width: min(100%, 330px);
      margin: 0 auto;
    }
    .comment-composer {
      grid-template-columns: auto minmax(0, 1fr);
    }
    .comment-composer .button {
      grid-column: 2;
      justify-self: end;
    }
    .management-row, .notification-item {
      grid-template-columns: 62px minmax(0, 1fr);
    }
    .management-row > img {
      width: 62px;
      height: 54px;
    }
    .management-actions, .notification-actions {
      grid-column: 1 / -1;
      justify-content: flex-end;
    }
    .upload-row {
      grid-template-columns: auto minmax(0, 1fr);
    }
    .danger-zone {
      grid-template-columns: auto minmax(0, 1fr);
    }
    .danger-zone .button {
      grid-column: 1 / -1;
    }
    .search-page-heading h1 {
      font-size: 32px;
    }
    .search-page-form {
      grid-template-columns: 1fr;
    }
    .auth-visual {
      min-height: 270px;
      padding: 28px;
    }
    .auth-choir {
      right: -20%;
      width: 85%;
      height: 58%;
    }
    .auth-panel {
      padding: 40px 18px;
    }
    .auth-heading h1, .auth-status h1 {
      font-size: 29px;
    }
    .auth-status-actions {
      width: 100%;
    }
    .auth-status-actions .button {
      width: 100%;
    }
    .modal-backdrop {
      align-items: flex-end;
      padding: 10px;
    }
    .modal {
      max-height: calc(100vh - 20px);
    }
    .mini-player {
      grid-template-columns: 46px minmax(0, 1fr) auto auto;
      bottom: 10px;
    }
    .mini-player > img {
      width: 46px;
      height: 46px;
    }
    .player-progress {
      display: none;
    }
    .not-found-code {
      font-size: 70px;
    }
  }
  @media (max-width: 430px) {
    .newsletter-fields {
      grid-template-columns: 1fr;
    }
    .newsletter-submit {
      width: 100%;
    }
    .hero-copy h1, .page-hero-home .hero-copy h1 {
      font-size: 32px;
    }
    .hero-actions .button {
      width: 100%;
    }
    .collaborator-filters {
      grid-template-columns: 1fr;
    }
    .collaborator-filters .search-input {
      grid-column: auto;
    }
    .song-list .song-card {
      grid-template-columns: 1fr;
    }
    .song-list .song-artwork {
      aspect-ratio: 4 / 3;
    }
    .wizard-actions {
      align-items: stretch;
      flex-direction: column-reverse;
    }
    .wizard-actions .button {
      width: 100%;
    }
    .review-card {
      align-items: flex-start;
      flex-wrap: wrap;
    }
    .review-card > .badge {
      margin-left: 0;
    }
    .profile-hero, .project-heading {
      padding: 20px;
    }
    .avatar-xl {
      width: 86px;
      height: 86px;
      flex-basis: 86px;
    }
    .discussion-card {
      grid-template-columns: 1fr;
    }
    .discussion-title-row {
      flex-direction: column;
    }
    .reply-composer {
      grid-template-columns: 1fr;
    }
    .composer-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .comment-composer {
      grid-template-columns: 1fr;
    }
    .comment-composer .button {
      grid-column: auto;
      width: 100%;
    }
    .management-row, .notification-item, .upload-row, .danger-zone {
      grid-template-columns: 1fr;
    }
    .management-actions, .notification-actions {
      grid-column: auto;
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .auth-options {
      align-items: flex-start;
      flex-direction: column;
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
    }
  }
}


/* Live API request states */
.route-state {
  display: grid;
  min-height: 58vh;
  place-items: center;
}

.loading-state,
.route-error {
  display: grid;
  width: min(100%, 560px);
  justify-items: center;
  gap: 10px;
  padding: 42px 24px;
  text-align: center;
}

.route-error small {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.loading-spinner,
.button-spinner {
  display: inline-block;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: mh-spin 0.75s linear infinite;
}

.loading-spinner {
  width: 30px;
  height: 30px;
  color: var(--orange);
}

.button-spinner {
  width: 15px;
  height: 15px;
}

.empty-state-icon {
  display: inline-grid;
  place-items: center;
}

.genre-track a {
  color: inherit;
  text-decoration: none;
}

.genre-track a:hover,
.genre-track a:focus-visible {
  color: var(--orange);
}

.mini-project-static {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

@keyframes mh-spin {
  to {
    transform: rotate(360deg);
  }
}
