body.ss-shell-body {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 14%, rgba(168, 85, 247, 0.16), transparent 40%),
        radial-gradient(circle at 84% 76%, rgba(0, 245, 255, 0.11), transparent 40%),
        linear-gradient(180deg, #02040a 0%, #04070f 100%);
    color: #f3f7ff;
    overscroll-behavior: none;
}

body.ss-shell-body .navbar,
body.ss-shell-body .maintenance-banner,
body.ss-shell-body #maintenance-banner,
body.ss-shell-body .flash-stack {
    display: none;
}

body.ss-shell-body main {
    padding: 0;
    max-width: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.ss-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
}

.su-shell {
    --su-sidebar-width: clamp(13.5rem, 16vw, 16.25rem);
    display: grid;
    grid-template-columns: var(--su-sidebar-width) minmax(0, 1fr);
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.su-shell::before,
.su-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.su-shell::before {
    background-image:
        linear-gradient(to right, rgba(0, 245, 255, 0.038) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 245, 255, 0.038) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.2;
    z-index: 0;
}

.su-shell::after {
    background-image: linear-gradient(transparent 48%, rgba(255, 255, 255, 0.02) 50%, transparent 52%);
    background-size: 100% 6px;
    opacity: 0.14;
    z-index: 0;
}

.su-sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 8, 16, 0.92);
    backdrop-filter: blur(14px);
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 2;
    min-width: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.su-logo {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid rgba(0, 245, 255, 0.24);
    background:
        radial-gradient(110px 80px at 12% 0%, rgba(255, 0, 255, 0.2), transparent 70%),
        linear-gradient(145deg, #08101e, #040812);
    padding: 10px 12px;
    min-height: 72px;
    margin: 0 2px;
    position: sticky;
    top: 0;
    z-index: 12;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.055),
        0 10px 26px rgba(0, 0, 0, 0.38),
        0 0 20px rgba(255, 0, 255, 0.1);
    min-width: 0;
}

.su-logo__mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 159, 0.42);
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.22), transparent 38%),
        linear-gradient(145deg, rgba(255, 0, 255, 0.34), rgba(0, 245, 255, 0.18)),
        rgba(2, 6, 14, 0.96);
    padding: 2px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 18px rgba(0, 255, 159, 0.2),
        0 0 24px rgba(255, 0, 255, 0.14);
}

.su-logo__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.su-logo__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.su-logo__core {
    font-size: clamp(0.94rem, 0.78rem + 0.38vw, 1.18rem);
    letter-spacing: 0;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #f8fbff;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.66),
        0 0 22px rgba(0, 245, 255, 0.28),
        0 0 36px rgba(168, 85, 247, 0.34);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.su-logo__sub {
    font-size: clamp(0.52rem, 0.47rem + 0.12vw, 0.62rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(232, 241, 255, 0.76);
    white-space: normal;
    line-height: 1.25;
}

body.ss-shell-body .su-logo__core {
    color: #f8fbff !important;
    background: none !important;
    -webkit-text-fill-color: #f8fbff !important;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.66),
        0 0 22px rgba(0, 245, 255, 0.28),
        0 0 36px rgba(168, 85, 247, 0.34) !important;
}

body.ss-shell-body .su-logo__sub {
    color: rgba(232, 241, 255, 0.76) !important;
}

.su-nav {
    display: grid;
    gap: 10px;
}

.su-side-group {
    display: grid;
    gap: 8px;
}

.su-side-group h2 {
    margin: 0;
    font-size: 0.74rem;
    color: rgba(163, 245, 255, 0.72);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.su-nav--compact {
    gap: 7px;
}

.su-nav--compact .su-link {
    min-height: 36px;
    padding: 5px 10px 5px 7px;
    font-size: 0.8rem;
}

.su-nav--compact .su-link__icon {
    width: 26px;
    height: 26px;
    font-size: 0.76rem;
}

.su-link {
    --su-link-accent: rgba(0, 255, 159, 0.84);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 6px 12px 6px 7px;
    border-radius: 999px;
    border: 1px solid rgba(160, 227, 255, 0.08);
    color: #b6c7dc;
    text-decoration: none;
    font-weight: 700;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        rgba(255, 255, 255, 0.018);
    min-width: 0;
    min-height: 44px;
    font-size: clamp(0.78rem, 0.72rem + 0.18vw, 0.92rem);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.012);
    transition:
        background 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        color 160ms ease,
        transform 160ms ease;
}

.su-link:hover,
.su-link:focus-visible {
    border-color: rgba(0, 255, 159, 0.36);
    background:
        linear-gradient(100deg, rgba(0, 255, 159, 0.12), rgba(255, 0, 255, 0.11)),
        rgba(10, 14, 24, 0.92);
    color: #f3f7ff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.045),
        0 0 22px rgba(0, 255, 159, 0.16);
    outline: none;
}

.su-link.is-active {
    color: #fff;
    border-color: rgba(255, 142, 244, 0.52);
    background:
        linear-gradient(110deg, rgba(129, 79, 255, 0.96), rgba(255, 60, 178, 0.92)),
        rgba(255, 0, 255, 0.16);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.14),
        0 0 26px rgba(255, 0, 255, 0.25),
        0 0 40px rgba(0, 255, 159, 0.08);
}

.su-link--admin {
    border-color: rgba(255, 0, 255, 0.46);
    background: rgba(255, 0, 255, 0.12);
    color: #ffe5ff;
    box-shadow: 0 0 18px rgba(255, 0, 255, 0.16);
}

.su-link--locked {
    border-color: rgba(255, 74, 173, 0.3);
    background:
        linear-gradient(90deg, rgba(255, 74, 173, 0.11), rgba(255, 255, 255, 0.012)),
        rgba(255, 255, 255, 0.018);
    color: rgba(255, 255, 255, 0.66);
}

.su-link__guard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 2px 7px;
    border: 1px solid rgba(255, 74, 173, 0.48);
    border-radius: 999px;
    color: #ff7bd8;
    font-size: 0.56rem;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
}

.su-link__icon {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(160, 227, 255, 0.12);
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.12), transparent 56%),
        rgba(8, 14, 24, 0.72);
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    flex: 0 0 auto;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.su-link:hover .su-link__icon,
.su-link:focus-visible .su-link__icon {
    border-color: rgba(0, 255, 159, 0.38);
    color: #fff;
    box-shadow: 0 0 16px rgba(0, 255, 159, 0.22);
}

.su-link.is-active .su-link__icon {
    border-color: rgba(255, 255, 255, 0.24);
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.24), transparent 58%),
        rgba(2, 8, 14, 0.34);
    color: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.10),
        0 0 18px rgba(255, 255, 255, 0.16);
}

.su-link span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su-live-list {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(160, 227, 255, 0.2);
    background: rgba(8, 12, 22, 0.82);
}

.su-live-list h2 {
    margin: 0 0 10px;
    font-size: 0.84rem;
    color: #a855f7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.su-live-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.su-live-list li {
    display: block;
}

.su-live-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    padding: 7px 8px;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.su-live-list__link:hover,
.su-live-list__link:focus-visible {
    border-color: rgba(0, 245, 255, 0.34);
    background: rgba(0, 245, 255, 0.08);
    outline: none;
}

.su-live-list__meta {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.su-live-list__name {
    color: #ebf4ff;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su-live-list__status {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(184, 255, 231, 0.72);
}

.su-live-list__empty {
    color: rgba(205, 224, 242, 0.74);
    font-size: 0.78rem;
}

.su-live-list strong {
    color: #00ff9d;
    font-size: 0.8rem;
}

.su-main {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.su-topbar {
    position: sticky;
    top: 0;
    z-index: 120;
    display: grid;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 12px 18px 12px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 9, 18, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.su-topbar--compact {
    gap: 6px;
    padding-bottom: 8px;
}

.su-topbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.su-search {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 920px;
    margin-left: 0;
    position: relative;
    z-index: 80;
}

.su-guest-hint {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 520px;
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(0, 245, 255, 0.22);
    background: rgba(0, 0, 0, 0.34);
    color: rgba(224, 241, 255, 0.9);
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(130, 219, 255, 0.08);
    margin-left: 0;
}

.su-search input {
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 245, 255, 0.22);
    background: rgba(0, 0, 0, 0.34);
    color: #f3f7ff;
    padding: 0 14px;
    box-shadow: inset 0 0 0 1px rgba(130, 219, 255, 0.08);
}

.su-search input:focus {
    border-color: rgba(255, 0, 255, 0.54);
    box-shadow:
        inset 0 0 0 1px rgba(130, 219, 255, 0.12),
        0 0 0 1px rgba(255, 0, 255, 0.18),
        0 0 22px rgba(0, 245, 255, 0.12);
    outline: none;
}

.su-search-suggest {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 220;
    max-height: min(64vh, 420px);
    overflow-y: auto;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(0, 245, 255, 0.24);
    background:
        radial-gradient(260px 180px at 12% 0%, rgba(255, 0, 255, 0.2), transparent 72%),
        linear-gradient(180deg, rgba(5, 8, 18, 0.98), rgba(2, 5, 12, 0.96));
    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.56),
        0 0 30px rgba(0, 245, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.su-search-suggest[hidden] {
    display: none;
}

.su-search-suggest__section {
    padding: 5px 8px 7px;
    color: rgba(0, 255, 159, 0.82);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.su-search-suggest__item {
    width: 100%;
    min-height: 48px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    color: #f4f8ff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.su-search-suggest__item:hover,
.su-search-suggest__item:focus-visible,
.su-search-suggest__item.is-active {
    border-color: rgba(255, 0, 255, 0.34);
    background:
        linear-gradient(135deg, rgba(255, 0, 255, 0.12), rgba(0, 245, 255, 0.08)),
        rgba(255, 255, 255, 0.035);
    outline: none;
}

.su-search-suggest__icon {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 11px;
    border: 1px solid rgba(0, 245, 255, 0.2);
    background: rgba(0, 0, 0, 0.28);
    color: #7fffea;
    font-size: 0.9rem;
}

.su-search-suggest__main {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.su-search-suggest__title {
    min-width: 0;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su-search-suggest__title mark {
    color: #fff;
    background: rgba(255, 0, 255, 0.32);
    border-radius: 5px;
    padding: 0 2px;
}

.su-search-suggest__meta {
    color: rgba(224, 241, 255, 0.68);
    font-size: 0.7rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su-search-suggest__type {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.66rem;
    font-weight: 850;
    text-transform: uppercase;
}

.su-search-suggest__empty {
    padding: 14px;
    color: rgba(224, 241, 255, 0.72);
    font-size: 0.82rem;
    text-align: center;
}

.su-shell--profile .su-search {
    min-width: 0;
    flex-basis: min(100%, 420px);
    max-width: min(70rem, 100%);
    margin-left: 24px;
}

.su-shell--profile .su-guest-hint {
    min-width: 0;
    flex-basis: min(100%, 420px);
    max-width: min(70rem, 100%);
    margin-left: 24px;
}

.su-shell--profile .su-content {
    padding-right: 18px;
}

.su-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(10, 16, 27, 0.85);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.24);
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 0;
    max-width: 100%;
}

.su-wallet {
    min-width: min(100%, clamp(8.5rem, 15vw, 12.25rem));
    min-height: 50px;
    padding: 7px 12px;
    flex-shrink: 1;
    overflow: hidden;
}

.su-wallet .ss-wallet-chip__label {
    font-size: 0.68rem;
}

.su-wallet .ss-wallet-chip__balance {
    font-size: 1.16rem;
    line-height: 1;
}

.su-wallet--link {
    text-decoration: none;
    color: inherit;
}

.su-top-action {
    position: relative;
    min-width: 0;
    max-width: clamp(8.75rem, 13vw, 12.75rem);
    min-height: 50px;
    padding: 7px 12px 7px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(110deg, rgba(0, 245, 255, 0.12), rgba(168, 85, 247, 0.14)),
        rgba(8, 14, 24, 0.88);
    color: #f2fbff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 800;
    flex: 0 1 auto;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 0 18px rgba(0, 245, 255, 0.08);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease;
}

.su-top-action:hover,
.su-top-action:focus-visible {
    border-color: rgba(255, 75, 214, 0.62);
    background:
        linear-gradient(110deg, rgba(255, 75, 214, 0.18), rgba(0, 245, 255, 0.16)),
        rgba(10, 17, 29, 0.94);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 22px rgba(255, 75, 214, 0.18);
    transform: translateY(-1px);
}

.su-top-action:focus-visible {
    outline: 2px solid rgba(0, 245, 255, 0.68);
    outline-offset: 2px;
}

.su-top-action.is-active {
    border-color: rgba(0, 255, 159, 0.58);
    color: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(0, 255, 159, 0.16),
        0 0 24px rgba(0, 255, 159, 0.18);
}

.su-top-action--chatbot {
    max-width: clamp(10.75rem, 14vw, 12rem);
    border-color: rgba(0, 255, 159, 0.32);
    background:
        linear-gradient(110deg, rgba(0, 255, 159, 0.13), rgba(0, 245, 255, 0.1)),
        rgba(8, 14, 24, 0.9);
}

.su-top-action__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.28);
    font-size: 0.86rem;
    line-height: 1;
    box-shadow: inset 0 0 12px rgba(0, 245, 255, 0.12);
}

.su-top-action__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
    line-height: 1.05;
}

.su-btn-plus,
.su-btn-auth {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.62);
    background: rgba(168, 85, 247, 0.18);
    color: #f6e8ff;
    padding: 0 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

.su-btn-plus {
    min-width: 46px;
    padding: 0;
    font-size: 1.26rem;
    line-height: 1;
}

.su-userline {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(12, 18, 28, 0.84);
    min-height: 48px;
    padding: 7px 14px;
    color: inherit;
    cursor: pointer;
    min-width: 0;
    max-width: 100%;
}

.su-userline__avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(168, 85, 247, 0.52);
    background: linear-gradient(145deg, rgba(168, 85, 247, 0.48), rgba(0, 245, 255, 0.28));
    color: #f7eeff;
    font-size: 0.8rem;
    font-weight: 800;
    overflow: hidden;
    flex: 0 0 auto;
}

.su-userline__avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.su-userline__avatar-initials {
    display: inline-grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.su-userline__identity {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.su-userline__name {
    color: #f4f8ff;
    font-size: clamp(0.86rem, 0.78rem + 0.22vw, 1rem);
    line-height: 1;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.su-userline__handle {
    color: #bfffe8;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.su-userline__caret {
    color: rgba(220, 233, 248, 0.9);
    font-size: 0.7rem;
}

.su-user-menu {
    position: relative;
}

.su-user-menu__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 186px;
    max-height: min(480px, 60vh);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 12px;
    border: 1px solid rgba(154, 230, 255, 0.24);
    background: rgba(7, 11, 20, 0.96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.48), 0 0 22px rgba(168, 85, 247, 0.2);
    padding: 8px;
    display: none;
    z-index: 180;
    scrollbar-width: thin;
    scrollbar-color: rgba(168, 85, 247, 0.5) rgba(7, 11, 20, 0.3);
}

.su-user-menu.is-open .su-user-menu__panel {
    display: grid;
}

.su-user-menu__panel::-webkit-scrollbar {
    width: 6px;
}

.su-user-menu__panel::-webkit-scrollbar-track {
    background: rgba(7, 11, 20, 0.3);
    border-radius: 3px;
}

.su-user-menu__panel::-webkit-scrollbar-thumb {
    background: rgba(168, 85, 247, 0.5);
    border-radius: 3px;
}

.su-user-menu__panel::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 85, 247, 0.7);
}

.su-user-menu__panel a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 9px;
    padding: 0 10px;
    color: #e8f3ff;
    text-decoration: none;
    font-size: 0.84rem;
    border: 1px solid transparent;
}

.su-user-menu__panel a:hover,
.su-user-menu__panel a:focus-visible {
    border-color: rgba(0, 245, 255, 0.38);
    background: rgba(0, 245, 255, 0.1);
    outline: none;
}

.su-user-menu__panel a.su-user-menu__admin {
    border-color: rgba(168, 85, 247, 0.38);
    color: #f4e8ff;
    background:
        linear-gradient(90deg, rgba(168, 85, 247, 0.24), rgba(0, 255, 159, 0.1));
    font-weight: 800;
}

.su-user-menu__panel a.su-user-menu__admin:hover,
.su-user-menu__panel a.su-user-menu__admin:focus-visible {
    border-color: rgba(0, 255, 159, 0.54);
    background:
        linear-gradient(90deg, rgba(168, 85, 247, 0.34), rgba(0, 255, 159, 0.16));
}

.su-quick-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.su-quick-nav a {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: #cde0f2;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.su-quick-nav a.is-active {
    border-color: rgba(168, 85, 247, 0.74);
    background: rgba(168, 85, 247, 0.24);
    color: #f8ecff;
}

.su-quick-nav a.su-link--admin {
    order: -1;
    border-color: rgba(255, 0, 255, 0.58);
    background: rgba(255, 0, 255, 0.14);
    color: #ffe5ff;
    box-shadow: 0 0 18px rgba(255, 0, 255, 0.16);
}

.su-status-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 2px 2px 0;
}

.su-status-strip span {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(164, 255, 222, 0.82);
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 157, 0.24);
    background: rgba(0, 255, 157, 0.07);
}

.su-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    padding: 12px 18px 92px 30px;
}

.su-content-main,
.su-shell-page-view,
.su-shell-page-view > * {
    min-width: 0;
    max-width: 100%;
}

.su-shell-page-view img,
.su-shell-page-view video,
.su-shell-page-view canvas,
.su-shell-page-view iframe {
    max-width: 100%;
}

body.ss-shell-body a,
body.ss-shell-body button,
body.ss-shell-body input,
body.ss-shell-body select,
body.ss-shell-body textarea {
    touch-action: manipulation;
}

body.ss-shell-body:not(.ss-feed-body):not(.ss-live-body):not(.ss-live-viewer-page):not(.ss-live-feed-page):not(.ss-shell-live-mode-active):not(.live-studio-body) .su-content {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

body.ss-shell-body.ss-feed-body .su-content,
body.ss-shell-body.ss-live-body .su-content,
body.ss-shell-body.ss-live-viewer-page .su-content,
body.ss-shell-body.ss-live-feed-page .su-content,
body.ss-shell-body.live-studio-body .su-content {
    overflow: hidden;
}

body.ss-shell-body.ss-live-body .su-content,
body.ss-shell-body.ss-live-viewer-page .su-content,
body.ss-shell-body.ss-live-feed-page .su-content,
body.ss-shell-body.live-studio-body .su-content {
    padding-bottom: 12px;
}

body.ss-shell-body.ss-shell-live-mode-active .su-content {
    overflow: hidden;
    padding-bottom: 12px;
}

.su-shell-page-view,
.su-shell-live-feed-mount {
    min-height: 0;
    min-width: 0;
}

.su-shell-live-feed-mount:not([hidden]) {
    animation: ssShellLiveFeedEnter 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes ssShellLiveFeedEnter {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.su-content-grid {
    display: block;
    min-height: 100%;
    min-width: 0;
}

.su-content-grid.has-rail {
    display: block;
}

.su-content-main {
    min-width: 0;
    min-height: 0;
}

.su-content-main > * {
    margin-left: 0;
    margin-right: 0;
}

.su-offer-rail {
    display: none;
    position: relative;
}

.su-offer-rail__inner {
    position: static;
    border-radius: 18px;
    border: 1px solid rgba(0, 255, 159, 0.24);
    background: linear-gradient(180deg, rgba(11, 15, 24, 0.96), rgba(7, 12, 20, 0.96));
    box-shadow: 0 0 26px rgba(0, 255, 159, 0.1), 0 0 30px rgba(255, 0, 255, 0.12);
    padding: 12px;
    display: grid;
    gap: 10px;
}

.su-offer-rail .ad-slot {
    width: 100%;
    margin: 0;
}

.su-offer-rail .ad-slot__fallback {
    padding: 12px;
}

.su-offer-rail .ad-slot__catalog-grid {
    grid-template-columns: 1fr;
}

.su-offer-rail .ad-slot__catalog-head {
    display: grid;
    gap: 2px;
}

.su-offer-rail--bottom {
    display: block;
    width: min(1780px, 100%);
    margin: 18px auto 0;
}

.su-offer-rail--bottom .su-offer-rail__inner {
    position: static;
    border-radius: 22px;
    border-color: rgba(0, 255, 159, 0.28);
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 0, 255, 0.14), transparent 32%),
        radial-gradient(circle at 94% 16%, rgba(0, 255, 159, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(8, 12, 22, 0.98), rgba(3, 9, 16, 0.98));
    padding: 14px;
}

.su-offer-rail--bottom .ad-slot__fallback {
    padding: 14px;
}

.su-offer-rail--bottom .ad-slot__catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.su-offer-rail--bottom .ad-slot__catalog-card {
    min-height: 100%;
}

.su-offer-rail--bottom .ad-slot__catalog-card img {
    aspect-ratio: 16 / 7;
}

@media (min-width: 1280px) {
    .su-content-grid.has-rail {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(clamp(16rem, 22vw, 18rem), clamp(18rem, 24vw, 20rem));
        gap: 14px;
        align-items: start;
    }

    .su-content-grid.has-rail .su-offer-rail {
        display: block;
    }

    .su-content-grid.has-rail .su-offer-rail__inner {
        position: sticky;
        top: 14px;
    }
}

@media (min-width: 1480px) {
    .su-content-grid.has-rail {
        grid-template-columns: minmax(0, 1fr) 392px;
        gap: 16px;
    }
}

.su-offer-rail__head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.24);
    padding: 8px;
}

.su-offer-rail__head img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: cover;
}

.su-offer-rail__head strong {
    color: #f6fbff;
    font-size: 0.92rem;
}

.su-offer-rail__head span {
    display: block;
    margin-top: 2px;
    color: rgba(215, 241, 255, 0.8);
    font-size: 0.75rem;
}

.su-offer-card {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.28);
    color: inherit;
    display: grid;
}

.su-offer-card--free {
    border-color: rgba(0, 255, 159, 0.38);
    background:
        linear-gradient(145deg, rgba(0, 255, 159, 0.12), rgba(255, 0, 255, 0.08)),
        rgba(0, 0, 0, 0.3);
}

.su-offer-card--free .su-offer-card__meta span {
    color: #9cffd9;
}

.su-offer-card:hover,
.su-offer-card:focus-visible {
    border-color: rgba(0, 255, 159, 0.62);
    box-shadow: 0 0 18px rgba(0, 255, 159, 0.2);
    transform: translateY(-1px);
    outline: none;
}

.su-offer-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.su-offer-card__body {
    display: grid;
    gap: 6px;
    padding: 9px 10px 10px;
}

.su-offer-card__tag {
    color: #96ffdd;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.su-offer-card__body strong {
    color: #f9fcff;
    font-size: 0.98rem;
}

.su-offer-card__body p {
    margin: 0;
    color: rgba(226, 244, 255, 0.86);
    font-size: 0.82rem;
    line-height: 1.32;
}

.su-offer-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.su-offer-card__meta span {
    color: #ff8cfd;
    font-size: 0.78rem;
    font-weight: 800;
}

.su-offer-card__meta em {
    color: #b8ffe9;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 700;
}

.su-offer-cta {
    min-height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 159, 0.4);
    background: linear-gradient(110deg, rgba(0, 255, 159, 0.18), rgba(255, 0, 255, 0.2));
    color: #f4fbff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    padding: 0 12px;
}

.su-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: min(640px, calc(100vw - 16px));
    min-height: 64px;
    border-radius: 18px;
    border: 1px solid rgba(158, 228, 255, 0.22);
    background: rgba(4, 8, 16, 0.9);
    backdrop-filter: blur(14px);
    display: none;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(74px, 92px);
    align-items: stretch;
    justify-content: start;
    gap: 5px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    z-index: 60;
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.45),
        0 0 26px rgba(168, 85, 247, 0.22);
}

.su-bottom-nav::-webkit-scrollbar {
    display: none;
}

.su-bottom-nav {
    scrollbar-width: none;
}

.su-bottom-nav__item {
    min-height: 46px;
    min-width: 0;
    padding: 0 8px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #9bb2cb;
    text-decoration: none;
    display: grid;
    place-items: center;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.01);
    scroll-snap-align: center;
}

.su-bottom-nav__item span {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.su-bottom-nav__item {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid transparent;
    cursor: pointer;
    font: inherit;
}

.su-bottom-nav__item.is-active {
    color: #f4ebff;
    border-color: rgba(168, 85, 247, 0.72);
    background: rgba(168, 85, 247, 0.2);
    box-shadow: 0 0 22px rgba(168, 85, 247, 0.22);
}

.su-bottom-nav__item--center {
    background: linear-gradient(130deg, rgba(168, 85, 247, 0.92), rgba(255, 43, 214, 0.88));
    color: #fff;
    border-color: rgba(248, 214, 255, 0.52);
    box-shadow: 0 0 24px rgba(168, 85, 247, 0.35);
    min-width: 74px;
}

.su-bottom-nav__plus {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    line-height: 1;
}

@media (max-width: 1220px) {
    .su-shell {
        --su-sidebar-width: clamp(12.5rem, 19vw, 14.25rem);
        grid-template-columns: var(--su-sidebar-width) minmax(0, 1fr);
    }

    .su-topbar-row {
        gap: 10px;
        flex-wrap: wrap;
    }

    .su-search {
        max-width: none;
        min-width: min(420px, 100%);
        margin-left: 0;
    }

    .su-guest-hint {
        max-width: none;
        min-width: min(420px, 100%);
        margin-left: 0;
    }

    .su-shell--profile .su-search,
    .su-shell--profile .su-guest-hint {
        max-width: none;
        min-width: min(420px, 100%);
        margin-left: 0;
    }

    .su-actions {
        margin-left: auto;
    }

    .su-top-action {
        max-width: clamp(7.5rem, 16vw, 11.5rem);
    }

    .su-shell--profile .su-content {
        padding-right: 18px;
    }

    .su-content-grid.has-rail {
        grid-template-columns: minmax(0, 1fr);
    }

    .su-offer-rail__inner {
        position: static;
    }

    .su-offer-rail--bottom .ad-slot__catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .su-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 14px 12px;
    }

    .su-topbar-row {
        flex-wrap: wrap;
    }

    .su-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .su-top-action {
        flex: 1 1 auto;
        max-width: min(13rem, 100%);
    }

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

    .su-link {
        grid-template-columns: 28px minmax(0, 1fr);
        justify-content: stretch;
        text-align: center;
        padding-inline: 7px 9px;
        min-height: 44px;
    }

    .su-link__icon {
        width: 28px;
        height: 28px;
        justify-self: center;
    }

    .su-live-list {
        display: none;
    }

    .su-side-group {
        display: none;
    }

    .su-status-strip {
        display: none;
    }

    .su-bottom-nav {
        display: grid;
    }

    .su-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 620px) {
    .su-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .su-link {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 7px;
        min-height: 44px;
        padding: 5px 8px 5px 6px;
        text-align: left;
    }

    .su-link__icon,
    .su-nav--compact .su-link__icon {
        width: 26px;
        height: 26px;
    }

    .su-topbar {
        padding: 10px 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .su-guest-hint {
        min-width: 0;
        width: 100%;
    }

    .su-actions {
        padding: 4px 6px;
        border-radius: 14px;
        gap: 8px;
        max-width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: stretch;
        align-items: stretch;
        margin-left: 0;
    }

    .su-top-action {
        flex: 1 1 calc(50% - 4px);
        max-width: none;
        min-height: 38px;
        padding: 4px 8px 4px 5px;
        gap: 6px;
    }

    .su-top-action__icon {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }

    .su-top-action__text {
        font-size: 0.68rem;
    }

    .su-actions:has(.su-btn-auth) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        justify-content: stretch;
        margin-left: 0;
        width: 100%;
    }

    .su-actions:has(.su-btn-auth) .su-btn-auth {
        width: 100%;
        min-width: 0;
        padding: 0 10px;
        white-space: nowrap;
    }

    .su-bottom-nav {
        bottom: max(8px, env(safe-area-inset-bottom));
        width: min(100vw - 10px, 640px);
        min-height: 58px;
        grid-auto-columns: minmax(68px, 84px);
        border-radius: 16px;
        padding: 5px;
    }

    .su-bottom-nav__item {
        min-height: 44px;
        padding-inline: 7px;
        font-size: 0.68rem;
    }

    .su-actions .su-btn-auth {
        flex: 1 1 calc(50% - 4px);
        min-width: 0;
        max-width: 100%;
        padding: 0 10px;
        font-size: 0.86rem;
        white-space: nowrap;
    }

    .su-wallet.ss-wallet-chip {
        min-width: 136px;
    }

    .su-wallet .ss-wallet-chip__balance {
        font-size: 1rem;
    }

    .su-btn-plus {
        min-width: 38px;
        min-height: 38px;
        font-size: 1.08rem;
    }

    .su-userline {
        min-height: 38px;
        padding: 5px 10px;
    }

    .su-userline__identity,
    .su-userline__name {
        display: none;
    }

    .su-offer-rail--bottom .ad-slot__catalog-grid {
        grid-template-columns: 1fr;
    }

    .su-offer-rail--bottom .ad-slot__catalog-card img {
        aspect-ratio: 16 / 9;
    }

    .su-content {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding: 8px 8px 92px;
    }

    .ss-page {
        width: 100%;
        margin-top: 0;
        gap: 12px;
    }

    .ss-page-card,
    .ss-page-head {
        border-radius: 18px;
    }
}

.ss-page {
    width: min(1640px, 100%);
    margin: 8px auto 0;
    display: grid;
    gap: 18px;
}

.ss-page--narrow {
    width: min(780px, 100%);
}

.ss-page-card,
.ss-page-head {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(170deg, rgba(255, 0, 255, 0.12), rgba(0, 255, 159, 0.08) 45%, rgba(10, 12, 20, 0.82) 100%),
        rgba(6, 8, 14, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.46), 0 0 40px rgba(255, 0, 255, 0.14);
}

.ss-page-card {
    padding: clamp(18px, 3vw, 30px);
    color: rgba(236, 239, 255, 0.86);
}

.ss-page-head {
    padding: clamp(18px, 3vw, 30px);
    display: grid;
    gap: 8px;
}

.ss-page-card .ss-page-head {
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.ss-page-head p {
    margin: 0;
    color: #00ff9f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ss-page-head h1,
.ss-page-card h1,
.ss-page-card h2 {
    margin: 0;
    color: #fcfcff;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 0 28px rgba(255, 0, 255, 0.22);
}

.ss-page-head h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.ss-page-card p {
    color: rgba(236, 239, 255, 0.84);
}

.ss-page-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ss-form-grid {
    display: grid;
    gap: 10px;
    max-width: 520px;
}

.ss-form-grid label {
    color: rgba(232, 235, 247, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-form-grid input,
.ss-form-grid select,
.ss-form-grid textarea {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 159, 0.24);
    background: rgba(0, 0, 0, 0.34);
    color: #f3f7ff;
    padding: 0 13px;
}

.ss-form-grid textarea {
    min-height: 120px;
    padding-block: 10px;
}

.ss-form-grid input:focus-visible,
.ss-form-grid select:focus-visible,
.ss-form-grid textarea:focus-visible {
    outline: 2px solid rgba(0, 255, 159, 0.48);
    outline-offset: 2px;
}

.ss-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.ss-data-table {
    width: 100%;
    border-collapse: collapse;
    color: #f3f7ff;
}

.ss-data-table th,
.ss-data-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.ss-data-table th {
    color: #9cffd9;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ss-data-table__scroll {
    max-width: 320px;
    overflow: auto;
}

/* === TikTok Density Pass === */
.su-shell {
    --su-sidebar-width: clamp(11.75rem, 13.2vw, 14rem);
}

.su-sidebar {
    padding: 10px 8px;
    gap: 9px;
}

.su-logo {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 7px;
    min-height: 68px;
    padding: 8px 9px;
    border-radius: 14px;
}

.su-logo__mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
}

.su-logo__image {
    border-radius: 10px;
}

.su-logo__core {
    font-size: clamp(0.68rem, 0.58rem + 0.14vw, 0.82rem);
}

.su-logo__sub {
    font-size: 0.48rem;
    letter-spacing: 0.02em;
}

.su-nav {
    gap: 6px;
}

.su-side-group {
    gap: 5px;
}

.su-link {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px;
    min-height: 34px;
    padding: 4px 8px 4px 5px;
    font-size: clamp(0.72rem, 0.68rem + 0.12vw, 0.82rem);
}

.su-link__icon {
    width: 26px;
    height: 26px;
    font-size: 0.72rem;
}

.su-nav--compact {
    gap: 5px;
}

.su-nav--compact .su-link {
    min-height: 31px;
    padding: 4px 8px 4px 5px;
    font-size: 0.72rem;
}

.su-nav--compact .su-link__icon {
    width: 23px;
    height: 23px;
}

.su-live-list {
    padding: 8px;
    border-radius: 11px;
}

.su-live-list h2 {
    margin-bottom: 6px;
    font-size: 0.7rem;
}

.su-live-list ul {
    gap: 5px;
}

.su-live-list__link {
    gap: 6px;
    padding: 5px 6px;
    border-radius: 9px;
}

.su-live-list__name,
.su-live-list strong {
    font-size: 0.7rem;
}

.su-live-list__status,
.su-live-list__empty {
    font-size: 0.58rem;
}

.su-topbar {
    gap: 6px;
    padding: 8px 12px 7px 14px;
}

.su-topbar--compact {
    gap: 4px;
    padding-bottom: 6px;
}

.su-topbar-row {
    gap: 10px;
}

.su-search input,
.su-guest-hint {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.78rem;
}

.su-shell--profile .su-search,
.su-shell--profile .su-guest-hint {
    margin-left: 10px;
}

.su-actions {
    gap: 6px;
    padding: 3px 5px;
    border-radius: 12px;
}

.su-wallet {
    min-height: 38px;
    min-width: min(100%, clamp(7.5rem, 12vw, 10rem));
    padding: 4px 8px;
}

.su-wallet .ss-wallet-chip__label {
    font-size: 0.58rem;
}

.su-wallet .ss-wallet-chip__balance {
    font-size: 0.92rem;
}

.su-top-action {
    min-height: 38px;
    max-width: clamp(7.25rem, 10vw, 9.75rem);
    padding: 4px 8px 4px 5px;
    gap: 6px;
}

.su-top-action--chatbot {
    max-width: clamp(10.75rem, 12vw, 12rem);
}

.su-top-action__icon {
    width: 28px;
    height: 28px;
    font-size: 0.76rem;
}

.su-top-action__text {
    font-size: 0.68rem;
}

.su-btn-plus,
.su-btn-auth {
    min-height: 36px;
    padding: 0 10px;
}

.su-userline {
    min-height: 38px;
    padding: 4px 8px 4px 5px;
}

.su-userline__avatar {
    width: 30px;
    height: 30px;
}

.su-userline__name {
    font-size: 0.78rem;
}

.su-userline__handle {
    font-size: 0.62rem;
}

.su-content {
    padding: 8px 12px 76px 16px;
}

.su-shell--profile .su-content {
    padding-right: 12px;
}

.su-content-grid,
.su-content-main,
.su-shell-page-view {
    gap: 8px;
}

.su-content-grid.has-rail {
    gap: 10px;
}

.su-offer-rail__inner,
.su-offer-ad-slot,
.su-status-strip,
.su-quick-nav {
    padding: 8px;
    gap: 6px;
}

.su-quick-nav a,
.su-status-strip span {
    min-height: 28px;
    padding: 4px 8px;
    font-size: 0.72rem;
}

@media (max-width: 1195px) {
    .su-sidebar {
        padding: 8px 7px;
    }
}

@media (max-width: 760px) {
    .su-topbar {
        padding: 6px 8px;
    }

    .su-content {
        padding: 6px 6px 84px;
    }

    .su-actions {
        padding: 3px;
    }

    .su-top-action {
        flex: 1 1 calc(50% - 4px);
        max-width: none;
    }
}
