.gcl-root .gcl-dashboard-section {
    min-height: 100vh;
    padding: 0;
    background: #07182a;
    background-size: 34px 34px, 34px 34px, auto, auto;
}

.gcl-root .gcl-dashboard-section > .gcl-shell {
    width: 100%;
    max-width: none;
}

.gcl-root .gcl-app-window {
    display: grid;
    grid-template-columns: 56px 210px minmax(0, 1fr) 230px;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: rgba(8, 26, 46, 0.88);
    box-shadow: none;
}

.gcl-root .gcl-app-window[data-gcl-active-view="gcl-dashboard-videos"] {
    grid-template-columns: 56px 210px minmax(0, 1fr);
}

.gcl-root .gcl-app-window[data-gcl-active-view="gcl-dashboard-videos"] .gcl-right-panel {
    display: none;
}

.gcl-root .gcl-icon-rail,
.gcl-root .gcl-side-nav,
.gcl-root .gcl-right-panel,
.gcl-root .gcl-dashboard-main {
    min-width: 0;
}

.gcl-root .gcl-icon-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 8px;
    border-right: 1px solid rgba(94, 151, 207, 0.18);
    background: rgba(4, 15, 29, 0.58);
}

.gcl-root .gcl-icon-rail a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 7px;
    background: rgba(16, 46, 77, 0.8);
    color: #c6d9eb;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.gcl-root .gcl-icon-rail a:hover,
.gcl-root .gcl-icon-rail a.is-active {
    border-color: rgba(255, 216, 61, 0.56);
    background: rgba(255, 216, 61, 0.13);
    color: #ffd83d;
}

.gcl-root .gcl-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--gcl-ico) center / contain no-repeat;
    mask: var(--gcl-ico) center / contain no-repeat;
}

.gcl-root .gcl-ico-gamepad {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 9h10a5 5 0 0 1 4.9 4.1l.5 3a3 3 0 0 1-5.2 2.5L15.3 16H8.7l-1.9 2.6A3 3 0 0 1 1.6 16l.5-3A5 5 0 0 1 7 9Zm1 3v2H6v2h2v2h2v-2h2v-2h-2v-2H8Zm8.5 1.5a1.2 1.2 0 1 0 0 .1v-.1Zm2.2 2.4a1.2 1.2 0 1 0 0 .1v-.1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-trophy {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 3h10v3h3a2 2 0 0 1 2 2v1a5 5 0 0 1-5 5h-.7A5.7 5.7 0 0 1 14 16.4V20h4v2H6v-2h4v-3.6A5.7 5.7 0 0 1 7.7 14H7a5 5 0 0 1-5-5V8a2 2 0 0 1 2-2h3V3Zm10 5v4a3 3 0 0 0 3-3V8h-3ZM4 8v1a3 3 0 0 0 3 3V8H4Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-monitor {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 4h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7v2h4v2H7v-2h4v-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-star {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m12 2.5 3 6.1 6.7 1-4.8 4.7 1.1 6.7-6-3.2L6 21l1.1-6.7-4.8-4.7 6.7-1 3-6.1Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-plus {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M10.5 3h3v7.5H21v3h-7.5V21h-3v-7.5H3v-3h7.5V3Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-grid {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-ladder {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6 2h3v4h6V2h3v20h-3v-4H9v4H6V2Zm3 7v2h6V9H9Zm0 5v2h6v-2H9Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-shop {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7 7a5 5 0 0 1 10 0h3l-1 15H5L4 7h3Zm2 0h6a3 3 0 0 0-6 0Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-message {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M5 4h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H9l-6 4V7a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-ico-search {
    --gcl-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M10.5 3a7.5 7.5 0 0 1 5.9 12.1l4.2 4.3-2.2 2.2-4.3-4.2A7.5 7.5 0 1 1 10.5 3Zm0 3a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z'/%3E%3C/svg%3E");
}

.gcl-root .gcl-icon-rail svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gcl-root .gcl-side-nav,
.gcl-root .gcl-right-panel {
    padding: 18px;
    border-right: 1px solid rgba(94, 151, 207, 0.18);
    background: rgba(9, 29, 51, 0.76);
}

.gcl-root .gcl-right-panel {
    border-right: 0;
    border-left: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-player-card {
    display: grid;
    gap: 4px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58e2ff, #ffd22f);
    color: #07182a;
    font-weight: 900;
}

.gcl-root .gcl-logo-avatar {
    background-image: var(--gcl-logo-url), linear-gradient(135deg, #58e2ff, #ffd22f);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gcl-root .gcl-player-card span,
.gcl-root .gcl-membership-card span,
.gcl-root .gcl-side-widget > span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gcl-root .gcl-player-card strong {
    font-size: 20px;
    line-height: 1;
}

.gcl-root .gcl-side-nav nav {
    display: grid;
    gap: 4px;
    margin: 18px 0;
}

.gcl-root .gcl-side-nav nav a,
.gcl-root .gcl-tabs a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #b8ccdd;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.gcl-root .gcl-side-nav nav a svg,
.gcl-root .gcl-tabs a svg,
.gcl-root .gcl-search svg,
.gcl-root .gcl-chip-line svg {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gcl-root .gcl-side-nav nav a.is-active,
.gcl-root .gcl-tabs a.is-active {
    border-color: rgba(255, 216, 61, 0.36);
    background: rgba(255, 216, 61, 0.12);
    color: #ffe35c;
}

.gcl-root .gcl-side-nav nav em {
    margin-left: auto;
    font-style: normal;
    color: #7894aa;
}

.gcl-root .gcl-membership-card,
.gcl-root .gcl-side-widget {
    padding: 16px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 8px;
    background: rgba(25, 70, 112, 0.74);
}

.gcl-root .gcl-membership-card strong {
    display: block;
    margin: 6px 0 12px;
    font-size: 15px;
}

.gcl-root .gcl-membership-card a {
    display: grid;
    place-items: center;
    min-height: 32px;
    border-radius: 5px;
    background: #4b92e7;
    color: #eff7ff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-dashboard-main {
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 22px 24px;
    scrollbar-color: rgba(82, 215, 255, 0.36) rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-icon-rail,
.gcl-root .gcl-side-nav,
.gcl-root .gcl-right-panel {
    height: 100vh;
    overflow: hidden;
}

.gcl-root .gcl-topbar,
.gcl-root .gcl-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 52px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.18);
}

.gcl-root .gcl-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gcl-root .gcl-search,
.gcl-root .gcl-filter-row span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 9px 14px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 6px;
    background: rgba(16, 45, 76, 0.7);
    color: #8fa9bd;
    font-size: 12px;
    font-weight: 700;
}

.gcl-root .gcl-filter-row {
    justify-content: flex-start;
    min-height: 56px;
    border-bottom: 0;
}

.gcl-root .gcl-dashboard-view {
    display: none;
    padding-top: 18px;
}

.gcl-root .gcl-dashboard-view.is-active {
    display: block;
}

.gcl-root .gcl-dashboard-view-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 10px;
    min-height: 190px;
    align-content: center;
    margin-bottom: 18px;
    padding: 28px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(5, 16, 30, 0.96), rgba(8, 31, 55, 0.84) 54%, rgba(9, 38, 67, 0.38)),
        var(--gcl-banner-image);
    background-position: center;
    background-size: cover;
}

.gcl-root .gcl-dashboard-view-hero span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid rgba(77, 223, 255, 0.24);
    border-radius: 6px;
    background: rgba(8, 27, 48, 0.82);
    color: #9feaff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-dashboard-view-hero h2 {
    max-width: 620px;
    margin: 0;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 4.4rem);
    line-height: 0.88;
    text-transform: uppercase;
}

.gcl-root .gcl-dashboard-view-hero p {
    max-width: 58ch;
    margin: 0;
    color: #b8ccdd;
}

.gcl-root .gcl-arena-hero {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(5, 16, 30, 0.98) 0%, rgba(7, 27, 50, 0.84) 45%, rgba(8, 34, 59, 0.08) 100%),
        var(--gcl-banner-image);
    background-position: center 42%;
    background-size: cover;
}

.gcl-root .gcl-hero-poster {
    width: 104px;
    height: 152px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(160deg, rgba(77, 223, 255, 0.05), rgba(5, 16, 30, 0.18)),
        var(--gcl-banner-image);
    background-position: 24% 48%;
    background-size: 980px auto;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.gcl-root .gcl-chip-line {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.gcl-root .gcl-chip-line span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.84);
    color: #0b1d30;
    font-size: 10px;
    font-weight: 900;
}

.gcl-root .gcl-arena-copy h2 {
    max-width: 460px;
    margin: 0;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 0.82;
    text-transform: uppercase;
}

.gcl-root .gcl-arena-copy p {
    max-width: 48ch;
    margin: 12px 0;
    color: #b9cbdc;
}

.gcl-root .gcl-arena-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 18px;
}

.gcl-root .gcl-arena-stats strong {
    display: grid;
    gap: 3px;
    color: #f5fbff;
    font-size: 24px;
}

.gcl-root .gcl-arena-stats small {
    color: #d8d130;
    font-size: 11px;
    font-weight: 700;
}

.gcl-root .gcl-avatar-stack {
    position: absolute;
    right: 28px;
    bottom: 22px;
    display: flex;
}

.gcl-root .gcl-avatar-stack span {
    width: 32px;
    height: 32px;
    margin-left: -8px;
    border: 2px solid #0b2138;
    border-radius: 50%;
    background: linear-gradient(135deg, #52dfff, #f84878);
}

.gcl-root .gcl-featured-row {
    padding-top: 28px;
}

.gcl-root .gcl-dashboard-hub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 18px;
}

.gcl-root .gcl-dashboard-overview-grid,
.gcl-root .gcl-dashboard-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-top: 18px;
}

.gcl-root .gcl-dashboard-overview-grid a,
.gcl-root .gcl-dashboard-shop-grid article {
    display: grid;
    gap: 8px;
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.1), transparent 58%),
        rgba(13, 35, 59, 0.92);
    color: #eff7ff;
    text-decoration: none;
}

.gcl-root .gcl-dashboard-overview-grid strong,
.gcl-root .gcl-dashboard-shop-grid strong {
    font-size: 18px;
}

.gcl-root .gcl-dashboard-overview-grid span,
.gcl-root .gcl-dashboard-shop-grid span {
    color: #9fb6ca;
    font-size: 12px;
}

.gcl-root .gcl-dashboard-shop-grid a {
    display: inline-grid;
    place-items: center;
    width: fit-content;
    min-width: 82px;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-wallet-action-grid,
.gcl-root .gcl-transaction-grid,
.gcl-root .gcl-profile-studio-grid,
.gcl-root .gcl-video-community-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.gcl-root .gcl-wallet-action-grid article,
.gcl-root .gcl-transaction-grid article,
.gcl-root .gcl-social-account-panel,
.gcl-root .gcl-studio-setup-panel,
.gcl-root .gcl-video-community-card,
.gcl-root .gcl-earn-chart-panel {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.08), transparent 58%),
        rgba(13, 35, 59, 0.92);
}

.gcl-root .gcl-wallet-action-grid article {
    display: grid;
    gap: 8px;
}

.gcl-root .gcl-wallet-action-grid span,
.gcl-root .gcl-transaction-grid span,
.gcl-root .gcl-video-community-card > span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-wallet-action-grid strong,
.gcl-root .gcl-transaction-grid strong,
.gcl-root .gcl-video-community-card strong {
    font-size: 20px;
}

.gcl-root .gcl-wallet-action-grid p,
.gcl-root .gcl-video-community-card p {
    margin: 0;
    color: #9fb6ca;
    font-size: 13px;
}

.gcl-root .gcl-wallet-action-grid a,
.gcl-root .gcl-video-community-card a {
    display: inline-grid;
    place-items: center;
    width: fit-content;
    min-width: 96px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-dashboard-wallet-forms,
.gcl-root .gcl-dashboard-wallet-tabs {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.gcl-root .gcl-dashboard-wallet-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gcl-root .gcl-dashboard-wallet-form[hidden] {
    display: none;
}

.gcl-root .gcl-empty-state {
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(120, 160, 220, 0.16);
    border-radius: 8px;
    background: rgba(4, 16, 29, 0.48);
    color: #a9bcce;
    font-size: 14px;
    font-weight: 800;
}

.gcl-root .gcl-wallet-tab-buttons {
    display: inline-flex;
    width: fit-content;
    padding: 5px;
    border: 1px solid rgba(94, 151, 207, 0.26);
    border-radius: 10px;
    background: rgba(4, 15, 29, 0.38);
}

.gcl-root .gcl-wallet-tab-buttons button {
    min-width: 128px;
    min-height: 42px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #9fb6ca;
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.gcl-root .gcl-wallet-tab-buttons button.is-active {
    background: #ffd51f;
    color: #07182a;
}

.gcl-root .gcl-dashboard-wallet-form-head,
.gcl-root .gcl-dashboard-wallet-form .gcl-wide,
.gcl-root .gcl-dashboard-wallet-form .gcl-session-note {
    grid-column: 1 / -1;
}

.gcl-root .gcl-dashboard-wallet-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 213, 31, 0.35);
    border-radius: 8px;
    background: rgba(255, 213, 31, 0.06);
}

.gcl-root .gcl-dashboard-wallet-form-head strong {
    color: #ffd51f;
    font-size: 18px;
}

.gcl-root .gcl-dashboard-wallet-form.is-withdraw .gcl-dashboard-wallet-form-head strong {
    color: #4ddfff;
}

.gcl-root .gcl-dashboard-wallet-form-head span,
.gcl-root .gcl-dashboard-wallet-form label span {
    color: #9fb6ca;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-dashboard-wallet-form label {
    display: grid;
    gap: 8px;
}

.gcl-root .gcl-dashboard-wallet-form input,
.gcl-root .gcl-dashboard-wallet-form select,
.gcl-root .gcl-dashboard-wallet-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(94, 151, 207, 0.3);
    border-radius: 6px;
    background: #061827;
    color: #eff6ff;
    padding: 0 12px;
    font: inherit;
}

.gcl-root .gcl-dashboard-wallet-form textarea {
    min-height: 92px;
    padding-top: 12px;
    resize: vertical;
}

.gcl-root .gcl-dashboard-wallet-form button {
    width: min(312px, 100%);
}

.gcl-root .gcl-range-field input[type="range"] {
    min-height: 34px;
    padding: 0;
    accent-color: #ffd51f;
}

.gcl-root .gcl-range-field b {
    color: #ffd51f;
    font-size: 16px;
}

.gcl-root .gcl-withdraw-readout {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(77, 223, 255, 0.22);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-withdraw-readout span {
    color: #9fb6ca;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-withdraw-readout strong {
    color: #4ddfff;
    font-size: 30px;
}

.gcl-root .gcl-withdraw-readout small {
    color: #8fa9bd;
}

.gcl-root .gcl-earn-chart-panel {
    margin-top: 14px;
}

.gcl-root .gcl-earn-bars {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: 12px;
    min-height: 230px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(94, 151, 207, 0.12) 1px, transparent 1px) 0 0 / 100% 25%,
        rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-earn-bars span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
}

.gcl-root .gcl-earn-bars span::before {
    content: "";
    display: block;
    height: var(--gcl-bar);
    min-height: 38px;
    max-height: 150px;
    border: 1px solid rgba(77, 223, 255, 0.34);
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, #52dfff, #285fba);
    box-shadow: 0 10px 26px rgba(77, 223, 255, 0.18);
}

.gcl-root .gcl-earn-bars b,
.gcl-root .gcl-earn-bars em {
    display: block;
    margin-top: 8px;
    color: #dff8ff;
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

.gcl-root .gcl-earn-bars em {
    color: #8fa9bd;
}

.gcl-root .gcl-transaction-grid.is-full {
    grid-template-columns: 1fr;
}

.gcl-root .gcl-transaction-grid.is-full article {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-inline: 0;
}

.gcl-root .gcl-transaction-grid ul,
.gcl-root .gcl-studio-checklist {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.gcl-root .gcl-transaction-grid li,
.gcl-root .gcl-studio-checklist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(94, 151, 207, 0.16);
    border-radius: 7px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-transaction-grid li::before {
    content: "↑";
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(66, 245, 152, 0.12);
    color: #42f598;
    font-weight: 950;
}

.gcl-root .gcl-transaction-grid li.is-down::before {
    content: "↓";
    background: rgba(255, 86, 86, 0.12);
    color: #ff6b6b;
}

.gcl-root .gcl-transaction-grid li b {
    margin-right: auto;
}

.gcl-root .gcl-transaction-grid b,
.gcl-root .gcl-studio-checklist b {
    color: #eff7ff;
}

.gcl-root .gcl-transaction-grid small,
.gcl-root .gcl-studio-checklist small {
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-studio-mini-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.gcl-root .gcl-studio-setup-panel {
    margin-top: 14px;
}

.gcl-root .gcl-arena-profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 14px;
    padding: 22px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.08), transparent 58%),
        rgba(13, 35, 59, 0.92);
}

.gcl-root .gcl-arena-profile-form .gcl-form-banner,
.gcl-root .gcl-arena-profile-form .gcl-session-note,
.gcl-root .gcl-arena-profile-form .gcl-community-actions {
    grid-column: 1 / -1;
}

.gcl-root .gcl-arena-profile-form label {
    display: grid;
    gap: 8px;
}

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

.gcl-root .gcl-arena-profile-form input,
.gcl-root .gcl-arena-profile-form textarea {
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.78);
    color: #eff7ff;
    font: inherit;
}

.gcl-root .gcl-arena-profile-form textarea {
    resize: vertical;
}

.gcl-root .gcl-arena-profile-form input[type="file"] {
    padding: 8px 10px;
}

.gcl-root .gcl-arena-profile-form input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 12px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-arena-profile-form .gcl-upload-field em {
    color: #9fb6ca;
    font-size: 12px;
    font-style: normal;
}

.gcl-root .gcl-studio-setup-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.gcl-root .gcl-studio-setup-grid article {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 230px;
    padding: 16px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-studio-setup-grid article > span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-studio-setup-grid article > strong {
    font-size: 20px;
}

.gcl-root .gcl-studio-setup-grid label {
    display: grid;
    gap: 5px;
}

.gcl-root .gcl-studio-setup-grid label small {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.gcl-root .gcl-studio-setup-grid input {
    width: 100%;
    min-height: 34px;
    padding: 8px 10px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.78);
    color: #eff7ff;
    font: inherit;
}

.gcl-root .gcl-studio-setup-grid button {
    display: inline-grid;
    place-items: center;
    width: fit-content;
    min-width: 108px;
    min-height: 32px;
    margin-top: auto;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-upload-preview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid rgba(94, 151, 207, 0.16);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.62);
}

.gcl-root .gcl-upload-preview-row em {
    color: #9fb6ca;
    font-style: normal;
}

.gcl-root .gcl-upload-preview-row b {
    color: #9bff4f;
    font-size: 12px;
}

.gcl-root .gcl-studio-mini-metrics span,
.gcl-root .gcl-social-account-grid article {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 7px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-studio-mini-metrics small,
.gcl-root .gcl-social-account-grid span {
    color: #8fa9bd;
    font-size: 11px;
}

.gcl-root .gcl-social-account-panel {
    margin-top: 14px;
}

.gcl-root .gcl-profile-workspace {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.gcl-root .gcl-profile-tab-buttons {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.gcl-root .gcl-profile-tab-buttons button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(77, 223, 255, 0.22);
    border-radius: 8px;
    background: rgba(5, 18, 32, 0.78);
    color: #b9d5e8;
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
}

.gcl-root .gcl-profile-tab-buttons button.is-active {
    border-color: rgba(255, 213, 31, 0.7);
    background: rgba(255, 213, 31, 0.14);
    color: #ffd51f;
}

.gcl-root .gcl-profile-tab-panel[hidden] {
    display: none;
}

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

.gcl-root .gcl-profile-config-card {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 230px;
    padding: 18px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.08), transparent 58%),
        rgba(13, 35, 59, 0.92);
}

.gcl-root .gcl-profile-config-card > span,
.gcl-root .gcl-profile-config-card label small {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gcl-root .gcl-profile-config-card > strong {
    color: #eff7ff;
    font-size: 20px;
}

.gcl-root .gcl-profile-config-card p,
.gcl-root .gcl-profile-config-card li {
    margin: 0;
    color: #9fb6ca;
    font-size: 13px;
}

.gcl-root .gcl-profile-config-card ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 18px;
}

.gcl-root .gcl-profile-config-card label {
    display: grid;
    gap: 6px;
}

.gcl-root .gcl-profile-config-card input {
    width: 100%;
    min-height: 38px;
    padding: 9px 11px;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.82);
    color: #eff7ff;
    font: inherit;
}

.gcl-root .gcl-profile-config-card button {
    display: inline-grid;
    place-items: center;
    width: fit-content;
    min-width: 120px;
    min-height: 34px;
    margin-top: auto;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-size: 12px;
    font-weight: 950;
    cursor: pointer;
}

.gcl-root .gcl-social-account-panel button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(77, 223, 255, 0.24);
    border-radius: 6px;
    background: rgba(77, 223, 255, 0.1);
    color: #dff8ff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-social-add-form {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(77, 223, 255, 0.2);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.38);
}

.gcl-root .gcl-social-add-form[hidden] {
    display: none;
}

.gcl-root .gcl-social-add-form select,
.gcl-root .gcl-social-add-form input {
    width: 100%;
    min-height: 38px;
    padding: 9px 11px;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.82);
    color: #eff7ff;
    font: inherit;
}

.gcl-root .gcl-social-add-form select {
    cursor: pointer;
}

.gcl-root .gcl-social-account-grid {
    display: flex;
    gap: 10px;
    margin-right: -18px;
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 18px 8px 0;
    scrollbar-color: rgba(82, 215, 255, 0.42) rgba(4, 15, 29, 0.34);
    scrollbar-width: thin;
}

.gcl-root .gcl-social-account-grid svg {
    color: #4ddfff;
}

.gcl-root .gcl-social-account-grid article {
    position: relative;
    flex: 0 0 148px;
    min-height: 106px;
}

.gcl-root .gcl-social-account-grid article.is-connected {
    border-color: rgba(77, 223, 255, 0.34);
    background:
        linear-gradient(145deg, rgba(77, 223, 255, 0.13), rgba(255, 216, 61, 0.05)),
        rgba(4, 15, 29, 0.46);
}

.gcl-root .gcl-social-account-grid article strong {
    padding-right: 24px;
}

.gcl-root .gcl-social-account-panel .gcl-social-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 20px;
    min-width: 0;
    height: 20px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #7fe8ff;
    opacity: 0;
    transform: translateY(-2px);
    box-shadow: none;
    transition: opacity 160ms ease, transform 160ms ease, color 160ms ease;
}

.gcl-root .gcl-social-account-panel .gcl-social-remove svg {
    width: 13px;
    height: 13px;
}

.gcl-root .gcl-social-account-grid article:hover .gcl-social-remove,
.gcl-root .gcl-social-account-panel .gcl-social-remove:focus-visible {
    opacity: 1;
    transform: translateY(0);
}

.gcl-root .gcl-social-account-panel .gcl-social-remove:hover {
    background: transparent;
    color: #ffbdc9;
}

.gcl-root .gcl-video-community-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
}

.gcl-root .gcl-video-workspace {
    display: grid;
    gap: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.08), transparent 58%),
        rgba(13, 35, 59, 0.92);
}

.gcl-root .gcl-video-workspace-head,
.gcl-root .gcl-video-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gcl-root .gcl-video-workspace-head {
    justify-content: space-between;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.16);
}

.gcl-root .gcl-video-tabs {
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 4px;
}

.gcl-root .gcl-video-tabs button,
.gcl-root .gcl-video-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 7px;
    background: rgba(8, 28, 49, 0.74);
    color: #bfe2f8;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.gcl-root .gcl-video-tabs button.is-active {
    border-color: rgba(255, 216, 61, 0.46);
    background: rgba(255, 216, 61, 0.12);
    color: #ffe35c;
}

.gcl-root .gcl-video-add-button {
    flex: 0 0 auto;
    border-color: rgba(77, 223, 255, 0.38);
    background: linear-gradient(135deg, #176eb1, #123c70);
    color: #eff7ff;
}

.gcl-root .gcl-video-tab-panel {
    display: none;
}

.gcl-root .gcl-video-tab-panel.is-active {
    display: block;
}

.gcl-root .gcl-video-manager {
    display: grid;
    min-width: 0;
}

.gcl-root .gcl-studio-filter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 150px;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.14);
    color: #8fa9bd;
    font-weight: 800;
}

.gcl-root .gcl-studio-filter svg {
    width: 18px;
    height: 18px;
}

.gcl-root .gcl-studio-filter input,
.gcl-root .gcl-studio-filter select {
    width: 100%;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.62);
    color: #dff8ff;
    font: inherit;
}

.gcl-root .gcl-studio-filter input::placeholder {
    color: #7894aa;
}

.gcl-root .gcl-studio-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 216, 61, 0.26);
    background: rgba(255, 216, 61, 0.08);
}

.gcl-root .gcl-studio-actions[hidden] {
    display: none;
}

.gcl-root .gcl-studio-actions strong {
    margin-right: 4px;
    color: #ffe35c;
}

.gcl-root .gcl-studio-actions button {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 216, 61, 0.28);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.42);
    color: #eff7ff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-video-table {
    display: grid;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: rgba(82, 215, 255, 0.42) rgba(4, 15, 29, 0.34);
    scrollbar-width: thin;
}

.gcl-root .gcl-video-table-head,
.gcl-root .gcl-video-table-row {
    display: grid;
    grid-template-columns: 34px minmax(260px, 1.6fr) minmax(68px, 0.42fr) minmax(72px, 0.45fr) minmax(84px, 0.52fr) minmax(52px, 0.34fr) minmax(60px, 0.38fr) minmax(70px, 0.44fr);
    align-items: center;
    column-gap: 12px;
    min-width: 1010px;
    padding: 0 16px;
}

.gcl-root .gcl-video-table-head {
    min-height: 46px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.14);
    color: #8fa9bd;
    font-size: 10px;
    font-weight: 900;
}

.gcl-root .gcl-video-table-row {
    min-height: 104px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.14);
    color: #bfe2f8;
}

.gcl-root .gcl-video-table-row:hover {
    background: rgba(77, 223, 255, 0.05);
}

.gcl-root .gcl-video-table-row > span,
.gcl-root .gcl-video-table-row small {
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-video-table-row b {
    display: block;
    color: #dcefff;
}

.gcl-root .gcl-studio-video-cell {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    min-width: 0;
    padding-left: 18px;
}

.gcl-root .gcl-studio-video-cell > div:last-child {
    min-width: 0;
}

.gcl-root .gcl-studio-video-cell strong {
    display: block;
    overflow: hidden;
    color: #eff7ff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gcl-root .gcl-studio-video-cell p {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 0;
    color: #8fa9bd;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gcl-root .gcl-studio-check {
    display: grid;
    justify-self: center;
    place-items: center;
    width: 24px;
}

.gcl-root .gcl-studio-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ffd51f;
    cursor: pointer;
}

.gcl-root .gcl-community-feed-table {
    display: grid;
}

.gcl-root .gcl-community-feed-table article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) minmax(180px, 0.7fr);
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.14);
}

.gcl-root .gcl-community-feed-table span {
    color: #8fa9bd;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.gcl-root .gcl-community-feed-table small {
    color: #8fa9bd;
}

.gcl-root .gcl-video-content-list {
    display: grid;
    gap: 10px;
}

.gcl-root .gcl-video-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    min-height: 94px;
    padding: 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-video-row strong,
.gcl-root .gcl-video-row p {
    margin: 0;
}

.gcl-root .gcl-video-row p,
.gcl-root .gcl-video-row > span {
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-video-row > a {
    display: grid;
    place-items: center;
    min-width: 76px;
    min-height: 30px;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-video-thumb {
    position: relative;
    width: 120px;
    height: 68px;
    min-height: 0;
    aspect-ratio: 16 / 9;
    align-self: center;
    overflow: hidden;
    border-radius: 7px;
    background:
        linear-gradient(135deg, rgba(4, 15, 29, 0.1), rgba(4, 15, 29, 0.72)),
        var(--gcl-banner-image);
    background-size: 760px auto;
    background-position: 30% center;
}

.gcl-root .gcl-studio-video-cell .gcl-video-thumb {
    display: block;
    flex: 0 0 112px;
    width: 112px;
    height: 63px;
    min-height: 0;
    max-height: 63px;
    margin: 0;
    padding: 0;
}

.gcl-root .gcl-studio-video-cell .gcl-video-thumb::after {
    content: none;
}

.gcl-root .gcl-video-thumb.is-alt {
    background-position: 58% center;
}

.gcl-root .gcl-video-thumb.is-third {
    background-position: 82% center;
}

.gcl-root .gcl-video-thumb span {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 4px 7px;
    border-radius: 5px;
    background: rgba(4, 15, 29, 0.84);
    color: #eff7ff;
    font-size: 10px;
    font-weight: 900;
}

.gcl-root .gcl-video-community-card {
    display: grid;
    gap: 10px;
}

.gcl-root .gcl-video-mini-player {
    position: relative;
    min-height: 210px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(4, 15, 29, 0.18), rgba(4, 15, 29, 0.78)),
        var(--gcl-banner-image);
    background-position: center;
    background-size: cover;
}

.gcl-root .gcl-video-mini-player span {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 9px;
    border-radius: 6px;
    background: #ff0f4f;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.gcl-root .gcl-video-mini-player svg {
    width: 52px;
    height: 52px;
    padding: 14px;
    border-radius: 50%;
    background: rgba(239, 247, 255, 0.92);
    color: #07182a;
}

.gcl-root .gcl-video-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 9, 18, 0.72);
    backdrop-filter: blur(6px);
}

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

.gcl-root .gcl-video-modal-card {
    display: grid;
    gap: 16px;
    width: min(760px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 22px;
    border: 1px solid rgba(94, 151, 207, 0.32);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(77, 223, 255, 0.09), transparent 58%),
        #0d233b;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
}

.gcl-root .gcl-video-modal-card .gcl-dashboard-panel-head button {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7fe8ff;
    cursor: pointer;
}

.gcl-root .gcl-video-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gcl-root .gcl-video-form-grid label {
    display: grid;
    gap: 8px;
}

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

.gcl-root .gcl-video-form-grid input,
.gcl-root .gcl-video-form-grid select,
.gcl-root .gcl-video-form-grid textarea {
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid rgba(94, 151, 207, 0.24);
    border-radius: 6px;
    background: rgba(5, 18, 32, 0.78);
    color: #eff7ff;
    font: inherit;
}

.gcl-root .gcl-video-form-grid textarea {
    resize: vertical;
}

.gcl-root .gcl-video-form-grid input[type="file"] {
    padding: 8px 10px;
}

.gcl-root .gcl-video-form-grid input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 12px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: #ffd51f;
    color: #07182a;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-video-form-grid .gcl-upload-field em {
    color: #9fb6ca;
    font-size: 12px;
    font-style: normal;
}

.gcl-root .gcl-dashboard-panel {
    display: grid;
    gap: 12px;
    min-height: 158px;
    padding: 16px;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(47, 193, 255, 0.08), transparent 46%),
        rgba(13, 35, 59, 0.92);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.gcl-root .gcl-dashboard-panel-head,
.gcl-root .gcl-dashboard-profile,
.gcl-root .gcl-dashboard-ranks li,
.gcl-root .gcl-live-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gcl-root .gcl-dashboard-panel-head {
    justify-content: space-between;
}

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

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

.gcl-root .gcl-dashboard-panel p,
.gcl-root .gcl-dashboard-profile small {
    margin: 0;
    color: #9fb6ca;
    font-size: 12px;
}

.gcl-root .gcl-dashboard-profile strong {
    display: block;
}

.gcl-root .gcl-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.gcl-root .gcl-dashboard-metrics strong {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 7px;
    background: rgba(4, 15, 29, 0.42);
    font-size: 18px;
}

.gcl-root .gcl-dashboard-metrics small {
    color: #8fa9bd;
    font-size: 10px;
    text-transform: uppercase;
}

.gcl-root .gcl-dashboard-ranks {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gcl-root .gcl-dashboard-ranks-full {
    gap: 10px;
}

.gcl-root .gcl-dashboard-ranks-full li {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 16px;
}

.gcl-root .gcl-dashboard-metrics-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcl-root .gcl-dashboard-metrics-wide strong {
    min-height: 108px;
    align-content: center;
    font-size: 28px;
}

.gcl-root .gcl-dashboard-ranks li {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid rgba(94, 151, 207, 0.16);
    border-radius: 8px;
    background: rgba(5, 22, 38, 0.72);
}

.gcl-root .gcl-rank-chip {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
}

.gcl-root .gcl-rank-chip em {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 27px;
    height: 22px;
    padding: 0 6px;
    border: 1px solid rgba(77, 223, 255, 0.34);
    border-radius: 999px;
    background: #061827;
    color: #4ddfff;
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
}

.gcl-root .gcl-rank-chip i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(77, 223, 255, 0.25);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(77, 223, 255, 0.95), rgba(255, 216, 61, 0.9));
    color: #061222;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
}

.gcl-root .gcl-dashboard-ranks strong {
    flex: 1;
    min-width: 0;
}

.gcl-root .gcl-rank-copy {
    display: grid;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.gcl-root .gcl-dashboard-ranks span,
.gcl-root .gcl-live-counter span {
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-dashboard-ranks .gcl-rank-chip {
    color: #4ddfff;
}

.gcl-root .gcl-dashboard-ranks .gcl-rank-chip i {
    color: #061222;
}

.gcl-root .gcl-live-counter strong {
    color: #ffd83d;
    font-size: 34px;
    line-height: 1;
}

.gcl-root .gcl-support-panel {
    background:
        linear-gradient(135deg, rgba(74, 156, 255, 0.14), rgba(255, 216, 61, 0.06)),
        rgba(13, 35, 59, 0.94);
}

.gcl-root .gcl-support-feed {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(94, 151, 207, 0.18);
    border-radius: 8px;
    background: rgba(4, 15, 29, 0.34);
}

.gcl-root .gcl-support-avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ddfff, #7a8dff);
    color: #061222;
    font-weight: 900;
}

.gcl-root .gcl-support-feed strong,
.gcl-root .gcl-support-feed small {
    display: block;
}

.gcl-root .gcl-support-feed small {
    color: #9fb6ca;
    font-size: 12px;
}

.gcl-root .gcl-support-form {
    display: grid;
    gap: 9px;
}

.gcl-root .gcl-support-form input {
    width: 100%;
    min-height: 34px;
    border: 1px solid rgba(94, 151, 207, 0.2);
    border-radius: 6px;
    background: rgba(4, 15, 29, 0.48);
    color: #eff7ff;
    padding: 8px 10px;
}

.gcl-root .gcl-support-reactions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.gcl-root .gcl-support-reactions button {
    min-height: 34px;
    border: 1px solid rgba(77, 223, 255, 0.24);
    border-radius: 999px;
    background: rgba(77, 223, 255, 0.1);
    color: #dff8ff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.gcl-root .gcl-support-reactions button:nth-child(2) {
    border-color: rgba(255, 216, 61, 0.4);
    background: rgba(255, 216, 61, 0.14);
    color: #fff3a8;
}

.gcl-root .gcl-tight-heading {
    margin-bottom: 14px;
}

.gcl-root .gcl-tight-heading h2 {
    margin: 0 0 4px;
    font-family: "Agency FB", "Bahnschrift", "Arial Narrow", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}

.gcl-root .gcl-tight-heading p {
    margin: 0;
    color: #8fa9bd;
    font-size: 13px;
}

.gcl-root .gcl-tournament-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gcl-root .gcl-mini-tournament {
    overflow: hidden;
    border: 1px solid rgba(94, 151, 207, 0.22);
    border-radius: 8px;
    background: rgba(13, 35, 59, 0.92);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.gcl-root .gcl-card-art {
    min-height: 112px;
    padding: 10px;
    background:
        linear-gradient(150deg, rgba(10, 25, 46, 0.05), rgba(10, 25, 46, 0.3)),
        var(--gcl-banner-image);
    background-size: 980px auto;
    background-position: 18% 52%;
}

.gcl-root .gcl-card-art-2 {
    background-position: 35% center;
}

.gcl-root .gcl-card-art-3 {
    background-position: 62% center;
}

.gcl-root .gcl-card-art-4 {
    background-position: 82% center;
}

.gcl-root .gcl-card-art span {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 5px;
    background: rgba(6, 20, 34, 0.78);
    color: #bdefff;
    font-size: 10px;
    font-weight: 900;
}

.gcl-root .gcl-card-body {
    padding: 13px;
}

.gcl-root .gcl-card-body small {
    color: #8fa9bd;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.gcl-root .gcl-card-body h3 {
    margin: 7px 0 6px;
    font-size: 16px;
    line-height: 1.15;
}

.gcl-root .gcl-card-body p {
    margin: 0 0 12px;
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-card-actions {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 8px;
}

.gcl-root .gcl-card-actions span,
.gcl-root .gcl-card-actions a {
    display: grid;
    place-items: center;
    min-height: 32px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.gcl-root .gcl-card-actions span {
    background: #ffd51f;
    color: #061222;
}

.gcl-root .gcl-card-actions a {
    background: rgba(255, 255, 255, 0.08);
    color: #eff7ff;
}

.gcl-root .gcl-side-widget + .gcl-side-widget {
    margin-top: 16px;
}

.gcl-root .gcl-side-widget ul {
    display: grid;
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.gcl-root .gcl-side-widget li {
    display: grid;
    gap: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(94, 151, 207, 0.16);
}

.gcl-root .gcl-side-widget li:has(.gcl-rank-chip) {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border: 1px solid rgba(94, 151, 207, 0.16);
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
}

.gcl-root .gcl-side-widget strong {
    font-size: 13px;
    line-height: 1.2;
}

.gcl-root .gcl-side-widget li span {
    color: #8fa9bd;
    font-size: 12px;
}

.gcl-root .gcl-side-widget .gcl-rank-chip {
    color: #4ddfff;
}

.gcl-root .gcl-side-widget .gcl-rank-chip i {
    color: #061222;
}

@media (max-width: 1180px) {
    .gcl-root .gcl-app-window {
        grid-template-columns: 52px 190px minmax(0, 1fr);
    }

    .gcl-root .gcl-right-panel {
        display: none;
    }

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

    .gcl-root .gcl-dashboard-hub {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-dashboard-overview-grid,
    .gcl-root .gcl-dashboard-shop-grid,
    .gcl-root .gcl-wallet-action-grid,
    .gcl-root .gcl-transaction-grid,
    .gcl-root .gcl-profile-studio-grid,
    .gcl-root .gcl-profile-card-grid,
    .gcl-root .gcl-studio-setup-grid,
    .gcl-root .gcl-arena-profile-form,
    .gcl-root .gcl-video-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .gcl-root .gcl-social-add-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .gcl-root .gcl-dashboard-section {
        padding: 0;
    }

    .gcl-root .gcl-app-window {
        display: block;
        height: auto;
        min-height: 100vh;
    }

    .gcl-root .gcl-icon-rail,
    .gcl-root .gcl-side-nav {
        display: none;
    }

    .gcl-root .gcl-dashboard-main {
        height: auto;
        overflow: visible;
        padding: 14px;
    }

    .gcl-root .gcl-topbar,
    .gcl-root .gcl-filter-row {
        align-items: stretch;
        flex-direction: column;
        padding: 12px 0;
    }

    .gcl-root .gcl-tabs,
    .gcl-root .gcl-filter-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-arena-hero {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gcl-root .gcl-hero-poster {
        width: 100%;
        height: 150px;
        background-size: cover;
    }

    .gcl-root .gcl-avatar-stack {
        display: none;
    }

    .gcl-root .gcl-tournament-strip {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-dashboard-metrics {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-dashboard-overview-grid,
    .gcl-root .gcl-dashboard-shop-grid,
    .gcl-root .gcl-wallet-action-grid,
    .gcl-root .gcl-transaction-grid,
    .gcl-root .gcl-dashboard-wallet-forms,
    .gcl-root .gcl-dashboard-wallet-form,
    .gcl-root .gcl-profile-studio-grid,
    .gcl-root .gcl-profile-card-grid,
    .gcl-root .gcl-studio-setup-grid,
    .gcl-root .gcl-arena-profile-form,
    .gcl-root .gcl-video-form-grid,
    .gcl-root .gcl-video-community-grid {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-dashboard-wallet-form-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcl-root .gcl-video-workspace-head {
        align-items: stretch;
        flex-direction: column;
    }

    .gcl-root .gcl-video-row {
        grid-template-columns: 1fr;
    }

    .gcl-root .gcl-video-tab-panel {
        overflow-x: auto;
    }

    .gcl-root .gcl-video-manager {
        min-width: 720px;
    }

    .gcl-root .gcl-earn-bars {
        grid-template-columns: repeat(5, minmax(42px, 1fr));
        overflow-x: auto;
    }
}
