.profile-section-sidebar-page .profile-dashboard-section-navigation[hidden],
.profile-section-sidebar-page .profile-dashboard-section-navigation [hidden],
.profile-section-sidebar-page .profile-dashboard-section-navigation .is-hidden {
    display: none !important;
}

.profile-section-sidebar-page .profile-dashboard-section-navigation {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--gw-line);
}

.profile-section-sidebar-page .profile-dashboard-category-list {
    display: grid;
    gap: 2px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gw-line);
}

.profile-section-sidebar-page .profile-dashboard-category + .profile-dashboard-category {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--gw-line);
}

.profile-section-sidebar-page .profile-dashboard-category h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 10px 12px;
    color: #ffd05c;
    border-bottom: 1px solid var(--gw-line);
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1.25;
}

.profile-section-sidebar-page .profile-dashboard-category h3 > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.profile-section-sidebar-page .profile-dashboard-category h3 > a:hover,
.profile-section-sidebar-page .profile-dashboard-category h3 > a:focus-visible {
    text-decoration: underline;
}

.profile-section-sidebar-page .profile-dashboard-category h3.media-dashboard-overview-heading {
    font-size: 1rem;
}

.profile-section-sidebar-page .profile-dashboard-category-avatar {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-section-sidebar-page .profile-dashboard-category-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.profile-section-sidebar-page .profile-dashboard-category .profile-overview-icon-tab[hidden] {
    display: none !important;
}

.profile-section-sidebar-page .profile-dashboard-category .profile-account-subtab-rail {
    margin: 4px 0 0;
    padding: 0;
    border-left: 0;
}

.profile-section-sidebar-page .profile-dashboard-media-link {
    margin-top: 2px;
    text-decoration: none;
}

.media-dashboard-nav {
    display: grid;
    gap: 4px;
    padding: 8px 0 0;
}

.media-dashboard-nav a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px;
    color: var(--gw-section-title-card-color);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.media-dashboard-nav a:hover,
.media-dashboard-nav a:focus-visible,
.media-dashboard-nav a.is-active {
    background: rgba(73, 215, 255, 0.08);
    border-color: var(--gw-line);
}

.warrior-hub-dashboard-roster {
    display: grid;
    gap: 14px;
    max-height: min(48vh, 420px);
    margin-top: 14px;
    padding-top: 14px;
    overflow-y: auto;
    border-top: 1px solid var(--gw-line);
}

.warrior-hub-dashboard-page .warrior-hub-dashboard-roster {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.warrior-hub-dashboard-roster-group h4 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 6px;
    color: var(--gw-section-title-card-color);
    font-size: 0.78rem;
}

.warrior-hub-dashboard-roster-group h4 span,
.warrior-hub-dashboard-roster-group p {
    color: var(--gw-section-title-card-text);
}

.warrior-hub-dashboard-roster-group p {
    margin: 0;
    font-size: 0.76rem;
}

.warrior-hub-dashboard-roster-list {
    display: grid;
    gap: 2px;
}

.warrior-hub-dashboard-roster-row {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}
.warrior-hub-dashboard-roster-row > a { flex: 1; }
.warrior-hub-friend-action { flex: 0 0 32px; margin: 0; }
.warrior-hub-friend-action button {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    background: transparent;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
    cursor: pointer;
}
.warrior-hub-friend-action button:disabled { opacity: 0.45; cursor: default; }
.warrior-hub-friend-action button img {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    box-shadow: none;
}
.warrior-hub-friend-dialog {
    width: min(420px, calc(100% - 32px));
    box-sizing: border-box;
    padding: 20px;
    color: var(--gw-text);
    background: #0b1118;
    border: 1px solid var(--gw-line);
    border-radius: 10px;
}
.warrior-hub-friend-dialog::backdrop { background: rgba(0, 0, 0, 0.7); }
.warrior-hub-friend-dialog h3 { margin-top: 0; color: var(--gw-section-title-card-color); }
.warrior-hub-friend-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; }
.warrior-hub-friend-dialog-actions button {
    min-width: 60px;
    padding: 8px 14px;
    color: var(--gw-section-title-card-color);
    background: transparent;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
    cursor: pointer;
}

.warrior-hub-dashboard-roster-list a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 6px 8px;
    color: var(--gw-section-title-card-color);
    border-radius: 6px;
    text-decoration: none;
}

.warrior-hub-dashboard-roster-list a:hover,
.warrior-hub-dashboard-roster-list a:focus-visible {
    background: rgba(73, 215, 255, 0.08);
    color: var(--gw-accent);
}

.warrior-hub-dashboard-roster-list a > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.warrior-hub-dashboard-roster-avatar {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--gw-line);
    border-radius: 5px;
}

.warrior-hub-dashboard-roster-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.warrior-hub-dashboard-roster-avatar.has-avatar-border .warrior-hub-dashboard-roster-photo {
    position: absolute;
    inset: 9%;
    width: 82%;
    height: 82%;
}

.warrior-hub-dashboard-roster-border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.warrior-hub-dashboard-presence-dot {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 9px;
    height: 9px;
    border: 1px solid var(--gw-section-title-card-color);
    border-radius: 50%;
}

.warrior-hub-dashboard-presence-dot.is-online {
    background: #28e66f;
    box-shadow: 0 0 7px rgba(40, 230, 111, 0.65);
}

.warrior-hub-dashboard-presence-dot.is-offline {
    background: #ef5a67;
    animation: warrior-hub-offline-flash 1.4s ease-in-out infinite;
}

@keyframes warrior-hub-offline-flash {
    50% { opacity: 0.3; }
}

@media (prefers-reduced-motion: reduce) {
    .warrior-hub-dashboard-presence-dot.is-offline {
        animation: none;
    }
}

.media-dashboard-nav img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.media-dashboard-nav img.media-featured-star {
    filter: brightness(0) saturate(100%) invert(82%) sepia(73%) saturate(592%) hue-rotate(338deg) brightness(102%) contrast(102%);
}

.media-dashboard-overview {
    margin-top: 22px;
}

.gaming-dashboard-summary {
    margin-top: 20px;
    padding: 18px 0 4px;
    border-top: 1px solid var(--gw-line);
    border-bottom: 1px solid var(--gw-line);
}

.gaming-dashboard-summary-heading > span {
    color: var(--gw-accent);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gaming-dashboard-summary-heading h2 {
    margin: 5px 0 6px;
    color: var(--gw-section-title-card-color);
    font-size: 1.15rem;
}

.gaming-dashboard-summary-heading p {
    max-width: 760px;
    margin: 0;
    color: var(--gw-section-title-card-text);
    line-height: 1.45;
}

.gaming-dashboard-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.gaming-dashboard-summary-grid a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 3px 10px;
    min-width: 0;
    padding: 12px;
    color: var(--gw-section-title-card-text);
    text-decoration: none;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
}

.gaming-dashboard-summary-grid a:hover,
.gaming-dashboard-summary-grid a:focus-visible {
    background: rgba(73, 215, 255, 0.08);
    border-color: var(--gw-accent);
}

.gaming-dashboard-summary-grid img {
    grid-row: 1 / span 3;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.gaming-dashboard-summary-grid span,
.gaming-dashboard-summary-grid strong,
.gaming-dashboard-summary-grid small {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gaming-dashboard-summary-grid span {
    color: var(--gw-section-title-card-subtitle);
    font-size: 0.7rem;
    font-weight: 800;
}

.gaming-dashboard-summary-grid strong {
    color: var(--gw-section-title-card-color);
    font-size: 0.9rem;
}

.gaming-dashboard-summary-grid small {
    font-size: 0.68rem;
}

@media (max-width: 1100px) {
    .gaming-dashboard-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .gaming-dashboard-summary-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.media-dashboard-overview-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.85fr);
    gap: 16px 28px;
    padding: 18px 2px;
    border-bottom: 1px solid var(--gw-line);
}

.media-dashboard-overview-group h2 {
    margin: 0 0 6px;
    color: var(--gw-section-title-card-color);
    font-size: 1rem;
    line-height: 1.25;
}

.media-dashboard-overview-group p {
    margin: 0;
    color: var(--gw-section-title-card-text);
    line-height: 1.45;
}

.media-dashboard-overview-group nav {
    display: grid;
    gap: 4px;
    align-content: start;
}

.media-dashboard-overview-group nav a {
    display: block;
    min-height: 34px;
    padding: 7px 0;
    color: var(--gw-section-title-card-color);
    text-decoration: none;
}

.media-dashboard-overview-group nav a:hover,
.media-dashboard-overview-group nav a:focus-visible {
    color: var(--gw-accent);
    text-decoration: underline;
}

@media (max-width: 700px) {
    .media-dashboard-overview-group {
        grid-template-columns: minmax(0, 1fr);
    }
}

.media-dashboard-video-list {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.media-dashboard-video-list a,
.media-dashboard-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px;
    color: var(--gw-section-title-card-color);
    text-decoration: none;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
}

.media-dashboard-video-list a:hover,
.media-dashboard-action:hover {
    border-color: var(--gw-accent);
}

.media-dashboard-video-list a span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.media-dashboard-video-list a small {
    flex: 0 0 auto;
}

html[data-theme="light"] .profile-section-sidebar-page .profile-dashboard-category h3 {
    color: #946000;
}

.profile-section-sidebar-page .profile-overview-icon-tabs {
    display: grid;
    gap: 7px;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.steam-user-games-page .profile-steam-games-board .steam-user-games-grid {
    grid-template-columns: minmax(190px, 230px) minmax(320px, 1fr) minmax(120px, 0.28fr) minmax(120px, 0.28fr) minmax(130px, 0.28fr);
    min-width: 900px;
}

.steam-achievement-game-picker {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.steam-achievement-game-picker .games-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.steam-achievement-game-picker .games-section-heading h2 {
    margin: 0;
}

.steam-achievement-game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
    max-height: 410px;
    padding: 10px;
    overflow-y: auto;
    background: var(--gw-tier-2-card-background);
    border: 1px solid var(--gw-tier-2-card-border);
    border-radius: 8px;
}

.steam-achievement-game-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 64px;
    padding: 7px;
    color: var(--gw-section-title-card-text) !important;
    text-decoration: none;
    background: rgba(7, 10, 14, 0.48);
    border: 1px solid var(--gw-line);
    border-radius: 7px;
}

.steam-achievement-game-card:hover,
.steam-achievement-game-card:focus-visible,
.steam-achievement-game-card.is-active {
    color: var(--gw-section-title-card-color) !important;
    background: rgba(73, 215, 255, 0.09);
    border-color: rgba(73, 215, 255, 0.58);
    outline: none;
}

.steam-achievement-game-image {
    display: grid;
    place-items: center;
    width: 88px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #05080c;
    border-radius: 5px;
}

.steam-achievement-game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steam-achievement-game-card > span:last-child {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.steam-achievement-game-card strong,
.steam-achievement-game-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.steam-achievement-game-card strong {
    color: var(--gw-section-title-card-color);
    font-size: 0.82rem;
}

.steam-achievement-game-card small {
    color: var(--gw-section-title-card-text);
    font-size: 0.7rem;
}

.favorite-games-panel {
    display: grid;
    gap: 10px;
    padding: 10px;
}

.favorite-games-panel > .games-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.favorite-games-panel > .games-section-heading h2 {
    margin: 0;
}

.favorite-games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.profile-favorite-games-page .profile-favorite-games-editor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    align-content: start;
    gap: 14px;
}

.profile-favorite-games-page .profile-favorite-games-editor > div:first-child {
    grid-column: 1 / -1;
}

.profile-favorite-game-editor-card {
    width: 100%;
    max-width: 640px;
    align-self: start;
}

.favorite-game-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    background: rgba(7, 10, 14, 0.48);
    border: 1px solid var(--gw-line);
    border-radius: 8px;
}

.favorite-game-card-media {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #05080c;
}

.favorite-game-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-game-card-media .favorite-game-card-placeholder {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.favorite-game-card-body {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 12px;
}

.favorite-game-card-body .profile-steam-favorite-tag {
    justify-self: start;
}

.favorite-game-card-body h3,
.favorite-game-card-body small {
    margin: 0;
}

.favorite-game-card-body h3 {
    color: var(--gw-section-title-card-color);
    font-size: 1rem;
}

.favorite-game-card-body small {
    color: var(--gw-section-title-card-text);
}

.favorite-game-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 4px;
}

.profile-section-sidebar-page .profile-overview-icon-tabs::after,
.profile-section-sidebar-page .profile-account-subtabs::after,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tabs::after {
    display: none;
}

.profile-section-sidebar-page .profile-sidebar-section {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.profile-section-sidebar-page .profile-sidebar-section + .profile-sidebar-section {
    margin-top: 0;
}

.profile-section-sidebar-page .profile-overview-icon-tab {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 68px;
    margin: 0;
    padding: 8px 12px;
    color: var(--gw-section-title-card-color);
    background: linear-gradient(180deg, rgba(4, 6, 9, 0.96), rgba(1, 3, 5, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: var(--gw-radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    text-align: left;
    transform: none;
}

.profile-section-sidebar-page .profile-overview-icon-tab:hover,
.profile-section-sidebar-page .profile-overview-icon-tab:focus-visible,
.profile-section-sidebar-page .profile-overview-icon-tab.is-active,
.profile-section-sidebar-page .profile-overview-icon-tab.is-active:hover,
.profile-section-sidebar-page .profile-overview-icon-tab.is-active:focus-visible {
    color: var(--gw-section-title-card-subtitle);
    background: linear-gradient(180deg, rgba(8, 11, 16, 0.98), rgba(2, 5, 8, 0.98));
    border-color: rgba(148, 163, 184, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(73, 215, 255, 0.08);
    transform: none;
}

.profile-section-sidebar-page .profile-overview-icon-tab:focus-visible,
.profile-section-sidebar-page .profile-account-subtab:focus-visible,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: -2px;
}

.profile-section-sidebar-page .profile-tab-inline-label {
    display: block;
    max-width: none;
    overflow: visible;
    color: inherit;
    font-size: 0.78rem;
    line-height: 1.2;
    text-overflow: clip;
    text-transform: none;
    white-space: normal;
}

.profile-section-sidebar-page .profile-overview-icon-tab .profile-tab-inline-label {
    font-size: 1.12rem;
    font-weight: 800;
}

.profile-section-sidebar-page .profile-account-subtab-rail {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0 0 3px 24px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.profile-section-sidebar-page .profile-account-subtab-rail .profile-account-subtabs,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tabs {
    display: grid;
    gap: 2px;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
}

.profile-section-sidebar-page .profile-account-subtab,
.profile-section-sidebar-page .profile-account-subtab:has(> img),
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab {
    display: flex;
    flex: none;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 34px;
    margin: 0;
    padding: 6px 8px;
    color: var(--gw-muted) !important;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    text-align: left;
    text-transform: none;
    white-space: normal;
}

.profile-section-sidebar-page .profile-account-subtab:hover,
.profile-section-sidebar-page .profile-account-subtab:focus-visible,
.profile-section-sidebar-page .profile-account-subtab.is-active,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab:hover,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab:focus-visible,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab.is-active {
    color: var(--gw-text) !important;
    background: rgba(73, 215, 255, 0.08) !important;
    border-color: var(--gw-line);
    box-shadow: none;
}

.profile-section-sidebar-page .profile-account-subtab > img,
.profile-section-sidebar-page .profile-overview-icon-tab > img,
.profile-section-sidebar-page .profile-overview-deep-context-tab-stack .game-account-view-tab > img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    padding: 1px;
    object-fit: contain;
}

.profile-section-sidebar-page .profile-overview-icon-tab > img {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--gw-radius);
    filter: brightness(0) invert(1);
}

.profile-section-sidebar-page .profile-overview-icon-tab--avatar > img,
.profile-section-sidebar-page .profile-overview-icon-tab--brand > img {
    filter: none;
}

.profile-section-sidebar-page .profile-overview-icon-tab--avatar > img {
    padding: 2px;
    object-fit: cover;
}

.profile-section-sidebar-page .profile-account-subtab .profile-account-subtab-tooltip,
.profile-section-sidebar-page .profile-overview-icon-tab .profile-overview-icon-tab-tooltip {
    display: none;
}

.profile-section-sidebar-page .profile-overview-deep-context-tab-stack {
    order: 0;
    margin: 0 0 3px 24px;
}

.profile-section-sidebar-page .profile-warships-sidebar-group {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.profile-section-sidebar-page .profile-overview-deep-context-tab-stack [data-warships-player-open] {
    display: none;
}

.profile-section-sidebar-page .profile-dashboard-sidebar {
    position: sticky;
    top: 14px;
    flex: 0 0 280px;
    width: 280px;
    min-width: 0;
    max-height: calc(100dvh - 28px);
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.profile-dashboard-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
    padding: 8px 8px 15px;
    border-bottom: 1px solid var(--gw-line);
}

.profile-dashboard-brand-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(26, 56, 72, 0.82);
    border: 1px solid rgba(73, 215, 255, 0.48);
    border-radius: 8px;
}

.profile-dashboard-brand-icon img {
    width: 22px;
    height: 22px;
    filter: none;
}

.media-dashboard-sidebar .profile-dashboard-brand-icon {
    overflow: hidden;
    border-radius: 50%;
}

.media-dashboard-sidebar .profile-dashboard-brand-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-settings-snapshot-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid var(--gw-line);
    border-radius: 8px;
}

.profile-panel > .profile-dashboard-snapshot-card,
.ranks-container > .profile-dashboard-snapshot-card {
    margin: 14px 0 18px;
}

.profile-contact-details-page .profile-settings-snapshot-card {
    margin: 0;
}

.profile-settings-snapshot-card > .dashboard-member-card-avatar-frame {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
}

.profile-self-snapshot-avatar > .dashboard-member-card-avatar-frame {
    width: 100%;
    height: 100%;
}

.profile-settings-snapshot-card h3,
.profile-settings-snapshot-card p {
    margin: 0 0 7px;
}

.dashboard-overview-primary {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.dashboard-overview-primary > :is(.gaming-dashboard-summary, .media-dashboard-overview, .video-account-summary, .account-overview-summary, .profile-settings-snapshot-card) {
    margin-top: 0;
    margin-bottom: 0;
}

.profile-overview-help {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.profile-overview-help > :is(h2, h3) {
    margin: 0;
    color: var(--gw-section-title-card-color);
    font-size: 1rem;
}

.profile-overview-help .help-panel :is(h3, h4) {
    margin: 6px 0 8px;
    color: var(--gw-section-title-card-color);
    font-size: 1.02rem;
    line-height: 1.18;
}

.account-saved-avatars {
    display: grid;
    gap: 10px;
}

.account-saved-avatars :is(h3, p) {
    margin: 0;
}

.account-saved-avatars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.account-saved-avatar {
    display: grid;
    gap: 8px;
    align-content: start;
}

.account-saved-avatar img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.account-saved-avatar button {
    width: 100%;
}

.account-artwork-picker-controls {
    display: grid;
    gap: 10px;
    justify-items: start;
    width: min(520px, 100%);
    min-width: 0;
}

.profile-account-avatar-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-page .profile-account-avatar-form button.account-artwork-help-toggle {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.account-artwork-help-toggle img {
    width: 20px;
    height: 20px;
}

.profile-page .profile-account-avatar-form button.account-artwork-help-toggle:hover,
.profile-page .profile-account-avatar-form button.account-artwork-help-toggle:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.profile-page .profile-account-avatar-form button.account-artwork-help-toggle:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 2px;
}

.profile-account-avatar-upload-row {
    grid-template-columns: minmax(0, 520px) minmax(220px, 1fr);
    justify-items: stretch;
}

.profile-account-avatar-editor {
    min-width: 0;
    padding: 12px;
}

.profile-account-avatar-field {
    display: grid;
}

.account-artwork-help {
    align-self: start;
    padding: 14px;
}

.account-artwork-help-heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-artwork-help [data-artwork-help][hidden] {
    display: none;
}

.account-artwork-help p {
    margin: 8px 0 0;
    line-height: 1.5;
}

.profile-account-help-layout {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(220px, 1fr);
    gap: 10px;
    align-items: start;
}

.profile-account-help-layout > * {
    min-width: 0;
}

.notifications-help-layout {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(260px, 1fr);
    gap: 12px;
    align-items: start;
}

.notifications-help-layout > * {
    min-width: 0;
}

.notifications-help-main {
    width: fit-content;
    max-width: 100%;
    justify-self: start;
}

.notifications-help-card {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-self: start;
    text-align: left;
}

.newsletter-settings-card {
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    padding: 12px;
}

.newsletter-help-layout {
    grid-template-columns: minmax(0, 620px) minmax(220px, 1fr);
}

.newsletter-page .newsletter-settings-form {
    margin-top: 0;
    box-sizing: border-box;
    background: var(--gw-tier-3-card-background);
    border-color: var(--gw-tier-3-card-border);
    box-shadow: var(--gw-tier-3-card-shadow);
}

.newsletter-page .newsletter-subscription-choice {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 10px;
    color: var(--gw-section-title-card-subtitle);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter-page .newsletter-subscription-choice input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--gw-accent);
}

.newsletter-page .newsletter-settings-form .newsletter-identity {
    align-items: start;
}

.newsletter-page .newsletter-identity label small {
    font-size: inherit;
    font-weight: 500;
    text-transform: none;
}

.newsletter-help-card {
    text-align: left;
}

.privacy-settings-card {
    margin-top: 14px;
    padding: 12px;
}

.privacy-help-layout {
    grid-template-columns: minmax(0, 620px) minmax(260px, 1fr);
}

.privacy-page .profile-privacy-form {
    margin: 0;
    background: var(--gw-tier-3-card-background);
    border-color: var(--gw-tier-3-card-border);
    box-shadow: var(--gw-tier-3-card-shadow);
}

.privacy-page .profile-privacy-control {
    padding: 10px 12px;
}

.privacy-page .profile-privacy-control legend {
    margin-bottom: 5px;
}

.privacy-page .profile-privacy-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.privacy-page .profile-privacy-options label,
.privacy-page .profile-privacy-options label.is-public,
.privacy-page .profile-privacy-options label.is-friends,
.privacy-page .profile-privacy-options label.is-private {
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 8px;
    min-width: 105px;
    min-height: 36px;
    padding: 7px 10px;
    color: var(--gw-section-title-card-text);
    background: var(--gw-tier-3-card-background);
    border: 1px solid var(--gw-tier-3-card-border);
    box-shadow: none;
}

html[data-theme] .privacy-page.profile-page .profile-privacy-options label:is(.is-public, .is-friends, .is-private):has(input:checked) {
    color: var(--gw-section-title-card-color);
    background: var(--gw-tier-3-card-background);
    border-color: var(--gw-accent);
    box-shadow: none;
}

.privacy-page .profile-privacy-options label:has(input:focus-visible) {
    outline: 2px solid var(--gw-accent);
    outline-offset: 2px;
}

.profile-privacy-choice-dot {
    display: none;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.privacy-page .profile-privacy-options input:checked + .profile-privacy-choice-dot {
    display: inline-block;
    animation: privacy-choice-flash 1.5s ease-in-out infinite;
}

.privacy-page .profile-privacy-options .is-public .profile-privacy-choice-dot {
    background: #49d7ff;
    color: #49d7ff;
}

.privacy-page .profile-privacy-options .is-friends .profile-privacy-choice-dot {
    background: #42df83;
    color: #42df83;
}

.privacy-page .profile-privacy-options .is-private .profile-privacy-choice-dot {
    background: #ef7180;
    color: #ef7180;
}

@keyframes privacy-choice-flash {
    0%, 100% { opacity: 1; box-shadow: 0 0 10px currentColor; }
    50% { opacity: 0.45; box-shadow: 0 0 2px currentColor; }
}

@media (prefers-reduced-motion: reduce) {
    .privacy-page .profile-privacy-options input:checked + .profile-privacy-choice-dot {
        animation: none;
    }
}

.privacy-help-card {
    text-align: left;
}

.privacy-help-content[hidden] {
    display: none;
}

.privacy-help-items {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.privacy-help-card .privacy-help-items p {
    min-width: 0;
    margin: 0;
    padding: 9px 11px;
    color: var(--gw-section-title-card-text);
    background: var(--gw-tier-3-card-background);
    border: 1px solid var(--gw-tier-3-card-border);
    border-radius: 7px;
    line-height: 1.5;
}

.steam-account-content-card {
    margin-top: 14px;
    padding: 12px;
}

.steam-account-help-layout {
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
}

.steam-account-main-card {
    min-width: 0;
    overflow: hidden;
}

.steam-account-page .steam-profile-container {
    box-shadow: none;
}

.steam-account-page .steam-friends-panel {
    margin-top: 12px;
    max-height: 320px;
    box-shadow: none;
}

.steam-account-help-card {
    text-align: left;
}

.steam-recent-games {
    margin-top: 12px;
    overflow: hidden;
    background: #101820;
    border: 1px solid rgba(102, 192, 244, 0.2);
    border-radius: 8px;
}

.steam-recent-games-list {
    display: grid;
}

.steam-recent-game {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 7px 12px;
    color: #c7d5e0;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 152, 160, 0.1);
}

.steam-recent-game:last-child {
    border-bottom: 0;
}

.steam-recent-game:hover,
.steam-recent-game:focus-visible {
    background: rgba(102, 192, 244, 0.08);
}

.steam-recent-game img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.steam-recent-game.has-header-art {
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.steam-recent-game.has-header-art img {
    width: 72px;
    height: 40px;
}

.steam-recent-game-name {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.steam-recent-game small {
    color: #a9b9c6;
    white-space: nowrap;
}

.steam-game-news-item {
    display: grid;
    gap: 4px;
    padding: 11px 12px;
    color: #c7d5e0;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 152, 160, 0.1);
}

.steam-game-news-item:last-child {
    border-bottom: 0;
}

.steam-game-news-item:hover,
.steam-game-news-item:focus-visible {
    background: rgba(102, 192, 244, 0.08);
}

.steam-game-news-item strong {
    line-height: 1.35;
}

.steam-game-news-item small {
    color: #a9b9c6;
}

@media (max-width: 600px) {
    .steam-recent-game {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .steam-recent-game.has-header-art {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .steam-recent-game small {
        grid-column: 2;
    }
}

@media (max-width: 1100px) {
    .steam-account-help-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

.profile-account-help-card {
    padding: 14px;
}

.profile-account-help-heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-page button.profile-account-help-toggle {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.profile-account-help-toggle img {
    width: 20px;
    height: 20px;
}

.profile-page button.profile-account-help-toggle:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 2px;
}

.profile-account-help-card p {
    margin: 8px 0 0;
    line-height: 1.5;
}

.profile-account-help-card p[hidden] {
    display: none;
}

.polls-page .ended-poll-options {
    display: grid;
    gap: 6px;
    justify-content: stretch;
    margin: 10px 0 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    list-style: none;
}

.polls-page .ended-poll-options li {
    min-width: 0;
    padding: 6px 8px;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.warrior-hub-banner-page .account-dashboard-panel {
    display: grid;
    gap: 14px;
}

.warrior-hub-banner-page .account-dashboard-panel > .warrior-hub-banner-form {
    margin: 0;
}

.warrior-hub-banner-fields {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    min-width: 0;
}

.warrior-hub-banner-fields input[type="file"] {
    width: 100%;
    min-width: 0;
}

.warrior-hub-banner-fields .channel-remove-artwork {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 8px;
    margin-top: 6px;
    text-transform: none;
    cursor: pointer;
}

.warrior-hub-banner-fields .channel-remove-artwork input[type="checkbox"] {
    flex: 0 0 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    margin: 0;
}

.warrior-hub-dashboard-page #profile-following .profile-following-banner-card {
    margin-top: 8px;
}

.warrior-hub-dashboard-page #profile-following .profile-following-banner-image {
    height: clamp(64px, 6vw, 96px);
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
}

.warrior-hub-pulse-pane {
    min-width: 0;
}

.site-content-scroll:has(.warrior-hub-dashboard-page #profile-following) {
    overflow: hidden;
}

.warrior-hub-dashboard-page:has(#profile-following) {
    height: 100%;
    min-height: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.warrior-hub-dashboard-page:has(#profile-following) > .channel-dashboard-layout {
    height: 100%;
    min-height: 0;
    margin-bottom: 0;
    align-items: stretch;
}

.warrior-hub-dashboard-page:has(#profile-following) .right-container.channel-dashboard-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.warrior-hub-dashboard-page #profile-following {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin-bottom: 0;
}

.warrior-hub-dashboard-page #profile-following > .profile-section-heading {
    flex: 0 0 auto;
}

.warrior-hub-dashboard-page #profile-following .warrior-hub-content,
.warrior-hub-dashboard-page #profile-following .warrior-hub-pulse-pane {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    margin-bottom: 0;
}

.warrior-hub-dashboard-page:has(#profile-following) .warrior-hub-dashboard-sidebar {
    max-height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.warrior-hub-dashboard-page:has(#profile-following) .profile-member-sidebar.dashboard-member-card {
    align-self: flex-start;
    max-height: 100%;
    min-height: 0;
    overscroll-behavior-y: contain;
}

@media (max-width: 900px) {
    .site-content-scroll:has(.warrior-hub-dashboard-page #profile-following) {
        overflow-y: auto;
    }

    .warrior-hub-dashboard-page:has(#profile-following),
    .warrior-hub-dashboard-page:has(#profile-following) > .channel-dashboard-layout {
        height: auto;
    }

    .warrior-hub-dashboard-page:has(#profile-following) > .channel-dashboard-layout {
        flex-direction: column;
    }

    .warrior-hub-dashboard-page:has(#profile-following) .profile-member-sidebar.dashboard-member-card,
    .warrior-hub-dashboard-page:has(#profile-following) .warrior-hub-dashboard-sidebar {
        max-height: min(65dvh, 680px);
    }

    .warrior-hub-dashboard-page:has(#profile-following) .right-container.channel-dashboard-content {
        height: auto;
    }
}

.warrior-hub-post-scroll-container {
    display: flex;
    flex-direction: column;
    height: 400px;
    max-height: 100%;
    flex: 0 0 auto;
    min-height: 0;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--gw-line);
    border-radius: 10px;
    background: rgba(5, 9, 14, 0.62);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #657a87 #10171d;
}

.warrior-hub-post-scroll-container > .warrior-feed-section {
    flex: 0 0 auto;
    min-width: 0;
}

.warrior-hub-post-scroll-container::-webkit-scrollbar { width: 10px; }
.warrior-hub-post-scroll-container::-webkit-scrollbar-track { background: #10171d; }
.warrior-hub-post-scroll-container::-webkit-scrollbar-thumb {
    background: #657a87;
    border: 2px solid #10171d;
    border-radius: 6px;
}

.warrior-hub-pulse-pane .warrior-feed-section {
    margin-top: 0;
}

.warrior-hub-pulse-pane .warrior-feed-list {
    align-content: start;
}

.warrior-pulse-composer {
    flex: 0 0 auto;
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 10px;
    background: #0b1118;
    border: 1px solid var(--gw-line);
    border-radius: 10px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4);
}

.warrior-pulse-compose-bar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.warrior-pulse-compose-context {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: var(--gw-section-title-card-color);
    font-size: 0.85rem;
}
.warrior-pulse-compose-context button,
.warrior-pulse-reply-select {
    padding: 6px 10px;
    color: var(--gw-section-title-card-color);
    background: transparent;
    border: 1px solid var(--gw-line);
    border-radius: 6px;
    cursor: pointer;
}
.warrior-pulse-reply-select { margin-top: 8px; }
.warrior-feed-post.is-reply-target {
    outline: 2px solid var(--gw-section-title-card-color);
    outline-offset: -2px;
}
.warrior-pulse-composer [data-pulse-visibility][hidden] { display: none; }

.warrior-pulse-compose-bar textarea,
.warrior-pulse-compose-bar input[type="text"] {
    flex: 1;
    min-width: 0;
    min-height: 36px;
    padding: 8px 12px;
    color: var(--gw-text);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--gw-line);
    border-radius: 22px;
    font: inherit;
    resize: vertical;
}

.warrior-pulse-compose-bar textarea { max-height: 130px; }
.warrior-pulse-compose-bar select { max-width: 180px; min-width: 0; }
.warrior-pulse-compose-bar input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.warrior-pulse-attach,
.warrior-pulse-send {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--gw-section-title-card-color);
    background: transparent;
    border: 1px solid var(--gw-line);
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
}

.warrior-pulse-file-name:empty { display: none; }
.warrior-feed-delete-form .warrior-feed-delete-icon,
.warrior-feed-reply-delete-form .warrior-feed-delete-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 4px;
    background: #f05265;
    border: 1px solid #f05265;
    border-radius: 6px;
    cursor: pointer;
}
.warrior-feed-delete-icon img {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}
.warrior-feed-delete-icon:focus-visible {
    outline: 2px solid var(--gw-section-title-card-color);
    outline-offset: 2px;
}
.warrior-pulse-attach img {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    box-shadow: none;
}
.warrior-pulse-attach:focus-visible {
    outline: 2px solid var(--gw-section-title-card-color);
    outline-offset: 2px;
}
.warrior-pulse-file-name { display: block; overflow-wrap: anywhere; font-size: 0.75rem; }
.warrior-pulse-composer .warrior-feed-visibility { margin-top: 8px; }

@media (max-width: 600px) {
    .warrior-pulse-compose-bar { flex-wrap: wrap; }
    .warrior-pulse-compose-bar select { max-width: none; width: 100%; }
}

.profile-payment-coming-soon {
    margin: 0;
    color: var(--gw-section-title-card-text);
}

@media (max-width: 850px) {
    .profile-account-avatar-upload-row,
    .profile-account-help-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 1650px) {
    .notifications-help-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .notifications-help-main,
    .notifications-help-card {
        width: 100%;
    }
}

.account-artwork-carousel {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 4px;
}

.account-artwork-carousel-viewport {
    position: relative;
    height: 205px;
    min-width: 0;
    overflow: hidden;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.account-artwork-carousel-arrow img {
    width: 24px;
    height: 24px;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-arrow:hover,
.profile-page .profile-account-avatar-form button.account-artwork-carousel-arrow:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-arrow:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 2px;
}

.account-artwork-carousel-arrow:disabled {
    opacity: 0.4;
    cursor: default;
}

.account-artwork-carousel-item {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 154px;
    padding: 5px 5px 0;
    gap: 0;
    color: var(--gw-section-title-card-color);
    background: var(--gw-panel-soft);
    border: 1px solid var(--gw-line);
    border-radius: 10px;
    box-shadow: var(--gw-tier-3-card-shadow);
    transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.account-artwork-rank-card {
    border-color: var(--gw-gold);
}

.account-artwork-rank-card .account-artwork-carousel-heading {
    padding-right: 0;
}

.account-artwork-rank-card .account-artwork-carousel-heading > span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    font-size: 0.62rem;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-select {
    display: grid;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    padding: 0;
    gap: 0;
    color: inherit;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    text-align: left;
    cursor: pointer;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-select:hover,
.profile-page .profile-account-avatar-form button.account-artwork-carousel-select:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-delete {
    position: absolute;
    z-index: 1;
    top: -2px;
    right: 5px;
    display: none;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-delete:hover,
.profile-page .profile-account-avatar-form button.account-artwork-carousel-delete:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.account-artwork-carousel-item .account-artwork-carousel-delete img {
    width: 16px;
    height: 16px;
    aspect-ratio: auto;
}

.profile-page .profile-account-avatar-form .account-artwork-carousel-item[data-position="active"] .account-artwork-carousel-delete {
    display: grid;
    place-items: center;
}

.profile-page .profile-account-avatar-form button.account-artwork-carousel-delete:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.account-artwork-carousel-item[hidden] {
    display: none;
}

.account-artwork-carousel-item[data-position="active"] {
    z-index: 3;
    border-color: var(--gw-accent);
    transform: translate(-50%, -50%);
}

.account-artwork-carousel-item[data-position="left"] {
    z-index: 2;
    opacity: 0.65;
    transform: translate(calc(-50% - 132px), -50%) scale(0.78);
}

.account-artwork-carousel-item[data-position="right"] {
    z-index: 2;
    opacity: 0.65;
    transform: translate(calc(-50% + 132px), -50%) scale(0.78);
}

.account-artwork-carousel-item:hover,
.account-artwork-carousel-item:focus-within {
    border-color: var(--gw-accent);
    opacity: 1;
}

.account-artwork-carousel-select > img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.account-artwork-carousel-heading {
    display: flex;
    align-items: center;
    min-height: 28px;
    padding-right: 28px;
    gap: 5px;
    color: #fff;
    font-size: 0.68rem;
}

.account-artwork-carousel-heading img {
    flex: none;
    width: 18px;
    height: 18px;
}

.account-artwork-carousel-heading > span {
    color: #fff;
    font-size: 0.68rem;
}

.account-artwork-carousel-slot .account-artwork-carousel-select > img {
    box-sizing: border-box;
    padding: 40px;
    background: var(--gw-panel-soft);
}

.account-artwork-carousel-item span {
    overflow: hidden;
    font-size: 0.76rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-artwork-carousel-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: 0;
    text-align: center;
}

.account-artwork-carousel-item[data-kind="border"] .account-artwork-carousel-select > img {
    background: repeating-conic-gradient(#c9c9c9 0 25%, #f3f3f3 0 50%) 50% / 18px 18px;
}

.account-artwork-none-preview {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    border: 2px dashed currentColor;
    border-radius: 6px 6px 0 0;
    background: color-mix(in srgb, var(--gw-panel-soft) 85%, transparent);
}

.account-artwork-none-preview i {
    display: block;
    width: 46%;
    aspect-ratio: 1;
    border: 3px solid currentColor;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 47%, currentColor 48% 53%, transparent 54%);
}

@media (max-width: 700px) {
    .account-artwork-carousel-item {
        width: 128px;
    }

    .account-artwork-carousel-item[data-position="left"] {
        transform: translate(calc(-50% - 105px), -50%) scale(0.78);
    }

    .account-artwork-carousel-item[data-position="right"] {
        transform: translate(calc(-50% + 105px), -50%) scale(0.78);
    }
}

@media (prefers-reduced-motion: reduce) {
    .account-artwork-carousel-item {
        transition: none;
    }
}

.account-artwork-upload-row {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.account-artwork-upload-types {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    border: 0;
}

.account-artwork-upload-types label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.account-artwork-upload-types input[type="radio"] {
    margin: 0;
    accent-color: var(--gw-accent);
}

.account-artwork-upload-row input[type="file"] {
    width: 100%;
    min-width: 0;
}

@media (max-width: 620px) {
    .account-artwork-upload-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

.dashboard-member-card {
    display: grid;
    gap: 18px;
    min-width: 0;
    padding: 18px;
    color: var(--gw-section-title-card-text);
    background: var(--gw-panel-soft);
    border: 1px solid var(--gw-line);
    border-radius: 10px;
}

.profile-member-sidebar.dashboard-member-card {
    box-sizing: border-box;
    position: sticky;
    top: 14px;
    flex: 0 0 300px;
    width: 300px;
    min-width: 0;
    max-height: calc(100dvh - 28px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.profile-page .profile-member-sidebar.dashboard-member-card {
    flex-basis: 340px;
    width: 340px;
}

@media (min-width: 901px) {
    .site-content-scroll:has(> main .channel-dashboard-layout > .profile-member-sidebar) {
        overflow: hidden;
    }

    .site-content-scroll > main:has(.channel-dashboard-layout > .profile-member-sidebar) {
        box-sizing: border-box;
        height: 100%;
        min-height: 0;
        padding-bottom: 14px;
    }

    .site-content-scroll > main:has(.channel-dashboard-layout > .profile-member-sidebar) > .channel-dashboard-layout {
        height: 100%;
        min-height: 0;
        margin-bottom: 0;
        align-items: stretch;
    }

    .site-content-scroll > main .channel-dashboard-layout > .profile-member-sidebar.dashboard-member-card {
        position: relative;
        top: 0;
        align-self: flex-start;
        max-height: 100%;
        overscroll-behavior-y: contain;
    }

    .site-content-scroll > main:not(.warrior-hub-dashboard-page):has(.channel-dashboard-layout > .profile-member-sidebar) .right-container.channel-dashboard-content {
        box-sizing: border-box;
        height: 100%;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        scrollbar-gutter: stable;
    }
}

.profile-page .profile-member-sidebar .dashboard-member-card-identity {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
}

.guest-dashboard-card .dashboard-member-card-identity {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
}

.guest-dashboard-card .dashboard-member-card-avatar-frame {
    width: 180px;
    height: 180px;
}

.guest-dashboard-card .dashboard-member-card-avatar {
    width: 100%;
    height: 100%;
}

.home-videos-online-card.home-videos-online-card--split {
    grid-template-rows: 40px 76px minmax(0, 1fr);
}

.profile-page .profile-member-sidebar .dashboard-member-card-avatar-frame {
    width: 184px;
    height: 184px;
}

.profile-page .profile-member-sidebar .dashboard-member-card-avatar {
    padding: 5px;
    border-radius: 0;
}

.dashboard-member-card-avatar-frame {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
}

.dashboard-member-card-avatar-frame .dashboard-member-card-avatar {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.dashboard-member-card-avatar-frame.has-avatar-border .dashboard-member-card-avatar {
    position: absolute;
    top: 9%;
    left: 9%;
    width: 82%;
    height: 82%;
    padding: 0;
    border: 0;
}

.dashboard-member-card-avatar-border {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.dashboard-member-card-avatar-border[hidden] {
    display: none;
}

.account-details-page .dashboard-member-card-identity-copy {
    width: 100%;
}

.ranks-page.profile-page .ranks-title-card {
    grid-template-columns: minmax(0, 1fr);
}

.ranks-page.profile-page {
    padding: 0;
}

.ranks-page.profile-page .ranks-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.ranks-page.profile-page .ranks-title-card {
    display: block;
}

.ranks-dashboard-content-card {
    margin-top: 14px;
    padding: 12px;
}

.ranks-help-layout {
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.ranks-main-card {
    min-width: 0;
}

.ranks-page .profile-dashboard-snapshot-card h3 {
    color: var(--gw-gold);
    text-align: left;
}

.ranks-earned-progress {
    padding: 8px;
}

.ranks-earned-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ranks-earned-heading > div > span {
    color: var(--gw-section-title-card-text);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ranks-earned-heading h2 {
    margin: 4px 0 0;
    color: var(--gw-section-title-card-color);
}

.ranks-earned-progress > p {
    margin: 10px 0;
    color: var(--gw-section-title-card-text);
}

.ranks-earned-progress > .dashboard-member-card-rank-meter {
    display: block;
    width: 100%;
}

.ranks-earned-progress .dashboard-member-card-point-breakdown {
    margin-top: 14px;
}

.ranks-main-card .rank-panel,
.ranks-main-card .rank-requirements-panel {
    margin: 0;
    padding: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ranks-main-card .rank-requirements-panel {
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--gw-tier-3-card-border);
    border-radius: 0;
}

.ranks-help-card {
    text-align: left;
}

.ranks-help-content[hidden] {
    display: none;
}

.ranks-help-items {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.ranks-help-card .ranks-help-items p {
    margin: 0;
    padding: 9px 11px;
    color: var(--gw-section-title-card-text);
    background: var(--gw-tier-3-card-background);
    border: 1px solid var(--gw-tier-3-card-border);
    border-radius: 7px;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .ranks-help-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

.dashboard-member-card-logout {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 6px;
    color: var(--gw-accent);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.dashboard-member-card-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.dashboard-member-card-notifications {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid #b88b45;
    border-radius: 50%;
    background: linear-gradient(135deg, #805b28, #352719);
    text-decoration: none;
}

.dashboard-member-card-notifications img {
    width: 16px;
    height: 16px;
}

.dashboard-member-card-notification-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 14px;
    padding: 1px 3px;
    border-radius: 8px;
    background: #ef5a67;
    color: #fff;
    font-size: 0.65rem;
    line-height: 14px;
    text-align: center;
}

.dashboard-member-card-logout img {
    width: 18px;
    height: 18px;
}

.dashboard-member-card-logout:hover,
.dashboard-member-card-logout:focus-visible {
    text-decoration: underline;
}

.dashboard-member-card-identity {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: -8px;
    padding: 8px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
}

.dashboard-member-card-identity:hover {
    background: color-mix(in srgb, var(--gw-accent) 8%, transparent);
}

.dashboard-member-card-identity:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 2px;
}

.dashboard-member-card-avatar {
    width: 64px;
    height: 64px;
    border: 1px solid var(--gw-line);
    border-radius: 14px;
    object-fit: cover;
}

.dashboard-member-card-identity:hover .dashboard-member-card-avatar,
.dashboard-member-card-identity:focus-visible .dashboard-member-card-avatar {
    border-color: var(--gw-accent);
}

.dashboard-member-card-identity-copy {
    min-width: 0;
}

.dashboard-member-card-identity h2 {
    overflow: hidden;
    margin: 3px 0;
    color: var(--gw-section-title-card-color);
    font-size: 1.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-member-card-email {
    display: block;
    overflow-wrap: anywhere;
    color: var(--gw-section-title-card-text);
    font-size: 0.82rem;
}

.dashboard-member-card-identity:hover h2,
.dashboard-member-card-identity:hover .dashboard-member-card-email,
.dashboard-member-card-identity:focus-visible h2,
.dashboard-member-card-identity:focus-visible .dashboard-member-card-email {
    color: var(--gw-accent);
    text-decoration: underline;
}

.dashboard-member-card-member-since {
    display: block;
    margin-top: 4px;
}

.dashboard-member-card small {
    color: var(--gw-section-title-card-subtitle);
    font-size: 0.72rem;
}

.dashboard-member-card-status-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(26px, max-content);
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding-inline-end: 12px;
    max-height: min(40dvh, 320px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

.dashboard-member-card-status-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 0 2px;
    border: 0;
    color: var(--gw-section-title-card-text);
    background: none;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    text-align: left;
}

button.dashboard-member-card-status-link {
    min-height: 0;
    color: var(--gw-accent) !important;
    text-transform: none;
    appearance: none;
}

.dashboard-member-card-status-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dashboard-member-card-status-label img {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.dashboard-member-card-status-link:hover > span:first-child,
.dashboard-member-card-status-link:focus-visible > span:first-child {
    color: var(--gw-accent);
    text-decoration: underline;
}

.account-member-sidebar .dashboard-member-card-status-link[aria-current="page"] .dashboard-member-card-status-label {
    color: var(--gw-accent);
}

.dashboard-member-card-status-link:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 3px;
}

.dashboard-member-card-status-link .newsletter-status {
    flex: 0 0 auto;
}

.dashboard-member-card-status-action {
    flex: 0 0 auto;
    color: var(--gw-accent);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.dashboard-member-card-status-link.is-admin-dashboard-link > span {
    color: #ef5a67 !important;
}

html[data-theme="light"] .dashboard-member-card-status-link.is-admin-dashboard-link > span {
    color: #b42335 !important;
}

.dashboard-member-card-section-title {
    margin: 0 0 12px;
    color: var(--gw-section-title-card-color);
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
}

.dashboard-member-card-rank-graph {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.dashboard-member-card-activity-stage > .dashboard-member-card-section-title {
    margin: 0;
    line-height: 1.2;
}

.dashboard-member-card-activity-graph {
    position: relative;
    min-width: 0;
}

.dashboard-member-card-activity-main {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.dashboard-member-card-activity-stage {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.dashboard-member-card-activity-wheel {
    position: relative;
    width: 112px;
    aspect-ratio: 1;
    background: var(--dashboard-activity-wheel);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(73, 215, 255, 0.12);
}

.dashboard-member-card-activity-wheel::before {
    position: absolute;
    inset: 31%;
    background: var(--gw-panel-soft);
    border: 1px solid var(--gw-line);
    border-radius: 50%;
    content: "";
}

.dashboard-member-card-activity-wheel svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.dashboard-member-card-activity-wheel path {
    fill: none;
    stroke: transparent;
    stroke-width: 18;
    pointer-events: stroke;
    cursor: pointer;
}

.dashboard-member-card-activity-wheel path:hover,
.dashboard-member-card-activity-wheel path:focus-visible {
    stroke: var(--dashboard-activity-color);
    stroke-width: 19;
    filter: drop-shadow(0 0 5px var(--dashboard-activity-color));
    outline: none;
}

.dashboard-member-card-activity-copy {
    min-width: 0;
}

.dashboard-member-card-activity-copy h3 {
    margin: 0 0 9px;
    color: var(--gw-accent);
    font-size: 0.82rem;
}

.dashboard-member-card-activity-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.dashboard-member-card-activity-key {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 2px;
    min-width: 0;
    padding: 5px 2px 3px;
    color: var(--gw-text);
    background: var(--gw-panel);
    border: 1px solid var(--gw-line);
    border-radius: 7px;
    text-decoration: none;
}

.dashboard-member-card-activity-key:hover,
.dashboard-member-card-activity-key:focus-visible {
    border-color: var(--dashboard-activity-color);
    outline: none;
}

.dashboard-member-card-activity-key img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.dashboard-member-card-activity-dot {
    width: 8px;
    height: 8px;
    background: var(--dashboard-activity-color);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--dashboard-activity-color);
}

.dashboard-member-card-activity-key .dashboard-member-card-activity-dot {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 5px;
    height: 5px;
}

.dashboard-member-card-activity-count {
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.dashboard-member-card-activity-popover {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 20;
    display: grid;
    gap: 10px;
    width: min(260px, calc(100vw - 32px));
    max-height: min(320px, calc(100vh - 32px));
    padding: 12px;
    overflow: auto;
    color: var(--gw-text);
    background: linear-gradient(135deg, color-mix(in srgb, var(--dashboard-activity-color) 17%, #080b10), #080b10 52%);
    border: 1px solid var(--dashboard-activity-color);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
}

.dashboard-member-card-activity-popover[hidden] {
    display: none;
}

.dashboard-member-card-activity-graph.is-popover-above .dashboard-member-card-activity-popover {
    top: auto;
    bottom: calc(100% + 8px);
}

.dashboard-member-card-activity-popover-heading {
    display: grid;
    grid-template-columns: 9px 34px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.dashboard-member-card-activity-popover-heading img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.dashboard-member-card-activity-popover-heading div {
    display: grid;
    gap: 2px;
}

.dashboard-member-card-activity-popover-heading div span {
    color: var(--dashboard-activity-color);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dashboard-member-card-activity-popover-heading strong {
    font-size: 1.15rem;
}

.dashboard-member-card-activity-popover-details {
    display: grid;
    gap: 5px;
    padding: 8px;
    background: rgba(7, 10, 14, 0.6);
    border: 1px solid var(--gw-line);
    border-radius: 6px;
}

.dashboard-member-card-activity-popover-details div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.7rem;
}

.dashboard-member-card-activity-popover-details strong {
    color: var(--dashboard-activity-color);
}

.dashboard-member-card-activity-popover > a {
    color: var(--gw-accent);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}

.dashboard-member-card-activity-popover > a:hover,
.dashboard-member-card-activity-popover > a:focus-visible {
    text-decoration: underline;
}

.dashboard-member-card-rank-meter {
    display: block;
    height: 6px;
    overflow: hidden;
    background: var(--gw-surface);
    border: 1px solid var(--gw-line);
    border-radius: 999px;
}

.dashboard-member-card-rank-meter i {
    display: block;
    height: 100%;
    background: var(--gw-accent);
    border-radius: inherit;
}

.dashboard-member-card-rank {
    display: grid;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--gw-line);
}

.dashboard-member-card-rank-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gw-section-title-card-color);
    text-decoration: none;
    border-radius: 6px;
}

.dashboard-member-card-rank-heading:hover strong,
.dashboard-member-card-rank-heading:focus-visible strong {
    color: var(--gw-accent);
    text-decoration: underline;
}

.dashboard-member-card-rank-heading:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 3px;
}

.dashboard-member-card-rank .rank-badge {
    flex: 0 0 auto;
}

.dashboard-member-card-rank-meter {
    height: 10px;
    padding: 2px;
}

.dashboard-member-card-rank-meter i {
    background: linear-gradient(90deg, var(--gw-accent), var(--gw-section-title-card-color));
    box-shadow: 0 0 10px var(--gw-accent);
    transition: width 750ms ease-out;
}

.dashboard-member-card-rank-celebration:not([hidden]) {
    display: block;
    color: var(--gw-accent);
    font-size: 0.75rem;
    font-weight: 800;
}

.dashboard-member-card-point-breakdown {
    border-top: 1px solid var(--gw-line);
    padding-top: 10px;
}

.dashboard-member-card-point-breakdown summary {
    color: var(--gw-accent);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 800;
}

.dashboard-member-card-point-breakdown summary:focus-visible {
    outline: 2px solid var(--gw-accent);
    outline-offset: 3px;
}

.dashboard-member-card-point-breakdown dl {
    display: grid;
    gap: 5px;
    max-height: 240px;
    margin: 10px 0 0;
    padding-inline-end: 10px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.dashboard-member-card-point-breakdown dl > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--gw-section-title-card-text);
    font-size: 0.73rem;
}

.dashboard-member-card-point-breakdown dt {
    min-width: 0;
    overflow-wrap: anywhere;
}

.dashboard-member-card-point-breakdown dd {
    flex: 0 0 auto;
    margin: 0;
    color: var(--gw-section-title-card-color);
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-member-card-rank-earned .dashboard-member-card-rank-heading .rank-badge {
    animation: dashboard-member-rank-pulse 750ms ease-in-out;
}

@keyframes dashboard-member-rank-pulse {
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 12px var(--gw-accent));
    }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-member-card-rank-meter i {
        transition: none;
    }

    .dashboard-member-card-rank-earned .dashboard-member-card-rank-heading .rank-badge {
        animation: none;
    }
}

@media screen and (max-width: 900px) {
    .profile-member-sidebar.dashboard-member-card {
        position: static;
        top: auto;
        flex-basis: auto;
        width: 100%;
        max-height: none;
        overflow: visible;
    }

    .profile-page .profile-member-sidebar.dashboard-member-card {
        flex-basis: auto;
        width: 100%;
    }
}


.profile-dashboard-brand > div {
    display: grid;
    min-width: 0;
}

.profile-dashboard-brand strong {
    color: var(--gw-section-title-card-text);
    font-size: 0.92rem;
}

.profile-dashboard-brand small {
    overflow: hidden;
    color: var(--gw-section-title-card-subtitle);
    font-size: 0.68rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-dashboard-sidebar .profile-dashboard-brand strong {
    font-size: 1.25rem;
}

.media-dashboard-sidebar .profile-dashboard-brand small {
    font-size: 0.8rem;
}

.profile-section-sidebar-page .profile-overview-icon-tabs {
    gap: 4px;
}

.profile-section-sidebar-page .profile-overview-icon-tab {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    min-height: 42px;
    padding: 8px 10px;
    color: var(--gw-muted) !important;
    background: transparent !important;
    border-color: transparent;
    box-shadow: none;
}

.profile-section-sidebar-page .profile-overview-icon-tab:hover,
.profile-section-sidebar-page .profile-overview-icon-tab:focus-visible {
    color: var(--gw-text) !important;
    background: rgba(73, 215, 255, 0.09) !important;
    border-color: rgba(73, 215, 255, 0.25);
}

.profile-section-sidebar-page .profile-overview-icon-tab.is-active,
.profile-section-sidebar-page .profile-overview-icon-tab.is-active:hover,
.profile-section-sidebar-page .profile-overview-icon-tab.is-active:focus-visible {
    color: #061018 !important;
    background: var(--gw-accent) !important;
    border-color: rgba(183, 242, 255, 0.72);
    box-shadow: 0 5px 18px rgba(73, 215, 255, 0.18);
}

.profile-section-sidebar-page .profile-overview-icon-tab > img {
    width: 22px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.profile-section-sidebar-page .profile-overview-icon-tab.is-active > img {
    filter: brightness(0) saturate(100%);
}

.profile-section-sidebar-page .profile-overview-icon-tab--avatar.is-active > img,
.profile-section-sidebar-page .profile-overview-icon-tab--brand.is-active > img {
    filter: none;
}

.profile-section-sidebar-page .profile-overview-icon-tab .profile-tab-inline-label {
    overflow: hidden;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-section-sidebar-page .profile-account-subtab-rail {
    margin: 1px 0 6px 17px;
    padding: 0 0 0 10px;
    border-left: 1px solid var(--gw-line);
    order: 0;
}

@media (max-width: 900px) {
    .profile-section-sidebar-page .profile-dashboard-sidebar {
        position: static;
        flex-basis: auto;
        width: 100%;
        max-height: min(65dvh, 680px);
    }

    .steam-user-games-page .profile-steam-games-board .steam-user-games-grid {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .steam-achievement-game-grid {
        grid-template-columns: 1fr;
        max-height: 360px;
    }
}
