.gcl-root .gcl-community-section {
    background:
        linear-gradient(rgba(47, 193, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 193, 255, 0.035) 1px, transparent 1px),
        #07182a;
    background-size: 34px 34px;
}

.gcl-root .gcl-community-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
    gap: 22px;
    align-items: start;
}

.gcl-root .gcl-community-copy,
.gcl-root .gcl-community-form,
.gcl-root .gcl-community-card,
.gcl-root .gcl-profile-preview,
.gcl-root .gcl-community-empty {
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(15, 39, 67, 0.94), rgba(7, 22, 39, 0.94)),
        rgba(9, 29, 51, 0.88);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.gcl-root .gcl-community-copy,
.gcl-root .gcl-community-form,
.gcl-root .gcl-community-card,
.gcl-root .gcl-profile-preview,
.gcl-root .gcl-community-empty {
    padding: 22px;
}

.gcl-root .gcl-community-copy {
    position: sticky;
    top: 18px;
    overflow: hidden;
}

.gcl-root .gcl-community-copy::before,
.gcl-root .gcl-community-card::before {
    content: "";
    display: block;
    height: 118px;
    margin: -22px -22px 20px;
    background:
        linear-gradient(90deg, rgba(7, 24, 42, 0.18), rgba(7, 24, 42, 0.78)),
        url("../images/arena-theme-reference.webp");
    background-size: cover;
    background-position: center 40%;
}

.gcl-root .gcl-wallet-layout {
    grid-template-columns: minmax(380px, 0.85fr) minmax(520px, 1.15fr);
}

.gcl-root .gcl-wallet-sidebar::before {
    background:
        linear-gradient(90deg, rgba(7, 24, 42, 0.18), rgba(7, 24, 42, 0.78)),
        radial-gradient(circle at 12% 24%, rgba(47, 193, 255, 0.36), transparent 26%),
        radial-gradient(circle at 88% 22%, rgba(255, 216, 61, 0.18), transparent 26%),
        url("../images/arena-theme-reference.webp");
    background-size: cover;
    background-position: center 40%;
}

.gcl-root .gcl-wallet-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcl-root .gcl-community-copy h2,
.gcl-root .gcl-community-header h2 {
    margin: 0 0 12px;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.gcl-root .gcl-community-header {
    margin-bottom: 22px;
}

.gcl-root .gcl-community-header p,
.gcl-root .gcl-community-copy p,
.gcl-root .gcl-community-card p,
.gcl-root .gcl-profile-preview p {
    color: #a9bfd4;
}

.gcl-root .gcl-community-form {
    display: grid;
    gap: 14px;
}

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

.gcl-root .gcl-community-post-form {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
}

.gcl-root .gcl-community-form label {
    display: grid;
    gap: 7px;
}

.gcl-root .gcl-community-form label span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gcl-root .gcl-form-banner {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 216, 61, 0.22);
    border-radius: 8px;
    background: rgba(255, 216, 61, 0.08);
}

.gcl-root .gcl-studio-metrics,
.gcl-root .gcl-video-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.gcl-root .gcl-studio-metrics span,
.gcl-root .gcl-video-stats span {
    display: grid;
    gap: 4px;
    min-height: 72px;
    padding: 14px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(88, 226, 255, 0.14), transparent 48%),
        rgba(4, 15, 29, 0.48);
}

.gcl-root .gcl-studio-metrics strong,
.gcl-root .gcl-video-stats strong {
    color: #eff7ff;
    font-size: 22px;
    line-height: 1;
}

.gcl-root .gcl-studio-metrics small,
.gcl-root .gcl-video-stats small {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.gcl-root .gcl-form-banner strong {
    color: #ffd83d;
    font-size: 16px;
}

.gcl-root .gcl-form-banner span {
    color: #8fa9bd;
    font-size: 12px;
    font-weight: 800;
}

.gcl-root .gcl-community-form input,
.gcl-root .gcl-community-form textarea,
.gcl-root .gcl-community-form select,
.gcl-root .gcl-inline-form input {
    width: 100%;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 6px;
    background: rgba(4, 15, 29, 0.64);
    color: #eff7ff;
    padding: 11px 12px;
}

.gcl-root .gcl-upload-field input[type="file"] {
    padding: 10px;
    cursor: pointer;
}

.gcl-root .gcl-upload-field input[type="file"]::file-selector-button {
    margin-right: 12px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #061222;
    cursor: pointer;
    font-weight: 900;
    padding: 9px 12px;
}

.gcl-root .gcl-upload-field em {
    color: #8fa9bd;
    font-size: 12px;
    font-style: normal;
}

.gcl-root .gcl-wide {
    grid-column: 1 / -1;
}

.gcl-root .gcl-community-actions,
.gcl-root .gcl-social-row,
.gcl-root .gcl-inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gcl-root .gcl-profile-badge {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58e2ff, #ffd22f);
    color: #07182a;
    font-size: 20px;
    font-weight: 900;
}

.gcl-root .gcl-profile-banner {
    min-height: 140px;
    margin: -22px -22px 20px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gcl-root .gcl-profile-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}

.gcl-root .gcl-profile-hero,
.gcl-root .gcl-post-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gcl-root .gcl-public-profile-page {
    min-height: 100vh;
}

.gcl-root .gcl-public-profile-hero,
.gcl-root .gcl-public-profile-card {
    overflow: visible;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(15, 39, 67, 0.96), rgba(7, 22, 39, 0.96)),
        rgba(9, 29, 51, 0.88);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.gcl-root .gcl-public-profile-banner {
    min-height: 260px;
    background:
        linear-gradient(90deg, rgba(7, 24, 42, 0.08), rgba(7, 24, 42, 0.86)),
        url("../images/arena-theme-reference.webp");
    background-size: cover;
    background-position: center 42%;
}

.gcl-root .gcl-public-profile-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    padding: 0 26px 22px;
    margin-top: -54px;
}

.gcl-root .gcl-public-profile-avatar {
    display: grid;
    place-items: center;
    width: 108px;
    height: 108px;
    border: 4px solid #07182a;
    border-radius: 50%;
    background: linear-gradient(135deg, #58e2ff, #ffd22f);
    color: #07182a;
    font-size: 30px;
    font-weight: 900;
}

.gcl-root .gcl-public-profile-avatar.is-photo {
    background-position: center;
    background-size: cover;
    color: transparent;
}

.gcl-root .gcl-public-profile-main h1 {
    margin: 6px 0 4px;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 0.88;
    text-transform: uppercase;
}

.gcl-root .gcl-public-profile-main p,
.gcl-root .gcl-public-profile-card p {
    margin: 0;
    color: #a9bfd4;
}

.gcl-root .gcl-public-support-mini button,
.gcl-root .gcl-public-video-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: #ffd51f;
    color: #07182a;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.gcl-root .gcl-public-profile-stats,
.gcl-root .gcl-public-profile-grid,
.gcl-root .gcl-public-video-grid {
    display: grid;
    gap: 14px;
}

.gcl-root .gcl-public-profile-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 26px 26px;
}

.gcl-root .gcl-public-profile-stats span,
.gcl-root .gcl-public-video-card {
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(88, 226, 255, 0.14), transparent 48%),
        rgba(4, 15, 29, 0.48);
}

.gcl-root .gcl-public-profile-stats span {
    display: grid;
    gap: 4px;
    min-height: 78px;
    padding: 16px;
}

.gcl-root .gcl-public-profile-stats strong {
    color: #eff7ff;
    font-size: 28px;
}

.gcl-root .gcl-public-profile-stats small,
.gcl-root .gcl-public-card-head span,
.gcl-root .gcl-public-video-card small,
.gcl-root .gcl-public-event-list small,
.gcl-root .gcl-public-muted {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-public-profile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.gcl-root .gcl-public-profile-card {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.gcl-root .gcl-public-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gcl-root .gcl-public-card-head a {
    color: #ffd83d;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-public-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gcl-root .gcl-public-wide {
    margin-top: 18px;
}

.gcl-root .gcl-public-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcl-root .gcl-public-video-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    min-height: 292px;
    padding: 12px;
}

.gcl-root .gcl-public-video-thumb {
    display: flex;
    align-items: flex-end;
    min-height: 132px;
    padding: 10px;
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(7, 22, 39, 0.1), rgba(7, 22, 39, 0.9)),
        url("../images/arena-theme-reference.webp");
    background-size: cover;
    background-position: center;
}

.gcl-root .gcl-public-video-thumb span {
    padding: 5px 8px;
    border-radius: 5px;
    background: #07182a;
    color: #eff7ff;
    font-size: 11px;
    font-weight: 900;
}

.gcl-root .gcl-public-video-card strong {
    display: block;
    margin-bottom: 7px;
    color: #eff7ff;
    font-size: 18px;
}

.gcl-root .gcl-public-video-card p {
    margin-bottom: 8px;
}

.gcl-root .gcl-public-rank-list,
.gcl-root .gcl-public-event-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gcl-root .gcl-public-rank-list li,
.gcl-root .gcl-public-event-list article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px;
    border: 1px solid rgba(94, 151, 207, 0.16);
    border-radius: 8px;
    background: rgba(5, 22, 38, 0.72);
}

.gcl-root .gcl-public-rank-list li strong {
    flex: 1;
    min-width: 0;
}

.gcl-root .gcl-public-rank-list span {
    color: #8fdcff;
    font-size: 12px;
    font-weight: 800;
}

.gcl-root .gcl-public-rank-list .gcl-rank-chip {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    color: #4ddfff;
}

.gcl-root .gcl-public-rank-list .gcl-rank-chip i {
    width: 48px;
    height: 48px;
    color: #061222;
}

.gcl-root .gcl-public-rank-list .gcl-rank-chip em {
    left: 0;
    bottom: 0;
    z-index: 2;
}

.gcl-root .gcl-profile-hero {
    margin-bottom: 16px;
}

.gcl-root .gcl-profile-hero span,
.gcl-root .gcl-post-author span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gcl-root .gcl-profile-hero h3,
.gcl-root .gcl-profile-preview h3 {
    margin: 0;
    font-size: 28px;
}

.gcl-root .gcl-profile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.gcl-root .gcl-profile-stats span {
    display: grid;
    gap: 4px;
    padding: 13px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.38);
}

.gcl-root .gcl-profile-stats small {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.gcl-root .gcl-social-row a {
    padding: 8px 10px;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 6px;
    color: #bdefff;
    text-decoration: none;
}

.gcl-root .gcl-video-embed {
    overflow: hidden;
    margin-top: 14px;
    border-radius: 8px;
    background: #030b14;
    border: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-video-embed iframe,
.gcl-root .gcl-video-embed video {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.gcl-root .gcl-community-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
}

.gcl-root .gcl-community-card {
    position: relative;
    overflow: hidden;
}

.gcl-root .gcl-video-thumb {
    position: relative;
    display: grid;
    align-content: end;
    gap: 8px;
    min-height: 210px;
    margin: -22px -22px 18px;
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(4, 15, 29, 0.12), rgba(4, 15, 29, 0.84)),
        url("../images/arena-theme-reference.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gcl-root .gcl-video-thumb::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    pointer-events: none;
}

.gcl-root .gcl-video-thumb span,
.gcl-root .gcl-video-thumb strong {
    position: relative;
    z-index: 1;
    width: fit-content;
    border-radius: 6px;
    font-weight: 900;
}

.gcl-root .gcl-video-thumb span {
    padding: 7px 10px;
    background: rgba(4, 15, 29, 0.78);
    color: #bdefff;
    font-size: 12px;
}

.gcl-root .gcl-video-thumb strong {
    padding: 8px 11px;
    background: #e62117;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.gcl-root .gcl-video-thumb-empty {
    background:
        radial-gradient(circle at 22% 18%, rgba(248, 72, 120, 0.34), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(88, 226, 255, 0.24), transparent 26%),
        linear-gradient(135deg, rgba(13, 47, 82, 0.96), rgba(4, 15, 29, 0.98));
}

.gcl-root .gcl-community-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.gcl-root .gcl-post-author {
    margin-bottom: 16px;
}

.gcl-root .gcl-post-avatar {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58e2ff, #f84878);
    color: #061222;
    font-weight: 900;
}

.gcl-root .gcl-post-author strong {
    display: block;
    font-size: 17px;
}

.gcl-root .gcl-reaction-count {
    margin: 12px 0;
    color: #ffd83d;
    font-weight: 900;
}

.gcl-root .gcl-inline-form {
    margin-top: 12px;
}

.gcl-root .gcl-inline-form input {
    flex: 1 1 120px;
}

.gcl-root .gcl-inline-form button {
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #061222;
    font-weight: 900;
}

.gcl-root .gcl-comments {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.gcl-root .gcl-comments p,
.gcl-root .gcl-community-list {
    margin: 0;
}

.gcl-root .gcl-community-list {
    display: grid;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.gcl-root .gcl-community-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 6px;
    background: rgba(4, 15, 29, 0.38);
}

.gcl-root .gcl-community-list span {
    color: #8fa9bd;
}

.gcl-root .gcl-community-list em {
    align-self: center;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.gcl-root .gcl-wallet-row.is-withdraw {
    border-color: rgba(230, 33, 23, 0.38);
}

.gcl-root .gcl-wallet-row.is-buy {
    border-color: rgba(76, 175, 80, 0.34);
}

.gcl-root .gcl-wallet-row.is-support,
.gcl-root .gcl-wallet-row.is-gift {
    border-color: rgba(255, 216, 61, 0.28);
}

.gcl-root .gcl-watch-section {
    padding-top: 24px;
}

.gcl-root .gcl-watch-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.gcl-root .gcl-watch-main h1 {
    margin: 18px 0 12px;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.04;
}

.gcl-root .gcl-watch-player {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 8px;
    background: #02070d;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.gcl-root .gcl-watch-player iframe,
.gcl-root .gcl-watch-player .gcl-video-embed iframe,
.gcl-root .gcl-watch-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gcl-root .gcl-watch-placeholder {
    position: relative;
    min-height: 420px;
    background:
        linear-gradient(90deg, rgba(3, 8, 15, 0.2), rgba(3, 8, 15, 0.78)),
        url("../images/arena-theme-reference.webp");
    background-position: center;
    background-size: cover;
}

.gcl-root .gcl-watch-placeholder > span {
    position: absolute;
    left: 18px;
    top: 18px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #ff003d;
    font-size: 11px;
    font-weight: 900;
}

.gcl-root .gcl-watch-big-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gcl-root .gcl-watch-big-play::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 23px;
    border-left: 24px solid #eff7ff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.gcl-root .gcl-watch-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent);
}

.gcl-root .gcl-watch-controls span {
    margin-left: auto;
    color: #ff5c7f;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gcl-root .gcl-watch-icon,
.gcl-root .gcl-watch-pill,
.gcl-root .gcl-watch-chat-head button,
.gcl-root .gcl-watch-chat-form button,
.gcl-root .gcl-points-modal-close {
    display: inline-grid;
    place-items: center;
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #eff7ff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: none;
}

.gcl-root .gcl-watch-icon:hover,
.gcl-root .gcl-watch-pill:hover,
.gcl-root .gcl-watch-chat-head button:hover,
.gcl-root .gcl-watch-chat-form button:hover,
.gcl-root .gcl-points-modal-close:hover {
    color: #52d7ff;
}

.gcl-root .gcl-watch-icon {
    width: 38px;
    padding: 0;
}

.gcl-root .gcl-watch-pill,
.gcl-root .gcl-watch-chat-head button,
.gcl-root .gcl-watch-chat-form button,
.gcl-root .gcl-points-modal-close {
    width: 38px;
    padding: 0;
}

.gcl-root .gcl-ui-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: currentColor;
    -webkit-mask: var(--gcl-ui-icon) center / contain no-repeat;
    mask: var(--gcl-ui-icon) center / contain no-repeat;
}

.gcl-root .gcl-ui-play {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 4v16l13-8L7 4Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-volume {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 9h4l5-5v16l-5-5H4V9Zm12.5-1.5 2.1-2.1A9 9 0 0 1 21 12a9 9 0 0 1-2.4 6.1L16.5 16A6 6 0 0 0 18 12a6 6 0 0 0-1.5-4.5Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-fullscreen {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 4h7v3H7v4H4V4Zm9 0h7v7h-3V7h-4V4ZM4 13h3v4h4v3H4v-7Zm13 0h3v7h-7v-3h4v-4Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-more {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-like {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M11 21H5a2 2 0 0 1-2-2v-7h4l4-8a2 2 0 0 1 3.8.8V9h4a3 3 0 0 1 2.9 3.7l-1.4 6A3 3 0 0 1 17.4 21H11Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-share {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18 16.1a3 3 0 0 0-2.3 1.1L9 13.6a3.2 3.2 0 0 0 0-3.2l6.6-3.6A3 3 0 1 0 14.7 5L8.1 8.6a3 3 0 1 0 0 6.8l6.6 3.6A3 3 0 1 0 18 16.1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-coins {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 3c5 0 9 1.8 9 4s-4 4-9 4-9-1.8-9-4 4-4 9-4Zm-9 7c1.8 1.7 5.1 2.5 9 2.5s7.2-.8 9-2.5v3c0 2.2-4 4-9 4s-9-1.8-9-4v-3Zm0 6c1.8 1.7 5.1 2.5 9 2.5s7.2-.8 9-2.5v1c0 2.2-4 4-9 4s-9-1.8-9-4v-1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-filter {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 5h18v3H3V5Zm4 6h10v3H7v-3Zm3 6h4v3h-4v-3Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-send {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m3 20 18-8L3 4v6l10 2-10 2v6Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-close {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m6.4 4.9 12.7 12.7-2.1 2.1L4.3 7l2.1-2.1Zm12.7 2.1L6.4 19.7l-2.1-2.1L17 4.9 19.1 7Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-check {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9.2 16.6 4.9 12.3 2.8 14.4l6.4 6.4 12-12-2.1-2.1-9.9 9.9Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ui-user {
    --gcl-ui-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-9 9a9 9 0 0 1 18 0v1H3v-1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.gcl-root .gcl-watch-meta,
.gcl-root .gcl-watch-creator,
.gcl-root .gcl-watch-actions,
.gcl-root .gcl-watch-chat-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gcl-root .gcl-watch-meta {
    justify-content: space-between;
    margin-bottom: 14px;
}

.gcl-root .gcl-watch-social-row,
.gcl-root .gcl-social-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gcl-root .gcl-watch-social-row {
    justify-content: space-between;
    margin: -2px 0 14px;
    padding: 10px 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 8px;
    background: rgba(5, 18, 34, 0.5);
}

.gcl-root .gcl-social-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(94, 151, 207, 0.26);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(30, 91, 139, 0.88), rgba(8, 35, 63, 0.92));
    color: #eef8ff;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gcl-root .gcl-social-icon span {
    max-width: 30px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.gcl-root .gcl-social-icon.is-youtube::before {
    --gcl-social-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21.6 7.2a3 3 0 0 0-2.1-2.1C17.7 4.6 12 4.6 12 4.6s-5.7 0-7.5.5a3 3 0 0 0-2.1 2.1C2 9 2 12 2 12s0 3 .4 4.8a3 3 0 0 0 2.1 2.1c1.8.5 7.5.5 7.5.5s5.7 0 7.5-.5a3 3 0 0 0 2.1-2.1C22 15 22 12 22 12s0-3-.4-4.8ZM10 15.5v-7l6 3.5-6 3.5Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-social-icon.is-twitch::before {
    --gcl-social-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M5 3h16v11l-5 5h-4l-3 3H7v-3H3V7l2-4Zm2 3v10h4v2l2-2h4l2-2V6H7Zm4 2h2v5h-2V8Zm5 0h2v5h-2V8Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-social-icon.is-facebook::before {
    --gcl-social-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 8h3V4h-3a5 5 0 0 0-5 5v3H6v4h3v6h4v-6h3.2l.8-4h-4V9a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-social-icon.is-instagram::before {
    --gcl-social-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7Zm5 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm4.8-1.7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-social-icon.is-website::before {
    --gcl-social-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm6.3 8h-3.1a16.5 16.5 0 0 0-1.2-4.1A7 7 0 0 1 18.3 10ZM12 5.2A13 13 0 0 1 13.2 10h-2.4A13 13 0 0 1 12 5.2ZM5.7 14h3.1c.2 1.5.6 3 1.2 4.1A7 7 0 0 1 5.7 14Zm3.1-4H5.7A7 7 0 0 1 10 5.9 16.5 16.5 0 0 0 8.8 10Zm3.2 8.8A13 13 0 0 1 10.8 14h2.4a13 13 0 0 1-1.2 4.8Zm1.7-.7A16.5 16.5 0 0 0 15.2 14h3.1a7 7 0 0 1-4.3 4.1ZM15.5 10H18v4h-2.8c.1-.7.2-1.3.2-2s0-1.3-.2-2Zm-6.7 0c-.1.7-.2 1.3-.2 2s0 1.3.2 2H6v-4h2.8Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-social-icon::before {
    display: none;
}

.gcl-root .gcl-social-icon .gcl-svg-icon {
    width: 19px;
    height: 19px;
    stroke-width: 2.2;
}

.gcl-root .gcl-social-icon span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.gcl-root .gcl-watch-session {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: #9fbbd1;
    font-size: 12px;
}

.gcl-root .gcl-watch-session a {
    color: #52d7ff;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-login-icon-link {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.gcl-root .gcl-session-note {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px dashed rgba(82, 215, 255, 0.34);
    border-radius: 8px;
    color: #b8d9f0;
    background: rgba(82, 215, 255, 0.08);
    font-size: 12px;
    font-weight: 800;
}

.gcl-root .gcl-session-note[hidden] {
    display: none;
}

.gcl-root .gcl-watch-creator span {
    display: block;
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-watch-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gcl-root .gcl-watch-pill {
    padding: 0 16px;
}

.gcl-root .gcl-watch-pill[data-gcl-open-points] {
    color: #ffd83d;
}

.gcl-root .gcl-watch-description,
.gcl-root .gcl-watch-chat,
.gcl-root .gcl-watch-bottom article,
.gcl-root .gcl-points-modal-card,
.gcl-root .gcl-watch-related-card {
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background: rgba(9, 29, 51, 0.82);
}

.gcl-root .gcl-watch-description {
    padding: 16px;
}

.gcl-root .gcl-watch-description p {
    margin-bottom: 0;
}

.gcl-root .gcl-watch-chat {
    position: sticky;
    top: 18px;
    overflow: hidden;
}

.gcl-root .gcl-watch-chat-head {
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-watch-chat-feed {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 470px;
    max-height: 560px;
    overflow: auto;
    padding: 14px;
}

.gcl-root .gcl-watch-chat-feed p {
    margin: 0;
    color: #c6d9eb;
    font-size: 13px;
}

.gcl-root .gcl-watch-chat-feed strong {
    color: #eff7ff;
}

.gcl-root .gcl-watch-chat-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
    padding: 14px;
    border-top: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-watch-chat-form input {
    min-width: 0;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 999px;
    background: rgba(4, 15, 29, 0.64);
    color: #eff7ff;
    padding: 9px 12px;
}

.gcl-root .gcl-watch-bottom {
    grid-column: 1 / -1;
    margin-top: 34px;
}

.gcl-root .gcl-watch-bottom-grid,
.gcl-root .gcl-watch-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gcl-root .gcl-watch-bottom article {
    display: grid;
    gap: 8px;
    min-height: 140px;
    padding: 16px;
}

.gcl-root .gcl-watch-bottom article span,
.gcl-root .gcl-watch-related-thumb span {
    justify-self: start;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(255, 216, 61, 0.16);
    color: #ffed8a;
    font-size: 10px;
    font-weight: 900;
}

.gcl-root .gcl-watch-bottom article small,
.gcl-root .gcl-watch-related-card small {
    color: #8fa9bd;
}

.gcl-root .gcl-watch-related-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
}

.gcl-root .gcl-watch-related-thumb {
    min-height: 76px;
    padding: 8px;
    border-radius: 6px;
    background:
        linear-gradient(145deg, rgba(6, 18, 31, 0.12), rgba(6, 18, 31, 0.68)),
        url("../images/arena-theme-reference.webp");
    background-position: center;
    background-size: cover;
}

.gcl-root .gcl-points-modal[hidden] {
    display: none;
}

.gcl-root .gcl-points-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.66);
}

.gcl-root .gcl-points-modal-card {
    position: relative;
    width: min(420px, 100%);
    padding: 18px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.gcl-root .gcl-points-modal-card h2 {
    margin: 0;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: 2.3rem;
    line-height: 0.9;
    text-transform: uppercase;
}

.gcl-root .gcl-points-modal-close {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 0 12px;
}

.gcl-root .gcl-support-points-form {
    gap: 12px;
    margin-top: 14px;
}

.gcl-root .gcl-points-slider-card,
.gcl-root .gcl-support-activity,
.gcl-root .gcl-toast {
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 8px;
    background: rgba(5, 18, 34, 0.72);
}

.gcl-root .gcl-points-slider-card {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.gcl-root .gcl-points-slider-head,
.gcl-root .gcl-points-slider-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gcl-root .gcl-points-slider-head span,
.gcl-root .gcl-points-slider-foot {
    color: #9fbbd1;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-points-slider-head strong {
    color: #ffdf3c;
    font-size: 18px;
}

.gcl-root .gcl-points-slider-card input[type="range"] {
    width: 100%;
    accent-color: #ffcf1f;
}

.gcl-root .gcl-support-points-form textarea {
    min-height: 74px;
}

.gcl-root .gcl-watch-support-feed {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
}

.gcl-root .gcl-support-activity {
    padding: 12px 14px;
    box-shadow: inset 3px 0 0 #ffcf1f;
}

.gcl-root .gcl-support-activity strong,
.gcl-root .gcl-toast strong {
    display: block;
    color: #eff7ff;
}

.gcl-root .gcl-support-activity span,
.gcl-root .gcl-toast span {
    display: block;
    color: #9fbbd1;
    font-size: 12px;
}

.gcl-root .gcl-chat-support-line {
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 216, 61, 0.08);
}

.gcl-root .gcl-toast-stack {
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 10000;
    display: grid;
    gap: 10px;
    width: min(340px, calc(100vw - 36px));
    pointer-events: none;
}

.gcl-root .gcl-toast {
    padding: 13px 14px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32), inset 3px 0 0 #52d7ff;
    animation: gclToastIn 180ms ease-out both;
}

.gcl-root .gcl-toast.is-leaving {
    animation: gclToastOut 220ms ease-in both;
}

@keyframes gclToastIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gclToastOut {
    to {
        opacity: 0;
        transform: translateY(-8px);
    }
}

.gcl-root .gcl-login-section {
    background:
        linear-gradient(rgba(15, 58, 93, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 58, 93, 0.18) 1px, transparent 1px),
        radial-gradient(circle at 50% 0%, rgba(82, 215, 255, 0.18), transparent 34%),
        #06182c;
    background-size: 32px 32px, 32px 32px, auto, auto;
}

.gcl-root .gcl-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 620px);
    justify-content: center;
    gap: 18px;
    min-height: 72vh;
    align-content: center;
}

.gcl-root .gcl-login-card {
    border: 1px solid rgba(94, 151, 207, 0.28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(14, 49, 83, 0.94), rgba(7, 25, 45, 0.96));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
    padding: 30px;
}

.gcl-root .gcl-login-card h2 {
    margin: 0 0 10px;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: clamp(3rem, 8vw, 5.6rem);
    line-height: 0.86;
    text-transform: uppercase;
}

.gcl-root .gcl-login-grid,
.gcl-root .gcl-login-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.gcl-root .gcl-login-grid label,
.gcl-root .gcl-login-profile-grid label {
    display: grid;
    gap: 7px;
    color: #eff7ff;
    font-weight: 800;
}

.gcl-root .gcl-login-grid input,
.gcl-root .gcl-login-profile-grid input,
.gcl-root .gcl-login-profile-grid textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(94, 151, 207, 0.28);
    border-radius: 8px;
    background: rgba(5, 18, 34, 0.72);
    color: #eff7ff;
    padding: 10px 12px;
}

.gcl-root .gcl-login-grid .gcl-button,
.gcl-root .gcl-login-profile-grid .gcl-wide,
.gcl-root .gcl-login-profile-grid .gcl-button {
    grid-column: 1 / -1;
}

.gcl-root .gcl-profile-setup-card[hidden] {
    display: none;
}

.gcl-root .gcl-detected-socials {
    min-height: 40px;
}

@media (max-width: 900px) {
    .gcl-root .gcl-community-layout,
    .gcl-root .gcl-wallet-layout,
    .gcl-root .gcl-wallet-form,
    .gcl-root .gcl-community-post-form,
    .gcl-root .gcl-profile-editor,
    .gcl-root .gcl-watch-layout,
    .gcl-root .gcl-watch-bottom-grid,
    .gcl-root .gcl-watch-related-grid {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-community-copy {
        position: static;
    }

    .gcl-root .gcl-studio-metrics,
    .gcl-root .gcl-video-stats {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-watch-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcl-root .gcl-watch-social-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcl-root .gcl-watch-session {
        margin-left: 0;
    }

    .gcl-root .gcl-login-grid,
    .gcl-root .gcl-login-profile-grid {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-watch-chat {
        position: static;
    }

    .gcl-root .gcl-public-profile-stats,
    .gcl-root .gcl-public-profile-grid,
    .gcl-root .gcl-public-video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gcl-root .gcl-public-profile-main {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 640px) {
    .gcl-root .gcl-public-profile-stats,
    .gcl-root .gcl-public-profile-grid,
    .gcl-root .gcl-public-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
