body {
    /*font-family: 'Roboto Mono', monospace;*/
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #383940;
}

/* Arabic / right-to-left layout */
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .site-navbar-inner,
html[dir="rtl"] .site-navbar-collapse,
html[dir="rtl"] .site-account-area,
html[dir="rtl"] .site-language-menu .dropdown-item,
html[dir="rtl"] .site-footer-brand,
html[dir="rtl"] .site-footer-bottom,
html[dir="rtl"] .site-language-suggestion,
html[dir="rtl"] .account-language-form {
    direction: rtl;
}

html[dir="rtl"] .dropdown-menu-end {
    right: auto;
    left: 0;
    text-align: right;
}

html[dir="rtl"] .site-brand {
    margin-right: 0;
    margin-left: clamp(24px, 3vw, 54px);
}

html[dir="rtl"] .site-nav-links {
    margin-right: 0 !important;
    margin-left: auto !important;
}

html[dir="rtl"] .site-account-area {
    margin-right: 14px;
    margin-left: 0;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
html[dir="rtl"] .form-control,
html[dir="rtl"] .form-select {
    text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="url"],
html[dir="rtl"] input[name="phone"],
html[dir="rtl"] code,
html[dir="rtl"] pre,
html[dir="rtl"] .site-footer-email {
    direction: ltr;
    text-align: left;
    unicode-bidi: isolate;
}

html[dir="rtl"] video,
html[dir="rtl"] .custom-video-shell,
html[dir="rtl"] .custom-video-ui,
html[dir="rtl"] .custom-video-controls,
html[dir="rtl"] .custom-video-progress-shell,
html[dir="rtl"] .live-player-shell,
html[dir="rtl"] .watch-player-shell {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] img,
html[dir="rtl"] video,
html[dir="rtl"] iframe {
    transform: none;
}

html[dir="rtl"] .cinema-back-link span,
html[dir="rtl"] .team-member-arrow,
html[dir="rtl"] [data-inline-video-back] svg {
    transform: scaleX(-1);
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .videos-sidebar {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

html[dir="rtl"] .videos-sidebar-link.active {
    box-shadow: inset -3px 0 var(--videos-accent);
}

html[dir="rtl"] .videos-sidebar-label,
html[dir="rtl"] .videos-sidebar-community p {
    letter-spacing: 0;
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .videos-sidebar {
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    html[dir="rtl"] .videos-sidebar-link.active {
        box-shadow: inset 0 -2px var(--videos-accent);
    }
}

@media (max-width: 1199.98px) {
    html[dir="rtl"] .site-brand {
        margin-left: 0;
    }

    html[dir="rtl"] .site-nav-links {
        margin-left: 0 !important;
    }

    html[dir="rtl"] .site-nav-links .nav-link {
        text-align: right;
    }

    html[dir="rtl"] .site-nav-links .nav-link::after {
        right: 2px;
        left: auto;
    }

    html[dir="rtl"] .site-account-area {
        margin-right: 0;
    }
}

/* Language navigation */
.site-language-picker {
    flex: 0 0 auto;
}

.site-language-button {
    display: inline-flex;
    min-width: 68px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #f4f4f5;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #1c1d21;
}

.site-language-button:hover,
.site-language-button:focus,
.site-language-button[aria-expanded="true"] {
    color: #fff;
    border-color: rgba(255, 193, 7, 0.55);
    background: #24252a;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.site-language-button strong {
    font-size: 0.72rem;
}

.site-language-menu {
    min-width: 190px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #18191d;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
}

.site-language-menu form {
    margin: 0;
}

.site-language-menu .dropdown-item {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 12px;
    color: #d9d9dc;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.site-language-menu .dropdown-item:hover,
.site-language-menu .dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.site-language-menu .dropdown-item.active {
    color: #111216;
    background: #ffc107;
}

.site-language-menu .dropdown-item small {
    color: inherit;
    font-size: 0.65rem;
    font-weight: 800;
}

.site-language-suggestion {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px max(20px, calc((100vw - 1480px) / 2));
    color: #f8f8f9;
    border-bottom: 1px solid rgba(255, 193, 7, 0.35);
    background: #202126;
}

.site-language-suggestion > div:first-child {
    min-width: 0;
}

.site-language-suggestion strong,
.site-language-suggestion span {
    display: block;
}

.site-language-suggestion strong {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.site-language-suggestion span {
    color: #aeb0b6;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
}

.site-language-suggestion-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.site-language-suggestion-actions form {
    margin: 0;
}

.site-language-suggestion-primary,
.site-language-suggestion-secondary {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 6px;
}

.site-language-suggestion-primary {
    color: #111216;
    background: #ffc107;
}

.site-language-suggestion-secondary {
    color: #e6e6e8;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
}

.account-language-card:hover {
    transform: none;
}

.account-language-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 20px;
}

.account-language-form .form-select {
    min-height: 44px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    background-color: #292a2f;
}

.account-language-form .btn {
    min-height: 44px;
    border-radius: 7px;
    font-size: 0.74rem;
    font-weight: 800;
}

.auth-country-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    color: #fff;
    background: #24252a;
}

.auth-country-display span {
    color: #ffc107;
    font-size: 0.72rem;
    font-weight: 800;
}

.account-country-card:hover {
    transform: none;
}

.account-overview-card .account-country-name {
    display: block;
    margin: 18px 0 12px;
    color: #fff;
    font-size: 1.15rem;
}

.account-spoken-languages-card {
    grid-column: 1 / -1;
    min-height: 0;
}

.account-spoken-languages-card:hover {
    transform: none;
}

.account-spoken-languages-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
}

.account-spoken-languages-heading h2 {
    margin: 0 0 9px;
}

.account-spoken-languages-heading p {
    max-width: 700px;
    margin: 0;
}

.account-spoken-languages-heading > strong {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.28);
    border-radius: 6px;
    background: rgba(255, 193, 7, 0.07);
    font-size: 0.64rem;
    text-transform: uppercase;
}

.account-spoken-languages-form {
    margin-top: 24px;
}

.account-spoken-languages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.account-spoken-language-option {
    display: flex;
    min-width: 0;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #222328;
    transition: border-color 150ms ease, background-color 150ms ease;
}

.account-spoken-language-option:hover,
.account-spoken-language-option:focus-within {
    border-color: rgba(255, 193, 7, 0.38);
    background: #26272c;
}

.account-spoken-language-option.is-required {
    cursor: default;
    border-color: rgba(255, 193, 7, 0.28);
    background: rgba(255, 193, 7, 0.06);
}

.account-spoken-language-option input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    accent-color: #ffc107;
}

.account-spoken-language-option input:disabled {
    cursor: default;
    opacity: 1;
}

.account-spoken-language-option span,
.account-spoken-language-option strong,
.account-spoken-language-option small {
    display: block;
    min-width: 0;
}

.account-spoken-language-option strong {
    color: #f2f2f4;
    font-size: 0.8rem;
}

.account-spoken-language-option small {
    margin-top: 3px;
    color: #b99738;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.63rem;
    line-height: 1.35;
}

.account-spoken-languages-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.account-spoken-languages-footer p {
    max-width: 650px;
    margin: 0;
    font-size: 0.75rem;
}

.account-spoken-languages-footer .btn {
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 18px;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 7px;
}

@media (max-width: 1199.98px) {
    .site-account-area {
        align-items: stretch;
        flex-direction: column;
    }

    .site-language-button,
    .site-language-menu,
    .site-login-button,
    .site-signup-button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .site-language-suggestion {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 15px 18px;
    }

    .site-language-suggestion-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-language-suggestion-actions button {
        width: 100%;
        height: 100%;
    }

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

    .account-spoken-languages-heading,
    .account-spoken-languages-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .account-spoken-languages-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .account-spoken-languages-footer .btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .account-spoken-languages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    #navbarMain {
        max-height: calc(100vh - 64px);
        padding-top: 12px;
        padding-bottom: 12px;
        overflow-y: auto;
    }
}

.home-page,
.playverse-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

/* Videos */
.videos-body {
    background: #0f1012;
}

.videos-page {
    --videos-accent: #ffc107;
    --videos-panel: #17181b;
    --videos-muted: #a6a7ad;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #f5f5f7;
    background: #0f1012;
}

.videos-shell {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    min-height: calc(100svh - 56px);
}

.videos-sidebar {
    position: sticky;
    top: 0;
    align-self: start;
    height: 100svh;
    padding: 30px 18px 24px;
    overflow-y: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: #111214;
}

@media (min-width: 768px) {
    .videos-page {
        overflow-x: clip;
    }
}

.videos-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 8px 30px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.videos-sidebar-brand:hover {
    color: #fff;
}

.videos-sidebar-brand-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    color: #141414;
    border-radius: 10px;
    background: var(--videos-accent);
}

.videos-sidebar-brand-icon svg {
    width: 22px;
    fill: currentColor;
}

.videos-sidebar-nav {
    display: grid;
    gap: 5px;
}

.videos-sidebar-link {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    padding: 10px 13px;
    color: #b7b8bd;
    font-size: 0.86rem;
    text-decoration: none;
    border-radius: 10px;
    transition: color 140ms ease, background-color 140ms ease;
}

.videos-sidebar-link svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.videos-sidebar-link:first-child svg,
.videos-sidebar-link.active svg {
    fill: currentColor;
    stroke-width: 0;
}

.videos-sidebar-link:hover,
.videos-sidebar-link:focus,
.videos-sidebar-link.active {
    color: #fff;
    background: #242529;
}

.videos-sidebar-link.active {
    box-shadow: inset 3px 0 var(--videos-accent);
}

.videos-sidebar-divider {
    height: 1px;
    margin: 22px 8px;
    background: rgba(255, 255, 255, 0.09);
}

.videos-sidebar-label,
.videos-sidebar-community p {
    margin: 0 12px 11px;
    color: #6f7076;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.videos-sidebar-community {
    margin: 28px 10px 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.videos-sidebar-community p {
    margin-left: 2px;
}

.videos-sidebar-community a {
    display: flex;
    justify-content: space-between;
    padding: 6px 2px;
    color: #999a9f;
    font-size: 0.78rem;
    text-decoration: none;
}

.videos-sidebar-community a:hover {
    color: #fff;
}

.videos-content {
    min-width: 0;
}

.videos-page.is-list-mode .videos-watch-view {
    display: none;
}

.videos-page.is-watch-mode .videos-list-view {
    display: none;
}

.entertainment-search-bar {
    position: sticky;
    top: 0;
    z-index: 12;
    padding: 14px 0 18px;
    background: linear-gradient(180deg, #0f1012 72%, rgba(15, 16, 18, 0));
}

.entertainment-search-shell {
    display: grid;
    width: min(1040px, 100%);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    margin: 0 auto;
    padding: 0 8px;
}

.entertainment-search-form {
    position: relative;
    width: min(680px, 100%);
    margin: 0 auto;
    padding: 0;
}

.entertainment-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 7px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(25, 26, 30, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.entertainment-search-input-wrap > svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: #8f9097;
}

.entertainment-search-input-wrap input {
    min-width: 0;
    flex: 1 1 auto;
    color: #fff;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.92rem;
}

.entertainment-search-input-wrap input::placeholder {
    color: #77787f;
}

.entertainment-search-input-wrap button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    color: #111;
    border: 0;
    border-radius: 50%;
    background: var(--videos-accent);
}

.entertainment-search-input-wrap button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.entertainment-search-results {
    position: absolute;
    top: calc(100% + 10px);
    right: 8px;
    left: 8px;
    z-index: 30;
    max-height: min(620px, 72vh);
    overflow: auto;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(18, 19, 23, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(12px);
}

.entertainment-channel-account {
    position: relative;
}

.entertainment-channel-account-button {
    display: flex;
    max-width: 260px;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(25, 26, 30, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.entertainment-channel-account-button:hover,
.entertainment-channel-account-button:focus,
.entertainment-channel-account-button.show {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: #232429;
}

.entertainment-channel-account-button img {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
    background: #2a2b30;
}

.entertainment-channel-account-button span {
    overflow: hidden;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entertainment-channel-account-menu {
    min-width: 245px;
    margin-top: 10px !important;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: #1b1c20;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.entertainment-channel-account-heading {
    padding: 10px 12px 8px;
}

.entertainment-channel-account-heading small,
.entertainment-channel-account-heading strong {
    display: block;
}

.entertainment-channel-account-heading small {
    margin-bottom: 4px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.entertainment-channel-account-heading strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 0.78rem;
}

.entertainment-channel-account-action-row + .entertainment-channel-account-action-row {
    margin-top: 8px;
}

.entertainment-channel-account-menu .dropdown-item {
    padding: 9px 12px;
    color: #c3c4c9;
    font-size: 0.72rem;
    border-radius: 6px;
}

.entertainment-channel-account-menu .dropdown-item:hover,
.entertainment-channel-account-menu .dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.entertainment-channel-account-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.entertainment-channel-account-action {
    color: #111 !important;
    font-weight: 800;
    text-align: center;
    background: var(--videos-accent);
}

.entertainment-channel-account-action:hover,
.entertainment-channel-account-action:focus {
    color: #111 !important;
    background: #ffd34e !important;
}

.entertainment-channel-account-item img {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
    background: #2a2b30;
}

.entertainment-channel-account-item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entertainment-channel-account-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.09);
}

.entertainment-search-results[hidden] {
    display: none;
}

.entertainment-search-group {
    display: grid;
    gap: 6px;
}

.entertainment-search-group + .entertainment-search-group {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.entertainment-search-group > span {
    padding: 0 8px 3px;
    color: var(--videos-accent);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.entertainment-search-result {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    gap: 11px;
    align-items: center;
    padding: 8px 12px 8px 8px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.entertainment-search-result:hover,
.entertainment-search-result:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.entertainment-search-result img {
    width: 58px;
    height: 42px;
    object-fit: cover;
    border-radius: 8px;
    background: #0f1012;
}

.entertainment-search-result-copy {
    min-width: 0;
}

.entertainment-search-result-copy strong,
.entertainment-search-result-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entertainment-search-result-copy strong {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.entertainment-search-result-copy small {
    margin-top: 3px;
    color: #8d8e95;
    font-size: 0.68rem;
}

.entertainment-search-result-type {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: var(--videos-accent);
    justify-self: end;
}

.entertainment-search-result-type svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.entertainment-search-empty {
    padding: 24px 12px;
    color: #8d8e95;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.entertainment-search-page-heading {
    padding: 28px 0 20px;
}

.entertainment-search-page-inner {
    width: 100%;
    padding: 0 clamp(24px, 3.5vw, 44px) 70px;
}

.entertainment-search-page-heading h1 {
    max-width: 980px;
    margin: 8px 0 0;
    font-size: clamp(2rem, 5vw, 4rem);
    overflow-wrap: anywhere;
}

.entertainment-search-section {
    padding: 24px 0 44px;
}

.entertainment-channel-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.entertainment-channel-result {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #1a1b1f;
    color: #fff;
    text-decoration: none;
}

.entertainment-channel-result:hover,
.entertainment-channel-result:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1e23;
}

.entertainment-channel-result img {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
}

.entertainment-channel-result h3 {
    overflow: hidden;
    margin: 0;
    font-size: 0.92rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entertainment-channel-result > div {
    min-width: 0;
}

.entertainment-channel-result p {
    margin: 5px 0 0;
    color: #87888f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.channel-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(20px, 4vw, 36px);
    width: min(1480px, 100%);
    min-height: 260px;
    overflow: hidden;
    margin: 10px auto 0;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 16px;
    background: #191a1f;
}

.channel-page .videos-content {
    padding: 0 clamp(24px, 4vw, 64px) 70px;
}

.channel-page .entertainment-search-bar {
    margin-right: calc(clamp(24px, 4vw, 64px) * -1);
    margin-left: calc(clamp(24px, 4vw, 64px) * -1);
    padding-right: clamp(24px, 4vw, 64px);
    padding-left: clamp(24px, 4vw, 64px);
}

.channel-hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 193, 7, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
    pointer-events: none;
}

.channel-hero-avatar {
    position: relative;
    z-index: 1;
    width: clamp(96px, 16vw, 150px);
    height: clamp(96px, 16vw, 150px);
    flex: 0 0 auto;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #0f1012;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.channel-hero-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.channel-hero-copy h1 {
    overflow-wrap: anywhere;
    margin: 8px 0;
    font-size: clamp(2.1rem, 6vw, 4.8rem);
    line-height: 0.95;
}

.channel-hero-copy p {
    margin: 0;
    color: #a1a2a8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.88rem;
}

.channel-videos {
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: 34px 0 70px;
}

.videos-hero {
    position: relative;
    display: flex;
    min-height: min(68svh, 690px);
    align-items: flex-end;
    overflow: hidden;
    background: #1a1b1e;
}

.videos-hero-image,
.videos-hero-overlay {
    position: absolute;
    inset: 0;
}

.videos-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
}

.videos-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.94) 0%, rgba(8, 9, 11, 0.62) 44%, rgba(8, 9, 11, 0.08) 78%),
        linear-gradient(0deg, #0f1012 0%, rgba(15, 16, 18, 0.02) 44%);
}

.videos-hero-content {
    position: relative;
    z-index: 1;
    width: min(670px, 72%);
    padding: 72px clamp(30px, 5vw, 76px);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.66);
}

.videos-eyebrow {
    display: block;
    color: var(--videos-accent);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.videos-hero h1 {
    max-width: 620px;
    margin: 16px 0 18px;
    font-size: clamp(2.8rem, 5.2vw, 5.35rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.videos-hero p {
    max-width: 610px;
    margin-bottom: 28px;
    color: #d6d6da;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.65;
}

.videos-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    color: #111;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    background: var(--videos-accent);
}

.videos-hero-button:hover,
.videos-hero-button:focus {
    color: #111;
    background: #ffd145;
}

.videos-hero-button svg {
    width: 19px;
    fill: currentColor;
}

.videos-filter-bar {
    display: flex;
    gap: 10px;
    padding: 20px clamp(24px, 4vw, 64px);
    overflow-x: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #111214;
    scrollbar-width: none;
}

.videos-filter-bar::-webkit-scrollbar {
    display: none;
}

.videos-filter {
    flex: 0 0 auto;
    padding: 9px 15px;
    color: #aaaab0;
    font-size: 0.76rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: #1b1c1f;
}

.videos-filter.active {
    color: #111;
    border-color: var(--videos-accent);
    background: var(--videos-accent);
}

.videos-filter:hover,
.videos-filter:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.videos-filter.active:hover,
.videos-filter.active:focus {
    color: #111;
    border-color: var(--videos-accent);
}

.videos-library {
    padding: 56px clamp(24px, 4vw, 64px) 80px;
}

.videos-section-heading {
    display: flex;
    max-width: 1480px;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin: 0 auto 30px;
}

.videos-section-heading h2,
.watch-suggestions-heading h2 {
    margin: 9px 0 0;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0;
}

.videos-section-heading p {
    max-width: 430px;
    margin: 0;
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.5;
}

.videos-grid {
    display: grid;
    width: 100%;
    max-width: 1480px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 22px;
    margin: 0 auto;
}

.video-card {
    min-width: 0;
}

.video-card-link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.video-card-link:hover {
    color: #fff;
}

.video-card-thumbnail {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 11px;
    background: #25262a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.video-card-thumbnail img,
.suggested-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.video-duration-badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}

.video-duration-badge-small {
    right: 6px;
    bottom: 6px;
    padding: 2px 5px;
    font-size: 0.62rem;
}

.video-new-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    color: #111;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 6px;
    background: var(--videos-accent);
}

.video-new-badge-small {
    padding: 5px 7px;
    font-size: 0.55rem;
}

.video-age-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    border-radius: 6px;
    background: #d83b4c;
}

.video-age-badge-small {
    padding: 5px 7px;
    font-size: 0.55rem;
}

.video-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: -1px 0 8px;
}

.video-card-badges-small {
    gap: 5px;
    margin: -1px 0 7px;
}

.video-card-play,
.suggested-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: var(--videos-accent);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
    opacity: 0;
    transform: translate(-50%, -45%) scale(0.88);
    transition: opacity 180ms ease, transform 180ms ease;
}

.video-card-play svg,
.suggested-video-play svg {
    width: 23px;
    margin-left: 2px;
    fill: currentColor;
}

.video-card-link:hover .video-card-thumbnail img,
.video-card-link:focus .video-card-thumbnail img,
.suggested-video-card a:hover img,
.suggested-video-card a:focus img {
    filter: brightness(0.72);
    transform: scale(1.035);
}

.video-card-link:hover .video-card-play,
.video-card-link:focus .video-card-play,
.suggested-video-card a:hover .suggested-video-play,
.suggested-video-card a:focus .suggested-video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-card-details {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 2px 0;
}

.video-channel-avatar {
    width: 39px;
    height: 39px;
    /*padding: 5px;*/
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: #25262a;
}

.video-card-copy h3,
.suggested-video-copy h3 {
    display: -webkit-box;
    margin: 0 0 7px;
    overflow: hidden;
    color: #f4f4f6;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-card-copy p,
.video-card-copy small,
.suggested-video-copy p,
.suggested-video-copy small {
    display: block;
    margin: 0;
    color: #929399;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.45;
}

.creator-studio-page .videos-content {
    display: grid;
    align-content: start;
    padding: 0 clamp(24px, 4vw, 64px) 70px;
    gap: 28px;
}

.creator-studio-page .entertainment-search-bar {
    margin-right: calc(clamp(24px, 4vw, 64px) * -1);
    margin-left: calc(clamp(24px, 4vw, 64px) * -1);
    padding-right: clamp(24px, 4vw, 64px);
    padding-left: clamp(24px, 4vw, 64px);
}

.creator-studio-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 205, 35, 0.2), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.creator-studio-hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
}

.creator-studio-hero p,
.creator-studio-empty p {
    max-width: 620px;
    margin: 0;
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.55;
}

.creator-studio-alert {
    margin: 0;
}

.creator-studio-primary-button,
.creator-studio-secondary-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.creator-studio-primary-button {
    color: #111;
    background: var(--videos-accent);
    box-shadow: 0 14px 32px rgba(255, 194, 15, 0.18);
}

.creator-studio-primary-button:hover,
.creator-studio-primary-button:focus {
    color: #111;
    background: #ffd84d;
}

.creator-studio-secondary-button {
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

.creator-studio-secondary-button:hover,
.creator-studio-secondary-button:focus {
    color: #fff;
    border-color: rgba(255, 205, 35, 0.55);
    background: rgba(255, 205, 35, 0.1);
}

.creator-studio-empty,
.creator-upload-card,
.creator-video-manager {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(19, 20, 24, 0.86);
}

.creator-studio-empty {
    display: grid;
    place-items: center;
    gap: 14px;
    min-height: 360px;
    text-align: center;
}

.creator-studio-empty h2 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
}

.creator-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 24px;
}

.creator-form-main,
.creator-form-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.creator-field {
    display: grid;
    gap: 9px;
    margin: 0;
}

.creator-field span {
    color: #f5f5f5;
    font-size: 0.86rem;
    font-weight: 800;
}

.creator-field small {
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
    line-height: 1.4;
}

.creator-field input,
.creator-field textarea,
.creator-field select {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.92rem;
}

.creator-field textarea {
    min-height: 220px;
    resize: vertical;
}

.creator-field select {
    padding-right: 42px;
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, #ffc107 50%) calc(100% - 20px) 52% / 7px 7px no-repeat,
        linear-gradient(135deg, #ffc107 50%, transparent 50%) calc(100% - 15px) 52% / 7px 7px no-repeat,
        rgba(255, 255, 255, 0.06);
}

.creator-field input[type="file"] {
    padding: 8px;
}

.creator-field input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 12px;
    padding: 0 12px;
    color: #111;
    border: 0;
    border-radius: 7px;
    background: var(--videos-accent);
    font-weight: 800;
}

.creator-field input:focus,
.creator-field textarea:focus,
.creator-field select:focus {
    border-color: rgba(255, 205, 35, 0.72);
    box-shadow: 0 0 0 3px rgba(255, 205, 35, 0.12);
}

.creator-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.creator-upload-progress-copy {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.creator-video-manager-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.creator-video-manager-heading h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
}

.creator-video-manager-heading > span {
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.creator-video-list {
    display: grid;
    gap: 14px;
}

.creator-video-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto auto;
    gap: 18px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
}

.creator-video-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    background: #24252a;
}

.creator-video-copy {
    min-width: 0;
}

.creator-video-copy h3 {
    display: -webkit-box;
    margin: 0 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.creator-video-copy p {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
}

.creator-video-copy p img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.creator-video-copy p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creator-video-copy small {
    display: block;
    margin-top: 8px;
    color: #ff9ca8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
    line-height: 1.4;
}

.creator-video-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    min-width: 160px;
}

.creator-video-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    color: #d9d9de;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.7rem;
    font-weight: 800;
}

.creator-video-meta .creator-video-status-ready {
    color: #121212;
    background: var(--videos-accent);
}

.creator-video-meta .creator-video-status-failed {
    color: #fff;
    background: #d83b4c;
}

.creator-video-actions {
    display: flex;
    justify-content: flex-end;
    min-width: 110px;
}

.creator-video-actions a,
.creator-video-actions span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #f3f3f5;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.creator-video-actions a:hover,
.creator-video-actions a:focus {
    color: #111;
    border-color: transparent;
    background: var(--videos-accent);
}

.videos-empty-state {
    max-width: 620px;
    margin: 80px auto;
    text-align: center;
}

.videos-empty-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    place-items: center;
    color: var(--videos-accent);
    border-radius: 50%;
    background: #242529;
}

.videos-empty-icon svg {
    width: 36px;
    fill: currentColor;
}

.videos-empty-state h2 {
    font-weight: 700;
}

.videos-empty-state p {
    color: var(--videos-muted);
    font-family: system-ui, -apple-system, sans-serif;
}

/* Entertainment home */
.entertainment-page {
    background: #0f1012;
}

.entertainment-hero {
    position: relative;
    display: flex;
    min-height: min(74svh, 760px);
    align-items: flex-end;
    overflow: hidden;
    background: #17181b;
}

.entertainment-hero-image,
.entertainment-hero-overlay {
    position: absolute;
    inset: 0;
}

.entertainment-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.82);
    transform: scale(1.015);
}

.entertainment-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.95) 0%, rgba(8, 9, 11, 0.62) 48%, rgba(8, 9, 11, 0.08) 82%),
        linear-gradient(0deg, #0f1012 0%, rgba(15, 16, 18, 0.03) 46%);
}

.entertainment-hero-content {
    position: relative;
    z-index: 1;
    width: min(760px, 76%);
    padding: 76px clamp(30px, 5vw, 78px);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.7);
}

.entertainment-hero h1 {
    margin: 16px 0 20px;
    font-size: clamp(3.4rem, 6.8vw, 7rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: 0;
}

.entertainment-hero p {
    max-width: 650px;
    margin-bottom: 30px;
    color: #d0d1d5;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.7;
}

.entertainment-destinations,
.entertainment-latest {
    padding: 76px clamp(24px, 4vw, 64px) 84px;
}

.entertainment-destinations {
    background: #18191d;
}

.entertainment-section-heading {
    max-width: 1480px;
    margin: 0 auto 34px;
}

.entertainment-section-heading h2 {
    max-width: 830px;
    margin: 10px 0 0;
    font-size: clamp(2.25rem, 4.6vw, 4.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.entertainment-destination-grid {
    display: grid;
    max-width: 1480px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 20px;
    margin: 0 auto;
}

.entertainment-destination-card {
    position: relative;
    display: block;
    min-height: 470px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: #232429;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.entertainment-destination-card:hover,
.entertainment-destination-card:focus {
    color: #fff;
}

.entertainment-destination-card > img,
.entertainment-destination-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.entertainment-destination-card > img {
    object-fit: cover;
    transition: filter 240ms ease, transform 240ms ease;
}

.entertainment-destination-overlay {
    background:
        linear-gradient(0deg, rgba(9, 10, 12, 0.98) 0%, rgba(9, 10, 12, 0.66) 48%, rgba(9, 10, 12, 0.04) 82%);
}

.entertainment-destination-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 30px;
}

.entertainment-destination-content small,
.entertainment-destination-content strong,
.entertainment-destination-content > span {
    display: block;
}

.entertainment-destination-content small {
    margin-bottom: 11px;
    color: var(--videos-accent);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.entertainment-destination-content strong {
    padding-right: 54px;
    font-size: clamp(1.45rem, 2.6vw, 2.3rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.entertainment-destination-content > span {
    max-width: 390px;
    margin-top: 13px;
    color: #aaabb0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    line-height: 1.55;
}

.entertainment-destination-content b {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #111;
    font-size: 1.2rem;
    border-radius: 50%;
    background: var(--videos-accent);
    transition: transform 180ms ease;
}

.entertainment-destination-card:hover > img,
.entertainment-destination-card:focus > img {
    filter: brightness(0.82);
    transform: scale(1.035);
}

.entertainment-destination-card:hover b,
.entertainment-destination-card:focus b {
    transform: translateX(4px);
}

/* Games */
.games-page {
    background: #101114;
}

.games-hero,
.game-detail-hero {
    position: relative;
    display: flex;
    min-height: min(68svh, 700px);
    align-items: flex-end;
    overflow: hidden;
    background: #18191d;
}

.games-hero-image,
.games-hero-overlay,
.game-detail-hero-image,
.game-detail-hero-overlay {
    position: absolute;
    inset: 0;
}

.games-hero-image,
.game-detail-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.88);
}

.games-hero-overlay,
.game-detail-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.95) 0%, rgba(8, 9, 11, 0.66) 50%, rgba(8, 9, 11, 0.12) 86%),
        linear-gradient(0deg, #101114 0%, rgba(16, 17, 20, 0.05) 48%);
}

.games-hero-content,
.game-detail-hero-content {
    position: relative;
    z-index: 1;
    width: min(790px, 82%);
    padding: 76px clamp(30px, 5vw, 78px);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.7);
}

.game-detail-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1480px, calc(100% - 48px));
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: end;
    padding: 76px 0;
    margin: 0 auto;
}

.game-detail-hero-layout.has-trailer {
    grid-template-columns: minmax(160px, 230px) minmax(300px, 0.85fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: clamp(22px, 3vw, 38px);
}

.game-detail-hero-layout .game-detail-hero-content {
    min-width: 0;
    width: 100%;
    padding: 0;
}

.game-detail-poster {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.42);
}

.games-hero h1,
.game-detail-hero h1 {
    margin: 16px 0 20px;
    font-size: clamp(3.15rem, 6.2vw, 6.3rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: 0;
}

.game-detail-hero-layout.has-trailer h1 {
    font-size: clamp(2.45rem, 4.6vw, 5rem);
}

.games-hero p,
.game-detail-hero p {
    max-width: 660px;
    color: #d1d2d6;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.7;
}

.game-detail-hero-layout.has-trailer p {
    max-width: 560px;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.6;
}

.games-library,
.game-linked-videos {
    padding: 76px clamp(24px, 4vw, 64px) 84px;
}

.game-trailer-feature {
    align-self: center;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(14, 15, 18, 0.58);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(16px);
}

.game-trailer-copy {
    padding: 14px 4px 2px;
}

.game-trailer-copy span {
    display: block;
    margin-bottom: 6px;
    color: var(--videos-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-trailer-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    font-weight: 700;
    line-height: 1.25;
}

.game-youtube-trailer {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

@media (max-width: 1399.98px) {
    .game-detail-hero-layout.has-trailer {
        grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    }

    .game-detail-hero-layout.has-trailer .game-trailer-feature {
        grid-column: 1 / -1;
        width: min(900px, 100%);
    }
}

.games-grid {
    display: grid;
    width: min(1480px, 100%);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px 22px;
    margin: 0 auto;
}

.game-card {
    display: grid;
    min-width: 0;
    gap: 13px;
    align-content: start;
    color: #fff;
    text-decoration: none;
}

.game-card:hover,
.game-card:focus {
    color: #fff;
}

.game-card img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #202126;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
    transition: filter 240ms ease, transform 240ms ease;
}

.game-card-overlay {
    display: none;
}

.game-card-copy {
    display: grid;
    min-width: 0;
    gap: 9px;
}

.game-card-copy small {
    flex: 0 0 auto;
    padding: 6px 9px;
    color: #111;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
    border-radius: 6px;
    background: var(--videos-accent);
}

.game-card-copy strong {
    font-size: 1rem;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.game-card-copy em {
    min-width: 0;
    color: #f1c84b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.game-card-meta {
    display: flex;
    min-height: 25px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.game-card:hover img,
.game-card:focus img {
    filter: brightness(0.84);
    transform: scale(1.035);
}

.entertainment-latest {
    background: #0f1012;
}

.entertainment-latest-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.entertainment-latest-heading h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.entertainment-latest-heading > a {
    flex: 0 0 auto;
    color: #d4d5d9;
    font-size: 0.76rem;
    text-decoration: none;
}

.entertainment-latest-heading > a:hover {
    color: var(--videos-accent);
}

.entertainment-latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.watch-grid {
    display: grid;
    width: min(1550px, 100%);
    grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
    gap: clamp(28px, 3vw, 48px);
    margin: 0 auto;
    padding: 34px clamp(24px, 4vw, 64px) 80px;
}

.watch-primary {
    min-width: 0;
}

.watch-back-link {
    display: inline-flex;
    gap: 9px;
    margin: 0 0 20px;
    color: #a9aab0;
    font-size: 0.78rem;
    text-decoration: none;
}

.watch-back-link:hover {
    color: #fff;
}

.watch-player-shell {
    position: relative;
}

.custom-video-shell {
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.custom-video-shell:fullscreen,
.custom-video-shell:-webkit-full-screen {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #000;
}

.watch-player {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.custom-video-shell .watch-player {
    border-radius: 0;
}

.custom-video-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: #000;
    pointer-events: none;
}

.custom-video-poster[hidden] {
    display: none;
}

.custom-video-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-video-shell:fullscreen .watch-player,
.custom-video-shell:-webkit-full-screen .watch-player {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

.custom-video-ui {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
    pointer-events: none;
}

.custom-video-shell:fullscreen .custom-video-ui,
.custom-video-shell:-webkit-full-screen .custom-video-ui {
    position: fixed;
    inset: 0;
}

.custom-video-disabled .custom-video-ui {
    display: none;
}

.custom-video-cursor-hidden,
.custom-video-cursor-hidden .watch-player,
.custom-video-cursor-hidden .custom-video-ui {
    cursor: none;
}

.custom-video-center-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: clamp(62px, 8vw, 86px);
    height: clamp(62px, 8vw, 86px);
    place-items: center;
    color: #111;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.custom-video-center-play[hidden] {
    display: none;
}

.custom-video-center-play svg {
    width: 38%;
    height: 38%;
    margin-left: 4px;
    fill: currentColor;
}

.custom-video-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 44px 18px 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: auto;
}

.custom-video-shell:fullscreen .custom-video-controls,
.custom-video-shell:-webkit-full-screen .custom-video-controls {
    padding-right: max(18px, env(safe-area-inset-right));
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    padding-left: max(18px, env(safe-area-inset-left));
}

.custom-video-controls-visible .custom-video-controls,
.custom-video-shell:focus-within .custom-video-controls,
.custom-video-ended .custom-video-controls {
    opacity: 1;
    transform: translateY(0);
}

.custom-video-control-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-video-button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
}

.custom-video-button:hover,
.custom-video-button:focus-visible,
.custom-video-replay:hover,
.custom-video-replay:focus-visible {
    color: #111;
    background: var(--videos-accent);
}

.custom-video-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.custom-video-options {
    position: relative;
    flex: 0 0 auto;
}

.custom-video-options-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    min-width: 190px;
    max-height: min(70vh, 430px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(12, 12, 14, 0.94);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(8px);
}

.custom-video-options-heading {
    display: block;
    padding: 8px 9px 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-video-options-menu[hidden] {
    display: none;
}

.custom-video-toggle-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 8px 9px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    border-radius: 6px;
}

.custom-video-toggle-option:hover {
    background: rgba(255, 255, 255, 0.1);
}

.custom-video-toggle-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-video-toggle {
    position: relative;
    width: 34px;
    height: 20px;
    flex: 0 0 auto;
    order: 2;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transition: background-color 0.16s ease, border-color 0.16s ease;
}

.custom-video-toggle::after {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
    transition: transform 0.16s ease;
}

.custom-video-toggle-option input:checked + .custom-video-toggle {
    border-color: var(--videos-accent);
    background: var(--videos-accent);
}

.custom-video-toggle-option input:checked + .custom-video-toggle::after {
    transform: translate(14px, -50%);
}

.custom-video-toggle-option input:focus-visible + .custom-video-toggle {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.custom-video-quality-panel,
.custom-video-subtitle-panel {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-video-quality-panel[hidden],
.custom-video-subtitle-panel[hidden] {
    display: none;
}

.custom-video-quality-list,
.custom-video-subtitle-list {
    display: grid;
    gap: 2px;
}

.custom-video-quality-option,
.custom-video-subtitle-option {
    display: flex;
    width: 100%;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    padding: 8px 9px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: start;
}

.custom-video-quality-option:hover,
.custom-video-quality-option:focus-visible,
.custom-video-subtitle-option:hover,
.custom-video-subtitle-option:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    outline: 0;
}

.custom-video-quality-option[aria-pressed="true"],
.custom-video-subtitle-option[aria-pressed="true"] {
    color: #111;
    background: #fff;
}

.custom-video-subtitle-option {
    gap: 14px;
}

.custom-video-subtitle-option[aria-pressed="true"]::after {
    flex: 0 0 auto;
    font-weight: 900;
    content: "\2713";
}

.custom-video-subtitles-overlay {
    position: absolute;
    right: 5%;
    bottom: 82px;
    left: 5%;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.28em;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

.custom-video-subtitles-overlay[hidden] {
    display: none;
}

.custom-video-subtitle-cue {
    max-width: 100%;
    padding: 0.12em 0.38em;
    white-space: pre-line;
    overflow-wrap: anywhere;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
}

.custom-video-shell video::cue {
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.3rem;
    line-height: 1.35;
    background: rgba(0, 0, 0, 0.78);
}

.custom-video-shell:fullscreen .custom-video-subtitles-overlay,
.custom-video-shell:-webkit-full-screen .custom-video-subtitles-overlay {
    bottom: max(94px, calc(80px + env(safe-area-inset-bottom)));
    font-size: 1.5rem;
}

@media (min-width: 1200px) {
    .custom-video-subtitles-overlay {
        font-size: 1.65rem;
    }

    .custom-video-shell:fullscreen .custom-video-subtitles-overlay,
    .custom-video-shell:-webkit-full-screen .custom-video-subtitles-overlay {
        font-size: 2rem;
    }
}

.custom-video-progress-shell {
    position: relative;
    display: block;
    width: 100%;
    height: 18px;
    margin-bottom: 8px;
}

.custom-video-progress-shell::before,
.custom-video-buffered,
.custom-video-played {
    position: absolute;
    top: 7px;
    left: 0;
    height: 4px;
    border-radius: 999px;
    content: "";
    pointer-events: none;
}

.custom-video-progress-shell::before {
    right: 0;
    background: rgba(255, 255, 255, 0.22);
}

.custom-video-buffered {
    width: 0%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.48);
}

.custom-video-played {
    width: 0%;
    max-width: 100%;
    background: var(--videos-accent);
}

.custom-video-progress,
.custom-video-volume {
    min-width: 0;
    height: 4px;
    accent-color: var(--videos-accent);
    cursor: pointer;
}

.custom-video-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 18px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    z-index: 1;
}

.custom-video-progress::-webkit-slider-runnable-track {
    height: 18px;
    background: transparent;
}

.custom-video-progress::-moz-range-track {
    height: 18px;
    background: transparent;
}

.custom-video-progress::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    border: 0;
    border-radius: 50%;
    background: var(--videos-accent);
    -webkit-appearance: none;
}

.custom-video-progress::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: var(--videos-accent);
}

.custom-video-volume {
    width: 86px;
}

.custom-video-time {
    flex: 1 1 auto;
    min-width: 90px;
    color: #f7f7f8;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.custom-video-live-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.custom-video-live-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--live-red, #f43f5e);
    box-shadow: 0 0 0 5px rgba(244, 63, 94, 0.18);
}

.custom-video-end-screen {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(18px, 3vw, 30px);
    background: rgba(5, 5, 7, 0.88);
    backdrop-filter: blur(6px);
    pointer-events: auto;
}

.custom-video-end-screen[hidden] {
    display: none;
}

.custom-video-end-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.custom-video-end-header strong {
    font-size: clamp(1rem, 2vw, 1.35rem);
}

.custom-video-replay {
    padding: 8px 14px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.custom-video-end-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    overflow: auto;
}

.custom-video-end-card {
    display: block;
    min-width: 0;
    color: #fff;
    text-decoration: none;
}

.custom-video-end-card .suggested-video-thumbnail {
    margin-bottom: 8px;
}

.custom-video-end-card .suggested-video-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.custom-video-end-card .suggested-video-copy p,
.custom-video-end-card .suggested-video-copy small,
.custom-video-end-card .video-card-badges {
    display: none;
}

.watch-player-error {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 28px;
    color: #f3f3f5;
    text-align: center;
    border-radius: 12px;
    background: rgba(8, 8, 10, 0.9);
    backdrop-filter: blur(5px);
}

.watch-player-error[hidden] {
    display: none;
}

.watch-player-error-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: var(--videos-accent);
}

.watch-player-error-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.watch-player-error strong {
    font-size: clamp(1.1rem, 3vw, 1.45rem);
}

.watch-player-error p {
    max-width: 460px;
    margin: 0;
    color: #b8b9be;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
}

.watch-player-error .btn {
    padding: 9px 18px;
    color: #111;
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 999px;
    background: var(--videos-accent);
}

.watch-title-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.watch-title-row h1 {
    margin: 0;
    font-size: clamp(1.35rem, 2.35vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.watch-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.watch-action-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: #f3f3f5;
    font: inherit;
    font-size: 0.76rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: #25262a;
}

.watch-action-button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: currentColor;
}

.watch-action-button:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: #34353a;
}

.watch-action-button.active {
    color: #111;
    border-color: var(--videos-accent);
    background: var(--videos-accent);
}

.watch-action-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.watch-action-button.is-age-locked:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.watch-action-button.active:hover {
    color: #111;
    border-color: #ffd044;
    background: #ffd044;
}

.watch-channel-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
}

.watch-channel-row img {
    width: 45px;
    height: 45px;
    /* padding: 6px; */
    object-fit: cover;
    border-radius: 50%;
    background: #25262a;
}

.watch-channel-row strong,
.watch-channel-row a,
.watch-channel-row span {
    display: block;
}

.watch-channel-row strong {
    font-size: 0.86rem;
}

.watch-channel-name {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.watch-channel-name:hover,
.watch-channel-name:focus-visible {
    color: var(--videos-accent);
}

.watch-channel-name.is-disabled {
    pointer-events: none;
}

.watch-channel-row span,
.watch-channel-row small {
    color: #96979d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
}

.watch-channel-row small {
    margin-left: auto;
    color: var(--videos-accent);
}

.watch-description {
    padding: 20px;
    color: #cacbd0;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: #191a1d;
}

.watch-published-date {
    display: inline-flex;
    gap: 4px;
    margin: 0 0 10px;
    padding: 0;
    color: var(--videos-accent);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.watch-published-date:hover,
.watch-published-date:focus-visible {
    color: #fff;
}

.watch-published-date[hidden] {
    display: none;
}

.watch-game-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 0.82rem;
}

.watch-game-links[hidden] {
    display: none;
}

.watch-game-links > span:first-child {
    color: #85868d;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.watch-game-links > span:last-child {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7px;
}

.watch-game-links a {
    color: #111;
    padding: 5px 9px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    border-radius: 6px;
    background: var(--videos-accent);
}

.watch-game-links a:hover,
.watch-game-links a:focus-visible {
    color: #111;
    background: #ffd044;
}

.watch-status-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 13px;
}

.watch-status-badges[hidden] {
    display: none;
}

.watch-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 6px 10px;
    font-size: 0.62rem;
    font-weight: 850;
    line-height: 1;
    border-radius: 999px;
    white-space: nowrap;
}

.watch-status-badge.is-public,
.watch-status-badge.is-all-ages {
    color: #9ce7b9;
    border: 1px solid rgba(71, 217, 135, 0.22);
    background: rgba(71, 217, 135, 0.08);
}

.watch-status-badge.is-unlisted {
    color: #ffd76d;
    border: 1px solid rgba(255, 193, 7, 0.24);
    background: rgba(255, 193, 7, 0.08);
}

.watch-status-badge.is-private {
    color: #c3c4c9;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.watch-status-badge.is-age-restricted {
    color: #ff9ba5;
    border: 1px solid rgba(241, 109, 121, 0.28);
    background: rgba(241, 109, 121, 0.1);
}

.watch-description p {
    margin: 0;
    white-space: pre-line;
}

.watch-comments {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.watch-comments-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 24px;
}

.watch-comments-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: 0;
}

.watch-comments-heading h2 span {
    color: #888990;
    font-size: 0.85em;
}

.watch-comments-heading > small,
.watch-comment-form-footer small,
.watch-comment-form-footer > span {
    color: #818289;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.watch-engagement-status {
    min-height: 21px;
    margin: 0 0 12px;
    color: #72d99b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
}

.watch-engagement-status.error {
    color: #ff8795;
}

.watch-comment-login,
.watch-comment-limit {
    margin: 0 0 24px;
    padding: 16px 18px;
    color: #b6b7bc;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    background: #191a1d;
}

.watch-comment-login a {
    color: var(--videos-accent);
}

.watch-comment-form {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
    background: #191a1d;
}

.watch-comment-form label {
    display: block;
    margin-bottom: 9px;
    color: #d1d2d6;
    font-size: 0.72rem;
    font-weight: 700;
}

.watch-comment-form textarea {
    display: block;
    width: 100%;
    min-height: 76px;
    padding: 12px 14px;
    resize: vertical;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    outline: 0;
    background: #26272c;
}

.watch-comment-form textarea:focus {
    border-color: var(--videos-accent);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.watch-comment-form-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 13px;
}

.watch-comment-form-footer small {
    margin-right: auto;
}

.watch-comment-form-footer .btn {
    padding: 9px 14px;
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 7px;
    background: var(--videos-accent);
}

.watch-comments-list {
    display: grid;
    gap: 12px;
}

.watch-comment {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: #191a1d;
}

.watch-comment > img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: #25262a;
}

.watch-comment-body {
    min-width: 0;
}

.watch-comment header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.watch-comment strong {
    font-size: 0.78rem;
}

.watch-comment time {
    color: #77787e;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.watch-comment p,
.watch-comments-empty {
    margin: 0;
    color: #bbbcc1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.88rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.watch-comments-empty {
    padding: 28px 18px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.watch-suggestions {
    min-width: 0;
    padding-top: 39px;
}

.watch-suggestions-heading {
    margin-bottom: 22px;
}

.watch-suggestions-heading h2 {
    font-size: 1.5rem;
}

.suggested-video-card {
    margin-bottom: 18px;
}

.suggested-video-card a {
    display: grid;
    grid-template-columns: minmax(130px, 44%) minmax(0, 1fr);
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.suggested-video-thumbnail {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #25262a;
}

.suggested-video-play {
    width: 34px;
    height: 34px;
}

.suggested-video-play svg {
    width: 17px;
}

.suggested-video-copy h3 {
    font-size: 0.78rem;
}

.suggested-video-copy p,
.suggested-video-copy small {
    font-size: 0.7rem;
}

@media (min-width: 1720px) {
    .videos-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .entertainment-latest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .videos-shell {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .videos-sidebar {
        padding-right: 12px;
        padding-left: 12px;
    }

    .videos-sidebar-brand {
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }

    .videos-sidebar-brand > span:last-child,
    .videos-sidebar-link span,
    .videos-sidebar-label,
    .videos-sidebar-divider,
    .videos-sidebar-community {
        display: none;
    }

    .videos-sidebar-link {
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
    }

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

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

    .game-detail-hero-layout.has-trailer {
        grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
    }

    .game-detail-hero-layout.has-trailer .game-trailer-feature {
        grid-column: 1 / -1;
        width: min(860px, 100%);
    }

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

    .entertainment-search-shell {
        width: 100%;
    }

    .entertainment-search-form {
        width: 100%;
    }

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

    .watch-suggestions {
        padding-top: 8px;
    }

    .entertainment-destination-card {
        min-height: 420px;
    }

    #suggested-videos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 991.98px) {
    .entertainment-destination-grid {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .entertainment-destination-card {
        min-height: 440px;
    }
}

@media (max-width: 767.98px) {
    .videos-shell {
        display: block;
    }

    .videos-sidebar {
        position: sticky;
        top: 0;
        z-index: 20;
        display: flex;
        width: 100%;
        height: auto;
        gap: 5px;
        padding: 8px 12px;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .videos-sidebar-brand,
    .videos-sidebar-divider,
    .videos-sidebar-label,
    .videos-sidebar-community,
    .videos-sidebar-nav:nth-of-type(2) {
        display: none;
    }

    .videos-sidebar-nav {
        display: flex;
        width: 100%;
        justify-content: space-around;
        gap: 4px;
    }

    .videos-sidebar-link {
        min-width: 64px;
        min-height: 44px;
        gap: 5px;
        padding: 6px 9px;
        font-size: 0.62rem;
    }

    .videos-sidebar-link span {
        display: block;
    }

    .videos-sidebar-link.active {
        box-shadow: inset 0 -2px var(--videos-accent);
    }

    .videos-sidebar-link svg {
        width: 18px;
        height: 18px;
    }

    .videos-hero {
        min-height: 620px;
        align-items: end;
    }

    .entertainment-search-bar {
        top: 56px;
        padding: 10px 12px 14px;
    }

    .entertainment-search-shell {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        padding: 0;
    }

    .entertainment-search-form {
        padding: 0;
    }

    .entertainment-channel-account {
        justify-self: stretch;
    }

    .entertainment-channel-account-button {
        width: 100%;
        max-width: none;
        justify-content: center;
        border-radius: 12px;
    }

    .entertainment-channel-account-menu {
        width: 100%;
    }

    .entertainment-search-input-wrap {
        min-height: 44px;
        padding-left: 14px;
    }

    .entertainment-search-results {
        right: 0;
        left: 0;
        max-height: 66vh;
        border-radius: 14px;
    }

    .entertainment-search-page-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .entertainment-search-page-heading {
        padding-top: 20px;
    }

    .entertainment-search-page-heading h1 {
        font-size: clamp(1.7rem, 10vw, 2.8rem);
    }

    .entertainment-search-result {
        grid-template-columns: 52px minmax(0, 1fr) 28px;
    }

    .entertainment-search-result img {
        width: 52px;
        height: 38px;
    }

    .entertainment-channel-results {
        grid-template-columns: 1fr;
    }

    .channel-page .videos-content {
        padding: 0 14px 58px;
    }

    .channel-page .entertainment-search-bar {
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .channel-hero {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        min-height: 0;
        padding: 24px;
        border-radius: 12px;
    }

    .channel-hero-avatar {
        width: 88px;
        height: 88px;
        border-width: 3px;
    }

    .channel-hero-copy h1 {
        font-size: clamp(2rem, 12vw, 3.2rem);
        line-height: 1;
    }

    .channel-videos {
        padding-bottom: 40px;
    }

    .games-hero,
    .game-detail-hero {
        min-height: 620px;
    }

    .game-detail-hero-layout,
    .game-detail-hero-layout.has-trailer {
        grid-template-columns: 1fr;
        align-items: end;
        padding: 48px 0;
    }

    .game-detail-poster {
        width: min(190px, 60vw);
    }

    .game-detail-hero-layout.has-trailer .game-trailer-feature {
        width: 100%;
        grid-column: auto;
        padding: 8px;
        border-radius: 14px;
    }

    .entertainment-hero {
        min-height: 680px;
    }

    .entertainment-hero-image {
        object-position: 64% center;
    }

    .entertainment-hero-overlay {
        background:
            linear-gradient(0deg, #0f1012 3%, rgba(8, 9, 11, 0.65) 62%, rgba(8, 9, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(8, 9, 11, 0.48), transparent);
    }

    .entertainment-hero-content {
        width: 100%;
        padding: 48px 24px;
    }

    .entertainment-hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .entertainment-destinations,
    .entertainment-latest {
        padding: 58px 18px 64px;
    }

    .entertainment-destination-grid,
    .entertainment-latest-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .entertainment-destination-card {
        min-height: 430px;
    }

    .entertainment-latest-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .videos-hero-image {
        object-position: 64% center;
    }

    .videos-hero-overlay {
        background:
            linear-gradient(0deg, #0f1012 3%, rgba(8, 9, 11, 0.58) 58%, rgba(8, 9, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(8, 9, 11, 0.5), rgba(8, 9, 11, 0));
    }

    .videos-hero-content {
        width: 100%;
        padding: 48px 24px;
    }

    .videos-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4rem);
    }

    .videos-section-heading {
        display: block;
    }

    .videos-section-heading p {
        margin-top: 15px;
    }

    .videos-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .videos-library {
        padding-top: 42px;
    }

    .watch-grid {
        padding: 22px 14px 60px;
    }

    .watch-player-shell {
        width: calc(100% + 28px);
        margin-left: -14px;
    }

    .watch-player,
    .watch-player-error {
        border-radius: 0;
    }

    .custom-video-shell {
        border-radius: 0;
    }

    .custom-video-controls {
        padding: 36px 12px 12px;
    }

    .custom-video-options-menu-mobile {
        --videos-accent: #ffc107;
        position: fixed;
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        left: max(12px, env(safe-area-inset-left));
        z-index: 10000;
        width: auto;
        min-width: 0;
        max-height: calc(70vh - env(safe-area-inset-bottom));
        max-height: calc(70dvh - env(safe-area-inset-bottom));
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .custom-video-volume {
        display: none;
    }

    .custom-video-time {
        font-size: 0.72rem;
    }

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

    .watch-title-row {
        display: block;
    }

    .watch-actions {
        justify-content: flex-start;
        margin-top: 16px;
    }

    .watch-comments-heading,
    .watch-comment-form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .watch-comment-form-footer small {
        margin-right: 0;
    }

    .watch-comment-form-footer .btn {
        width: 100%;
    }

    #suggested-videos {
        display: block;
    }
}

/* AI transparency disclaimer */
.ai-disclaimer {
    width: min(520px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    overflow: auto;
    color: #f5f5f7;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #17181c;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

.ai-disclaimer::backdrop {
    background: rgba(5, 6, 8, 0.78);
    backdrop-filter: blur(8px);
}

.ai-disclaimer-accent {
    height: 4px;
    background: linear-gradient(90deg, #e63946 0 25%, #f4c750 25% 50%, #37b87c 50% 75%, #4aa8ff 75%);
}

.ai-disclaimer-content {
    padding: 30px;
}

.ai-disclaimer-label {
    display: block;
    margin-bottom: 10px;
    color: #f4c750;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ai-disclaimer h2 {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: 0;
}

.ai-disclaimer-copy {
    margin-top: 18px;
    color: #b8b9bf;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.65;
}

.ai-disclaimer-copy p {
    margin: 0;
}

.ai-disclaimer-copy p + p {
    margin-top: 11px;
}

.ai-disclaimer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 20px;
}

.ai-disclaimer-links a {
    color: #d8d9dd;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ai-disclaimer-links a:hover,
.ai-disclaimer-links a:focus-visible {
    color: #ffffff;
}

.ai-disclaimer-read-note {
    margin: 22px 0 0;
    color: #f4c750;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.ai-disclaimer-acknowledge {
    width: 100%;
    margin-top: 10px;
    padding: 12px 18px;
    color: #17130a;
    border: 1px solid #f4c750;
    border-radius: 7px;
    background: #f4c750;
    font-size: 0.76rem;
    font-weight: 800;
}

.ai-disclaimer-acknowledge:hover,
.ai-disclaimer-acknowledge:focus-visible {
    color: #17130a;
    border-color: #ffd66b;
    background: #ffd66b;
}

@media (max-width: 575.98px) {
    .ai-disclaimer {
        width: 100%;
        max-width: none;
        max-height: calc(100dvh - 16px);
        margin: auto 0 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 8px 8px 0 0;
    }

    .ai-disclaimer-content {
        padding: 25px 20px calc(22px + env(safe-area-inset-bottom));
    }

    .ai-disclaimer h2 {
        font-size: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .video-card-thumbnail img,
    .suggested-video-thumbnail img,
    .video-card-play,
    .suggested-video-play {
        transition: none;
    }
}

.home-page .row > *,
.playverse-page .row > * {
    min-width: 0;
}

.home-connect a,
.playverse-game-facts span {
    overflow-wrap: anywhere;
}

.playverse-game-facts .playverse-server-address {
    font-size: 0.875rem;
    white-space: nowrap;
}

.home-hero {
    position: relative;
    min-height: min(76svh, 760px);
    overflow: hidden;
    background-color: #262126;
}

.home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(8, 9, 12, 0.5);
    content: "";
}

.home-hero > .container {
    z-index: 2;
}

.home-hero-content {
    max-width: 720px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}

.home-hero-actions {
    margin-bottom: 24px;
}

.home-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero-points span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    color: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(13, 14, 18, 0.54);
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(14px);
}

.home-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: clamp(16px, 2.2vw, 26px);
}

.home-brand-logo {
    width: clamp(88px, 13vw, 150px);
    height: auto;
    flex: 0 0 auto;
    border-radius: 30px;
    object-fit: cover;
}

.home-brand-copy {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: clamp(2.1rem, 5.6vw, 4.7rem);
    font-weight: 800;
    line-height: 0.96;
}

.home-brand-copy > span {
    white-space: nowrap;
}

.home-brand-copy small {
    margin-top: 0.12em;
    color: #fff;
    font-size: 0.42em;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-brand-copy.is-premium-member {
    color: #f4c750;
    text-shadow: 0 0 24px rgba(244, 199, 80, 0.3);
    animation: premiumBrandGlow 3.6s ease-in-out infinite;
}

.home-brand-copy.is-premium-member small {
    color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .home-brand-copy.is-premium-member {
        animation: none;
    }
}

.home-intro,
.home-creator {
    background: #292a30;
}

.home-intro-details dt {
    letter-spacing: 0;
}

.home-experience-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-experience-card:hover,
.home-experience-card:focus {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    transform: translateY(-4px);
}

.home-experience-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.home-creator-image {
    width: min(230px, 70vw);
    aspect-ratio: 1;
    object-fit: cover;
    border: 3px solid #ffc107;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: 70svh;
    }

    .home-hero-image {
        object-position: right center;
    }

    .home-brand-logo {
        width: clamp(76px, 22vw, 112px);
    }

    .home-brand-lockup {
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-experience-card {
        transition: none;
    }

    .home-experience-card:hover,
    .home-experience-card:focus {
        transform: none;
    }
}

.playverse-hero {
    position: relative;
    min-height: min(76svh, 760px);
    overflow: hidden;
    background: #14231a;
}

.playverse-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(4, 12, 8, 0.54);
    content: "";
}

.playverse-hero > .container {
    z-index: 2;
}

.playverse-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.playverse-hero-content {
    max-width: 720px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.playverse-gamerules > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.playverse-gamerules span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: #aeb0b6;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
}

.playverse-gamerules strong {
    color: #fff;
    font-weight: 800;
}

.playverse-protection-note {
    padding: 14px 15px;
    color: #aeb0b6;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    line-height: 1.6;
    border-left: 3px solid #4fbf78;
    border-radius: 6px;
    background: rgba(79, 191, 120, 0.07);
}

.playverse-protection-note > strong {
    display: block;
    margin-bottom: 4px;
    color: #7bdd9e;
    font-size: 0.7rem;
}

.playverse-hero h1,
.playverse-principles dt {
    letter-spacing: 0;
}

.playverse-intro,
.playverse-join {
    background: #292a30;
}

.playverse-experiences {
    background: #34353c;
}

.playverse-game,
.playverse-join-card {
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.playverse-game-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.playverse-game-facts {
    padding: 14px 0;
}

.playverse-server-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

.playverse-copy-ip {
    min-height: 30px;
    padding: 5px 10px;
    color: #101114;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    border: 0;
    border-radius: 7px;
    background: #ffc107;
}

.playverse-copy-ip:hover,
.playverse-copy-ip:focus {
    background: #ffd34e;
}

.playverse-join-card .modal-content {
    text-align: left;
}

@media (max-width: 991.98px) {
    .playverse-game-image {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767.98px) {
    .playverse-hero {
        min-height: 70svh;
    }

    .playverse-hero-image {
        background-position: center center;
    }

    .playverse-hero h1 {
        font-size: 3rem;
    }
}

.navbar-brand.pride-text,
.navbar-brand.halloween-text,
.navbar-brand.christmas-text,
.navbar-brand.valentine-text {
    display: inline-block;
    position: relative;
}

/* =========================
   PRIDE 🌈
========================= */

.pride-text {
    background: linear-gradient(
        90deg,
        #ff0000,
        #ff8800,
        #ffee00,
        #00cc44,
        #0099ff,
        #aa00ff,
        #ff0000,
        #ff8800,
        #ffee00,
        #00cc44,
        #0099ff,
        #aa00ff
    );

    background-size: 200% 100%;

    animation: prideFlow 4s linear infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes prideFlow {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 100% center;
    }
}

/* =========================
   HALLOWEEN 🎃
========================= */

.halloween-text {
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ff9500,
        #ff2d55,
        #6a00ff
    );

    text-shadow:
        0 0 10px rgba(255, 106, 0, 0.8),
        0 0 20px rgba(255, 106, 0, 0.5),
        0 0 40px rgba(255, 45, 85, 0.3);

    animation: halloweenGlow 2s ease-in-out infinite alternate;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes halloweenGlow {
    from {
        filter: brightness(1);
    }

    to {
        filter: brightness(1.3);
    }
}

/* =========================
   CHRISTMAS 🎄
========================= */

.christmas-text {
    background: linear-gradient(
        90deg,
        #00c853,
        #ffffff,
        #ff1744
    );

    text-shadow:
        0 0 8px rgba(255,255,255,0.8),
        0 0 16px rgba(255,255,255,0.5);

    animation: christmasShine 3s ease infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes christmasShine {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.4);
    }

    100% {
        filter: brightness(1);
    }
}

/* Snow effect */

.christmas-text::after {
    content: " ❄️";
    position: absolute;
    top: -10px;
    right: -25px;

    animation: snowFloat 2s ease-in-out infinite alternate;
}

@keyframes snowFloat {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(6px);
    }
}

/* =========================
   VALENTINE ❤️
========================= */

.valentine-text {
    background: linear-gradient(
        90deg,
        #ff1744,
        #ff4081,
        #ff80ab
    );

    text-shadow:
        0 0 12px rgba(255, 64, 129, 0.7),
        0 0 24px rgba(255, 64, 129, 0.4);

    animation: heartbeat 1.5s ease infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.04);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

.valentine-text::after {
    content: " ❤";
    position: absolute;
    margin-left: 8px;

    animation: heartFloat 1.5s ease infinite;
}

@keyframes heartFloat {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-4px);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Live */
.live-page {
    --live-red: #ff334d;
}

.live-watch-layout {
    align-items: start;
}

.live-watch-primary {
    padding-top: 0;
}

.live-broadcast {
    width: min(1460px, 100%);
    margin: 0 auto;
    padding: clamp(38px, 5vw, 76px) clamp(24px, 5vw, 78px) 80px;
}

.live-broadcast-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.live-broadcast-heading h1,
.live-offline-content h1 {
    margin: 14px 0 14px;
    font-size: clamp(3rem, 6vw, 6.4rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0;
}

.live-broadcast-heading p,
.live-offline-content > p {
    max-width: 650px;
    margin: 0;
    color: #b8b9bf;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
}

.live-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
}

.live-status-online {
    color: #fff;
    background: var(--live-red);
    box-shadow: 0 7px 24px rgba(255, 51, 77, 0.22);
}

.live-status-offline {
    margin-bottom: 30px;
    color: #d0d1d5;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(15, 16, 18, 0.66);
    backdrop-filter: blur(12px);
}

.live-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.live-status-online .live-status-dot {
    animation: livePulse 1.6s ease-out infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70%,
    100% {
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
    }
}

.live-community-link {
    flex: 0 0 auto;
    padding-bottom: 5px;
    color: #d5d6da;
    font-size: 0.78rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.live-community-link:hover {
    color: #fff;
}

.live-player-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #000;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.live-offline-player-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) brightness(0.55);
}

.live-offline-player-state {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.16);
}

.live-offline-player-state .live-status-offline {
    margin: 0;
}

.live-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.live-player-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 6px;
    background: var(--live-red);
    pointer-events: none;
}

.live-player-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.live-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: clamp(64px, 8vw, 92px);
    height: clamp(64px, 8vw, 92px);
    place-items: center;
    color: #111;
    border: 0;
    border-radius: 50%;
    background: var(--videos-accent);
    box-shadow: 0 15px 42px rgba(0, 0, 0, 0.46);
    transform: translate(-50%, -50%);
    transition: background-color 150ms ease, transform 150ms ease;
}

.live-play-button:hover,
.live-play-button:focus {
    background: #ffd044;
    transform: translate(-50%, -50%) scale(1.06);
}

.live-play-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.live-play-button svg {
    width: 44%;
    margin-left: 5%;
    fill: currentColor;
}

.live-player-message {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: none;
    padding: 12px 16px;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 8px;
    background: rgba(150, 25, 40, 0.92);
}

.live-player-message.visible {
    display: block;
}

.live-broadcast-meta {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.live-broadcast-meta img {
    width: 47px;
    height: 47px;
    padding: 6px;
    object-fit: contain;
    border-radius: 50%;
    background: #27282c;
}

.live-broadcast-meta strong,
.live-broadcast-meta span {
    display: block;
}

.live-broadcast-meta strong {
    font-size: 0.85rem;
}

.live-broadcast-meta span {
    color: #8f9096;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
}

.live-broadcast-meta .live-broadcast-quality {
    margin-left: auto;
    color: var(--live-red);
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.live-chat-panel {
    position: relative;
    display: flex;
    height: min(72svh, 720px);
    min-height: 520px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #16171a;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.live-chat-heading {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.live-chat-heading h2 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.live-chat-status {
    flex: 0 0 auto;
    padding: 6px 9px;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: var(--live-red);
}

.live-chat-scroll-wrap {
    position: relative;
    min-height: 0;
    flex: 1 1 auto;
}

.live-chat-messages {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    padding: 18px;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.live-chat-message-list {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 14px;
}

.live-chat-empty,
.live-chat-feedback,
.live-chat-login {
    color: #9c9da3;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.55;
}

.live-chat-empty {
    margin: auto;
    text-align: center;
}

.live-chat-message {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
}

.live-chat-message:first-child {
    margin-top: auto;
}

.live-chat-message img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    background: #24252a;
}

.live-chat-avatar-link {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.live-chat-message p {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    margin: 0 0 2px;
}

.live-chat-message p a {
    overflow: hidden;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-chat-message p a:hover,
.live-chat-message p a:focus {
    color: var(--videos-accent);
}

.live-chat-message p a.is-admin {
    max-width: 100%;
    padding: 2px 7px;
    color: #111;
    border-radius: 5px;
    background: #ffc107;
}

.live-chat-message p a.is-admin:hover,
.live-chat-message p a.is-admin:focus {
    color: #111;
    background: #ffd34e;
}

.live-chat-message time {
    flex: 0 0 auto;
    color: #686970;
    font-size: 0.67rem;
}

.live-chat-message span {
    display: block;
    color: #d5d6da;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.live-chat-feedback {
    flex: 0 0 auto;
    min-height: 20px;
    margin: 0;
    padding: 0 18px 10px;
    color: #a7d9b8;
}

.live-chat-jump-recent {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: #1f6feb;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
}

.live-chat-jump-recent[hidden] {
    display: none;
}

.live-chat-jump-recent svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.live-chat-jump-recent:hover,
.live-chat-jump-recent:focus {
    background: #388bfd;
}

.live-chat-feedback.is-error {
    color: #ff9aa8;
}

.live-chat-form {
    flex: 0 0 auto;
    padding: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #121316;
}

.live-chat-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.live-chat-form textarea {
    width: 100%;
    min-height: 72px;
    max-height: 130px;
    padding: 11px 12px;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    resize: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    outline: 0;
    background: #1d1e22;
}

.live-chat-form textarea:focus {
    border-color: rgba(255, 193, 7, 0.7);
}

.live-chat-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.live-chat-form-footer span {
    color: #77787f;
    font-size: 0.72rem;
}

.live-chat-form-footer .btn {
    min-width: 86px;
    color: #111;
    font-weight: 800;
    border: 0;
    background: var(--videos-accent);
}

.live-chat-login {
    flex: 0 0 auto;
    margin: 0;
    padding: 16px 18px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #121316;
}

.live-chat-login a {
    color: #fff;
    font-weight: 800;
}

.live-offline-hero {
    position: relative;
    display: flex;
    min-height: min(76svh, 760px);
    align-items: end;
    overflow: hidden;
    background: #18191c;
}

.live-offline-image,
.live-offline-overlay {
    position: absolute;
    inset: 0;
}

.live-offline-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.66);
    transform: scale(1.015);
}

.live-offline-overlay {
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.96) 0%, rgba(8, 9, 11, 0.7) 46%, rgba(8, 9, 11, 0.13) 82%),
        linear-gradient(0deg, #0f1012 0%, rgba(15, 16, 18, 0.02) 44%);
}

.live-offline-content {
    position: relative;
    z-index: 1;
    width: min(820px, 76%);
    padding: 70px clamp(30px, 5vw, 78px);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.7);
}

.live-offline-content h1 {
    margin-top: 15px;
}

.live-offline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.live-secondary-button {
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    background: rgba(15, 16, 18, 0.35);
    backdrop-filter: blur(10px);
}

.live-secondary-button:hover,
.live-secondary-button:focus {
    color: #111;
    background: #fff;
}

.live-experience {
    width: min(1550px, 100%);
    margin: 0 auto;
    padding: 10px clamp(24px, 4vw, 64px) 80px;
}

.live-experience-heading {
    max-width: 770px;
    margin-bottom: 42px;
}

.live-experience-heading h2,
.live-cta h2 {
    margin: 11px 0 17px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.live-experience-heading p {
    margin: 0;
    color: #a9aab0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

.live-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.live-feature-card {
    position: relative;
    min-height: 300px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #191a1e;
}

.live-feature-card::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--videos-accent);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 200ms ease;
}

.live-feature-card:hover::before {
    transform: scaleX(1);
}

.live-feature-card > svg {
    width: 40px;
    height: 40px;
    margin: 48px 0 27px;
    fill: none;
    stroke: var(--videos-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.live-feature-number {
    position: absolute;
    top: 27px;
    right: 29px;
    color: #5e5f65;
    font-size: 0.72rem;
}

.live-feature-card h3 {
    margin-bottom: 12px;
    font-size: 1.12rem;
    font-weight: 700;
}

.live-feature-card p {
    margin: 0;
    color: #96979d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
}

.live-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin: 0 clamp(24px, 5vw, 78px) 80px;
    padding: clamp(34px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: #1a1b1f;
}

.live-cta h2 {
    max-width: 700px;
    margin-bottom: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.live-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .live-chat-panel {
        height: min(70svh, 620px);
        min-height: 460px;
    }

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

    .live-feature-card {
        min-height: 250px;
    }

    .live-cta {
        display: block;
    }

    .live-cta-actions {
        margin-top: 25px;
    }
}

@media (max-width: 767.98px) {
    .live-broadcast-heading {
        display: block;
    }

    .live-community-link {
        display: inline-block;
        margin-top: 20px;
    }

    .live-player-shell {
        width: calc(100% + 48px);
        margin-left: -24px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .live-watch-layout .live-player-shell {
        width: 100%;
        margin-left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.09);
        border-left: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 12px;
    }

    .live-chat-panel {
        min-height: 420px;
    }

    .live-offline-hero {
        min-height: 680px;
    }

    .live-offline-image {
        background-position: 64% center;
    }

    .live-offline-overlay {
        background:
            linear-gradient(0deg, #0f1012 3%, rgba(8, 9, 11, 0.66) 62%, rgba(8, 9, 11, 0.16) 100%),
            linear-gradient(90deg, rgba(8, 9, 11, 0.48), transparent);
    }

    .live-offline-content {
        width: 100%;
        padding: 48px 24px;
    }

    .live-offline-content h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .live-experience {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .live-feature-card {
        padding: 28px;
    }

    .live-cta {
        margin-bottom: 55px;
    }

    .live-cta-actions {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .live-status-online .live-status-dot {
        animation: none;
    }

    .live-play-button,
    .live-feature-card::before {
        transition: none;
    }
}

/* Cinema */
.cinema-page,
.cinema-booking-page {
    --cinema-gold: #e8b84a;
    --cinema-surface: #19191b;
    --videos-accent: var(--cinema-gold);
    color: #f5f4f1;
    background: #0e0e10;
}

.cinema-hero {
    position: relative;
    display: flex;
    min-height: min(78svh, 820px);
    align-items: flex-end;
    overflow: hidden;
    background: #171719;
}

.cinema-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    filter: none;
}

.cinema-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 7, 9, 0.97) 0%, rgba(7, 7, 9, 0.74) 45%, rgba(7, 7, 9, 0.18) 78%),
        linear-gradient(0deg, #0e0e10 0%, rgba(14, 14, 16, 0.04) 48%);
}

.cinema-hero-content {
    position: relative;
    z-index: 1;
    width: min(780px, 76%);
    padding: 76px clamp(30px, 5vw, 78px);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.76);
}

.cinema-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 8px 12px;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(12, 12, 14, 0.58);
    backdrop-filter: blur(10px);
}

.cinema-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cinema-gold);
    box-shadow: 0 0 15px rgba(232, 184, 74, 0.8);
}

.cinema-hero h1,
.cinema-empty h1 {
    margin: 14px 0 20px;
    font-size: clamp(3.4rem, 7vw, 7.5rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
}

.cinema-hero-content > p,
.cinema-empty-content > p {
    max-width: 620px;
    margin-bottom: 30px;
    color: #d0cfcf;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.7;
}

.cinema-hero .videos-hero-button svg,
.cinema-empty .videos-hero-button svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cinema-empty .videos-hero-button svg {
    fill: currentColor;
    stroke: none;
}

.cinema-hero-caption {
    position: absolute;
    right: clamp(28px, 4vw, 64px);
    bottom: 38px;
    z-index: 1;
    max-width: 290px;
    padding-left: 18px;
    text-align: right;
    border-left: 2px solid var(--cinema-gold);
}

.cinema-hero-caption span,
.cinema-hero-caption strong {
    display: block;
}

.cinema-hero-caption span {
    color: #aaa9ad;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cinema-hero-caption strong {
    margin-top: 5px;
    font-size: 0.85rem;
}

.cinema-program {
    padding: 78px clamp(24px, 5vw, 78px) 90px;
}

.cinema-program-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    max-width: 1500px;
    margin: 0 auto 38px;
}

.cinema-program-heading h2,
.cinema-promise h2 {
    margin: 10px 0 0;
    font-size: clamp(2.15rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.cinema-program-heading > p {
    max-width: 450px;
    margin: 0;
    color: #9d9da2;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.cinema-account-notice {
    display: flex;
    max-width: 1500px;
    align-items: center;
    gap: 16px;
    margin: 0 auto 32px;
    padding: 18px 20px;
    color: #f4f2ed;
    border: 1px solid rgba(232, 184, 74, 0.25);
    border-radius: 11px;
    background: rgba(232, 184, 74, 0.08);
}

.cinema-notice-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--cinema-gold);
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.12);
}

.cinema-notice-icon svg {
    width: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cinema-account-notice strong,
.cinema-account-notice p {
    display: block;
}

.cinema-account-notice strong {
    margin-bottom: 4px;
    font-size: 0.85rem;
}

.cinema-account-notice p {
    margin: 0;
    color: #adacaf;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.cinema-account-notice .btn {
    flex: 0 0 auto;
    margin-left: auto;
}

.cinema-movie-list {
    display: grid;
    max-width: 1500px;
    gap: 28px;
    margin: 0 auto;
}

.cinema-movie-card {
    display: grid;
    grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: var(--cinema-surface);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.cinema-poster-wrap {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    background: #242426;
}

.cinema-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.cinema-movie-card:hover .cinema-poster {
    transform: scale(1.025);
}

.cinema-poster-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 9px;
    color: #111;
    font-size: 0.66rem;
    font-weight: 700;
    border-radius: 5px;
    background: var(--cinema-gold);
}

.cinema-movie-content {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(330px, 1.15fr);
    gap: clamp(30px, 4vw, 68px);
    align-items: center;
    padding: clamp(30px, 4vw, 58px);
}

.cinema-movie-copy h3 {
    margin: 11px 0 17px;
    font-size: clamp(1.65rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.cinema-movie-copy > p {
    display: -webkit-box;
    margin: 0 0 23px;
    overflow: hidden;
    color: #aaa9ae;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.cinema-movie-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cinema-movie-meta span {
    padding: 7px 10px;
    color: #c8c7ca;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.cinema-showtimes {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
    background: #121214;
}

.cinema-showtimes-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.cinema-showtimes-heading strong {
    font-size: 0.8rem;
}

.cinema-showtimes-heading span {
    color: #75757b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.cinema-showtime-days {
    display: grid;
    gap: 15px;
}

.cinema-showtime-day {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cinema-showtime-date strong,
.cinema-showtime-date span {
    display: block;
}

.cinema-showtime-date strong {
    color: var(--cinema-gold);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.cinema-showtime-date span {
    margin-top: 4px;
    color: #8e8e94;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.cinema-showtime-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cinema-showtime-button {
    padding: 9px 12px;
    color: #f5f4f1;
    font: inherit;
    font-size: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    background: #222225;
    transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.cinema-showtime-button:hover,
.cinema-showtime-button:focus {
    color: #111;
    border-color: var(--cinema-gold);
    background: var(--cinema-gold);
}

.cinema-showtime-button.disabled {
    color: #65656a;
    border-color: rgba(255, 255, 255, 0.05);
    background: #19191b;
}

.cinema-promise {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 70px;
    align-items: end;
    padding: 76px clamp(24px, 5vw, 78px) 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #151517;
}

.cinema-promise-items {
    display: grid;
    gap: 17px;
}

.cinema-promise-items div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-promise-items strong {
    color: var(--cinema-gold);
    font-size: 0.72rem;
}

.cinema-promise-items span {
    color: #c1c0c3;
    font-size: 0.82rem;
}

.cinema-empty {
    position: relative;
    display: grid;
    min-height: calc(100svh - 56px);
    overflow: hidden;
    place-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 18%, rgba(232, 184, 74, 0.12), transparent 30%),
        #0e0e10;
}

.cinema-empty-image,
.cinema-empty-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cinema-empty-image {
    object-fit: cover;
    object-position: center;
    filter: none;
}

.cinema-empty-overlay {
    background: rgba(7, 7, 9, 0.72);
}

.cinema-empty-light {
    position: absolute;
    top: -20%;
    width: 52%;
    height: 90%;
    background: linear-gradient(180deg, rgba(232, 184, 74, 0.14), transparent);
    clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
    opacity: 0.55;
}

.cinema-empty-content {
    position: relative;
    z-index: 1;
    width: min(750px, calc(100% - 48px));
    padding: 70px 0;
}

.cinema-empty-icon {
    display: grid;
    width: 78px;
    height: 78px;
    margin: 0 auto 28px;
    place-items: center;
    color: var(--cinema-gold);
    border: 1px solid rgba(232, 184, 74, 0.26);
    border-radius: 50%;
    background: rgba(232, 184, 74, 0.08);
}

.cinema-empty-icon svg {
    width: 36px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.cinema-empty-content > p {
    margin-right: auto;
    margin-left: auto;
}

/* Cinema booking flow */
.cinema-booking-page {
    min-height: 72svh;
}

.cinema-booking-container {
    max-width: 1320px;
}

.cinema-back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 42px;
    color: #a1a0a5;
    font-size: 0.78rem;
    text-decoration: none;
}

.cinema-back-link:hover {
    color: #fff;
}

.cinema-booking-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.cinema-booking-heading h1,
.cinema-ticket-container > h1,
.cinema-message-page h1 {
    margin: 11px 0 16px;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.cinema-booking-heading p,
.cinema-ticket-intro,
.cinema-message-page > p {
    margin: 0;
    color: #a4a3a8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.cinema-booking-poster {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.cinema-booking-summary h2 {
    margin: 10px 0 15px;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0;
}

.cinema-booking-description {
    color: #98979c;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.cinema-booking-details {
    display: grid;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.cinema-booking-details div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.cinema-booking-details span {
    color: #77777d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
}

.cinema-booking-details strong {
    font-size: 0.76rem;
    text-align: right;
}

.cinema-seat-panel,
.cinema-checkout-card {
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: #171719;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.cinema-screen-wrap {
    margin-bottom: 35px;
    text-align: center;
    perspective: 240px;
}

.cinema-screen {
    width: 76%;
    height: 10px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff6dc, #a88b4f);
    box-shadow: 0 12px 34px rgba(232, 184, 74, 0.22);
    transform: rotateX(-18deg);
}

.cinema-screen-wrap small {
    color: #77777c;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
}

.cinema-seat-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
    color: #8c8b90;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.cinema-seat-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cinema-seat-legend i {
    width: 11px;
    height: 11px;
    border-radius: 3px;
}

.cinema-seat-legend .available {
    border: 1px solid #e0ded7;
}

.cinema-seat-legend .selected {
    background: var(--cinema-gold);
}

.cinema-seat-legend .unavailable {
    background: #55565a;
}

.seat-wrapper {
    padding-bottom: 12px;
    overflow-x: auto;
}

.seat-row {
    min-width: max-content;
}

.cinema-seat-column,
.cinema-seat-row-label {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin: 4px;
    color: #77777d;
    font-size: 0.68rem;
}

.cinema-seat-row-label {
    width: 40px;
    margin-right: 8px;
}

.cinema-seat {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 7px 7px 4px 4px;
}

.cinema-seat.btn-outline-light:hover,
.cinema-seat.btn-success {
    color: #111;
    border-color: var(--cinema-gold);
    background: var(--cinema-gold);
}

.cinema-seat-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.cinema-continue-button,
.cinema-payment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 21px;
    color: #111;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    background: var(--cinema-gold);
}

.cinema-continue-button:hover,
.cinema-continue-button:focus,
.cinema-payment-button:hover,
.cinema-payment-button:focus {
    color: #111;
    background: #f4cc70;
}

.cinema-continue-button:disabled {
    color: #68686b;
    background: #29292c;
}

.cinema-checkout-card > h2 {
    margin: 10px 0 24px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0;
}

.cinema-selected-seats {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 35px;
}

.cinema-selected-seats span {
    display: grid;
    min-width: 48px;
    height: 48px;
    place-items: center;
    color: #111;
    font-weight: 700;
    border-radius: 8px 8px 5px 5px;
    background: var(--cinema-gold);
}

.cinema-order-lines {
    margin-bottom: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.cinema-order-lines div {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    color: #a3a2a7;
    font-family: system-ui, -apple-system, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.cinema-order-lines .total {
    align-items: end;
    padding-top: 22px;
    color: #fff;
    font-family: inherit;
}

.cinema-order-lines .total strong {
    color: var(--cinema-gold);
    font-size: 1.7rem;
}

.cinema-secure-note {
    margin: 16px 0 0;
    color: #77777d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    text-align: center;
}

.cinema-ticket-container {
    max-width: 920px;
}

.cinema-ticket-success-icon {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: var(--cinema-gold);
}

.cinema-ticket-success-icon svg {
    width: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.cinema-ticket-intro {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}

.cinema-ticket {
    position: relative;
    display: grid;
    max-width: 820px;
    grid-template-columns: 250px minmax(0, 1fr);
    margin-top: 45px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #18181a;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.cinema-ticket::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    border-left: 1px dashed rgba(255, 255, 255, 0.18);
    content: "";
}

.cinema-ticket-poster-wrap {
    min-height: 390px;
}

.cinema-ticket-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cinema-ticket-content {
    padding: 38px;
}

.cinema-ticket-content h2 {
    margin: 10px 0 27px;
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 700;
    letter-spacing: 0;
}

.cinema-ticket-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cinema-ticket-details span,
.cinema-ticket-details strong {
    display: block;
}

.cinema-ticket-details span,
.cinema-ticket-number span {
    margin-bottom: 5px;
    color: #76767c;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.cinema-ticket-details strong {
    font-size: 0.77rem;
}

.cinema-ticket-number {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.cinema-ticket-number span,
.cinema-ticket-number strong {
    display: block;
}

.cinema-ticket-number strong {
    color: var(--cinema-gold);
    font-size: 1.4rem;
}

.cinema-message-page {
    display: flex;
    width: min(760px, calc(100% - 48px));
    min-height: 72svh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.cinema-message-icon {
    display: grid;
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    place-items: center;
    font-size: 2rem;
    border-radius: 50%;
}

.cinema-message-icon-warning {
    color: var(--cinema-gold);
    border: 1px solid rgba(232, 184, 74, 0.28);
    background: rgba(232, 184, 74, 0.09);
}

.cinema-message-page > p {
    max-width: 620px;
    margin-bottom: 28px;
}

@media (max-width: 1199.98px) {
    .cinema-movie-content {
        grid-template-columns: minmax(0, 1fr);
    }

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

@media (max-width: 767.98px) {
    .cinema-hero {
        min-height: 700px;
    }

    .cinema-hero-image {
        object-position: 62% center;
    }

    .cinema-hero-overlay {
        background:
            linear-gradient(0deg, #0e0e10 3%, rgba(7, 7, 9, 0.68) 62%, rgba(7, 7, 9, 0.15) 100%),
            linear-gradient(90deg, rgba(7, 7, 9, 0.48), transparent);
    }

    .cinema-hero-content {
        width: 100%;
        padding: 48px 24px;
    }

    .cinema-hero h1,
    .cinema-empty h1 {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .cinema-hero-caption {
        display: none;
    }

    .cinema-program-heading {
        display: block;
    }

    .cinema-program-heading > p {
        margin-top: 17px;
    }

    .cinema-account-notice {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .cinema-account-notice .btn {
        width: 100%;
        margin-left: 0;
    }

    .cinema-movie-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .cinema-poster-wrap {
        min-height: auto;
        aspect-ratio: 3 / 4;
    }

    .cinema-movie-content {
        padding: 27px 20px;
    }

    .cinema-showtimes {
        padding: 20px 16px;
    }

    .cinema-promise {
        gap: 45px;
    }

    .cinema-seat-panel,
    .cinema-checkout-card {
        padding: 25px 14px;
    }

    .cinema-seat-action {
        display: block;
    }

    .cinema-seat-action .cinema-continue-button {
        width: 100%;
    }

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

    .cinema-ticket::after {
        display: none;
    }

    .cinema-ticket-poster-wrap {
        max-height: 470px;
    }

    .cinema-ticket-content {
        padding: 28px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cinema-poster,
    .cinema-showtime-button {
        transition: none;
    }
}

/* Events */
.events-body {
    background: #202126;
}

.events-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    color: #fff;
    background: #202126;
}

.events-page .row > * {
    min-width: 0;
}

.events-theme-valentine {
    --event-accent: #ff6f91;
    --event-accent-rgb: 255, 111, 145;
}

.events-theme-pride {
    --event-accent: #ffc733;
    --event-accent-rgb: 255, 199, 51;
}

.events-theme-halloween {
    --event-accent: #ff8a24;
    --event-accent-rgb: 255, 138, 36;
}

.events-theme-christmas {
    --event-accent: #74d19a;
    --event-accent-rgb: 116, 209, 154;
}

.events-hero {
    position: relative;
    display: flex;
    min-height: min(78svh, 820px);
    align-items: flex-end;
    overflow: hidden;
    background: #18191d;
}

.events-hero-image,
.events-hero-overlay {
    position: absolute;
    inset: 0;
}

.events-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.events-hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 8, 11, 0.93) 0%, rgba(7, 8, 11, 0.57) 48%, rgba(7, 8, 11, 0.08) 78%),
        linear-gradient(0deg, #202126 0%, rgba(32, 33, 38, 0.02) 45%);
}

.events-hero > .container {
    z-index: 1;
}

.events-hero-content {
    width: min(760px, 78%);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.events-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 8px 12px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(9, 10, 13, 0.5);
    backdrop-filter: blur(10px);
}

.events-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--event-accent);
    box-shadow: 0 0 13px rgba(var(--event-accent-rgb), 0.75);
}

.events-eyebrow {
    display: block;
    color: var(--event-accent, #ffc107);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.events-hero h1 {
    margin: 15px 0 20px;
    font-size: clamp(3.5rem, 7vw, 7.3rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
}

.events-hero-content > p {
    max-width: 640px;
    margin-bottom: 30px;
    color: #dedee1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.7;
}

.events-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.events-primary-button {
    padding: 12px 20px;
    color: #111;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    background: var(--event-accent);
}

.events-primary-button:hover,
.events-primary-button:focus {
    color: #111;
    background: #fff;
}

.events-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 0.78rem;
    text-decoration: none;
}

.events-text-link:hover {
    color: var(--event-accent);
}

.events-hero-featured {
    position: absolute;
    right: clamp(30px, 5vw, 78px);
    bottom: 45px;
    z-index: 1;
    max-width: 290px;
    padding-left: 18px;
    border-left: 2px solid var(--event-accent);
}

.events-hero-featured span,
.events-hero-featured strong,
.events-hero-featured small {
    display: block;
}

.events-hero-featured span {
    color: #aaaab0;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.events-hero-featured strong {
    margin: 6px 0;
    font-size: 0.9rem;
}

.events-hero-featured small {
    color: #c7c7cb;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.events-intro {
    background: #292a30;
}

.events-intro h2,
.events-closing h2 {
    margin: 12px 0 0;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.events-intro p {
    color: #b2b2b7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
}

.events-stories {
    background: #222329;
}

.event-story {
    display: grid;
    min-height: 680px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    scroll-margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.event-story:nth-child(even) .event-story-visual {
    order: 2;
}

.event-story-visual {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #18191d;
}

.event-story-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 9, 12, 0.32), transparent 48%);
    content: "";
}

.event-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.event-story:hover .event-story-visual img {
    transform: scale(1.025);
}

.event-story-index {
    position: absolute;
    right: 30px;
    bottom: 24px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

.event-story-content {
    display: flex;
    max-width: 760px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 96px);
}

.event-story-content h2 {
    margin: 12px 0 19px;
    font-size: clamp(2.7rem, 5vw, 5.3rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: 0;
}

.event-story-lead {
    margin-bottom: 25px;
    color: #dedee1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.08rem;
    line-height: 1.65;
}

.event-countdown-wrap {
    margin-bottom: 27px;
    padding: 20px;
    border-top: 1px solid rgba(var(--event-accent-rgb), 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(var(--event-accent-rgb), 0.055);
}

.event-countdown-label {
    display: block;
    margin-bottom: 14px;
    color: var(--event-accent);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.event-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.event-countdown > span {
    min-width: 0;
}

.event-countdown strong,
.event-countdown small {
    display: block;
}

.event-countdown strong {
    font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.event-countdown small {
    margin-top: 4px;
    color: #808087;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.65rem;
}

.event-countdown .event-ended {
    grid-column: 1 / -1;
}

.event-countdown .event-ended strong {
    font-size: 1rem;
}

.event-story-about {
    margin: 0 0 25px;
    color: #a9a9af;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

.event-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 20px;
    margin-bottom: 28px;
}

.event-feature-list span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #c3c3c7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.45;
}

.event-feature-list i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--event-accent);
}

.event-story-note {
    padding-top: 18px;
    color: #77777e;
    font-family: system-ui, -apple-system, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.events-closing {
    background: #292a30;
}

.events-closing-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin: 30px 0;
    padding: clamp(36px, 5vw, 66px);
    border-left: 4px solid #ffc107;
    background: #1f2025;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.events-closing h2 {
    max-width: 800px;
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.events-closing .btn {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .events-hero-featured {
        display: none;
    }

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

    .event-story:nth-child(even) .event-story-visual {
        order: initial;
    }

    .event-story-visual {
        min-height: auto;
        aspect-ratio: 16 / 10;
    }

    .event-story-content {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .events-hero {
        min-height: 720px;
    }

    .events-hero-image {
        object-position: center;
    }

    .events-hero-overlay {
        background:
            linear-gradient(0deg, #202126 3%, rgba(7, 8, 11, 0.64) 60%, rgba(7, 8, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(7, 8, 11, 0.48), transparent);
    }

    .events-hero-content {
        width: 100%;
    }

    .events-hero h1 {
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

    .events-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .events-intro h2 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .event-story-content {
        padding: 48px 24px 58px;
    }

    .event-feature-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .event-countdown {
        gap: 8px;
    }

    .events-closing-card {
        display: block;
    }

    .events-closing .btn {
        margin-top: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-story-visual img {
        transition: none;
    }
}

/* Editorial refresh: Home and Playverse */
.home-page,
.playverse-page {
    color: #fff;
    background: #202126;
}

.home-hero,
.playverse-hero {
    min-height: min(78svh, 820px);
}

.home-hero::before,
.playverse-hero::before {
    background:
        linear-gradient(90deg, rgba(7, 8, 11, 0.93) 0%, rgba(7, 8, 11, 0.57) 48%, rgba(7, 8, 11, 0.08) 78%),
        linear-gradient(0deg, #202126 0%, rgba(32, 33, 38, 0.02) 45%);
}

.home-hero-content,
.playverse-hero-content {
    width: min(760px, 78%);
    max-width: none;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.home-hero-content .lead,
.playverse-hero-content .lead {
    max-width: 650px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.7;
}

.playverse-hero h1 {
    margin-bottom: 20px !important;
    font-size: clamp(3.6rem, 7vw, 7.4rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.playverse-hero .badge {
    padding: 9px 13px !important;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.playverse-hero .badge {
    color: #d8ffe5;
    background: rgba(25, 135, 84, 0.56) !important;
}

.home-hero .btn,
.playverse-hero .btn {
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 8px;
}

.home-brand-logo {
    filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.32));
}

.home-intro,
.playverse-intro {
    background: #292a30;
}

.home-intro h2,
.playverse-intro h2 {
    max-width: 760px;
    font-size: clamp(2.35rem, 4.5vw, 4.6rem);
    line-height: 1;
    letter-spacing: 0;
}

.home-intro .fs-5,
.playverse-intro .fs-5 {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.72;
}

.home-intro .text-secondary,
.playverse-intro .text-secondary {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

.home-intro-details,
.playverse-principles {
    padding: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 12px 12px 0;
    background: #1f2025;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.17);
}

.home-intro-details dd,
.playverse-principles dd {
    font-family: system-ui, -apple-system, sans-serif;
}

.playverse-age-requirement {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin: -4px 0 24px;
    padding: 13px 14px;
    border: 1px solid rgba(71, 217, 135, 0.25);
    border-radius: 10px;
    background: rgba(71, 217, 135, 0.07);
}

.playverse-age-requirement strong {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #111;
    border-radius: 50%;
    background: #47d987;
    font-size: 0.9rem;
}

.playverse-age-requirement p {
    margin: 0;
    color: #e8e8ea;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.5;
}

/* Global live notice */
.home-live-notice {
    position: relative;
    z-index: 2;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #18191d;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.home-live-notice::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #ff334d;
    content: "";
}

.home-live-notice-inner {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.home-live-notice-copy {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 17px;
}

.home-live-notice-dot {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #ff334d;
    box-shadow: 0 0 0 0 rgba(255, 51, 77, 0.66);
    animation: homeLivePulse 1.6s ease-out infinite;
}

@keyframes homeLivePulse {
    70%,
    100% {
        box-shadow: 0 0 0 9px rgba(255, 51, 77, 0);
    }
}

.home-live-notice-copy strong,
.home-live-notice-copy p {
    display: block;
}

.home-live-notice-copy strong {
    margin-bottom: 4px;
    font-size: 0.88rem;
    font-weight: 700;
}

.home-live-notice-copy p {
    margin: 0;
    color: #9fa0a6;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-live-notice-button {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 10px 17px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid #ff334d;
    border-radius: 8px;
    background: #ff334d;
}

.home-live-notice-button:hover,
.home-live-notice-button:focus {
    color: #fff;
    border-color: #ff5267;
    background: #ff5267;
}

.home-live-notice-button svg {
    width: 17px;
    fill: currentColor;
}

.playverse-identity-notice {
    border-color: rgba(255, 193, 7, 0.3);
    background: #17150d;
}

.playverse-identity-notice::before {
    background: linear-gradient(90deg, #ffc107, rgba(255, 193, 7, 0));
}

.playverse-identity-notice .home-live-notice-dot {
    background: #ffc107;
    box-shadow: 0 0 0 5px rgba(255, 193, 7, 0.13), 0 0 24px rgba(255, 193, 7, 0.45);
}

.playverse-identity-notice .home-live-notice-button {
    color: #17120a;
    border-color: #ffc107;
    background: #ffc107;
}

.playverse-identity-notice .home-live-notice-button:hover,
.playverse-identity-notice .home-live-notice-button:focus {
    color: #17120a;
    border-color: #ffd454;
    background: #ffd454;
}

.home-experiences {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
    background: #222329 !important;
}

.home-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.home-section-heading h2 {
    max-width: 760px;
}

.home-section-heading > p {
    max-width: 440px;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.home-section-link {
    display: inline-flex;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    padding: 9px 14px;
    color: #f1f1f2;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.home-section-link:hover,
.home-section-link:focus {
    color: #111;
    border-color: #ffc107;
    background: #ffc107;
}

.home-experiences h2,
.home-creator h2 {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 1;
    letter-spacing: 0;
}

.home-experiences .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.home-experiences .row > * {
    width: auto;
}

.home-experience-card {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px;
    background: #17181c !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.home-experience-card:hover,
.home-experience-card:focus {
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36);
    transform: translateY(-6px);
}

.home-experience-image {
    aspect-ratio: 16 / 9;
}

.home-experience-card .card-body {
    display: grid;
    gap: 8px;
    padding: 22px;
}

.home-experience-card h3 {
    margin: 0 !important;
    font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
    line-height: 1.2;
}

.home-experience-card p {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.55;
}

.home-experience-card small {
    letter-spacing: 0.08em;
}

.home-chadi-hub {
    position: relative;
    overflow: hidden;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #111216;
}

.home-chadi-hub::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: #ffc107;
    content: "";
}

html[dir="rtl"] .home-chadi-hub::before {
    inset: 0 0 0 auto;
}

.home-chadi-hub-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: clamp(44px, 8vw, 110px);
}

.home-chadi-hub-visual {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #1b1c21;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.home-chadi-hub-icon-frame {
    width: min(220px, 100%);
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22.5%;
    background: #ffc107;
    box-shadow:
        0 28px 54px rgba(0, 0, 0, 0.42),
        0 8px 20px rgba(255, 193, 7, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.home-chadi-hub-icon {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22.5%;
    box-sizing: border-box;
    object-fit: cover;
}

.home-chadi-hub-product-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.home-chadi-hub-copy {
    max-width: 720px;
}

.home-chadi-hub-eyebrow {
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
}

.home-chadi-hub-copy h2 {
    max-width: 650px;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0;
}

.home-chadi-hub-description {
    max-width: 650px;
    color: #b4b5bb;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.08rem;
    line-height: 1.7;
}

.home-chadi-hub-release {
    display: flex;
    max-width: 620px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #1b1c21;
}

.home-chadi-hub-release-status {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    color: #ffc107;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-chadi-hub-release-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #ffc107;
    box-shadow: 0 0 0 5px rgba(255, 193, 7, 0.12);
}

.home-chadi-hub-release-platforms {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 20px;
}

.home-chadi-hub-release-platform {
    display: grid;
    gap: 2px;
}

.home-chadi-hub-release-platform small {
    color: #9fa0a6;
    font-size: 0.68rem;
    font-weight: 700;
}

.home-chadi-hub-release-platform strong {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
}

.home-chadi-hub-release-divider {
    width: 1px;
    height: 34px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.12);
}

.home-world-gallery {
    padding: 84px 0;
    background: #292a30;
}

.home-world-gallery-heading {
    align-items: start;
}

.home-world-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-world-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    background: #18191d;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.home-world-card-large {
    grid-column: span 2;
    grid-row: span 2;
}

.home-world-card .home-world-showcase-image {
    border-radius: 0;
    box-shadow: none;
}

.home-world-card:not(.home-world-card-large) .home-world-showcase-image {
    aspect-ratio: 16 / 10;
}

.home-world-card .home-world-showcase-copy {
    padding: clamp(20px, 3vw, 30px);
}

.home-world-card h3 {
    font-size: clamp(1.2rem, 2vw, 2rem);
    line-height: 1.05;
}

.home-world-card:not(.home-world-card-large) h3 {
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.18;
}

.home-world-showcase {
    padding: 78px 0 84px;
    background: #292a30;
}

.home-world-showcase + .home-world-showcase {
    padding-top: 0;
}

.home-world-showcase .container {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
}

.home-world-showcase-reverse {
    background: #292a30;
}

.home-world-showcase-reverse .container {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.home-world-showcase-copy h2 {
    max-width: 570px;
    font-size: clamp(2rem, 4vw, 3.9rem);
    line-height: 1;
}

.home-world-showcase-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.home-creator {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    background: #292a30;
}

.home-creator .row {
    display: grid;
    grid-template-columns: minmax(180px, 270px) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
    padding: clamp(30px, 5vw, 62px);
    border-left: 4px solid #ffc107;
    margin-right: 0;
    margin-left: 0;
    background: #1f2025;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.home-creator .row > * {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
}

.home-creator-media {
    position: relative;
    z-index: 1;
}

.home-creator-copy {
    position: relative;
    z-index: 2;
}

.home-creator-image {
    width: min(270px, 70vw);
    max-width: 100%;
    border-width: 4px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.home-creator .text-light,
.home-connect p {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

.home-connect {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background: #222329 !important;
}

.home-connect .col-lg-6 {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #191a1e;
}

/* Playverse */
.playverse-intro .text-success,
.playverse-experiences .text-success,
.playverse-join .text-success {
    color: #74d19a !important;
}

.playverse-experiences {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
    background: #222329;
}

.playverse-experiences > .container > .d-flex h2,
.playverse-join > .container > .text-center h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

.playverse-game,
.playverse-join-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px;
    background: #18191d !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.playverse-game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 32px;
}

.playverse-game-grid .playverse-game {
    margin-bottom: 0 !important;
}

.playverse-service-card {
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.playverse-service-card:hover,
.playverse-service-card:focus-within {
    border-color: rgba(255, 193, 7, 0.52) !important;
    box-shadow: 0 26px 66px rgba(0, 0, 0, 0.38);
    transform: translateY(-3px);
}

.playverse-service-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.playverse-service-card-link:hover,
.playverse-service-card-link:focus {
    color: inherit;
}

.playverse-service-card-link:focus-visible {
    outline: 3px solid #ffc107;
    outline-offset: -3px;
}

.playverse-service-card .card-body {
    min-height: 330px;
    justify-content: flex-start;
}

.playverse-service-open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #fff;
    font-weight: 800;
}

.playverse-service-open > span {
    color: #ffc107;
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.playverse-service-card:hover .playverse-service-open > span {
    transform: translateX(4px);
}

.playverse-member-status {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    color: #9be8b9;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid rgba(116, 209, 154, 0.3);
    border-radius: 7px;
    background: rgba(116, 209, 154, 0.08);
}

.playverse-game-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
}

.playverse-game:hover .playverse-game-image {
    transform: scale(1.022);
}

.playverse-game .card-body {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
}

.playverse-game .card-body > .text-secondary,
.playverse-game li,
.playverse-join-card p,
.playverse-join-card li,
.playverse-join-card label {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.playverse-game .h3 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: 0;
}

.playverse-game-facts {
    margin-top: 12px;
    padding: 18px 0;
}

.playverse-join {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
    background: #222329;
}

.playverse-join-card .card-body {
    padding: clamp(28px, 5vw, 58px) !important;
}

.playverse-join-explainer {
    max-width: 650px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.playverse-join-explainer h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.playverse-join-explainer p,
.playverse-join-explainer li {
    color: #a4a5ab;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.playverse-join-explainer ol {
    margin: 18px 0 0;
    padding-left: 1.25rem;
}

.playverse-join-explainer li + li {
    margin-top: 8px;
}

.playverse-join-card .form-control {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px;
    background: #27282d !important;
}

.playverse-service-page {
    color: #fff;
    background: #101114;
}

.playverse-service-hero {
    position: relative;
    display: flex;
    min-height: min(76svh, 760px);
    align-items: flex-end;
    overflow: hidden;
    background: #101114;
}

.playverse-service-hero-image,
.playverse-service-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.playverse-service-hero-image {
    object-fit: cover;
    object-position: center;
}

.playverse-service-hero-shade {
    background: rgba(0, 0, 0, 0.5);
}

.playverse-service-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: clamp(50px, 8vw, 92px);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.playverse-service-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: clamp(60px, 10vw, 125px);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-decoration: none;
}

.playverse-service-back:hover,
.playverse-service-back:focus {
    color: #ffc107;
}

.playverse-service-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0;
}

.playverse-service-lead {
    max-width: 760px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.65;
}

.playverse-service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.playverse-service-badges > span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.55);
}

.playverse-service-badges .is-online {
    color: #9be8b9;
    border-color: rgba(116, 209, 154, 0.45);
}

.playverse-service-badges .is-offline {
    color: #ff9b9b;
    border-color: rgba(255, 95, 95, 0.45);
}

.playverse-service-badges .is-coming-soon {
    color: #ffd96a;
    border-color: rgba(255, 193, 7, 0.48);
}

.playverse-service-content {
    padding: clamp(58px, 8vw, 96px) 0;
    background: #18191d;
}

.playverse-access-gate {
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 64px);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #202126;
}

.playverse-access-gate-mark {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 22px;
    place-items: center;
    color: #111216;
    font-weight: 950;
    border-radius: 8px;
    background: #ffc107;
}

.playverse-access-gate-eyebrow,
.playverse-service-section-heading p,
.playverse-event-status > p {
    margin-bottom: 8px;
    color: #74d19a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
}

.playverse-access-gate h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
    letter-spacing: 0;
}

.playverse-access-gate > p:not(.playverse-access-gate-eyebrow) {
    max-width: 650px;
    margin: 0 auto 28px;
    color: #aeb0b6;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

.playverse-service-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.playverse-service-section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

.playverse-service-section-heading > span {
    color: #9be8b9;
    font-size: 0.8rem;
    font-weight: 800;
}

.playverse-detail-surface {
    padding: clamp(26px, 5vw, 52px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: #202126;
}

.playverse-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 6vw, 72px);
}

.playverse-detail-surface h3 {
    margin-bottom: 18px;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.playverse-rules-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #c0c1c6;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.playverse-rules-list li + li {
    margin-top: 8px;
}

.playverse-event-status {
    align-self: start;
    padding: 24px;
    border-left: 3px solid #ffc107;
    background: rgba(255, 193, 7, 0.06);
}

.playverse-event-status > p {
    color: #ffd34e;
}

.playverse-event-status > span {
    color: #aeb0b6;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .home-experiences .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .playverse-game-image {
        min-height: auto;
    }

    .playverse-game-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .playverse-service-card .card-body {
        min-height: auto;
    }

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

    .home-world-showcase .container {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .home-world-card-large {
        grid-column: span 2;
        grid-row: auto;
    }

    .home-chadi-hub-layout {
        grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.45fr);
        gap: 38px;
    }

    .home-chadi-hub-visual {
        padding: 24px;
    }

    .home-chadi-hub-copy h2 {
        font-size: 2.75rem;
    }

    .home-creator .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .home-creator-image {
        width: min(230px, 58vw);
    }

    .home-creator h2 {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 767.98px) {
    .home-live-notice-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        padding: 20px 24px;
    }

    .home-live-notice-button {
        justify-content: center;
    }

    .home-hero,
    .playverse-hero {
        min-height: 720px;
    }

    .home-hero {
        min-height: min(720px, 92svh);
    }

    .home-hero-image {
        inset: 0;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: 36% center;
    }

    .home-hero::before,
    .playverse-hero::before {
        background:
            linear-gradient(0deg, #202126 3%, rgba(7, 8, 11, 0.64) 60%, rgba(7, 8, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(7, 8, 11, 0.48), transparent);
    }

    .home-hero-content,
    .playverse-hero-content {
        width: 100%;
    }

    .home-section-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .home-section-link {
        align-self: flex-start;
    }

    .home-chadi-hub {
        padding: 60px 0;
    }

    .home-chadi-hub-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .home-chadi-hub-visual {
        width: 100%;
        justify-self: center;
        padding: 26px;
    }

    .home-chadi-hub-icon-frame {
        width: min(168px, 52vw);
    }

    .home-chadi-hub-copy h2 {
        font-size: 2.25rem;
    }

    .home-chadi-hub-description {
        font-size: 1rem;
    }

    .home-chadi-hub-release {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .home-chadi-hub-release-platforms {
        justify-content: space-between;
        gap: 14px;
    }

    .playverse-hero h1 {
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

    .home-brand-logo {
        width: clamp(76px, 22vw, 112px);
    }

    .home-brand-copy {
        font-size: clamp(1.65rem, 8.2vw, 3rem);
    }

    .home-world-showcase {
        padding: 54px 0 60px;
    }

    .home-world-gallery {
        padding: 58px 0 64px;
    }

    .home-world-showcase-copy h2 {
        font-size: clamp(1.9rem, 10vw, 3.1rem);
    }

    .home-world-showcase-image {
        border-radius: 10px;
    }

    .home-experiences .row,
    .home-world-gallery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-world-card-large {
        grid-column: auto;
    }

    .home-world-card .home-world-showcase-copy {
        padding: 20px;
    }

    .home-creator .row {
        margin-right: 0;
        margin-left: 0;
    }

    .home-connect .col-lg-6 {
        padding: 24px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-live-notice-dot {
        animation: none;
    }

    .playverse-game-image {
        transition: none;
    }
}

/* Premium */
.premium-body,
.premium-page {
    color: #fff;
    background: #101114;
}

.premium-hero {
    position: relative;
    display: flex;
    height: calc(100svh - 118px);
    min-height: 600px;
    max-height: 780px;
    align-items: center;
    overflow: hidden;
    background: #101114;
}

.premium-hero-image,
.premium-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.premium-hero-image {
    object-fit: cover;
    object-position: center 54%;
}

.premium-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.96) 0%, rgba(8, 9, 11, 0.78) 42%, rgba(8, 9, 11, 0.12) 78%),
        linear-gradient(0deg, rgba(8, 9, 11, 0.82) 0%, transparent 40%);
}

.premium-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 42px;
    padding-bottom: 104px;
}

.premium-eyebrow {
    display: block;
    color: #f4bd4f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
}

.premium-hero h1 {
    max-width: 800px;
    margin: 14px 0 18px;
    font-size: 5.2rem;
    font-weight: 750;
    line-height: 0.96;
    letter-spacing: 0;
}

.premium-hero-content > p {
    max-width: 620px;
    margin: 0 0 24px;
    color: #dadbde;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.premium-hero-price {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 25px;
}

.premium-hero-price strong {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
}

.premium-hero-price strong span {
    margin-right: 2px;
    color: #f4bd4f;
    font-size: 1rem;
    vertical-align: top;
}

.premium-hero-price small {
    color: #a7a8ae;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
}

.premium-primary-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    color: #121316;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid #f4bd4f;
    border-radius: 8px;
    background: #f4bd4f;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
}

.premium-primary-button:hover,
.premium-primary-button:focus {
    color: #121316;
    border-color: #ffd276;
    background: #ffd276;
}

.premium-hero-facts {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 7vw, 100px);
    padding: 14px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(11, 12, 15, 0.8);
    backdrop-filter: blur(12px);
}

.premium-hero-facts span {
    color: #d3d4d8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 650;
}

.premium-hero-facts span::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 50%;
    background: #55c7d9;
    content: "";
    vertical-align: 1px;
}

.premium-intro {
    padding: 92px 0 88px;
    background: #18191d;
}

.premium-section-heading {
    display: grid;
    max-width: 800px;
    gap: 13px;
    margin-bottom: 56px;
}

.premium-section-heading h2 {
    margin: 0;
    font-size: 2.7rem;
    letter-spacing: 0;
}

.premium-section-heading p {
    margin: 0;
    color: #999aa1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
}

.premium-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.premium-principles article {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.premium-principles article > span {
    color: #55c7d9;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
}

.premium-principles h3 {
    margin: 16px 0 10px;
    font-size: 1.05rem;
    letter-spacing: 0;
}

.premium-principles p {
    margin: 0;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.65;
}

.premium-benefits {
    padding: 92px 0 88px;
    background: #121316;
}

.premium-benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.premium-benefits-grid article {
    min-width: 0;
    min-height: 250px;
    padding: 22px 20px;
    border: 1px solid rgba(244, 189, 79, 0.14);
    border-top: 3px solid #f4bd4f;
    border-radius: 8px;
    background: #191a1e;
}

.premium-benefits-grid article > span {
    color: #f4bd4f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
}

.premium-benefits-grid h3 {
    margin: 42px 0 12px;
    color: #f4f4f5;
    font-size: 1rem;
    letter-spacing: 0;
}

.premium-benefits-grid p {
    margin: 0;
    color: #96979e;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    line-height: 1.65;
}

.premium-benefits-note {
    max-width: 880px;
    margin: 26px 0 0;
    color: #72737a;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    line-height: 1.6;
}

.premium-membership-section {
    padding: 88px 0 96px;
    background: #222329;
}

.premium-alert {
    max-width: 1120px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    font-family: system-ui, -apple-system, sans-serif;
    border-radius: 8px;
}

.premium-membership-panel {
    display: grid;
    max-width: 1120px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #17181c;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.premium-membership-panel.is-active {
    border-color: rgba(85, 199, 217, 0.34);
}

.premium-membership-copy,
.premium-membership-action {
    min-width: 0;
    padding: clamp(28px, 5vw, 56px);
}

.premium-membership-copy h2 {
    margin: 13px 0 16px;
    font-size: 2.25rem;
    letter-spacing: 0;
}

.premium-membership-copy > p {
    max-width: 650px;
    margin: 0;
    color: #9d9ea5;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    line-height: 1.7;
}

.premium-membership-copy > p strong {
    color: #e8e8ea;
}

.premium-membership-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 34px 0 0;
}

.premium-membership-details div {
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-membership-details dt,
.premium-membership-details dd {
    font-family: system-ui, -apple-system, sans-serif;
}

.premium-membership-details dt {
    color: #6f7077;
    font-size: 0.62rem;
    font-weight: 600;
}

.premium-membership-details dd {
    margin: 5px 0 0;
    color: #e2e2e5;
    font-size: 0.72rem;
    font-weight: 750;
}

.premium-membership-action {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    background: #131417;
}

.premium-membership-action > img {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    object-fit: cover;
    border-radius: 8px;
}

.premium-membership-action > strong {
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.45rem;
}

.premium-membership-action > span {
    margin-top: 5px;
    color: #f4bd4f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 750;
}

.premium-membership-panel.is-active .premium-membership-action > span {
    color: #55c7d9;
}

.premium-membership-action form {
    margin-top: 23px;
}

.premium-membership-action form .btn,
.premium-membership-action > .premium-primary-button {
    width: 100%;
}

.premium-membership-action > small {
    margin-top: 15px;
    color: #707178;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
    line-height: 1.55;
}

.premium-membership-action > small a,
.premium-secondary-link,
.premium-support-note a {
    color: #c7c8cc;
    text-underline-offset: 3px;
}

.premium-secondary-link {
    margin-top: 14px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    text-align: center;
}

.premium-support-note {
    margin: 24px auto 0;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    text-align: center;
}

.site-premium-nav-link {
    color: #d9b76e !important;
}

.site-premium-nav-link:hover,
.site-premium-nav-link:focus,
.site-premium-nav-link.active {
    color: #ffe2a0 !important;
}

.site-account-premium-status {
    display: inline-flex;
    width: fit-content;
    margin-top: 8px;
    padding: 4px 7px;
    color: #1a160d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.55rem;
    font-weight: 800;
    border-radius: 6px;
    background: #f4bd4f;
}

@media (max-width: 1199.98px) {
    .premium-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .premium-hero h1 {
        font-size: 3.6rem;
    }

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

    .premium-membership-panel {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .premium-membership-action {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .premium-hero {
        height: calc(100svh - 112px);
        min-height: 555px;
        max-height: 680px;
        align-items: flex-end;
    }

    .premium-hero-image {
        object-position: 58% center;
    }

    .premium-hero-overlay {
        background:
            linear-gradient(0deg, rgba(8, 9, 11, 0.98) 0%, rgba(8, 9, 11, 0.72) 58%, rgba(8, 9, 11, 0.18) 100%),
            linear-gradient(90deg, rgba(8, 9, 11, 0.44), transparent);
    }

    .premium-hero-content {
        padding: 42px 24px 108px;
    }

    .premium-hero h1 {
        font-size: 2.7rem;
    }

    .premium-hero-content > p {
        font-size: 0.88rem;
    }

    .premium-hero-facts {
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
        padding-right: 24px;
        padding-left: 24px;
    }

    .premium-hero-facts span {
        flex: 0 0 auto;
    }

    .premium-intro,
    .premium-benefits,
    .premium-membership-section {
        padding: 66px 0;
    }

    .premium-section-heading h2,
    .premium-membership-copy h2 {
        font-size: 2rem;
    }

    .premium-membership-details {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
    .premium-hero-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .premium-membership-copy,
    .premium-membership-action {
        padding: 26px 20px;
    }

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

    .premium-benefits-grid article {
        min-height: 0;
    }

    .premium-benefits-grid h3 {
        margin-top: 28px;
    }
}

/* Global header */
.site-announcement-stack {
    position: relative;
    z-index: 1040;
    display: grid;
    gap: 1px;
    background: #101114;
}

.site-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px clamp(16px, 4vw, 48px);
    color: #fff;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.35;
}

.site-announcement strong {
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-announcement span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.site-announcement-info {
    background: #12304a;
}

.site-announcement-warning {
    color: #1b1500;
    background: #ffc107;
}

.site-announcement-alert {
    background: #981f2d;
}

.site-navbar {
    position: relative;
    z-index: 1030;
    min-height: 74px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 18, 21, 0.98);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
}

.site-navbar-inner {
    min-height: 74px;
    padding-right: clamp(18px, 3vw, 46px);
    padding-left: clamp(18px, 3vw, 46px);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: clamp(24px, 3vw, 54px);
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.site-brand:hover,
.site-brand:focus {
    color: #fff;
}

.site-brand-symbol {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    color: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.site-brand-copy small {
    margin-top: 4px;
    color: inherit;
    font-size: 0.54rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    -webkit-text-fill-color: currentColor;
}

.site-brand-country {
    align-self: flex-start;
    margin-top: 1px;
    margin-left: -5px;
    color: #989aa1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.site-brand-copy.is-premium-member {
    color: #f4c750;
    text-shadow: 0 0 18px rgba(244, 199, 80, 0.28);
    animation: premiumBrandGlow 3.6s ease-in-out infinite;
}

@keyframes premiumBrandGlow {
    0%, 100% {
        color: #e7b942;
        text-shadow: 0 0 12px rgba(244, 199, 80, 0.2);
    }
    50% {
        color: #ffe08a;
        text-shadow: 0 0 22px rgba(244, 199, 80, 0.4);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-brand-copy.is-premium-member {
        animation: none;
    }
}

.site-brand-copy small.pride-text {
    color: inherit;
    -webkit-text-fill-color: transparent;
}

.site-brand-copy.pride-text,
.site-brand-copy.halloween-text,
.site-brand-copy.christmas-text,
.site-brand-copy.valentine-text {
    position: relative;
}

.site-navbar-collapse {
    min-width: 0;
}

.site-nav-links {
    align-items: center;
    gap: 3px;
}

.site-nav-links .nav-link {
    position: relative;
    padding: 10px 12px !important;
    color: #a6a7ad;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 8px;
    transition: color 140ms ease, background-color 140ms ease;
}

.site-nav-links .nav-link::after {
    position: absolute;
    right: 12px;
    bottom: 4px;
    left: 12px;
    height: 2px;
    background: #ffc107;
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 140ms ease, transform 140ms ease;
}

.site-nav-links .nav-link:hover,
.site-nav-links .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.055);
}

.site-nav-links .nav-link.active {
    color: #fff;
}

.site-nav-links .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-account-area {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    margin-left: 14px;
}

.site-login-button,
.site-signup-button,
.site-account-button {
    min-height: 40px;
    padding: 9px 15px;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 8px;
}

.site-login-button {
    color: #d4d5d9;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #242529;
}

.site-login-button:hover,
.site-login-button:focus {
    color: #fff;
    background: #303136;
}

.site-signup-button {
    color: #111;
    border: 1px solid #fff;
    background: #fff;
}

.site-signup-button:hover,
.site-signup-button:focus {
    color: #111;
    border-color: #ffc107;
    background: #ffc107;
}

.site-account-button {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #222327;
}

.site-account-button:hover,
.site-account-button:focus,
.site-account-button.show {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: #2c2d32;
}

.site-account-button img {
    width: 27px;
    height: 27px;
    object-fit: cover;
    border-radius: 50%;
}

.site-account-button.is-premium-member {
    color: #fff8df;
    border-color: rgba(244, 199, 80, 0.72);
    background:
        linear-gradient(110deg, rgba(255, 235, 164, 0.08) 20%, rgba(255, 220, 108, 0.3) 42%, rgba(255, 235, 164, 0.08) 64%) 200% 0 / 220% 100%,
        linear-gradient(135deg, #312711, #171819 70%);
    box-shadow: 0 0 0 1px rgba(255, 214, 93, 0.08), 0 9px 26px rgba(202, 151, 29, 0.16);
    animation: premiumAccountShimmer 4.8s ease-in-out infinite;
}

.site-account-button.is-premium-member:hover,
.site-account-button.is-premium-member:focus,
.site-account-button.is-premium-member.show {
    color: #fffbed;
    border-color: #f4c750;
    background:
        linear-gradient(110deg, rgba(255, 235, 164, 0.1) 20%, rgba(255, 220, 108, 0.34) 42%, rgba(255, 235, 164, 0.1) 64%) 100% 0 / 220% 100%,
        linear-gradient(135deg, #403315, #1b1b1b 72%);
    box-shadow: 0 0 0 1px rgba(255, 214, 93, 0.12), 0 12px 32px rgba(202, 151, 29, 0.24);
}

.site-account-button.is-premium-member img {
    border: 2px solid #f4c750;
    box-shadow: 0 0 16px rgba(244, 199, 80, 0.32);
}

.site-account-menu {
    min-width: 245px;
    margin-top: 11px !important;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: #1b1c20;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.site-account-menu-heading {
    padding: 10px 12px 8px;
}

.site-account-menu-heading small,
.site-account-menu-heading strong {
    display: block;
}

.site-account-menu-heading small {
    margin-bottom: 4px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.site-account-menu-heading strong {
    color: #fff;
    font-size: 0.78rem;
}

.site-account-menu .dropdown-item {
    padding: 9px 12px;
    color: #c3c4c9;
    font-size: 0.72rem;
    border-radius: 6px;
}

.site-account-menu .dropdown-item:hover,
.site-account-menu .dropdown-item:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.site-account-menu .site-admin-link {
    color: #ff5d65;
}

.site-account-menu .site-admin-link:hover,
.site-account-menu .site-admin-link:focus {
    color: #ff7a81;
    background: rgba(255, 75, 85, 0.1);
}

.site-account-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.09);
}

.site-navbar-toggler {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

/* Global footer */
.site-footer {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #111215;
}

.site-footer::before {
    position: absolute;
    top: 0;
    left: 8%;
    width: 34%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffc107, transparent);
    content: "";
}

.site-footer-main {
    padding-top: clamp(58px, 7vw, 92px);
    padding-bottom: clamp(48px, 6vw, 76px);
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: none;
}

.site-footer-brand:hover {
    color: #fff;
}

.site-footer-former-name {
    margin: 10px 0 0;
    color: #73747b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    line-height: 1.45;
}

.site-footer-manifesto {
    max-width: 480px;
    margin: 20px 0 22px;
    color: #94959b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
}

.site-footer-email {
    color: #d2d3d7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer-email:hover {
    color: #ffc107;
    border-color: #ffc107;
}

.site-footer-heading {
    margin: 6px 0 22px;
    color: #f3f3f5;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer-links,
.site-footer-socials {
    display: grid;
    gap: 13px;
}

.site-footer-links a,
.site-footer-socials a {
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.79rem;
    text-decoration: none;
    transition: color 140ms ease, transform 140ms ease;
}

.site-footer-links a:hover,
.site-footer-socials a:hover {
    color: #fff;
    transform: translateX(3px);
}

.site-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-socials strong {
    color: #ffc107;
    font-weight: 400;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    padding-bottom: 25px;
    color: #62636a;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199.98px) {
    .site-navbar-inner {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .site-navbar-collapse {
        max-height: calc(100svh - 100px);
        margin-top: 13px;
        padding: 18px;
        overflow-y: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: #17181c;
    }

    .site-navbar-collapse.show,
    .site-navbar-collapse.collapsing {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .site-nav-links {
        order: 1;
        width: 100%;
        align-items: stretch;
        gap: 3px;
    }

    .site-nav-links .nav-link {
        padding: 11px 13px !important;
    }

    .site-nav-links .nav-link::after {
        top: 10px;
        right: auto;
        bottom: 10px;
        left: 2px;
        width: 2px;
        height: auto;
        transform: scaleY(0.45);
    }

    .site-nav-links .nav-link.active::after {
        transform: scaleY(1);
    }

    .site-account-area {
        width: 100%;
        order: 0;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-account-area .dropdown,
    .site-account-button {
        width: 100%;
    }

    .site-account-button {
        justify-content: flex-start;
    }

    .site-account-button::after {
        margin-left: auto;
    }

    .site-account-menu {
        position: static !important;
        inset: auto !important;
        width: 100%;
        max-height: none;
        margin-top: 8px !important;
        transform: none !important;
    }
}

@media (max-width: 767.98px) {
    .site-brand-copy {
        font-size: 0.74rem;
    }

    .site-account-area {
        align-items: stretch;
        flex-direction: column;
    }

    .site-account-area .dropdown,
    .site-account-button,
    .site-login-button,
    .site-signup-button {
        width: 100%;
    }

    .site-account-button {
        justify-content: space-between;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-nav-links .nav-link,
    .site-nav-links .nav-link::after,
    .site-footer-links a,
    .site-footer-socials a {
        transition: none;
    }
}

/* Shared account cards */
.user-button {
    gap: 15px;
}

.user-button-avatar {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
}

.user-button-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.user-button-name {
    font-weight: 600;
}

.user-button-meta {
    margin-top: 3px;
    overflow-wrap: anywhere;
    opacity: 0.7;
    font-size: 0.78rem;
}

.user-button-extra-meta {
    margin-top: 6px;
    color: #9be36d;
    font-size: 0.76rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.user-button-extra-meta.is-warning {
    color: #f8c76a;
}

/* Team */
.team-body,
.team-page {
    background: #202126;
}

.team-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    color: #fff;
}

.team-page .row > * {
    min-width: 0;
}

.team-hero {
    position: relative;
    display: flex;
    min-height: min(78svh, 820px);
    align-items: flex-end;
    overflow: hidden;
    background: #18191d;
}

.team-hero-image,
.team-hero-overlay {
    position: absolute;
    inset: 0;
}

.team-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 8, 11, 0.94) 0%, rgba(7, 8, 11, 0.59) 48%, rgba(7, 8, 11, 0.08) 78%),
        linear-gradient(0deg, #202126 0%, rgba(32, 33, 38, 0.02) 45%);
}

.team-hero > .container {
    z-index: 1;
}

.team-hero-content {
    width: min(780px, 78%);
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.74);
}

.team-eyebrow {
    display: block;
    color: #ffc107;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.team-hero h1 {
    margin: 15px 0 20px;
    font-size: clamp(3.5rem, 7vw, 7.3rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
}

.team-hero-content > p {
    max-width: 660px;
    margin-bottom: 30px;
    color: #dedee1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.7;
}

.team-primary-button {
    padding: 12px 20px;
    color: #111;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    background: #ffc107;
}

.team-primary-button:hover,
.team-primary-button:focus {
    color: #111;
    background: #fff;
}

.team-hero-note {
    position: absolute;
    right: clamp(30px, 5vw, 78px);
    bottom: 45px;
    z-index: 1;
    max-width: 310px;
    padding-left: 18px;
    border-left: 2px solid #ffc107;
}

.team-hero-note span,
.team-hero-note strong {
    display: block;
}

.team-hero-note span {
    color: #aaaab0;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team-hero-note strong {
    margin-top: 6px;
    font-size: 0.82rem;
    line-height: 1.45;
}

.team-intro {
    background: #292a30;
}

.team-intro h2,
.team-section-heading h2,
.team-values-heading h2,
.team-closing h2 {
    margin: 12px 0 0;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.team-intro p,
.team-section-heading > p {
    color: #aaaab0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.team-stats div {
    padding: 28px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.team-stats div:last-child {
    border-right: 0;
}

.team-stats strong,
.team-stats span {
    display: block;
}

.team-stats strong {
    color: #ffc107;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.team-stats span {
    margin-top: 6px;
    color: #898a91;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
}

.team-members {
    padding-top: 52px;
    padding-bottom: 62px;
}

.team-leadership {
    scroll-margin-top: 20px;
    background: #222329;
}

.team-crew {
    background: #292a30;
}

.team-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 38px;
    margin-bottom: 36px;
}

.team-section-heading > p {
    max-width: 480px;
    margin: 0;
}

.team-members-grid {
    margin-right: -10px;
    margin-left: -10px;
}

.team-member-column {
    padding-right: 10px;
    padding-left: 10px;
}

.team-member-card {
    position: relative;
    min-height: 128px;
    gap: 19px;
    padding: 22px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px;
    background: #18191d !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.team-member-card::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ffc107;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.team-member-card:hover,
.team-member-card:focus {
    border-color: rgba(255, 193, 7, 0.28) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
}

.team-member-card:hover::before,
.team-member-card:focus::before {
    transform: scaleX(1);
}

.team-member-card.is-premium-member {
    border-color: rgba(244, 199, 80, 0.58) !important;
    background:
        linear-gradient(115deg, transparent 22%, rgba(255, 226, 132, 0.12) 44%, transparent 66%) 180% 0 / 220% 100%,
        linear-gradient(145deg, #302611, #18191d 66%) !important;
    box-shadow: 0 16px 42px rgba(180, 128, 18, 0.18), inset 0 0 0 1px rgba(255, 233, 159, 0.05);
    animation: premiumAccountShimmer 5.4s ease-in-out infinite;
}

.team-member-card.is-premium-member::before {
    background: linear-gradient(90deg, #b98920, #ffe08a, #b98920);
    transform: scaleX(1);
}

.team-member-card.is-premium-member .user-button-avatar {
    border-color: #f4c750;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28), 0 0 20px rgba(244, 199, 80, 0.2);
}

.team-member-card.is-premium-member:hover,
.team-member-card.is-premium-member:focus {
    border-color: #f4c750 !important;
    box-shadow: 0 22px 54px rgba(180, 128, 18, 0.25), inset 0 0 0 1px rgba(255, 233, 159, 0.08);
}

.team-member-card .user-button-avatar {
    width: 76px;
    height: 76px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.team-member-card .user-button-name {
    font-size: 0.96rem;
}

.team-member-card .user-button-meta {
    color: #a2a3a9;
    font-family: system-ui, -apple-system, sans-serif;
}

.team-member-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
}

.team-member-roles span {
    padding: 5px 8px;
    color: #d5b75b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
    border: 1px solid rgba(255, 193, 7, 0.16);
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.065);
}

.team-member-arrow {
    align-self: flex-start;
    margin-left: auto;
    color: #6e6f76;
    font-size: 0.9rem;
    transition: color 160ms ease, transform 160ms ease;
}

.team-member-card:hover .team-member-arrow,
.team-member-card:focus .team-member-arrow {
    color: #ffc107;
    transform: translate(2px, -2px);
}

.team-empty {
    padding: 34px;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #18191d;
}

.team-values {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #222329;
}

.team-values-heading {
    margin-bottom: 34px;
}

.team-value-card {
    position: relative;
    min-height: 280px;
    padding: 32px;
    border-top: 3px solid #ffc107;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #18191d;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.team-value-card > span {
    color: #ffc107;
    font-size: 0.7rem;
}

.team-value-card h3 {
    margin: 55px 0 14px;
    font-size: 1.16rem;
    font-weight: 700;
}

.team-value-card p {
    margin: 0;
    color: #92939a;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.team-closing {
    background: #292a30;
}

.team-closing-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    margin: 30px 0;
    padding: clamp(36px, 5vw, 66px);
    border-left: 4px solid #ffc107;
    background: #1f2025;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.team-closing h2 {
    max-width: 790px;
    font-size: clamp(2rem, 4vw, 3.8rem);
}

.team-closing .btn {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .team-hero-note {
        display: none;
    }

    .team-section-heading {
        display: block;
    }

    .team-section-heading > p {
        margin-top: 18px;
    }

    .team-closing-card {
        display: block;
    }

    .team-closing .btn {
        margin-top: 25px;
    }
}

@media (max-width: 767.98px) {
    .team-hero {
        min-height: 720px;
    }

    .team-hero-image {
        object-position: 58% center;
    }

    .team-hero-overlay {
        background:
            linear-gradient(0deg, #202126 3%, rgba(7, 8, 11, 0.66) 62%, rgba(7, 8, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(7, 8, 11, 0.5), transparent);
    }

    .team-hero-content {
        width: 100%;
    }

    .team-hero h1 {
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

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

    .team-stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .team-stats div:last-child {
        border-bottom: 0;
    }

    .team-member-card {
        align-items: flex-start !important;
        min-height: 116px;
        padding: 18px !important;
    }

    .team-member-card .user-button-avatar {
        width: 60px;
        height: 60px;
    }

    .team-member-arrow {
        display: none;
    }

    .team-value-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .team-member-card,
    .team-member-card::before,
    .team-member-arrow {
        transition: none;
    }
}

/* Administration */
.admin-body,
.admin-page {
    color: #fff;
    background: #151619;
}

.admin-page {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        radial-gradient(circle at 82% 2%, rgba(255, 193, 7, 0.11), transparent 28%),
        radial-gradient(circle at 14% 82%, rgba(68, 98, 255, 0.055), transparent 26%),
        #111216;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.admin-shell {
    position: relative;
    z-index: 1;
    padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 58px) clamp(70px, 8vw, 110px);
}

.admin-layout {
    max-width: 1640px;
    margin: 0 auto;
}

.admin-sidebar-column {
    align-self: flex-start;
}

.admin-sidebar {
    position: sticky;
    top: 24px;
    padding: 18px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 18px !important;
    background: rgba(20, 21, 25, 0.96) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.admin-sidebar::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #ffc107;
    content: "";
}

.admin-sidebar-brand {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 2px 4px 21px;
    padding: 17px 8px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.admin-sidebar-mark {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #111;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    border-radius: 13px;
    background: linear-gradient(135deg, #ffe082, #ffc107 68%);
    box-shadow: 0 10px 28px rgba(255, 193, 7, 0.18);
}

.admin-sidebar-brand div > span,
.admin-content-heading > span {
    display: block;
    color: #ffc107;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.admin-sidebar-brand h5 {
    margin: 5px 0 0;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.admin-role-pill {
    padding: 5px 7px;
    color: #a3a4aa;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
}

.admin-nav-label {
    display: block;
    margin: 0 12px 9px;
    color: #5f6067;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-nav-label-spaced {
    margin-top: 22px;
}

.admin-sidebar > a,
.admin-sidebar .ms-3 a {
    position: relative;
    display: flex !important;
    min-height: 46px;
    align-items: center;
    margin-bottom: 4px !important;
    gap: 12px;
    padding: 11px 13px !important;
    color: #a9aab0 !important;
    font-size: 0.72rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px !important;
    transition: color 140ms ease, background-color 140ms ease, transform 140ms ease;
}

.admin-sidebar > a svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    fill: none;
    stroke: #74757c;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 140ms ease;
}

.admin-sidebar > a:hover,
.admin-sidebar > a:focus,
.admin-sidebar .ms-3 a:hover,
.admin-sidebar .ms-3 a:focus {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.055);
    transform: translateX(2px);
}

.admin-sidebar > a:hover svg,
.admin-sidebar > a:focus svg {
    stroke: #ffc107;
}

.admin-sidebar > a.bg-secondary,
.admin-sidebar .ms-3 a.bg-secondary {
    color: #111 !important;
    border-color: #ffc107;
    background: linear-gradient(135deg, #ffda62, #ffc107) !important;
    box-shadow: 0 10px 26px rgba(255, 193, 7, 0.16);
}

.admin-sidebar > a.bg-secondary svg {
    stroke: #111;
}

.admin-sidebar .ms-3 {
    margin: 5px 0 9px 13px !important;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 193, 7, 0.3);
}

.admin-sidebar .ms-3 a {
    min-height: 38px;
    padding-left: 12px !important;
    font-size: 0.67rem;
}

.admin-sidebar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 23px 4px 0;
    padding: 17px 9px 4px;
    color: #73747b;
    font-family: system-ui, -apple-system, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-footer small {
    max-width: 110px;
    overflow: hidden;
    font-size: 0.57rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-live-indicator {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #a3a4aa;
    font-size: 0.59rem;
    font-weight: 700;
}

.admin-live-indicator i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #47d987;
    box-shadow: 0 0 0 4px rgba(71, 217, 135, 0.1);
}

.admin-content {
    min-width: 0;
}

.admin-content-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 34px;
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    border-radius: 16px;
    background:
        linear-gradient(110deg, rgba(255, 193, 7, 0.08), transparent 38%),
        rgba(27, 28, 32, 0.96);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
}

.admin-content-heading::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: linear-gradient(#ffe082, #ffc107);
    content: "";
}

.admin-content-heading {
    position: relative;
}

.admin-content-heading-copy > span {
    display: block;
    color: #ffc107;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-content-heading h1 {
    margin: 10px 0 11px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.admin-content-heading p {
    max-width: 720px;
    margin: 0;
    color: #96979d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
}

.admin-content-operator {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 220px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(10, 11, 14, 0.32);
}

.admin-operator-avatar {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #111;
    font-size: 0.85rem;
    font-weight: 900;
    border-radius: 12px;
    background: #ffc107;
}

.admin-content-operator strong,
.admin-content-operator div > span {
    display: block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-content-operator strong {
    font-size: 0.75rem;
}

.admin-content-operator div > span {
    margin-top: 4px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.61rem;
}

.admin-command-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-command-card {
    position: relative;
    min-height: 265px;
    padding: clamp(24px, 3vw, 34px);
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 193, 7, 0.09), transparent 27%),
        rgba(27, 28, 32, 0.97);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
    transition: border-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.admin-command-card:hover,
.admin-command-card:focus {
    color: #fff;
    border-color: rgba(255, 193, 7, 0.4);
    box-shadow: 0 28px 68px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.admin-command-card > span {
    color: #66676e;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.admin-command-card > svg {
    position: absolute;
    top: 27px;
    right: 28px;
    width: 31px;
    height: 31px;
    fill: none;
    stroke: #ffc107;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.admin-command-card h2 {
    margin: 64px 0 10px;
    font-size: 1.28rem;
    font-weight: 750;
    letter-spacing: -0.045em;
}

.admin-command-card p {
    max-width: 390px;
    margin: 0 0 25px;
    color: #8f9097;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.65;
}

.admin-command-card strong {
    color: #d6d7db;
    font-size: 0.68rem;
    font-weight: 700;
}

.admin-command-card strong i {
    display: inline-block;
    margin-left: 7px;
    color: #ffc107;
    font-style: normal;
    transition: transform 170ms ease;
}

.admin-command-card:hover strong i,
.admin-command-card:focus strong i {
    transform: translateX(4px);
}

.admin-filter-panel {
    margin-bottom: 25px;
    padding: clamp(22px, 3vw, 30px);
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: rgba(27, 28, 32, 0.97);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.admin-filter-heading,
.admin-results-heading,
.admin-panel-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
}

.admin-filter-heading {
    margin-bottom: 20px;
}

.admin-filter-heading span,
.admin-results-heading span,
.admin-panel-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-filter-heading h2,
.admin-panel-heading h2 {
    margin: 0;
    font-size: 1.14rem;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.admin-filter-heading > a {
    color: #9a9ba2;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    text-underline-offset: 4px;
}

.admin-filter-heading > a:hover {
    color: #ffc107;
}

.admin-search-group .form-control {
    min-height: 52px;
    padding-left: 17px;
    border-radius: 10px 0 0 10px !important;
}

.admin-search-group .btn {
    min-width: 116px;
    border-radius: 0 10px 10px 0 !important;
}

.admin-directory-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.admin-directory-search {
    position: relative;
    display: block;
    min-width: 0;
}

.admin-directory-search svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 18px;
    height: 18px;
    color: #85868d;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.admin-directory-search input {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px 12px 48px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.025), transparent),
        #111216;
    font-size: 0.88rem;
    outline: none;
}

.admin-directory-search input::placeholder {
    color: #777880;
}

.admin-directory-search input:focus {
    border-color: rgba(255, 193, 7, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.08);
}

.admin-directory-search-row .btn {
    min-height: 52px;
    min-width: 118px;
    border-radius: 999px !important;
    font-weight: 800;
}

.admin-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.admin-filter-chips .form-check {
    position: relative;
    margin: 0;
    padding: 0;
}

.admin-filter-chips .form-check-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.admin-filter-chips .form-check-label {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    color: #9c9da4;
    font-size: 0.67rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.admin-filter-chips .form-check-input:checked + .form-check-label {
    color: #111;
    border-color: #ffc107;
    background: #ffc107;
}

.admin-filter-chips .form-check-input:focus-visible + .form-check-label {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.14);
}

.admin-results-heading {
    margin: 5px 0 10px;
    padding: 5px 2px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-results-heading h3 {
    margin: 0;
    font-size: 1rem;
    letter-spacing: -0.03em;
}

.admin-results-heading p {
    margin: 0;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.admin-account-directory .user-button-column,
.admin-group-members .user-button-column {
    margin-bottom: 0 !important;
}

.admin-account-directory .user-button,
.admin-group-members .user-button {
    min-height: 92px;
    padding: 17px !important;
    border-radius: 13px !important;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.025), transparent),
        #1b1c20 !important;
}

.admin-account-directory .user-button-avatar,
.admin-group-members .user-button-avatar {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

.admin-account-directory .user-button-name,
.admin-group-members .user-button-name {
    font-size: 0.83rem;
    font-weight: 750;
}

.admin-account-directory .user-button-meta,
.admin-group-members .user-button-meta {
    margin-top: 5px;
    color: #818289;
    font-size: 0.68rem;
}

.admin-identity-reviews {
    display: grid;
    gap: 22px;
}

.admin-identity-review-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px;
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 15px;
    background: radial-gradient(circle at 95% 0, rgba(255, 193, 7, 0.12), transparent 34%), #1b1c20;
}

.admin-identity-review-intro span,
.admin-identity-review-card > header > span,
.admin-identity-review-account > span {
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.admin-identity-review-intro h2 {
    margin: 7px 0 8px;
    font-size: 1.45rem;
}

.admin-identity-review-intro p {
    max-width: 680px;
    margin: 0;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    line-height: 1.6;
}

.admin-identity-review-intro > strong {
    flex: 0 0 auto;
    padding: 9px 12px;
    color: #151515;
    font-size: 0.65rem;
    border-radius: 999px;
    background: #ffc107;
}

.admin-identity-review-list {
    display: grid;
    gap: 16px;
}

.admin-identity-review-card {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #1b1c20;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.admin-identity-review-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.admin-identity-review-card time {
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
}

.admin-identity-review-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-identity-review-account {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-identity-review-account h3 {
    margin: 8px 0 2px;
    font-size: 1rem;
}

.admin-identity-review-account > p {
    overflow: hidden;
    margin: 0 0 14px;
    color: #85868d;
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-identity-review-account dl {
    display: grid;
    gap: 7px;
    margin: 0 0 15px;
}

.admin-identity-review-account dl > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.admin-identity-review-account dt,
.admin-identity-review-account dd {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.61rem;
}

.admin-identity-review-account dt { color: #77787f; }
.admin-identity-review-account dd {
    overflow: hidden;
    color: #c9c9cd;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-identity-review-account > a {
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-decoration: none;
}

.admin-identity-review-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-identity-check {
    display: grid;
    gap: 18px;
}

.admin-identity-check-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px;
    border: 1px solid rgba(76, 201, 240, 0.2);
    border-radius: 15px;
    background: radial-gradient(circle at 95% 0, rgba(76, 201, 240, 0.12), transparent 36%), #1b1c20;
}

.admin-identity-check-intro span {
    color: #6dd5f7;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.admin-identity-check-intro h2 {
    margin: 7px 0 8px;
    font-size: 1.45rem;
}

.admin-identity-check-intro p {
    max-width: 720px;
    margin: 0;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    line-height: 1.6;
}

.admin-identity-check-intro > strong {
    flex: 0 0 auto;
    padding: 9px 12px;
    color: #071418;
    font-size: 0.61rem;
    border-radius: 999px;
    background: #6dd5f7;
}

.admin-identity-check-form {
    display: grid;
    gap: 20px;
    padding: clamp(22px, 4vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #1b1c20;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.admin-identity-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.admin-identity-check-field {
    display: grid;
    gap: 8px;
}

.admin-identity-check-field label {
    color: #d7d7da;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
}

.admin-identity-check-field .form-control {
    min-height: 48px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    background: #121316;
}

.admin-identity-check-field.is-first-name {
    align-content: start;
    min-width: 0;
}

.admin-identity-check-field.is-first-name .form-control {
    width: 100%;
    height: 48px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.admin-identity-check-field .form-control:focus {
    border-color: rgba(109, 213, 247, 0.65);
    background: #121316;
    box-shadow: 0 0 0 0.2rem rgba(109, 213, 247, 0.1);
}

.admin-identity-check-field small {
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
}

.admin-identity-check-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(109, 213, 247, 0.12);
    border-radius: 10px;
    background: rgba(109, 213, 247, 0.04);
}

.admin-identity-check-notice > span {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    place-items: center;
    color: #091619;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 50%;
    background: #6dd5f7;
}

.admin-identity-check-notice p {
    margin: 1px 0 0;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    line-height: 1.55;
}

.admin-identity-check-form > .btn {
    justify-self: end;
    min-width: 240px;
    min-height: 48px;
    font-weight: 800;
}

.admin-identity-check-result {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid;
    border-radius: 13px;
}

.admin-identity-check-result > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    border-radius: 50%;
}

.admin-identity-check-result strong,
.admin-identity-check-result p {
    display: block;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-identity-check-result strong { font-size: 0.85rem; }
.admin-identity-check-result p { margin-top: 3px; color: #999aa0; font-size: 0.66rem; }

.admin-identity-check-result.is-match {
    border-color: rgba(25, 200, 126, 0.24);
    background: rgba(25, 200, 126, 0.07);
}

.admin-identity-check-result.is-match > span { background: #19c87e; }

.admin-identity-check-result.is-mismatch {
    border-color: rgba(255, 82, 98, 0.24);
    background: rgba(255, 82, 98, 0.07);
}

.admin-identity-check-result.is-mismatch > span { background: #ff5262; }

@media (max-width: 767.98px) {
    .admin-identity-check-intro {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-identity-check-grid {
        grid-template-columns: 1fr;
    }

    .admin-identity-check-form > .btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .admin-identity-review-intro,
    .admin-identity-review-card > header,
    .admin-identity-review-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-identity-review-pair {
        grid-template-columns: 1fr;
    }
}

.admin-account-groups {
    display: grid;
    gap: 24px;
}

.admin-shared-ips {
    display: grid;
    gap: 24px;
}

.admin-shared-ip-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 15px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 193, 7, 0.11), transparent 30%),
        rgba(27, 28, 32, 0.97);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.admin-shared-ip-summary > div:first-child {
    max-width: 760px;
}

.admin-shared-ip-summary > div:first-child > span,
.admin-shared-ip-group > header > div:first-child > span {
    display: block;
    margin-bottom: 8px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-shared-ip-summary h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.admin-shared-ip-summary p {
    margin: 12px 0 0;
    color: #92939a;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.65;
}

.admin-shared-ip-summary-stats {
    display: grid;
    min-width: 260px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
}

.admin-shared-ip-summary-stats div {
    padding: 18px;
    text-align: center;
}

.admin-shared-ip-summary-stats div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-shared-ip-summary-stats strong,
.admin-shared-ip-summary-stats span {
    display: block;
}

.admin-shared-ip-summary-stats strong {
    color: #ffc107;
    font-size: 1.7rem;
    line-height: 1;
}

.admin-shared-ip-summary-stats span {
    margin-top: 7px;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.58rem;
}

.admin-shared-ip-list {
    display: grid;
    gap: 18px;
}

.admin-shared-ip-group {
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(20, 21, 25, 0.82);
}

.admin-shared-ip-group > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-shared-ip-group code {
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.88rem;
    overflow-wrap: anywhere;
}

.admin-shared-ip-group-meta {
    display: grid;
    flex: 0 0 auto;
    gap: 4px;
    text-align: right;
}

.admin-shared-ip-group-meta strong {
    color: #ffc107;
    font-size: 0.72rem;
}

.admin-shared-ip-group-meta span {
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.6rem;
}

@media (max-width: 767.98px) {
    .admin-shared-ip-summary,
    .admin-shared-ip-group > header {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-shared-ip-summary-stats {
        width: 100%;
        min-width: 0;
    }

    .admin-shared-ip-group-meta {
        text-align: left;
    }
}

.admin-group-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 193, 7, 0.1), transparent 28%),
        rgba(27, 28, 32, 0.97);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.admin-group-summary > div:first-child > span,
.admin-group-members-heading > div > span {
    display: block;
    margin-bottom: 8px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-group-summary h2,
.admin-group-members-heading h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    letter-spacing: -0.045em;
}

.admin-group-summary p {
    max-width: 650px;
    margin: 11px 0 0;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.79rem;
    line-height: 1.65;
}

.admin-group-total {
    min-width: 132px;
    padding: 18px;
    text-align: center;
    border: 1px solid rgba(255, 193, 7, 0.18);
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.06);
}

.admin-group-total strong,
.admin-group-total span {
    display: block;
}

.admin-group-total strong {
    color: #ffc107;
    font-size: 1.8rem;
    line-height: 1;
}

.admin-group-total span {
    margin-top: 7px;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.58rem;
}

.admin-group-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.admin-group-card {
    --group-accent: #ffc107;
    position: relative;
    min-height: 154px;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 13px;
    background: rgba(27, 28, 32, 0.97);
    transition: border-color 150ms ease, transform 150ms ease, background-color 150ms ease;
}

.admin-group-card.is-green { --group-accent: #47d987; }
.admin-group-card.is-red { --group-accent: #f16d79; }
.admin-group-card.is-yellow { --group-accent: #ffc107; }
.admin-group-card.is-blue { --group-accent: #69a5ff; }
.admin-group-card.is-purple { --group-accent: #b28cff; }
.admin-group-card.is-cyan { --group-accent: #61d7dc; }
.admin-group-card.is-orange { --group-accent: #ff9b55; }
.admin-group-card.is-pink { --group-accent: #ff78ad; }
.admin-group-card.is-lime { --group-accent: #9bd66f; }

.admin-group-card:hover,
.admin-group-card:focus,
.admin-group-card.active {
    color: #fff;
    border-color: color-mix(in srgb, var(--group-accent) 55%, transparent);
    background: color-mix(in srgb, var(--group-accent) 7%, #1b1c20);
    transform: translateY(-2px);
}

.admin-group-card.active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--group-accent);
    content: "";
}

.admin-group-card-icon {
    display: block;
    width: 11px;
    height: 11px;
    margin-bottom: 25px;
    border: 2px solid var(--group-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--group-accent) 10%, transparent);
}

.admin-group-card strong,
.admin-group-card small {
    display: block;
    max-width: calc(100% - 46px);
}

.admin-group-card strong {
    margin-bottom: 7px;
    font-size: 0.8rem;
}

.admin-group-card small {
    color: #7f8087;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.65rem;
    line-height: 1.45;
}

.admin-group-card b {
    position: absolute;
    top: 18px;
    right: 19px;
    color: var(--group-accent);
    font-size: 1.45rem;
    line-height: 1;
}

.admin-group-members-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
    padding: 0 2px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-group-members-secondary-heading {
    margin-top: 28px;
}

.admin-group-members-heading h2 {
    font-size: 1.3rem;
}

.admin-group-members-tools {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
}

.admin-group-search {
    position: relative;
    display: block;
    width: min(360px, 38vw);
}

.admin-group-search svg {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 17px;
    height: 17px;
    color: #81828a;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.admin-group-search input {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px 10px 42px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: #111216;
    font-size: 0.82rem;
    outline: none;
}

.admin-group-search input::placeholder {
    color: #777880;
}

.admin-group-search input:focus {
    border-color: rgba(255, 193, 7, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.08);
}

.admin-group-members-tools > p {
    margin: 0;
    color: #888990;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    white-space: nowrap;
}

.admin-group-members-tools .btn {
    min-height: 44px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 999px !important;
    font-size: 0.78rem;
    font-weight: 800;
}

.admin-group-search-clear {
    color: #9a9ba2;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    text-underline-offset: 4px;
    white-space: nowrap;
}

.admin-group-search-clear:hover,
.admin-group-search-clear:focus {
    color: #ffc107;
}

.admin-group-members .user-button {
    width: 100%;
}

.admin-group-members .team-member-roles {
    margin-top: 9px;
}

.admin-group-members .team-member-roles span {
    padding: 4px 7px;
    font-size: 0.52rem;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .admin-group-members .user-button-column,
    .admin-group-members .user-button {
        width: 100%;
    }
}

.admin-group-empty {
    padding: 52px 24px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.015);
}

.admin-group-empty > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 17px;
    place-items: center;
    color: #6c6d74;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: #202126;
}

.admin-group-empty h3 {
    margin: 0 0 7px;
    font-size: 1rem;
}

.admin-group-empty p {
    margin: 0;
    color: #74757c;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.admin-panel-heading {
    margin-bottom: 27px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-panel-heading h2 {
    font-size: 1.28rem;
}

.admin-panel-heading p {
    max-width: 670px;
    margin: 9px 0 0;
    color: #87888f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
    line-height: 1.6;
}

.admin-panel-heading-row > div .admin-panel-heading {
    border: 0;
}

.admin-panel-heading-row > strong {
    padding: 7px 10px;
    color: #ffc107;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.64rem;
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 7px;
    background: rgba(255, 193, 7, 0.07);
}

.admin-editor-card .card-body {
    padding: clamp(26px, 4vw, 40px);
}

.admin-edit-user-page {
    max-width: none;
}

.admin-edit-user-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background:
        linear-gradient(110deg, rgba(255, 193, 7, 0.07), transparent 40%),
        rgba(27, 28, 32, 0.97);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.admin-edit-user-context > div:first-child > span {
    display: block;
    margin-bottom: 8px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-edit-user-context h2 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    letter-spacing: -0.05em;
}

.admin-edit-user-context p {
    margin: 9px 0 0;
    color: #84858c;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
}

.admin-edit-user-statuses {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
}

.admin-edit-user-statuses > span {
    padding: 7px 11px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    border-radius: 999px;
}

.admin-edit-user-statuses > span.is-success {
    color: #9ce7b9;
    border: 1px solid rgba(71, 217, 135, 0.25);
    background: rgba(71, 217, 135, 0.08);
}

.admin-edit-user-statuses > span.is-danger {
    color: #ffabb3;
    border: 1px solid rgba(241, 109, 121, 0.28);
    background: rgba(241, 109, 121, 0.09);
}

.admin-identity-control-actions {
    display: grid;
    gap: 10px;
}

.admin-premium-control-card {
    border-color: rgba(244, 199, 80, 0.2) !important;
    background:
        linear-gradient(120deg, rgba(244, 199, 80, 0.08), transparent 46%),
        #1b1c20 !important;
}

.admin-premium-state {
    color: #8d8e94 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.admin-premium-state.is-active {
    color: #f4c750 !important;
    border-color: rgba(244, 199, 80, 0.28) !important;
    background: rgba(244, 199, 80, 0.09) !important;
}

.admin-premium-grant-button {
    color: #17130a;
    border-color: #f4c750;
    background: #f4c750;
}

.admin-premium-grant-button:hover,
.admin-premium-grant-button:focus-visible {
    color: #17130a;
    border-color: #ffd66b;
    background: #ffd66b;
}

.admin-video-library {
    display: grid;
    max-width: none;
    gap: 18px;
    padding: 0;
}

.admin-video-library-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    background: #1b1c20;
}

.admin-video-library-toolbar > div:first-child > span {
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.admin-video-library-toolbar h2 {
    margin: 6px 0 3px;
    font-size: 1.25rem;
}

.admin-video-library-toolbar p {
    margin: 0;
    color: #7f8087;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.admin-video-library-actions,
.admin-video-search {
    display: flex;
    align-items: center;
    gap: 9px;
}

.admin-video-search .form-control {
    width: min(310px, 32vw);
    min-height: 43px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
    background: #111216;
}

.admin-video-search .form-control:focus {
    border-color: rgba(255, 193, 7, 0.45);
    background: #111216;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.08);
}

.admin-video-library-actions .btn {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.admin-video-list {
    display: grid;
    gap: 10px;
}

.admin-video-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: #1a1b1f;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.admin-video-row:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: #1d1e23;
    transform: translateY(-1px);
}

.admin-video-row-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: #0d0e10;
}

.admin-video-row-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.admin-video-edit-thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    background: #0d0e10;
}

.admin-video-row-thumbnail > span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 36px;
    height: 36px;
    padding-left: 2px;
    place-items: center;
    color: #fff;
    font-size: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
    transform: translate(-50%, -50%);
}

.admin-video-row:hover .admin-video-row-thumbnail img {
    transform: scale(1.025);
}

.admin-video-row-content {
    min-width: 0;
}

.admin-video-row-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.admin-video-row-heading h3 {
    overflow: hidden;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-video-visibility {
    display: inline-flex;
    padding: 5px 8px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    border-radius: 999px;
    white-space: nowrap;
}

.admin-video-visibility.is-public {
    color: #9ce7b9;
    border: 1px solid rgba(71, 217, 135, 0.22);
    background: rgba(71, 217, 135, 0.08);
}

.admin-video-visibility.is-private {
    color: #c3c4c9;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.admin-video-row-content > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 12px;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-video-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: #67686f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.59rem;
}

.admin-video-row-meta span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-video-row-buttons {
    display: flex;
    gap: 8px;
}

.admin-video-row-buttons .btn {
    min-width: 70px;
}

.admin-channel-list {
    display: grid;
    gap: 12px;
}

.admin-channel-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: #1a1b1f;
}

.admin-channel-avatar {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    background: #0f1012;
}

.admin-channel-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-channel-content {
    min-width: 0;
}

.admin-channel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.admin-channel-heading h3 {
    overflow: hidden;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.92rem;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-channel-content p {
    margin: 7px 0 12px;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.admin-games-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.admin-game-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #1a1b1f;
}

.admin-game-poster {
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #0f1012;
}

.admin-game-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.admin-game-card:hover .admin-game-poster img {
    transform: scale(1.025);
}

.admin-game-card-copy {
    display: grid;
    gap: 9px;
    padding: 12px;
}

.admin-game-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.admin-game-card-heading h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.4em;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-game-card-meta {
    display: grid;
    gap: 4px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
}

.admin-game-card-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-game-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 12px 12px;
}

.admin-game-card-actions .btn {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.72rem;
}

.admin-game-current-poster {
    display: block;
    width: min(180px, 100%);
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 10px;
    background: #0f1012;
}

.admin-game-youtube-field {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-trailer-source-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    border: 0;
}

.admin-trailer-source-options[hidden] {
    display: none;
}

.admin-trailer-source-options legend {
    grid-column: 1 / -1;
    margin-bottom: 10px;
    color: #d2d3d7;
    font-size: 0.7rem;
    font-weight: 700;
}

.admin-trailer-source-options label {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 11px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: #17181c;
    transition: border-color 150ms ease, background 150ms ease;
}

.admin-trailer-source-options label:hover {
    border-color: rgba(255, 255, 255, 0.18);
}

.admin-trailer-source-options label:has(input:checked) {
    border-color: rgba(255, 193, 7, 0.52);
    background: rgba(255, 193, 7, 0.07);
}

.admin-trailer-source-options input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin: 1px 0 0;
    accent-color: #ffc107;
}

.admin-trailer-source-options span {
    min-width: 0;
}

.admin-trailer-source-options strong,
.admin-trailer-source-options small {
    display: block;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-trailer-source-options strong {
    color: #f0f0f2;
    font-size: 0.76rem;
}

.admin-trailer-source-options small {
    margin-top: 5px;
    color: #77787f;
    font-size: 0.64rem;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .admin-trailer-source-options {
        grid-template-columns: minmax(0, 1fr);
    }
}

.admin-linked-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.admin-linked-picker {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.admin-linked-picker-search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: #15161a;
}

.admin-linked-picker-search svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #8a8b91;
    stroke-width: 2;
}

.admin-linked-picker-search input {
    width: 100%;
    min-width: 0;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    border: 0;
    outline: 0;
    background: transparent;
}

.admin-linked-picker-search input::placeholder {
    color: #77787f;
}

.admin-linked-video-empty {
    padding: 18px;
    color: #9a9ba1;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: #15161a;
}

.admin-linked-video-option {
    position: relative;
    display: grid;
    gap: 9px;
    height: 100%;
    padding: 9px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #17181c;
    transition: border-color 160ms ease, background 160ms ease;
}

.admin-linked-video-option:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1e23;
}

.admin-linked-video-readonly {
    color: inherit;
    text-decoration: none;
}

.admin-linked-video-readonly:hover,
.admin-linked-video-readonly:focus {
    color: inherit;
}

.admin-linked-video-list {
    display: grid;
    gap: 10px;
}

.admin-linked-video-row {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #17181c;
    transition: border-color 160ms ease, background 160ms ease;
}

.admin-linked-video-row:hover,
.admin-linked-video-row:focus {
    color: inherit;
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1e23;
}

.admin-linked-video-row img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    background: #0f1012;
}

.admin-linked-video-row span {
    min-width: 0;
}

.admin-linked-video-row strong,
.admin-linked-video-row small {
    display: block;
}

.admin-linked-video-row strong {
    overflow: hidden;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.84rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-linked-video-row small {
    margin-top: 5px;
    color: #a4a6ad;
    font-size: 0.68rem;
    line-height: 1.2;
}

.admin-linked-video-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.admin-linked-video-option img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    background: #0f1012;
}

.admin-linked-video-option strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.4em;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-linked-video-option small {
    color: #a4a6ad;
    font-size: 0.68rem;
    line-height: 1.2;
}

.admin-linked-video-check {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.62);
}

.admin-linked-video-check::after {
    width: 8px;
    height: 12px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    content: "";
    opacity: 0;
    transform: rotate(40deg) translate(-1px, -1px);
}

.admin-linked-video-option input:checked + .admin-linked-video-check,
.admin-linked-game-option input:checked + .admin-linked-video-check {
    border-color: #ffc107;
    background: #ffc107;
}

.admin-linked-video-option input:checked + .admin-linked-video-check::after,
.admin-linked-game-option input:checked + .admin-linked-video-check::after {
    opacity: 1;
}

.admin-linked-video-option:has(input:checked) {
    border-color: rgba(255, 193, 7, 0.5);
    background: rgba(255, 193, 7, 0.07);
}

.admin-linked-game-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 8px;
}

.admin-linked-game-option {
    position: relative;
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 9px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #17181c;
    transition: border-color 160ms ease, background 160ms ease;
}

.admin-linked-game-option:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: #1d1e23;
}

.admin-linked-game-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.admin-linked-game-option img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 8px;
    background: #0f1012;
}

.admin-linked-game-option strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.4em;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-linked-game-option:has(input:checked) {
    border-color: rgba(255, 193, 7, 0.5);
    background: rgba(255, 193, 7, 0.07);
}

.admin-video-library-empty {
    padding: 56px 24px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.018);
}

.admin-video-library-empty > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    padding-left: 3px;
    place-items: center;
    color: #ffc107;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.08);
}

.admin-video-library-empty h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.admin-video-library-empty p {
    margin: 0;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

@media (max-width: 991.98px) {
    .admin-video-library-toolbar,
    .admin-video-library-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-search .form-control {
        width: 100%;
    }

    .admin-video-row {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .admin-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-linked-video-grid,
    .admin-linked-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-video-row-buttons {
        grid-column: 2;
        justify-content: flex-end;
    }
}

@media (max-width: 575.98px) {
    .admin-video-search {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-row {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 12px;
    }

    .admin-video-row-thumbnail {
        width: 100%;
    }

    .admin-video-row-buttons {
        grid-column: 1;
    }

    .admin-video-row-buttons .btn {
        flex: 1;
    }

    .admin-channel-row {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
    }

    .admin-channel-avatar {
        width: 52px;
        height: 52px;
    }

    .admin-channel-heading {
        display: grid;
    }

    .admin-linked-video-row {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 11px;
        padding: 9px;
    }

    .admin-games-grid,
    .admin-linked-video-grid,
    .admin-linked-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .admin-game-card-actions {
        grid-template-columns: 1fr;
    }
}

.admin-edit-user-statuses small {
    color: #707178;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.61rem;
}

.admin-edit-user-layout > .col-md-4 {
    align-self: flex-start;
}

.admin-edit-user-layout > .col-md-4 > .card {
    position: sticky;
    top: 24px;
    overflow: hidden;
    text-align: left !important;
}

.admin-edit-user-layout > .col-md-4 .card-body {
    padding: 28px;
}

.admin-edit-user-layout > .col-md-4 img {
    width: 112px !important;
    height: 112px !important;
    margin: 0 0 24px !important;
    object-fit: cover;
    border: 3px solid rgba(255, 193, 7, 0.25);
    border-radius: 24px !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.admin-edit-user-layout > .col-md-4 h4 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.admin-edit-user-layout > .col-md-4 .card-body > div {
    overflow-wrap: anywhere;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.admin-user-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-user-form > .mb-3,
.admin-user-form > .form-check {
    margin-bottom: 0 !important;
}

.admin-user-form > .mb-3:nth-of-type(5),
.admin-user-form > .admin-editor-divider,
.admin-user-form > .admin-ban-toggle,
.admin-user-form > .admin-ban-message,
.admin-user-form > .admin-user-save {
    grid-column: 1 / -1;
}

.admin-user-form > .mb-3:nth-of-type(5) small {
    display: block;
    margin-top: 8px;
    font-size: 0.65rem;
}

.admin-editor-divider {
    margin-top: 7px;
    padding: 19px 0 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-editor-divider > span {
    display: block;
    margin-bottom: 6px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.admin-editor-divider > p {
    margin: 0;
    color: #7f8087;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.admin-editor-divider-danger > span {
    color: #f16d79;
}

.admin-user-form > .form-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 14px;
    min-height: 76px;
    align-items: center;
    padding: 15px 16px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
    transition: border-color 140ms ease, background-color 140ms ease;
}

.admin-user-form > .form-check:hover {
    border-color: rgba(255, 193, 7, 0.28);
    background: rgba(255, 193, 7, 0.035);
}

.admin-user-form > .form-check:has(.form-check-input:checked) {
    border-color: rgba(255, 193, 7, 0.42);
    background: rgba(255, 193, 7, 0.075);
}

.admin-user-form > .form-check .form-check-input {
    float: none;
    width: 20px;
    height: 20px;
    margin: 0;
    align-self: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: none;
}

.admin-user-form > .form-check .form-check-input:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.16);
}

.admin-user-form .form-check-label {
    width: 100%;
    cursor: pointer;
}

.admin-user-form .form-check-label strong,
.admin-user-form .form-check-label small {
    display: block;
}

.admin-user-form .form-check-label strong {
    color: #e8e8ea;
    font-size: 0.75rem;
}

.admin-user-form > .form-check:has(.form-check-input:checked) .form-check-label strong {
    color: #ffc107;
}

.admin-user-form .form-check-label small {
    margin-top: 4px;
    color: #74757c;
    font-size: 0.61rem;
}

.admin-user-form > .admin-ban-toggle {
    border-color: rgba(241, 109, 121, 0.16);
    background: rgba(241, 109, 121, 0.035);
}

.admin-user-form > .admin-ban-toggle:has(.form-check-input:checked) {
    border-color: rgba(241, 109, 121, 0.48);
    background: rgba(241, 109, 121, 0.09);
}

.admin-user-form > .admin-ban-toggle:has(.form-check-input:checked) .form-check-label strong {
    color: #f16d79;
}

.admin-ban-message {
    min-height: 112px;
    padding: 14px;
    color: #fff;
    border: 1px solid rgba(241, 109, 121, 0.22);
    border-radius: 10px;
    background: #28292e;
    resize: vertical;
}

.admin-ban-message:focus {
    border-color: #f16d79;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(241, 109, 121, 0.1);
}

.admin-user-save {
    min-height: 52px !important;
    margin-top: 5px;
}

/* Edit account workspace */
.admin-edit-user-page {
    --admin-user-accent: #ef5b67;
    --admin-user-accent-soft: rgba(239, 91, 103, 0.1);
    max-width: 1320px;
    padding: 0;
}

.admin-edit-user-page .card {
    overflow: hidden;
    border-radius: 8px !important;
}

.admin-edit-user-context {
    margin-bottom: 24px;
    padding: clamp(22px, 3vw, 32px);
    border-color: rgba(239, 91, 103, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(115deg, rgba(239, 91, 103, 0.13), transparent 48%),
        #1b1c20;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.admin-edit-user-context > div:first-child {
    min-width: 0;
}

.admin-edit-user-context > div:first-child > span,
.admin-edit-user-page .admin-panel-heading > span,
.admin-edit-user-page .admin-editor-divider > span {
    color: var(--admin-user-accent);
}

.admin-edit-user-context h2 {
    overflow-wrap: anywhere;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    letter-spacing: 0;
}

.admin-edit-user-context p {
    max-width: 720px;
    font-size: 0.78rem;
    line-height: 1.6;
}

.admin-edit-user-context-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 3px;
}

.admin-edit-user-context-actions .btn {
    min-height: 38px;
    padding: 8px 12px;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 0.68rem;
    white-space: nowrap;
}

.admin-edit-user-layout {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

.admin-edit-user-layout > .col-md-4 {
    margin-bottom: 0 !important;
}

.admin-edit-user-layout > .col-md-4 > .card {
    border-color: rgba(239, 91, 103, 0.17) !important;
    background:
        linear-gradient(180deg, rgba(239, 91, 103, 0.07), transparent 32%),
        #1b1c20 !important;
}

.admin-edit-user-layout > .col-md-4 .card-body {
    padding: 28px 24px;
}

.admin-edit-user-layout > .col-md-4 img {
    width: 104px !important;
    height: 104px !important;
    margin: 0 0 20px !important;
    border-color: rgba(239, 91, 103, 0.42);
    border-radius: 50% !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.admin-edit-user-layout > .col-md-4 .card-body > div {
    margin: 0 !important;
    padding: 8px 0;
    color: #96979e;
    font-size: 0.68rem !important;
    line-height: 1.45;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.admin-edit-user-layout > .col-md-4 .card-body > div:last-of-type {
    border-bottom: 0;
}

.admin-edit-user-layout > .col-md-4 form {
    margin-top: 18px !important;
}

.admin-edit-user-main {
    display: grid;
    gap: 22px;
}

.admin-edit-user-main > .admin-editor-card,
.admin-user-control-grid > .admin-editor-card,
.admin-user-moderation-row .admin-moderation-card {
    margin: 0 !important;
}

.admin-edit-user-page .admin-editor-card {
    border-color: rgba(255, 255, 255, 0.09) !important;
}

.admin-edit-user-page .admin-panel-heading {
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.admin-edit-user-page .admin-panel-heading h2 {
    margin-top: 5px;
    font-size: 1.18rem;
    letter-spacing: 0;
}

.admin-user-form {
    display: block;
}

.admin-user-fields,
.admin-user-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.admin-user-fields > .mb-3,
.admin-user-role-grid > .form-check {
    margin: 0 !important;
}

.admin-user-fields > .mb-3:last-child {
    grid-column: 1 / -1;
}

.admin-user-fields .form-label {
    margin-bottom: 7px;
    color: #c7c8cd;
    font-size: 0.69rem;
    font-weight: 700;
}

.admin-user-fields .form-control,
.admin-user-fields .form-select,
.admin-ban-reason-form .form-control {
    min-height: 46px;
    color: #f2f2f3 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 7px;
    background: #24252a !important;
    box-shadow: none;
}

.admin-user-fields .form-control:focus,
.admin-user-fields .form-select:focus,
.admin-ban-reason-form .form-control:focus {
    border-color: rgba(239, 91, 103, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(239, 91, 103, 0.1);
}

.admin-user-form .admin-editor-divider {
    margin: 24px 0 14px;
    padding-top: 20px;
}

.admin-user-role-grid .form-check,
.admin-user-status-option {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 74px;
    align-items: center;
    gap: 13px;
    margin: 0 !important;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-user-role-grid .form-check:hover {
    border-color: rgba(239, 91, 103, 0.3);
    background: rgba(239, 91, 103, 0.035);
}

.admin-user-role-grid .form-check:has(.form-check-input:checked) {
    border-color: rgba(239, 91, 103, 0.48);
    background: var(--admin-user-accent-soft);
}

.admin-user-role-grid .form-check:has(.form-check-input:checked) strong {
    color: #ff8a94;
}

.admin-user-role-grid .form-check-input,
.admin-user-status-option .form-check-input {
    float: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
}

.admin-user-role-grid .form-check-input:checked {
    border-color: var(--admin-user-accent);
    background-color: var(--admin-user-accent);
}

.admin-user-role-grid .form-check-label strong,
.admin-user-role-grid .form-check-label small,
.admin-user-status-option .form-check-label strong,
.admin-user-status-option .form-check-label small {
    display: block;
}

.admin-user-role-grid .form-check-label strong,
.admin-user-status-option .form-check-label strong {
    color: #eeeef0;
    font-size: 0.74rem;
}

.admin-user-role-grid .form-check-label small,
.admin-user-status-option .form-check-label small {
    margin-top: 3px;
    color: #7d7e85;
    font-size: 0.61rem;
    line-height: 1.45;
}

.admin-user-status-option {
    border-color: rgba(220, 53, 69, 0.2);
    background: rgba(220, 53, 69, 0.035);
}

.admin-user-status-option:has(.form-check-input:checked) {
    border-color: rgba(220, 53, 69, 0.55);
    background: rgba(220, 53, 69, 0.1);
}

.admin-user-status-option .form-check-input:checked {
    border-color: #dc3545;
    background-color: #dc3545;
}

.admin-user-save {
    min-height: 50px !important;
    margin-top: 16px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    border-color: #d94754;
    border-radius: 7px;
    background: #d94754;
}

.admin-user-save:hover,
.admin-user-save:focus-visible {
    color: #fff;
    border-color: #eb5b67;
    background: #eb5b67;
    box-shadow: 0 0 0 3px rgba(239, 91, 103, 0.13);
}

.admin-user-control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.admin-user-control-grid > .card {
    height: 100%;
}

.admin-user-control-grid .card-body {
    display: flex;
    flex-direction: column;
}

.admin-user-control-grid .admin-panel-heading {
    flex: 1 1 auto;
}

.admin-user-control-grid .btn,
.admin-identity-control-actions .btn {
    min-height: 43px;
    border-radius: 7px;
    font-size: 0.7rem;
}

.admin-minecraft-link-card {
    margin: 0 !important;
    border-color: rgba(92, 184, 92, 0.2) !important;
}

.admin-minecraft-link-card .card-body {
    padding: 26px;
}

.admin-minecraft-link-card .admin-panel-heading {
    margin-bottom: 18px;
}

.admin-minecraft-link-state {
    color: #ff8a94;
    font-size: 0.66rem;
}

.admin-minecraft-link-state.is-verified {
    color: #6fd08c;
}

.admin-minecraft-link-card .btn {
    min-height: 43px;
    border-radius: 7px;
    font-size: 0.7rem;
}

.admin-user-moderation-row {
    margin-top: 22px !important;
}

.admin-moderation-card {
    border-color: rgba(220, 53, 69, 0.2) !important;
}

.admin-ban-reason-form {
    border-radius: 8px;
}

.admin-ban-reason-form .btn {
    min-height: 43px;
    border-radius: 7px;
}

.admin-ban-history-item,
.admin-ban-history-empty {
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .admin-user-control-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .admin-edit-user-page {
        width: 100%;
    }

    .admin-edit-user-context {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .admin-edit-user-statuses {
        width: 100%;
        align-items: flex-start;
    }

    .admin-edit-user-context-actions,
    .admin-edit-user-context-actions .btn {
        width: 100%;
    }

    .admin-edit-user-context-actions .btn {
        flex: 1 1 0;
    }

    .admin-edit-user-layout > .col-md-4 > .card {
        position: static;
    }

    .admin-edit-user-layout > .col-md-4 .card-body {
        padding: 24px 20px;
    }

    .admin-user-fields,
    .admin-user-role-grid,
    .admin-user-control-grid {
        grid-template-columns: 1fr;
    }

    .admin-user-fields > .mb-3:last-child {
        grid-column: 1;
    }

    .admin-edit-user-page .admin-editor-card .card-body,
    .admin-user-moderation-row .card-body {
        padding: 22px 18px;
    }
}

@media (max-width: 420px) {
    .admin-edit-user-context-actions {
        flex-direction: column;
    }
}

.admin-moderation-card .card-body {
    padding: clamp(26px, 4vw, 40px);
}

.admin-ban-reason-form {
    margin-bottom: 27px;
    padding: 20px;
    border: 1px solid rgba(241, 109, 121, 0.13);
    border-radius: 12px;
    background: rgba(241, 109, 121, 0.025);
}

.admin-ban-reason-compose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

.admin-ban-reason-compose textarea {
    min-height: 88px;
    resize: vertical;
}

.admin-ban-reason-compose .btn {
    min-width: 130px;
}

.admin-ban-history {
    display: grid;
    gap: 13px;
}

.admin-ban-history-item {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.02);
}

.admin-ban-history-marker {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border: 2px solid #f16d79;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(241, 109, 121, 0.08);
}

.admin-ban-history-copy > p {
    margin: 0 0 13px;
    color: #d4d5d9;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.65;
}

.admin-ban-history-copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
}

.admin-ban-history-copy strong {
    color: #aaaab0;
}

.admin-ban-history-copy small {
    margin-left: auto;
    color: #5f6067;
}

.admin-ban-history-empty {
    padding: 28px;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 11px;
}

.admin-editor-form .mb-3 {
    margin-bottom: 20px !important;
}

.admin-editor-form .form-check {
    padding: 15px 16px 15px 42px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-content input[type="file"].form-control {
    min-height: 58px;
    padding: 6px;
    color: #8e8f96 !important;
    border-style: dashed !important;
}

.admin-content input[type="file"]::file-selector-button {
    height: 44px;
    margin-right: 13px;
    padding: 0 16px;
    cursor: pointer;
    color: #111;
    font-size: 0.68rem;
    font-weight: 800;
    border: 0;
    border-radius: 7px;
    background: #ffc107;
}

.admin-editor-form .mb-3:has(> input[type="file"]) {
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.02);
}

.admin-editor-form .mb-3:has(> input[type="file"]) small {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.admin-poster-upload {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 19px;
    align-items: center;
    min-height: 132px;
    padding: 17px;
    cursor: pointer;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background: #222328;
    transition: border-color 150ms ease, background-color 150ms ease;
}

.admin-poster-upload:hover,
.admin-file-input:focus-visible + .admin-poster-upload {
    border-color: rgba(255, 193, 7, 0.7);
    background: #27282d;
}

.admin-file-input:focus-visible + .admin-poster-upload {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.12);
}

.admin-poster-preview {
    position: relative;
    display: grid;
    width: 78px;
    height: 104px;
    place-items: center;
    overflow: hidden;
    color: #6e6f76;
    font-size: 0.53rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: linear-gradient(145deg, #303137, #191a1e);
}

.admin-poster-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-poster-copy strong,
.admin-poster-copy small {
    display: block;
}

.admin-poster-copy strong {
    margin-bottom: 7px;
    font-size: 0.84rem;
}

.admin-poster-copy small {
    max-width: 430px;
    overflow: hidden;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-file-browse {
    padding: 10px 14px;
    color: #111;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.66rem;
    font-weight: 800;
    border-radius: 8px;
    background: #ffc107;
}

.admin-form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

.admin-form-actions .btn {
    min-width: 210px;
    min-height: 48px;
}

.admin-movie-poster {
    width: 52px;
    height: 72px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.admin-content > .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.admin-content .card,
.admin-content .bg-dark.rounded {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 15px !important;
    background: rgba(27, 28, 32, 0.97) !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.admin-content .card-body {
    padding: clamp(22px, 3vw, 34px);
}

.admin-content .card h4,
.admin-content .card h5,
.admin-content > .container h4,
.admin-content > .container h5 {
    font-weight: 700;
    letter-spacing: -0.035em;
}

.admin-content .text-secondary {
    color: #8f9096 !important;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-content .table-responsive {
    overflow: hidden;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #15161a;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

.admin-content .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.045);
    --bs-table-color: #c9cacf;
    margin-bottom: 0;
    color: #c9cacf;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    border-color: rgba(255, 255, 255, 0.07);
}

.admin-content .table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 14px 15px;
    color: #ffc107;
    /*font-family: 'Roboto Mono', monospace;*/
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: #202126;
}

.admin-content .table td {
    padding: 14px 15px;
    border-color: rgba(255, 255, 255, 0.06);
    vertical-align: middle;
}

.admin-content .table tbody tr {
    transition: background-color 130ms ease;
}

.admin-content .table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-content .table a {
    text-underline-offset: 3px;
}

.admin-live-dashboard {
    display: grid;
    gap: 22px;
    margin-bottom: 24px;
}

.admin-live-hero,
.admin-live-panel,
.admin-live-keys-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 193, 7, 0.12), transparent 30%),
        #15161a;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.admin-live-hero {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(24px, 4vw, 38px);
}

.admin-live-hero > div:first-child {
    min-width: 0;
}

.admin-live-hero span,
.admin-live-panel header span,
.admin-live-section-heading span {
    display: block;
    margin-bottom: 8px;
    color: #ffc107;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.admin-live-hero h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.06em;
}

.admin-live-hero p,
.admin-live-section-heading p {
    max-width: 650px;
    margin: 12px 0 0;
    color: #8f9097;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.65;
}

.admin-live-hero-stats {
    display: grid;
    min-width: min(440px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.admin-live-hero-stats article {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
}

.admin-live-hero-stats article span {
    margin-bottom: 9px;
    color: #85868d;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
}

.admin-live-hero-stats article strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-live-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 22px;
}

.admin-live-panel {
    display: flex;
    min-width: 0;
    min-height: 430px;
    flex-direction: column;
    overflow: hidden;
}

.admin-live-panel header,
.admin-live-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-live-panel header h3,
.admin-live-section-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.admin-live-panel header b {
    display: grid;
    min-width: 44px;
    height: 44px;
    place-items: center;
    color: #111;
    font-size: 1rem;
    border-radius: 12px;
    background: #ffc107;
}

.admin-live-viewers,
.admin-live-chat {
    display: grid;
    gap: 12px;
    padding: 16px;
    overflow-y: auto;
}

.admin-live-chat-wrap {
    position: relative;
    min-height: 0;
    flex: 1 1 auto;
}

.admin-live-chat-list {
    display: grid;
    min-height: 100%;
    align-content: start;
    gap: 12px;
}

.admin-live-chat-list::after {
    content: "";
    display: block;
    height: 26px;
}

.admin-live-viewers {
    max-height: 520px;
}

.admin-live-chat {
    width: 100%;
    height: 100%;
    max-height: 620px;
}

.admin-live-viewer,
.admin-live-chat-message {
    display: flex;
    min-width: 0;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.admin-live-viewer img,
.admin-live-chat-message img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
    background: #24252a;
}

.admin-live-viewer div,
.admin-live-chat-message div {
    min-width: 0;
}

.admin-live-viewer a,
.admin-live-viewer strong,
.admin-live-chat-message p a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 0.83rem;
    font-weight: 800;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-live-viewer span,
.admin-live-chat-message time {
    display: block;
    margin-top: 4px;
    color: #888990;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.admin-live-chat-message {
    align-items: flex-start;
}

.admin-live-chat-message.is-invisible {
    border-color: rgba(255, 193, 7, 0.17);
    background: rgba(255, 193, 7, 0.055);
}

.admin-live-chat-message p {
    display: flex;
    min-width: 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 6px;
}

.admin-live-chat-message p a.is-admin {
    display: inline-block;
    max-width: 100%;
    padding: 3px 8px;
    color: #111;
    border-radius: 999px;
    background: #ffc107;
}

.admin-live-chat-message > div {
    flex: 1 1 auto;
}

.admin-live-chat-message > div > span {
    display: block;
    color: #e7e7ea;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.admin-live-chat-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.admin-live-chat-flags em {
    padding: 5px 8px;
    color: #111;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 800;
    border-radius: 999px;
    background: #ffc107;
}

.admin-live-chat-hide-button {
    margin-top: 10px;
    padding: 6px 10px;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.admin-live-chat-hide-button:hover,
.admin-live-chat-hide-button:focus {
    border-color: rgba(255, 193, 7, 0.42);
    background: rgba(255, 193, 7, 0.12);
}

.admin-live-chat-hide-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.admin-live-chat-jump-recent {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: #1f6feb;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
}

.admin-live-chat-jump-recent[hidden] {
    display: none;
}

.admin-live-chat-jump-recent svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.admin-live-chat-jump-recent:hover,
.admin-live-chat-jump-recent:focus {
    background: #388bfd;
}

.admin-live-empty {
    margin: 0;
    padding: 18px;
    color: #8d8e95;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    text-align: center;
}

.admin-live-section-heading {
    margin: -16px -16px 18px;
    padding-top: 6px;
}

.admin-live-create-key {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 193, 7, 0.14);
    border-radius: 13px;
    background: rgba(255, 193, 7, 0.055);
}

.admin-live-create-key h4 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.admin-live-create-key p {
    margin: 5px 0 0;
    color: #8f9097;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.76rem;
    line-height: 1.45;
}

.admin-rtmp-table .admin-rtmp-key-cell {
    width: 29%;
    min-width: 270px;
}

.admin-rtmp-key-value {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.admin-rtmp-key-value code {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-rtmp-key-value .btn,
.admin-rtmp-actions .btn {
    white-space: nowrap;
}

.admin-rtmp-email {
    white-space: nowrap;
}

.admin-rtmp-status .badge {
    margin: 2px 2px 2px 0;
    white-space: nowrap;
}

.admin-rtmp-created {
    min-width: 145px;
}

.admin-rtmp-actions {
    min-width: 160px;
}

@media (max-width: 1399.98px) {
    .admin-live-hero {
        flex-direction: column;
    }

    .admin-live-grid {
        grid-template-columns: 1fr;
    }

    .admin-rtmp-table {
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .admin-rtmp-table thead {
        display: none;
    }

    .admin-rtmp-table tbody {
        display: grid;
        gap: 14px;
    }

    .admin-rtmp-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        background: #15161a;
    }

    .admin-rtmp-table .table td {
        display: grid;
        width: auto;
        min-width: 0;
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 12px;
        padding: 10px 12px;
        text-align: left !important;
        border: 0;
    }

    .admin-rtmp-table .table td::before {
        content: attr(data-label);
        color: #ffc107;
        font-size: 0.62rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .admin-rtmp-table .admin-rtmp-key-cell,
    .admin-rtmp-table .admin-rtmp-actions {
        grid-column: 1 / -1;
    }

    .admin-rtmp-table .admin-rtmp-actions > div {
        justify-content: flex-start !important;
    }
}

@media (max-width: 575.98px) {
    .admin-live-hero,
    .admin-live-panel header,
    .admin-live-section-heading,
    .admin-live-create-key {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-live-hero-stats {
        grid-template-columns: 1fr;
    }

    .admin-live-panel {
        min-height: 0;
    }

    .admin-live-chat-message p {
        display: block;
    }

    .admin-live-viewers,
    .admin-live-chat {
        max-height: 480px;
        padding: 12px;
    }

    .admin-rtmp-table tbody tr {
        grid-template-columns: minmax(0, 1fr);
        padding: 14px;
    }

    .admin-rtmp-table .admin-rtmp-key-cell,
    .admin-rtmp-table .admin-rtmp-actions {
        grid-column: auto;
    }

    .admin-rtmp-table .table td {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        padding: 9px 6px;
    }

    .admin-rtmp-key-value {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-rtmp-key-value code {
        padding: 10px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.05);
    }

    .admin-rtmp-key-value .btn,
    .admin-rtmp-actions form,
    .admin-rtmp-actions .btn {
        width: 100%;
    }
}

.admin-content .form-label {
    margin-bottom: 8px;
    color: #d2d3d7;
    font-size: 0.7rem;
    font-weight: 700;
}

.admin-content .form-control,
.admin-content .form-select,
.admin-content textarea {
    min-height: 47px;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 8px !important;
    background-color: #28292e !important;
    box-shadow: none !important;
}

.admin-content .form-control:focus,
.admin-content .form-select:focus,
.admin-content textarea:focus {
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1) !important;
}

.admin-content .form-control::placeholder,
.admin-content textarea::placeholder {
    color: #77787e;
}

.admin-content .form-check {
    color: #b6b7bc;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.83rem;
}

.admin-content .form-check-input {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background-color: #292a2f !important;
}

.admin-content .form-check-input:checked {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important;
}

.admin-content .btn {
    min-height: 40px;
    padding: 9px 15px;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 8px;
}

.admin-content .btn-primary,
.admin-content .btn-light {
    color: #111 !important;
    border-color: #ffc107 !important;
    background: #ffc107 !important;
}

.admin-content .btn-primary:hover,
.admin-content .btn-light:hover {
    border-color: #ffd044 !important;
    background: #ffd044 !important;
}

.admin-content .btn-dark {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #1b1c20 !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    transition: border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.admin-content .btn-dark:hover,
.admin-content .btn-dark:focus {
    border-color: rgba(255, 193, 7, 0.5) !important;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.27);
    transform: translateY(-3px);
}

.admin-content .btn-outline-light {
    color: #d7d8dc;
    border-color: rgba(255, 255, 255, 0.18);
    background: #242529;
}

.admin-content .btn-outline-light:hover {
    color: #111;
    border-color: #ffc107;
    background: #ffc107;
}

.admin-content .btn-success {
    color: #fff;
    border-color: #198754;
    background: #198754;
}

.admin-content .btn-danger {
    color: #fff;
    border-color: #b83341;
    background: #b83341;
}

.admin-content .badge {
    padding: 6px 8px;
    font-size: 0.6rem;
    letter-spacing: 0.04em;
    border-radius: 6px;
}

.admin-content .alert {
    color: #d9dade;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.84rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    background: #242529;
}

.admin-content .alert-success {
    color: #a8e8bf;
    border-color: rgba(25, 135, 84, 0.35);
    background: rgba(25, 135, 84, 0.12);
}

.admin-content .alert-danger {
    color: #f0a5ad;
    border-color: rgba(184, 51, 65, 0.38);
    background: rgba(184, 51, 65, 0.12);
}

.admin-content .input-group .btn {
    min-width: 100px;
}

.admin-content img {
    border-radius: 9px;
}

.admin-content .progress {
    border-radius: 999px;
    background: #2c2d32 !important;
}

.admin-content .progress-bar {
    background: #ffc107 !important;
}

/* Admin video publishing */
.admin-video-upload-page {
    width: min(100%, 1380px);
    margin: 0 auto;
}

.admin-video-upload-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 22px;
    padding: clamp(28px, 4vw, 44px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background:
        linear-gradient(112deg, rgba(255, 193, 7, 0.13), transparent 43%),
        #1b1c20;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

.admin-video-upload-hero > div {
    min-width: 0;
}

.admin-video-upload-hero > div:first-child > span {
    display: block;
    margin-bottom: 10px;
    color: #ffc107;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-video-upload-hero h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.9rem);
    letter-spacing: 0;
}

.admin-video-upload-hero p {
    max-width: 710px;
    margin: 12px 0 0;
    color: #9b9ca2;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.84rem;
    line-height: 1.65;
}

.admin-video-upload-hero .btn {
    flex: 0 0 auto;
}

.admin-video-upload-alert {
    margin-bottom: 18px;
}

.admin-video-upload-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: #18191d;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
}

.admin-video-upload-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.85fr);
}

.admin-video-upload-main,
.admin-video-upload-side {
    min-width: 0;
    padding: clamp(25px, 3.5vw, 42px);
}

.admin-video-upload-side {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.018);
}

.admin-video-upload-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
}

.admin-video-upload-section-heading > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    color: #111;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    border-radius: 8px;
    background: #ffc107;
}

.admin-video-upload-section-heading > div {
    min-width: 0;
}

.admin-video-upload-section-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
}

.admin-video-upload-section-heading p {
    margin: 5px 0 0;
    color: #77787f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    line-height: 1.5;
}

.admin-video-upload-section-heading-compact {
    margin-bottom: 18px;
}

.admin-video-upload-field {
    margin-bottom: 22px;
}

.admin-video-upload-field:last-child {
    margin-bottom: 0;
}

.admin-video-upload-field .form-label {
    display: block;
}

.admin-video-upload-field textarea {
    min-height: 220px;
    resize: vertical;
}

.admin-video-upload-field > small,
.admin-video-upload-help {
    display: block;
    margin-top: 8px;
    color: #74757c;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.67rem;
    line-height: 1.5;
}

.admin-video-upload-file-field {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
}

.admin-video-upload-file-field input[type="file"] {
    min-height: 58px;
    padding: 6px;
    border-style: dashed !important;
}

.admin-video-upload-games {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-video-upload-games .admin-linked-game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-video-subtitles-editor {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-video-subtitle-list {
    display: grid;
    gap: 9px;
    margin-bottom: 20px;
}

.admin-video-subtitle-row {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-video-subtitle-row > div {
    min-width: 0;
}

.admin-video-subtitle-row > div:last-child {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.admin-video-subtitle-row strong,
.admin-video-subtitle-row small {
    display: block;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-video-subtitle-row strong {
    color: #f0f0f2;
    font-size: 0.76rem;
}

.admin-video-subtitle-row small {
    margin-top: 3px;
    color: #717279;
    font-size: 0.61rem;
}

.admin-video-subtitle-row .btn {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.66rem;
}

.admin-video-subtitle-upload {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(255, 193, 7, 0.14);
    border-radius: 8px;
    background: rgba(255, 193, 7, 0.035);
}

.admin-video-subtitle-upload .admin-video-upload-field {
    margin-bottom: 0;
}

.admin-video-subtitle-upload .admin-video-upload-file-field {
    padding: 0;
    border: 0;
    background: transparent;
}

.admin-video-upload-toggle {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding: 16px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-video-upload-toggle > span:first-child {
    min-width: 0;
}

.admin-video-upload-toggle strong,
.admin-video-upload-toggle small {
    display: block;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-video-upload-toggle strong {
    color: #e7e7ea;
    font-size: 0.76rem;
}

.admin-video-upload-toggle small {
    margin-top: 5px;
    color: #74757c;
    font-size: 0.64rem;
    line-height: 1.45;
}

.admin-video-upload-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.admin-video-upload-toggle-control {
    position: relative;
    width: 44px;
    height: 24px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: #292a2f;
    transition: border-color 150ms ease, background 150ms ease;
}

.admin-video-upload-toggle-control::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #a2a3a9;
    content: "";
    transition: background 150ms ease, transform 150ms ease;
}

.admin-video-upload-toggle input:focus-visible + .admin-video-upload-toggle-control {
    outline: 3px solid rgba(255, 193, 7, 0.18);
    outline-offset: 2px;
}

.admin-video-upload-toggle input:checked + .admin-video-upload-toggle-control {
    border-color: #ffc107;
    background: #ffc107;
}

.admin-video-upload-toggle input:checked + .admin-video-upload-toggle-control::after {
    background: #111;
    transform: translateX(20px);
}

.admin-video-upload-progress {
    margin: 0 clamp(25px, 3.5vw, 42px) 24px;
    padding: 18px;
    border: 1px solid rgba(255, 193, 7, 0.18);
    border-radius: 10px;
    background: rgba(255, 193, 7, 0.045);
}

.admin-video-upload-progress > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 9px;
    color: #c3c4c8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.admin-video-upload-progress .progress {
    height: 9px;
}

.admin-video-upload-panel .video-upload-result:not(:empty) {
    margin: 0 clamp(25px, 3.5vw, 42px) 24px;
}

.admin-video-upload-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px clamp(25px, 3.5vw, 42px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.018);
}

.admin-video-upload-actions .btn {
    min-width: 150px;
}

.admin-video-edit-hero-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.admin-video-edit-hero-actions .admin-video-visibility {
    margin: 0;
}

.admin-video-edit-preview {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 30px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #141519;
}

.admin-video-edit-preview .admin-video-edit-thumbnail {
    width: 96px;
    height: 54px;
    aspect-ratio: 16 / 9;
    grid-row: span 2;
    align-self: center;
}

.admin-video-edit-preview > div {
    min-width: 0;
    align-self: center;
}

.admin-video-edit-preview strong,
.admin-video-edit-preview small {
    display: block;
    overflow: hidden;
    font-family: system-ui, -apple-system, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-video-edit-preview strong {
    color: #f0f0f2;
    font-size: 0.76rem;
}

.admin-video-edit-preview small {
    margin-top: 5px;
    color: #6f7077;
    font-size: 0.62rem;
}

.admin-video-edit-preview .btn {
    grid-column: 2;
    justify-self: start;
    min-height: 34px;
    padding: 6px 12px;
}

.admin-video-edit-publication-heading {
    margin-top: 4px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-video-edit-locked-file {
    display: grid;
    gap: 6px;
    margin-top: 4px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.admin-video-edit-locked-file strong,
.admin-video-edit-locked-file span,
.admin-video-edit-locked-file small {
    min-width: 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-video-edit-locked-file strong {
    color: #d9dade;
    font-size: 0.73rem;
}

.admin-video-edit-locked-file span {
    overflow: hidden;
    color: #929399;
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-video-edit-locked-file small {
    color: #696a71;
    font-size: 0.62rem;
    line-height: 1.5;
}

.admin-video-edit-operations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px clamp(25px, 3.5vw, 42px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #141519;
}

.admin-video-edit-operations > div:first-child {
    min-width: 0;
}

.admin-video-edit-operations > div:first-child strong,
.admin-video-edit-operations > div:first-child small {
    display: block;
    font-family: system-ui, -apple-system, sans-serif;
}

.admin-video-edit-operations > div:first-child strong {
    color: #e5e5e8;
    font-size: 0.76rem;
}

.admin-video-edit-operations > div:first-child small {
    margin-top: 5px;
    color: #6f7077;
    font-size: 0.64rem;
}

.admin-video-edit-operations > div:last-child {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.admin-video-edit-operations form {
    margin: 0;
}

@media (max-width: 1199.98px) {
    .admin-video-upload-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-video-upload-side {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        border-left: 0;
    }

    .admin-video-upload-games .admin-linked-game-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .admin-video-upload-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-upload-hero .btn {
        align-self: flex-start;
    }

    .admin-video-edit-hero-actions {
        justify-content: space-between;
    }

    .admin-video-edit-operations {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-edit-operations > div:last-child {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .admin-video-upload-games .admin-linked-game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-video-subtitle-upload {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
    .admin-video-upload-hero,
    .admin-video-upload-main,
    .admin-video-upload-side {
        padding: 22px 18px;
    }

    .admin-video-upload-hero h2 {
        font-size: 2rem;
    }

    .admin-video-upload-games .admin-linked-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-video-subtitle-row {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-subtitle-row > div:last-child,
    .admin-video-subtitle-row .btn {
        width: 100%;
    }

    .admin-video-upload-progress,
    .admin-video-upload-panel .video-upload-result:not(:empty) {
        margin-right: 18px;
        margin-left: 18px;
    }

    .admin-video-upload-actions {
        align-items: stretch;
        flex-direction: column-reverse;
        padding: 18px;
    }

    .admin-video-upload-actions .btn {
        width: 100%;
    }

    .admin-video-edit-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-video-edit-hero-actions .admin-video-visibility,
    .admin-video-edit-hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .admin-video-edit-preview {
        grid-template-columns: 1fr;
    }

    .admin-video-edit-preview .admin-video-edit-thumbnail {
        width: 100%;
        height: auto;
        grid-row: auto;
    }

    .admin-video-edit-preview .btn {
        width: 100%;
        grid-column: 1;
    }

    .admin-video-edit-operations {
        padding: 18px;
    }

    .admin-video-edit-operations > div:last-child,
    .admin-video-edit-operations form,
    .admin-video-edit-operations .btn {
        width: 100%;
    }
}

.admin-page .modal-content {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: #1b1c20;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.admin-page .modal-header,
.admin-page .modal-footer {
    border-color: rgba(255, 255, 255, 0.09);
}

.admin-page .btn-close {
    filter: invert(1);
}

.admin-announcement-form {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
    align-items: end;
    gap: 14px;
}

.admin-announcement-form textarea {
    min-height: 46px;
    resize: vertical;
}

.admin-announcement-list {
    display: grid;
    gap: 12px;
}

.admin-announcement-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left-width: 5px;
    border-radius: 12px;
    background: #1b1c20;
}

.admin-announcement-card-info {
    border-left-color: #2f93d1;
}

.admin-announcement-card-warning {
    border-left-color: #ffc107;
}

.admin-announcement-card-alert {
    border-left-color: #dc3545;
}

.admin-announcement-card-copy {
    min-width: 0;
}

.admin-announcement-card-copy span,
.admin-announcement-card-copy small {
    display: block;
    color: #85868d;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-announcement-card-copy p {
    margin: 6px 0 8px;
    color: #fff;
    overflow-wrap: anywhere;
}

.admin-announcement-card-copy small {
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.admin-announcement-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        position: static;
    }

    .admin-content-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-content-operator {
        width: 100%;
    }

    .admin-content-heading h1 {
        font-size: clamp(2.7rem, 9vw, 4.2rem);
    }

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

    .admin-edit-user-layout > .col-md-4 > .card {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .site-announcement {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        text-align: left;
    }

    .admin-shell {
        padding: 28px 12px 64px;
    }

    .admin-sidebar-column {
        width: 100%;
    }

    .admin-sidebar {
        padding: 15px !important;
    }

    .admin-content-heading {
        padding: 25px 21px;
    }

    .admin-sidebar-brand {
        grid-template-columns: 42px minmax(0, 1fr) auto;
    }

    .admin-sidebar-mark {
        width: 42px;
        height: 42px;
    }

    .admin-content .card-body {
        padding: 21px;
    }

    .admin-content .table td,
    .admin-content .table thead th {
        padding: 12px;
    }

    .admin-command-grid {
        grid-template-columns: 1fr;
    }

    .admin-announcement-form,
    .admin-announcement-card {
        grid-template-columns: 1fr;
    }

    .admin-announcement-form {
        display: grid;
    }

    .admin-announcement-card {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-announcement-actions,
    .admin-announcement-actions form,
    .admin-announcement-actions .btn {
        width: 100%;
    }

    .admin-filter-heading,
    .admin-results-heading,
    .admin-panel-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-results-heading {
        gap: 8px;
    }

    .admin-directory-search-row {
        grid-template-columns: 1fr;
    }

    .admin-directory-search-row .btn {
        width: 100%;
    }

    .admin-poster-upload {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .admin-file-browse {
        display: none;
    }

    .admin-form-actions,
    .admin-form-actions .btn {
        width: 100%;
    }

    .admin-group-summary,
    .admin-group-members-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-group-members-tools {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .admin-group-search {
        width: 100%;
    }

    .admin-group-total {
        width: 100%;
    }

    .admin-group-selector {
        grid-template-columns: 1fr;
    }

    .admin-edit-user-context,
    .admin-ban-reason-compose {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .admin-edit-user-statuses {
        align-items: flex-start;
    }

    .admin-user-form {
        grid-template-columns: 1fr;
    }

    .admin-user-form > .mb-3,
    .admin-user-form > .form-check {
        grid-column: 1;
    }

    .admin-ban-reason-compose .btn {
        width: 100%;
        min-height: 48px;
    }

    .admin-ban-history-copy small {
        width: 100%;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-sidebar a,
    .admin-content .btn-dark {
        transition: none;
    }
}

/* Keep the edit-account workspace above generic admin card rules. */
.admin-content .admin-edit-user-page .card {
    border-radius: 8px !important;
}

.admin-content .admin-edit-user-page .admin-user-role-grid .form-check,
.admin-content .admin-edit-user-page .admin-user-status-option {
    padding: 14px 15px;
    border-radius: 7px;
}

.admin-content .admin-edit-user-page .admin-premium-control-card {
    border-color: rgba(244, 199, 80, 0.22) !important;
    background:
        linear-gradient(120deg, rgba(244, 199, 80, 0.08), transparent 48%),
        #1b1c20 !important;
}

.admin-content .admin-edit-user-page .admin-identity-reset-card {
    border-color: rgba(239, 91, 103, 0.16) !important;
    background:
        linear-gradient(120deg, rgba(239, 91, 103, 0.055), transparent 48%),
        #1b1c20 !important;
}

/* Account settings */
.account-body,
.account-settings-page,
.profile-page {
    color: #fff;
    background: #202126;
}

.account-settings-page {
    min-height: 75svh;
}

.account-settings-shell {
    max-width: 1380px;
    padding-top: clamp(42px, 6vw, 82px) !important;
    padding-bottom: clamp(55px, 7vw, 94px) !important;
}

.account-settings-sidebar {
    position: sticky;
    top: 22px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: #17181c;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.account-settings-user {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.account-settings-user img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.account-settings-user strong,
.account-settings-user span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-settings-user strong {
    font-size: 0.78rem;
}

.account-settings-user span {
    margin-top: 4px;
    color: #7e7f86;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
}

.account-settings-label {
    display: block;
    margin: 0 10px 11px;
    color: #62636a;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.account-settings-link {
    position: relative;
    display: flex;
    min-height: 43px;
    align-items: center;
    margin-bottom: 4px;
    padding: 10px 12px;
    color: #a5a6ac;
    font-size: 0.75rem;
    text-decoration: none;
    border-radius: 8px;
    transition: color 140ms ease, background-color 140ms ease;
}

.account-settings-link::before {
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    width: 2px;
    background: #ffc107;
    content: "";
    opacity: 0;
}

.account-settings-link:hover,
.account-settings-link:focus,
.account-settings-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.account-settings-link.active::before {
    opacity: 1;
}

.account-settings-profile-link {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding: 16px 10px 3px;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.account-settings-profile-link:hover {
    color: #ffc107;
}

.account-settings-heading {
    max-width: 760px;
    margin-bottom: 37px;
}

.account-settings-heading > span,
.profile-kicker,
.profile-panel-label {
    display: block;
    color: #ffc107;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.account-settings-heading h1 {
    margin: 11px 0 15px;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.account-settings-heading p {
    margin: 0;
    color: #a0a1a7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.account-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.account-overview-card {
    position: relative;
    min-height: 235px;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    border-top: 3px solid #ffc107;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #18191d;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    transition: border-color 160ms ease, transform 160ms ease;
}

.account-overview-card:hover,
.account-overview-card:focus {
    color: #fff;
    border-color: rgba(255, 193, 7, 0.3);
    transform: translateY(-3px);
}

.account-overview-card > span {
    color: #ffc107;
    font-size: 0.68rem;
}

.account-overview-card h2 {
    margin: 37px 0 11px;
    font-size: 1.15rem;
    font-weight: 700;
}

.account-overview-card p {
    margin-bottom: 21px;
    color: #8f9097;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    line-height: 1.6;
}

.account-overview-card strong {
    color: #d3d4d8;
    font-size: 0.7rem;
}

.account-settings-card {
    width: 100%;
    max-width: 760px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: #18191d !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.account-settings-card .card-body {
    padding: clamp(25px, 4vw, 42px);
}

.account-settings-card .card-title,
.account-settings-card .form-label {
    font-weight: 700;
}

.account-settings-card .form-label {
    margin-bottom: 8px;
    color: #c9cace;
    font-size: 0.72rem;
}

.account-settings-card .form-control {
    min-height: 48px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px;
    background: #292a2f !important;
}

.account-settings-card .form-control:focus {
    border-color: rgba(255, 193, 7, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.1);
}

.account-settings-card .form-check {
    padding: 12px 14px 12px 42px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    background: #222328;
}

.account-settings-card .form-check-input {
    margin-top: 0.15em;
    margin-left: -1.7em;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.22) !important;
    background-color: #292a2f !important;
}

.account-settings-card .form-check-input:checked {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important;
}

.account-settings-card .form-check-input:focus {
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.12);
}

.account-settings-card .form-check-label,
.account-settings-card .text-secondary {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
}

.account-settings-card .btn-light {
    min-height: 46px;
    font-weight: 700;
    border-radius: 8px;
}

.passkey-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.passkey-list > strong {
    color: #f2f2f4;
    font-size: 0.86rem;
}

.passkey-list > p {
    margin: 0;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
}

.passkey-list-item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #222328;
}

.passkey-list-item > div {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.passkey-list-item span {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
}

.passkey-list-item small {
    color: #8f9097;
    font-family: system-ui, -apple-system, sans-serif;
}

.passkey-expire-button {
    min-width: 78px;
    color: #ffb0b8;
    border: 1px solid rgba(220, 53, 69, 0.35);
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.12);
    font-size: 0.76rem;
    font-weight: 700;
}

.passkey-expire-button:hover,
.passkey-expire-button:focus {
    color: #fff;
    border-color: #dc3545;
    background: #dc3545;
}

.profile-picture-card {
    max-width: 850px;
    overflow: hidden;
}

.profile-picture-intro {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: clamp(25px, 5vw, 48px);
    align-items: center;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-picture-preview-frame {
    position: relative;
    width: 190px;
    aspect-ratio: 1;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.28), rgba(255, 255, 255, 0.035) 58%);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
}

.profile-picture-preview-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
    background: #292a2f;
}

.profile-picture-preview-frame > span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    padding: 7px 10px;
    color: #111;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    border-radius: 999px;
    background: #ffc107;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
}

.profile-picture-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #ffc107;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.profile-picture-copy h2 {
    max-width: 470px;
    margin: 0 0 13px;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.profile-picture-copy p {
    max-width: 520px;
    margin: 0;
    color: #9b9ca3;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
}

.profile-picture-upload-form {
    padding-top: 30px;
}

.profile-picture-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.profile-picture-dropzone {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 94px;
    padding: 18px 20px;
    cursor: pointer;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background: #222328;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.profile-picture-dropzone:hover,
.profile-picture-file-input:focus-visible + .profile-picture-dropzone {
    border-color: rgba(255, 193, 7, 0.7);
    background: #27282d;
    transform: translateY(-1px);
}

.profile-picture-file-input:focus-visible + .profile-picture-dropzone {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.12);
}

.profile-picture-upload-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #ffc107;
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.1);
}

.profile-picture-upload-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.profile-picture-upload-copy strong,
.profile-picture-upload-copy small {
    display: block;
}

.profile-picture-upload-copy strong {
    margin-bottom: 6px;
    font-size: 0.84rem;
}

.profile-picture-upload-copy small {
    max-width: 390px;
    overflow: hidden;
    color: #8e8f96;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-picture-browse {
    padding: 10px 15px;
    color: #e9e9eb;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.profile-picture-save-button {
    min-height: 50px;
    margin-top: 16px;
    color: #111;
    font-weight: 800;
    border-color: #ffc107;
    border-radius: 9px;
    background: #ffc107;
}

.profile-picture-save-button:hover,
.profile-picture-save-button:focus {
    color: #111;
    border-color: #ffd044;
    background: #ffd044;
}

.profile-picture-danger-zone {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-picture-danger-zone strong {
    display: block;
    margin-bottom: 5px;
    font-size: 0.78rem;
}

.profile-picture-danger-zone p {
    margin: 0;
    color: #85868d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
}

.profile-picture-delete-button {
    min-width: 135px;
    color: #ff9ca6;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid rgba(220, 53, 69, 0.45);
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
}

.profile-picture-delete-button:hover,
.profile-picture-delete-button:focus {
    color: #fff;
    border-color: #dc3545;
    background: #dc3545;
}

@media (max-width: 575.98px) {
    .profile-picture-intro {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .profile-picture-preview-frame {
        width: min(190px, 72vw);
        margin: 0 auto;
    }

    .profile-picture-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .profile-picture-dropzone {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 16px;
        text-align: left;
    }

    .profile-picture-upload-icon {
        width: 46px;
        height: 46px;
    }

    .profile-picture-browse {
        display: none;
    }

    .profile-picture-danger-zone {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-picture-danger-zone form,
    .profile-picture-delete-button {
        width: 100%;
    }
}

.age-verification-status {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: #222328;
}

.age-verification-status > span {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #111;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 50%;
    background: #ffc107;
}

.age-verification-status.is-verified > span {
    color: #071d11;
    background: #47d987;
}

.age-verification-status h2 {
    margin: 0 0 5px;
    font-size: 1.15rem;
}

.age-verification-status p,
.age-verification-privacy p {
    margin: 0;
    color: #a0a1a7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
}

.age-verification-privacy {
    margin: 22px 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.age-verification-privacy strong {
    display: block;
    margin-bottom: 7px;
    font-size: 0.8rem;
}

.account-identity-form {
    width: 100%;
    max-width: 760px;
}

.account-identity-form .form-check-label {
    cursor: pointer;
}

.account-identity-consent {
    padding: 16px 18px 16px 46px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
}

.account-identity-consent .form-check-input {
    margin-top: 0.25rem;
}

.account-identity-consent .form-check-label {
    color: #c9cbd1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.88rem;
    line-height: 1.55;
}

.account-identity-submit {
    min-height: 50px;
    color: #111;
    font-weight: 700;
    border-color: #ffc107;
    border-radius: 8px;
    background: #ffc107;
}

.account-identity-submit:hover,
.account-identity-submit:focus {
    color: #111;
    border-color: #ffd044;
    background: #ffd044;
}

/* Public profile */
.profile-page {
    padding-bottom: clamp(60px, 8vw, 105px);
}

.profile-cover {
    position: relative;
    height: clamp(260px, 34vw, 450px);
    overflow: hidden;
    background: #18191d;
}

.profile-cover > img,
.profile-cover-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.profile-cover > img {
    object-fit: cover;
    object-position: center 38%;
}

.profile-cover-overlay {
    background:
        linear-gradient(90deg, rgba(7, 8, 11, 0.42), rgba(7, 8, 11, 0.08)),
        linear-gradient(0deg, #202126 0%, rgba(32, 33, 38, 0.08) 58%);
}

.profile-container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin-top: -86px;
}

.profile-header-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(24, 25, 29, 0.96);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
}

.profile-header-card.is-premium-member {
    border-color: rgba(244, 199, 80, 0.68);
    background:
        linear-gradient(115deg, transparent 18%, rgba(255, 226, 132, 0.11) 40%, transparent 62%) 190% 0 / 220% 100%,
        linear-gradient(145deg, rgba(53, 42, 17, 0.98), rgba(24, 25, 29, 0.97) 62%);
    box-shadow: 0 25px 70px rgba(174, 122, 15, 0.22), inset 0 0 0 1px rgba(255, 236, 169, 0.06);
    animation: premiumAccountShimmer 5.8s ease-in-out infinite;
}

.profile-header-card.is-premium-member .profile-avatar {
    border-color: #f4c750;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38), 0 0 30px rgba(244, 199, 80, 0.25);
}

@keyframes premiumAccountShimmer {
    0%, 18% {
        background-position: 200% 0, 0 0;
    }
    55%, 100% {
        background-position: -35% 0, 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-account-button.is-premium-member,
    .team-member-card.is-premium-member,
    .profile-header-card.is-premium-member {
        animation: none;
    }
}

.profile-avatar {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid #ffc107;
    border-radius: 50%;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
}

.profile-heading-copy {
    min-width: 0;
    padding-bottom: 7px;
}

.profile-heading-copy h1 {
    margin: 9px 0 7px;
    overflow-wrap: anywhere;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.profile-heading-copy > p {
    margin: 0;
    color: #96979d;
    font-family: system-ui, -apple-system, sans-serif;
}

.profile-roles,
.profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.profile-roles span,
.profile-tags span {
    padding: 6px 9px;
    color: #d8ba5f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.65rem;
    border: 1px solid rgba(255, 193, 7, 0.18);
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.07);
}

.profile-verification-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.profile-age-status {
    display: inline-flex;
    padding: 6px 10px;
    color: #9a9ba1;
    font-size: 0.66rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.profile-age-status.is-identity-verified {
    color: #79c7ff;
    border-color: rgba(63, 169, 245, 0.32);
    background: rgba(63, 169, 245, 0.1);
}

.profile-age-status.is-verified {
    color: #77e7a8;
    border-color: rgba(71, 217, 135, 0.28);
    background: rgba(71, 217, 135, 0.08);
}

.profile-age-status.is-premium-member {
    color: #17130a;
    border-color: #f4c750;
    background: #f4c750;
    box-shadow: 0 5px 18px rgba(244, 199, 80, 0.18);
}

.profile-actions {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.profile-primary-action,
.profile-secondary-action {
    min-width: 155px;
    padding: 11px 15px;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 8px;
}

.profile-primary-action {
    color: #111;
    background: #fff;
}

.profile-primary-action:hover {
    color: #111;
    background: #ffc107;
}

.profile-secondary-action {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #27282d;
}

.profile-secondary-action:hover {
    color: #fff;
    background: #33343a;
}

.profile-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 22px;
    margin-top: 24px;
}

.profile-panel {
    padding: clamp(27px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: #18191d;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
}

.profile-panel h2 {
    margin: 11px 0 17px;
    font-size: clamp(1.55rem, 3vw, 2.55rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.profile-about-panel > p,
.profile-identity-group > p {
    color: #999aa0;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.7;
}

.profile-details {
    margin: 30px 0 0;
}

.profile-details div {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-details dt {
    color: #76777e;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
}

.profile-details dd {
    margin: 0;
    font-size: 0.75rem;
    text-align: right;
}

.profile-identity-group + .profile-identity-group {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-identity-group h2 {
    margin: 0 0 13px;
    font-size: 0.82rem;
    letter-spacing: 0;
}

.profile-tags {
    margin-top: 0;
}

.profile-channels-panel {
    margin-top: 24px;
}

.profile-channels-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
}

.profile-channels-heading h2 {
    margin-bottom: 0;
}

.profile-channels-heading > span {
    flex: 0 0 auto;
    color: #999aa0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
}

.profile-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.profile-channel-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 14px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.profile-channel-card:hover,
.profile-channel-card:focus {
    color: #fff;
    border-color: rgba(255, 193, 7, 0.36);
    background: rgba(255, 193, 7, 0.08);
    transform: translateY(-1px);
}

.profile-channel-card img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    object-fit: cover;
    border: 2px solid rgba(255, 193, 7, 0.42);
    border-radius: 50%;
    background: #24252a;
}

.profile-channel-card span {
    min-width: 0;
}

.profile-channel-card strong,
.profile-channel-card small {
    display: block;
}

.profile-channel-card strong {
    overflow: hidden;
    font-size: 0.92rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-channel-card small {
    margin-top: 3px;
    color: #9a9ba1;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.74rem;
}

.profile-community-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 24px;
    padding: clamp(30px, 5vw, 52px);
    border-left: 4px solid #ffc107;
    background: #292a30;
}

.profile-community-note h2 {
    max-width: 720px;
    margin: 10px 0 0;
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.profile-community-note .btn {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .account-settings-sidebar {
        position: static;
    }

    .profile-header-card {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .profile-avatar {
        width: 140px;
        height: 140px;
    }

    .profile-actions {
        grid-column: 1 / -1;
        flex-direction: row;
    }

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

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

@media (max-width: 767.98px) {
    .account-overview-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .account-overview-card {
        min-height: 210px;
    }

    .profile-cover {
        height: 280px;
    }

    .profile-container {
        margin-top: -60px;
    }

    .profile-header-card {
        display: block;
        padding: 24px;
        text-align: center;
    }

    .profile-avatar {
        width: 128px;
        height: 128px;
        margin-top: -84px;
        margin-bottom: 20px;
    }

    .profile-roles {
        justify-content: center;
    }

    .profile-actions {
        display: grid;
        margin-top: 22px;
    }

    .profile-community-note {
        display: block;
    }

    .profile-community-note .btn {
        margin-top: 22px;
    }

    .profile-channels-heading {
        align-items: flex-start;
        flex-direction: column;
    }

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

@media (prefers-reduced-motion: reduce) {
    .account-settings-link,
    .account-overview-card {
        transition: none;
    }
}

/* Profile image correction */
.profile-cover > img {
    opacity: 1;
}

/* Vision Pro */
.vision-pro-body,
.vision-pro-page {
    color: #fff;
    background: #15171b;
}

.vision-pro-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

.vision-pro-hero {
    position: relative;
    display: flex;
    min-height: min(78svh, 820px);
    align-items: flex-end;
    overflow: hidden;
    background: #101216;
}

.vision-pro-hero-image,
.vision-pro-hero-overlay {
    position: absolute;
    inset: 0;
}

.vision-pro-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
}

.vision-pro-hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 7, 11, 0.94) 0%, rgba(5, 7, 11, 0.57) 48%, rgba(5, 7, 11, 0.08) 78%),
        linear-gradient(0deg, #15171b 0%, rgba(21, 23, 27, 0.02) 45%);
}

.vision-pro-hero > .container {
    z-index: 1;
}

.vision-pro-hero-content {
    width: min(800px, 78%);
    text-shadow: 0 3px 26px rgba(0, 0, 0, 0.74);
}

.vision-pro-eyebrow {
    display: block;
    color: #a9d9ff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.vision-pro-hero h1 {
    margin: 15px 0 20px;
    font-size: clamp(3.4rem, 7vw, 7.1rem);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: 0;
}

.vision-pro-hero-content > p {
    max-width: 650px;
    margin-bottom: 30px;
    color: #dce1e7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.7;
}

.vision-pro-primary-button {
    padding: 12px 20px;
    color: #11151a;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.vision-pro-primary-button:hover,
.vision-pro-primary-button:focus {
    color: #11151a;
    background: #a9d9ff;
}

.vision-pro-hero-note {
    position: absolute;
    right: clamp(30px, 5vw, 78px);
    bottom: 45px;
    z-index: 1;
    max-width: 300px;
    padding-left: 18px;
    border-left: 2px solid #a9d9ff;
}

.vision-pro-hero-note span,
.vision-pro-hero-note strong {
    display: block;
}

.vision-pro-hero-note span {
    color: #9ba1a9;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vision-pro-hero-note strong {
    margin-top: 6px;
    font-size: 0.82rem;
    line-height: 1.45;
}

.vision-pro-reservations {
    scroll-margin-top: 20px;
    padding-top: 42px;
    padding-bottom: 72px;
    background: #202228;
}

.vision-pro-reservations > .container {
    max-width: 1320px;
}

.vision-pro-section-heading {
    margin-bottom: 38px;
}

.vision-pro-section-heading h2 {
    margin: 11px 0 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.vision-pro-status-card {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 52px) !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: #17191e !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.vision-pro-status-card h4 {
    margin-bottom: 16px;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0;
}

.vision-pro-status-card p,
.vision-pro-status-card small {
    font-family: system-ui, -apple-system, sans-serif;
}

.vision-pro-slot-card {
    overflow: hidden;
    border-top: 3px solid #a9d9ff;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: #17191e !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.vision-pro-slot-card .card-body {
    padding: 28px;
}

.vision-pro-slot-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
}

.vision-pro-slot-card p,
.vision-pro-slot-card small,
.vision-pro-slot-card label {
    font-family: system-ui, -apple-system, sans-serif;
}

.vision-pro-slot-card .form-label {
    color: #c9cbd0;
    font-size: 0.72rem;
    font-weight: 700;
}

.vision-pro-slot-card .form-control {
    min-height: 47px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px;
    background: #292c32 !important;
}

.vision-pro-slot-card .btn-light {
    min-height: 46px;
    font-weight: 700;
    border-radius: 8px;
}

[data-reservation-countdown] {
    color: #a9d9ff;
    font-weight: 700;
}

/* Legal documents */
.legal-body,
.legal-page {
    color: #fff;
    background: #202126;
}

.legal-shell {
    position: relative;
    padding-top: clamp(50px, 7vw, 95px);
    padding-bottom: clamp(60px, 8vw, 110px);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 193, 7, 0.08), transparent 28%),
        #202126;
}

.legal-layout {
    min-height: 70vh;
}

.legal-document {
    width: 100%;
    max-width: 960px;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #18191d !important;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.legal-document-header {
    margin-bottom: 42px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-document-header > span {
    display: block;
    color: #ffc107;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.legal-document-header h1 {
    margin: 11px 0 13px;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.legal-document-header p {
    max-width: 680px;
    margin: 0;
    color: #96979d;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.legal-document > p {
    color: #b6b7bc;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.96rem;
    line-height: 1.8;
}

.legal-document > h4 {
    position: relative;
    margin-top: 36px !important;
    margin-bottom: 13px;
    padding-top: 22px;
    font-size: 1.05rem;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-document > h4::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 54px;
    height: 1px;
    background: #ffc107;
    content: "";
}

.legal-document > small {
    display: block;
    margin-top: 42px;
    padding-top: 22px;
    font-family: system-ui, -apple-system, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-document a {
    color: #ffc107 !important;
}

/* Authentication */
.legal-review-body,
.legal-review-page {
    color: #fff;
    background: #111216;
}

.legal-review-shell {
    max-width: 1180px;
    padding-top: clamp(28px, 5vw, 64px);
    padding-bottom: clamp(175px, 16vw, 215px);
}

.legal-review-card {
    padding: clamp(24px, 4vw, 52px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #18191d;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.legal-review-header {
    max-width: 760px;
}

.legal-review-brand {
    display: inline-block;
    margin-bottom: 42px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.legal-review-eyebrow,
.legal-review-document-heading span {
    display: block;
    color: #ffc107;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.legal-review-header h1 {
    margin: 10px 0 16px;
    font-size: clamp(2.45rem, 6vw, 5.2rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: 0;
}

.legal-review-header p,
.legal-review-confirmation p,
.legal-review-support {
    color: #a7a8ae;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.65;
}

.legal-review-progress {
    display: grid;
    margin: 42px 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.legal-review-progress li {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #73747a;
    font-size: 0.78rem;
    font-weight: 700;
}

.legal-review-progress li::after {
    position: absolute;
    top: 15px;
    right: 12px;
    left: 44px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.legal-review-progress li:last-child::after {
    display: none;
}

.legal-review-progress li > span {
    display: grid;
    z-index: 1;
    width: 30px;
    height: 30px;
    color: #92939a;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #18191d;
    place-items: center;
}

.legal-review-progress .is-current,
.legal-review-progress .is-complete {
    color: #fff;
}

.legal-review-progress .is-current > span,
.legal-review-progress .is-complete > span {
    color: #17181b;
    border-color: #ffc107;
    background: #ffc107;
}

.legal-review-document-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
}

.legal-review-document-heading h2,
.legal-review-confirmation h2 {
    margin: 5px 0 0;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0;
}

.legal-review-document-heading a,
.legal-review-checks a,
.legal-review-support a {
    color: #ffc107;
}

.legal-review-document {
    display: block;
    width: 100%;
    max-width: none;
    padding: clamp(24px, 4vw, 42px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
}

.legal-review-confirmation {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 193, 7, 0.22);
    border-radius: 12px;
    background: rgba(255, 193, 7, 0.045);
}

.legal-review-confirmation-mark {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #151619;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 50%;
    background: #ffc107;
    place-items: center;
}

.legal-review-alert {
    border-radius: 10px;
}

.legal-review-actions {
    margin-top: 26px;
}

.legal-review-checks {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.legal-review-checks label {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 16px;
    color: #d7d8dc;
    font-family: system-ui, -apple-system, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
}

.legal-review-checks input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ffc107;
}

.legal-review-buttons {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.legal-review-primary,
.legal-review-secondary,
.legal-review-decline {
    min-height: 46px;
    padding: 11px 19px;
    font-weight: 750;
    border-radius: 8px;
}

.legal-review-primary {
    color: #151619;
    border-color: #ffc107;
    background: #ffc107;
}

.legal-review-primary:hover,
.legal-review-primary:focus {
    color: #151619;
    border-color: #ffd34e;
    background: #ffd34e;
}

.legal-review-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
}

.legal-review-decline {
    color: #ff9c9c;
    border-color: rgba(255, 95, 95, 0.25);
    background: rgba(255, 75, 75, 0.07);
}

.legal-review-dock {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13px max(18px, env(safe-area-inset-right)) calc(13px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17, 18, 22, 0.96);
    box-shadow: 0 -16px 44px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(16px);
}

.legal-review-dock-inner {
    display: flex;
    width: 100%;
    max-width: 1080px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 auto;
}

.legal-review-support {
    max-width: 560px;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .legal-review-dock-inner {
        display: block;
    }

    .legal-review-support {
        max-width: none;
        margin-bottom: 10px;
        text-align: center;
    }

    .legal-review-buttons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .legal-review-shell {
        padding-bottom: 225px;
        padding-right: 0;
        padding-left: 0;
    }

    .legal-review-card {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .legal-review-progress li {
        gap: 6px;
        font-size: 0;
    }

    .legal-review-progress li > span {
        font-size: 0.78rem;
    }

    .legal-review-document-heading {
        gap: 12px;
        align-items: flex-start;
    }

    .legal-review-document-heading a {
        font-size: 0.75rem;
        text-align: right;
    }

    .legal-review-dock {
        padding-top: 10px;
    }

    .legal-review-support {
        margin-bottom: 9px;
        font-size: 0.68rem;
        line-height: 1.35;
    }

    .legal-review-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .legal-review-buttons .btn {
        width: 100%;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 0.7rem;
    }

    .legal-review-buttons.has-previous .legal-review-primary {
        grid-column: 1 / -1;
    }
}

.auth-body,
.auth-page {
    color: #fff;
    background: #202126;
}

.auth-shell {
    position: relative;
    display: grid;
    min-height: calc(100svh - 74px);
    padding: clamp(52px, 8vw, 110px) clamp(18px, 4vw, 52px);
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 193, 7, 0.11), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018) 25%, transparent 25%) 0 0 / 36px 36px,
        #202126;
}

.auth-shell::before,
.auth-shell::after {
    position: absolute;
    width: clamp(190px, 26vw, 390px);
    height: clamp(190px, 26vw, 390px);
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
}

.auth-shell::before {
    top: -16%;
    left: -7%;
}

.auth-shell::after {
    right: -8%;
    bottom: -20%;
}

.auth-layout {
    position: relative;
    z-index: 1;
    width: 100%;
}

.auth-column {
    max-width: 570px;
}

.auth-column-wide {
    max-width: 680px;
}

.auth-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #18191d !important;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.auth-card-header {
    padding: clamp(30px, 5vw, 48px) clamp(26px, 5vw, 52px) 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: transparent;
}

.auth-card-header h4 {
    margin: 0;
    font-size: clamp(2.25rem, 6vw, 3.65rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.auth-card-body {
    padding: clamp(28px, 5vw, 48px) clamp(26px, 5vw, 52px) clamp(32px, 5vw, 52px);
}

.auth-form .mb-3 {
    margin-bottom: 22px !important;
}

.auth-form .form-label {
    margin-bottom: 8px;
    color: #d1d2d6;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.auth-form .form-control {
    min-height: 50px;
    padding: 12px 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background: #26272c;
    box-shadow: none;
}

.auth-form .form-control:focus {
    color: #fff;
    border-color: #ffc107;
    background: #2b2c31;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.11);
}

.auth-form .form-check {
    margin-top: 24px;
    padding: 18px 18px 18px 42px;
    color: #a9aab0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.82rem;
    line-height: 1.65;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
}

.auth-form .form-check-input {
    margin-top: 0.3em;
    background-color: #292a2f;
    border-color: rgba(255, 255, 255, 0.24);
}

.auth-form .form-check-input:checked {
    border-color: #ffc107;
    background-color: #ffc107;
}

.auth-form a,
.auth-help a {
    color: #ffc107;
    text-underline-offset: 3px;
}

.auth-help {
    color: #87888f;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.78rem;
    line-height: 1.6;
}

.auth-primary-button,
.auth-cancel-button {
    min-height: 50px;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 8px;
}

.auth-primary-button {
    color: #111;
    border-color: #ffc107;
    background: #ffc107;
}

.auth-primary-button:hover,
.auth-primary-button:focus {
    color: #111;
    border-color: #ffd044;
    background: #ffd044;
}

.auth-passkey-panel {
    margin-top: 24px;
}

.auth-passkey-divider {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    color: #73747b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
}

.auth-passkey-divider::before,
.auth-passkey-divider::after {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
    content: "";
}

.auth-passkey-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-weight: 700;
    border-radius: 8px;
}

.auth-cancel-button {
    color: #e9a2a7;
    border-color: rgba(220, 53, 69, 0.28);
    background: rgba(220, 53, 69, 0.12);
}

.auth-cancel-button:hover,
.auth-cancel-button:focus {
    color: #fff;
    border-color: #dc3545;
    background: #dc3545;
}

.auth-alert {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.86rem;
    border-radius: 8px;
}

.auth-form .g-recaptcha {
    max-width: 100%;
    margin: 4px 0 24px;
    overflow: hidden;
}

/* System pages */
.system-page-body,
.system-page {
    color: #fff;
    background: #202126;
}

.system-page-shell {
    position: relative;
    display: grid;
    min-height: calc(100svh - 74px);
    padding: clamp(52px, 8vw, 110px) clamp(18px, 4vw, 52px);
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 193, 7, 0.1), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018) 25%, transparent 25%) 0 0 / 36px 36px,
        #202126;
}

.system-page-shell::before,
.system-page-shell::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
}

.system-page-shell::before {
    top: -150px;
    left: -120px;
    width: 390px;
    height: 390px;
}

.system-page-shell::after {
    right: -110px;
    bottom: -180px;
    width: 340px;
    height: 340px;
}

.system-page-layout {
    position: relative;
    z-index: 1;
    min-height: 64vh;
}

.system-page-card {
    position: relative;
    width: 100%;
    max-width: 680px;
    padding: clamp(38px, 7vw, 72px) clamp(26px, 6vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: #18191d;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.system-page-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #ffc107;
    content: "";
}

.system-page-symbol {
    display: grid;
    width: clamp(94px, 16vw, 132px);
    height: clamp(94px, 16vw, 132px);
    margin: 0 auto clamp(28px, 5vw, 42px);
    place-items: center;
    color: #ffc107;
    font-size: clamp(2.25rem, 6vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.07em;
    border: 1px solid rgba(255, 193, 7, 0.28);
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.07);
    box-shadow: inset 0 0 34px rgba(255, 193, 7, 0.04);
}

.system-page-not-found .system-page-symbol {
    width: clamp(118px, 20vw, 164px);
    border-radius: 14px;
}

.system-page-card h2 {
    margin: 0;
    font-size: clamp(2.35rem, 6vw, 4.25rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.system-page-card p {
    margin: 18px 0 32px;
    color: #9b9ca2;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

.system-page-button {
    min-width: 150px;
    min-height: 48px;
    padding: 12px 22px;
    color: #111;
    font-weight: 700;
    border: 1px solid #ffc107;
    border-radius: 8px;
    background: #ffc107;
}

.system-page-button:hover,
.system-page-button:focus {
    color: #111;
    border-color: #ffd044;
    background: #ffd044;
}

.country-unavailable-page .system-page-shell {
    min-height: 100svh;
}

.country-unavailable-card {
    max-width: 720px;
}

.country-unavailable-logo {
    width: 72px;
    height: 72px;
    margin: 0 auto 26px;
    object-fit: cover;
    border-radius: 16px;
}

.country-unavailable-card h1 {
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

.country-unavailable-support-copy {
    margin-top: -18px !important;
}

.minecraft-link-code {
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(79, 191, 120, 0.32);
    border-radius: 8px;
    background: rgba(79, 191, 120, 0.07);
}

.minecraft-link-heading,
.minecraft-link-status,
.minecraft-link-code-header,
.minecraft-link-command,
.minecraft-link-expiry {
    display: flex;
    align-items: center;
}

.minecraft-link-heading {
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.minecraft-link-heading > div {
    min-width: 0;
}

.minecraft-link-eyebrow {
    color: #74d19a;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
}

.minecraft-link-step-count {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: #b8bac0;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
}

.minecraft-link-status {
    justify-content: space-between;
    gap: 16px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 8px;
    background: rgba(255, 193, 7, 0.055);
}

.minecraft-link-status-verified {
    border-color: rgba(79, 191, 120, 0.24);
    background: rgba(79, 191, 120, 0.07);
}

.minecraft-link-steps {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.minecraft-link-steps li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.minecraft-link-steps li > span {
    display: grid;
    width: 32px;
    height: 32px;
    color: #101114;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    border-radius: 50%;
    background: #74d19a;
    place-items: center;
}

.minecraft-link-steps strong,
.minecraft-link-steps small {
    display: block;
}

.minecraft-link-steps strong {
    color: #f7f7f8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
}

.minecraft-link-steps small {
    margin-top: 2px;
    color: #92949b;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.72rem;
    line-height: 1.45;
}

.minecraft-link-code-header {
    justify-content: space-between;
    gap: 16px;
}

.minecraft-link-code-header small {
    display: block;
    margin-bottom: 7px;
    color: #9fa1a7;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.minecraft-link-code strong {
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: clamp(1.9rem, 5vw, 2.5rem);
    line-height: 1;
    direction: ltr;
    letter-spacing: 0;
    unicode-bidi: isolate;
}

.minecraft-link-copy-button,
.minecraft-link-command button {
    min-height: 34px;
    padding: 7px 11px;
    color: #101114;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    border: 0;
    border-radius: 6px;
    background: #74d19a;
}

.minecraft-link-copy-button:hover,
.minecraft-link-copy-button:focus,
.minecraft-link-command button:hover,
.minecraft-link-command button:focus {
    background: #96e3b5;
}

.minecraft-link-code button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.minecraft-link-command {
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.18);
}

.minecraft-link-command code {
    min-width: 0;
    overflow: hidden;
    color: #f8f9fa;
    direction: ltr;
    font-size: 0.82rem;
    text-overflow: ellipsis;
    unicode-bidi: isolate;
    white-space: nowrap;
}

.minecraft-link-expiry {
    gap: 8px;
    margin-top: 12px;
    color: #b8d9c4;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.7rem;
}

.minecraft-link-expiry-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #74d19a;
    box-shadow: 0 0 0 4px rgba(116, 209, 154, 0.1);
}

.minecraft-link-code.is-expired {
    border-color: rgba(220, 53, 69, 0.32);
    background: rgba(220, 53, 69, 0.07);
}

.minecraft-link-code.is-expired .minecraft-link-expiry {
    color: #ef9da5;
}

.minecraft-link-code.is-expired .minecraft-link-expiry-dot {
    background: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}

.minecraft-link-generate-form {
    display: grid;
    width: 100%;
}

.minecraft-link-generate-form .btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    color: #101114;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    border: 1px solid #74d19a;
    border-radius: 8px;
    background: #74d19a;
    box-shadow: 0 10px 24px rgba(79, 191, 120, 0.14);
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.minecraft-link-generate-form .btn:hover,
.minecraft-link-generate-form .btn:focus-visible {
    color: #101114;
    border-color: #96e3b5;
    background: #96e3b5;
    box-shadow: 0 12px 28px rgba(79, 191, 120, 0.22);
}

.minecraft-link-generate-form .btn:focus-visible {
    outline: 3px solid rgba(116, 209, 154, 0.24);
    outline-offset: 2px;
}

.minecraft-link-generate-form .btn:disabled {
    color: #61656a;
    border-color: #8ca797;
    background: #8ca797;
    box-shadow: none;
}

.minecraft-link-regenerate-note {
    display: block;
    margin-top: 9px;
    color: #85878e;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 0.68rem;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .minecraft-link-heading,
    .minecraft-link-code-header {
        align-items: stretch;
        flex-direction: column;
    }

    .minecraft-link-heading {
        gap: 10px;
    }

    .minecraft-link-step-count {
        align-self: flex-start;
    }

    .minecraft-link-copy-button,
    .minecraft-link-generate-form,
    .minecraft-link-generate-form .btn {
        width: 100%;
    }

    .minecraft-link-command {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .auth-shell {
        min-height: auto;
        padding: 28px 0 48px;
    }

    .auth-card {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .auth-card-header,
    .auth-card-body {
        padding-right: 22px;
        padding-left: 22px;
    }

    .system-page-shell {
        min-height: auto;
        padding: 28px 0 48px;
    }

    .system-page-card {
        padding-right: 22px;
        padding-left: 22px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .vision-pro-hero-note {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .vision-pro-hero {
        min-height: 720px;
    }

    .vision-pro-hero-image {
        object-position: 62% center;
    }

    .vision-pro-hero-overlay {
        background:
            linear-gradient(0deg, #15171b 3%, rgba(5, 7, 11, 0.66) 62%, rgba(5, 7, 11, 0.12) 100%),
            linear-gradient(90deg, rgba(5, 7, 11, 0.48), transparent);
    }

    .vision-pro-hero-content {
        width: 100%;
    }

    .vision-pro-hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .legal-shell {
        padding-right: 0;
        padding-left: 0;
    }

    .legal-document {
        padding: 29px 22px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .creator-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .creator-video-row {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .creator-video-meta,
    .creator-video-actions {
        justify-content: flex-start;
        grid-column: 2;
    }
}

@media (max-width: 767.98px) {
    .creator-studio-page .videos-content {
        padding: 0 14px 50px;
    }

    .creator-studio-page .entertainment-search-bar {
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .creator-studio-hero {
        align-items: stretch;
        flex-direction: column;
        padding: 26px 20px;
    }

    .creator-studio-primary-button,
    .creator-studio-secondary-button {
        width: 100%;
    }

    .creator-upload-card,
    .creator-video-manager,
    .creator-studio-empty {
        padding: 20px;
        border-radius: 12px;
    }

    .creator-form-actions {
        display: grid;
    }

    .creator-video-manager-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .creator-video-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .creator-video-meta,
    .creator-video-actions {
        grid-column: auto;
    }

    .creator-video-actions,
    .creator-video-actions a,
    .creator-video-actions span {
        width: 100%;
    }
}
/* Originals */
.videos-sidebar-originals { position: relative; }
.videos-sidebar-originals.active { box-shadow:inset 3px 0 #ff4057; }
.originals-body { background: #08090c; }
.originals-content { min-width: 0; padding-bottom: 70px; overflow: hidden; }
[data-originals-view] { transition:opacity .16s ease; }
[data-originals-view].is-loading { opacity:.72; pointer-events:none; }
.originals-hero,.original-detail-hero { position: relative; min-height: clamp(470px, 66vh, 760px); overflow: hidden; background: #111; }
.original-detail-hero { display:grid; grid-template-rows:auto 1fr; padding:clamp(28px,5vh,54px) clamp(28px,6vw,88px) clamp(55px,10vh,115px); }
.originals-hero>img,.original-detail-hero>img,.originals-hero-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.originals-hero>img,
.originals-hero>.originals-hero-preview,
.original-detail-hero>img,
.original-detail-hero>.originals-hero-preview { object-fit:cover; object-position:center; background:#08090c; }
.originals-hero-preview { z-index:1; opacity:0; background:#000; transition:opacity .45s ease; }
.originals-hero-preview.is-playing { opacity:1; }
.originals-hero-sound { position:absolute; z-index:4; top:24px; inset-inline-end:24px; display:grid; place-items:center; width:44px; height:44px; padding:0; color:#fff; border:1px solid rgba(255,255,255,.55); border-radius:50%; background:rgba(0,0,0,.58); }
.originals-hero-sound[hidden] { display:none; }
.originals-hero-sound svg { width:21px; height:21px; fill:currentColor; }
.originals-hero-shade { position: absolute; z-index:2; inset: 0; background: linear-gradient(90deg,rgba(5,6,8,.96) 0%,rgba(5,6,8,.62) 46%,rgba(5,6,8,.08) 75%),linear-gradient(0deg,#08090c 0%,transparent 38%); }
.originals-hero-copy,.original-detail-copy { position: absolute; z-index: 3; inset-inline-start: clamp(28px,6vw,88px); bottom: clamp(55px,10vh,115px); width: min(620px,55%); }
.originals-hero .originals-hero-copy { bottom:clamp(28px,5vh,58px); }
.originals-hero-copy>span,.original-detail-copy>span,.admin-originals-toolbar>div>span { color:#ff4057; font-size:12px; font-weight:900; letter-spacing:0; }
.originals-hero h1,.original-detail-hero h1 { margin:12px 0 14px; color:#fff; font-size:clamp(42px,6vw,82px); line-height:.95; font-weight:900; letter-spacing:0; }
.originals-title-logo { display:block; width:auto; height:auto; max-width:min(100%,560px); max-height:clamp(110px,22vh,240px); margin:14px 0 18px; object-fit:contain; object-position:left center; }
[dir="rtl"] .originals-title-logo { object-position:right center; }
.originals-hero-copy>p,.original-detail-copy>p { color:#e0e1e5; font-size:clamp(15px,1.45vw,19px); line-height:1.6; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }
.originals-meta { display:flex; flex-wrap:wrap; align-items:center; gap:10px 16px; color:#ddd; margin:16px 0; font-weight:700; }
.originals-meta b { border:1px solid #aaa; padding:3px 7px; }
.originals-release-upcoming,
.original-tile > small.originals-release-upcoming { color:#ff4058; font-weight:800; }
.originals-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.originals-play,.originals-secondary { min-height:46px; padding:11px 22px; border-radius:4px; font-weight:900; }
.originals-play { background:#fff; color:#090a0d; }
.originals-play:hover { background:#e5e5e5; color:#090a0d; }
.originals-secondary { background:rgba(90,92,98,.72); color:#fff; }
.originals-empty-hero { min-height:420px; display:flex; flex-direction:column; justify-content:center; padding:50px clamp(28px,6vw,88px); background:radial-gradient(circle at 80% 20%,#35101a 0,transparent 35%),#0c0d11; }
.originals-empty-hero span { color:#ff4057; font-weight:900; }
.originals-empty-hero h1 { max-width:760px; color:#fff; font-size:clamp(40px,6vw,76px); font-weight:900; }
.originals-empty-hero p { color:#aaa; font-size:18px; }
.originals-row { padding:0 clamp(22px,4vw,60px); margin-top:34px; overflow:visible; }
.originals-row h2,.original-episodes>h2,.original-trailer>h2 { color:#fff; font-size:clamp(22px,2vw,30px); font-weight:850; margin-bottom:15px; }
.originals-rail { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(170px,20%); gap:14px; overflow-x:auto; overflow-y:hidden; padding:8px 3px 22px; scrollbar-width:thin; }
.original-tile { min-width:0; color:#fff; text-decoration:none; transition:transform .2s ease; }
.original-tile:hover { color:#fff; transform:translateY(-5px); }
.original-tile-media { position:relative; display:block; aspect-ratio:2/3; overflow:hidden; border-radius:5px; background:#18191d; box-shadow:0 15px 35px rgba(0,0,0,.25); }
.original-tile img { width:100%; height:100%; object-fit:cover; }
.original-tile-media i { position:absolute; top:10px; inset-inline-end:10px; padding:3px 7px; background:rgba(0,0,0,.72); border:1px solid #aaa; color:#fff; font-style:normal; font-size:11px; font-weight:800; }
.original-tile>strong { display:block; margin-top:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.original-tile>small { color:#8f9198; }
.original-back { position:relative; z-index:4; display:inline-flex; width:max-content; min-height:36px; align-items:center; align-self:start; margin-bottom:24px; color:#ddd; text-decoration:none; }
.original-back:hover { color:#fff; }
.original-detail-copy { position:relative; inset:auto; width:min(620px,55%); align-self:end; }
.original-format-label { display:block; width:max-content; }
.originals-warning-list { display:flex; flex-wrap:wrap; gap:7px; margin:18px 0 24px; }
.originals-warning-list span { padding:5px 9px; color:#d0d0d3; border-inline-start:2px solid #ff4057; background:rgba(0,0,0,.38); font-size:12px; }
.original-episodes,.original-trailer { padding:42px clamp(22px,5vw,72px); }
.original-season { margin-bottom:38px; }
.original-season h3 { color:#b9bac0; font-size:16px; margin-bottom:12px; }
.original-episode-list { display:grid; gap:1px; background:#292a2e; }
.original-episode-list>a { display:grid; grid-template-columns:minmax(130px,220px) 34px 1fr auto; gap:18px; align-items:center; min-width:0; padding:14px; color:#fff; text-decoration:none; background:#111216; }
.original-episode-list>a:hover { background:#191a1f; }
.original-episode-thumb { position:relative; aspect-ratio:16/9; overflow:hidden; }
.original-episode-thumb img { width:100%; height:100%; object-fit:cover; }
.original-episode-thumb i { position:absolute; inset:0; display:grid; place-items:center; font-style:normal; font-size:24px; background:rgba(0,0,0,.22); }
.original-episode-list p { margin:4px 0 0; color:#989aa1; line-height:1.4; }
.original-watch-body { --videos-accent:#ff4057; margin:0; background:#000; overflow:hidden; }
.original-watch,.original-watch-shell { width:100vw; height:100vh; background:#000; }
.original-watch-shell video { width:100%; height:100%; object-fit:contain; }
.original-black-start:not(.has-started) { opacity:0; }
.original-black-start { transition:opacity .18s ease; }
.original-content-advisory { position:absolute; z-index:20; top:clamp(52px,8vh,90px); inset-inline-start:clamp(24px,4vw,60px); display:flex; align-items:center; gap:14px; max-width:min(620px,80vw); color:#fff; opacity:0; transform:translateY(-8px); transition:.3s; pointer-events:none; text-shadow:0 2px 8px #000; }
.original-content-advisory.is-visible { opacity:1; transform:none; }
.original-content-advisory>strong { padding:7px 10px; border:2px solid #fff; font-size:18px; }
.original-content-advisory div { display:grid; }
.original-content-advisory span { color:#ddd; font-size:13px; }
.original-watch-back { position:absolute; z-index:30; top:18px; inset-inline-start:20px; display:grid; place-items:center; width:42px; height:42px; color:#fff; background:rgba(0,0,0,.48); border-radius:50%; text-decoration:none; font-size:24px; opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-5px); transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s; }
.custom-video-controls-visible .original-watch-back,
.custom-video-shell:focus-within .original-watch-back,
.custom-video-ended .original-watch-back { opacity:1; visibility:visible; pointer-events:auto; transform:none; transition-delay:0s; }

/* Originals administration */
.admin-originals-page { padding:30px 0 60px; }
.admin-originals-toolbar { display:flex; justify-content:space-between; align-items:flex-end; gap:25px; margin-bottom:28px; }
.admin-originals-toolbar h2 { margin:5px 0; color:#fff; font-size:34px; font-weight:850; }
.admin-originals-toolbar p { margin:0; color:#96989f; }
.admin-originals-library { display:grid; gap:10px; }
.admin-original-card { display:grid; grid-template-columns:72px 1fr auto; align-items:center; gap:18px; padding:12px; color:#fff; text-decoration:none; background:#15161a; border:1px solid #2c2d32; border-radius:6px; }
.admin-original-card:hover { color:#fff; border-color:#a72d3b; background:#191a1f; }
.admin-original-card img { width:72px; aspect-ratio:2/3; object-fit:cover; border-radius:3px; }
.admin-original-card span { color:#ff5367; font-size:10px; font-weight:900; }
.admin-original-card h3 { margin:3px 0; font-size:19px; }
.admin-original-card p { margin:0; color:#8f9198; }
.admin-original-card>strong { color:#8f9198; font-size:12px; }.admin-original-card>strong.is-live { color:#4ed88a; }
.admin-originals-empty { padding:40px; text-align:center; color:#999; border:1px dashed #393a40; }
.admin-originals-form,.admin-originals-standalone { display:grid; gap:18px; margin-bottom:26px; }
.admin-originals-panel { padding:25px; background:#15161a; border:1px solid #2c2d32; border-radius:6px; }
.admin-originals-panel>header { display:flex; gap:14px; margin-bottom:22px; }
.admin-originals-panel>header>span { display:grid; place-items:center; flex:0 0 34px; height:34px; background:#7f1d2d; color:#fff; border-radius:3px; font-weight:900; }
.admin-originals-panel h3 { margin:0; color:#fff; font-size:20px; }.admin-originals-panel header p { margin:4px 0 0; color:#8f9198; }
.admin-originals-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.admin-originals-fields label { display:grid; gap:7px; color:#d7d7da; font-weight:700; }.admin-originals-fields label.wide { grid-column:1/-1; }.admin-originals-fields small { color:#85878e; font-weight:400; }
.admin-originals-fields .form-control,.admin-originals-fields .form-select,.admin-originals-inline-form .form-control,.admin-originals-inline-form .form-select { color:#fff; background:#0d0e11; border-color:#35363c; border-radius:4px; }
.admin-originals-checks { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.admin-originals-checks label,.admin-originals-switch { display:flex!important; align-items:center; gap:9px!important; min-height:48px; padding:10px 12px; background:#0e0f12; border:1px solid #34353a; border-radius:4px; }
.admin-originals-checks .publish { border-color:#8f2a38; }
.admin-originals-inline-form { display:grid; grid-template-columns:1fr 2fr auto; gap:10px; margin-bottom:22px; }
.admin-originals-episodes { display:grid; gap:6px; }.admin-originals-episodes>div { display:grid; grid-template-columns:70px 1fr auto auto; align-items:center; gap:15px; padding:12px; background:#0d0e11; color:#fff; }.admin-originals-episodes span,.admin-originals-episodes small { color:#92949a; }.admin-originals-episodes form { display:flex; gap:5px; }
.admin-originals-subtitles { display:flex; flex-wrap:wrap; gap:7px; }.admin-originals-subtitles form { display:flex; align-items:center; background:#0d0e11; border-radius:3px; overflow:hidden; }.admin-originals-subtitles span { padding:6px 9px; color:#bbb; }.admin-originals-subtitles button { align-self:stretch; border:0; padding:0 10px; background:#33151a; color:#ff6879; }
.admin-originals-delete { margin-top:28px; }

@media (max-width: 900px) {
  .originals-hero,.original-detail-hero { min-height:620px; }
  .original-detail-hero { padding:30px 24px 45px; }
  .originals-hero-shade { background:linear-gradient(0deg,#08090c 5%,rgba(5,6,8,.77) 52%,rgba(5,6,8,.08)); }
  .originals-hero-copy,.original-detail-copy { inset-inline:24px; bottom:45px; width:auto; }
  .originals-hero .originals-hero-copy { bottom:28px; }
  .original-detail-hero .original-detail-copy { inset:auto; width:100%; }
  .originals-rail { grid-auto-columns:minmax(155px,38%); }
  .admin-originals-checks { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .originals-hero,.original-detail-hero { min-height:680px; }
  .original-detail-hero { padding:20px 20px 32px; }
  .originals-hero>img,.originals-hero-preview,.original-detail-hero>img { height:54%; object-position:center top; }
  .originals-hero>img,.originals-hero>.originals-hero-preview,.original-detail-hero>img,.original-detail-hero>.originals-hero-preview { object-position:center; }
  .originals-hero-shade { background:linear-gradient(0deg,#08090c 38%,rgba(8,9,12,.82) 58%,rgba(8,9,12,.05)); }
  .originals-hero-copy,.original-detail-copy { inset-inline:20px; bottom:32px; }
  .originals-hero .originals-hero-copy { bottom:20px; }
  .original-detail-hero .original-detail-copy { inset:auto; width:100%; }
  .originals-hero h1,.original-detail-hero h1 { font-size:42px; }
  .originals-title-logo { max-width:min(92%,420px); max-height:160px; }
  .originals-rail { grid-auto-columns:minmax(145px,58%); }
  .original-episode-list>a { grid-template-columns:110px 25px 1fr; gap:10px; }.original-episode-list>a>small { display:none; }.original-episode-list p { display:none; }
  .admin-originals-toolbar { align-items:stretch; flex-direction:column; }.admin-originals-fields,.admin-originals-checks { grid-template-columns:1fr; }.admin-originals-fields label.wide { grid-column:auto; }.admin-originals-inline-form { grid-template-columns:1fr; }.admin-original-card { grid-template-columns:58px 1fr; }.admin-original-card img { width:58px; }.admin-original-card>strong { grid-column:2; }
}

.originals-category-nav {
    display:flex;
    gap:10px;
    padding:24px clamp(22px,4vw,60px) 0;
    overflow-x:auto;
    scrollbar-width:none;
}
.originals-category-nav::-webkit-scrollbar { display:none; }
.originals-category-nav a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:9px 20px;
    color:#c5c6cb;
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    font-size:.84rem;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
    transition:color .15s ease,background-color .15s ease,border-color .15s ease;
}
.originals-category-nav a:hover { color:#fff; border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.1); }
.originals-category-nav a.active { color:#111; border-color:#fff; background:#fff; }
.originals-row.is-catalogue { margin-top:24px; }
.originals-row.is-catalogue .originals-rail {
    grid-auto-flow:row;
    grid-auto-columns:auto;
    grid-template-columns:repeat(5,minmax(0,1fr));
    overflow:visible;
}
@media (max-width:1199.98px) {
    .originals-row.is-catalogue .originals-rail { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width:767.98px) {
    .originals-row.is-catalogue .originals-rail { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

.originals-access-page {
    display:grid;
    min-height:650px;
    padding:80px 24px;
    place-items:center;
    background:radial-gradient(circle at 50% 15%,rgba(255,64,87,.13),transparent 38%),#08090c;
}
.originals-access-card {
    width:min(100%,650px);
    padding:clamp(34px,6vw,64px);
    text-align:center;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(18,19,23,.94);
    box-shadow:0 30px 80px rgba(0,0,0,.38);
}
.originals-access-lock {
    display:grid;
    width:58px;
    height:58px;
    margin:0 auto 22px;
    color:#ff4057;
    border-radius:50%;
    place-items:center;
    background:rgba(255,64,87,.12);
}
.originals-access-lock svg { width:27px; height:27px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.originals-access-label { margin:0 0 12px; color:#ff4057; font-size:.72rem; font-weight:900; letter-spacing:.1em; }
.originals-access-card h1 { margin:0; color:#fff; font-size:clamp(34px,5vw,58px); font-weight:900; line-height:1.05; }
.originals-access-message { max-width:520px; margin:22px auto 0; color:#b8bac1; font-size:1.05rem; line-height:1.7; }
.originals-access-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin:30px 0 24px; }
.originals-access-actions .btn { min-height:46px; padding:11px 22px; border-radius:7px; font-weight:850; }
.originals-access-primary { color:#111; background:#fff; }
.originals-access-primary:hover { color:#111; background:#e8e8ea; }
.originals-access-secondary { color:#fff; border:1px solid rgba(255,255,255,.25); background:transparent; }
.originals-access-secondary:hover { color:#fff; border-color:#fff; background:rgba(255,255,255,.08); }
.originals-access-back { color:#8f9199; font-size:.88rem; text-decoration:none; }
.originals-access-back:hover { color:#fff; }
