    /* ... Твои существующие стили ... */
    .section-header-text { width: 805px; height: 38px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 16px; margin: 0; cursor: pointer; }
    .scroll-strip { position: relative; width: 805px; max-width: 100%; }
    .scroll-container { display: flex; overflow-x: auto; gap: 13px; padding: 0 0 10px; scroll-snap-type: none; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; user-select: none; cursor: grab; border-radius: 13px; overscroll-behavior-x: contain; overscroll-behavior-y: auto; }
    .scroll-container:active { cursor: grabbing; }
    .scroll-container::-webkit-scrollbar { display: none; }
    .scroll-strip-prev,
    .scroll-strip-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        background: rgba(12, 12, 14, 0.46);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, opacity 0.16s ease;
    }
    .scroll-strip-icon {
        width: 15px;
        height: 15px;
        display: block;
        filter: brightness(0) saturate(100%) invert(100%);
        opacity: 0.88;
    }
    .scroll-strip-prev .scroll-strip-icon { transform: rotate(180deg); }
    .scroll-strip-prev { left: 10px; }
    .scroll-strip-next { right: 10px; }
    .scroll-strip-prev:hover,
    .scroll-strip-next:hover {
        transform: translateY(-50%) scale(1.05);
        background: rgba(18, 18, 22, 0.72);
        border-color: rgba(255, 255, 255, 0.24);
    }
    .scroll-strip-prev.is-hidden,
    .scroll-strip-next.is-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-50%) scale(0.92);
    }
    .moment-card { width: 211px; min-width: 211px; height: 133px; border-radius: 13px; position: relative; overflow: hidden; scroll-snap-align: none; cursor: pointer; touch-action: manipulation; }
    .moment-card.is-screenshot-card { cursor: pointer; }
    .moment-card.is-screenshot-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(12, 12, 14, 0.02) 0%, rgba(12, 12, 14, 0.34) 100%);
        pointer-events: none;
    }
    .moment-more-card {
        width: 133px;
        min-width: 133px;
        height: 133px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        border: 1px dashed rgba(255, 255, 255, 0.25);
        color: rgba(255, 255, 255, 0.8);
        font-weight: 900;
        font-size: 14px;
        letter-spacing: 0.2px;
        flex-shrink: 0;
        cursor: pointer;
        touch-action: manipulation;
    }
    .moment-img, .char-img { pointer-events: none; width: 100%; height: 100%; object-fit: cover; }
    .moment-img-placeholder {
        background:
            radial-gradient(circle at 18% 20%, rgba(247, 45, 75, 0.28), transparent 48%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
    }
    .moment-card, .moment-more-card, .char-card {
        transition: transform 0.35s ease, filter 0.35s ease;
        will-change: transform, filter;
        filter: brightness(1);
    }
    .moment-card:hover, .moment-more-card:hover, .char-card:hover {
        transform: scale(1.03);
        animation: universeCardPulse 1s ease-in-out infinite;
    }
    .moment-badges-wrapper { position: absolute; bottom: 0; left: 0; right: 0; padding: 7px; display: flex; justify-content: space-between; }
    .moment-badge { height: 23px; background: rgba(12, 12, 14, 0.6); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 0 7px; min-width: 20px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; color: rgba(255, 255, 255, 0.6); }
    .moment-badge-icon { margin-left: 7px; opacity: 0.6; display: block; }
    .chars-container { margin-top: 26px; }
    .char-card { width: 126px; min-width: 126px; height: 146px; border-radius: 13px; position: relative; overflow: hidden; scroll-snap-align: none; touch-action: manipulation; }
    .char-add-btn {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(12, 12, 14, 0.55);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 16px;
        opacity: 0;
        transform: translateY(-4px);
        pointer-events: none;
        transition: opacity 0.15s ease, transform 0.15s ease;
        z-index: 3;
    }
    .char-card:hover .char-add-btn {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .char-name { position: absolute; bottom: 10px; width: 100%; text-align: center; font-weight: 900; font-size: 14px; z-index: 2; }
    .right-col { width: 200px; padding: 0; display: flex; flex-direction: column; flex-shrink: 0; align-self: flex-start; overflow: visible; pointer-events: auto; }
    .season-block { width: 200px; padding: 0; margin: 0; }
    .season-header-row { display: flex; align-items: center; gap: 8px; margin: 10px 0; }
    .season-header { flex: 1; font-weight: 900; font-size: 15px; height: auto; min-height: 42px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: white; text-transform: capitalize; opacity: 1 !important; cursor: pointer; padding: 0 4px; margin: 0; text-align: center; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
    .season-header:hover { color: var(--red-accent); }
    .season-block:first-child .season-header-row { margin-top: 0; }
    .season-block:first-child .season-header { align-items: center; justify-content: center; text-align: center; height: auto; min-height: 42px; }
    .season-notification-btn {
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 999px;
        background: rgba(247, 45, 75, 0.12);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        flex-shrink: 0;
        transition: background 0.16s ease, transform 0.16s ease;
    }
    .season-notification-btn:hover {
        background: rgba(247, 45, 75, 0.22);
        transform: translateY(-1px);
    }
    .season-notification-btn.is-active {
        background: rgba(247, 45, 75, 0.24);
    }
    .season-notification-btn img {
        width: 14px;
        height: 14px;
        display: block;
        filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4138%) hue-rotate(334deg) brightness(103%) contrast(94%);
    }
    .universe-chat-block {
        width: 200px;
        margin-top: 18px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 12px;
        background: rgba(12, 12, 14, 0.7);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        overflow: hidden;
    }
    .universe-chat-title {
        padding: 10px 12px;
        font-size: 13px;
        font-weight: 900;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .universe-chat-list {
        max-height: 280px;
        overflow-y: auto;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .universe-chat-empty {
        color: rgba(255, 255, 255, 0.58);
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 12px 6px;
    }
    .universe-chat-message {
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }
    .universe-chat-avatar {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
        background: #21242f;
    }
    .universe-chat-avatar-fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 10px;
        font-weight: 900;
    }
    .universe-chat-bubble {
        flex: 1 1 auto;
        min-width: 0;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        padding: 6px 8px;
        background: rgba(255, 255, 255, 0.04);
    }
    .universe-chat-meta {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 4px;
        font-size: 11px;
        line-height: 1.2;
    }
    .universe-chat-name-row {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        min-width: 0;
    }
    .universe-chat-name {
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .universe-chat-badges {
        margin-left: 0;
        gap: 3px;
        flex-shrink: 0;
    }
    .universe-chat-badges .user-suffix-badge {
        min-width: 14px;
        min-height: 14px;
        padding: 0 4px;
    }
    .universe-chat-badges .user-suffix-lightning {
        width: 10px;
        height: 10px;
    }
    .universe-chat-badges .user-suffix-token {
        font-size: 9px;
    }
    .universe-chat-time {
        color: rgba(255, 255, 255, 0.45);
        flex-shrink: 0;
    }
    .universe-chat-meta-actions {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }
    .universe-chat-report-trigger {
        width: 18px;
        height: 18px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.78);
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .universe-chat-report-trigger:hover {
        background: rgba(224, 31, 61, 0.16);
        border-color: rgba(224, 31, 61, 0.44);
        color: #fff;
    }
    .universe-chat-text {
        font-size: 12px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.88);
        overflow-wrap: anywhere;
    }
    .universe-chat-load-more {
        width: calc(100% - 16px);
        margin: 0 8px 8px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        color: rgba(255, 255, 255, 0.85);
        font-size: 12px;
        font-weight: 700;
        padding: 6px 8px;
        cursor: pointer;
    }
    .universe-chat-load-more.hidden {
        display: none;
    }
    .universe-chat-compose {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .universe-chat-input {
        width: 100%;
        min-height: 54px;
        resize: vertical;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(12, 12, 14, 0.6);
        color: #fff;
        font-size: 12px;
        padding: 7px 8px;
        box-sizing: border-box;
    }
    .universe-chat-send {
        align-self: flex-end;
        border: none;
        border-radius: 8px;
        padding: 6px 10px;
        background: #E01F3D;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
    }
    .universe-chat-send:disabled {
        opacity: 0.5;
        cursor: default;
    }
    .universe-chat-login-hint,
    .universe-chat-blocked {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 8px;
        font-size: 12px;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.62);
    }

    .universe-chat-modal-overlay {
        z-index: 10011;
    }

    .universe-chat-modal-window {
        width: min(960px, calc(100vw - 30px));
        height: min(700px, calc(100vh - 42px));
        max-width: 960px;
        max-height: calc(100vh - 42px);
        border-radius: 26px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        background: linear-gradient(160deg, rgba(26, 28, 34, 0.94) 0%, rgba(16, 17, 21, 0.96) 100%);
        box-shadow: 0 26px 64px rgba(0, 0, 0, 0.45);
        padding: 0;
        overflow: hidden;
    }

    .universe-chat-modal-layout {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 274px minmax(0, 1fr);
        min-height: 0;
    }

    .universe-chat-modal-sidebar {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .universe-chat-modal-sidebar-title {
        padding: 16px 14px 12px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.74);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .universe-chat-modal-joined-list {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .universe-chat-modal-list-item {
        width: 100%;
        border-radius: 13px;
        border: 1px solid rgba(255, 255, 255, 0.17);
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.9);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 10px 10px;
        text-align: left;
        cursor: pointer;
        transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    }

    .universe-chat-modal-list-item:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.26);
        background: rgba(255, 255, 255, 0.1);
    }

    .universe-chat-modal-list-item.active {
        border-color: rgba(224, 31, 61, 0.86);
        background: rgba(224, 31, 61, 0.21);
    }

    .universe-chat-modal-item-title {
        width: 100%;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .universe-chat-modal-item-meta,
    .universe-chat-modal-item-preview,
    .universe-chat-modal-list-empty {
        font-size: 11px;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.62);
        text-align: left;
    }

    .universe-chat-modal-item-meta {
        display: none;
    }

    .universe-chat-modal-item-preview {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .universe-chat-modal-main {
        display: flex;
        flex-direction: column;
        min-height: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    }

    .universe-chat-modal-head {
        min-height: 54px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 11px 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .universe-chat-modal-current-title {
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .universe-chat-block-modal {
        width: 100%;
        margin-top: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        display: flex;
        flex-direction: column;
        min-height: 0;
        flex: 1 1 auto;
    }

    .universe-chat-block-modal .universe-chat-list {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
    }

    .universe-chat-block-modal .universe-chat-load-more {
        margin-top: 8px;
    }
    .ep-grid { display: grid; grid-template-columns: repeat(5, 35px); gap: 6px; justify-content: center; transition: opacity 0.3s; padding: 0; margin: 0; }
    .ep-grid.movie-grid { grid-template-columns: 200px; }
    .ep-grid.movie-grid .ep-btn { width: 200px; }
    .ep-grid.single-episode-grid { grid-template-columns: 200px; }
    .ep-grid.single-episode-grid .ep-btn { width: 200px; }
    .inactive-grid { opacity: 0.4; }
    .ep-btn { width: 35px; height: 35px; background: var(--btn-bg); border: none; border-radius: 8px; font-family: 'Inter', sans-serif; font-weight: 900; font-size: 14px; color: white; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: 0.2s; text-decoration: none; padding: 0; margin: 0; }
    .ep-btn.ep-btn-compact { font-size: 11px; letter-spacing: -0.3px; }
    .ep-btn.not-released { color: #F72D4B; opacity: 1; cursor: default; }
    .ep-btn.watched { background: var(--red-accent); color: black; }
    .ep-btn.selected { color: #fff !important; }
    .ep-grid.movie-grid.in-library .ep-btn { background: #F72D4B; color: black; }
    .ep-grid.movie-grid.in-library .ep-btn:hover { background: #F72D4B !important; color: black; }
    .ep-btn:hover:not(.not-released) { background: #222; }

    .ep-quick-menu {
        position: fixed;
        z-index: 120000;
        min-width: 260px;
        max-width: min(90vw, 360px);
        padding: 6px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(12, 12, 14, 0.96);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transform: translateY(6px);
        transition: opacity 0.16s ease, transform 0.16s ease;
    }

    .ep-quick-menu.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .ep-quick-menu-btn {
        width: 100%;
        min-height: 36px;
        border: none;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.35;
        padding: 8px 10px;
        text-align: left;
        cursor: pointer;
    }

    .ep-quick-menu-btn:hover {
        background: rgba(224, 31, 61, 0.22);
    }

    /* === ССЫЛКИ НА СТУДИЮ И ЖАНРЫ === */
    .studio-link, .genre-link {
        color: inherit;
        text-decoration: none;
        transition: color 0.2s;
    }
    .studio-link:hover, .genre-link:hover {
        color: var(--red-accent);
    }

    /* === НОВЫЕ СТИЛИ ДЛЯ JS МОДАЛОК === */
    .detail-modal-overlay {
        position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000; /* Перекрываем всё */
        display: none; /* Скрыто по умолчанию */
        justify-content: center; align-items: center;
        opacity: 0; transition: opacity 0.3s ease; /* Плавность */
        overscroll-behavior: contain;
    }

    .detail-modal-overlay.open {
        display: flex;
        opacity: 1;
    }

    .modal-box {
        background: rgba(12, 12, 14, 0.9);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 18px;
        box-shadow: 0 30px 60px rgba(0,0,0,0.9);
        width: 300px; height: 200px;
        display: flex; justify-content: center; align-items: center;
        color: white; font-weight: bold; font-size: 16px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .detail-modal-overlay.open .modal-box {
        opacity: 1;
        transform: translateY(0);
    }

    /* === ANIME COVER MODAL === */
    .anime-cover-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 10001;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0s linear 0.28s;
        overscroll-behavior: contain;
    }

    .anime-cover-modal.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    .anime-cover-modal img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 20px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
    }

    #animeCoverImage {
        opacity: 0;
        transform: scale(0.94);
        transition: opacity 0.28s ease, transform 0.28s ease;
    }

    .anime-cover-modal.open #animeCoverImage {
        opacity: 1;
        transform: scale(1);
    }

    .anime-cover {
        cursor: pointer;
        transition: opacity 0.2s;
    }

    .anime-cover:hover {
        opacity: 0.9;
    }

    /* === PLAYER LISTS SECTION === */
    .player-lists-section {
        position: absolute;
        inset: 0;
        padding: 30px 20px 14px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 14px;
        background: rgba(12, 12, 14, 0.4);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 15px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: transform 0.25s ease, opacity 0.25s ease;
        z-index: 20;
    }

    .player-lists-section.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .player-combined-lists-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex: 1;
        min-height: 0;
        gap: 27px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 9px 10px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .player-combined-lists-container::-webkit-scrollbar {
        display: none;
    }

    .player-combined-lists-container .lists-grid {
        grid-template-rows: none;
        align-content: start;
    }

    .player-combined-lists-container .playlists-grid {
        align-content: start;
    }

    .player-combined-lists-container .playlist-card.playlist-card-disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

    .player-lists-empty {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        font-weight: 700;
        padding: 35px 0;
        text-align: center;
    }

    .player-lists-submit-btn {
        width: 137px;
        height: 33px;
        align-self: center;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 12px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        line-height: 1;
        cursor: pointer;
        transition: all 0.15s ease;
        text-transform: lowercase;
        position: relative;
        overflow: hidden;
    }

    .player-lists-submit-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 1px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        pointer-events: none;
    }

    .player-lists-submit-btn:hover:not(:disabled) {
        background: rgba(255, 255, 255, 0.15);
    }

    .player-lists-submit-btn:disabled {
        cursor: default;
        opacity: 0.45;
    }

    /* === COMMENTS SECTION === */
    .comments-section {
        width: 805px;
        margin-top: 40px;
    }

    .comments-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        position: static;
    }

    .comments-header-text {
        color: #fff;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        font-weight: 900;
        text-align: center;
    }

    .comments-controls-bar {
        display: grid;
        grid-template-columns: minmax(20px, auto) 1fr minmax(20px, auto);
        align-items: center;
        column-gap: 12px;
        position: static;
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
    }

    .comments-meta-inline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
        justify-self: center;
        text-align: center;
    }

    .comments-meta-dot {
        color: rgba(255, 255, 255, 0.46);
        font-size: 14px;
        line-height: 1;
        flex-shrink: 0;
    }

    .anime-rating-trigger {
        border: none;
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 2px;
        padding: 0;
        font-size: 14px;
        font-weight: 900;
        line-height: 1;
        transition: opacity 0.15s ease;
        white-space: nowrap;
    }

    .anime-rating-trigger:hover {
        opacity: 0.85;
    }

    .anime-rating-stars-inline {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        min-height: 14px;
    }

    .anime-rating-inline-icon {
        width: 19px;
        height: 19px;
        display: block;
        filter: brightness(0) saturate(100%) invert(82%) sepia(31%) saturate(3982%) hue-rotate(7deg) brightness(95%) contrast(89%);
    }

    .anime-rating-plus {
        margin-left: 2px;
        color: rgba(247, 45, 75, 0.98);
        font-weight: 900;
    }

    .comments-controls-actions {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .comments-controls-actions-left {
        justify-content: flex-start;
    }

    .comments-controls-actions-right {
        justify-content: flex-end;
        gap: 8px;
    }

    .comments-filter-btn,
    .comments-write-btn {
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.15s ease;
        padding: 0;
    }

    .comments-filter-btn img,
    .comments-write-btn img {
        width: 17px;
        height: 17px;
        filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(2845%) hue-rotate(332deg) brightness(99%) contrast(95%);
    }

    .comments-filter-btn img {
        width: 15px;
        height: 15px;
    }

    .comments-filter-btn:hover img,
    .comments-write-btn:hover img {
        opacity: 0.8;
    }

    .comments-chat-btn {
        min-height: 22px;
        padding: 0 8px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s ease, border-color 0.15s ease;
    }

    .comments-chat-btn:hover {
        border-color: rgba(224, 31, 61, 0.58);
        background: rgba(224, 31, 61, 0.2);
    }

    #animeRatingModal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: 10008;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.24s ease;
    }

    #animeRatingModal.open,
    #animeRatingModal.closing {
        display: flex;
    }

    #animeRatingModal.open {
        opacity: 1;
    }

    .anime-rating-window {
        width: 336px;
        max-width: calc(100vw - 28px);
        min-height: 300px;
        max-height: calc(100vh - 56px);
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(12, 12, 14, 0.9);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    }

    #animeRatingModal .anime-rating-window {
        opacity: 0;
        transform: translateY(14px) scale(0.96);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    #animeRatingModal.open .anime-rating-window {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    #animeRatingModal.closing .anime-rating-window {
        opacity: 0;
        transform: translateY(14px) scale(0.96);
    }

    .anime-rating-title {
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 1.2;
    }

    .anime-rating-overall-block {
        width: 100%;
        border-radius: 13px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.03);
        padding: 9px;
        box-sizing: border-box;
    }

    .anime-rating-overall-label {
        font-size: 11px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.56);
        margin-bottom: 7px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .anime-rating-score-row {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .anime-rating-score-row[data-rating-category] {
        margin-left: auto;
    }

    .anime-rating-score-btn {
        width: 24px;
        height: 24px;
        border-radius: 8px;
        border: 1px solid transparent;
        background: transparent;
        cursor: pointer;
        padding: 0;
        transition: transform 0.14s ease, opacity 0.14s ease, border-color 0.14s ease, background 0.14s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 0.45;
    }

    .anime-rating-score-btn img {
        width: 13px;
        height: 13px;
        display: block;
        filter: brightness(0) saturate(100%) invert(100%);
    }

    .anime-rating-score-btn.active {
        opacity: 1;
        border-color: rgba(247, 45, 75, 0.55);
        background: rgba(247, 45, 75, 0.2);
    }

    .anime-rating-score-btn.active img {
        filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(2845%) hue-rotate(332deg) brightness(99%) contrast(95%);
    }

    .anime-rating-score-btn:hover {
        transform: translateY(-1px);
        opacity: 0.9;
    }

    .anime-rating-score-btn.clear-btn {
        width: auto;
        min-width: 32px;
        height: 24px;
        border-radius: 7px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.75);
        font-size: 11px;
        font-weight: 800;
        padding: 0 8px;
        opacity: 1;
    }

    .anime-rating-score-btn.clear-btn.active {
        border-color: rgba(247, 45, 75, 0.9);
        background: rgba(247, 45, 75, 0.22);
        color: #fff;
    }

    .anime-rating-categories-title {
        font-size: 11px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.56);
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .anime-rating-categories-list {
        width: 100%;
        flex: 1;
        min-height: 96px;
        overflow-y: auto;
        border-radius: 13px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.03);
        padding: 9px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .anime-rating-loading {
        color: rgba(255, 255, 255, 0.52);
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        padding: 12px 4px;
    }

    .anime-rating-category-row {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        flex-direction: column;
    }

    .anime-rating-category-head {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .anime-rating-category-average {
        margin-left: auto;
        color: rgba(255, 255, 255, 0.55);
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }

    .anime-rating-category-label {
        flex: 1 1 160px;
        min-width: 140px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.25;
    }

    .anime-rating-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .anime-rating-btn {
        height: 30px;
        border-radius: 9px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
    }

    .anime-rating-btn.primary {
        border-color: rgba(247, 45, 75, 0.86);
        background: rgba(247, 45, 75, 0.9);
    }

    .anime-rating-btn:disabled {
        opacity: 0.6;
        cursor: default;
    }

    .comments-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .comments-load-sentinel {
        height: 1px;
        width: 100%;
    }

    .comment-item {
        position: relative;
        background: #0C0C0E;
        border-radius: 20px;
        padding: 11px;
        box-sizing: border-box;
        z-index: 0;
        overflow: hidden;
    }

    .comment-item.reply-child-comment {
        background: rgba(255, 255, 255, 0.08);
    }

    .comment-item::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 20px;
        padding: 1px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
        pointer-events: none;
    }

    .comment-wow-video-layer {
        position: absolute;
        inset: 0;
        border-radius: inherit;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
        transition: opacity 0.22s ease;
    }

    .comment-item.has-wow-background .comment-wow-video-layer {
        opacity: 0.92;
    }

    .comment-wow-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    .comment-header {
        display: grid;
        grid-template-columns: 36px 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 11px;
        margin-bottom: 8px;
        position: relative;
        z-index: 2;
    }

    .comment-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
        background: rgba(255, 255, 255, 0.1);
        grid-row: 1 / 3;
        cursor: pointer;
        transition: opacity 0.15s ease;
    }

    .comment-avatar:hover {
        opacity: 0.8;
    }

    .comment-avatar-wrap {
        position: relative;
        width: 36px;
        height: 36px;
        grid-row: 1 / 3;
    }

    .comment-avatar-wrap .comment-avatar {
        width: 100%;
        height: 100%;
        grid-row: auto;
    }

    .comment-avatar-wrap .user-online-indicator {
        right: -1px;
        bottom: -1px;
    }

    .comment-compose-avatar-wrap {
        position: relative;
        width: 36px;
        height: 36px;
        grid-row: 1 / 3;
    }

    .comment-compose-avatar-wrap .comment-avatar {
        grid-row: auto;
    }

    .comment-compose-emoji-toggle {
        position: absolute;
        left: 50%;
        bottom: -13px;
        transform: translateX(-50%);
        width: 22px;
        height: 22px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        background: rgba(12, 12, 14, 0.72);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        z-index: 3;
        transition: transform 0.18s ease, opacity 0.18s ease;
    }

    .comment-compose-emoji-toggle:hover {
        transform: translateX(-50%) scale(1.08);
    }

    .comment-compose-emoji-toggle img {
        width: 14px;
        height: 14px;
        display: block;
    }

    .comment-emoji-picker {
        position: absolute;
        top: 48px;
        left: 0;
        width: 260px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(12, 12, 14, 0.95);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(26px);
        -webkit-backdrop-filter: blur(26px);
        padding: 10px;
        box-sizing: border-box;
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px) scale(0.98);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .comment-emoji-picker.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .comment-emoji-picker-title {
        font-size: 12px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.48);
        margin-bottom: 6px;
    }

    .comment-emoji-grid {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 6px;
        margin-bottom: 8px;
    }

    .comment-emoji-grid:last-child {
        margin-bottom: 0;
    }

    .comment-emoji-btn {
        width: 100%;
        height: 26px;
        border: none;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: background 0.15s ease, transform 0.15s ease;
    }

    .comment-emoji-btn:hover {
        background: rgba(255, 255, 255, 0.12);
        transform: translateY(-1px);
    }

    .comment-username {
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        align-self: end;
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .comment-user-stats {
        font-weight: 600;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.4);
        align-self: start;
        grid-column: 2;
        grid-row: 2;
    }

    .comment-timestamp {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        white-space: nowrap;
    }

    .comment-menu-btn {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        width: 28px;
        height: 28px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        opacity: 0.6;
        transition: opacity 0.15s ease;
    }

    .comment-menu-btn img {
        width: 15px;
        height: 15px;
        display: block;
        filter: brightness(0) saturate(100%) invert(100%);
    }

    .comment-menu-btn.menu-dots {
        font-size: 24px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6);
    }

    .comment-menu-btn.menu-dots .comment-menu-dots {
        transform: translateY(-2px);
    }

    .comment-menu-btn:hover {
        opacity: 1;
    }

    .comment-body {
        margin-left: 47px;
        margin-right: 22px;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 1.9;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
        word-break: break-word;
        margin-bottom: 12px;
        position: relative;
        z-index: 2;
    }

    .comment-playlist-field {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 4px;
    }

    .comment-playlist-label {
        font-size: 11px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.56);
    }

    .comment-playlist-select {
        width: 100%;
        min-height: 42px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        padding: 0 12px;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 700;
        outline: none;
    }

    .comment-playlist-select:disabled {
        opacity: 0.65;
        cursor: default;
    }

    .comment-attached-playlist {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        margin-top: 2px;
        padding: 12px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.04);
        color: #fff;
        text-decoration: none;
        transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
    }

    .comment-attached-playlist:hover {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(255, 255, 255, 0.16);
        transform: translateY(-1px);
        color: #fff;
    }

    .comment-attached-playlist-cover {
        width: 58px;
        height: 58px;
        border-radius: 14px;
        object-fit: cover;
        object-position: center;
        display: block;
        background: #111;
    }

    .comment-attached-playlist-body {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .comment-attached-playlist-eyebrow {
        font-size: 11px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.48);
    }

    .comment-attached-playlist-title {
        font-size: 14px;
        line-height: 1.25;
        font-weight: 800;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .comment-attached-playlist-meta {
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.58);
    }

    .comment-footer {
        margin-left: 0;
        margin-right: 22px;
        min-height: 60px;
        display: grid;
        grid-template-columns: 47px minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        position: relative;
        z-index: 2;
    }

    .comment-reaction-rail {
        width: 47px;
        min-width: 47px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
    }

    .comment-reaction-trigger {
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.76);
        font-size: 28px;
        line-height: 1;
        font-weight: 500;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
    }

    .comment-reaction-trigger:hover,
    .comment-reaction-rail.is-open .comment-reaction-trigger,
    .comment-reaction-trigger.has-selection {
        color: #fff;
        transform: translateY(-1px);
    }

    .comment-reaction-trigger.has-selection {
        color: #f72d4b;
    }

    .comment-reaction-panel {
        position: absolute;
        top: 50%;
        left: calc(100% + 16px);
        transform: translateY(-50%) translateX(-8px);
        width: 265px;
        padding: 16px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background:
            radial-gradient(circle at top left, rgba(224, 31, 61, 0.16), transparent 46%),
            rgba(11, 11, 13, 0.96);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
        display: grid;
        grid-template-columns: repeat(4, 50px);
        gap: 15px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.18s ease, transform 0.18s ease;
        z-index: 8;
        box-sizing: border-box;
    }

    .comment-reaction-panel.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(-50%) translateX(0);
    }

    .comment-media-reaction-choice {
        width: 50px;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        background: rgba(255, 255, 255, 0.04);
        cursor: pointer;
        transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
    }

    .comment-media-reaction-choice:hover,
    .comment-media-reaction-choice.active {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    }

    .comment-media-reaction-choice img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .comment-footer-main {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .comment-inline-replies-container {
        margin-left: 47px;
        margin-right: 22px;
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
    }

    .comment-inline-replies-container .comment-item + .comment-item {
        margin-top: 10px;
    }

    .comment-inline-replies-loading {
        color: rgba(255, 255, 255, 0.55);
        font-size: 13px;
        font-weight: 700;
        padding: 10px 0;
    }

    .comment-inline-replies-meta {
        color: rgba(255, 255, 255, 0.45);
        font-size: 12px;
        font-weight: 700;
        margin-top: 6px;
    }

    .comment-inline-replies-sentinel {
        height: 1px;
        width: 100%;
    }

    .comment-inline-replies-controls {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 8px;
    }

    .comment-inline-replies-quick-row {
        margin-top: 8px;
    }

    .comment-inline-replies-quick-input {
        width: 100%;
        max-width: 290px;
        height: 30px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        padding: 0 11px;
        box-sizing: border-box;
        cursor: text;
    }

    .comment-inline-replies-quick-input:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.24);
    }

    .comment-inline-replies-btn {
        height: 30px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 0 11px;
        cursor: pointer;
    }

    .comment-inline-replies-close-text {
        margin-left: auto;
        border: none;
        background: none;
        color: rgba(255, 255, 255, 0.68);
        font-size: 14px;
        font-weight: 700;
        padding: 0;
        cursor: pointer;
    }

    .comment-inline-replies-close-text:hover {
        color: rgba(255, 255, 255, 0.95);
    }

    .comment-actions {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        opacity: 1;
    }

    .comment-action-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.15s ease;
        padding: 0;
    }

    .comment-action-btn:hover {
        color: rgba(255, 255, 255, 0.6);
    }

    .comment-action-btn.active-like,
    .comment-action-btn.active-dislike,
    .comment-action-btn.active-wow {
        color: rgba(255, 255, 255, 1);
    }

    .comment-action-btn.active-like:hover,
    .comment-action-btn.active-dislike:hover,
    .comment-action-btn.active-wow:hover {
        color: rgba(255, 255, 255, 1);
    }

    .comment-action-icon {
        width: 18px;
        height: 18px;
        display: block;
        opacity: 0.6;
        transition: opacity 0.15s ease;
    }

    .comment-action-btn.active-like .comment-action-icon {
        opacity: 1;
        filter: brightness(0) saturate(100%) invert(100%);
    }

    .comment-action-btn.active-dislike .comment-action-icon {
        opacity: 1;
        filter: brightness(0) saturate(100%) invert(100%);
    }

    .comment-action-wow-icon {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        object-fit: cover;
        opacity: 1;
    }

    .comment-action-btn.active-wow .comment-action-wow-icon {
        opacity: 1;
        filter: none;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.45);
    }

    .comment-replies-count {
        font-weight: 700;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        transition: color 0.15s ease;
        text-align: right;
        justify-self: end;
    }

    .comment-replies-count:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .comment-media-reactions {
        min-height: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .comment-media-reactions.is-empty,
    .comment-media-reactions:empty {
        display: none;
    }

    .comment-media-reaction-badge {
        min-width: 0;
        min-height: 30px;
        padding: 0;
        border: none;
        background: transparent;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        box-sizing: border-box;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        pointer-events: auto;
    }

    .comment-media-reaction-badge.is-user-selected {
        color: #fff;
    }

    .comment-media-reaction-badge img {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        transition: transform 0.16s ease, filter 0.16s ease;
        pointer-events: none;
    }

    .comment-media-reaction-badge:hover img,
    .comment-media-reaction-badge.is-user-selected img {
        transform: scale(1.06);
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.18));
    }

    .comment-media-reaction-badge span {
        pointer-events: none;
    }

    .comment-edit-actions {
        margin-left: auto;
        display: flex;
        gap: 8px;
    }

    .comment-edit-btn {
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 10px;
        cursor: pointer;
    }

    .comment-edit-btn.primary {
        background: rgba(247, 45, 75, 0.95);
        border-color: transparent;
    }

    .comment-edit-btn.danger {
        border-color: rgba(224, 31, 61, 0.6);
        background: rgba(224, 31, 61, 0.2);
        color: #fff;
    }

    .comment-compose-item {
        margin-bottom: 18px;
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
        transition: opacity 0.22s ease, transform 0.22s ease;
        background: rgba(255, 255, 255, 0.08);
    }

    .comment-compose-item.compose-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .comment-compose-item.compose-closing {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }

    .comment-compose-item .comment-body {
        margin-right: 10px;
    }

    .comment-compose-item .comment-header {
        margin-bottom: 14px;
    }

    .comment-compose-header-check {
        width: 14px;
        height: 14px;
        display: block;
        margin-left: 6px;
        opacity: 0.9;
        filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(2845%) hue-rotate(332deg) brightness(99%) contrast(95%);
    }

    .comment-compose-textarea {
        width: 100%;
        min-height: 72px;
        resize: none;
        overflow-y: hidden;
        max-height: none;
        border: none;
        outline: none;
        background: transparent;
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
    }

    .comment-compose-textarea::placeholder {
        color: rgba(255, 255, 255, 0.35);
    }

    .comment-compose-submit {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        width: 28px;
        height: 28px;
        border: none;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: opacity 0.15s ease;
        opacity: 0.8;
    }

    .comment-compose-submit img {
        width: 16px;
        height: 16px;
        display: block;
        filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(2845%) hue-rotate(332deg) brightness(99%) contrast(95%);
    }

    .comment-compose-submit:hover {
        opacity: 1;
    }

    /* === COMMENT REPORT MODAL === */
    .comment-report-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 10003;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        overscroll-behavior: contain;
    }

    .comment-report-modal.open,
    .comment-report-modal.closing {
        display: flex;
    }

    .comment-report-modal.open {
        opacity: 1;
    }

    .comment-report-box {
        width: 400px;
        background: rgba(12, 12, 14, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(36px);
        -webkit-backdrop-filter: blur(36px);
        border-radius: 24px;
        padding: 25px;
        box-sizing: border-box;
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.3s ease, transform 0.3s ease;
        max-height: min(88vh, 680px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .comment-report-modal.open .comment-report-box {
        opacity: 1;
        transform: scale(1);
    }

    .comment-report-modal.closing .comment-report-box {
        opacity: 0;
        transform: scale(0.95);
    }

    .comment-report-title {
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    .comment-report-reasons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 15px;
    }

    .comment-report-reason {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.15s ease;
        border: 1px solid transparent;
    }

    .comment-report-reason:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .comment-report-reason.active {
        background: rgba(247, 45, 75, 0.2);
        border-color: #F72D4B;
    }

    .comment-report-reason-text {
        flex: 1;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
    }

    .comment-report-custom-input {
        width: 100%;
        min-height: 80px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 12px;
        box-sizing: border-box;
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        resize: vertical;
        margin-bottom: 15px;
        display: none;
    }

    .comment-report-custom-input.visible {
        display: block;
    }

    .comment-report-custom-input:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .comment-report-actions {
        display: flex;
        gap: 10px;
    }

    .comment-report-submit {
        flex: 1;
        height: 45px;
        background: #F72D4B;
        border: none;
        border-radius: 12px;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .comment-report-submit:hover {
        background: #d92542;
    }

    .comment-report-cancel {
        flex: 1;
        height: 45px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .comment-report-cancel:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* === COMMENTS FILTER MODAL === */
    .comments-filter-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100510;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        overscroll-behavior: contain;
    }

    .comments-filter-modal.open {
        display: flex;
        opacity: 1;
    }

    .comments-filter-box {
        width: 275px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 6px 6px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background: rgba(12, 12, 14, 0.92);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        opacity: 0;
        transform: translateY(14px);
        transition: opacity 0.28s ease, transform 0.28s ease;
        max-height: min(88vh, 680px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    @keyframes commentsFilterAppear {
        0% {
            opacity: 0;
            transform: translateY(18px) scale(0.97);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .comments-filter-modal.open .comments-filter-box {
        opacity: 1;
        transform: translateY(0);
        animation: commentsFilterAppear 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .comments-filter-title {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 800;
        font-size: 16px;
        color: #fff;
    }

    .comments-filter-section {
        margin-bottom: 8px;
    }

    .comments-filter-section-title {
        font-weight: 700;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.56);
        margin: 0 0 7px 3px;
    }

    .comments-filter-toggle {
        min-height: 33px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 10px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        cursor: pointer;
        transition: all 0.15s ease;
        margin-bottom: 7px;
    }

    .comments-filter-toggle:hover {
        background: rgba(255, 255, 255, 0.12);
    }

    .comments-filter-toggle.active {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .comments-filter-toggle-text {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
    }

    .comments-filter-switch {
        width: 40px;
        height: 22px;
        background: rgba(255, 255, 255, 0.11);
        border-radius: 11px;
        position: relative;
        transition: background 0.2s ease;
    }

    .comments-filter-toggle.active .comments-filter-switch {
        background: rgba(255, 255, 255, 0.32);
    }

    .comments-filter-switch::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        transition: transform 0.2s ease;
    }

    .comments-filter-toggle.active .comments-filter-switch::after {
        transform: translateX(18px);
    }

    .comments-filter-actions {
        display: flex;
        gap: 8px;
        margin-top: 6px;
    }

    .comments-filter-apply,
    .comments-filter-close {
        flex: 1;
        height: 33px;
        border-radius: 13px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .comments-filter-apply:hover,
    .comments-filter-close:hover {
        background: rgba(255, 255, 255, 0.16);
    }

    .char-avatar-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 10005;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        overscroll-behavior: contain;
    }

    .char-avatar-modal.open,
    .char-avatar-modal.closing {
        display: flex;
    }

    .char-avatar-modal.open {
        opacity: 1;
    }

    .char-avatar-box {
        width: 390px;
        max-width: calc(100vw - 32px);
        background: rgba(12, 12, 14, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 24px;
        box-shadow: 0 26px 48px rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        transform: translateY(14px) scale(0.96);
        transition: opacity 0.32s ease, transform 0.32s ease;
        max-height: min(88vh, 680px);
        overflow-y: visible;
        overscroll-behavior: contain;
        position: relative;
    }

    .char-avatar-box::before {
        content: none;
    }

    .char-avatar-box > * {
        position: relative;
        z-index: 1;
    }

    .char-avatar-modal.open .char-avatar-box {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .char-avatar-modal.closing .char-avatar-box {
        opacity: 0;
        transform: translateY(14px) scale(0.96);
    }

    .char-avatar-title {
        font-weight: 900;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

    .char-avatar-text {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
        margin-bottom: 16px;
    }

    .char-avatar-preview {
        width: 100%;
        height: 150px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px dashed rgba(255, 255, 255, 0.22);
        overflow: hidden;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.4);
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
    }

    .char-avatar-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .char-avatar-actions {
        display: flex;
        gap: 10px;
    }

    .char-avatar-btn {
        flex: 1;
        height: 40px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.15s ease;
    }

    .char-avatar-btn:hover {
        background: rgba(255, 255, 255, 0.12);
    }

    .char-avatar-btn.submit {
        background: rgba(247, 45, 75, 0.95);
        border-color: transparent;
    }

    .char-avatar-btn.submit:hover {
        background: #d92542;
    }

    .char-avatar-btn:disabled {
        opacity: 0.5;
        cursor: default;
    }

    #commentRepliesModal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: 10006;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.25s ease;
        overscroll-behavior: contain;
    }

    #commentRepliesModal.open {
        display: flex;
        opacity: 1;
    }

    .comment-replies-box {
        width: 760px;
        max-width: calc(100vw - 32px);
        max-height: calc(100vh - 70px);
        background: transparent;
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        padding: 16px;
        box-sizing: border-box;
        opacity: 0;
        transform: translateY(14px) scale(0.96);
        transition: opacity 0.25s ease, transform 0.25s ease;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
        position: relative;
    }

    .comment-replies-box::before {
        content: '';
        position: absolute;
        inset: 0;
        background: #0C0C0E;
        border-radius: 24px;
        z-index: 0;
        opacity: 1;
        transition: opacity 0.3s ease 0.15s;
        pointer-events: none;
    }

    .comment-replies-box.blur-ready::before {
        opacity: 0;
    }

    .comment-replies-box > * {
        position: relative;
        z-index: 1;
    }

    #commentRepliesModal.open .comment-replies-box {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .comment-replies-title {
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        flex: 1;
    }

    .comment-replies-side {
        width: 26px;
        height: 26px;
        display: block;
        flex-shrink: 0;
    }

    .comment-replies-close {
        width: 26px;
        height: 26px;
        border: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .comment-replies-content {
        overflow-y: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-right: 3px;
        overscroll-behavior: contain;
    }

    .comment-replies-content .reply-parent-comment {
        margin-left: 0;
    }

    .comment-replies-content .reply-child-comment {
        margin-left: 0;
    }

    .reply-comment-write-btn {
        opacity: 0.8;
        width: auto;
        height: auto;
        gap: 6px;
        padding: 0 2px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        font-weight: 700;
        justify-self: end;
    }

    .reply-comment-write-btn:hover {
        opacity: 1;
    }

    .reply-comment-write-text {
        font-size: 14px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
        text-transform: lowercase;
    }

    .comment-mention {
        color: #f72d4b;
        font-weight: 800;
        text-decoration: none;
        cursor: pointer;
    }

    .comment-inline-spoiler {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .comment-inline-spoiler-btn {
        height: 22px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.86);
        font-size: 11px;
        font-weight: 800;
        padding: 0 8px;
        cursor: pointer;
    }

    .comment-inline-spoiler-text.hidden {
        display: none;
    }

    .comment-spoiler-btn {
        width: auto;
        min-width: 86px;
        height: 28px;
        margin: 0;
        font-size: 12px;
        padding: 0 10px;
    }

    .comment-compose-confirm-modal {
        position: fixed;
        inset: 0;
        z-index: 10009;
        background: rgba(0, 0, 0, 0.55);
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .comment-compose-confirm-modal.open {
        display: flex;
        opacity: 1;
    }

    .comment-compose-confirm-box {
        width: 320px;
        max-width: calc(100vw - 30px);
        background: #0C0C0E;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 18px;
        padding: 18px;
        box-sizing: border-box;
        opacity: 0;
        transform: translateY(8px) scale(0.97);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .comment-compose-confirm-modal.open .comment-compose-confirm-box {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .comment-compose-confirm-text {
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        text-align: center;
        margin-bottom: 14px;
    }

    .comment-compose-confirm-actions {
        display: flex;
        gap: 8px;
    }

    .comment-compose-confirm-btn {
        flex: 1;
        height: 34px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        cursor: pointer;
    }

    .comment-compose-confirm-btn.primary {
        border-color: transparent;
        background: #F72D4B;
        color: #000;
    }

    .user-badges-inline {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-left: 6px;
        margin-right: 0;
        vertical-align: middle;
    }

    .user-badge-icon {
        width: 18px;
        height: 18px;
        display: block;
        flex-shrink: 0;
    }

    .comment-replies-empty {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 700;
        padding: 26px 10px;
        text-align: center;
    }

    @media (max-width: 768px) {
        .info-lines {
            align-items: center;
            text-align: center;
        }

        .info-lines .info-text {
            text-align: center;
        }

        .player-time-panel {
            display: inline-flex;
        }

        .player-surface:fullscreen .player-time-panel,
        .player-surface:-webkit-full-screen .player-time-panel {
            display: inline-flex;
        }

        .right-col {
            width: 100%;
            margin-top: 12px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .comments-chat-btn {
            min-height: 28px;
            padding: 0 10px;
            font-size: 12px;
        }

        .season-block {
            width: 100%;
        }

        .universe-chat-block {
            width: 100%;
            margin-top: 0;
        }

        .season-header-row {
            margin: 0 0 8px;
            align-items: flex-start;
        }

        .season-header {
            margin: 0;
            min-height: 0;
            justify-content: flex-start;
            text-align: left;
        }

        .ep-grid,
        .ep-grid.movie-grid,
        .ep-grid.single-episode-grid {
            width: min(100%, 199px);
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 6px;
            justify-content: flex-start;
            margin: 0;
            padding-bottom: 4px;
            scrollbar-width: none;
        }

        .ep-grid::-webkit-scrollbar,
        .ep-grid.movie-grid::-webkit-scrollbar,
        .ep-grid.single-episode-grid::-webkit-scrollbar {
            display: none;
        }

        .ep-grid .ep-btn,
        .ep-grid.movie-grid .ep-btn,
        .ep-grid.single-episode-grid .ep-btn {
            flex: 0 0 35px;
            width: 35px;
        }

        .universe-chat-modal-window {
            width: calc(100vw - 14px);
            height: calc(100vh - 18px);
            max-height: calc(100vh - 18px);
            border-radius: 18px;
        }

        .universe-chat-modal-layout {
            grid-template-columns: 1fr;
            grid-template-rows: minmax(104px, 21vh) minmax(0, 1fr);
        }

        .universe-chat-modal-sidebar {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .universe-chat-modal-sidebar-title {
            padding: 10px 10px 8px;
        }

        .universe-chat-modal-joined-list {
            padding: 8px 10px 10px;
            flex-direction: column;
            overflow-x: hidden;
            overflow-y: auto;
            gap: 6px;
        }

        .universe-chat-modal-list-item {
            min-width: 0;
            max-width: none;
            width: 100%;
            min-height: 54px;
            padding: 8px 10px;
            gap: 3px;
            flex: 0 0 auto;
        }

        .universe-chat-modal-head {
            min-height: 48px;
            padding: 8px 11px;
        }

        .universe-chat-block-modal .universe-chat-compose {
            gap: 8px;
        }

        .universe-chat-block-modal .universe-chat-input {
            min-height: 66px;
            font-size: 14px;
        }

        .universe-chat-block-modal .universe-chat-send {
            min-height: 34px;
            min-width: 88px;
            font-size: 13px;
        }

        .universe-chat-modal-item-preview {
            white-space: nowrap;
        }
    }
    .comment-replies-error-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .comment-replies-error-text {
        color: rgba(255, 255, 255, 0.76);
        line-height: 1.5;
    }

    .comment-replies-retry-btn {
        min-width: 124px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
    }

    .comment-replies-retry-btn:hover {
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.28);
    }
