/*
 * FilmParty — brand glass surfaces (completion layer)
 * Rules: neutral cold fills, micro fuchsia + dark-gold accent rims, ambient glows only.
 * NEVER warm-shift text, icons, placeholders, or semantic accent buttons.
 * User search: cold blue-tint lock. Bottom nav: shell only.
 */

/* ── Shared page ambient ── */
.filmparty-home,
.catalog-page,
.public-profile-page,
body.step83-subscription-page {
    background: var(--fp-shell-ambient-bg);
}

/* ── Text preservation (profile dashboard) ── */
.profile-modern-page {
    color: #f8fafc;
}

.profile-modern-page .profile-identity-row h1 {
    color: #f8fafc;
}

.profile-modern-page .profile-display-name {
    color: #ffffff;
}

.profile-modern-page .profile-stats-line span,
.profile-modern-page .profile-stats-line button,
.profile-modern-page .profile-stats-line a {
    color: #ffffff;
}

.profile-modern-page .profile-stats-line b {
    color: #ffffff;
}

.profile-modern-page .profile-bio {
    color: #dbe7f4;
}

.profile-modern-page .profile-live-user strong {
    color: #ffffff;
}

.profile-modern-page .profile-live-user small {
    color: #b6c2d1;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-identity-row h1 {
    color: #f8fafc !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-display-name {
    color: rgba(255, 255, 255, 0.74) !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-bio {
    color: rgba(255, 255, 255, 0.68) !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-stats-line a,
body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-stats-line span {
    color: rgba(255, 255, 255, 0.72) !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-stats-line b {
    color: #ffffff !important;
}

/* User search input — cold blue (NOT the discover button below) */
.profile-modern-page .profile-user-search-shell input {
    background:
        radial-gradient(circle at 92% 14%, rgba(56, 189, 248, 0.11), transparent 40%),
        linear-gradient(180deg, var(--glass-fill-profile-user-search), rgba(219, 234, 254, 0.055)),
        rgba(235, 245, 255, 0.04) !important;
    border: 1px solid var(--glass-border-profile-user-search) !important;
    box-shadow:
        0 18px 60px rgba(37, 99, 235, 0.15),
        inset 0 1px 0 var(--glass-highlight-profile-user-search) !important;
}

.profile-modern-page .profile-user-search-results {
    background: var(--glass-fill-search-panel) !important;
    border: 1px solid var(--glass-border-search-panel) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45) !important;
}

/* Discover page — frosted glass filter shell (similar-users only) */
.similar-users-page .similar-filter-card {
    padding: 18px 18px 16px !important;
    background:
        radial-gradient(140% 100% at 100% 0%, rgba(186, 98, 172, 0.09), transparent 52%),
        radial-gradient(120% 90% at 0% 100%, rgba(37, 99, 235, 0.1), transparent 50%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.07), transparent 42%),
        linear-gradient(158deg, rgba(12, 16, 28, 0.58), rgba(8, 12, 22, 0.42)),
        var(--glass-fill-discover-filter-card) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(34px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(34px) saturate(1.18) !important;
    box-shadow:
        0 30px 84px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(186, 98, 172, 0.07) !important;
}

.similar-users-page .similar-filter-hint {
    color: rgba(248, 250, 252, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.similar-users-page .similar-search-main {
    position: relative;
    gap: 9px !important;
    padding: 11px 11px 10px !important;
    border-radius: 22px !important;
    background: var(--glass-discover-search-well) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow:
        inset 0 2px 5px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

.similar-users-page .similar-search-main > span {
    padding-inline: 4px;
    color: rgba(248, 250, 252, 0.88) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em;
}

.similar-users-page .similar-search-main input {
    min-height: 52px !important;
    padding-inline: 46px 16px !important;
    border-radius: 18px !important;
    color: #f8fafc !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(186, 98, 172, 0.08), transparent 46%),
        radial-gradient(circle at 0% 100%, rgba(37, 99, 235, 0.08), transparent 48%),
        linear-gradient(165deg, rgba(14, 18, 32, 0.48), rgba(8, 10, 20, 0.34)),
        var(--glass-fill-discover-user-search) !important;
    border: 1px solid var(--glass-border-discover-user-search) !important;
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 var(--glass-highlight-discover-user-search),
        inset 0 -5px 16px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(20px) saturate(1.1) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.1) !important;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e9d5ff' stroke-opacity='0.58' stroke-width='2.1' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.8'/%3E%3Cpath d='M16.2 16.2L20 20'/%3E%3C/svg%3E"),
        radial-gradient(circle at 100% 0%, rgba(186, 98, 172, 0.08), transparent 46%),
        radial-gradient(circle at 0% 100%, rgba(37, 99, 235, 0.08), transparent 48%),
        linear-gradient(165deg, rgba(14, 18, 32, 0.48), rgba(8, 10, 20, 0.34)),
        var(--glass-fill-discover-user-search) !important;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat !important;
    background-size: 18px 18px, auto, auto, auto, auto !important;
    background-position:
        inline-start 15px center,
        0 0,
        0 0,
        0 0,
        0 0 !important;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease !important;
}

.similar-users-page .similar-search-main input::placeholder {
    color: rgba(226, 232, 240, 0.4) !important;
    font-weight: 500 !important;
}

.similar-users-page .similar-search-main input:hover {
    border-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -6px 18px rgba(0, 0, 0, 0.12) !important;
}

.similar-users-page .similar-search-main input:focus {
    outline: none !important;
    border-color: rgba(186, 98, 172, 0.32) !important;
    box-shadow:
        0 0 0 3px rgba(186, 98, 172, 0.1),
        0 10px 28px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -5px 16px rgba(0, 0, 0, 0.08) !important;
}

.similar-users-page .similar-filter-grid label {
    color: rgba(248, 250, 252, 0.86) !important;
}

.similar-users-page .similar-filter-grid input,
.similar-users-page .similar-filter-grid select {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 -4px 14px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(14px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
}

.similar-users-page .similar-strong-check {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.12), transparent 34%),
        rgba(255, 255, 255, 0.035) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.similar-users-page .similar-filter-actions button {
    color: rgba(255, 255, 255, 0.94) !important;
    background:
        linear-gradient(135deg, rgba(186, 98, 172, 0.36), rgba(219, 39, 119, 0.2)) !important;
    border: 1px solid rgba(186, 98, 172, 0.28) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 12px 30px rgba(186, 98, 172, 0.14) !important;
    backdrop-filter: blur(14px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.12) !important;
    transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

.similar-users-page .similar-filter-actions button:hover {
    background:
        linear-gradient(135deg, rgba(186, 98, 172, 0.46), rgba(219, 39, 119, 0.28)) !important;
    border-color: rgba(205, 85, 175, 0.36) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 14px 34px rgba(186, 98, 172, 0.2) !important;
    transform: translateY(-1px);
}

.similar-users-page .similar-filter-actions a {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

/* ── Profile page surfaces ── */
.profile-modern-page {
    background: var(--fp-shell-ambient-bg);
}

.profile-modern-page .profile-head-block {
    background: var(--glass-fill-strong);
    border: 1px solid var(--glass-border-neutral);
    box-shadow:
        0 26px 90px rgba(0, 0, 0, 0.32),
        var(--glass-accent-rim);
}

.profile-modern-page .profile-live-user {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-cool);
}

.profile-modern-page .profile-search-empty {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.profile-modern-page .profile-list-folder:not(.create) {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.profile-modern-page .profile-showcase-grid .profile-list-folder.create {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.profile-modern-page .profile-main-buttons button:not(:first-child) {
    background: var(--glass-fill-strong);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.profile-modern-page .glass-modal-card,
.profile-modern-page .edit-profile-card.glass-modal-card {
    background: rgba(10, 12, 18, 0.92);
    border: 1px solid var(--glass-border-neutral);
    box-shadow:
        0 30px 120px rgba(0, 0, 0, 0.5),
        var(--glass-accent-rim);
}

.profile-modern-page .modal-icon-btn {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

body > .profile-avatar-menu.fp-avatar-menu-portal {
    background: rgba(10, 12, 18, 0.96) !important;
    border: 1px solid var(--glass-border-neutral) !important;
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.45),
        var(--glass-accent-rim) !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-head-bottom {
    border-top-color: rgba(255, 255, 255, 0.09) !important;
}

body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-stats-line a,
body .profile-modern-page.fp-mobile-topbar-profile-scope .profile-stats-line span {
    background: var(--glass-fill) !important;
    border: 1px solid var(--glass-border-neutral) !important;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.2),
        var(--glass-accent-rim) !important;
}

/* Legacy profile.css shells on modern page */
.profile-modern-page .profile-card,
.profile-modern-page .profile-panel,
.profile-modern-page .profile-side-card {
    background: var(--glass-fill);
    border-color: var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

/* ── Home shells ── */
.carousel-nav,
.fp-carousel-nav {
    background: var(--glass-fill-strong);
    border: 1px solid var(--glass-border-neutral);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.28),
        var(--glass-accent-rim);
}

.empty-glass-box {
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.22),
        var(--glass-accent-rim);
}

/* ── Catalog ── */
.catalog-page .filter-input input,
.catalog-page .filter-input select {
    background: rgba(0, 0, 0, 0.2);
    border-color: var(--glass-border-cool);
}

.catalog-grid .movie-poster-wrap {
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        var(--glass-accent-rim);
}

/* ── Wallet ── */
.fp-wallet-page .fp-wallet-bank-panel,
.fp-wallet-page .fp-wallet-payout-summary,
.fp-wallet-page .fp-wallet-locked,
.fp-wallet-page .fp-wallet-balance-card,
.fp-wallet-page .fp-wallet-section {
    background: var(--glass-fill);
    border: 1px solid var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.fp-wallet-page .fp-wallet-balance-value {
    color: #ffffff;
}

.fp-wallet-page .fp-wallet-balance-sub,
.fp-wallet-page .fp-wallet-note,
.fp-wallet-page .fp-wallet-stats-line,
.fp-wallet-page .fp-wallet-empty {
    color: rgba(255, 255, 255, 0.68);
}

.fp-wallet-page .fp-wallet-top h1 {
    color: #f8fafc;
}

.fp-wallet-page .fp-wallet-back {
    color: rgba(255, 255, 255, 0.75);
}

/* ── Subscription (neutral tier shells; bank gold panel kept) ── */
body.step83-subscription-page .subscription-card,
body.step83-subscription-page .vip-card,
body.step83-subscription-page .payment-card,
body.step83-subscription-page .payment-method,
body.step83-subscription-page .discount-card,
body.step83-subscription-page .receipt-card {
    background: var(--glass-fill);
    border-color: var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

.step83-subscription-bank-banner {
    border-color: var(--glass-border-neutral) !important;
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.34),
        var(--glass-accent-rim) !important;
}

.notification-follow-request {
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid var(--glass-border-cool);
}

/* ── Search drawer items (hover blue kept in search.css) ── */
.live-search-empty {
    box-shadow: var(--glass-accent-rim);
}

.live-result-item {
    box-shadow: var(--glass-accent-rim);
}

/* ── Movie page panels (shell only) ── */
.movie-floating-page .comment-card,
.movie-floating-page .comment-card-pro,
.movie-floating-page .download-status-card,
.movie-floating-page .episode-file-card,
.movie-floating-page .movie-cast-card {
    background: var(--glass-fill);
    border-color: var(--glass-border-neutral);
    box-shadow: var(--glass-accent-rim);
}

/* ── Auth unified card ── */
.auth-unified-card {
    background: var(--glass-fill-strong);
    border-color: var(--glass-border-neutral);
    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.55),
        var(--glass-accent-rim);
}

/* ── Scenes: modal chrome only ── */
.fp-scene-share-modal-card {
    background: rgba(10, 12, 18, 0.94);
    border-color: var(--glass-border-neutral);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.48),
        var(--glass-accent-rim);
}

/* Topbar scroll stability moved to topbar-scroll-unified.css */

/* ── Discover button — glass + subtle blue (less than search input) ── */
.profile-discover-btn.is-ready {
    border-color: rgba(118, 162, 218, 0.22) !important;
    background:
        radial-gradient(circle at 84% 16%, rgba(56, 189, 248, 0.09), transparent 40%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.074), rgba(219, 234, 254, 0.038)),
        var(--glass-fill) !important;
    box-shadow:
        0 16px 42px rgba(37, 99, 235, 0.1),
        inset 0 1px 0 rgba(147, 197, 253, 0.09),
        var(--glass-accent-rim) !important;
}

.profile-discover-btn.is-ready:hover {
    border-color: rgba(147, 197, 253, 0.3) !important;
    box-shadow:
        0 20px 48px rgba(37, 99, 235, 0.14),
        inset 0 1px 0 rgba(191, 219, 254, 0.11),
        var(--glass-accent-rim) !important;
}

.profile-discover-btn.is-ready .profile-discover-btn__glow {
    background: radial-gradient(circle, rgba(96, 165, 250, 0.2), transparent 68%) !important;
}

.profile-discover-btn.is-ready .profile-discover-btn__icon {
    background: rgba(37, 99, 235, 0.14) !important;
    border-color: rgba(118, 162, 218, 0.24) !important;
    box-shadow: inset 0 1px 0 rgba(147, 197, 253, 0.1) !important;
}

.profile-discover-btn.is-ready .profile-discover-btn__arrow {
    background: rgba(37, 99, 235, 0.08) !important;
    border-color: rgba(118, 162, 218, 0.16) !important;
}

/* ── Topbar subscription CTA — balanced blue/fuchsia/gold shell ── */
@media (max-width: 640px) {
    .topbar-left .fp-mobile-subscription-top-cta:not(.is-status) {
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        background:
            radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.18), transparent 34%),
            linear-gradient(135deg, rgba(59, 130, 246, 0.11), rgba(192, 85, 175, 0.08), rgba(156, 118, 36, 0.06)),
            linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)) !important;
        box-shadow:
            0 14px 32px rgba(0, 0, 0, 0.30),
            0 0 14px rgba(59, 130, 246, 0.06),
            0 0 10px rgba(192, 85, 175, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    }

    .topbar-left .fp-mobile-subscription-top-cta:not(.is-status):hover {
        border-color: rgba(255, 255, 255, 0.26) !important;
        background:
            radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.23), transparent 34%),
            linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(192, 85, 175, 0.1), rgba(156, 118, 36, 0.07)),
            linear-gradient(135deg, rgba(255, 255, 255, 0.145), rgba(255, 255, 255, 0.06)) !important;
    }
}

/* ── Interest editor — graphic cinematic shell (text colors untouched) ── */
.profile-interest-editor {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    padding: 20px 18px 18px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(47, 123, 255, 0.14), transparent 44%),
        radial-gradient(circle at 100% 100%, rgba(190, 80, 165, 0.09), transparent 40%),
        radial-gradient(circle at 100% 0%, rgba(156, 118, 36, 0.07), transparent 34%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.048));
    border: 1px solid var(--glass-border-neutral);
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.34),
        var(--glass-accent-rim);
}

.profile-interest-editor::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.05) 0%, transparent 36%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 0 1px,
            transparent 1px 28px
        );
    opacity: 0.75;
}

.profile-interest-editor > * {
    position: relative;
    z-index: 1;
}

.profile-interest-editor .interest-editor-head {
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-interest-editor .interest-editor-head::before {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #d055a8, #9c7624);
    box-shadow: 0 0 18px rgba(47, 123, 255, 0.35);
}

.profile-interest-editor .interest-tabs {
    gap: 10px;
    margin-bottom: 16px;
    padding: 5px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-interest-editor .interest-tabs button {
    min-height: 44px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

.profile-interest-editor .interest-tabs button.active {
    background:
        radial-gradient(circle at 30% 20%, rgba(191, 219, 254, 0.22), transparent 42%),
        linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(59, 130, 246, 0.52));
    border-color: rgba(147, 197, 253, 0.36);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.profile-interest-editor .interest-search-box input {
    min-height: 48px;
    border-radius: 18px;
    background: var(--glass-fill-search);
    border: 1px solid var(--glass-border-search);
    box-shadow:
        inset 0 1px 0 var(--glass-search-highlight),
        0 10px 28px rgba(37, 99, 235, 0.08);
}

.profile-interest-editor .interest-search-results {
    background: var(--glass-fill-search-panel);
    border: 1px solid var(--glass-border-search-panel);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

.profile-interest-editor .interest-result-item {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -1px 0 rgba(205, 85, 175, 0.03);
}

.profile-interest-editor .interest-result-item:hover {
    border-color: rgba(118, 162, 218, 0.28);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
}

.profile-interest-editor .interest-selected-panel h4 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-interest-editor .interest-selected-panel h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f7bff, #d055a8);
    box-shadow: 0 0 12px rgba(47, 123, 255, 0.45);
}

.profile-interest-editor .interest-selected-grid {
    gap: 12px;
}

.profile-interest-editor .interest-selected-card {
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 48%),
        rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.16),
        var(--glass-accent-rim);
}

.profile-interest-editor .interest-selected-card:hover {
    transform: translateY(-2px);
    border-color: rgba(118, 162, 218, 0.3);
}

.profile-interest-editor .interest-selected-card.genre-card {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
}

.profile-interest-editor .interest-selected-card.person-card {
    border-radius: 20px;
    padding: 10px;
}

.profile-interest-editor .interest-selected-card.person-card img {
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.profile-interest-editor .interest-genre-dot {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.32), transparent 34%),
        linear-gradient(135deg, #2563eb, #d055a8);
    box-shadow: 0 8px 18px rgba(47, 123, 255, 0.22);
}

.profile-interest-editor .interest-empty {
    padding: 18px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.16);
    border: 1px dashed rgba(118, 162, 218, 0.22);
}
