/* /Pages/Index.razor.rz.scp.css */
.watch-bg[b-wu7rma0a59] {
    position: relative;
    min-height: 100vh;
    margin: -1.5rem -1.5rem 0;
    padding: 2.5rem 3rem 3rem;
    background: radial-gradient(120% 140% at 50% -10%, #183948 0%, #051118 65%, #010409 100%);
    color: #f2fbff;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

.watch-shell[b-wu7rma0a59] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 70vh;
}

.watch-header[b-wu7rma0a59] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.provider-status[b-wu7rma0a59] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    min-width: 200px;
    justify-content: flex-end;
}

.provider-pill span[b-wu7rma0a59] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 0;
}

.provider-pill[b-wu7rma0a59] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.link-button[b-wu7rma0a59] {
    background: transparent;
    border: none;
    color: #62e4ff;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: none;
}

.section-label[b-wu7rma0a59] {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
}

.watch-header h1[b-wu7rma0a59] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0;
}

.section-subtitle[b-wu7rma0a59] {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    max-width: 540px;
}

.watch-loading[b-wu7rma0a59],
.watch-error[b-wu7rma0a59] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 0;
    color: rgba(255, 255, 255, 0.85);
}

.watch-error[b-wu7rma0a59] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    border-radius: 18px;
}

.watch-hero[b-wu7rma0a59] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #01ae9f;
}

.watch-hero.viewer[b-wu7rma0a59],
.watch-hero.curator[b-wu7rma0a59] {
    background: linear-gradient(140deg, #032c52 0%, #07577c 50%, #01ae9f 100%);
}

.hero-content h2[b-wu7rma0a59] {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 0.75rem;
}

.hero-content p[b-wu7rma0a59] {
    max-width: 420px;
}

.hero-label[b-wu7rma0a59] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.hero-action[b-wu7rma0a59] {
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    color: white;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hero-action:hover[b-wu7rma0a59] {
    background: rgba(255, 255, 255, 0.28);
}

.hero-illustration[b-wu7rma0a59] {
    position: relative;
    min-height: 240px;
}

.hero-card[b-wu7rma0a59] {
    width: 180px;
    height: 110px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-card.one[b-wu7rma0a59] {
    top: 0;
    left: 0;
}

.hero-card.two[b-wu7rma0a59] {
    top: 30px;
    right: 10px;
}

.hero-card.three[b-wu7rma0a59] {
    bottom: 0;
    left: 50px;
}

.watch-grid[b-wu7rma0a59] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ytp-pause-overlay[b-wu7rma0a59] {
    display: none !important;
}

@media (max-width: 1400px) {
    .watch-grid[b-wu7rma0a59] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .watch-grid[b-wu7rma0a59] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .watch-grid[b-wu7rma0a59] {
        grid-template-columns: 1fr;
    }
}

.watch-card[b-wu7rma0a59] {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: .85rem;
    display: flex;
    flex-direction: column;
    /* gap: 0.75rem; */
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.watch-card:hover[b-wu7rma0a59] {
    transform: translateY(-4px);
    border-color: rgba(98, 228, 255, 0.4);
}

.watch-thumb[b-wu7rma0a59] {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
}

.watch-thumb.video-thumb img[b-wu7rma0a59] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.watch-thumb.channel-thumb[b-wu7rma0a59] {
    overflow: visible;
    padding: 1.25rem 0 1rem;
}

.watch-thumb.channel-thumb img[b-wu7rma0a59] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    display: block;
    margin: 0 auto;
}

.play-overlay[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.watch-thumb:hover .play-overlay[b-wu7rma0a59],
.watch-thumb:focus-visible .play-overlay[b-wu7rma0a59] {
    opacity: 1;
}

.play-icon[b-wu7rma0a59] {
    width: 75px !important;
    height: 75px !important;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
}

.watch-title[b-wu7rma0a59] {
    font-size: 1rem;
    font-weight: 600;
    /* min-height: 48px; */
}

.watch-channel[b-wu7rma0a59] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.25rem;
}

.watch-meta[b-wu7rma0a59] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
}

.watch-meta-primary[b-wu7rma0a59] {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.watch-meta-secondary[b-wu7rma0a59] {
    margin-top: 0.2rem;
    text-transform: none;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.55);
}

.watch-menu[b-wu7rma0a59] {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.45);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 2;
}

.watch-card.reelgood[b-wu7rma0a59] {
    position: relative;
    overflow: hidden;
}

.watch-card.reelgood .thumbnail-slot[b-wu7rma0a59] {
    position: relative;
    height: 275px;
}

.watch-card.reelgood .thumbnail-frame[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    height: 275px;
    overflow: hidden;
    border-radius: 7px;
}

.watch-card.reelgood .thumbnail-frame .video-thumb[b-wu7rma0a59] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 7px;
}

.watch-card.reelgood .reelgood-play-action[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2;
    cursor: pointer;
}

.watch-card.reelgood .reelgood-play-action span[b-wu7rma0a59] {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f7feff;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(6, 22, 32, 0.9);
}

.watch-card.reelgood .reelgood-play-action.rent-buy span[b-wu7rma0a59] {
    background: rgba(9, 45, 38, 0.92);
    border-color: rgba(80, 214, 178, 0.6);
}

.watch-card.reelgood .reelgood-play-action .play-icon[b-wu7rma0a59] {
    width: 50px !important;
    height: 50px !important;
}


.watch-card.reelgood .thumbnail-frame:hover .reelgood-play-action[b-wu7rma0a59],
.watch-card.reelgood:focus-within .reelgood-play-action[b-wu7rma0a59],
.watch-card.reelgood:focus-visible .reelgood-play-action[b-wu7rma0a59] {
    opacity: 1;
    pointer-events: auto;
}

.watch-card.reelgood:hover[b-wu7rma0a59] {
    transform: translateY(-2px);
    border-color: rgba(98, 228, 255, 0.4);
}

.watch-card.reelgood .video-thumb[b-wu7rma0a59] {
    width: 100%;
    border-radius: 14px;
    display: block;
}


.watch-card.reelgood .card-body[b-wu7rma0a59] {
    padding-top: 0.75rem;
    padding-bottom: 2.2rem;
}

.watch-card.reelgood .card-title[b-wu7rma0a59] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.watch-card.reelgood .card-meta[b-wu7rma0a59] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    gap: 0.4rem;
}

.info-button[b-wu7rma0a59] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    z-index: 2;
}

.service-badge[b-wu7rma0a59] {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0;
    line-height: 0;
    border-radius: 10px;
    background: rgba(2, 9, 14, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    pointer-events: none;
}

.service-badge img[b-wu7rma0a59] {
    max-height: 26px;
    max-width: 64px;
    object-fit: contain;
}

.search-dialog[b-wu7rma0a59] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 5rem 1.5rem 2rem;
    z-index: 1400;
}

.dialog-panel[b-wu7rma0a59] {
    width: min(720px, 95vw);
    background: rgba(2, 9, 14, 0.96);
    border-radius: 24px;
    padding: 2rem;
    color: #dfeef2;
    border: 1px solid rgba(98, 228, 255, 0.2);
    position: relative;
}

.dialog-title[b-wu7rma0a59] {
    font-size: 1.4rem;
    font-weight: 600;
}

.dialog-subtitle[b-wu7rma0a59] {
    margin: 0.75rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.65);
}

.close-btn[b-wu7rma0a59] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.close-btn img[b-wu7rma0a59] {
    width: 12px;
    height: 12px;
    display: block;
}

.catalog-grid[b-wu7rma0a59] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.catalog-card[b-wu7rma0a59] {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-card.selected[b-wu7rma0a59] {
    border-color: rgba(98, 228, 255, 0.7);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.logo-pill[b-wu7rma0a59] {
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-pill img[b-wu7rma0a59] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.actions.modal-actions[b-wu7rma0a59] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.save-btn[b-wu7rma0a59] {
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(98, 228, 255, 0.6);
    background: rgba(98, 228, 255, 0.2);
    color: #dff7ff;
    cursor: pointer;
}

.save-btn.alt[b-wu7rma0a59] {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.75);
}

.loading-state[b-wu7rma0a59] {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.error-banner[b-wu7rma0a59] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    border-radius: 12px;
    padding: 0.65rem 0.9rem;
    color: #f8d7da;
    margin-bottom: 1rem;
}

.player-overlay[b-wu7rma0a59] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 6000;
    overflow: hidden;
}

.player-panel[b-wu7rma0a59] {
    background: transparent;
    border-radius: 0;
    padding: clamp(0.5rem, 1vw, 1.25rem);
    padding-top: calc(clamp(0.5rem, 1vw, 1.25rem) + env(safe-area-inset-top, 0px));
    width: 100vw;
    height: 100vh;
    border: none;
    position: relative;
    color: #f4fbff;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1vw, 1.5rem);
}

.player-stage[b-wu7rma0a59] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.25rem, 2vw, 2rem);
    min-height: 0;
    width: 100%;
    height: 100%;
}

.player-close[b-wu7rma0a59] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    font-size: 1.35rem;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.player-close:hover[b-wu7rma0a59] {
    background: rgba(0, 0, 0, 0.75);
}

.player-close img[b-wu7rma0a59] {
    width: 12px;
    height: 12px;
    display: block;
}

.player-frame[b-wu7rma0a59] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-video-wrapper[b-wu7rma0a59] {
    position: relative;
    isolation: isolate;
    width: min(100vw, calc(100vh * 16 / 9));
    height: min(100vh, calc(100vw * 9 / 16));
    max-width: 100vw;
    max-height: 100vh;
    min-height: 240px;
    background: #000;
    border-radius: clamp(0px, 1vw, 18px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65);
}

.player-host[b-wu7rma0a59] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.player-host iframe[b-wu7rma0a59] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.player-surface-toggle[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    z-index: 2;
    border: none;
    background: transparent;
    padding: 0;
    cursor: default;
}

.player-surface-toggle:focus-visible[b-wu7rma0a59] {
    outline: 2px solid rgba(98, 228, 255, 0.85);
    outline-offset: -4px;
}

.player-controls[b-wu7rma0a59] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.92) 100%);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: auto;
}

.player-video-wrapper.controls-hidden .player-controls[b-wu7rma0a59] {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.player-control-button[b-wu7rma0a59] {
    border: 1px solid rgba(98, 228, 255, 0.38);
    background: rgba(4, 20, 30, 0.82);
    color: #e8fbff;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
    min-height: 44px;
    touch-action: manipulation;
}

.player-control-button:hover[b-wu7rma0a59] {
    background: rgba(7, 30, 44, 0.94);
}

.player-progress-group[b-wu7rma0a59] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.player-time[b-wu7rma0a59] {
    min-width: 3rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

.player-progress-slider[b-wu7rma0a59] {
    flex: 1;
    min-width: 0;
    accent-color: #62e4ff;
    cursor: pointer;
    min-height: 44px;
}

.player-loading[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.55);
    z-index: 3;
}

.player-pause-cover[b-wu7rma0a59] {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 2vw, 2rem);
    border-radius: inherit;
    background: rgba(1, 6, 10, 0.97);
    pointer-events: auto;
}

.player-pause-card[b-wu7rma0a59] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    padding: 1.25rem 1.5rem;
    border-radius: 18px;
    background: rgba(3, 17, 24, 0.92);
    border: 1px solid rgba(98, 228, 255, 0.24);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.player-pause-label[b-wu7rma0a59] {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
}

.player-pause-action[b-wu7rma0a59] {
    border: 1px solid rgba(98, 228, 255, 0.58);
    background: rgba(98, 228, 255, 0.16);
    color: #e8fbff;
    border-radius: 999px;
    padding: 0.7rem 1.35rem;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
}

.player-pause-action:hover[b-wu7rma0a59] {
    background: rgba(98, 228, 255, 0.24);
}

.player-error[b-wu7rma0a59] {
    width: min(100vw, calc(100vh * 16 / 9));
    max-width: 100vw;
    min-height: 240px;
    padding: clamp(1rem, 2vw, 2.5rem);
    border-radius: clamp(0px, 1vw, 18px);
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(220, 53, 69, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65);
}

.player-error-inline[b-wu7rma0a59] {
    color: rgba(255, 255, 255, 0.95);
}

.external-playback-overlay[b-wu7rma0a59] {
    position: fixed;
    inset: 0;
    background: rgba(2, 9, 14, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    z-index: 6100;
}

.external-playback-panel[b-wu7rma0a59] {
    position: relative;
    width: min(540px, 92vw);
    border-radius: 22px;
    padding: 2.5rem 2.2rem;
    background: rgba(6, 18, 26, 0.98);
    border: 1px solid rgba(98, 228, 255, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
    color: #e6f6ff;
}

.external-playback-panel.external-playback-panel-full[b-wu7rma0a59] {
    width: min(560px, 92vw);
    padding: 2rem;
}

.external-playback-close[b-wu7rma0a59] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.external-playback-close img[b-wu7rma0a59] {
    width: 12px;
    height: 12px;
    display: block;
}

.external-playback-label[b-wu7rma0a59] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.6rem;
}

.external-playback-body h2[b-wu7rma0a59] {
    margin: 0 0 0.7rem;
    font-size: 1.5rem;
}

.external-playback-body[b-wu7rma0a59] {
    display: flex;
    flex-direction: column;
}

.external-playback-subtitle[b-wu7rma0a59] {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1.4rem;
}

.external-playback-loading[b-wu7rma0a59] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.external-playback-loading .loading-spinner[b-wu7rma0a59] {
    width: 32px;
    height: 32px;
}


.external-playback-error[b-wu7rma0a59] {
    background: rgba(220, 53, 69, 0.18);
    border: 1px solid rgba(220, 53, 69, 0.45);
    border-radius: 12px;
    padding: 0.65rem 0.9rem;
    margin-bottom: 1.2rem;
    color: #f8d7da;
}

.external-playback-actions[b-wu7rma0a59] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.external-playback-primary[b-wu7rma0a59],
.external-playback-secondary[b-wu7rma0a59] {
    border-radius: 999px;
    padding: 0.6rem 1.6rem;
    border: 1px solid rgba(98, 228, 255, 0.6);
    cursor: pointer;
    font-weight: 600;
}

.external-playback-primary[b-wu7rma0a59] {
    background: rgba(98, 228, 255, 0.22);
    color: #dff7ff;
}

.external-playback-secondary[b-wu7rma0a59] {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.8);
}

.external-playback-primary:disabled[b-wu7rma0a59] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .watch-bg[b-wu7rma0a59] {
        padding: 1.5rem;
    }

    .watch-hero[b-wu7rma0a59] {
        padding: 2rem;
    }

    .watch-card[b-wu7rma0a59] {
        padding: 0.75rem;
    }

    .provider-status[b-wu7rma0a59] {
        align-items: flex-start;
        min-width: 100%;
    }

    .catalog-grid[b-wu7rma0a59] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .player-panel[b-wu7rma0a59] {
        padding: 0.75rem;
        padding-top: calc(0.75rem + env(safe-area-inset-top, 0px));
        gap: 0.75rem;
    }

    .player-stage[b-wu7rma0a59] {
        padding: 0.5rem;
    }

    .player-video-wrapper[b-wu7rma0a59] {
        border-radius: 12px;
    }

    .player-controls[b-wu7rma0a59] {
        gap: 0.65rem;
        padding: 0.8rem 0.8rem 0.95rem;
        flex-wrap: wrap;
    }

    .player-progress-group[b-wu7rma0a59] {
        order: 4;
        width: 100%;
    }

    .player-control-button[b-wu7rma0a59] {
        padding: 0.65rem 0.95rem;
        font-size: 0.83rem;
        min-width: 7.25rem;
    }

    .watch-grid[b-wu7rma0a59] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .watch-card.reelgood .thumbnail-frame[b-wu7rma0a59] {
        height: 335px;
        max-height: 335px;
        min-height: 335px;
    }

    .watch-card.reelgood .thumbnail-slot[b-wu7rma0a59] {
        height: 335px;
    }

    .watch-card.reelgood:hover[b-wu7rma0a59],
    .watch-card.reelgood:focus-within[b-wu7rma0a59],
    .watch-card.reelgood:focus-visible[b-wu7rma0a59] {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .player-overlay[b-wu7rma0a59] {
        padding: 0;
    }

    .player-panel[b-wu7rma0a59] {
        padding: 0;
    }

    .player-stage[b-wu7rma0a59] {
        padding: 0;
    }

    .player-video-wrapper[b-wu7rma0a59] {
        width: 100vw;
        height: 100vh;
        max-width: none;
        max-height: none;
        border-radius: 0;
        box-shadow: none;
    }

    .player-video-wrapper:not(.fullscreen-active) .player-fullscreen-button[b-wu7rma0a59] {
        display: none;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .player-overlay[b-wu7rma0a59] {
        padding: 0;
    }

    .player-panel[b-wu7rma0a59] {
        padding: 0;
    }

    .player-stage[b-wu7rma0a59] {
        padding: 0;
    }

    .player-video-wrapper[b-wu7rma0a59] {
        width: 100vw;
        height: calc(100vw * 9 / 16);
        max-width: none;
        border-radius: 0;
        box-shadow: none;
    }
}
/* /Shared/ConfirmDialog.razor.rz.scp.css */
.confirm-overlay[b-1y395unro4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2500;
    padding: 1.5rem;
}

.confirm-panel[b-1y395unro4] {
    background: rgba(4, 12, 18, 0.96);
    border: 1px solid rgba(98, 228, 255, 0.25);
    border-radius: 18px;
    width: min(420px, 100%);
    padding: 1.75rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.confirm-header[b-1y395unro4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.confirm-header h3[b-1y395unro4] {
    margin: 0;
    font-size: 1.3rem;
    color: #dfeef2;
}

.confirm-close[b-1y395unro4] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
}

.confirm-close img[b-1y395unro4] {
    width: 10px;
    height: 10px;
    display: block;
}

.confirm-message[b-1y395unro4] {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.confirm-actions[b-1y395unro4] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    font-size: .9rem;
}

.confirm-btn[b-1y395unro4] {
    border-radius: 999px;
    padding: 0.6rem 1.6rem;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.confirm-btn.primary[b-1y395unro4] {
    background: linear-gradient(120deg, #5df0ff, #4ad0ff);
    color: #061620;
}

.confirm-btn.secondary[b-1y395unro4] {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.9);
}

.confirm-btn:disabled[b-1y395unro4] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* /Shared/MainLayout.razor.rz.scp.css */
:root[b-zh4e01jwl4] {
    --app-vh: 1vh;
}

.page[b-zh4e01jwl4] {
    height: 100vh;
    height: calc(var(--app-vh, 1vh) * 100);
    height: 100dvh;
    overflow: hidden;
    font-family: var(--bs-body-font-family);
    background-color: var(--bs-body-bg);
}

.page.mobile-nav-open[b-zh4e01jwl4] {
    overflow: hidden;
}

.page-fullscreen[b-zh4e01jwl4] {
    width: 100%;
    height: 100vh;
    height: calc(var(--app-vh, 1vh) * 100);
    height: 100dvh;
    overflow: hidden;
}

.page-layout[b-zh4e01jwl4] {
    display: grid;
    grid-template-columns: 16rem 1fr;
    height: 100vh;
    height: calc(var(--app-vh, 1vh) * 100);
    height: 100dvh;
}

.layout-sidebar[b-zh4e01jwl4] {
    padding: 0;
    min-width: 16rem;
    max-width: 16rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--app-vh, 1vh) * 100);
    height: 100dvh;
    position: sticky;
    top: 0;
    align-self: flex-start;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background-color: transparent;
}

.content[b-zh4e01jwl4] {
    height: 100vh;
    height: calc(var(--app-vh, 1vh) * 100);
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    background-image: url("images/Background.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

.menu-button[b-zh4e01jwl4] {
    text-decoration: none;
    color: inherit;
    padding: 0;
}

.menu-button .icon[b-zh4e01jwl4] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.hamburger-button[b-zh4e01jwl4] {
    display: none;
    padding-left: 0;
}

.nav-buttons-container[b-zh4e01jwl4] {
    color: #dfeef2;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 1rem;
    /* margin: 0 -1.5rem 1.5rem; */
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.main-content[b-zh4e01jwl4] {
    position: relative;
}

.member-pill[b-zh4e01jwl4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.20rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
    line-height: 1.2;
}

.member-pill span:first-child[b-zh4e01jwl4] {
    font-weight: 500;
}

.member-pill .member-type[b-zh4e01jwl4] {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

.member-pill-button[b-zh4e01jwl4] {
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.member-pill-button:hover[b-zh4e01jwl4],
.member-pill-button:focus[b-zh4e01jwl4] {
    background: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.hamburger-lines[b-zh4e01jwl4] {
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background-color: currentColor;
    transition: background-color 0.2s ease;
}

.hamburger-lines[b-zh4e01jwl4]::before,
.hamburger-lines[b-zh4e01jwl4]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.25s ease;
}

.hamburger-lines[b-zh4e01jwl4]::before {
    transform: translateY(-6px);
}

.hamburger-lines[b-zh4e01jwl4]::after {
    transform: translateY(6px);
}

.hamburger-lines.active[b-zh4e01jwl4] {
    background-color: transparent;
}

.hamburger-lines.active[b-zh4e01jwl4]::before {
    transform: rotate(45deg);
}

.hamburger-lines.active[b-zh4e01jwl4]::after {
    transform: rotate(-45deg);
}

.icon-back[b-zh4e01jwl4] {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    margin-top: .15rem;
}

.icon-log-out[b-zh4e01jwl4] {
    -webkit-mask-image: url("images/Logout.svg");
    mask-image: url("images/Logout.svg");
    margin-top: .15rem;
    opacity: .8;
}

.button-link[b-zh4e01jwl4] {
    text-decoration: none;
    color: inherit;
}

.back-button[b-zh4e01jwl4],
.logout-button[b-zh4e01jwl4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #dfeef2;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.15rem 0.35rem;
}

.back-button:hover[b-zh4e01jwl4],
.back-button:focus[b-zh4e01jwl4],
.logout-button:hover[b-zh4e01jwl4],
.logout-button:focus[b-zh4e01jwl4] {
    color: #ffffff;
    text-decoration: none;
}

.logout-button[b-zh4e01jwl4] {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .page-layout[b-zh4e01jwl4] {
        grid-template-columns: 1fr;
        position: relative;
    }

    .layout-sidebar[b-zh4e01jwl4] {
        grid-row: 1;
        min-width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        height: auto;
        position: absolute;
        top: calc(64px + 1.5rem);
        left: 1rem;
        right: 1rem;
        max-height: 0;
        overflow: hidden;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        transition: max-height 0.35s ease, opacity 0.2s ease;
        opacity: 0;
        z-index: 15;
        border-radius: 16px;
    }

    .layout-sidebar.mobile-open[b-zh4e01jwl4] {
        max-height: calc(100vh - (64px + 2.5rem));
        max-height: calc((var(--app-vh, 1vh) * 100) - (64px + 2.5rem));
        max-height: calc(100dvh - (64px + 2.5rem));
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.45);
        opacity: 1;
        background: rgba(2, 9, 14, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .hamburger-button[b-zh4e01jwl4] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-shell[b-ojcobn6qio] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex: 1;
    padding: 2rem 1.75rem 2.75rem;
    color: #fff;
    /* background-color: #020e16; */
    background-image: url("images/Background.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.nav-shell[b-ojcobn6qio]::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(2, 9, 14, 0.8) 0%, rgba(2, 9, 14, 0.95) 70%, rgba(2, 9, 14, 0.98) 100%); */
    z-index: 0;
}

.nav-shell > *[b-ojcobn6qio] {
    position: relative;
    z-index: 1;
}

.nav-header[b-ojcobn6qio] {
    text-align: center;
    margin-bottom: 2rem;
}

.nav-logo[b-ojcobn6qio] {
    max-width: 140px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.nav-links[b-ojcobn6qio] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: auto;
}

.nav-shell .nav-link[b-ojcobn6qio] {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.025em;
    padding: 0.75rem 0;
    transition: color 0.2s ease;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.nav-shell .nav-link:hover[b-ojcobn6qio] {
    color: #62e4ff !important;
}

.nav-shell .nav-link.active[b-ojcobn6qio] {
    color: #62e4ff !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
}

.icon-back[b-ojcobn6qio] {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    margin-top: .15rem;
}

.button-link[b-ojcobn6qio] {
    text-decoration: none;
    color: inherit;
}

.back-button[b-ojcobn6qio] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #dfeef2;
    font-weight: 600;
    text-decoration: none;
}

.back-button:hover[b-ojcobn6qio],
.back-button:focus[b-ojcobn6qio] {
    color: #ffffff;
    text-decoration: none;
}

.nav-footer[b-ojcobn6qio] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.nav-footer-item[b-ojcobn6qio] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.avatar-settings-link[b-ojcobn6qio] {
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
}

.avatar-settings-link:hover .nav-avatar[b-ojcobn6qio] {
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.avatar-settings-link.active .nav-avatar[b-ojcobn6qio] {
    border-color: #5cd5ff;
    box-shadow: 0 0 0 2px rgba(92, 213, 255, 0.3);
}

.nav-avatar[b-ojcobn6qio] {
    width: 70px;
    height: 70px;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    position: relative;
    transition: all 0.2s ease;
}

.nav-avatar img[b-ojcobn6qio] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nav-avatar.curator[b-ojcobn6qio] {
    cursor: pointer;
}

.nav-avatar.viewer[b-ojcobn6qio] {
    border-color: rgba(255, 255, 255, 0.25);
    opacity: 0.9;
    cursor: default;
}

.readonly-avatar[b-ojcobn6qio] {
    pointer-events: none;
    opacity: 0.9;
    text-transform: uppercase;
}

.nav-footer-label[b-ojcobn6qio] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.7);
}

.viewer-label[b-ojcobn6qio] {
    color: rgba(255, 255, 255, 0.55);
}

.settings-badge[b-ojcobn6qio] {
    position: absolute;
    bottom: -2px;
    right: 1px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .nav-shell[b-ojcobn6qio] {
        min-height: auto;
        padding: 1.5rem 1.25rem 2rem;
        background-attachment: scroll;
        background-size: cover;
    }

    .nav-logo[b-ojcobn6qio] {
        max-width: 120px;
    }
}
