.gbk-workspace,
.gbk-workspace * {
    box-sizing: border-box;
}

.gbk-workspace {
    min-height: 100vh;
    display: flex;
    background: #070713;
    color: #f4f4f6;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.gbk-workspace a {
    color: inherit;
    text-decoration: none;
}

.gbk-workspace button {
    font: inherit;
}

.gbk-workspace .icon-attachment::before,
.gbk-home .icon-attachment::before,
.gbk-login-page .icon-attachment::before,
.gbk-register-page .icon-attachment::before {
    content: "\e72d" !important;
}

.gbk-workspace .icon-circle::before,
.gbk-home .icon-circle::before,
.gbk-login-page .icon-circle::before,
.gbk-register-page .icon-circle::before {
    content: "\e742" !important;
}

.gbk-workspace .icon-flask::before,
.gbk-home .icon-flask::before,
.gbk-login-page .icon-flask::before,
.gbk-register-page .icon-flask::before {
    content: "\e605" !important;
}

.gbk-workspace .icon-legal::before,
.gbk-home .icon-legal::before,
.gbk-login-page .icon-legal::before,
.gbk-register-page .icon-legal::before {
    content: "\e714" !important;
}

.gbk-workspace .icon-line-chart::before,
.gbk-home .icon-line-chart::before,
.gbk-login-page .icon-line-chart::before,
.gbk-register-page .icon-line-chart::before {
    content: "\e6ae" !important;
}

.gbk-workspace .icon-money::before,
.gbk-home .icon-money::before,
.gbk-login-page .icon-money::before,
.gbk-register-page .icon-money::before {
    content: "\e6b6" !important;
}

.gbk-workspace .icon-shield::before,
.gbk-home .icon-shield::before,
.gbk-login-page .icon-shield::before,
.gbk-register-page .icon-shield::before {
    content: "\e784" !important;
}

.gbk-workspace .icon-warning::before,
.gbk-home .icon-warning::before,
.gbk-login-page .icon-warning::before,
.gbk-register-page .icon-warning::before {
    content: "\e740" !important;
}

.gbk-workspace-page {
    background: #070713;
}

.gbk-workspace-page .body-content-container,
.gbk-workspace-page .body-content-formal-container {
    min-height: 100vh;
    background: #070713;
}

.gbk-sidebar {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 248px;
    height: 100vh;
    flex: 0 0 248px;
    display: flex;
    flex-direction: column;
    background: #101014;
    border-right: 1px solid #222338;
}

.gbk-sidebar-inner {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 16px;
}

.gbk-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    color: #f4f4f6;
}

.gbk-logo {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    background: #7c3aed;
}

.gbk-brand-name {
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.gbk-sidebar-section {
    margin-top: 28px;
}

.gbk-sidebar-label {
    margin: 0 0 10px 8px;
    color: #73738d;
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

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

.gbk-nav-link {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 6px;
    color: #a4a4b8;
    font-weight: 700;
    transition: background 120ms ease, color 120ms ease;
}

.gbk-nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: transparent;
}

.gbk-nav-link .iconfont {
    width: 18px;
    color: #8a8aa1;
    font-size: 16px;
    text-align: center;
}

.gbk-nav-link span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-nav-link:hover,
.gbk-nav-link.active {
    color: #fff;
    background: #241c43;
}

.gbk-nav-link:hover .iconfont,
.gbk-nav-link.active .iconfont {
    color: #a78bfa;
}

.gbk-nav-link.active::before {
    background: #8b5cf6;
}

.gbk-referral-mini {
    margin-top: 28px;
    padding: 0 8px 12px;
}

.gbk-referral-mini .gbk-sidebar-label {
    margin-left: 0;
}

.gbk-referral-link-row {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    border: 1px solid #31264f;
    border-radius: 8px 8px 0 0;
    background: #171126;
}

.gbk-referral-link {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    color: #a78bfa;
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-referral-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 1px solid #31264f;
    border-left: 1px solid #31264f;
    background: #171126;
}

.gbk-referral-mini-stats div {
    min-width: 0;
    padding: 10px 4px;
    border-right: 1px solid #2b2146;
    text-align: center;
}

.gbk-referral-mini-stats div:last-child {
    border-right: 0;
}

.gbk-referral-mini-stats strong {
    display: block;
    color: #8b5cf6;
    font-size: 16px;
    line-height: 22px;
}

.gbk-referral-mini-stats div:nth-child(2) strong {
    color: #f59e0b;
}

.gbk-referral-mini-stats div:nth-child(3) strong {
    color: #10b981;
}

.gbk-referral-mini-stats span,
.gbk-referral-mini-progress {
    color: #73738d;
    font-size: 11px;
}

.gbk-referral-mini-progress {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    border-right: 1px solid #31264f;
    border-left: 1px solid #31264f;
    background: #171126;
}

.gbk-mini-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 36px;
    padding: 0 8px;
    border: 1px solid #31264f;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    color: #a4a4b8;
    font-size: 12px;
    font-weight: 700;
    background: #171126;
}

.gbk-mini-link:hover {
    color: #fff;
}

.gbk-nav-utility {
    margin-top: 10px;
}

.gbk-user-card {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-top: 1px solid #222338;
    background: #0d0d12;
}

.gbk-user-avatar,
.gbk-top-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: #7c3aed;
}

.gbk-user-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.gbk-user-meta {
    min-width: 0;
    flex: 1;
}

.gbk-user-meta strong,
.gbk-user-meta small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-user-meta strong {
    color: #f4f4f6;
    font-size: 13px;
    line-height: 18px;
}

.gbk-user-meta small {
    color: #10b981;
    font-size: 12px;
    line-height: 18px;
}

.gbk-user-meta small i {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background: #10b981;
}

.gbk-icon-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #a4a4b8;
    background: transparent;
    cursor: pointer;
    transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}

.gbk-icon-btn:hover,
.gbk-icon-btn:focus {
    color: #fff;
    border-color: #373754;
    background: #17172c;
    outline: 0;
}

.gbk-icon-btn.is-copied {
    color: #10b981;
    border-color: rgba(16, 185, 129, .45);
    background: rgba(16, 185, 129, .12);
}

.gbk-main {
    min-width: 0;
    flex: 1;
    background: #070713;
}

.gbk-mobilebar {
    display: none;
}

.gbk-topbar {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 28px;
    border-bottom: 1px solid #161724;
    background: #090910;
}

.gbk-breadcrumb {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #73738d;
    font-size: 13px;
    font-weight: 800;
}

.gbk-breadcrumb strong {
    min-width: 0;
    overflow: hidden;
    color: #f4f4f6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gbk-top-avatar {
    width: 32px;
    height: 32px;
}

.gbk-user-avatar-img {
    object-fit: cover;
}

.gbk-trial-alert {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 8px 28px;
    border-bottom: 1px solid rgba(245, 158, 11, .35);
    color: #f4f4f6;
    background: #2a1b0b;
}

.gbk-trial-alert > .iconfont {
    width: 22px;
    color: #f59e0b;
    font-size: 18px;
    text-align: center;
}

.gbk-trial-alert div {
    min-width: 0;
}

.gbk-trial-alert strong,
.gbk-trial-alert span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-trial-alert strong {
    font-size: 14px;
    line-height: 20px;
}

.gbk-trial-alert span {
    color: #d8c4a4;
    font-size: 13px;
    line-height: 18px;
}

.gbk-trial-alert.is-hidden {
    display: none;
}

.gbk-btn {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
}

.gbk-btn-primary {
    background: #8b5cf6;
}

.gbk-btn-primary:hover {
    background: #7c3aed;
}

.gbk-btn-success {
    background: #10b981;
}

.gbk-btn-success:hover {
    background: #059669;
}

.gbk-btn-warning {
    background: #f59e0b;
}

.gbk-btn-warning:hover {
    background: #d97706;
}

.gbk-btn-ghost {
    color: #c4b5fd;
    border-color: #373754;
    background: transparent;
}

.gbk-btn-ghost:hover {
    color: #fff;
    border-color: #6366f1;
    background: #17172c;
}

.gbk-btn-danger {
    color: #fecaca;
    border-color: rgba(239, 68, 68, .6);
    background: rgba(239, 68, 68, .15);
}

.gbk-btn-danger:hover {
    color: #fff;
    background: #ef4444;
}

.gbk-content {
    width: min(1120px, calc(100% - 56px));
    margin: 0 auto;
    padding: 34px 0 70px;
    animation: gbk-enter 150ms ease both;
}

.gbk-content-wide {
    width: min(1280px, calc(100% - 40px));
}

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

.gbk-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.gbk-page-head h1 {
    margin: 0;
    color: #f4f4f6;
    font-size: 28px;
    line-height: 36px;
    font-weight: 850;
}

.gbk-page-head p {
    max-width: 680px;
    margin: 6px 0 0;
    color: #a4a4b8;
    font-size: 14px;
    line-height: 22px;
}

.gbk-status-badge {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 4px;
    color: #93c5fd;
    font-size: 12px;
    font-weight: 850;
    line-height: 22px;
    white-space: nowrap;
    background: rgba(59, 130, 246, .15);
}

.gbk-status-live {
    color: #bbf7d0;
    background: rgba(16, 185, 129, .18);
}

.gbk-status-green {
    color: #bbf7d0;
    background: rgba(16, 185, 129, .18);
}

.gbk-status-orange {
    color: #fed7aa;
    background: rgba(245, 158, 11, .18);
}

.gbk-status-blue {
    color: #bfdbfe;
    background: rgba(59, 130, 246, .18);
}

.gbk-status-purple {
    color: #ddd6fe;
    background: rgba(139, 92, 246, .18);
}

.gbk-status-gray {
    color: #cbd5e1;
    background: rgba(148, 163, 184, .16);
}

.gbk-status-red {
    color: #fecaca;
    background: rgba(239, 68, 68, .18);
}

.gbk-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 16px;
    margin-bottom: 20px;
}

.gbk-welcome-panel {
    min-height: 206px;
}

.gbk-welcome-panel h2 {
    margin: 14px 0 8px;
    color: #f4f4f6;
    font-size: 24px;
    line-height: 32px;
}

.gbk-inline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.gbk-status-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gbk-status-panel > span {
    color: #73738d;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.gbk-status-panel > strong {
    margin: 8px 0;
    color: #f4f4f6;
    font-size: 28px;
    line-height: 36px;
}

.gbk-starter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
    border-color: rgba(245, 158, 11, .35);
    background: #171421;
}

.gbk-starter-panel h2 {
    margin: 12px 0 8px;
    color: #f8fafc;
    font-size: 20px;
    line-height: 28px;
}

.gbk-starter-checks {
    display: grid;
    gap: 10px;
}

.gbk-starter-check {
    min-height: 46px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #101623;
}

.gbk-starter-check i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #f59e0b;
    background: rgba(245, 158, 11, .14);
}

.gbk-starter-check.done i {
    color: #22c55e;
    background: rgba(34, 197, 94, .16);
}

.gbk-starter-check span {
    min-width: 0;
    overflow: hidden;
    color: #dbe6f6;
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-section {
    margin-bottom: 18px;
}

.gbk-dashboard-intro h2 {
    margin: 0 0 12px;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 26px;
}

.gbk-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gbk-path-card {
    min-height: 172px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-path-success {
    border-color: rgba(16, 185, 129, .38);
    background: #111b25;
}

.gbk-path-primary {
    border-color: rgba(139, 92, 246, .46);
    background: #141229;
}

.gbk-path-card > span {
    margin-bottom: 6px;
    color: #10b981;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbk-path-primary > span {
    color: #a78bfa;
}

.gbk-path-card h3 {
    margin: 0 0 8px;
    color: #f4f4f6;
    font-size: 15px;
    line-height: 22px;
}

.gbk-path-card p {
    flex: 1;
    margin: 0 0 16px;
    color: #b7b7c8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-muted-note {
    margin: 10px 0 0;
    color: #73738d;
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.gbk-live-alert {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid rgba(245, 158, 11, .55);
    border-radius: 8px;
    color: #fff7ed;
    background: #c76b00;
}

.gbk-live-alert strong {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

.gbk-live-alert p {
    margin: 0;
    color: #fff7ed;
    font-size: 14px;
    line-height: 22px;
}

.gbk-live-alert-muted {
    border-color: #373754;
    color: #e0e7ff;
    background: #17172c;
}

.gbk-live-alert-muted > strong .iconfont {
    color: #a78bfa;
}

.gbk-live-alert-muted p {
    color: #b7b7c8;
}

.gbk-savings-band {
    margin-bottom: 20px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #6366f1;
}

.gbk-savings-band h2 {
    margin: 0 0 16px;
    color: #eef2ff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbk-savings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.gbk-savings-grid div {
    min-width: 0;
}

.gbk-savings-grid span,
.gbk-savings-grid small {
    display: block;
}

.gbk-savings-grid span {
    color: #c7d2fe;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.gbk-savings-grid strong {
    display: block;
    margin: 4px 0;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
}

.gbk-savings-grid small {
    color: #dbeafe;
    font-size: 12px;
    line-height: 18px;
}

.gbk-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.gbk-metric-card {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17171c;
}

.gbk-metric-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 8px;
}

.gbk-tone-blue {
    color: #60a5fa;
    background: rgba(59, 130, 246, .16);
}

.gbk-tone-purple {
    color: #a78bfa;
    background: rgba(139, 92, 246, .16);
}

.gbk-tone-orange {
    color: #f59e0b;
    background: rgba(245, 158, 11, .16);
}

.gbk-tone-green {
    color: #22c55e;
    background: rgba(34, 197, 94, .16);
}

.gbk-metric-card strong {
    overflow-wrap: anywhere;
    color: #f4f4f6;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
}

.gbk-metric-card > span:last-child {
    color: #a4a4b8;
    font-size: 13px;
    font-weight: 700;
}

.gbk-referral-strip {
    min-height: 86px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid #332969;
    border-radius: 8px;
    background: #1a153b;
}

.gbk-strip-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: #8b5cf6;
}

.gbk-referral-strip h2 {
    margin: 0;
    color: #f4f4f6;
    font-size: 16px;
    line-height: 24px;
}

.gbk-referral-strip p {
    margin: 2px 0 0;
    color: #b7b7c8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-referral-strip strong {
    min-width: 96px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 14px;
    border: 1px solid rgba(16, 185, 129, .35);
    border-radius: 8px;
    color: #22c55e;
    font-size: 20px;
    line-height: 26px;
    background: rgba(16, 185, 129, .12);
}

.gbk-referral-strip small {
    color: #94a3b8;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.gbk-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 20px;
}

.gbk-panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.gbk-panel-head h2,
.gbk-panel h3 {
    margin: 0;
    color: #f4f4f6;
    font-size: 16px;
    line-height: 24px;
}

.gbk-panel-head h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gbk-panel-head a {
    color: #a78bfa;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.gbk-panel-head-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.gbk-panel p,
.gbk-placeholder p {
    margin: 0;
    color: #a4a4b8;
    font-size: 14px;
    line-height: 22px;
}

.gbk-panel-footnote {
    margin-top: 10px !important;
    color: #73738d !important;
    font-size: 12px !important;
}

.gbk-groupbuy-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
    gap: 18px;
    padding: 16px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-groupbuy-row h3 {
    margin: 10px 0 8px;
    color: #f4f4f6;
    font-size: 15px;
    line-height: 22px;
}

.gbk-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #262544;
}

.gbk-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #6366f1;
    transition: width 300ms ease;
}

.gbk-progress-wide {
    margin-top: 28px;
}

.gbk-progress-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    color: #73738d;
    font-size: 12px;
}

.gbk-progress-meta strong {
    color: #a78bfa;
}

.gbk-placeholder {
    padding-top: 6px;
}

.gbk-placeholder-head {
    max-width: 720px;
    margin-bottom: 20px;
}

.gbk-placeholder-head h2 {
    margin: 12px 0 6px;
    color: #f4f4f6;
    font-size: 22px;
    line-height: 30px;
}

.gbk-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gbk-placeholder-grid .gbk-panel {
    min-height: 142px;
}

.gbk-placeholder-grid h3 {
    margin-bottom: 8px;
}

.gbk-state-card,
.gbk-empty-state {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 260px;
    padding: 28px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-auth-state {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
}

.gbk-state-icon,
.gbk-empty-state > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #a78bfa;
    background: rgba(139, 92, 246, .16);
}

.gbk-state-card h2,
.gbk-empty-state h3 {
    margin: 0 0 8px;
    color: #f4f4f6;
    font-size: 20px;
    line-height: 28px;
}

.gbk-state-card p,
.gbk-empty-state p {
    margin: 0;
    color: #a4a4b8;
    font-size: 14px;
    line-height: 22px;
}

.gbk-state-actions {
    display: flex;
    gap: 10px;
}

.gbk-empty-state {
    align-items: center;
    text-align: center;
}

.gbk-empty-state > span {
    margin-bottom: 14px;
}

.gbk-empty-compact {
    min-height: 180px;
    padding: 20px;
}

.gbk-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 20px;
    margin-bottom: 20px;
}

.gbk-profile-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
}

.gbk-profile-avatar {
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 8px;
    background: #7c3aed;
}

.gbk-profile-avatar img,
.gbk-profile-avatar span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.gbk-profile-main h2 {
    margin: 10px 0 6px;
    color: #f4f4f6;
    font-size: 24px;
    line-height: 32px;
}

.gbk-avatar-form {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #2b2c44;
}

.gbk-avatar-form label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #a4a4b8;
    font-size: 12px;
    font-weight: 800;
}

.gbk-avatar-form input {
    width: 100%;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-file-field {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.gbk-file-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gbk-file-control {
    min-width: 0;
    min-height: 38px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.gbk-file-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.gbk-file-button:hover {
    border-color: rgba(96, 165, 250, 0.45);
    background: rgba(37, 99, 235, 0.16);
}

.gbk-file-control em {
    min-width: 0;
    overflow: hidden;
    color: #8b93a3;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-avatar-form small {
    grid-column: 1 / -1;
    min-height: 18px;
    color: #73738d;
    font-size: 12px;
}

.gbk-avatar-form small.is-success {
    color: #10b981;
}

.gbk-avatar-form small.is-error {
    color: #f87171;
}

.gbk-info-list {
    display: grid;
    gap: 10px;
}

.gbk-info-list-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbk-info-row {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-info-row span,
.gbk-info-row strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-info-row span {
    color: #73738d;
    font-size: 12px;
    font-weight: 850;
}

.gbk-info-row strong {
    color: #f4f4f6;
    font-size: 13px;
}

.gbk-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #73738d;
}

.gbk-dot-green {
    background: #10b981;
}

.gbk-dot-orange {
    background: #f59e0b;
}

.gbk-dot-blue {
    background: #3b82f6;
}

.gbk-dot-purple {
    background: #8b5cf6;
}

.gbk-profile-secondary {
    margin-bottom: 20px;
}

.gbk-address-list {
    display: grid;
    gap: 10px;
}

.gbk-address-row {
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-address-row strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f4f4f6;
    font-size: 14px;
}

.gbk-address-row p,
.gbk-address-row small {
    display: block;
    margin: 6px 0 0;
    color: #a4a4b8;
    font-size: 13px;
    line-height: 20px;
    overflow-wrap: anywhere;
}

.gbk-danger-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    border-color: rgba(239, 68, 68, .5);
}

.gbk-danger-panel h2 {
    margin: 0 0 6px;
    color: #fecaca;
    font-size: 16px;
    line-height: 24px;
}

.gbk-danger-actions {
    min-width: 250px;
    display: grid;
    justify-items: end;
    gap: 10px;
}

.gbk-danger-confirm {
    max-width: 320px;
    margin: 0;
    border-color: rgba(239, 68, 68, .28);
    background: rgba(239, 68, 68, .08);
}

.gbk-btn.disabled,
.gbk-btn[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .55;
}

.gbk-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.gbk-tabs a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #a4a4b8;
    font-size: 13px;
    font-weight: 800;
    background: #17172c;
}

.gbk-tabs a.active,
.gbk-tabs a:hover {
    color: #fff;
    border-color: #6366f1;
    background: #241c43;
}

.gbk-tabs strong {
    color: #a78bfa;
}

.gbk-order-list {
    display: grid;
    gap: 10px;
}

.gbk-order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px auto;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-order-main {
    min-width: 0;
}

.gbk-order-main h3 {
    margin: 8px 0 5px;
    overflow: hidden;
    color: #f4f4f6;
    font-size: 15px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-order-main p,
.gbk-order-money span {
    margin: 0;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-order-money {
    text-align: right;
}

.gbk-order-money strong,
.gbk-order-money span {
    display: block;
}

.gbk-order-money strong {
    color: #22c55e;
    font-size: 16px;
    line-height: 24px;
}

.gbk-order-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.gbk-groupbuy-ops {
    display: grid;
    gap: 18px;
}

.gbk-groupbuy-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: 24px;
}

.gbk-groupbuy-intro h2,
.gbk-groupbuy-card h2 {
    margin: 10px 0 8px;
    color: #f4f4f6;
    font-size: 20px;
    line-height: 28px;
}

.gbk-groupbuy-intro p,
.gbk-groupbuy-card-head p,
.gbk-groupbuy-rules,
.gbk-compact-cycle-list small {
    margin: 0;
    color: #a4a4b8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-groupbuy-statline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #2b2c44;
}

.gbk-groupbuy-statline div {
    min-width: 0;
    padding: 14px;
    background: #17172c;
}

.gbk-groupbuy-statline span,
.gbk-groupbuy-statline small {
    display: block;
    overflow: hidden;
    color: #73738d;
    font-size: 11px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-groupbuy-statline strong {
    display: block;
    overflow: hidden;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-source-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gbk-source-legend span,
.gbk-source-chip {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid color-mix(in srgb, var(--gbk-source-color) 45%, #2b2c44);
    border-radius: 6px;
    background: color-mix(in srgb, var(--gbk-source-color) 13%, #121226);
}

.gbk-source-legend i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--gbk-source-color);
}

.gbk-source-legend strong,
.gbk-source-legend em,
.gbk-source-chip {
    color: #f4f4f6;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.gbk-source-legend em {
    color: #a4a4b8;
}

.gbk-groupbuy-list {
    display: grid;
    gap: 16px;
}

.gbk-groupbuy-card {
    display: grid;
    gap: 16px;
}

.gbk-groupbuy-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
}

.gbk-groupbuy-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gbk-groupbuy-close {
    align-self: start;
    padding: 12px;
    border: 1px solid #373754;
    border-radius: 8px;
    background: #17172c;
}

.gbk-groupbuy-close span,
.gbk-groupbuy-close strong {
    display: block;
}

.gbk-groupbuy-close span {
    color: #f59e0b;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
}

.gbk-groupbuy-close strong {
    margin-top: 4px;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-groupbuy-progress-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    align-items: center;
    gap: 14px;
}

.gbk-groupbuy-progress-row strong,
.gbk-groupbuy-progress-row span {
    display: block;
    text-align: right;
}

.gbk-groupbuy-progress-row strong {
    color: #22c55e;
}

.gbk-groupbuy-progress-row span {
    color: #a4a4b8;
    font-size: 12px;
}

.gbk-groupbuy-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    border: 1px solid #31264f;
    border-radius: 8px;
    background: #171126;
}

.gbk-groupbuy-rules strong {
    color: #f59e0b;
}

.gbk-groupbuy-goods {
    display: grid;
    gap: 10px;
}

.gbk-groupbuy-good {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) minmax(220px, 280px);
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-good-media {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    background: #241c43;
}

.gbk-good-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gbk-good-media .gbk-media-placeholder,
.gbk-shop-media .gbk-media-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(16, 185, 129, 0.12));
    color: #93c5fd;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.gbk-good-media .gbk-media-placeholder {
    width: 44px;
    height: 44px;
    font-size: 24px;
}

.gbk-shop-media .gbk-media-placeholder {
    width: 58px;
    height: 58px;
    font-size: 30px;
}

.gbk-good-main {
    min-width: 0;
}

.gbk-good-main h3 {
    margin: 0 0 6px;
    overflow: hidden;
    color: #f4f4f6;
    font-size: 15px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-good-main p {
    margin: 0 0 8px;
    overflow: hidden;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.gbk-price-row strong {
    color: #22c55e;
    font-size: 18px;
    line-height: 26px;
}

.gbk-price-row span {
    color: #73738d;
    font-size: 12px;
    text-decoration: line-through;
}

.gbk-join-form {
    display: grid;
    grid-template-columns: minmax(84px, 1fr) auto;
    align-items: end;
    gap: 10px;
}

.gbk-join-form label span {
    display: block;
    margin-bottom: 4px;
    color: #73738d;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbk-join-form input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-groupbuy-secondary {
    align-items: start;
}

.gbk-compact-cycle-list {
    display: grid;
    gap: 10px;
}

.gbk-compact-cycle-list article {
    min-width: 0;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-compact-cycle-list strong {
    display: block;
    overflow: hidden;
    margin: 8px 0 3px;
    color: #f4f4f6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-testing-ops {
    display: grid;
    gap: 18px;
}

.gbk-testing-metrics {
    margin-bottom: 0;
}

.gbk-testing-filter {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 170px 170px 170px auto auto;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-testing-filter label {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.gbk-testing-filter label span {
    color: #73738d;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

.gbk-testing-filter input,
.gbk-testing-filter select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-testing-toolbar {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gbk-testing-toolbar div {
    min-width: 0;
}

.gbk-testing-toolbar strong,
.gbk-testing-toolbar span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-testing-toolbar strong {
    color: #f4f4f6;
    font-size: 16px;
    line-height: 24px;
}

.gbk-testing-toolbar span {
    color: #73738d;
    font-size: 12px;
    line-height: 18px;
}

.gbk-testing-table-panel {
    padding: 0;
    overflow: hidden;
}

.gbk-testing-table-scroll {
    overflow-x: auto;
}

.gbk-testing-table {
    width: 100%;
    min-width: 1320px;
    border-collapse: collapse;
    table-layout: fixed;
}

.gbk-testing-table th:nth-child(1),
.gbk-testing-table td:nth-child(1) {
    width: 270px;
}

.gbk-testing-table th:nth-child(2),
.gbk-testing-table td:nth-child(2) {
    width: 160px;
}

.gbk-testing-table th:nth-child(3),
.gbk-testing-table td:nth-child(3) {
    width: 155px;
}

.gbk-testing-table th:nth-child(4),
.gbk-testing-table td:nth-child(4) {
    width: 155px;
}

.gbk-testing-table th:nth-child(5),
.gbk-testing-table td:nth-child(5) {
    width: 116px;
}

.gbk-testing-table th:nth-child(6),
.gbk-testing-table td:nth-child(6) {
    width: 160px;
}

.gbk-testing-table th:nth-child(7),
.gbk-testing-table td:nth-child(7) {
    width: 120px;
}

.gbk-testing-table th:nth-child(8),
.gbk-testing-table td:nth-child(8) {
    width: 164px;
}

.gbk-testing-table th,
.gbk-testing-table td {
    padding: 13px 14px;
    border-bottom: 1px solid #2b2c44;
    text-align: left;
    vertical-align: middle;
}

.gbk-testing-table th {
    color: #73738d;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
    background: #17172c;
}

.gbk-testing-table tr:last-child td {
    border-bottom: 0;
}

.gbk-testing-table td {
    color: #a4a4b8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-testing-table td strong,
.gbk-testing-table td span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-testing-table td strong {
    color: #f4f4f6;
    font-size: 13px;
    font-weight: 850;
}

.gbk-testing-product {
    width: 270px;
}

.gbk-testing-source {
    width: 170px;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: #f4f4f6;
    font-weight: 800;
}

.gbk-testing-source i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--gbk-source-color);
}

.gbk-testing-progress-cell {
    width: 190px;
}

.gbk-testing-progress-cell .gbk-progress {
    width: 128px;
}

.gbk-testing-table .gbk-status-badge {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gbk-testing-progress-cell em {
    display: block;
    margin-top: 6px;
    color: #73738d;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.gbk-testing-report {
    width: max-content;
    max-width: 150px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: #a78bfa;
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-testing-report-muted {
    color: #73738d;
    font-size: 13px;
    font-weight: 800;
}

.gbk-testing-boost-cell {
    display: grid;
    gap: 6px;
}

.gbk-testing-boost-cell .gbk-progress {
    width: 100%;
    height: 6px;
}

.gbk-btn-compact {
    min-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.gbk-boost-modal[hidden] {
    display: none !important;
}

.gbk-boost-modal {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: grid;
    place-items: center;
    padding: 18px;
}

.gbk-boost-dialog {
    position: relative;
    z-index: 1;
    width: min(460px, 100%);
    max-height: min(680px, calc(100svh - 36px));
    overflow-y: auto;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #171922;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.gbk-boost-dialog header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.gbk-boost-dialog header span {
    display: block;
    color: #60a5fa;
    font-size: 11px;
    line-height: 16px;
    font-weight: 950;
}

.gbk-boost-dialog h2 {
    margin: 4px 0 0;
    color: #f8fafc;
    font-size: 20px;
    line-height: 26px;
    font-weight: 950;
}

.gbk-boost-progress,
.gbk-boost-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
}

.gbk-boost-progress strong,
.gbk-boost-summary strong {
    color: #f8fafc;
    font-size: 16px;
    line-height: 22px;
    font-weight: 950;
}

.gbk-boost-progress span,
.gbk-boost-summary span {
    color: #9aa3b2;
    font-size: 12px;
    line-height: 18px;
    font-weight: 850;
}

.gbk-boost-stepper {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    padding: 18px;
}

.gbk-boost-stepper button,
.gbk-boost-stepper input {
    height: 44px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #222631;
    color: #f8fafc;
    text-align: center;
    font-size: 16px;
    font-weight: 950;
}

.gbk-boost-dialog p {
    margin: 0;
    padding: 0 18px 16px;
    color: #7e8492;
    font-size: 12px;
    line-height: 18px;
    font-weight: 750;
}

.gbk-boost-dialog > .gbk-btn {
    width: calc(100% - 36px);
    margin: 0 18px 12px;
}

.gbk-boost-dialog > small {
    display: block;
    min-height: 18px;
    padding: 0 18px 18px;
    color: #fca5a5;
    font-size: 12px;
    line-height: 18px;
    font-weight: 850;
}

.gbk-testing-pagination {
    padding-top: 0;
}

.gbk-referral-ops {
    display: grid;
    gap: 18px;
}

.gbk-referral-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border: 1px solid #332969;
    border-radius: 8px;
    background: #141229;
}

.gbk-referral-hero h2 {
    margin: 10px 0 8px;
    color: #f4f4f6;
    font-size: 22px;
    line-height: 30px;
}

.gbk-referral-hero p {
    max-width: 720px;
    margin: 0;
    color: #b7b7c8;
    font-size: 13px;
    line-height: 21px;
}

.gbk-referral-copy-panel {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: center;
    gap: 10px;
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-referral-copy-panel span,
.gbk-referral-form label span,
.gbk-referral-credit-form label span {
    color: #73738d;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

.gbk-referral-copy-panel strong {
    grid-column: 1 / -1;
    min-width: 0;
    overflow: hidden;
    color: #c4b5fd;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-referral-copy-panel .gbk-btn {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

.gbk-referral-copy-panel .gbk-btn.is-copied {
    border-color: rgba(16, 185, 129, .45);
    background: #10b981;
}

.gbk-referral-metrics {
    margin-bottom: 0;
}

.gbk-referral-metrics .gbk-metric-card small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #73738d;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-referral-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.gbk-referral-level-panel,
.gbk-referral-settle-panel {
    min-height: 300px;
}

.gbk-referral-levels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.gbk-referral-levels div {
    min-width: 0;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-referral-levels div.active {
    border-color: rgba(16, 185, 129, .45);
    background: rgba(16, 185, 129, .1);
}

.gbk-referral-levels strong,
.gbk-referral-levels span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-referral-levels strong {
    color: #f4f4f6;
    font-size: 13px;
    line-height: 20px;
}

.gbk-referral-levels span {
    color: #73738d;
    font-size: 12px;
    line-height: 18px;
}

.gbk-referral-levels div.active span {
    color: #86efac;
}

.gbk-referral-settle-panel {
    display: grid;
    align-content: start;
    gap: 12px;
}

.gbk-referral-form,
.gbk-referral-credit-form {
    display: grid;
    gap: 10px;
}

.gbk-referral-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gbk-referral-form label,
.gbk-referral-credit-form label {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.gbk-referral-form input,
.gbk-referral-form select,
.gbk-referral-form textarea,
.gbk-referral-credit-form select {
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-referral-form textarea {
    resize: vertical;
}

.gbk-referral-credit-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding-top: 12px;
    border-top: 1px solid #2b2c44;
}

.gbk-referral-list {
    display: grid;
    gap: 10px;
}

.gbk-referral-list article {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-referral-list article > div {
    min-width: 0;
}

.gbk-referral-list strong,
.gbk-referral-list small,
.gbk-referral-list em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-referral-list strong {
    margin: 8px 0 3px;
    color: #f4f4f6;
    font-size: 14px;
    line-height: 20px;
}

.gbk-referral-list small {
    color: #73738d;
    font-size: 12px;
    line-height: 18px;
}

.gbk-referral-list em {
    color: #a4a4b8;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-align: right;
}

.gbk-referral-money-list em {
    color: #22c55e;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
}

.gbk-ticket-ops {
    display: grid;
    gap: 18px;
}

.gbk-ticket-metrics {
    margin-bottom: 0;
}

.gbk-ticket-filter {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 170px 190px auto auto auto;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-ticket-filter label,
.gbk-ticket-reply-form label,
.gbk-ticket-modal-dialog label.gbk-ticket-field,
.gbk-ticket-form-grid label {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.gbk-ticket-filter label span,
.gbk-ticket-reply-form label span,
.gbk-ticket-modal-dialog label span,
.gbk-ticket-form-grid label span {
    color: #73738d;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

.gbk-ticket-filter input,
.gbk-ticket-filter select,
.gbk-ticket-reply-form textarea,
.gbk-ticket-modal-dialog input[type="text"],
.gbk-ticket-modal-dialog select,
.gbk-ticket-modal-dialog textarea {
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-ticket-layout {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: start;
}

.gbk-ticket-list-panel,
.gbk-ticket-detail-panel {
    min-height: 520px;
}

.gbk-ticket-panel-head span {
    color: #73738d;
    font-size: 12px;
    font-weight: 800;
}

.gbk-ticket-list {
    display: grid;
    gap: 10px;
}

.gbk-ticket-row {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
    transition: border-color 120ms ease, background 120ms ease;
}

.gbk-ticket-row:hover,
.gbk-ticket-row.active {
    border-color: #6366f1;
    background: #201a3b;
}

.gbk-ticket-row-main,
.gbk-ticket-row-side {
    min-width: 0;
}

.gbk-ticket-row-main strong,
.gbk-ticket-row-main small,
.gbk-ticket-row-side em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-ticket-row-main strong {
    margin: 8px 0 4px;
    color: #f4f4f6;
    font-size: 14px;
    line-height: 20px;
}

.gbk-ticket-row-main small,
.gbk-ticket-row-side em {
    color: #73738d;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.gbk-ticket-row-side {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.gbk-ticket-sla.gbk-status-red {
    color: #fca5a5;
}

.gbk-ticket-sla.gbk-status-green {
    color: #86efac;
}

.gbk-ticket-pagination {
    margin-top: 14px;
}

.gbk-ticket-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2b2c44;
}

.gbk-ticket-detail-head h2 {
    margin: 10px 0 6px;
    overflow-wrap: anywhere;
    color: #f4f4f6;
    font-size: 20px;
    line-height: 28px;
}

.gbk-ticket-detail-head p,
.gbk-ticket-detail-meta em,
.gbk-ticket-detail-meta strong {
    display: block;
    margin: 0;
    overflow-wrap: anywhere;
    color: #a4a4b8;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
}

.gbk-ticket-detail-meta {
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 8px;
    text-align: right;
}

.gbk-ticket-detail-meta strong {
    color: #f4f4f6;
    font-weight: 850;
}

.gbk-ticket-message-list {
    display: grid;
    gap: 12px;
    max-height: 520px;
    overflow-y: auto;
    padding: 16px 4px 16px 0;
}

.gbk-ticket-message {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
}

.gbk-ticket-avatar {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: #6366f1;
}

.gbk-ticket-message > div {
    min-width: 0;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-ticket-message-admin > div {
    border-color: rgba(139, 92, 246, .45);
    background: #1d1835;
}

.gbk-ticket-message-system > div,
.gbk-ticket-message.is-internal > div {
    border-color: rgba(245, 158, 11, .38);
    background: rgba(245, 158, 11, .08);
}

.gbk-ticket-message header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.gbk-ticket-message header strong {
    color: #f4f4f6;
    font-size: 13px;
    line-height: 18px;
}

.gbk-ticket-message header em,
.gbk-ticket-message header small {
    color: #73738d;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
}

.gbk-ticket-message header em {
    color: #fbbf24;
    font-weight: 900;
}

.gbk-ticket-message p {
    margin: 0;
    overflow-wrap: anywhere;
    color: #d4d4df;
    font-size: 13px;
    line-height: 21px;
    white-space: pre-wrap;
}

.gbk-ticket-attachments,
.gbk-ticket-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.gbk-ticket-attachments a {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
    color: #a78bfa;
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-ticket-reply-form {
    display: grid;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #2b2c44;
}

.gbk-ticket-inline-form {
    margin-top: 10px;
}

.gbk-ticket-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.gbk-ticket-field {
    margin-top: 10px;
}

.gbk-ticket-modal-dialog .gbk-check-row span {
    text-transform: none;
}

.gbk-ticket-modal-dialog h2 {
    margin-top: 14px;
}

.gbk-shop-ops {
    display: grid;
    gap: 14px;
}

.gbk-shop-storefront {
    --gbk-shop-panel: #11111a;
    --gbk-shop-panel-2: #171728;
    --gbk-shop-border: #27243f;
}

.gbk-shop-shipping-banner {
    overflow: hidden;
    border: 1px solid #3c2368;
    border-radius: 8px;
    background: #0f0f21;
}

.gbk-shop-shipping-banner strong,
.gbk-shop-shipping-banner span {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.gbk-shop-shipping-banner strong {
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .02em;
    background: linear-gradient(90deg, #8b5cf6 0%, #6d28d9 100%);
}

.gbk-shop-shipping-banner span {
    color: #d6d3ff;
    font-size: 12px;
    font-weight: 900;
}

.gbk-shop-shipping-banner span i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
}

.gbk-shop-path-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 24px;
    padding: 18px 22px;
    border: 1px solid var(--gbk-shop-border);
    border-radius: 8px;
    background: #0d1020;
}

.gbk-shop-path-card strong {
    display: block;
    margin-bottom: 10px;
    color: #f3f4f6;
    font-size: 14px;
    line-height: 20px;
}

.gbk-shop-path-card h2 {
    margin: 0 0 6px;
    color: #a855f7;
    font-size: 12px;
    line-height: 18px;
    font-weight: 950;
    text-transform: uppercase;
}

.gbk-shop-path-card p,
.gbk-shop-path-card small {
    display: block;
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
    line-height: 20px;
}

.gbk-shop-path-card a {
    display: inline-flex;
    margin-top: 8px;
    color: #10b981;
    font-size: 12px;
    font-weight: 900;
}

.gbk-shop-path-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gbk-shop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 24px;
}

.gbk-shop-catalog {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.gbk-shop-filter {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 170px auto;
    align-items: stretch;
    gap: 10px;
}

.gbk-shop-filter label {
    min-width: 0;
}

.gbk-shop-search {
    position: relative;
}

.gbk-shop-search .iconfont {
    position: absolute;
    left: 13px;
    top: 50%;
    color: #6b7280;
    transform: translateY(-50%);
}

.gbk-shop-filter input,
.gbk-shop-filter select {
    width: 100%;
    height: 42px;
    border: 1px solid #202033;
    border-radius: 6px;
    color: #f4f4f6;
    background: #17171f;
}

.gbk-shop-filter input {
    padding: 0 12px 0 38px;
}

.gbk-shop-filter select {
    padding: 0 10px;
}

.gbk-shop-sort {
    position: relative;
}

.gbk-shop-sort span {
    position: absolute;
    left: 10px;
    top: -8px;
    padding: 0 5px;
    color: #73738d;
    font-size: 10px;
    font-weight: 900;
    background: #070713;
    text-transform: uppercase;
}

.gbk-shop-category-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.gbk-shop-category-strip a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #8b8ca3;
    font-size: 13px;
    font-weight: 850;
    background: transparent;
}

.gbk-shop-category-strip a:hover,
.gbk-shop-category-strip a.active {
    color: #ddd6fe;
    border-color: #27243f;
    background: #211a43;
}

.gbk-shop-message {
    display: none;
    padding: 10px 12px;
    border: 1px solid #373754;
    border-radius: 8px;
    color: #e0e7ff;
    background: #17172c;
}

.gbk-shop-message.is-visible {
    display: block;
}

.gbk-shop-message.is-success {
    color: #bbf7d0;
    border-color: rgba(16, 185, 129, .45);
    background: rgba(16, 185, 129, .12);
}

.gbk-shop-message.is-error {
    color: #fecaca;
    border-color: rgba(239, 68, 68, .5);
    background: rgba(239, 68, 68, .12);
}

.gbk-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gbk-shop-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #222338;
    border-radius: 8px;
    background: #111116;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    transition: border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.gbk-shop-card:hover {
    border-color: #4f46e5;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .36);
    transform: translateY(-2px);
}

.gbk-shop-media {
    position: relative;
    aspect-ratio: 1 / .78;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 56px;
    font-weight: 950;
    background: linear-gradient(135deg, #0f172a, #312e81);
}

.gbk-shop-media-blue { background: linear-gradient(135deg, #0f172a, #1e3a8a); }
.gbk-shop-media-green { background: linear-gradient(135deg, #0f172a, #065f46); }
.gbk-shop-media-purple { background: linear-gradient(135deg, #1e1b4b, #581c87); }
.gbk-shop-media-teal { background: linear-gradient(135deg, #042f2e, #134e4a); }
.gbk-shop-media-slate { background: linear-gradient(135deg, #111827, #334155); }

.gbk-shop-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.gbk-shop-card:hover .gbk-shop-media img {
    transform: scale(1.035);
}

.gbk-shop-card-type,
.gbk-shop-media em {
    position: absolute;
    left: 8px;
    z-index: 2;
    max-width: calc(100% - 16px);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-shop-card-type {
    top: 8px;
    padding: 2px 6px;
    color: #d8b4fe;
    background: rgba(10, 10, 18, .84);
}

.gbk-shop-media em {
    bottom: 8px;
    padding: 2px 7px;
    color: #34d399;
    background: rgba(6, 95, 70, .38);
}

.gbk-shop-media .gbk-media-placeholder {
    color: rgba(255, 255, 255, .12);
}

.gbk-shop-card-main {
    min-width: 0;
    padding: 14px 14px 0;
}

.gbk-shop-card h3 {
    margin: 0 0 7px;
    color: #f4f4f6;
    font-size: 15px;
    line-height: 21px;
}

.gbk-shop-card h3 a {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gbk-shop-stock {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
}

.gbk-shop-stock i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: currentColor;
}

.gbk-shop-stock-green { color: #10b981; }
.gbk-shop-stock-orange { color: #f59e0b; }
.gbk-shop-stock-gray { color: #8b8ca3; }

.gbk-shop-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 7px;
    background: #1b1b21;
}

.gbk-shop-price-row div {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 10px 8px;
}

.gbk-shop-price-row div:first-child {
    background: #271d46;
}

.gbk-shop-price-row span {
    overflow: hidden;
    color: #a78bfa;
    font-size: 10px;
    font-weight: 950;
    line-height: 14px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gbk-shop-price-row strong {
    overflow: hidden;
    color: #f4f4f6;
    font-size: 17px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-shop-price-row small {
    overflow: hidden;
    color: #8b8ca3;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-shop-card-actions {
    display: grid;
    gap: 10px;
    padding: 12px 14px 14px;
}

.gbk-shop-qty {
    display: grid;
    grid-template-columns: 28px minmax(34px, 1fr) 28px minmax(48px, auto);
    align-items: center;
    gap: 4px;
}

.gbk-shop-qty button,
.gbk-shop-qty input {
    height: 26px;
    border: 1px solid #272735;
    border-radius: 5px;
    color: #f4f4f6;
    text-align: center;
    background: #18181d;
}

.gbk-shop-qty button {
    padding: 0;
    cursor: pointer;
}

.gbk-shop-qty input {
    width: 100%;
    -moz-appearance: textfield;
}

.gbk-shop-qty input::-webkit-outer-spin-button,
.gbk-shop-qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.gbk-shop-qty small {
    overflow: hidden;
    color: #77778c;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-shop-card-actions form {
    min-width: 0;
}

.gbk-shop-card-actions .gbk-btn {
    width: 100%;
    min-height: 38px;
}

.gbk-shop-cart {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid #1e1e27;
    border-radius: 8px;
    background: #0c0c10;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
}

.gbk-shop-cart header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gbk-shop-cart h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f3f4f6;
    font-size: 18px;
    line-height: 24px;
}

.gbk-shop-cart header span {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #93c5fd;
    font-weight: 900;
    background: #0f2740;
}

.gbk-shop-cart-items {
    display: grid;
    gap: 12px;
}

.gbk-shop-cart-empty {
    margin: 0;
    padding: 18px 0;
    color: #8b8ca3;
    text-align: center;
}

.gbk-shop-cart-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    align-items: start;
    gap: 10px;
}

.gbk-shop-cart-item img,
.gbk-shop-cart-item > span {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    object-fit: cover;
    background: #102235;
}

.gbk-shop-cart-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #93c5fd;
    font-weight: 900;
}

.gbk-shop-cart-item strong,
.gbk-shop-cart-item small,
.gbk-shop-cart-item em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gbk-shop-cart-item strong {
    color: #d7d7e4;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
}

.gbk-shop-cart-item small {
    color: #77778c;
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
}

.gbk-shop-cart-item em {
    margin-top: 5px;
    color: #f4f4f6;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.gbk-shop-cart-item button {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #77778c;
    background: transparent;
    cursor: pointer;
}

.gbk-shop-discount {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.gbk-shop-discount input,
.gbk-shop-discount button {
    height: 38px;
    border: 1px solid #1d1d26;
    border-radius: 5px;
}

.gbk-shop-discount input {
    min-width: 0;
    padding: 0 10px;
    color: #f4f4f6;
    background: #121216;
}

.gbk-shop-discount button {
    padding: 0 12px;
    color: #c4b5fd;
    font-weight: 900;
    background: #171126;
}

.gbk-shop-cart-totals {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid #1d1d26;
}

.gbk-shop-cart-totals div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.gbk-shop-cart-totals dt,
.gbk-shop-cart-totals dd {
    margin: 0;
    color: #8b8ca3;
    font-size: 12px;
    line-height: 18px;
}

.gbk-shop-cart-totals dd {
    color: #d7d7e4;
}

.gbk-shop-cart-totals .gbk-shop-cart-total {
    align-items: baseline;
    padding-top: 9px;
    border-top: 1px solid #1d1d26;
}

.gbk-shop-cart-total dt,
.gbk-shop-cart-total dd {
    color: #f4f4f6;
    font-size: 18px;
    font-weight: 950;
    line-height: 26px;
}

.gbk-shop-clear {
    color: #77778c;
    font-size: 12px;
    text-align: center;
}

.gbk-btn[disabled],
.gbk-btn.disabled {
    pointer-events: none;
    opacity: .48;
}

.gbk-shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 2px;
}

.gbk-shop-pagination strong {
    color: #a4a4b8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-shop-promo-modal {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.gbk-shop-promo-modal[hidden] {
    display: none;
}

.gbk-shop-promo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .76);
}

.gbk-shop-promo-dialog {
    position: relative;
    width: min(100%, 520px);
    overflow: hidden;
    border-radius: 8px;
    color: #333342;
    background: #fff;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .55);
    animation: gbkShopPromoIn 180ms ease both;
}

.gbk-shop-promo-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    color: #fff;
}

.gbk-shop-promo-dialog header {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 26px 28px 30px;
    color: #fff;
    text-align: center;
    background: linear-gradient(120deg, #0f3b75 0%, #b21f3c 100%);
}

.gbk-shop-promo-dialog header span {
    color: rgba(255, 255, 255, .86);
    letter-spacing: .35em;
}

.gbk-shop-promo-dialog h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 34px;
}

.gbk-shop-promo-body {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 28px 28px 0;
    text-align: center;
}

.gbk-shop-promo-body p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 25px;
}

.gbk-shop-promo-body strong {
    width: 100%;
    padding: 18px 20px;
    border: 2px dashed #dc2626;
    border-radius: 8px;
    color: #183b6d;
    font-size: 16px;
    line-height: 24px;
    background: #fff7f7;
}

.gbk-shop-promo-body button {
    min-width: 230px;
    min-height: 58px;
    border: 2px solid #173b68;
    border-radius: 8px;
    color: #173b68;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: .14em;
    background: #eff6ff;
    cursor: pointer;
}

.gbk-shop-promo-body small,
.gbk-shop-promo-dialog footer {
    color: #8b8b98;
    font-size: 13px;
    line-height: 20px;
}

.gbk-shop-promo-cta {
    width: calc(100% - 56px);
    min-height: 54px;
    margin: 26px 28px 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    background: linear-gradient(90deg, #1e3a8a, #be123c);
    cursor: pointer;
}

.gbk-shop-promo-dialog footer {
    padding: 0 28px 28px;
    text-align: center;
}

@keyframes gbkShopPromoIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.gbk-checkout-page,
.gbk-checkout-page * {
    box-sizing: border-box;
}

.gbk-checkout-page {
    min-height: 100vh;
    padding: 0 0 64px;
    color: #f4f4f6;
    background: #070713;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gbk-checkout-page a {
    color: inherit;
    text-decoration: none;
}

.gbk-checkout-top {
    width: min(100% - 48px, 1680px);
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto 34px;
    padding: 0 34px;
    border-bottom: 1px solid #22233a;
    background: #111126;
}

.gbk-checkout-top > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 28px;
}

.gbk-checkout-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gbk-checkout-brand span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 950;
    background: #7c3aed;
}

.gbk-checkout-brand strong {
    overflow: hidden;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-checkout-back,
.gbk-checkout-top em {
    color: #8b8cff;
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

.gbk-checkout-layout {
    width: min(100% - 48px, 1680px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 530px);
    gap: 42px;
    margin: 0 auto;
}

.gbk-checkout-main {
    display: grid;
    gap: 26px;
}

.gbk-checkout-section > h1,
.gbk-checkout-summary h2 {
    margin: 0 0 22px;
    color: #8b8cff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 950;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.gbk-checkout-address,
.gbk-checkout-consent,
.gbk-checkout-summary {
    border: 1px solid #1f2350;
    border-radius: 8px;
    background: #111126;
}

.gbk-checkout-address {
    display: grid;
    gap: 18px;
    padding: 28px 30px;
}

.gbk-checkout-address header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.gbk-checkout-address header div {
    min-width: 0;
}

.gbk-checkout-address h2,
.gbk-checkout-address p {
    margin: 0;
}

.gbk-checkout-address h2 {
    color: #fff;
    font-size: 25px;
    line-height: 34px;
}

.gbk-checkout-address p {
    margin-top: 4px;
    color: #7c8098;
    font-size: 14px;
    line-height: 20px;
    font-weight: 750;
}

.gbk-checkout-address-fields,
.gbk-checkout-address-list {
    display: grid;
    gap: 12px;
}

.gbk-checkout-address-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gbk-checkout-address-fields label {
    display: grid;
    gap: 8px;
}

.gbk-checkout-address-fields span {
    color: #6f7086;
    font-size: 18px;
    line-height: 26px;
}

.gbk-checkout-address-fields input,
.gbk-checkout-address-fields textarea {
    width: 100%;
    min-height: 56px;
    padding: 12px 16px;
    border: 1px solid #d8d8df;
    border-radius: 6px;
    color: #1f2937;
    font-size: 18px;
    background: #fff;
    outline: 0;
}

.gbk-checkout-address-fields textarea {
    resize: vertical;
    min-height: 92px;
    line-height: 26px;
}

.gbk-checkout-address-fields input:focus,
.gbk-checkout-address-fields textarea:focus {
    border-color: #8b8cff;
    box-shadow: 0 0 0 3px rgba(139, 140, 255, .2);
}

.gbk-checkout-address-wide,
.gbk-checkout-address-fields > small {
    grid-column: 1 / -1;
}

.gbk-checkout-address-option {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #252958;
    border-radius: 8px;
    background: #171832;
    cursor: pointer;
}

.gbk-checkout-address-option.active {
    border-color: #8b8cff;
    background: #1d1d42;
}

.gbk-checkout-address-option input[type="radio"] {
    position: static !important;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 3px 0 0;
    padding: 0;
    accent-color: #8b8cff;
}

.gbk-checkout-address-option span,
.gbk-checkout-address-option strong,
.gbk-checkout-address-option em,
.gbk-checkout-address-option small {
    min-width: 0;
    display: block;
}

.gbk-checkout-address-option strong {
    color: #f8fafc;
    font-size: 16px;
    line-height: 22px;
}

.gbk-checkout-address-option em {
    margin-top: 2px;
    color: #a7a8ff;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    font-weight: 850;
}

.gbk-checkout-address-option small {
    margin-top: 4px;
    color: #9ca3af;
    font-size: 13px;
    line-height: 20px;
}

.gbk-checkout-address-empty {
    display: grid;
    gap: 10px;
    justify-items: start;
    padding: 18px;
    border: 1px solid #252958;
    border-radius: 8px;
    background: #171832;
}

.gbk-checkout-address-empty strong {
    color: #f8fafc;
    font-size: 18px;
}

.gbk-checkout-address-empty span {
    color: #9ca3af;
}

.gbk-checkout-address small,
.gbk-checkout-address-link {
    color: #8b8cff;
    font-size: 14px;
}

.gbk-checkout-consent {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 24px;
    color: #aaa8c9;
    font-size: 19px;
    line-height: 31px;
}

.gbk-checkout-consent input[type="checkbox"] {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 32px;
    height: 32px;
    margin: 3px 0 0 !important;
    opacity: 1 !important;
    appearance: auto;
    -webkit-appearance: checkbox;
    accent-color: #6d5dfc;
}

.gbk-checkout-consent span {
    min-width: 0;
    display: block;
}

.gbk-checkout-consent b,
.gbk-checkout-consent a {
    color: #d8d8ef;
}

.gbk-checkout-consent a {
    color: #8b8cff;
}

.gbk-checkout-submit {
    width: 100%;
    min-height: 84px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 26px;
    font-weight: 950;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 18px 42px rgba(124, 58, 237, .28);
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.gbk-checkout-submit:disabled {
    cursor: not-allowed;
    opacity: .38;
    box-shadow: none;
}

.gbk-checkout-submit:not(:disabled):hover {
    transform: translateY(-1px);
}

.gbk-checkout-summary {
    align-self: start;
    padding: 30px;
    background: #111126;
}

.gbk-checkout-items {
    display: grid;
    gap: 18px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #24274f;
}

.gbk-checkout-items article,
.gbk-checkout-summary dl div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.gbk-checkout-items span,
.gbk-checkout-items strong {
    color: #d7d7e7;
    font-size: 23px;
    line-height: 31px;
    font-weight: 850;
}

.gbk-checkout-items strong {
    color: #aeb7ff;
    white-space: nowrap;
}

.gbk-checkout-summary dl {
    display: grid;
    gap: 13px;
    margin: 20px 0 0;
}

.gbk-checkout-summary dt,
.gbk-checkout-summary dd {
    margin: 0;
    color: #8f8dac;
    font-size: 18px;
    line-height: 26px;
}

.gbk-checkout-summary dd {
    color: #aaa8c9;
}

.gbk-checkout-summary dl div:last-child {
    margin-top: 14px;
    padding-top: 22px;
    border-top: 1px solid #24274f;
}

.gbk-checkout-summary dl div:last-child dt,
.gbk-checkout-summary dl div:last-child dd {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 950;
}

.gbk-checkout-summary dl div:last-child dd {
    color: #aeb7ff;
}

.gbk-checkout-empty {
    width: min(100% - 48px, 640px);
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 80px auto 0;
    padding: 42px;
    border: 1px solid #1f2350;
    border-radius: 8px;
    text-align: center;
    background: #111126;
}

.gbk-checkout-empty span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #a78bfa;
    background: #241c43;
}

.gbk-checkout-empty h1,
.gbk-checkout-empty p {
    margin: 0;
}

.gbk-checkout-empty p {
    color: #aaa8c9;
}

.gbk-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.gbk-modal[hidden] {
    display: none;
}

.gbk-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.gbk-modal-dialog {
    position: relative;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 22px;
    border: 1px solid #373754;
    border-radius: 8px;
    background: #121226;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.gbk-modal-close {
    position: absolute;
    right: 14px;
    top: 14px;
}

.gbk-modal-dialog h2 {
    margin: 14px 44px 8px 0;
    color: #f4f4f6;
    font-size: 20px;
    line-height: 28px;
}

.gbk-modal-dialog p {
    margin: 0;
    color: #a4a4b8;
    font-size: 14px;
    line-height: 22px;
}

.gbk-check-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    color: #f4f4f6;
    background: #17172c;
}

.gbk-check-row input[type="checkbox"] {
    position: static !important;
    width: 18px;
    height: 18px;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    appearance: auto;
    -webkit-appearance: checkbox;
}

.gbk-check-row span {
    color: #d4d4df;
    font-size: 13px;
    line-height: 20px;
}

.gbk-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.gbk-drawer-backdrop,
.gbk-mobile-bottom-nav {
    display: none;
}

.groupbuykits-entry {
    padding: 48px 0;
}

.gbk-notification-wrap {
    position: relative;
}

.gbk-notification-btn {
    position: relative;
}

.gbk-notification-btn em {
    position: absolute;
    top: 1px;
    right: 1px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #090910;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    background: #ef4444;
}

.gbk-notification-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 60;
    width: min(360px, calc(100vw - 24px));
    overflow: hidden;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .4);
    background: #121226;
}

.gbk-notification-panel header {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border-bottom: 1px solid #2b2c44;
}

.gbk-notification-panel header strong {
    color: #f4f4f6;
    font-size: 14px;
}

.gbk-notification-panel form button {
    border: 0;
    color: #a78bfa;
    font-size: 12px;
    font-weight: 800;
    background: transparent;
    cursor: pointer;
}

.gbk-notification-empty {
    margin: 0;
    padding: 18px;
    color: #a4a4b8;
    font-size: 13px;
}

.gbk-notification-list {
    display: grid;
    max-height: 360px;
    overflow-y: auto;
}

.gbk-notification-list a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #23243a;
    color: #a4a4b8;
}

.gbk-notification-list a:last-child {
    border-bottom: 0;
}

.gbk-notification-list a.unread {
    background: #17172c;
}

.gbk-notification-list i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #a78bfa;
    background: rgba(139, 92, 246, .16);
}

.gbk-notification-list strong,
.gbk-notification-list small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-notification-list strong {
    color: #f4f4f6;
    font-size: 13px;
    line-height: 20px;
}

.gbk-notification-list small {
    color: #73738d;
    font-size: 11px;
    line-height: 17px;
}

.gbk-notification-settings {
    display: grid;
    gap: 18px;
}

.gbk-notification-form,
.gbk-notification-toggle-grid {
    display: grid;
    gap: 12px;
}

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

.gbk-switch-row {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-switch-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #8b5cf6;
}

.gbk-switch-row strong,
.gbk-switch-row small {
    display: block;
}

.gbk-switch-row strong {
    color: #f4f4f6;
    font-size: 13px;
    line-height: 20px;
}

.gbk-switch-row small {
    margin-top: 3px;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-notification-time-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gbk-notification-time-grid label,
.gbk-faq-search label {
    display: grid;
    gap: 6px;
    color: #73738d;
    font-size: 12px;
    font-weight: 850;
}

.gbk-notification-time-grid input,
.gbk-faq-search input {
    width: 100%;
    min-height: 40px;
    padding: 8px 11px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #f4f4f6;
    background: #1f2028;
}

.gbk-notification-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.gbk-notification-foot p {
    margin: 0;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-faq-ops,
.gbk-community-ops,
.gbk-tour-ops {
    display: grid;
    gap: 18px;
}

.gbk-faq-fees {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.gbk-faq-fee {
    min-height: 136px;
    padding: 16px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-faq-fee span,
.gbk-faq-fee p {
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-faq-fee strong {
    display: block;
    margin: 10px 0 8px;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 26px;
}

.gbk-faq-fee p {
    margin: 0;
}

.gbk-faq-fee-purple { border-color: rgba(139, 92, 246, .45); }
.gbk-faq-fee-blue { border-color: rgba(59, 130, 246, .45); }
.gbk-faq-fee-green { border-color: rgba(16, 185, 129, .45); }
.gbk-faq-fee-orange { border-color: rgba(245, 158, 11, .45); }

.gbk-faq-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gbk-faq-tabs a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid #373754;
    border-radius: 6px;
    color: #d4d4df;
    font-size: 13px;
    font-weight: 800;
    background: #17172c;
}

.gbk-faq-tabs a.active,
.gbk-faq-tabs a:hover {
    border-color: var(--gbk-faq-color);
    background: color-mix(in srgb, var(--gbk-faq-color) 16%, #17172c);
}

.gbk-faq-tabs strong {
    color: var(--gbk-faq-color);
}

.gbk-faq-toolbar,
.gbk-tour-summary,
.gbk-pwa-panel,
.gbk-community-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-faq-toolbar strong,
.gbk-tour-summary h2,
.gbk-pwa-panel h2,
.gbk-community-intro h2 {
    display: block;
    margin: 0;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 26px;
}

.gbk-faq-toolbar span,
.gbk-tour-summary p,
.gbk-pwa-panel p,
.gbk-pwa-panel small,
.gbk-community-intro p {
    display: block;
    margin: 4px 0 0;
    color: #a4a4b8;
    font-size: 13px;
    line-height: 20px;
}

.gbk-faq-list {
    display: grid;
    gap: 14px;
}

.gbk-faq-category {
    border-color: color-mix(in srgb, var(--gbk-faq-color) 40%, #2b2c44);
}

.gbk-faq-category header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.gbk-faq-category header > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--gbk-faq-color);
    background: color-mix(in srgb, var(--gbk-faq-color) 16%, #17172c);
}

.gbk-faq-category h2 {
    margin: 0;
    color: #f4f4f6;
    font-size: 16px;
    line-height: 24px;
}

.gbk-faq-category header span {
    color: #73738d;
    font-size: 12px;
}

.gbk-faq-accordion {
    display: grid;
    gap: 8px;
}

.gbk-faq-accordion details {
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-faq-accordion summary {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #f4f4f6;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.gbk-faq-accordion p {
    margin: 0;
    padding: 0 14px 14px;
    color: #a4a4b8;
    white-space: pre-wrap;
}

.gbk-faq-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gbk-faq-support h2 {
    margin: 0 0 6px;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 26px;
}

.gbk-faq-support small {
    display: block;
    margin-top: 8px;
    color: #a78bfa;
    font-size: 12px;
}

.gbk-community-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    min-width: 440px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #2b2c44;
}

.gbk-community-stats div {
    min-width: 0;
    padding: 12px;
    background: #17172c;
}

.gbk-community-stats span,
.gbk-community-stats small {
    display: block;
    overflow: hidden;
    color: #73738d;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-community-stats strong {
    display: block;
    color: #f4f4f6;
    font-size: 18px;
    line-height: 28px;
}

.gbk-community-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gbk-community-link {
    min-height: 150px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #121226;
}

.gbk-community-link > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.gbk-community-link span {
    min-width: 0;
}

.gbk-community-link strong,
.gbk-community-link small,
.gbk-community-link em {
    display: block;
}

.gbk-community-link strong {
    color: #f4f4f6;
    font-size: 15px;
    line-height: 22px;
}

.gbk-community-link small {
    margin-top: 5px;
    color: #a4a4b8;
    font-size: 12px;
    line-height: 18px;
}

.gbk-community-link em {
    grid-column: 1 / -1;
    color: #73738d;
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.gbk-community-link-purple > i { color: #a78bfa; background: rgba(139, 92, 246, .16); }
.gbk-community-link-blue > i { color: #60a5fa; background: rgba(59, 130, 246, .16); }
.gbk-community-link-orange > i { color: #f59e0b; background: rgba(245, 158, 11, .16); }

.gbk-community-secondary {
    margin-top: 0;
}

.gbk-community-announcements {
    display: grid;
    gap: 10px;
}

.gbk-community-announcements a {
    display: grid;
    gap: 7px;
    padding: 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    background: #17172c;
}

.gbk-community-announcements strong,
.gbk-community-announcements small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-community-announcements strong {
    color: #f4f4f6;
}

.gbk-community-announcements small {
    color: #a4a4b8;
    font-size: 12px;
}

.gbk-community-embed-box {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px 0;
    padding: 18px;
    border: 1px dashed #373754;
    border-radius: 8px;
    color: #73738d;
    text-align: center;
    background: #17172c;
}

.gbk-community-embed-box i {
    color: #a78bfa;
    font-size: 26px;
}

.gbk-community-embed-box strong {
    color: #f4f4f6;
}

.gbk-tour-progress {
    min-width: 260px;
}

.gbk-tour-progress strong {
    display: block;
    color: #22c55e;
    font-size: 34px;
    line-height: 42px;
}

.gbk-tour-progress span {
    display: block;
    color: #a4a4b8;
    font-size: 12px;
}

.gbk-tour-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px;
}

.gbk-tour-steps {
    display: grid;
    gap: 8px;
}

.gbk-tour-steps button {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid #2b2c44;
    border-radius: 8px;
    color: #a4a4b8;
    font-size: 13px;
    font-weight: 850;
    text-align: left;
    background: #121226;
    cursor: pointer;
}

.gbk-tour-steps button.active,
.gbk-tour-steps button:hover {
    color: #fff;
    border-color: #6366f1;
    background: #241c43;
}

.gbk-tour-steps button.done i {
    color: #10b981;
}

.gbk-tour-panel {
    display: none;
    min-height: 250px;
}

.gbk-tour-panel.active {
    display: block;
}

.gbk-tour-panel h2 {
    margin: 14px 0 8px;
    color: #f4f4f6;
    font-size: 22px;
    line-height: 30px;
}

.gbk-tour-panel p {
    margin-bottom: 18px;
}

.gbk-pwa-panel small {
    overflow-wrap: anywhere;
}

.gbk-pwa-panel .gbk-btn[disabled] {
    cursor: not-allowed;
    opacity: .62;
}

@media (max-width: 1180px) {
    .gbk-content {
        width: min(100% - 40px, 980px);
    }

    .gbk-overview-grid,
    .gbk-starter-panel,
    .gbk-profile-grid,
    .gbk-groupbuy-intro,
    .gbk-shop-intro,
    .gbk-community-intro,
    .gbk-tour-layout,
    .gbk-referral-hero,
    .gbk-referral-grid {
        grid-template-columns: 1fr;
    }

    .gbk-community-intro,
    .gbk-tour-summary,
    .gbk-pwa-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-community-stats,
    .gbk-tour-progress {
        width: 100%;
        min-width: 0;
    }

    .gbk-ticket-layout {
        grid-template-columns: 1fr;
    }

    .gbk-testing-filter,
    .gbk-ticket-filter {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gbk-metric-grid,
    .gbk-placeholder-grid,
    .gbk-info-list-compact,
    .gbk-faq-fees,
    .gbk-community-grid,
    .gbk-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gbk-split-grid {
        grid-template-columns: 1fr;
    }

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

    .gbk-shop-layout,
    .gbk-checkout-layout {
        grid-template-columns: 1fr;
    }

    .gbk-shop-cart {
        position: static;
    }
}

@media (max-width: 900px) {
    .gbk-workspace {
        display: block;
        padding-bottom: 0;
    }

    .gbk-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 90;
        width: min(308px, 86vw);
        max-width: 86vw;
        transform: translateX(-105%);
        transition: transform 180ms ease;
    }

    .gbk-workspace.sidebar-open .gbk-sidebar {
        transform: translateX(0);
    }

    .gbk-drawer-backdrop {
        position: fixed;
        inset: 0;
        z-index: 80;
        display: block;
        pointer-events: none;
        opacity: 0;
        background: rgba(0, 0, 0, .65);
        transition: opacity 180ms ease;
    }

    .gbk-workspace.sidebar-open .gbk-drawer-backdrop {
        pointer-events: auto;
        opacity: 1;
    }

    .gbk-topbar {
        display: none;
    }

    .gbk-mobilebar {
        position: sticky;
        top: 0;
        z-index: 30;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 14px;
        border-bottom: 1px solid #161724;
        background: #090910;
    }

    .gbk-mobile-brand {
        min-width: 0;
        flex: 1;
        justify-content: center;
    }

    .gbk-mobile-brand .gbk-logo {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .gbk-mobile-brand .gbk-brand-name {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gbk-trial-alert {
        min-height: 0;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 10px 14px;
    }

    .gbk-trial-alert .gbk-btn {
        display: none;
    }

    .gbk-trial-alert strong,
    .gbk-trial-alert span {
        white-space: normal;
    }

    .gbk-content {
        width: calc(100% - 28px);
        padding: 22px 0 24px;
    }

    .gbk-page-head {
        display: block;
    }

    .gbk-page-head h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .gbk-page-head .gbk-status-badge {
        margin-top: 12px;
    }

    .gbk-shop-path-card,
    .gbk-checkout-top,
    .gbk-checkout-top > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-shop-path-card,
    .gbk-shop-filter {
        grid-template-columns: 1fr;
    }

    .gbk-checkout-top {
        width: calc(100% - 28px);
        padding: 18px;
    }

    .gbk-checkout-layout {
        width: calc(100% - 28px);
        gap: 24px;
    }

    .gbk-checkout-brand strong {
        font-size: 22px;
        line-height: 30px;
    }

    .gbk-checkout-back,
    .gbk-checkout-top em {
        font-size: 16px;
        line-height: 24px;
    }

    .gbk-path-grid,
    .gbk-savings-grid,
    .gbk-metric-grid,
    .gbk-placeholder-grid,
    .gbk-referral-strip,
    .gbk-groupbuy-row,
    .gbk-groupbuy-card-head,
    .gbk-groupbuy-progress-row,
    .gbk-groupbuy-good,
    .gbk-testing-filter,
    .gbk-shop-filter,
    .gbk-ticket-filter,
    .gbk-ticket-row,
    .gbk-ticket-detail-head,
    .gbk-ticket-form-grid,
    .gbk-shop-card-actions,
    .gbk-notification-toggle-grid,
    .gbk-notification-time-grid,
    .gbk-faq-search,
    .gbk-faq-fees,
    .gbk-community-grid,
    .gbk-tour-layout,
    .gbk-referral-copy-panel,
    .gbk-referral-form-grid,
    .gbk-referral-credit-form,
    .gbk-referral-list article {
        grid-template-columns: 1fr;
    }

    .gbk-referral-copy-panel .gbk-btn {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .gbk-referral-credit-form .gbk-btn {
        width: 100%;
    }

    .gbk-referral-list em {
        text-align: left;
    }

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

    .gbk-shop-toolbar,
    .gbk-testing-toolbar,
    .gbk-ticket-panel-head,
    .gbk-faq-toolbar,
    .gbk-faq-support,
    .gbk-notification-foot,
    .gbk-shop-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-community-stats {
        grid-template-columns: 1fr;
    }

    .gbk-faq-search .gbk-btn,
    .gbk-notification-foot .gbk-btn,
    .gbk-pwa-panel .gbk-btn {
        width: 100%;
    }

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

    .gbk-shop-pagination {
        align-items: stretch;
    }

    .gbk-shop-pagination strong {
        text-align: center;
    }

    .gbk-referral-strip {
        align-items: flex-start;
    }

    .gbk-auth-state,
    .gbk-order-row {
        grid-template-columns: 1fr;
    }

    .gbk-state-actions,
    .gbk-order-actions {
        justify-content: flex-start;
    }

    .gbk-order-money {
        text-align: left;
    }

    .gbk-ticket-row-side,
    .gbk-ticket-detail-meta {
        justify-items: start;
        text-align: left;
    }

    .gbk-ticket-list-panel,
    .gbk-ticket-detail-panel {
        min-height: 0;
    }

    .gbk-groupbuy-close {
        width: 100%;
    }

    .gbk-groupbuy-progress-row strong,
    .gbk-groupbuy-progress-row span {
        text-align: left;
    }

    .gbk-groupbuy-good {
        align-items: start;
    }

    .gbk-good-main h3,
    .gbk-good-main p,
    .gbk-compact-cycle-list strong {
        white-space: normal;
    }

    .gbk-join-form {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .gbk-referral-strip strong {
        width: 100%;
    }

    .gbk-metric-card {
        min-height: 118px;
    }

    .gbk-mobile-bottom-nav {
        position: static;
        z-index: 35;
        min-height: 64px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        margin-top: 24px;
        border-top: 1px solid #222338;
        background: #101014;
    }

    .gbk-mobile-bottom-nav a {
        min-width: 0;
        min-height: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: #a4a4b8;
        font-size: 11px;
        font-weight: 800;
    }

    .gbk-mobile-bottom-nav i {
        font-size: 18px;
    }

    .gbk-mobile-bottom-nav span {
        max-width: 100%;
        overflow: hidden;
        padding: 0 4px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gbk-mobile-bottom-nav a.active {
        color: #a78bfa;
    }
}

@media (max-width: 480px) {
    .gbk-content {
        width: calc(100% - 24px);
    }

    .gbk-page-head h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .gbk-path-card,
    .gbk-panel,
    .gbk-live-alert,
    .gbk-savings-band,
    .gbk-metric-card,
    .gbk-shop-path-card,
    .gbk-shop-cart,
    .gbk-checkout-address,
    .gbk-checkout-consent,
    .gbk-checkout-summary,
    .gbk-faq-toolbar,
    .gbk-faq-fee,
    .gbk-community-intro,
    .gbk-community-link,
    .gbk-tour-summary,
    .gbk-pwa-panel,
    .gbk-starter-panel,
    .gbk-referral-strip,
    .gbk-referral-hero,
    .gbk-state-card,
    .gbk-empty-state {
        padding: 16px;
    }

    .gbk-profile-hero,
    .gbk-avatar-form,
    .gbk-starter-checks,
    .gbk-info-list-compact {
        grid-template-columns: 1fr;
    }

    .gbk-profile-avatar {
        width: 72px;
        height: 72px;
    }

    .gbk-info-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .gbk-info-row strong {
        grid-column: 1 / -1;
    }

    .gbk-danger-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-danger-actions,
    .gbk-danger-confirm {
        width: 100%;
        max-width: none;
        justify-items: stretch;
    }

    .gbk-groupbuy-statline,
    .gbk-community-stats,
    .gbk-tour-steps,
    .gbk-shop-statline,
    .gbk-shop-price-row,
    .gbk-shop-qty,
    .gbk-shop-grid,
    .gbk-join-form,
    .gbk-faq-fees,
    .gbk-community-grid,
    .gbk-referral-levels {
        grid-template-columns: 1fr;
    }

    .gbk-shop-shipping-banner strong,
    .gbk-shop-shipping-banner span {
        min-height: 34px;
        white-space: normal;
    }

    .gbk-shop-media {
        font-size: 44px;
    }

    .gbk-shop-promo-dialog h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .gbk-shop-promo-body {
        padding: 22px 18px 0;
    }

    .gbk-shop-promo-cta {
        width: calc(100% - 36px);
        margin-right: 18px;
        margin-left: 18px;
    }

    .gbk-checkout-page {
        padding-bottom: 34px;
    }

    .gbk-checkout-address header,
    .gbk-checkout-address-fields {
        grid-template-columns: 1fr;
    }

    .gbk-checkout-address header {
        flex-direction: column;
    }

    .gbk-checkout-address-fields input,
    .gbk-checkout-address-fields textarea {
        min-height: 52px;
        font-size: 15px;
    }

    .gbk-checkout-consent {
        grid-template-columns: 1fr;
        font-size: 15px;
        line-height: 24px;
    }

    .gbk-checkout-submit {
        min-height: 64px;
        font-size: 20px;
    }

    .gbk-checkout-items article,
    .gbk-checkout-summary dl div {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .gbk-checkout-items span,
    .gbk-checkout-items strong,
    .gbk-checkout-summary dl div:last-child dt,
    .gbk-checkout-summary dl div:last-child dd {
        font-size: 20px;
        line-height: 28px;
    }

    .gbk-faq-tabs a,
    .gbk-tour-steps button {
        width: 100%;
    }

    .gbk-notification-panel {
        position: fixed;
        top: 66px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .gbk-source-legend span {
        width: 100%;
        justify-content: flex-start;
    }

    .gbk-savings-grid strong {
        font-size: 28px;
        line-height: 36px;
    }

    .gbk-metric-card strong {
        font-size: 28px;
        line-height: 36px;
    }

    .gbk-modal-dialog {
        padding: 18px;
    }

    .gbk-modal-actions {
        flex-direction: column-reverse;
    }

    .gbk-modal-actions .gbk-btn {
        width: 100%;
    }
}

.index-index-index {
    background: #020306;
}

.index-index-index .body-content-container,
.index-index-index .body-content-formal-container,
.index-index-index .body-content-footer-container {
    min-height: 0;
    background: #020306;
}

.gbk-home {
    min-height: 100vh;
    color: #f5f7fb;
    background:
        linear-gradient(180deg, rgba(5, 10, 18, 0.96) 0, rgba(2, 3, 6, 1) 32%, #020306 100%),
        linear-gradient(100deg, rgba(19, 54, 85, 0.22), rgba(80, 45, 140, 0.14) 48%, rgba(0, 0, 0, 0) 72%);
    font-family: Inter, Arial, sans-serif;
}

.gbk-home a {
    color: inherit;
}

.gbk-home-compliance {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
    color: #b7791f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
}

.gbk-home-header {
    width: min(1180px, calc(100% - 48px));
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.gbk-home-brand,
.gbk-home-nav,
.gbk-home-members,
.gbk-home-members div,
.gbk-home-actions,
.gbk-home-primary,
.gbk-home-kicker,
.gbk-home-feature > i,
.gbk-home-workflow-grid article > i,
.gbk-legal-icon {
    display: inline-flex;
    align-items: center;
}

.gbk-home-brand {
    gap: 10px;
    color: #dbe2ef;
    font-size: 18px;
    font-weight: 900;
}

.gbk-home-brand img {
    border-radius: 8px;
}

.gbk-home-nav {
    gap: 16px;
    min-height: 58px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.07);
    border-radius: 28px;
    background: rgba(9, 16, 28, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 20px 48px rgba(0, 0, 0, 0.24);
    color: #a8afbc;
    font-size: 15px;
    font-weight: 900;
}

.gbk-home-nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1;
}

.gbk-home-nav a:not(.gbk-home-nav-cta) {
    background: #101b31;
    color: #aeb5c2;
}

.gbk-home-nav a:hover {
    color: #ffffff;
}

.gbk-home-nav-cta {
    min-width: 172px;
    background: #f2f4f8;
    color: #111318 !important;
}

.gbk-home-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 86px 24px 72px;
    text-align: center;
}

.gbk-home-hero-inner {
    width: min(760px, 100%);
}

.gbk-home-kicker {
    gap: 7px;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(34, 197, 94, 0.18);
    border-radius: 999px;
    background: rgba(5, 18, 15, 0.72);
    color: #52c98e;
    font-size: 12px;
    font-weight: 900;
}

.gbk-home-kicker i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #20d686;
}

.gbk-home-kicker-blue {
    border-color: rgba(59, 130, 246, 0.24);
    background: rgba(9, 20, 39, 0.78);
    color: #60a5fa;
}

.gbk-home-kicker-blue i {
    background: #60a5fa;
}

.gbk-home-hero h1 {
    margin: 30px auto 0;
    color: #eef2f8;
    font-size: 52px;
    line-height: 62px;
    font-weight: 950;
    letter-spacing: 0;
}

.gbk-home-hero h1 span {
    display: block;
    color: #5d6ef5;
}

.gbk-home-hero p {
    width: min(610px, 100%);
    margin: 24px auto 0;
    color: #8d95a3;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.gbk-home-members {
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.gbk-home-members div {
    justify-content: center;
}

.gbk-home-members span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: #1e5fb8;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.gbk-home-members span:first-child {
    margin-left: 0;
}

.gbk-home-members small,
.gbk-home-actions span {
    color: #69717f;
    font-size: 13px;
    font-weight: 800;
}

.gbk-home-actions {
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.gbk-home-primary {
    min-height: 48px;
    justify-content: center;
    gap: 9px;
    padding: 0 23px;
    border: 0;
    border-radius: 8px;
    background: #f1f4f8;
    color: #111318 !important;
    font-size: 14px;
    font-weight: 950;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gbk-home-primary:hover {
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(248, 250, 252, 0.18);
    transform: translateY(-1px);
}

.gbk-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    width: min(480px, 100%);
    margin: 58px auto 0;
}

.gbk-home-stats strong {
    display: block;
    color: #dbe2ef;
    font-size: 25px;
    line-height: 32px;
    font-weight: 950;
}

.gbk-home-stats span {
    display: block;
    margin-top: 8px;
    color: #69717f;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbk-home-section {
    padding: 74px 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.07);
}

.gbk-home-section-head {
    width: min(820px, 100%);
    margin: 0 auto 56px;
    text-align: center;
}

.gbk-home-section-head h2,
.gbk-home-savings-copy h2,
.gbk-home-final h2 {
    margin: 18px 0 0;
    color: #e5eaf2;
    font-size: 30px;
    line-height: 40px;
    font-weight: 950;
    letter-spacing: 0;
}

.gbk-home-section-head p,
.gbk-home-savings-copy p,
.gbk-home-final p {
    margin: 16px auto 0;
    color: #7e8796;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
}

.gbk-home-feature-grid {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0 auto;
}

.gbk-home-feature,
.gbk-home-workflow-grid article,
.gbk-home-savings-panel,
.gbk-home-quotes blockquote {
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(8, 12, 19, 0.78);
}

.gbk-home-feature {
    min-height: 310px;
    padding: 30px 28px;
}

.gbk-home-feature > i,
.gbk-home-workflow-grid article > i {
    width: 38px;
    height: 38px;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
}

.gbk-home-feature-blue > i,
.gbk-home-workflow-grid article > i {
    background: rgba(37, 99, 235, 0.16);
    color: #60a5fa;
}

.gbk-home-feature-purple > i {
    background: rgba(124, 58, 237, 0.17);
    color: #a78bfa;
}

.gbk-home-feature-green > i {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.gbk-home-feature h3,
.gbk-home-workflow-grid h3 {
    margin: 28px 0 0;
    color: #dbe2ef;
    font-size: 18px;
    line-height: 26px;
    font-weight: 950;
}

.gbk-home-feature p,
.gbk-home-workflow-grid p {
    margin: 14px 0 0;
    color: #87909f;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
}

.gbk-home-feature ul,
.gbk-home-savings-copy ul {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.gbk-home-feature li,
.gbk-home-savings-copy li {
    position: relative;
    padding-left: 18px;
    color: #91a0b3;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
}

.gbk-home-feature li::before,
.gbk-home-savings-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3b82f6;
}

.gbk-home-feature-purple li::before {
    background: #8b5cf6;
}

.gbk-home-feature-green li::before,
.gbk-home-savings-copy li::before {
    background: #10b981;
}

.gbk-home-workflow-grid {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.gbk-home-workflow-grid article {
    padding: 24px;
}

.gbk-home-savings {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 70px;
    align-items: center;
    margin: 0 auto;
}

.gbk-home-savings-copy h2 {
    margin-top: 0;
    font-size: 34px;
    line-height: 43px;
}

.gbk-home-savings-panel {
    padding: 34px;
}

.gbk-home-savings-panel > span {
    color: #6f7785;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.gbk-home-savings-panel dl {
    display: grid;
    gap: 28px;
    margin: 28px 0 0;
}

.gbk-home-savings-panel div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
}

.gbk-home-savings-panel dt {
    color: #7d8695;
    font-size: 13px;
    font-weight: 800;
}

.gbk-home-savings-panel dd {
    margin: 0;
    color: #e9eef5;
    font-size: 34px;
    font-weight: 950;
}

.gbk-home-savings-panel .gbk-strike {
    color: #8e95a2;
    font-size: 18px;
    text-decoration: line-through;
}

.gbk-home-savings-panel .gbk-save {
    color: #10b981;
    font-size: 20px;
}

.gbk-home-quotes {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0 auto;
}

.gbk-home-quotes blockquote {
    min-height: 210px;
    margin: 0;
    padding: 30px;
}

.gbk-home-quotes p {
    margin: 0;
    color: #b5bdca;
    font-size: 15px;
    line-height: 26px;
    font-style: italic;
    font-weight: 700;
}

.gbk-home-quotes cite {
    display: block;
    margin-top: 28px;
    color: #6f7785;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.gbk-home-final {
    padding: 84px 24px 92px;
    border-top: 1px solid rgba(148, 163, 184, 0.07);
    text-align: center;
}

.gbk-home-final > i {
    display: block;
    margin-bottom: 20px;
    color: #3b82f6;
    font-size: 30px;
}

.gbk-home-final .gbk-home-primary {
    margin-top: 32px;
}

.gbk-home-footer {
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 38px;
}

.gbk-home-footer-warning {
    padding: 20px;
    border: 1px solid rgba(180, 83, 9, 0.25);
    border-radius: 8px;
    background: rgba(92, 45, 8, 0.18);
    color: #b7791f;
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
}

.gbk-home-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    color: #6f7785;
    font-size: 13px;
    font-weight: 800;
}

.gbk-home-footer-row nav {
    display: flex;
    gap: 28px;
}

.gbk-home-footer-row a:hover {
    color: #ffffff;
}

.gbk-legal-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.gbk-legal-modal.is-open {
    display: flex;
}

.gbk-legal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(2px);
}

.gbk-legal-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100svh - 48px);
    overflow: auto;
    padding: 34px 40px 32px;
    border: 1px solid rgba(239, 68, 68, 0.38);
    border-radius: 8px;
    background: #343434;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
    color: #f5f7fb;
    animation: gbk-legal-enter 180ms ease-out both;
}

.gbk-legal-icon {
    width: 64px;
    height: 64px;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.18);
    color: #ef4444;
    font-size: 34px;
}

.gbk-legal-icon::before {
    content: "!";
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.gbk-legal-icon i {
    display: none;
}

.gbk-legal-dialog h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 950;
    text-align: center;
}

.gbk-legal-subtitle {
    margin: 8px 0 0;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
}

.gbk-legal-rule {
    height: 1px;
    margin: 28px 0 24px;
    background: rgba(255, 255, 255, 0.14);
}

.gbk-legal-copy {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #dddddd;
    font-size: 15px;
    line-height: 26px;
    font-weight: 800;
}

.gbk-legal-checks {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.gbk-legal-checks label {
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 36px;
    margin: 0;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 21px;
    font-weight: 800;
}

.gbk-legal-checks input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.gbk-legal-checks span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(96, 165, 250, 0.65);
    border-radius: 4px;
    background: rgba(47, 128, 237, 0.12);
}

.gbk-legal-checks span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 7px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
}

.gbk-legal-checks input:checked + span::before {
    border-color: #2f80ed;
    background: #2f80ed;
}

.gbk-legal-checks input:checked + span::after {
    opacity: 1;
}

.gbk-legal-warning {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.24);
    color: #f3a7a7;
}

.gbk-legal-warning i {
    color: #ef4444;
    font-size: 24px;
}

.gbk-legal-warning p {
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 800;
}

.gbk-legal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 32px;
}

.gbk-legal-secondary,
.gbk-legal-primary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 950;
    text-align: center;
}

.gbk-legal-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #b8b8b8;
}

.gbk-legal-primary {
    border: 0;
    background: #ffffff;
    color: #141414 !important;
}

.gbk-legal-primary.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

@keyframes gbk-legal-enter {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 860px) {
    .gbk-home-feature-grid,
    .gbk-home-quotes {
        grid-template-columns: 1fr;
    }

    .gbk-home-savings {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .gbk-home-compliance {
        min-height: 42px;
        padding: 8px 14px;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .gbk-home-header {
        width: calc(100% - 32px);
        min-height: 72px;
    }

    .gbk-home-brand {
        font-size: 16px;
    }

    .gbk-home-nav {
        gap: 10px;
        min-height: 54px;
        padding: 7px;
        font-size: 13px;
    }

    .gbk-home-nav a {
        min-height: 38px;
        padding: 0 14px;
        border-radius: 999px;
    }

    .gbk-home-nav-cta {
        min-width: 142px;
    }

    .gbk-home-hero {
        min-height: 0;
        padding: 58px 16px 54px;
    }

    .gbk-home-hero h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .gbk-home-hero p {
        font-size: 15px;
        line-height: 25px;
    }

    .gbk-home-members,
    .gbk-home-actions {
        flex-direction: column;
    }

    .gbk-home-primary {
        width: 100%;
    }

    .gbk-home-stats {
        gap: 14px;
    }

    .gbk-home-stats strong {
        font-size: 21px;
    }

    .gbk-home-section {
        padding: 54px 16px;
    }

    .gbk-home-section-head h2,
    .gbk-home-savings-copy h2,
    .gbk-home-final h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .gbk-home-workflow-grid {
        grid-template-columns: 1fr;
    }

    .gbk-home-savings-panel {
        padding: 24px;
    }

    .gbk-home-savings-panel div {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .gbk-home-footer {
        width: calc(100% - 32px);
    }

    .gbk-home-footer-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .gbk-legal-modal {
        padding: 12px;
    }

    .gbk-legal-dialog {
        max-height: calc(100svh - 24px);
        padding: 26px 18px 20px;
    }

    .gbk-legal-dialog h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .gbk-legal-copy {
        padding: 16px;
        font-size: 13px;
        line-height: 23px;
    }

    .gbk-legal-actions {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.index-plugins-groupbuykits-register-index {
    background: #020306;
}

.index-plugins-groupbuykits-register-index .body-content-container,
.index-plugins-groupbuykits-register-index .body-content-formal-container,
.index-plugins-groupbuykits-register-index .body-content-footer-container {
    min-height: 0;
    background: #020306;
}

.gbk-register-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto auto minmax(640px, 1fr) auto;
    color: #f5f7fb;
    background: linear-gradient(115deg, #07101f 0%, #020306 48%, #050508 100%);
    font-family: Inter, Arial, sans-serif;
}

.gbk-register-compliance,
.gbk-register-header,
.gbk-register-footer {
    display: flex;
    align-items: center;
}

.gbk-register-compliance {
    min-height: 40px;
    justify-content: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    color: #d97706;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 2px;
    text-align: center;
}

.gbk-register-header,
.gbk-register-footer {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.gbk-register-header {
    min-height: 82px;
    justify-content: flex-start;
}

.gbk-register-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 950;
}

.gbk-register-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px 48px;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.gbk-register-panel {
    width: min(100%, 520px);
    padding: 34px 38px 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(13, 16, 24, 0.86);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(12px);
    animation: gbk-login-enter 420ms ease-out both;
}

.gbk-register-top {
    text-align: center;
}

.gbk-register-top h1 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 950;
}

.gbk-register-top p {
    margin: 8px 0 0;
    color: #9aa1ad;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
}

.gbk-register-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 24px 0 22px;
    padding: 14px 16px;
    border: 1px solid rgba(59, 130, 246, 0.34);
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.12);
}

.gbk-register-intro span,
.gbk-register-intro em {
    color: #60a5fa;
    font-size: 12px;
    line-height: 18px;
    font-weight: 950;
    text-transform: uppercase;
    font-style: normal;
}

.gbk-register-intro em {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(96, 165, 250, 0.34);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.18);
    white-space: nowrap;
}

.gbk-register-intro strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 950;
}

.gbk-register-intro p {
    margin: 4px 0 0;
    color: #b5bdca;
    font-size: 12px;
    line-height: 18px;
    font-weight: 750;
}

.gbk-register-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 20px;
}

.gbk-register-tabs button {
    min-height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #a6adba;
    font-size: 13px;
    font-weight: 900;
}

.gbk-register-tabs button.active {
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(37, 99, 235, 0.18);
    color: #ffffff;
}

.gbk-register-form {
    display: none;
    gap: 15px;
}

.gbk-register-form.active {
    display: grid;
}

.gbk-register-page .user-form-content-container form.gbk-register-form {
    padding: 0;
    overflow: visible;
    background: transparent;
}

.gbk-register-page .gbk-login-field input[type="text"],
.gbk-register-page .gbk-login-field input[type="email"],
.gbk-register-page .gbk-login-field input[type="number"],
.gbk-register-page .gbk-login-field input[type="password"] {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 52px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
    line-height: 56px !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

.gbk-register-page .gbk-login-field input:focus {
    border-color: rgba(96, 165, 250, 0.78) !important;
    background: rgba(255, 255, 255, 0.075) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14) !important;
}

.gbk-register-page .gbk-login-field input:-webkit-autofill,
.gbk-register-page .gbk-login-field input:-webkit-autofill:hover,
.gbk-register-page .gbk-login-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #11151b inset !important;
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #f8fafc;
}

.gbk-register-verify-field input {
    padding-right: 132px !important;
}

.gbk-register-code {
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 3;
    min-width: 112px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.92);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    transform: translateY(-50%);
}

.gbk-register-name-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gbk-register-name-grid .gbk-login-field:last-child input {
    padding-left: 18px !important;
}

.gbk-register-legal {
    display: grid;
    gap: 16px;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 8px;
    background: rgba(50, 30, 85, 0.28);
}

.gbk-register-legal h2 {
    margin: 0 0 2px;
    color: #c4b5fd;
    font-size: 15px;
    line-height: 22px;
    font-weight: 950;
}

.gbk-register-legal h2 span {
    color: #a78bfa;
}

.gbk-register-legal label {
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 36px;
    margin: 0;
    color: #c9ced8;
    font-size: 14px;
    line-height: 22px;
    font-weight: 750;
}

.gbk-register-legal input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    opacity: 0;
}

.gbk-register-legal label > span::before,
.gbk-register-legal label > span::after {
    content: "";
    position: absolute;
}

.gbk-register-legal label > span::before {
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(167, 139, 250, 0.58);
    border-radius: 4px;
    background: rgba(15, 23, 42, 0.72);
}

.gbk-register-legal label > span::after {
    left: 7px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
}

.gbk-register-legal input:checked + span::before {
    border-color: #3b82f6;
    background: #3b82f6;
}

.gbk-register-legal input:checked + span::after {
    opacity: 1;
}

.gbk-register-legal a {
    color: #60a5fa;
    font-weight: 900;
}

.gbk-register-research-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    background: rgba(15, 44, 86, 0.28);
    color: #cbd5e1;
}

.gbk-register-research-note i {
    color: #60a5fa;
    font-size: 22px;
}

.gbk-register-research-note p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 750;
}

.gbk-register-actions {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    margin-top: 10px;
}

.gbk-register-back {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: transparent;
    color: #f8fafc;
    font-size: 15px;
    font-weight: 900;
}

.gbk-register-page .gbk-login-submit[disabled],
.gbk-register-page .gbk-login-submit.is-disabled {
    opacity: 0.46;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.gbk-register-signin {
    min-height: 46px;
}

.gbk-register-footer {
    min-height: 84px;
    justify-content: space-between;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    color: #8b909c;
    font-size: 14px;
    font-weight: 800;
}

.gbk-register-footer nav {
    display: flex;
    gap: 32px;
}

.gbk-register-footer a {
    color: #9ca3af;
}

.gbk-community-shell {
    height: calc(100vh - 280px);
    min-height: 620px;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 230px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: #111217;
}

.gbk-chat-rail,
.gbk-chat-main,
.gbk-chat-members {
    min-height: 0;
}

.gbk-chat-rail {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    background: #14151c;
    border-right: 1px solid rgba(148, 163, 184, 0.09);
}

.gbk-chat-rail-head {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.09);
}

.gbk-chat-rail-head span,
.gbk-chat-avatar,
.gbk-chat-member > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 950;
}

.gbk-chat-rail-head span {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #7c3aed;
    font-size: 13px;
}

.gbk-chat-rail-head strong {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 950;
}

.gbk-chat-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.gbk-chat-stats div {
    min-width: 0;
    padding: 10px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.gbk-chat-stats strong,
.gbk-chat-stats span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-stats strong {
    color: #f8fafc;
    font-size: 15px;
    line-height: 20px;
    font-weight: 950;
}

.gbk-chat-stats span {
    color: #7d8392;
    font-size: 10px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbk-chat-channels {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 4px;
    overflow-y: auto;
    padding: 14px 10px;
}

.gbk-chat-channels > span {
    display: block;
    margin: 4px 8px 8px;
    color: #6f7584;
    font-size: 11px;
    line-height: 16px;
    font-weight: 950;
    text-transform: uppercase;
}

.gbk-chat-channels a,
.gbk-chat-shortcuts a {
    min-width: 0;
    min-height: 36px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border-radius: 8px;
    color: #9aa1af;
    font-size: 14px;
    font-weight: 850;
}

.gbk-chat-channels a.active,
.gbk-chat-channels a:hover,
.gbk-chat-shortcuts a:hover {
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
}

.gbk-chat-channels a span,
.gbk-chat-shortcuts a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-channels em {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.gbk-chat-shortcuts {
    display: grid;
    gap: 4px;
    padding: 12px 10px 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.gbk-chat-main {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    background: #191a20;
}

.gbk-chat-header {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.09);
}

.gbk-chat-header h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #f8fafc;
    font-size: 18px;
    line-height: 24px;
    font-weight: 950;
}

.gbk-chat-header p {
    margin: 2px 0 0;
    color: #858c9a;
    font-size: 12px;
    line-height: 18px;
    font-weight: 750;
}

.gbk-chat-header-actions {
    display: flex;
    gap: 8px;
}

.gbk-chat-pinned {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(245, 158, 11, 0.16);
    background: rgba(120, 53, 15, 0.16);
    color: #d1d5db;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
}

.gbk-chat-pinned i {
    color: #f59e0b;
}

.gbk-chat-messages {
    min-height: 0;
    overflow-y: auto;
    padding: 18px 18px 22px;
}

.gbk-chat-message {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 8px;
    border-radius: 8px;
}

.gbk-chat-message:hover,
.gbk-chat-message-mine {
    background: rgba(255, 255, 255, 0.035);
}

.gbk-chat-avatar {
    width: 38px;
    height: 38px;
    background: #3b82f6;
    font-size: 12px;
}

.gbk-chat-message-moderator .gbk-chat-avatar,
.gbk-chat-message-system .gbk-chat-avatar {
    background: #7c3aed;
}

.gbk-chat-message-notice .gbk-chat-avatar {
    background: #f59e0b;
}

.gbk-chat-message-mine .gbk-chat-avatar {
    background: #10b981;
}

.gbk-chat-message header {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.gbk-chat-message strong {
    color: #f8fafc;
    font-size: 14px;
    line-height: 20px;
    font-weight: 950;
}

.gbk-chat-message em,
.gbk-chat-message small {
    color: #7e8492;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    font-weight: 850;
}

.gbk-chat-message p {
    margin: 4px 0 0;
    color: #d4d8e1;
    font-size: 14px;
    line-height: 22px;
    font-weight: 720;
    white-space: pre-wrap;
    word-break: break-word;
}

.gbk-chat-status {
    color: #f59e0b !important;
}

.gbk-chat-attachments {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.gbk-chat-attachments a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    max-width: 420px;
    padding: 8px 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
    color: #dbeafe;
    font-size: 12px;
    line-height: 18px;
    font-weight: 850;
}

.gbk-chat-attachments span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-attachments small {
    color: #7e8492;
}

.gbk-chat-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.gbk-chat-actions button {
    height: 26px;
    padding: 0 8px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: #9aa3b2;
    font-size: 11px;
    line-height: 24px;
    font-weight: 850;
    cursor: pointer;
}

.gbk-chat-actions button:hover,
.gbk-chat-actions button.active {
    border-color: rgba(96, 165, 250, 0.44);
    color: #dbeafe;
    background: rgba(37, 99, 235, 0.16);
}

.gbk-chat-actions button span {
    margin-left: 4px;
    color: #c4b5fd;
}

.gbk-chat-composer {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: end;
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.09);
    background: #191a20;
}

.gbk-chat-input-wrap {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: grid;
    gap: 6px;
}

.gbk-chat-file-summary {
    overflow: hidden;
    color: #7d8493;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-file-summary:empty {
    display: none;
}

.gbk-chat-composer textarea {
    width: 100%;
    height: 42px;
    min-height: 42px;
    max-height: 120px;
    resize: vertical;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: #24262e;
    color: #f8fafc;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
}

.gbk-chat-composer .gbk-icon-btn {
    width: 40px;
    height: 42px;
    align-self: end;
}

.gbk-chat-composer [data-gbk-chat-attach] {
    grid-column: 1;
    grid-row: 1;
}

.gbk-chat-composer .gbk-chat-send {
    grid-column: 3;
    grid-row: 1;
}

.gbk-chat-composer textarea:disabled,
.gbk-chat-composer button:disabled {
    cursor: not-allowed;
    opacity: .54;
}

.gbk-chat-composer small {
    grid-column: 2 / 4;
    grid-row: 2;
    min-width: 0;
    overflow: hidden;
    color: #6f7684;
    font-size: 11px;
    line-height: 16px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-composer small.is-error {
    color: #fca5a5;
}

.gbk-chat-composer.is-sending .gbk-chat-send {
    opacity: .68;
}

.gbk-chat-send {
    background: #2563eb;
    color: #ffffff;
}

.gbk-chat-members {
    overflow-y: auto;
    background: #14151c;
    border-left: 1px solid rgba(148, 163, 184, 0.09);
}

.gbk-chat-members header {
    padding: 18px 16px 10px;
}

.gbk-chat-members header strong,
.gbk-chat-members header span {
    display: block;
}

.gbk-chat-members header strong {
    color: #f8fafc;
    font-size: 13px;
    line-height: 18px;
    font-weight: 950;
    text-transform: uppercase;
}

.gbk-chat-members header span {
    color: #747b89;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
}

.gbk-chat-member-list {
    display: grid;
    gap: 4px;
    padding: 0 10px 16px;
}

.gbk-chat-member {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
}

.gbk-chat-member:hover {
    background: rgba(255, 255, 255, 0.055);
}

.gbk-chat-member > span {
    width: 32px;
    height: 32px;
    background: #64748b;
    font-size: 11px;
}

.gbk-chat-member-green > span { background: #059669; }
.gbk-chat-member-blue > span { background: #2563eb; }
.gbk-chat-member-purple > span { background: #7c3aed; }
.gbk-chat-member-orange > span { background: #d97706; }

.gbk-chat-member strong,
.gbk-chat-member small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbk-chat-member strong {
    color: #d8dce5;
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
}

.gbk-chat-member small {
    color: #7d8493;
    font-size: 11px;
    line-height: 16px;
    font-weight: 750;
}

@media (max-width: 1180px) {
    .gbk-community-shell {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .gbk-chat-members {
        display: none;
    }
}

@media (max-width: 760px) {
    .gbk-register-page {
        grid-template-rows: auto auto minmax(0, 1fr) auto;
    }

    .gbk-register-compliance {
        min-height: 44px;
        padding: 8px 14px;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .gbk-register-header,
    .gbk-register-footer {
        width: calc(100% - 32px);
    }

    .gbk-register-header {
        min-height: 72px;
    }

    .gbk-register-stage {
        align-items: flex-start;
        padding: 16px 16px 32px;
    }

    .gbk-register-panel {
        padding: 24px 18px;
    }

    .gbk-register-top h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .gbk-register-intro,
    .gbk-register-name-grid,
    .gbk-register-actions {
        grid-template-columns: 1fr;
    }

    .gbk-register-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-register-tabs {
        grid-template-columns: 1fr;
    }

    .gbk-register-footer {
        min-height: 90px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        font-size: 13px;
    }

    .gbk-community-shell {
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .gbk-chat-rail,
    .gbk-chat-main {
        min-height: 0;
    }

    .gbk-chat-rail {
        display: block;
    }

    .gbk-chat-channels {
        max-height: 220px;
    }

    .gbk-chat-main {
        min-height: 620px;
    }

    .gbk-chat-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .gbk-chat-composer {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        padding: 12px;
    }

    .gbk-chat-composer .gbk-icon-btn {
        width: 38px;
        height: 42px;
    }

    .gbk-chat-composer small {
        grid-column: 1 / -1;
        white-space: normal;
    }

    .gbk-file-control {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

.index-plugins-groupbuykits-login-index {
    background: #020306;
}

.index-plugins-groupbuykits-login-index .body-content-container,
.index-plugins-groupbuykits-login-index .body-content-formal-container {
    min-height: 100vh;
    background: #020306;
}

.index-plugins-groupbuykits-login-index .body-content-footer-container {
    min-height: 0;
    background: #020306;
}

.gbk-login-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto auto minmax(520px, 1fr) auto;
    color: #f5f7fb;
    background:
        linear-gradient(180deg, rgba(12, 22, 38, 0.92) 0, rgba(3, 5, 9, 0.98) 40%, #020306 100%),
        linear-gradient(90deg, rgba(17, 42, 76, 0.24), rgba(94, 50, 168, 0.14) 58%, rgba(3, 5, 9, 0));
    font-family: Inter, Arial, sans-serif;
}

.gbk-login-compliance {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    color: #f59e0b;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.gbk-login-header {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.gbk-login-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f8fafc;
    font-size: 20px;
    font-weight: 900;
}

.gbk-login-brand:hover {
    color: #ffffff;
}

.gbk-login-mark {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #6d5dfc, #9b5cf6);
    box-shadow: 0 12px 30px rgba(109, 93, 252, 0.35);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.gbk-login-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px 52px;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.gbk-login-panel {
    width: min(100%, 430px);
    padding: 42px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(13, 16, 24, 0.82);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
    animation: gbk-login-enter 420ms ease-out both;
}

.gbk-login-title {
    margin-bottom: 28px;
    text-align: center;
}

.gbk-login-title h1 {
    margin: 0;
    color: #f8fafc;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
}

.gbk-login-title p {
    margin: 8px 0 0;
    color: #9ca3af;
    font-size: 15px;
    line-height: 22px;
}

.gbk-login-form {
    display: grid;
    gap: 18px;
}

.gbk-login-field {
    position: relative;
    display: block;
    margin: 0;
}

.gbk-login-field span {
    position: absolute;
    top: -8px;
    left: 18px;
    z-index: 2;
    padding: 0 8px;
    background: #10131b;
    color: #8d93a1;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.gbk-login-field > i {
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #a4a7b0;
    font-size: 22px;
    pointer-events: none;
}

.gbk-login-field input {
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0 52px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #f8fafc;
    font-size: 16px;
    font-weight: 700;
    outline: 0;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gbk-login-page .gbk-login-field input[type="text"],
.gbk-login-page .gbk-login-field input[type="password"] {
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 52px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
    line-height: 58px !important;
}

.gbk-login-page .gbk-login-field input:-webkit-autofill,
.gbk-login-page .gbk-login-field input:-webkit-autofill:hover,
.gbk-login-page .gbk-login-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #11151b inset !important;
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #f8fafc;
}

.gbk-login-field input:focus {
    border-color: rgba(96, 165, 250, 0.78);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
}

.gbk-login-page .gbk-login-field input[type="text"]:focus,
.gbk-login-page .gbk-login-field input[type="password"]:focus {
    border-color: rgba(96, 165, 250, 0.78) !important;
    background: rgba(255, 255, 255, 0.075) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14) !important;
}

.gbk-login-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #a4a7b0;
    transform: translateY(-50%);
}

.gbk-login-eye:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.gbk-login-verify input {
    padding-right: 120px;
}

.gbk-login-verify img {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 96px;
    height: 34px;
    border-radius: 6px;
    transform: translateY(-50%);
    cursor: pointer;
}

.gbk-login-forgot {
    display: flex;
    justify-content: flex-end;
    margin-top: -4px;
}

.gbk-login-forgot a {
    color: #60a5fa;
    font-size: 14px;
    font-weight: 800;
}

.gbk-login-submit,
.gbk-login-trial {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
}

.gbk-login-submit {
    margin-top: 10px;
    border: 0;
    background: #f8fafc;
    color: #111318;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gbk-login-submit:hover,
.gbk-login-submit:focus {
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(248, 250, 252, 0.18);
    transform: translateY(-1px);
}

.gbk-login-submit i {
    font-size: 22px;
}

.gbk-login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 34px 0 22px;
    color: #858b98;
    font-size: 15px;
    font-weight: 800;
}

.gbk-login-divider::before,
.gbk-login-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(148, 163, 184, 0.13);
}

.gbk-login-trial {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: transparent;
    color: #f8fafc;
    transition: border-color 160ms ease, background 160ms ease;
}

.gbk-login-trial:hover {
    border-color: rgba(96, 165, 250, 0.46);
    background: rgba(96, 165, 250, 0.08);
    color: #ffffff;
}

.gbk-login-note {
    margin: 16px 0 34px;
    color: #858b98;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.gbk-login-access {
    text-align: center;
}

.gbk-login-access p {
    margin: 0 0 14px;
    color: #9ca3af;
    font-size: 15px;
    line-height: 22px;
}

.gbk-login-access div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.gbk-login-access span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.14);
    color: #60a5fa;
    font-size: 13px;
    font-weight: 900;
}

.gbk-login-closed {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(248, 113, 113, 0.3);
    border-radius: 8px;
    background: rgba(127, 29, 29, 0.2);
    color: #fecaca;
    text-align: center;
}

.gbk-login-closed span {
    color: #fca5a5;
    font-size: 13px;
}

.gbk-login-footer {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    color: #8b909c;
    font-size: 15px;
}

.gbk-login-footer nav {
    display: flex;
    gap: 34px;
}

.gbk-login-footer a {
    color: #9ca3af;
    font-weight: 800;
}

.gbk-login-footer a:hover {
    color: #ffffff;
}

@keyframes gbk-login-enter {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .gbk-login-page {
        grid-template-rows: auto auto minmax(0, 1fr) auto;
    }

    .gbk-login-compliance {
        min-height: 44px;
        padding: 8px 16px;
        font-size: 11px;
        line-height: 16px;
    }

    .gbk-login-header,
    .gbk-login-footer {
        width: calc(100% - 32px);
    }

    .gbk-login-header {
        min-height: 72px;
    }

    .gbk-login-stage {
        align-items: flex-start;
        padding: 20px 16px 32px;
    }

    .gbk-login-panel {
        padding: 28px 20px;
    }

    .gbk-login-title h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .gbk-login-footer {
        min-height: 90px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        font-size: 13px;
    }
}
