html,
body {
    scrollbar-color: rgba(99, 218, 255, 0.36) rgba(9, 14, 24, 0.42);
    scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.mmp-shell *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.mmp-shell *::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(9, 14, 24, 0.42);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.mmp-shell *::-webkit-scrollbar-thumb {
    border: 2px solid rgba(9, 14, 24, 0.42);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(99, 218, 255, 0.72), rgba(255, 159, 80, 0.62));
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.mmp-shell *::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(99, 218, 255, 0.92), rgba(255, 159, 80, 0.82));
}

.mmp-shell * {
    scrollbar-color: rgba(99, 218, 255, 0.36) rgba(9, 14, 24, 0.42);
    scrollbar-width: thin;
}

.mmp-shell {
    margin: 18px 0 24px;
}

.mmp-surface {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    color: #edf2ff;
}

.mmp-head {
    display: grid;
    gap: 14px;
}

.mmp-head-actions-only {
    justify-content: end;
}

.mmp-kicker,
.mmp-card-label {
    display: inline-block;
    color: #ff9f50;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-head h2,
.mmp-panel h3 {
    margin: 0;
    color: #fff5ea;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 0.96;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-head p,
.mmp-card p,
.mmp-panel p {
    margin: 0;
    color: #a8b6d1;
    font-size: 14px;
    line-height: 1.6;
}

.mmp-mode {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.mmp-mode-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(83, 102, 142, 0.4);
    border-radius: 999px;
    background: rgba(16, 20, 29, 0.85);
    color: #dce6fb;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mmp-mode-pill.is-active {
    border-color: rgba(255, 159, 80, 0.55);
    background: linear-gradient(180deg, rgba(255, 159, 80, 0.14), rgba(18, 22, 31, 0.94));
    color: #fff7ef;
}

.mmp-mode-action {
    border-color: rgba(255, 159, 80, 0.62);
    color: #fff7ef;
    text-decoration: none;
}

.mmp-mode-action:hover,
.mmp-mode-action:focus {
    border-color: rgba(255, 180, 105, 0.9);
    background: rgba(255, 159, 80, 0.14);
    color: #ffffff;
    text-decoration: none;
}

.mmp-grid {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.mmp-head-owner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.mmp-hero {
    display: grid;
    gap: 16px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(88, 102, 134, 0.26);
    border-radius: 22px;
    background: rgba(14, 18, 26, 0.92);
}

.mmp-public-profile {
    display: grid;
    position: relative;
    grid-template-columns: 212px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    width: min(980px, 100%);
    max-width: 980px;
    padding: 10px 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.mmp-public-profile::before {
    display: none;
}

.mmp-public-copy {
    display: grid;
    justify-items: start;
    gap: 8px;
    align-content: center;
    text-align: left;
    max-width: none;
    padding-top: 4px;
}

.mmp-public-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mmp-link-pill-button {
    cursor: pointer;
}

.mmp-inline-link.is-empty {
    border-style: dashed;
    color: #9fb0cd;
}

.mmp-edit-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #ffb15f;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
}

.mmp-edit-indicator::before {
    content: "\270E";
}

.mmp-link-pill-button:hover,
.mmp-link-pill-button:focus {
    color: #ffffff;
    border-color: rgba(255, 180, 105, 0.72);
    background: rgba(255, 159, 80, 0.12);
}

.mmp-public-copy h3 {
    margin: 0;
    color: #fff5ea;
    max-width: 18ch;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.024em;
}

.mmp-public-copy p {
    max-width: 760px;
    margin: 0;
    color: #b9c6df;
    font-size: clamp(13px, 1.35vw, 15px);
    line-height: 1.44;
}

.mmp-inline-meta {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mmp-inline-counter {
    color: #8f9fbd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mmp-inline-counter.is-near-limit {
    color: #ffcb8f;
}

.mmp-inline-counter.is-at-limit {
    color: #ff9f50;
}

.mmp-collab-counter {
    justify-self: end;
    margin-top: -2px;
}

/* =========================================================================
   Artist directory cards — full-bleed media tiles matching the program cards
   (SSP programs showcase): avatar/logo fill the card, a measured-opacity
   overlay holds the name/bio/actions, animated gradient-glow border + lift,
   click-to-open the whole card. Honors --ssp-* immersive vars when present.
   ========================================================================= */
@property --mmp-card-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.mmp-directory-searchbar {
    width: min(1100px, 100%);
    margin: 18px auto 0;
}

.mmp-directory-search-input {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 20px;
    border-radius: 999px;
    border: 1px solid rgba(150, 170, 210, 0.28);
    background: rgba(10, 16, 28, 0.72);
    color: #edf2ff;
    font-size: 15px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mmp-directory-search-input::placeholder {
    color: rgba(190, 203, 230, 0.55);
}

.mmp-directory-search-input:focus {
    outline: none;
    border-color: rgba(120, 180, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(90, 150, 255, 0.18);
}

.mmp-directory-noresults {
    margin: 14px 2px 0;
    color: rgba(200, 212, 238, 0.7);
    font-size: 14px;
}

.mmp-directory-card.mmp-is-hidden {
    display: none !important;
}

.mmp-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 18px;
    width: min(1100px, 100%);
    margin: 18px auto 0;
}

.mmp-directory-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
    border: 1px solid rgba(107, 203, 255, 0.18);
    background:
        radial-gradient(135% 120% at 0% 0%, color-mix(in srgb, var(--ssp-accent, #2b6bff) 16%, transparent), transparent 58%),
        rgba(10, 14, 26, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 24px 50px -28px rgba(0, 0, 0, 0.9);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease, box-shadow 260ms ease;
}
.mmp-directory-card.is-clickable { cursor: pointer; }
.mmp-directory-card:hover {
    transform: translateY(-8px) scale(1.012);
    border-color: rgba(107, 203, 255, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 34px 70px -30px rgba(0, 0, 0, 0.95),
        0 0 80px -28px color-mix(in srgb, var(--ssp-accent, #2b6bff) 70%, transparent);
}

/* Media fills the whole card. */
.mmp-directory-card__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background: var(--ssp-ink, #05070d);
}
.mmp-directory-card__media--logo {
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: min(62%, 186px);
    background-color: transparent;
    opacity: 0.92;
}
.mmp-directory-card__media--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff3e6;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-family: Georgia, "Times New Roman", serif;
    background: linear-gradient(180deg, rgba(34, 41, 58, 0.96), rgba(10, 14, 26, 0.98));
}

/* Stretched click target → the artist's profile. */
.mmp-directory-card__open {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: inherit;
}
.mmp-directory-card__open:focus-visible {
    outline: 2px solid var(--ssp-cyan, #90fffb);
    outline-offset: -3px;
}

/* Measured-opacity scrim: media visible up top, text/actions readable at the base. */
.mmp-directory-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 66px 16px 16px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(5, 7, 13, 0.16) 28%,
        rgba(5, 7, 13, 0.70) 60%,
        rgba(5, 7, 13, 0.93) 100%);
    /* Scrim + name/bio are non-interactive so the whole card opens; actions re-enable below. */
    pointer-events: none;
}
.mmp-directory-card__name {
    margin: 0;
    color: #eaf1ff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}
.mmp-directory-card__bio {
    margin: 0;
    color: #c6d4ef;
    font-size: 13px;
    line-height: 1.45;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mmp-directory-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.mmp-directory-actions .mmp-share-button {
    pointer-events: auto;
    position: relative;
    z-index: 6;
    min-height: 26px;
    padding: 0 11px;
    font-size: 10px;
}

/* Shine sweep on hover. */
.mmp-directory-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.13) 48%, transparent 60%);
    transform: translateX(-130%);
    transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}
.mmp-directory-card:hover::before { transform: translateX(130%); }

/* Rotating gradient-glow border (masked ring). */
.mmp-directory-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    padding: 1.6px;
    background: conic-gradient(
        from var(--mmp-card-angle),
        rgba(43, 107, 255, 0) 0deg,
        var(--ssp-accent, #2b6bff) 90deg,
        var(--ssp-cyan, #90fffb) 150deg,
        var(--ssp-accent-2, #6bcbff) 210deg,
        rgba(43, 107, 255, 0) 320deg
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 380ms ease;
    pointer-events: none;
    animation: mmpCardSpin 4.5s linear infinite;
}
.mmp-directory-card:hover::after,
.mmp-directory-card:focus-within::after { opacity: 1; }

@keyframes mmpCardSpin {
    to { --mmp-card-angle: 360deg; }
}
@media (prefers-reduced-motion: reduce) {
    .mmp-directory-card::after { animation: none; }
    .mmp-directory-card::before { transition: none; }
    .mmp-directory-card:hover { transform: translateY(-4px); }
}

/* Profile page card — same visual as directory card but static: no hover lift,
   no spinning gradient border. Desktop: fills its 212px grid column. */
.mmp-public-card {
    cursor: default;
    width: 100%;
}
.mmp-public-card::before,
.mmp-public-card::after {
    display: none !important;
}
.mmp-public-card:hover {
    transform: none;
    border-color: rgba(107, 203, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 24px 50px -28px rgba(0, 0, 0, 0.9);
}
@media (max-width: 720px) {
    .mmp-public-card {
        width: min(220px, 62vw);
    }
}

/* =========================================================================
   Card Style variants (Immersive Home → Theme → Card style). Mirrors the
   program-card variants so /portfolio and /programs share one look. Default
   "glow" is the base above; these override it for the other feels.
   ========================================================================= */
/* GLASS */
.mmp-directory-grid[data-ssp-cards="glass"] .mmp-directory-card::after,
.mmp-directory-grid[data-ssp-cards="glass"] .mmp-directory-card::before { display: none !important; }
.mmp-directory-grid[data-ssp-cards="glass"] .mmp-directory-card {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(10, 14, 26, 0.52));
    -webkit-backdrop-filter: blur(22px) saturate(1.1);
    backdrop-filter: blur(22px) saturate(1.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 20px 50px -30px rgba(0, 0, 0, 0.8);
}
.mmp-directory-grid[data-ssp-cards="glass"] .mmp-directory-card:hover {
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 30px 60px -30px rgba(0, 0, 0, 0.85);
}

/* MINIMAL */
.mmp-directory-grid[data-ssp-cards="minimal"] .mmp-directory-card::after,
.mmp-directory-grid[data-ssp-cards="minimal"] .mmp-directory-card::before { display: none !important; }
.mmp-directory-grid[data-ssp-cards="minimal"] .mmp-directory-card {
    border-radius: 12px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(8, 11, 18, 0.84);
    box-shadow: none;
}
.mmp-directory-grid[data-ssp-cards="minimal"] .mmp-directory-card:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

/* EDITORIAL */
.mmp-directory-grid[data-ssp-cards="editorial"] .mmp-directory-card::after,
.mmp-directory-grid[data-ssp-cards="editorial"] .mmp-directory-card::before { display: none !important; }
.mmp-directory-grid[data-ssp-cards="editorial"] .mmp-directory-card {
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}
.mmp-directory-grid[data-ssp-cards="editorial"] .mmp-directory-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: none;
}

/* NEON */
.mmp-directory-grid[data-ssp-cards="neon"] .mmp-directory-card::after { display: none !important; }
.mmp-directory-grid[data-ssp-cards="neon"] .mmp-directory-card {
    border: 1.5px solid color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 80%, transparent);
    background: rgba(6, 10, 20, 0.7);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--ssp-accent, #2b6bff) 30%, transparent),
        0 0 28px -6px color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 70%, transparent),
        inset 0 0 24px -10px color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 55%, transparent);
}
.mmp-directory-grid[data-ssp-cards="neon"] .mmp-directory-card:hover {
    border-color: var(--ssp-cyan, #90fffb);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--ssp-cyan, #90fffb) 40%, transparent),
        0 0 44px -4px color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 90%, transparent),
        inset 0 0 30px -8px color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 65%, transparent);
}

/* =========================================================================
   Portfolio layout = Horizontal rail (Immersive Home → Theme → Portfolio layout).
   A seamless, endlessly-looping marquee of artist cards (clone-to-fill + gentle
   auto-scroll in frontend.js); swipe/drag to scrub, pauses on hover. Mirrors the
   /programs rail. Scrollbar hidden since it loops.
   ========================================================================= */
.mmp-directory-grid--rail {
    display: flex;
    grid-template-columns: none;
    flex-flow: row nowrap;
    gap: 18px;
    width: 100%;
    max-width: none;
    margin: 18px 0 0;
    padding: 4px 4px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    cursor: grab;
    scrollbar-width: none; /* hidden — it's an auto-looping marquee */
}
.mmp-directory-grid--rail::-webkit-scrollbar {
    display: none;
}
.mmp-directory-grid--rail.is-dragging {
    cursor: grabbing;
}
.mmp-directory-grid--rail > .mmp-directory-card {
    flex: 0 0 clamp(232px, 64vw, 280px);
}

/* Video card: <video> fills the card exactly like an image would. */
.mmp-directory-card--video .mmp-directory-card__media {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Mute/unmute button — top-right corner, matches SSP programs mute button aesthetic. */
.mmp-directory-card__sound {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    appearance: none;
    border: 1px solid rgba(107, 203, 255, 0.35);
    border-radius: 999px;
    background: rgba(5, 7, 13, 0.52);
    backdrop-filter: blur(8px);
    color: var(--ssp-accent-2, #6bcbff);
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.mmp-directory-card__sound:hover,
.mmp-directory-card__sound:focus-visible {
    border-color: rgba(107, 203, 255, 0.72);
    background: rgba(5, 7, 13, 0.72);
    transform: scale(1.1);
    outline: none;
}
.mmp-directory-card__sound .mmp-sound-icon-on { display: none; }
.mmp-directory-card__sound.is-unmuted .mmp-sound-icon-off { display: none; }
.mmp-directory-card__sound.is-unmuted .mmp-sound-icon-on { display: block; }

/* Video upload field in portfolio console — keep the tall preview a sane size. */
.mmp-portfolio-video-field {
    grid-column: 1 / -1;
}
.mmp-portfolio-video-field .mmp-host-video-preview {
    width: 100%;
    max-width: 230px;
}

/* Virtual /portfolio/ route: self-contained immersive document. */
body.mmp-portfolio-page {
    margin: 0;
    background: var(--ssp-ink, #05070d);
}

/* ---- Focal-point picker: drag the dot to set object-position (image + video) ---- */
.mmp-host-image-preview,
.mmp-host-video-preview {
    position: relative;
    width: 140px;
    height: 186px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
}
.mmp-host-image-preview [data-mmp-focal-media],
.mmp-host-video-preview [data-mmp-focal-media] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.mmp-avatar {
    position: relative;
}
.mmp-avatar [data-mmp-focal-media] {
    object-fit: cover;
}

.mmp-focal {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: crosshair;
    border-radius: inherit;
    touch-action: none;
}
.mmp-focal-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 2px solid #fff;
    background: color-mix(in srgb, var(--ssp-accent, #2b6bff) 55%, transparent);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.mmp-focal-hint {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(5, 7, 13, 0.7);
    color: #cfe4ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    pointer-events: none;
    opacity: 0.85;
}

.mmp-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 204px;
    margin-top: 2px;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(132, 149, 186, 0.3);
    border-radius: 60px;
    background: linear-gradient(180deg, rgba(34, 41, 58, 0.96), rgba(15, 19, 28, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 18px 42px rgba(0, 0, 0, 0.22);
}

.mmp-avatar img,
.mmp-avatar video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mmp-avatar span {
    color: #fff3e6;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-public-profile .mmp-card-label {
    margin-bottom: 2px;
    color: rgba(255, 159, 80, 0.9);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.mmp-hero-copy {
    display: grid;
    gap: 12px;
    align-content: center;
}

.mmp-badge-row,
.mmp-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.mmp-public-copy .mmp-links {
    margin-top: 16px;
}

.mmp-links-editor {
    align-items: flex-start;
    width: 100%;
}

.mmp-avatar-tools {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: 100%;
}

.mmp-avatar-upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(125, 144, 188, 0.32);
    border-radius: 999px;
    background: rgba(14, 18, 28, 0.68);
    color: #e8f0ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.mmp-avatar-upload input {
    display: none;
}

.mmp-avatar-hint {
    color: #91a1c0;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.mmp-inline-link-card[hidden],
.mmp-inline-link-editor[hidden],
.mmp-link-pill-add[hidden] {
    display: none !important;
}

.mmp-inline-link-card {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.mmp-inline-link-card.is-empty .mmp-inline-link {
    border-style: dashed;
    color: #9fb0cd;
}

.mmp-inline-link-editor {
    display: grid;
    gap: 10px;
    min-width: min(100%, 320px);
    padding: 14px;
    border: 1px solid rgba(88, 102, 134, 0.26);
    border-radius: 18px;
    background: rgba(10, 13, 20, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.mmp-inline-link-field {
    display: grid;
    gap: 6px;
}

.mmp-inline-link-field span {
    color: #b9c6df;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mmp-inline-link-field input {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(102, 118, 154, 0.36);
    border-radius: 14px;
    background: rgba(7, 10, 17, 0.92);
    color: #edf2ff;
    outline: none;
}

.mmp-inline-link-actions {
    display: flex;
    justify-content: flex-end;
}

.mmp-inline-link-clear {
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(94, 109, 145, 0.42);
    border-radius: 999px;
    background: rgba(18, 23, 34, 0.88);
    color: #e8f0ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.mmp-link-pill-add {
    border-style: dashed;
}

.mmp-link-plus {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
}

.mmp-status-chip,
.mmp-link-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(125, 144, 188, 0.32);
    border-radius: 999px;
    background: rgba(14, 18, 28, 0.68);
    backdrop-filter: blur(14px);
    color: #e8f0ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 8px 18px rgba(0, 0, 0, 0.14);
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease;
}

.mmp-status-chip.is-owner {
    border-color: rgba(255, 159, 80, 0.44);
    color: #fff2e4;
}

.mmp-status-chip.is-pending {
    border-color: rgba(255, 196, 85, 0.5);
    color: #ffe3a8;
}

.mmp-status-chip.is-approved {
    border-color: rgba(72, 239, 151, 0.46);
    color: #95ffc2;
}

.mmp-status-chip.is-rejected {
    border-color: rgba(255, 107, 107, 0.5);
    color: #ffb5b5;
}

.mmp-link-pill:hover,
.mmp-link-pill:focus {
    color: #ffffff;
    border-color: rgba(255, 184, 117, 0.56);
    background: rgba(23, 30, 45, 0.96);
    text-decoration: none;
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 20px rgba(0, 0, 0, 0.2);
}

.mmp-request-pill {
    border-color: rgba(116, 255, 92, 0.72);
    background:
        linear-gradient(180deg, rgba(116, 255, 92, 0.18), rgba(14, 18, 28, 0.82));
    color: #eaffdf;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 18px rgba(116, 255, 92, 0.18),
        0 8px 18px rgba(0, 0, 0, 0.14);
}

.mmp-request-pill:hover,
.mmp-request-pill:focus {
    border-color: rgba(159, 255, 116, 0.95);
    background:
        linear-gradient(180deg, rgba(116, 255, 92, 0.3), rgba(23, 35, 28, 0.95));
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 24px rgba(116, 255, 92, 0.32),
        0 12px 22px rgba(0, 0, 0, 0.22);
}

.mmp-card,
.mmp-panel {
    padding: 18px;
    border: 1px solid rgba(80, 92, 120, 0.28);
    border-radius: 20px;
    background: rgba(18, 22, 31, 0.88);
}

.mmp-card strong {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #f7fbff;
    font-size: 22px;
    line-height: 1.1;
}

.mmp-grid-owner {
    gap: 10px;
    margin-top: 8px;
    grid-template-columns: minmax(0, 1fr);
}

.mmp-card-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 18px;
}

.mmp-card-compact .mmp-card-label {
    font-size: 10px;
    letter-spacing: 0.09em;
}

.mmp-card-compact strong {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.2;
    word-break: break-word;
}

.mmp-card-compact p {
    font-size: 11px;
    line-height: 1.3;
}

.mmp-card-compact > :first-child {
    min-width: 0;
}

.mmp-card-compact > :last-child {
    flex: 0 0 auto;
}

.mmp-share-card {
    grid-column: 1 / -1;
}

.mmp-grid-owner .mmp-share-card {
    grid-column: auto;
}

.mmp-owner-summary-card {
    justify-content: flex-start;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.mmp-owner-summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-wrap: wrap;
}

/* Remote-toggled panels (Messages / Follower Update) must stay hidden until opened,
   even though .mmp-panel sets its own box styling. */
.mmp-shell [data-mmp-collapse-panel][hidden] {
    display: none !important;
}

.mmp-owner-summary-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mmp-owner-summary-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 32%, transparent);
    background: color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 8%, transparent);
    color: #eaf1ff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.2s ease;
}

.mmp-owner-summary-toggle:hover,
.mmp-owner-summary-toggle.is-open {
    background: color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 18%, transparent);
    border-color: color-mix(in srgb, var(--ssp-accent-2, #6bcbff) 55%, transparent);
}

/* Glow when there are messages waiting. */
.mmp-owner-summary-toggle.has-unread {
    border-color: #6bcbff;
    box-shadow: 0 0 0 1px rgba(107, 203, 255, 0.5), 0 0 14px -2px rgba(107, 203, 255, 0.8);
    animation: mmp-unread-pulse 2.2s ease-in-out infinite;
}

.mmp-owner-summary-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6bcbff;
    box-shadow: 0 0 8px 1px rgba(107, 203, 255, 0.9);
    flex: 0 0 auto;
}

@keyframes mmp-unread-pulse {
    0%, 100% { box-shadow: 0 0 0 1px rgba(107, 203, 255, 0.5), 0 0 12px -3px rgba(107, 203, 255, 0.7); }
    50% { box-shadow: 0 0 0 1px rgba(107, 203, 255, 0.7), 0 0 18px 0 rgba(107, 203, 255, 0.95); }
}

.mmp-owner-summary-card .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.mmp-owner-summary-item-share {
    margin-left: auto;
    justify-content: flex-end;
}

.mmp-owner-summary-item-share .mmp-share-row {
    margin: 0;
}

.mmp-owner-summary-item .mmp-card-label,
.mmp-owner-summary-item strong,
.mmp-owner-summary-meta {
    margin: 0;
    white-space: nowrap;
}

.mmp-owner-summary-item strong {
    font-size: 12px;
}

.mmp-owner-summary-meta {
    color: #a8b6d1;
    font-size: 11px;
    line-height: 1.2;
}

.mmp-share-row-inline {
    display: flex;
    align-items: center;
}

.mmp-share-card-compact strong {
    font-size: 13px;
}

.mmp-share-row {
    display: grid;
    gap: 10px;
    margin: 10px 0;
}

.mmp-share-card-compact .mmp-share-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
}

.mmp-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(255, 159, 80, 0.56);
    border-radius: 999px;
    background: rgba(255, 159, 80, 0.12);
    color: #fff7ef;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.mmp-share-card-compact .mmp-share-button {
    min-height: 24px;
    padding: 0 9px;
    font-size: 9px;
    letter-spacing: 0.02em;
}

.mmp-share-button:hover,
.mmp-share-button:focus {
    background: rgba(255, 159, 80, 0.2);
}

.mmp-share-button-secondary {
    border-color: rgba(126, 146, 190, 0.44);
    background: rgba(18, 23, 34, 0.88);
    color: #eef4ff;
    text-decoration: none;
}

.mmp-share-button-secondary:hover,
.mmp-share-button-secondary:focus {
    background: rgba(28, 35, 51, 0.98);
}

.mmp-share-button.mmp-request-pill,
.mmp-share-button.mmp-request-pill:hover,
.mmp-share-button.mmp-request-pill:focus {
    border-color: rgba(116, 255, 92, 0.82);
    background:
        linear-gradient(180deg, rgba(116, 255, 92, 0.24), rgba(14, 28, 19, 0.9));
    color: #efffe9;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 20px rgba(116, 255, 92, 0.22);
}

.mmp-follow-button {
    border-color: rgba(107, 226, 255, 0.7);
    background:
        linear-gradient(180deg, rgba(107, 226, 255, 0.16), rgba(13, 24, 34, 0.9));
    color: #e8fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 18px rgba(107, 226, 255, 0.16);
}

.mmp-follow-button.is-following {
    border-color: rgba(107, 226, 255, 0.95);
    background:
        linear-gradient(180deg, rgba(107, 226, 255, 0.28), rgba(13, 30, 42, 0.96));
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 24px rgba(107, 226, 255, 0.3);
}

.mmp-follow-button:hover,
.mmp-follow-button:focus {
    border-color: rgba(154, 238, 255, 0.98);
    background:
        linear-gradient(180deg, rgba(107, 226, 255, 0.26), rgba(13, 30, 42, 0.95));
    color: #ffffff;
}

.mmp-follow-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.mmp-follow-notifications {
    display: grid;
    gap: 6px;
    width: min(980px, 100%);
    margin: 16px auto 0;
    padding: 10px;
    border: 1px solid rgba(116, 255, 92, 0.22);
    border-radius: 16px;
    background: rgba(9, 18, 14, 0.62);
}

.mmp-follow-notification {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #dfffd8;
    font-size: 11px;
    text-decoration: none;
}

.mmp-follow-notification strong,
.mmp-follow-notification span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mmp-follow-notification strong {
    color: #ffffff;
}

body.mmp-modal-open {
    overflow: hidden;
}

.mmp-modal {
    position: fixed;
    inset: 0;
    z-index: 9997;
}

.mmp-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 7, 12, 0.76);
    backdrop-filter: blur(10px);
}

.mmp-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 28px));
    margin: 9vh auto 0;
    padding: 18px;
    border: 1px solid rgba(100, 117, 154, 0.28);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 159, 80, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(16, 20, 30, 0.95), rgba(8, 11, 18, 0.94));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
}

.mmp-collab-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.mmp-collab-head h3 {
    margin: 4px 0 4px;
    color: #fff5ea;
    font-size: 30px;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-collab-head p {
    margin: 0;
    color: #a9b7d2;
    font-size: 13px;
    line-height: 1.45;
    max-width: 420px;
}

.mmp-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(118, 136, 173, 0.3);
    background: rgba(248, 250, 255, 0.08);
    color: #f6efe8;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mmp-modal-close:hover,
.mmp-modal-close:focus-visible {
    background: rgba(255, 159, 80, 0.18);
    border-color: rgba(255, 159, 80, 0.5);
    transform: translateY(-1px);
}

.mmp-collab-form {
    display: grid;
    gap: 12px;
}

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

.mmp-collab-field {
    display: grid;
    gap: 6px;
}

.mmp-collab-field span {
    color: #b1bfd8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-collab-field input,
.mmp-collab-field textarea {
    width: 100%;
    border: 1px solid rgba(102, 118, 154, 0.36);
    border-radius: 18px;
    background: rgba(7, 10, 17, 0.92);
    color: #edf2ff;
    font-size: 13px;
    outline: none;
}

.mmp-collab-field input {
    min-height: 40px;
    padding: 0 14px;
}

.mmp-collab-field textarea {
    min-height: 132px;
    padding: 12px 14px;
    resize: vertical;
}

.mmp-collab-field input:focus,
.mmp-collab-field textarea:focus {
    border-color: rgba(255, 159, 80, 0.7);
    box-shadow: 0 0 0 4px rgba(255, 159, 80, 0.12);
}

.mmp-collab-actions {
    display: flex;
    justify-content: flex-start;
}

.mmp-panel {
    margin-top: 14px;
}

.mmp-alert {
    margin-top: 14px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 159, 80, 0.38);
    border-radius: 16px;
    background: rgba(255, 159, 80, 0.1);
    color: #ffe8cf;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 240ms ease, transform 240ms ease, max-height 240ms ease, margin 240ms ease, padding 240ms ease;
}

.mmp-alert.is-dismissing {
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
}

.mmp-auth-switch {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.mmp-auth-option {
    display: grid;
    gap: 3px;
    min-height: 62px;
    padding: 11px 16px;
    border: 1px solid rgba(99, 116, 154, 0.34);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 23, 34, 0.78), rgba(9, 12, 20, 0.7));
    color: #edf2ff;
    cursor: pointer;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mmp-auth-option span {
    color: #9cadcb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mmp-auth-option strong {
    color: #fff5ea;
    font-size: 24px;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-auth-option.is-active {
    border-color: rgba(255, 159, 80, 0.72);
    background:
        radial-gradient(circle at top right, rgba(255, 159, 80, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(29, 24, 23, 0.9), rgba(13, 15, 23, 0.88));
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mmp-auth-panels {
    margin-top: 12px;
}

.mmp-auth-panel[hidden] {
    display: none !important;
}

.mmp-register-card,
.mmp-login-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(99, 116, 154, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(14, 18, 29, 0.78), rgba(8, 11, 18, 0.72));
}

.mmp-form-title {
    display: grid;
    gap: 2px;
}

.mmp-form-title span {
    color: #ff9f50;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mmp-form-title strong {
    color: #fff5ea;
    font-size: 20px;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-register-card label,
.mmp-login-card label {
    display: grid;
    gap: 5px;
    color: #aebbd4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-register-card input,
.mmp-login-card input[type="text"],
.mmp-login-card input[type="password"] {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(102, 118, 154, 0.36);
    border-radius: 999px;
    background: rgba(7, 10, 17, 0.92);
    color: #edf2ff;
    font-size: 13px;
    outline: none;
}

.mmp-register-card input:focus,
.mmp-login-card input:focus {
    border-color: rgba(255, 159, 80, 0.7);
    box-shadow: 0 0 0 4px rgba(255, 159, 80, 0.12);
}

.mmp-remember {
    display: inline-flex !important;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    gap: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.mmp-remember input {
    width: 14px;
    height: 14px;
    min-height: 0;
    accent-color: #ff9f50;
}

.mmp-account-card {
    align-content: start;
}

.mmp-account-copy {
    margin: 0;
    color: #a8b6d1;
    font-size: 13px;
    line-height: 1.5;
}

.mmp-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(255, 159, 80, 0.62);
    border-radius: 999px;
    background: rgba(255, 159, 80, 0.12);
    color: #fff7ef;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
}

.mmp-submit:hover,
.mmp-submit:focus {
    background: rgba(255, 159, 80, 0.2);
}

.mmp-submit-secondary {
    border-color: rgba(126, 146, 190, 0.44);
    background: rgba(18, 23, 34, 0.88);
    color: #eef4ff;
    box-shadow: none;
}

.mmp-submit-secondary:hover,
.mmp-submit-secondary:focus {
    background: rgba(28, 35, 51, 0.98);
}

.mmp-panel h3 {
    margin-top: 8px;
    font-size: clamp(24px, 3vw, 36px);
}

.mmp-profile-form {
    display: grid;
    gap: 12px;
}

.mmp-owner-inbox {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(88, 102, 134, 0.22);
    border-radius: 18px;
    background: rgba(10, 14, 22, 0.44);
}

.mmp-section-heading-inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.mmp-section-heading-inline h3 {
    margin: 2px 0 0;
    font-size: 18px;
    line-height: 1;
}

.mmp-inbox-empty {
    padding: 10px 12px;
    border: 1px dashed rgba(104, 121, 158, 0.24);
    border-radius: 14px;
    color: #91a1c0;
    font-size: 12px;
}

.mmp-inbox-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mmp-inbox-filter {
    min-height: 24px;
    padding: 3px 9px;
    border: 1px solid rgba(126, 146, 190, 0.28);
    border-radius: 999px;
    background: rgba(9, 14, 24, 0.7);
    color: #aebbd4;
    cursor: pointer;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.mmp-inbox-filter.is-active,
.mmp-inbox-filter:hover,
.mmp-inbox-filter:focus-visible {
    border-color: rgba(99, 218, 255, 0.42);
    color: #d9f8ff;
    outline: none;
}

.mmp-inbox-list {
    display: grid;
    gap: 6px;
}

.mmp-message-console {
    display: grid;
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 330px;
    max-height: min(620px, 72vh);
    overflow: hidden;
    border: 1px solid rgba(88, 102, 134, 0.2);
    border-radius: 16px;
    background: rgba(7, 10, 16, 0.42);
}

.mmp-message-list {
    display: grid;
    align-content: start;
    gap: 3px;
    min-height: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
    border-right: 1px solid rgba(88, 102, 134, 0.18);
    background: rgba(255, 255, 255, 0.018);
    scrollbar-color: rgba(99, 218, 255, 0.36) rgba(9, 14, 24, 0.42);
    scrollbar-width: thin;
}

.mmp-message-list::-webkit-scrollbar,
.mmp-chat-stream::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.mmp-message-list::-webkit-scrollbar-track,
.mmp-chat-stream::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(9, 14, 24, 0.42);
}

.mmp-message-list::-webkit-scrollbar-thumb,
.mmp-chat-stream::-webkit-scrollbar-thumb {
    border: 2px solid rgba(9, 14, 24, 0.42);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(99, 218, 255, 0.72), rgba(255, 159, 80, 0.62));
}

.mmp-message-list::-webkit-scrollbar-thumb:hover,
.mmp-chat-stream::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(99, 218, 255, 0.92), rgba(255, 159, 80, 0.82));
}

.mmp-inbox-load-more {
    grid-column: 1;
    grid-row: 2;
    min-height: 28px;
    margin: 6px;
    padding: 0 10px;
    border: 1px solid rgba(126, 146, 190, 0.32);
    border-radius: 999px;
    background: rgba(9, 14, 24, 0.86);
    color: #dce6fb;
    cursor: pointer;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mmp-inbox-load-more:hover,
.mmp-inbox-load-more:focus-visible {
    border-color: rgba(99, 218, 255, 0.42);
    color: #d9f8ff;
    outline: none;
}

.mmp-message-list-item {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 2px;
    width: 100%;
    padding: 7px 8px;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.mmp-message-list-item[hidden] {
    display: none !important;
}

.mmp-message-list-item[data-mmp-thread-filter-type="message"] {
    border-color: rgba(88, 133, 255, 0.2);
}

.mmp-message-list-item[data-mmp-thread-filter-type="update"] {
    border-color: rgba(99, 218, 255, 0.22);
}

.mmp-message-list-item::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(126, 146, 190, 0.48);
}

.mmp-message-list-item.is-unread::before {
    background: #ff9f50;
    box-shadow: 0 0 0 4px rgba(255, 159, 80, 0.11);
}

.mmp-message-list-item-follow {
    background: rgba(99, 218, 255, 0.035);
}

.mmp-message-list-item-follow::before {
    background: rgba(99, 218, 255, 0.68);
}

.mmp-message-list-item-follow.is-unread::before {
    background: #63daff;
    box-shadow: 0 0 0 4px rgba(99, 218, 255, 0.13);
}

.mmp-message-list-item:hover,
.mmp-message-list-item:focus-visible,
.mmp-message-list-item.is-active {
    background: rgba(255, 255, 255, 0.045);
    outline: none;
}

.mmp-message-list-item[data-mmp-thread-filter-type="message"]:hover,
.mmp-message-list-item[data-mmp-thread-filter-type="message"]:focus-visible,
.mmp-message-list-item[data-mmp-thread-filter-type="message"].is-active {
    border-color: rgba(88, 133, 255, 0.46);
}

.mmp-message-list-item[data-mmp-thread-filter-type="update"]:hover,
.mmp-message-list-item[data-mmp-thread-filter-type="update"]:focus-visible,
.mmp-message-list-item[data-mmp-thread-filter-type="update"].is-active {
    border-color: rgba(99, 218, 255, 0.52);
}

.mmp-message-list-title {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    color: #fff5ea;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mmp-message-list-preview {
    grid-column: 2 / 4;
    grid-row: 2;
    overflow: hidden;
    color: #9fadc9;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mmp-message-list-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    grid-column: 3;
    grid-row: 1;
}

.mmp-message-list-meta time {
    color: #7f8da7;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mmp-message-detail {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
    overflow: hidden;
}

.mmp-message-thread {
    display: grid;
    grid-template-rows: auto auto minmax(150px, 1fr) auto;
    gap: 10px;
    height: 100%;
    padding: 12px;
}

.mmp-message-thread[hidden] {
    display: none !important;
}

.mmp-message-thread[data-mmp-thread-filter-type="message"] {
    border-left: 1px solid rgba(88, 133, 255, 0.26);
}

.mmp-message-thread[data-mmp-thread-filter-type="update"] {
    border-left: 1px solid rgba(99, 218, 255, 0.3);
}

.mmp-message-back {
    display: none;
}

.mmp-message-thread-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.mmp-message-thread-head h4 {
    margin: 2px 0 0;
    color: #fff5ea;
    font-size: 16px;
    line-height: 1.1;
    font-family: Georgia, "Times New Roman", serif;
}

.mmp-message-thread-head p {
    margin: 4px 0 0;
    color: #9fadc9;
    font-size: 11px;
    line-height: 1.3;
}

.mmp-message-thread-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.mmp-message-thread-actions form {
    margin: 0;
}

.mmp-danger-pill {
    border-color: rgba(255, 103, 103, 0.38);
    color: #ffd0d0;
}

.mmp-chat-stream {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px 2px;
    scrollbar-color: rgba(99, 218, 255, 0.36) rgba(9, 14, 24, 0.42);
    scrollbar-width: thin;
}

.mmp-chat-bubble {
    display: grid;
    gap: 4px;
    max-width: min(74%, 520px);
    min-width: 0;
    padding: 10px 12px;
    border-radius: 14px;
    color: #edf2ff;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.mmp-chat-bubble strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 11px;
    line-height: 1.1;
}

.mmp-chat-bubble p {
    margin: 0;
    color: inherit;
    font-size: 12px;
    line-height: 1.38;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    word-break: break-word;
}

.mmp-chat-bubble time {
    justify-self: end;
    color: rgba(237, 242, 255, 0.76);
    font-size: 10px;
}

.mmp-chat-bubble.is-mine {
    align-self: flex-end;
    background: linear-gradient(180deg, rgba(37, 118, 214, 0.95), rgba(18, 87, 174, 0.94));
    box-shadow: 0 8px 24px rgba(16, 83, 170, 0.22);
}

.mmp-chat-bubble.is-theirs {
    align-self: flex-start;
    border: 1px solid rgba(88, 102, 134, 0.2);
    background: rgba(255, 255, 255, 0.055);
}

.mmp-chat-bubble.is-follow-update {
    align-self: flex-start;
    border: 1px solid rgba(99, 218, 255, 0.32);
    background: linear-gradient(135deg, rgba(99, 218, 255, 0.12), rgba(9, 14, 24, 0.88));
}

.mmp-chat-composer {
    margin-top: 0;
    padding: 10px;
    border: 1px solid rgba(88, 102, 134, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.024);
}

.mmp-inbox-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 9px 10px;
    border: 1px solid rgba(88, 102, 134, 0.2);
    border-radius: 14px;
    background: rgba(8, 11, 18, 0.46);
}

.mmp-inbox-main {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    gap: 4px;
    min-width: 0;
}

.mmp-inbox-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.mmp-inbox-title strong {
    color: #fff5ea;
    font-size: 13px;
    line-height: 1.1;
}

.mmp-inbox-title span {
    color: #a8b6d1;
    font-size: 11px;
}

.mmp-inbox-chip {
    padding: 2px 7px;
    border: 1px solid rgba(255, 159, 80, 0.34);
    border-radius: 999px;
    color: #ffd8b5 !important;
    font-size: 9px !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mmp-inbox-chip.is-read {
    border-color: rgba(126, 146, 190, 0.34);
    color: #aebbd4 !important;
}

.mmp-inbox-chip.is-unread {
    border-color: rgba(255, 159, 80, 0.52);
    background: rgba(255, 159, 80, 0.08);
    color: #ffd8b5 !important;
}

.mmp-inbox-chip.is-follow {
    border-color: rgba(99, 218, 255, 0.48);
    background: rgba(99, 218, 255, 0.08);
    color: #a9eeff !important;
}

.mmp-card-label-follow {
    color: #63daff !important;
}

.mmp-follow-pill {
    border-color: rgba(99, 218, 255, 0.46);
    color: #d9f8ff;
}

.mmp-inbox-main p {
    overflow: hidden;
    margin: 0;
    color: #b8c6de;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mmp-thread-list {
    display: grid;
    gap: 6px;
    margin-top: 6px;
}

.mmp-thread-reply {
    display: grid;
    gap: 3px;
    padding: 8px 10px;
    border-left: 2px solid rgba(255, 159, 80, 0.42);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.mmp-thread-reply strong {
    color: #fff5ea;
    font-size: 11px;
    line-height: 1.1;
}

.mmp-thread-reply span {
    color: #7f8da7;
    font-size: 10px;
}

.mmp-thread-reply p {
    overflow: visible;
    white-space: normal;
}

.mmp-thread-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: end;
    margin-top: 8px;
}

.mmp-thread-form textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(102, 118, 154, 0.3);
    border-radius: 14px;
    background: rgba(5, 8, 14, 0.82);
    color: #edf2ff;
    font-size: 12px;
    line-height: 1.35;
    resize: vertical;
}

.mmp-thread-form textarea:focus {
    border-color: rgba(255, 159, 80, 0.62);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 159, 80, 0.1);
}

.mmp-inbox-actions {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    align-self: start;
    justify-self: end;
    gap: 8px;
}

.mmp-inbox-actions time {
    color: #7f8da7;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mmp-profile-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.mmp-collapsible-heading {
    align-items: center;
}

.mmp-collapse-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.mmp-collapse-toggle .mmp-card-label {
    font-size: 11px;
}

.mmp-collapse-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(126, 146, 190, 0.36);
    border-radius: 999px;
    background: rgba(12, 16, 24, 0.7);
    color: #ffb15f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.mmp-collapse-toggle.is-open .mmp-collapse-icon {
    border-color: rgba(255, 159, 80, 0.52);
    background: rgba(255, 159, 80, 0.12);
}

.mmp-collapse-toggle.is-open .mmp-collapse-icon::before {
    content: "-";
}

.mmp-collapse-toggle.is-open .mmp-collapse-icon {
    font-size: 0;
}

.mmp-collapse-toggle:hover .mmp-collapse-icon,
.mmp-collapse-toggle:focus-visible .mmp-collapse-icon {
    border-color: rgba(255, 159, 80, 0.62);
    color: #fff4e8;
}

.mmp-collapsible-body {
    margin-top: 12px;
}

.mmp-follower-update-panel .mmp-profile-heading p {
    margin: 0;
    max-width: 460px;
    color: #9fb0d0;
    font-size: 11px;
    line-height: 1.4;
}

.mmp-follower-update-panel textarea {
    min-height: 76px;
}

.mmp-editor-surface {
    display: grid;
    gap: 10px;
}

/* .mmp-shell prefix keeps these winning over the responsive .mmp-public-profile rules. */
.mmp-shell .mmp-public-profile-editor {
    margin-top: 0;
    /* Tighter than the public profile: smaller media column, less gap. */
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding-top: 4px;
}

/* Card-shaped (portrait) media preview that mirrors the public directory card,
   instead of a bulky square avatar. Applies even at desktop breakpoints. */
.mmp-shell .mmp-public-profile-editor .mmp-avatar {
    align-self: start;
    width: 150px;
    height: 200px;
    border-radius: 16px;
    margin-top: 0;
}

.mmp-shell .mmp-public-profile-editor .mmp-avatar span {
    font-size: 46px;
}

.mmp-avatar-stack {
    display: grid;
    justify-items: center;
    gap: 6px;
    align-self: start;
}

.mmp-avatar-stack .mmp-avatar-tools {
    margin-top: 0;
}

.mmp-public-profile-editor .mmp-public-copy .mmp-card-label {
    font-size: 9px;
}

.mmp-public-profile-editor .mmp-public-copy h3 {
    font-size: clamp(24px, 3.2vw, 34px);
}

.mmp-public-profile-editor .mmp-public-copy p {
    font-size: 12px;
    line-height: 1.35;
}

.mmp-inline-edit {
    cursor: text;
    outline: none;
}

.mmp-inline-edit:hover,
.mmp-inline-edit:focus {
    text-shadow: 0 0 22px rgba(255, 159, 80, 0.12);
}

.mmp-inline-edit:focus {
    box-shadow: inset 0 -2px 0 rgba(255, 159, 80, 0.42);
}

.mmp-inline-edit-bio {
    min-height: 48px;
}

textarea.mmp-inline-edit-bio {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #cfe0ff;
    font: inherit;
    font-size: 12px;
    line-height: 1.35;
    resize: none;
    overflow: hidden;
}

textarea.mmp-inline-edit-bio::placeholder {
    color: rgba(207, 224, 255, 0.72);
}

.mmp-profile-grid-compact {
    padding: 0;
    border: 0;
    background: transparent;
}

.mmp-linked-submissions-panel,
.mmp-linked-submissions-showcase {
    margin-top: 18px;
}

.mmp-linked-submissions-heading {
    align-items: baseline;
}

.mmp-linked-submissions-heading p {
    margin: 0;
    color: #9fb0cf;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.mmp-linked-submissions-showcase {
    width: min(980px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mmp-submission-showcase-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(88, 102, 134, 0.14);
}

.mmp-submission-showcase-card {
    display: block;
    padding: 7px 4px;
    border: none;
    border-bottom: 1px solid rgba(88, 102, 134, 0.14);
    border-radius: 0;
    background: transparent;
    transition: background 140ms ease;
}

.mmp-submission-showcase-card:hover {
    background: rgba(107, 203, 255, 0.03);
}

.mmp-submission-showcase-card[hidden] {
    display: none !important;
}

.mmp-submission-picker-copy,
.mmp-submission-meta {
    display: grid;
    gap: 4px;
}

.mmp-submission-showcase-copy {
    display: grid;
    gap: 0;
}

.mmp-submission-showcase-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.mmp-submission-showcase-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mmp-submission-showcase-title {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.mmp-submission-picker-copy strong,
.mmp-submission-showcase-card h4 {
    margin: 0;
    color: #dde8f8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.22;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mmp-submission-picker-copy span,
.mmp-submission-showcase-card p,
.mmp-submission-meta span,
.mmp-submission-picker-copy a,
.mmp-spotlight-toggle span,
.mmp-empty-submissions p {
    color: #a8b6d1;
    font-size: 11px;
    line-height: 1.35;
}

.mmp-spotlight-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mmp-submission-showcase-card.is-spotlight .mmp-submission-showcase-card h4 {
    color: rgba(255, 195, 120, 0.9);
}

.mmp-submission-showcase-card.is-active {
    background: rgba(107, 203, 255, 0.05);
}

.mmp-linked-submissions-showcase .mmp-profile-heading {
    gap: 4px;
    justify-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.mmp-linked-submissions-showcase .mmp-profile-heading h3 {
    font-size: 15px;
    line-height: 1.2;
}

/* Thin outlined play button — no heavy gradient */
.mmp-linked-submissions-showcase .fsa-mm-player-trigger {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    background: transparent;
    border: 1.5px solid rgba(107, 203, 255, 0.3);
    box-shadow: none;
    border-radius: 50%;
    color: rgba(107, 203, 255, 0.7);
    transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}

.mmp-linked-submissions-showcase .fsa-mm-player-trigger:hover,
.mmp-linked-submissions-showcase .fsa-mm-player-trigger:focus-visible {
    border-color: rgba(107, 203, 255, 0.75);
    color: #6bcbff;
    background: rgba(107, 203, 255, 0.08);
    box-shadow: none;
}

.mmp-submission-showcase-card.is-active .fsa-mm-player-trigger {
    border-color: rgba(107, 203, 255, 0.85);
    color: #6bcbff;
    background: rgba(107, 203, 255, 0.12);
}

.mmp-linked-submissions-showcase .fsa-mm-player-trigger svg {
    width: 11px;
    height: 11px;
}

.mmp-submission-more {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.mmp-submission-more[hidden] {
    display: none !important;
}

.mmp-featured-player-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
}

.mmp-featured-player-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 11, 0.72);
    backdrop-filter: blur(8px);
}

.mmp-featured-player-dialog {
    position: relative;
    z-index: 1;
    width: min(860px, calc(100vw - 28px));
    margin: 6vh auto 0;
    padding: 14px;
    border: 1px solid rgba(96, 112, 148, 0.28);
    border-radius: 22px;
    background: rgba(11, 15, 23, 0.98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.mmp-featured-player-dialog .fsa-mm-player-shell {
    gap: 12px;
}

.mmp-featured-player-dialog .fsa-mm-player-embed iframe {
    min-height: 360px;
}

.mmp-featured-player-dialog .fsa-mm-player[data-player-hide-mode-switch="1"] .fsa-mm-player-kicker-row {
    justify-content: flex-end;
}

.mmp-featured-player-dialog .fsa-mm-player[data-player-hide-mode-switch="1"] .fsa-mm-player-head-stack {
    justify-items: end;
}

.mmp-featured-player-dialog .fsa-mm-player[data-player-public-context="1"] [data-player-head-action],
.mmp-featured-player-dialog .fsa-mm-player[data-player-public-context="1"] [data-player-source-action],
.mmp-featured-player-dialog .fsa-mm-player[data-player-public-context="1"] .fsa-mm-player-actions {
    display: none !important;
}

.mmp-featured-player-dialog .fsa-mm-player-message {
    display: none !important;
}

.mmp-featured-player-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.mmp-featured-source-button[hidden] {
    display: none !important;
}

.mmp-featured-player-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(118, 136, 173, 0.3);
    background: rgba(248, 250, 255, 0.08);
    color: #f6efe8;
    font-size: 16px;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mmp-featured-player-close:hover,
.mmp-featured-player-close:focus-visible {
    background: rgba(255, 139, 43, 0.18);
    border-color: rgba(255, 139, 43, 0.5);
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .mmp-owner-inbox {
        padding: 10px;
        gap: 8px;
    }

    .mmp-section-heading-inline .mmp-owner-summary-meta {
        font-size: 10px;
    }

    .mmp-section-heading-inline,
    .mmp-inbox-item,
    .mmp-inbox-actions {
        align-items: start;
    }

    .mmp-section-heading-inline,
    .mmp-inbox-item {
        grid-template-columns: minmax(0, 1fr);
    }

    .mmp-message-console {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
        border-radius: 14px;
        background: transparent;
    }

    .mmp-message-detail {
        grid-column: 1;
        grid-row: 2;
        display: none;
    }

    .mmp-inbox-load-more {
        grid-column: 1;
        grid-row: 2;
        margin: 6px auto 2px;
    }

    .mmp-message-console.is-reading .mmp-inbox-load-more {
        display: none !important;
    }

    .mmp-message-console.is-reading .mmp-message-list {
        display: none;
    }

    .mmp-message-console.is-reading .mmp-message-detail {
        display: block;
    }

    .mmp-message-list {
        grid-auto-flow: row;
        grid-auto-columns: initial;
        max-height: none;
        overflow-x: hidden;
        overflow-y: visible;
        gap: 4px;
        padding: 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .mmp-message-list-item {
        grid-template-columns: 8px minmax(0, 1fr) auto;
        min-height: 48px;
        padding: 7px 8px;
        border-color: rgba(88, 102, 134, 0.18);
        background: rgba(255, 255, 255, 0.024);
    }

    .mmp-message-list-title {
        font-size: 11px;
    }

    .mmp-message-list-preview {
        grid-column: 2 / 4;
        font-size: 10px;
    }

    .mmp-message-list-meta {
        align-items: center;
        grid-column: 3;
        grid-row: 1;
    }

    .mmp-message-list-meta time {
        font-size: 9px;
    }

    .mmp-inbox-chip {
        padding: 1px 5px;
        font-size: 8px !important;
    }

    .mmp-message-thread {
        gap: 8px;
        margin-top: 0;
        padding: 10px;
        border: 1px solid rgba(88, 102, 134, 0.16);
        border-radius: 14px;
        background: rgba(7, 10, 16, 0.32);
    }

    .mmp-chat-bubble {
        max-width: 100%;
    }

    .mmp-message-back {
        display: inline-flex;
        justify-self: start;
        align-items: center;
        min-height: 24px;
        padding: 0 9px;
        border: 1px solid rgba(126, 146, 190, 0.32);
        border-radius: 999px;
        background: rgba(14, 18, 28, 0.68);
        color: #dce6fb;
        cursor: pointer;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .mmp-message-back::before {
        content: "<";
        margin-right: 6px;
        color: #ff9f50;
    }

    .mmp-message-thread-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .mmp-message-thread-head h4 {
        font-size: 14px;
    }

    .mmp-message-thread-head p {
        font-size: 10px;
    }

    .mmp-message-thread-actions {
        justify-content: flex-start;
    }

    .mmp-chat-bubble {
        max-width: 92%;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .mmp-chat-bubble p {
        font-size: 11px;
    }

    .mmp-chat-composer {
        padding: 8px;
    }

    .mmp-inbox-main,
    .mmp-inbox-actions {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .mmp-section-heading-inline {
        display: grid;
    }

    .mmp-inbox-main p {
        white-space: normal;
    }

    .mmp-thread-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .mmp-profile-heading {
        align-items: flex-start;
    }

    .mmp-profile-field-slug-inline {
        justify-content: flex-start;
        width: 100%;
        margin-left: 0;
    }

    .mmp-profile-field-slug-inline input {
        flex: 1;
        min-width: 0;
    }

    .mmp-collab-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mmp-modal-dialog {
        width: min(100vw - 20px, 560px);
        margin-top: 6vh;
        padding: 16px;
    }

    .mmp-collab-head h3 {
        font-size: 24px;
    }
}

.mmp-submission-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(88, 102, 134, 0.22);
    border-radius: 18px;
    background: rgba(10, 14, 22, 0.66);
}

.mmp-submission-table {
    width: 100%;
    border-collapse: collapse;
}

.mmp-submission-table tbody tr:not(.mmp-submission-preview-row):hover {
    background: rgba(255, 255, 255, 0.018);
}

.mmp-submission-table th,
.mmp-submission-table td {
    padding: 11px 14px;
    border-top: 1px solid rgba(88, 102, 134, 0.16);
    vertical-align: middle;
    text-align: left;
}

.mmp-submission-table thead th {
    border-top: 0;
    color: #91a1c0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-submission-row-title {
    display: grid;
    gap: 2px;
    min-width: 240px;
}

.mmp-submission-row-title strong {
    color: #fff5ea;
    font-size: 13px;
    line-height: 1.2;
}

.mmp-submission-row-title span,
.mmp-submission-table td {
    color: #a8b6d1;
    font-size: 12px;
    line-height: 1.4;
}

.mmp-submission-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #edf2ff;
    font-size: 11px;
    font-weight: 700;
}

.mmp-submission-toggle input {
    margin: 0;
}

.mmp-submission-preview-toggle {
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(88, 102, 134, 0.34);
    border-radius: 999px;
    background: rgba(16, 22, 34, 0.78);
    color: #e8efff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.mmp-submission-preview-toggle:hover {
    border-color: rgba(255, 159, 80, 0.62);
    background: rgba(20, 28, 42, 0.9);
    transform: translateY(-1px);
}

.mmp-submission-preview-row td {
    padding-top: 0;
    background: rgba(9, 12, 19, 0.74);
}

.mmp-submission-preview-player {
    padding: 10px 0 4px;
}

.mmp-submission-preview-player .fsa-mm-player {
    margin: 0;
}

.mmp-profile-field-settings {
    max-width: 320px;
}

.mmp-profile-field-slug-inline {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: min(330px, 100%);
    margin-left: auto;
}

.mmp-profile-field-slug-inline span {
    font-size: 9px;
    white-space: nowrap;
}

.mmp-profile-field-slug-inline input {
    width: 190px;
}

.mmp-profile-grid {
    display: grid;
    gap: 12px;
}

.mmp-profile-field {
    display: grid;
    gap: 6px;
    color: #aebbd4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-profile-field input,
.mmp-profile-field textarea {
    width: 100%;
    padding: 8px 11px;
    border: 1px solid rgba(102, 118, 154, 0.36);
    border-radius: 14px;
    background: rgba(7, 10, 17, 0.92);
    color: #edf2ff;
    font-size: 12px;
    line-height: 1.3;
    outline: none;
}

.mmp-profile-field input {
    min-height: 32px;
    border-radius: 999px;
}

.mmp-profile-field textarea {
    resize: vertical;
}

.mmp-profile-field input:focus,
.mmp-profile-field textarea:focus {
    border-color: rgba(255, 159, 80, 0.7);
    box-shadow: 0 0 0 4px rgba(255, 159, 80, 0.12);
}

.mmp-profile-field.mmp-profile-field-slug-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    max-width: none;
    width: auto;
    margin-left: 0;
}

.mmp-profile-field.mmp-profile-field-slug-inline input {
    width: 190px;
    flex: 0 0 190px;
}

.mmp-profile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mmp-profile-actions .mmp-submit {
    margin-left: auto;
}

.mmp-profile-actions span {
    color: #9cadcb;
    font-size: 10px;
    line-height: 1.3;
}

.mmp-toast-stack {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: grid;
    gap: 8px;
    pointer-events: none;
}

.mmp-toast {
    min-width: 220px;
    max-width: min(320px, calc(100vw - 36px));
    padding: 10px 12px;
    border: 1px solid rgba(255, 159, 80, 0.28);
    border-radius: 14px;
    background: rgba(13, 18, 28, 0.96);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    color: #fff1df;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.mmp-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 900px) {
    .mmp-surface {
        padding: 24px;
    }

    .mmp-head {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

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

    .mmp-hero {
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
    }

    .mmp-public-profile {
        grid-template-columns: 212px minmax(0, 1fr);
        align-items: start;
    }

    .mmp-public-profile .mmp-avatar {
        width: 204px;
        height: 204px;
        border-radius: 60px;
    }

    .mmp-public-profile .mmp-avatar span {
        font-size: 64px;
    }

    .mmp-auth-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmp-register-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: end;
    }

    .mmp-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmp-share-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

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

    .mmp-form-title,
    .mmp-submit {
        grid-column: 1 / -1;
        align-self: end;
    }

}

@media (max-width: 720px) {
    .mmp-directory-grid {
        width: 100%;
        gap: 7px;
    }

    .mmp-directory-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 8px;
        min-height: 0;
        padding: 8px;
    }

    .mmp-directory-avatar {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .mmp-directory-copy h3 {
        font-size: 13px;
    }

    .mmp-directory-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-left: 46px;
        gap: 5px;
    }

    .mmp-directory-actions .mmp-share-button {
        min-height: 23px;
        padding: 0 8px;
        font-size: 8px;
    }

    /* Owner summary on mobile: two rows — Status + Share on row 1, the Messages /
       Follower Update buttons on row 2 (full width). */
    .mmp-owner-summary-card {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .mmp-owner-summary-item {
        order: 1;
    }

    .mmp-owner-summary-item-share {
        order: 2;
        margin-left: auto;
        justify-content: flex-end;
    }

    .mmp-owner-summary-actions {
        order: 3;
        width: 100%;
    }

    .mmp-owner-summary-actions .mmp-owner-summary-toggle {
        flex: 1 1 auto;
        justify-content: center;
    }

    .mmp-public-profile {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 12px;
        max-width: 720px;
        padding-top: 12px;
    }

    .mmp-public-copy {
        justify-items: center;
        text-align: center;
        max-width: 600px;
        padding-top: 0;
    }

    .mmp-public-copy h3 {
        max-width: 12ch;
    }

    .mmp-public-copy p {
        max-width: 540px;
    }

    .mmp-badge-row,
    .mmp-links {
        justify-content: center;
    }

    .mmp-avatar {
        margin-top: 0;
    }

    .mmp-submission-table th,
    .mmp-submission-table td {
        padding: 10px 10px;
    }

    .mmp-submission-row-title {
        min-width: 180px;
    }

    .mmp-submission-showcase-card {
        padding: 10px 12px;
    }

    .mmp-submission-showcase-head {
        gap: 9px;
    }

    .mmp-featured-player-dialog {
        width: calc(100vw - 18px);
        margin-top: 3vh;
        padding: 12px;
    }

    .mmp-featured-player-dialog .fsa-mm-player-embed iframe {
        min-height: 220px;
    }

    .mmp-linked-submissions-showcase {
        width: 100%;
        padding-top: 8px;
    }
}

.mmp-auth-surface {
    width: min(380px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 28px;
    border: 0;
    border-radius: 28px;
    background: #151515;
    box-shadow:
        18px 18px 38px rgba(0, 0, 0, 0.32),
        -10px -10px 24px rgba(255, 255, 255, 0.025),
        inset 1px 1px 0 rgba(255, 255, 255, 0.025);
}

.mmp-auth-surface .mmp-head {
    display: block;
    text-align: center;
}

.mmp-auth-surface .mmp-kicker {
    color: #ff9f50;
    font-size: 9px;
    letter-spacing: 0.16em;
}

.mmp-auth-surface .mmp-head h2 {
    margin-top: 0;
    color: #f5f5f5;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.mmp-auth-surface .mmp-head p {
    margin: 8px auto 0;
    max-width: 280px;
    color: #8f8f8f;
    font-size: 12px;
    line-height: 1.45;
}

.mmp-auth-surface .mmp-alert {
    margin-top: 18px;
    padding: 10px 12px;
    border-color: rgba(255, 159, 80, 0.28);
    border-radius: 12px;
    background: rgba(255, 159, 80, 0.08);
    color: #ffd9ad;
    font-size: 12px;
    text-align: center;
}

.mmp-auth-surface .mmp-auth-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.mmp-auth-surface .mmp-auth-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: #222222;
    color: #f4f4f4;
    text-align: center;
    box-shadow: none;
}

.mmp-auth-surface .mmp-auth-option span {
    display: none;
}

.mmp-auth-surface .mmp-auth-option strong {
    color: #f4f4f4;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.mmp-auth-surface .mmp-auth-option.is-active {
    background: linear-gradient(180deg, #313131, #242424);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 16px rgba(0, 0, 0, 0.18);
}

.mmp-auth-surface .mmp-auth-panels {
    margin-top: 12px;
}

.mmp-auth-surface .mmp-register-card,
.mmp-auth-surface .mmp-login-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.mmp-auth-surface .mmp-form-title {
    display: none;
}

.mmp-auth-surface .mmp-form-title span {
    display: none;
}

.mmp-auth-surface .mmp-form-title strong {
    color: #f5f5f5;
    font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.mmp-auth-surface .mmp-field {
    position: relative;
    display: block;
}
.mmp-auth-surface .mmp-field[hidden] {
    display: none;
}

.mmp-auth-surface .mmp-field span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.mmp-auth-surface .mmp-field::before {
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 50%;
    width: 18px;
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
}

.mmp-auth-surface .mmp-field-portfolio::before {
    content: "P";
}

.mmp-auth-surface .mmp-field-email::before,
.mmp-auth-surface .mmp-field-user::before {
    content: "@";
}

.mmp-auth-surface .mmp-field-password::before {
    content: "*";
}

.mmp-auth-surface .mmp-register-card input,
.mmp-auth-surface .mmp-login-card input[type="text"],
.mmp-auth-surface .mmp-login-card input[type="password"] {
    min-height: 40px;
    padding: 0 14px 0 44px;
    border: 0;
    border-radius: 999px;
    background: #191919;
    color: #f1f1f1;
    font-size: 14px;
    box-shadow:
        inset 5px 5px 10px rgba(0, 0, 0, 0.42),
        inset -3px -3px 8px rgba(255, 255, 255, 0.035);
}

.mmp-auth-surface .mmp-register-card input::placeholder,
.mmp-auth-surface .mmp-login-card input::placeholder {
    color: #858585;
}

.mmp-auth-surface .mmp-register-card input:focus,
.mmp-auth-surface .mmp-login-card input:focus {
    border: 0;
    box-shadow:
        inset 5px 5px 10px rgba(0, 0, 0, 0.42),
        inset -3px -3px 8px rgba(255, 255, 255, 0.035),
        0 0 0 2px rgba(255, 159, 80, 0.28);
}

.mmp-auth-surface .mmp-remember {
    margin: 2px 0 0;
    color: #a4a4a4;
    font-size: 12px;
}

.mmp-auth-surface .mmp-submit {
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
    border: 0;
    border-radius: 6px;
    background: #242424;
    color: #f8f8f8;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
}

.mmp-auth-surface .mmp-submit:hover,
.mmp-auth-surface .mmp-submit:focus {
    background: #303030;
}

.mmp-auth-surface .mmp-account-copy {
    color: #9a9a9a;
    text-align: center;
}

@media (max-width: 480px) {
    .mmp-auth-surface {
        padding: 24px 20px;
        border-radius: 24px;
    }
}

/* Register role choice — Artist / Program Host (mirrors the auth-option style) */
.mmp-account-type {
    display: grid;
    gap: 6px;
    margin-bottom: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmp-account-type-option {
    display: grid;
    gap: 3px;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid rgba(99, 116, 154, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(18, 23, 34, 0.78), rgba(9, 12, 20, 0.7));
    cursor: pointer;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: border-color 160ms ease, background 160ms ease, transform 140ms ease;
}

.mmp-account-type-option:hover {
    transform: translateY(-1px);
}

.mmp-account-type-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mmp-account-type-title {
    color: #fff5ea;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
}

.mmp-account-type-copy {
    color: #9cadcb;
    font-size: 11px;
    line-height: 1.25;
}

.mmp-account-type-option.is-active {
    border-color: rgba(255, 159, 80, 0.72);
    background:
        radial-gradient(circle at top right, rgba(255, 159, 80, 0.16), transparent 46%),
        linear-gradient(180deg, rgba(29, 24, 23, 0.9), rgba(13, 15, 23, 0.88));
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@media (max-width: 560px) {
    .mmp-account-type {
        grid-template-columns: 1fr;
    }
}

/* =========================================================================
   Login / Register surface — immersive brand modernization (cyan/blue,
   frosted glass). Overrides the older neumorphic grey/orange auth styling.
   ========================================================================= */
.mmp-auth-surface {
    width: min(400px, calc(100vw - 32px));
    padding: 22px 20px;
    border: 1px solid rgba(107, 203, 255, 0.22);
    border-radius: 24px;
    background:
        radial-gradient(130% 110% at 50% -10%, rgba(43, 107, 255, 0.18), transparent 60%),
        radial-gradient(120% 120% at 0% 0%, rgba(107, 203, 255, 0.08), transparent 55%),
        rgba(10, 14, 26, 0.74);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    backdrop-filter: blur(16px) saturate(1.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 36px 70px -34px rgba(0, 0, 0, 0.92),
        0 0 80px -28px rgba(43, 107, 255, 0.4);
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.mmp-auth-surface .mmp-head h2 {
    font-family: inherit;
    font-size: 19px;
    background: linear-gradient(118deg, #eaf1ff 6%, #6bcbff 64%, #90fffb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mmp-auth-surface .mmp-head p {
    color: #8b96b3;
}

.mmp-auth-surface .mmp-kicker {
    color: #6bcbff;
}

.mmp-auth-surface .mmp-alert {
    border-color: rgba(107, 203, 255, 0.32);
    background: rgba(43, 107, 255, 0.12);
    color: #cfe4ff;
}

/* Login / Register toggle */
.mmp-auth-surface .mmp-auth-option {
    border-radius: 999px;
    background: rgba(12, 17, 32, 0.85);
    border: 1px solid rgba(107, 203, 255, 0.16);
    color: #c6d4ef;
}

.mmp-auth-surface .mmp-auth-option strong {
    font-family: inherit;
    color: inherit;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.mmp-auth-surface .mmp-auth-option.is-active {
    background: linear-gradient(135deg, #2b6bff, #6bcbff);
    border-color: transparent;
    box-shadow: 0 12px 26px -12px rgba(43, 107, 255, 0.9);
}

.mmp-auth-surface .mmp-auth-option.is-active strong {
    color: #04101f;
}

/* Artist / Program Host role pills — rebrand from orange to cyan */
.mmp-auth-surface .mmp-account-type-option {
    border: 1px solid rgba(107, 203, 255, 0.18);
    border-radius: 16px;
    background: rgba(12, 17, 32, 0.8);
}

.mmp-auth-surface .mmp-account-type-title {
    color: #eaf1ff;
    font-family: inherit;
    font-size: 13px;
}

.mmp-auth-surface .mmp-account-type-copy {
    color: #8b96b3;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.mmp-auth-surface .mmp-account-type-option.is-active {
    border-color: rgba(107, 203, 255, 0.7);
    background:
        radial-gradient(circle at top right, rgba(107, 203, 255, 0.18), transparent 48%),
        linear-gradient(180deg, rgba(15, 26, 48, 0.92), rgba(10, 14, 26, 0.9));
    box-shadow:
        0 16px 32px -16px rgba(43, 107, 255, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Fields */
.mmp-auth-surface .mmp-field::before {
    color: #6bcbff;
}

.mmp-auth-surface .mmp-field-referral::before {
    content: "↗";
}

.mmp-auth-surface .mmp-register-card input,
.mmp-auth-surface .mmp-login-card input[type="text"],
.mmp-auth-surface .mmp-login-card input[type="password"] {
    border: 1px solid rgba(107, 203, 255, 0.16);
    background: rgba(12, 17, 32, 0.92);
    color: #eaf1ff;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34);
}

.mmp-auth-surface .mmp-register-card input::placeholder,
.mmp-auth-surface .mmp-login-card input::placeholder {
    color: #6b7794;
}

.mmp-auth-surface .mmp-register-card input:focus,
.mmp-auth-surface .mmp-login-card input:focus {
    border-color: rgba(107, 203, 255, 0.6);
    box-shadow:
        inset 0 2px 6px rgba(0, 0, 0, 0.34),
        0 0 0 3px rgba(43, 107, 255, 0.22);
}

/* Buttons — primary cyan gradient pill, secondary ghost */
.mmp-auth-surface .mmp-submit {
    border-radius: 999px;
    background: linear-gradient(135deg, #2b6bff, #6bcbff);
    color: #04101f;
    font-family: inherit;
    font-weight: 800;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 16px 32px -16px rgba(43, 107, 255, 0.9);
    transition: transform 140ms ease, box-shadow 200ms ease, background 160ms ease;
}

.mmp-auth-surface .mmp-submit:hover,
.mmp-auth-surface .mmp-submit:focus {
    background: linear-gradient(135deg, #6bcbff, #90fffb);
    transform: translateY(-1px);
}

.mmp-auth-surface .mmp-submit-secondary {
    background: rgba(43, 107, 255, 0.1);
    border: 1px solid rgba(107, 203, 255, 0.34);
    color: #eaf1ff;
    box-shadow: none;
}

.mmp-auth-surface .mmp-submit-secondary:hover,
.mmp-auth-surface .mmp-submit-secondary:focus {
    background: rgba(43, 107, 255, 0.18);
    border-color: rgba(107, 203, 255, 0.6);
}

.mmp-auth-surface .mmp-account-copy {
    color: #8b96b3;
}

/* Host Dashboard — onboarding status + start-monthly */
.mmp-auth-surface .mmp-host-dashboard {
    gap: 14px;
}

.mmp-host-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    margin: 2px 0 4px;
    padding: 0;
    list-style: none;
    counter-reset: mmp-host-step;
}

.mmp-host-step {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
}

/* connector line between steps */
.mmp-host-step::before {
    content: "";
    position: absolute;
    top: 6px;
    left: calc(-50% + 7px);
    width: calc(100% - 14px);
    height: 2px;
    background: rgba(107, 203, 255, 0.18);
}

.mmp-host-step:first-child::before {
    display: none;
}

.mmp-host-step.is-done::before {
    background: linear-gradient(90deg, #2b6bff, #6bcbff);
}

.mmp-host-step-dot {
    position: relative;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: rgba(12, 17, 32, 0.95);
    border: 2px solid rgba(107, 203, 255, 0.32);
}

.mmp-host-step.is-done .mmp-host-step-dot {
    background: linear-gradient(150deg, #2b6bff, #6bcbff);
    border-color: transparent;
    box-shadow: 0 0 12px -2px rgba(107, 203, 255, 0.8);
}

.mmp-host-step-label {
    color: #8b96b3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.mmp-host-step.is-done .mmp-host-step-label {
    color: #cfe4ff;
}

.mmp-auth-surface .mmp-host-subscribe {
    margin-top: 2px;
}

/* Host Dashboard — Edit Program Profile editor */
.mmp-auth-surface .mmp-host-profile {
    margin-top: 4px;
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 14px;
    background: rgba(12, 17, 32, 0.6);
    overflow: hidden;
}

.mmp-auth-surface .mmp-host-profile > summary {
    list-style: none;
    cursor: pointer;
    padding: 11px 14px;
    color: #cfe4ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mmp-auth-surface .mmp-host-profile > summary::-webkit-details-marker {
    display: none;
}

.mmp-auth-surface .mmp-host-profile[open] > summary {
    border-bottom: 1px solid rgba(107, 203, 255, 0.14);
}

.mmp-auth-surface .mmp-host-profile-form {
    display: grid;
    gap: 11px;
    padding: 14px;
}

.mmp-auth-surface .mmp-host-field {
    display: grid;
    gap: 5px;
}

.mmp-auth-surface .mmp-host-field > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: #8b96b3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-auth-surface .mmp-host-field input,
.mmp-auth-surface .mmp-host-field textarea,
.mmp-auth-surface .mmp-host-payment-row input {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 12px;
    background: rgba(12, 17, 32, 0.92);
    color: #eaf1ff;
    font-size: 13px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34);
}

.mmp-auth-surface .mmp-host-field textarea {
    min-height: 70px;
    resize: vertical;
    line-height: 1.45;
}

.mmp-auth-surface .mmp-host-field input:focus,
.mmp-auth-surface .mmp-host-field textarea:focus,
.mmp-auth-surface .mmp-host-payment-row input:focus {
    outline: none;
    border-color: rgba(107, 203, 255, 0.6);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(43, 107, 255, 0.22);
}

.mmp-auth-surface .mmp-host-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mmp-auth-surface .mmp-host-field-group-label {
    color: #8b96b3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmp-auth-surface .mmp-host-payment-row {
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
    gap: 6px;
    margin-top: 6px;
}

/* =========================================================================
   Host Console — full-page tabbed surface (Program Profile / Billing / Portfolio)
   ========================================================================= */
.mmp-host-shell { margin: 18px 0 28px; }

.mmp-host-console {
    width: min(920px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 26px 28px 30px;
    border: 0;
    border-radius: 22px;
    background:
        radial-gradient(130% 90% at 50% -10%, rgba(43, 107, 255, 0.16), transparent 60%),
        rgba(10, 14, 26, 0.74);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    backdrop-filter: blur(16px) saturate(1.05);
    box-shadow: 0 36px 70px -34px rgba(0, 0, 0, 0.92);
    color: #eaf1ff;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.mmp-host-console__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mmp-host-console__head .mmp-kicker {
    margin: 0 0 2px;
    color: #6bcbff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mmp-host-console__head h2 {
    margin: 0;
    font-size: clamp(22px, 3vw, 30px);
    background: linear-gradient(118deg, #eaf1ff 6%, #6bcbff 64%, #90fffb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mmp-host-console__head .mmp-submit { width: auto; flex: 0 0 auto; }

.mmp-host-tabs {
    display: flex;
    gap: 6px;
    margin: 6px 0 18px;
    flex-wrap: wrap;
}

.mmp-host-tab {
    appearance: none;
    border: 0;
    background: transparent !important;
    color: #8b96b3;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    box-shadow: none !important;
    border-radius: 0;
    transition: color 140ms ease, border-color 140ms ease;
}

.mmp-host-tab:hover,
.mmp-host-tab:focus {
    background: transparent !important;
    color: #6bcbff;
    box-shadow: none !important;
    outline: none;
}

.mmp-host-tab.is-active {
    background: transparent !important;
    color: #eaf1ff;
    border-bottom-color: #6bcbff;
}

.mmp-host-panel[hidden] { display: none; }

/* Pending-review notice banner (shown above the profile form while awaiting approval) */
.mmp-host-pending-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    margin-bottom: 18px;
    background: rgba(255, 184, 0, 0.07);
    border: 1px solid rgba(255, 184, 0, 0.28);
    border-radius: 10px;
}
.mmp-host-pending-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffb800;
    box-shadow: 0 0 6px 2px rgba(255,184,0,0.4);
    animation: mmp-pulse 2s ease-in-out infinite;
}
@keyframes mmp-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.mmp-host-pending-notice .mmp-account-copy {
    margin: 0;
    font-size: 13px;
    color: #d4aa4a;
}
.mmp-host-pending-notice .mmp-account-copy strong { color: #ffd066; }

/* Panel copy + toggle button row */
.mmp-host-console .mmp-host-panel-copy-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 2px;
}
.mmp-host-console .mmp-host-panel-copy-row .mmp-host-panel-copy { margin: 0; flex: 1; }

/* Preview toggle button */
.mmp-host-preview-toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px 4px 8px;
    border: 1px solid rgba(107,203,255,0.25);
    border-radius: 20px;
    background: transparent;
    color: rgba(107,203,255,0.7);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 160ms, color 160ms, background 160ms;
    white-space: nowrap;
}
.mmp-host-preview-toggle:hover {
    border-color: rgba(107,203,255,0.55);
    color: #6bcbff;
    background: rgba(107,203,255,0.06);
}

/* Inline "?" info badge with CSS-only hover/focus tooltip */
.mmp-tip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border: 1px solid rgba(107,203,255,0.4);
    border-radius: 50%;
    background: transparent;
    color: rgba(107,203,255,0.75);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    cursor: help;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: 0;
    flex: 0 0 auto;
}
.mmp-tip:hover,
.mmp-tip:focus { color: #6bcbff; border-color: rgba(107,203,255,0.7); outline: none; }
.mmp-tip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    width: max-content;
    max-width: 230px;
    padding: 8px 10px;
    background: #0c1120;
    border: 1px solid rgba(107,203,255,0.3);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.45);
    color: #cfe4ff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: opacity 140ms ease, transform 140ms ease;
    z-index: 30;
}
.mmp-tip:hover::after,
.mmp-tip:focus::after { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Help tips — always visible inline after field labels */
.mmp-help-tip {
    display: inline;
    margin-left: 6px;
    font-size: 11px;
    font-weight: 400;
    color: rgba(107,203,255,0.65);
    letter-spacing: 0;
    text-transform: none;
}

/* Collapsed: form takes full width, sidebar hidden */
.mmp-host-console .mmp-host-profile-layout.is-preview-hidden {
    grid-template-columns: 1fr;
}
.mmp-host-console .mmp-host-profile-layout.is-preview-hidden .mmp-host-profile-sidebar {
    display: none;
}

/* Two-column layout: form (left) + live-preview sidebar (right) */
.mmp-host-console .mmp-host-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 28px;
    align-items: start;
}
.mmp-host-console .mmp-host-profile-sidebar {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 20px;
}

/* Ensure [hidden] wins over .mmp-directory-card__media display rules */
.mmp-host-card-preview [hidden] { display: none !important; }

/* Card preview in sidebar: 3:4 ratio, non-interactive */
.mmp-host-card-preview {
    width: 100%;
    aspect-ratio: 3 / 4;
    pointer-events: none;
    cursor: default;
}
.mmp-host-card-preview:hover {
    transform: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 24px 50px -28px rgba(0,0,0,0.9);
}

/* Preview kicker label */
.mmp-host-preview-label {
    margin: 0 0 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6bcbff;
}

/* Completion checklist */
.mmp-host-checklist {
    list-style: none;
    margin: 0;
    padding: 12px 14px;
    display: grid;
    gap: 10px;
    background: rgba(107,203,255,0.035);
    border: 1px solid rgba(107,203,255,0.1);
    border-radius: 10px;
}
.mmp-host-checklist::before {
    content: "CHECKLIST";
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(107,203,255,0.6);
    margin-bottom: 2px;
}
.mmp-host-checklist-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4b5571;
    font-size: 12px;
    line-height: 1.3;
    transition: color 200ms;
}
.mmp-host-checklist-item.is-done { color: #c2d4ef; }
.mmp-host-check-icon {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1.5px solid rgba(107,203,255,0.2);
    background: transparent;
    position: relative;
    transition: border-color 200ms, background 200ms;
}
.mmp-host-checklist-item.is-done .mmp-host-check-icon {
    border-color: rgba(76,223,138,0.7);
    background: rgba(76,223,138,0.12);
}
.mmp-host-checklist-item.is-done .mmp-host-check-icon::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 5px;
    height: 3px;
    border-left: 1.5px solid #4cdf8a;
    border-bottom: 1.5px solid #4cdf8a;
    transform: rotate(-45deg);
}
.mmp-host-check-label em {
    font-style: normal;
    color: #384060;
}
.mmp-host-checklist-item.is-done .mmp-host-check-label em { color: #6b7794; }

/* Collapse to single column on narrow screens */
@media (max-width: 720px) {
    .mmp-host-console .mmp-host-profile-layout {
        grid-template-columns: 1fr;
    }
    .mmp-host-console .mmp-host-profile-sidebar {
        position: static;
    }
}

.mmp-host-console .mmp-host-profile-form { display: grid; gap: 13px; }
.mmp-host-console .mmp-host-field { display: grid; gap: 5px; }
.mmp-host-console .mmp-host-field > span,
.mmp-host-console .mmp-host-field-group-label {
    color: #8b96b3; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
/* Section divider: fields with a group-label get a separator above */
.mmp-host-console .mmp-host-field:has(.mmp-host-field-group-label) {
    padding-top: 10px;
    border-top: 1px solid rgba(107, 203, 255, 0.1);
    margin-top: 4px;
}
/* Fields inside the media row don't get their own top border — row handles it */
.mmp-host-console .mmp-host-media-row .mmp-host-field {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
/* Card Image + Intro Video side-by-side */
.mmp-host-console .mmp-host-media-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(107, 203, 255, 0.1);
    margin-top: 4px;
}
@media (max-width: 560px) {
    .mmp-host-console .mmp-host-media-row {
        grid-template-columns: 1fr;
    }
}
/* Hide the uploaded filename display */
.mmp-host-console .mmp-host-upload-name { display: none; }
.mmp-host-console .mmp-host-field input,
.mmp-host-console .mmp-host-field textarea,
.mmp-host-console .mmp-host-payment-row input,
.mmp-host-console .mmp-host-field select {
    width: 100% !important;
    min-height: 40px !important;
    padding: 9px 13px !important;
    border: 1px solid rgba(107, 203, 255, 0.16) !important;
    border-radius: 12px !important;
    background: rgba(12, 17, 32, 0.92) !important;
    color: #eaf1ff !important;
    font-size: 14px !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34) !important;
}
.mmp-host-console input[type="hidden"] { display: none !important; }
.mmp-host-console .mmp-host-field textarea { min-height: 96px; resize: vertical; line-height: 1.5; }
.mmp-host-console .mmp-host-field input:focus,
.mmp-host-console .mmp-host-field textarea:focus,
.mmp-host-console .mmp-host-payment-row input:focus {
    outline: none;
    border-color: rgba(107, 203, 255, 0.6);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(43, 107, 255, 0.22);
}
.mmp-host-console .mmp-host-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mmp-host-console .mmp-host-field-row--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 600px) { .mmp-host-console .mmp-host-field-row--4 { grid-template-columns: 1fr 1fr; } }
.mmp-host-console .mmp-host-payment-row { display: grid; grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr); gap: 7px; margin-top: 7px; }

.mmp-host-console .mmp-submit { margin-top: 4px; }

.mmp-host-connect {
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(107, 203, 255, 0.18);
    border-radius: 16px;
    background: rgba(12, 17, 32, 0.55);
}
.mmp-host-connect h3 { margin: 0 0 8px; font-size: 15px; color: #eaf1ff; }
.mmp-host-connect code { color: #90fffb; }
.mmp-host-console .mmp-muted { color: #6b7794; }

.mmp-stripe-alert { background: rgba(255, 160, 60, 0.08); border: 1px solid rgba(255, 160, 60, 0.35); border-radius: 10px; padding: 12px 14px; margin-bottom: 14px; }
.mmp-stripe-alert strong { color: #ffa03c; font-size: 13px; display: block; margin-bottom: 6px; }
.mmp-stripe-alert p { color: #c9a96e; font-size: 13px; margin: 0 0 6px; }
.mmp-stripe-alert .mmp-submit { margin-top: 8px; }
.mmp-stripe-healthy { color: #4cdf8a !important; font-size: 13px; }
.mmp-agreement-check { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #8b96b3; margin-bottom: 10px; cursor: pointer; }
.mmp-agreement-check input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: var(--ssp-accent-2, #6bcbff); }

.mmp-host-create-portfolio { display: grid; gap: 12px; max-width: 480px; }

/* =========================================================================
   Immersive rebrand — public profile, directory, featured work.
   Matches the SSP Immersive Home palette (ink/blue/cyan, Inter, frosted
   glass, gradient headings). Scoped via .mmp-shell so these win over the
   older orange/serif rules by specificity + source order.
   ========================================================================= */
.mmp-shell {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Kickers + labels: orange -> cyan */
.mmp-shell .mmp-kicker,
.mmp-shell .mmp-card-label,
.mmp-shell .mmp-public-profile .mmp-card-label {
    color: #6bcbff;
    letter-spacing: 0.14em;
}

/* Headings: serif -> Inter with the brand gradient clip */
.mmp-shell .mmp-head h2,
.mmp-shell .mmp-panel h3,
.mmp-shell .mmp-public-copy h3 {
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -0.01em;
    background: linear-gradient(118deg, #eaf1ff 8%, #6bcbff 70%, #90fffb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* Mode pills: orange accents -> cyan ghosts / gradient active */
.mmp-shell .mmp-mode-pill {
    border-color: rgba(107, 203, 255, 0.22);
    background: rgba(10, 14, 26, 0.8);
    color: #c6d4ef;
}
.mmp-shell .mmp-mode-pill:hover,
.mmp-shell .mmp-mode-pill:focus {
    border-color: rgba(107, 203, 255, 0.6);
    color: #eaf1ff;
}
.mmp-shell .mmp-mode-action {
    border-color: rgba(107, 203, 255, 0.45);
    color: #eaf1ff;
}
.mmp-shell .mmp-mode-action:hover,
.mmp-shell .mmp-mode-action:focus {
    border-color: rgba(144, 255, 251, 0.8);
    background: rgba(43, 107, 255, 0.16);
    color: #ffffff;
}
.mmp-shell .mmp-mode-pill.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #2b6bff, #6bcbff);
    color: #04101f;
}

/* Alerts (outside the auth card) */
.mmp-shell .mmp-alert {
    border-color: rgba(107, 203, 255, 0.32);
    background: rgba(43, 107, 255, 0.1);
    color: #cfe4ff;
}

/* Public profile hero: cyan-ringed avatar with a soft glow (hero stays transparent) */
.mmp-shell .mmp-avatar {
    border-color: rgba(107, 203, 255, 0.28);
    background:
        radial-gradient(120% 120% at 20% 0%, rgba(43, 107, 255, 0.25), transparent 60%),
        linear-gradient(180deg, rgba(15, 22, 40, 0.96), rgba(8, 12, 22, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 18px 42px rgba(0, 0, 0, 0.3),
        0 0 60px -18px rgba(43, 107, 255, 0.55);
}
.mmp-shell .mmp-avatar span,
.mmp-shell .mmp-directory-avatar span {
    font-family: inherit;
    font-weight: 800;
    background: linear-gradient(135deg, #6bcbff, #90fffb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* Link pills: cyan hover instead of orange */
.mmp-shell .mmp-link-pill {
    border-color: rgba(107, 203, 255, 0.2);
    background: rgba(10, 14, 26, 0.7);
}
.mmp-shell .mmp-link-pill:hover,
.mmp-shell .mmp-link-pill:focus,
.mmp-shell .mmp-link-pill-button:hover,
.mmp-shell .mmp-link-pill-button:focus {
    border-color: rgba(107, 203, 255, 0.65);
    background: rgba(15, 26, 48, 0.95);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px -10px rgba(43, 107, 255, 0.55);
}
.mmp-shell .mmp-edit-indicator {
    color: #6bcbff;
}
.mmp-shell .mmp-status-chip.is-owner {
    border-color: rgba(107, 203, 255, 0.44);
    color: #cfe4ff;
}

/* Directory: frosted cards with cyan hover glow */
.mmp-shell .mmp-directory-card {
    border-color: rgba(107, 203, 255, 0.16);
    background:
        radial-gradient(140% 160% at 0% 0%, rgba(43, 107, 255, 0.07), transparent 55%),
        rgba(10, 14, 26, 0.66);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.mmp-shell .mmp-directory-card:hover {
    border-color: rgba(107, 203, 255, 0.5);
    background:
        radial-gradient(140% 160% at 0% 0%, rgba(43, 107, 255, 0.12), transparent 55%),
        rgba(12, 17, 32, 0.85);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 36px -18px rgba(43, 107, 255, 0.6);
}
.mmp-shell .mmp-directory-avatar {
    border-color: rgba(107, 203, 255, 0.26);
    background:
        radial-gradient(120% 120% at 20% 0%, rgba(43, 107, 255, 0.22), transparent 60%),
        linear-gradient(180deg, rgba(15, 22, 40, 0.96), rgba(8, 12, 22, 0.96));
}

/* Panels (e.g. "Nothing published yet"): frosted glass.
   The Featured Work showcase section is intentionally transparent — skip it. */
.mmp-shell .mmp-panel:not(.mmp-linked-submissions-showcase) {
    border-color: rgba(107, 203, 255, 0.18);
    background:
        radial-gradient(140% 160% at 0% 0%, rgba(43, 107, 255, 0.08), transparent 55%),
        rgba(10, 14, 26, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

/* Collapsible module headers (Portfolio Basics / Linked Submissions):
   kill the theme's rectangular button hover, use a soft rounded cyan tint. */
.mmp-shell .mmp-collapse-toggle,
.mmp-shell .mmp-collapse-toggle:hover,
.mmp-shell .mmp-collapse-toggle:focus,
.mmp-shell .mmp-collapse-toggle:active {
    background: transparent;
    color: inherit;
    border: 0;
    outline: none;
    box-shadow: none;
}
.mmp-shell .mmp-collapse-toggle {
    padding: 4px 10px;
    margin: -4px -10px;
    width: calc(100% + 20px);
    border-radius: 999px;
    transition: background 160ms ease;
}
.mmp-shell .mmp-collapse-toggle:hover,
.mmp-shell .mmp-collapse-toggle:focus-visible {
    background: rgba(107, 203, 255, 0.08);
}
.mmp-shell .mmp-collapse-icon {
    border-color: rgba(107, 203, 255, 0.34);
    background: rgba(12, 17, 32, 0.8);
    color: #6bcbff;
}
.mmp-shell .mmp-collapse-toggle.is-open .mmp-collapse-icon {
    border-color: rgba(107, 203, 255, 0.55);
    background: rgba(43, 107, 255, 0.16);
}
.mmp-shell .mmp-collapse-toggle:hover .mmp-collapse-icon,
.mmp-shell .mmp-collapse-toggle:focus-visible .mmp-collapse-icon {
    border-color: rgba(144, 255, 251, 0.7);
    color: #90fffb;
}

/* Share/profile buttons: glass base + cyan hover (Contact stays green, Follow stays blue) */
.mmp-shell .mmp-share-button {
    border-color: rgba(107, 203, 255, 0.26);
    background: rgba(10, 14, 26, 0.75);
}
.mmp-shell .mmp-share-button:hover,
.mmp-shell .mmp-share-button:focus {
    border-color: rgba(107, 203, 255, 0.65);
    background: rgba(15, 26, 48, 0.95);
}

/* Featured Work: clean separator rows, no frosted cards */
.mmp-shell .mmp-submission-showcase-card {
    border: none;
    border-bottom: 1px solid rgba(107, 203, 255, 0.1);
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: background 140ms ease;
}
.mmp-shell .mmp-submission-showcase-card:hover {
    border-color: rgba(107, 203, 255, 0.1);
    background: rgba(107, 203, 255, 0.04);
    transform: none;
}
.mmp-shell .mmp-submission-showcase-card.is-spotlight {
    border-bottom-color: rgba(144, 255, 251, 0.2);
    box-shadow: none;
}
.mmp-shell .mmp-submission-showcase-card.is-active {
    background: rgba(107, 203, 255, 0.07);
}
.mmp-shell .mmp-submission-showcase-card h4 {
    font-family: inherit;
    color: #eaf1ff;
}
.mmp-shell .mmp-submission-showcase-card .fsa-mm-player-trigger {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    background: transparent;
    border: 1.5px solid rgba(107, 203, 255, 0.3);
    border-radius: 50%;
    color: rgba(107, 203, 255, 0.7);
    box-shadow: none;
    transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}
.mmp-shell .mmp-submission-showcase-card .fsa-mm-player-trigger:hover {
    border-color: rgba(107, 203, 255, 0.75);
    color: #6bcbff;
    background: rgba(107, 203, 255, 0.08);
    transform: none;
    filter: none;
}
.mmp-shell .mmp-submission-showcase-card.is-active .fsa-mm-player-trigger {
    border-color: rgba(107, 203, 255, 0.85);
    color: #6bcbff;
    background: rgba(107, 203, 255, 0.12);
}
.mmp-shell .mmp-submission-showcase-card .fsa-mm-player-trigger svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}
.mmp-shell .mmp-submission-meta span {
    color: #90fffb;
}

/* Featured player dialog: frosted + cyan ring */
.mmp-shell .mmp-featured-player-dialog {
    border: 1px solid rgba(107, 203, 255, 0.3);
    background:
        radial-gradient(130% 110% at 50% -10%, rgba(43, 107, 255, 0.16), transparent 60%),
        rgba(10, 14, 26, 0.92);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 40px 80px -30px rgba(0, 0, 0, 0.95),
        0 0 90px -30px rgba(43, 107, 255, 0.5);
}
.mmp-shell .mmp-featured-player-topbar .mmp-card-label {
    color: #6bcbff;
}

/* Featured player internals: form.css isn't loaded on portfolio pages, so supply
   the player's CSS vars (brand cyan, not the orange fallbacks) and compact
   pill styling for the Dry/EQ mode buttons + tokens ourselves. */
.mmp-shell .mmp-featured-player-dialog,
.mmp-shell .mmp-submission-preview-player {
    --fsa-mm-accent: #6bcbff;
    --fsa-mm-accent-2: #2b6bff;
    --fsa-mm-cyan: #90fffb;
    --fsa-mm-input-bg: #0c1120;
    --fsa-mm-input-border: #1d2740;
    --fsa-mm-card-bg: #0a0e1a;
    --fsa-mm-label-color: #eaf1ff;
    --fsa-mm-text-color: #9aa6c4;
    --fsa-mm-button-bg: #2b6bff;
    --fsa-mm-button-text: #ffffff;
    --fsa-mm-radius: 14px;
    --fsa-mm-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.mmp-shell .fsa-mm-inline-token {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin: 0;
    padding: 2px 12px;
    border: 1px solid rgba(107, 203, 255, 0.24);
    border-radius: 999px;
    background: rgba(12, 17, 32, 0.85);
    color: #c6d4ef;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 120ms ease;
}
.mmp-shell .fsa-mm-inline-token:hover,
.mmp-shell .fsa-mm-inline-token:focus {
    border-color: rgba(107, 203, 255, 0.6);
    background: rgba(15, 26, 48, 0.95);
    color: #eaf1ff;
    outline: none;
}
.mmp-shell .fsa-mm-player-mode.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #2b6bff, #6bcbff);
    color: #04101f;
}
.mmp-shell .fsa-mm-player-mode[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Keep the controls row above any decorative layers so clicks always land */
.mmp-shell .mmp-featured-player-dialog .fsa-mm-player-kicker-row {
    position: relative;
    z-index: 2;
}

/* Host Console — Program Profile / Program Settings tab extras */
.mmp-host-console .mmp-host-panel-copy {
    margin: 0 0 14px;
    color: #8b96b3;
    font-size: 13px;
    line-height: 1.45;
}
.mmp-host-console .mmp-host-field select {
    width: 100%;
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 12px;
    background: rgba(12, 17, 32, 0.92);
    color: #eaf1ff;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236bcbff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
    padding-right: 38px;
}
.mmp-host-console .mmp-host-field select:focus {
    outline: none;
    border-color: rgba(107, 203, 255, 0.6);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(43, 107, 255, 0.22);
}
.mmp-host-console .mmp-host-field select option { background: #0c1120; color: #eaf1ff; }

.mmp-host-console .mmp-host-toggles {
    display: grid;
    gap: 9px;
}
/* Spread toggles across the available width instead of a single tall column. */
.mmp-host-console .mmp-host-toggles-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
    align-items: start;
}
/* Right-column explanatory note that fills the previously empty space in a 2-col row. */
.mmp-host-console .mmp-host-field-note {
    gap: 4px;
}
.mmp-host-console .mmp-host-field-note .mmp-host-field-hint {
    margin: 0;
}
.mmp-host-console .mmp-host-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #cfe4ff;
    font-size: 13px;
    font-weight: 600;
}
.mmp-host-console .mmp-host-toggle input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-height: unset !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    accent-color: #2b6bff;
    flex: 0 0 auto;
}

/* Host Console — Program Image / Video uploader */
.mmp-host-console .mmp-host-image-upload,
.mmp-host-console .mmp-host-video-upload {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

/* Placeholder thumbnail shown when no media is uploaded yet */
.mmp-host-console .mmp-host-image-upload:has(.mmp-host-image-preview[hidden])::before,
.mmp-host-console .mmp-host-video-upload:has(.mmp-host-video-preview[hidden])::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 112px;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    border: 1px dashed rgba(107, 203, 255, 0.22);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%236bcbff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' opacity='.35'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") center 38% no-repeat,
        rgba(10, 14, 26, 0.55);
}
.mmp-host-console .mmp-host-video-upload:has(.mmp-host-video-preview[hidden])::before {
    aspect-ratio: 9 / 16;
    width: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%236bcbff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' opacity='.35'%3E%3Cpath d='m22 8-6 4 6 4V8z'/%3E%3Crect x='2' y='6' width='14' height='12' rx='2'/%3E%3C/svg%3E");
}

.mmp-host-console .mmp-host-image-preview {
    flex: 0 0 auto;
    width: 112px;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(107, 203, 255, 0.2);
    background: rgba(12, 17, 32, 0.7);
}
.mmp-host-console .mmp-host-video-preview {
    flex: 0 0 auto;
    width: 80px;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(107, 203, 255, 0.2);
    background: rgba(12, 17, 32, 0.7);
}
.mmp-host-console .mmp-host-image-preview[hidden],
.mmp-host-console .mmp-host-video-preview[hidden] { display: none; }
.mmp-host-console .mmp-host-image-preview img,
.mmp-host-console .mmp-host-video-preview video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Right-side stack: controls + URL toggle */
.mmp-host-console .mmp-host-upload-right {
    display: grid;
    gap: 10px;
    flex: 1 1 200px;
    align-self: center;
}

/* Controls: pill button + filename on same row */
.mmp-host-console .mmp-host-upload-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.mmp-host-console .mmp-host-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(107, 203, 255, 0.32);
    background: rgba(13, 19, 33, 0.72);
    color: #cfe4ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.mmp-host-console .mmp-host-upload-btn:hover {
    border-color: rgba(107, 203, 255, 0.7);
    background: rgba(20, 30, 52, 0.92);
    color: #eaf1ff;
    transform: translateY(-1px);
}
.mmp-host-console .mmp-host-upload-btn svg { flex: 0 0 auto; }
.mmp-host-console .mmp-host-upload-name {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9fb0d0;
    font-size: 12px;
    font-weight: 600;
}

/* "Paste a link instead" — chevron toggle */
.mmp-host-console .mmp-host-url-toggle { margin-top: 0; }
.mmp-host-console .mmp-host-url-toggle > summary {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    list-style: none;
    cursor: pointer;
    color: #6b7794;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 140ms ease;
}
.mmp-host-console .mmp-host-url-toggle > summary::-webkit-details-marker { display: none; }
.mmp-host-console .mmp-host-url-toggle > summary::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236b7794' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center no-repeat;
    transition: transform 160ms ease, background-image 160ms ease;
}
.mmp-host-console .mmp-host-url-toggle[open] > summary::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236bcbff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.mmp-host-console .mmp-host-url-toggle[open] > summary { color: #cfe4ff; }
.mmp-host-console .mmp-host-url-toggle input { margin-top: 7px; }
.mmp-host-console .mmp-host-links-extra { margin-top: 6px; }
.mmp-host-console .mmp-host-links-extra .mmp-host-payment-row { margin-top: 8px; }

/* Payment Links — bordered box to signal importance */
.mmp-host-console .mmp-payment-links-box {
    border: 1px solid rgba(107,203,255,0.22);
    border-radius: 12px;
    padding: 14px 16px;
    background: rgba(107,203,255,0.03);
}
.mmp-host-console .mmp-payment-links-note {
    margin: 4px 0 10px;
    color: rgba(255,184,0,0.75);
    font-size: 11px;
    line-height: 1.5;
}

/* Host Console — Submission Blocking */
.mmp-host-console .mmp-host-blocking {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(107, 203, 255, 0.14);
}
.mmp-host-console .mmp-host-blocking-title { margin: 0 0 4px; font-size: 16px; color: #eaf1ff; }
.mmp-host-console .mmp-host-block-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: grid;
    gap: 7px;
}
.mmp-host-console .mmp-host-block-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid rgba(107, 203, 255, 0.14);
    background: rgba(12, 17, 32, 0.55);
}
.mmp-host-console .mmp-host-block-type {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6bcbff;
}
.mmp-host-console .mmp-host-block-value {
    color: #cfe4ff;
    font-size: 12px;
    background: rgba(107, 203, 255, 0.08);
    border-radius: 6px;
    padding: 2px 7px;
}
.mmp-host-console .mmp-host-block-reason { color: #8b96b3; font-size: 12px; flex: 1 1 120px; }
.mmp-host-console .mmp-host-block-remove { margin-left: auto; }
.mmp-host-console .mmp-host-block-remove-btn {
    appearance: none;
    cursor: pointer;
    border: 1px solid rgba(255, 101, 127, 0.4);
    background: rgba(255, 101, 127, 0.1);
    color: #ffb3c0;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}
.mmp-host-console .mmp-host-block-remove-btn:hover {
    border-color: rgba(255, 101, 127, 0.7);
    background: rgba(255, 101, 127, 0.18);
    color: #ffd7df;
}
.mmp-host-console .mmp-host-block-add { display: grid; gap: 8px; }
.mmp-host-console .mmp-host-block-add-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    flex-wrap: wrap;
}
.mmp-host-console .mmp-host-block-type-select {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 12px;
    background: rgba(12, 17, 32, 0.92);
    color: #eaf1ff;
    font-size: 13px;
}
.mmp-host-console .mmp-host-block-add-row input[type="text"] {
    flex: 1 1 160px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 12px;
    background: rgba(12, 17, 32, 0.92);
    color: #eaf1ff;
    font-size: 13px;
}
.mmp-host-console .mmp-host-block-add-row .mmp-host-block-reason-input { flex: 1 1 140px; font-size: 12px; }
.mmp-host-console .mmp-host-block-add .mmp-submit { width: auto; flex: 0 0 auto; }

/* Host Console — Program Intro Video uploader */
.mmp-host-console .mmp-host-field-hint {
    margin: 0 0 2px;
    color: #8b96b3;
    font-size: 11px;
    line-height: 1.4;
}
.mmp-host-console .mmp-host-video-upload { display: grid; gap: 9px; }
.mmp-host-console .mmp-host-video-preview {
    width: 132px;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(107, 203, 255, 0.2);
    background: #05070d;
}
.mmp-host-console .mmp-host-video-preview[hidden] { display: none; }
.mmp-host-console .mmp-host-video-preview video { width: 100%; height: 100%; object-fit: cover; display: block; }

.mmp-host-console__head-actions { display: inline-flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.mmp-host-console__head-actions .mmp-submit { width: auto; flex: 0 0 auto; }
/* Group the program-host actions together; separate Log Out with a divider */
.mmp-host-console__head-group { display: inline-flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.mmp-host-console__head-group .mmp-host-portfolio-create-inline { margin: 0; }
.mmp-host-actions-divider {
    align-self: stretch;
    width: 1px;
    min-height: 24px;
    background: rgba(107, 203, 255, 0.18);
    flex: 0 0 auto;
}
@media (max-width: 700px) {
    .mmp-host-actions-divider { display: none; }
}
.mmp-host-console .mmp-host-field-hint a { color: #6bcbff; word-break: break-all; }

/* Billing summary card — at-a-glance plan / amount / next due */
.mmp-host-console .mmp-billing-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1px;
    margin: 16px 0 18px;
    background: rgba(107, 203, 255, 0.12);
    border: 1px solid rgba(107, 203, 255, 0.16);
    border-radius: 12px;
    overflow: hidden;
}
.mmp-host-console .mmp-billing-cell {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 15px;
    background: rgba(12, 17, 32, 0.92);
}
.mmp-host-console .mmp-billing-cell-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b96b3;
}
.mmp-host-console .mmp-billing-cell-value {
    font-size: 15px;
    font-weight: 700;
    color: #eaf1ff;
}
.mmp-host-console .mmp-billing-cell-value--alert { color: #ffb800; }
.mmp-host-console .mmp-billing-badge {
    align-self: flex-start;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(139, 150, 179, 0.18);
    color: #cfe4ff;
}
.mmp-host-console .mmp-billing-badge--active,
.mmp-host-console .mmp-billing-badge--trialing { background: rgba(53, 240, 160, 0.16); color: #6affc0; }
.mmp-host-console .mmp-billing-badge--due_soon { background: rgba(255, 184, 0, 0.16); color: #ffce5c; }
.mmp-host-console .mmp-billing-badge--past_due,
.mmp-host-console .mmp-billing-badge--terminated { background: rgba(255, 101, 127, 0.16); color: #ff97a8; }

/* Prominent green "Manage Submissions" CTA in the Host Console header */
.mmp-host-console .mmp-submit-green {
    border: 0;
    background: linear-gradient(135deg, #1fb774, #35f0a0);
    color: #04140d;
    box-shadow: 0 12px 26px -12px rgba(53, 240, 160, 0.9);
}
.mmp-host-console .mmp-submit-green:hover,
.mmp-host-console .mmp-submit-green:focus {
    background: linear-gradient(135deg, #35f0a0, #7dffc4);
    color: #04140d;
    transform: translateY(-1px);
}

/* =========================================================================
   Public directory — denser cards + A–Z bar + AJAX pagination (160+ artists)
   ========================================================================= */
/* Smaller, denser cards so more fit per screen. */
.mmp-directory-grid {
    grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
    gap: 14px;
    width: min(1180px, 100%);
}
.mmp-directory-card {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
}
.mmp-directory-card__name {
    font-size: 15px;
}
.mmp-directory-card__bio {
    font-size: 11px;
    -webkit-line-clamp: 2;
}
.mmp-directory-actions .mmp-share-button {
    font-size: 10px;
    padding: 5px 9px;
}
@media (max-width: 520px) {
    .mmp-directory-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
    }
    .mmp-directory-card__name { font-size: 13px; }
}

/* A–Z filter bar */
.mmp-directory-alpha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    width: min(1180px, 100%);
    margin: 14px auto 0;
}
.mmp-directory-alpha-btn {
    min-width: 30px;
    padding: 5px 8px;
    border-radius: 8px;
    border: 1px solid rgba(107, 203, 255, 0.18);
    background: rgba(10, 14, 26, 0.5);
    color: #9fb2d6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: color 140ms ease, border-color 140ms ease, background 140ms ease;
}
.mmp-directory-alpha-btn:hover:not(:disabled) {
    color: #eaf1ff;
    border-color: rgba(107, 203, 255, 0.5);
}
.mmp-directory-alpha-btn.is-active {
    background: var(--ssp-accent, #2b6bff);
    border-color: transparent;
    color: #ffffff;
}
.mmp-directory-alpha-btn.is-empty,
.mmp-directory-alpha-btn:disabled {
    opacity: 0.28;
    cursor: default;
}

/* AJAX loading + pagination */
.mmp-directory.is-loading .mmp-directory-grid {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 150ms ease;
}
.mmp-directory-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}
.mmp-directory-pagination:empty {
    display: none;
}
.mmp-directory-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(107, 203, 255, 0.22);
    background: rgba(10, 14, 26, 0.6);
    color: #eaf1ff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 140ms ease, background 140ms ease, opacity 140ms ease;
}
.mmp-directory-page-btn:hover:not(:disabled) {
    border-color: rgba(107, 203, 255, 0.6);
    background: rgba(15, 26, 48, 0.85);
}
.mmp-directory-page-btn:disabled {
    opacity: 0.3;
    cursor: default;
}
.mmp-directory-page-status {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #9fb2d6;
}
