.ght-page--hub {
    min-height: 100%;
    color: #e5e7eb;
}

.ght-contained {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 28px 48px;
}

.ght-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 18px;
}

.ght-title {
    margin: 0 0 6px;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.ght-sub {
    margin: 0;
    max-width: 42rem;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.62);
}

.ght-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.ght-cat {
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(226, 232, 240, 0.78);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.ght-cat:hover {
    border-color: rgba(168, 85, 247, 0.35);
    color: #fff;
}

.ght-cat.is-active {
    border-color: rgba(168, 85, 247, 0.55);
    background: rgba(168, 85, 247, 0.14);
    color: #fff;
}

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

@media (max-width: 960px) {
    .ght-list {
        grid-template-columns: 1fr;
    }
}

.ght-row[hidden] {
    display: none !important;
}

.ght-row {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: background 0.15s, border-color 0.15s;
}

.ght-row:hover {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
}

.ght-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, color-mix(in srgb, var(--ght-accent, #a855f7) 28%, transparent), rgba(0, 0, 0, 0.35));
    border: 1px solid color-mix(in srgb, var(--ght-accent, #a855f7) 35%, transparent);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.ght-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.ght-meta {
    min-width: 0;
}

.ght-name {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 750;
    color: #fff;
    letter-spacing: -0.01em;
}

.ght-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.52);
}

.ght-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.ght-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.42);
}

.ght-badge--free {
    color: rgba(52, 211, 153, 0.85);
}

.ght-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: background 0.15s, border-color 0.15s;
}

.ght-btn--open:hover {
    background: rgba(168, 85, 247, 0.18);
    border-color: rgba(168, 85, 247, 0.45);
}

.ght-row--featured {
    border-color: rgba(124, 92, 255, 0.45);
    background: linear-gradient(90deg, rgba(124, 92, 255, 0.14), rgba(255, 255, 255, 0.03));
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.ght-feat {
    font-style: normal;
    margin-left: 8px;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c4b5fd;
    vertical-align: middle;
}

.ght-btn--get {
    opacity: 0.45;
    cursor: not-allowed;
}
