.gt-page {
    background: #f7f7f7;
    color: #111111;
    padding: 32px 0 72px;
}

.gt-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.gt-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #666666;
    font-size: 13px;
    margin-bottom: 24px;
}

.gt-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.gt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 24px;
    margin-bottom: 28px;
}

.gt-hero__copy,
.gt-hero__stats,
.gt-highlights,
.gt-toolbar,
.gt-categories,
.gt-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
}

.gt-hero__copy {
    padding: 34px;
}

.gt-hero__badge,
.gt-card__badge,
.gt-highlight-card__label,
.gt-chip,
.gt-card__score {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.gt-hero__badge,
.gt-highlight-card__label {
    background: rgba(124, 92, 255, 0.08);
    color: #7c5cff;
    padding: 8px 12px;
    font-weight: 600;
}

.gt-hero h1 {
    margin: 16px 0 12px;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.gt-hero__desc {
    margin: 0;
    max-width: 820px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.75;
}

.gt-hero__actions,
.gt-card__footer,
.gt-toolbar__groups,
.gt-chip-row,
.gt-card__meta,
.gt-highlight-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gt-hero__actions {
    margin-top: 24px;
}

.gt-batch-banner {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 118, 110, 0.18);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(124, 92, 255, 0.06));
}

.gt-batch-banner strong {
    display: block;
    margin-bottom: 6px;
    color: #0f766e;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gt-batch-banner p {
    margin: 0;
    color: #33515d;
    font-size: 14px;
    line-height: 1.7;
}

.gt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gt-btn--primary {
    background: #111111;
    color: #ffffff;
}

.gt-btn--secondary {
    background: rgba(124, 92, 255, 0.08);
    color: #4f36d6;
}

.gt-btn--ghost {
    background: #ffffff;
    border-color: #dddddd;
    color: #111111;
}

.gt-btn:hover {
    transform: translateY(-1px);
}

.gt-hero__stats {
    padding: 26px;
    display: grid;
    gap: 14px;
}

.gt-stat {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fafafa;
    border: 1px solid #efefef;
}

.gt-stat strong {
    font-size: 28px;
    line-height: 1;
}

.gt-stat span {
    font-size: 13px;
    color: #666666;
}

.gt-highlights {
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.gt-highlight-card {
    padding: 18px;
    border-radius: 20px;
    background: #fbfbfb;
    border: 1px solid #efefef;
}

.gt-highlight-card h2,
.gt-card h2 {
    margin: 12px 0 10px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.gt-highlight-card h2 a,
.gt-card h2 a {
    color: #111111;
    text-decoration: none;
}

.gt-highlight-card p,
.gt-card__desc {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.75;
}

.gt-highlight-card__meta {
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
}

.gt-highlight-card__meta span {
    font-weight: 700;
}

.gt-highlight-card__meta a {
    color: #4f36d6;
    text-decoration: none;
    font-weight: 600;
}

.gt-toolbar {
    padding: 20px;
    margin-bottom: 20px;
    display: grid;
    gap: 18px;
}

.gt-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.gt-search input {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 0 16px;
    font-size: 14px;
}

.gt-search button {
    min-height: 46px;
    border-radius: 14px;
    border: 0;
    background: #111111;
    color: #ffffff;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.gt-filter-group {
    display: grid;
    gap: 10px;
}

.gt-filter-group__label {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666666;
}

.gt-categories {
    padding: 18px 20px;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gt-chip {
    padding: 10px 14px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    color: #444444;
    text-decoration: none;
}

.gt-chip.is-active {
    border-color: rgba(124, 92, 255, 0.24);
    background: rgba(124, 92, 255, 0.08);
    color: #4f36d6;
}

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

.gt-card {
    padding: 22px;
    display: grid;
    gap: 16px;
}

.gt-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gt-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gt-card__badge {
    padding: 8px 12px;
    background: #f4f4f4;
    color: #555555;
    font-weight: 600;
}

.gt-card__badge--profile {
    background: rgba(20, 184, 166, 0.1);
    color: #0f766e;
}

.gt-card__badge--batch {
    background: rgba(79, 54, 214, 0.09);
    color: #4f36d6;
}

.gt-card__score {
    padding: 8px 12px;
    background: #111111;
    color: #ffffff;
    font-weight: 700;
}

.gt-card__meta {
    color: #666666;
    font-size: 13px;
}

.gt-card__scores {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fafafa;
    border: 1px solid #efefef;
}

.gt-score-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: #555555;
}

.gt-score-row strong {
    color: #111111;
}

.gt-card__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gt-card__list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f6f6f6;
    color: #444444;
    font-size: 12px;
    border: 1px solid #eeeeee;
}

.gt-card__detail-grid {
    display: grid;
    gap: 12px;
}

.gt-card__detail-block {
    display: grid;
    gap: 8px;
}

.gt-card__detail-block strong {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666666;
}

.gt-card__footer {
    margin-top: auto;
}

.gt-card--empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 36px;
}

@media (max-width: 1080px) {
    .gt-hero,
    .gt-highlights,
    .gt-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .gt-page {
        padding: 20px 0 56px;
    }

    .gt-shell {
        padding: 0 16px;
    }

    .gt-hero__copy,
    .gt-toolbar,
    .gt-categories,
    .gt-card {
        padding: 18px;
        border-radius: 18px;
    }

    .gt-hero h1 {
        font-size: 30px;
    }

    .gt-search {
        grid-template-columns: 1fr;
    }
}
