body.bot-shell {
    background: #f6f7f8;
    color: #151719;
    font-family: Poppins, Arial, sans-serif;
    margin: 0;
}

.bot-header {
    align-items: center;
    display: flex;
    min-height: 84px;
}

.bot-brand img {
    display: block;
    height: 46px;
    width: auto;
}

.bot-page {
    background: #fff;
    border: 1px solid #e2e5e8;
    padding: 24px;
}

.bot-preview {
    background: #eef1f4;
    display: block;
    margin: -24px -24px 24px;
}

.bot-preview img {
    aspect-ratio: 1.72 / 1;
    display: block;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}

.bot-page h1 {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 12px;
}

.bot-description {
    color: #44494f;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 22px;
    max-width: 820px;
}

.bot-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0;
}

.bot-facts {
    border-top: 1px solid #edf0f2;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 24px 0 0;
    padding: 16px 0 0;
}

.bot-facts div {
    min-width: 0;
}

.bot-facts dt {
    color: #68717b;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bot-facts dd {
    margin: 4px 18px 0 0;
    overflow-wrap: anywhere;
}

.bot-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 28px 0 48px;
}

.bot-section {
    margin-top: 28px;
}

.bot-section h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 12px;
}

.bot-list {
    background: #fff;
    border: 1px solid #e2e5e8;
}

.bot-list a {
    border-bottom: 1px solid #edf0f2;
    color: #151719;
    display: block;
    padding: 13px 15px;
}

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

.bot-list strong,
.bot-list span {
    display: block;
    overflow-wrap: anywhere;
}

.bot-list strong {
    font-size: 15px;
    font-weight: 500;
}

.bot-list span {
    color: #68717b;
    font-size: 13px;
    margin-top: 3px;
}

@media (max-width: 600px) {
    .bot-header {
        min-height: 68px;
    }

    .bot-brand img {
        height: 38px;
    }

    .bot-page {
        padding: 18px;
    }

    .bot-preview {
        margin: -18px -18px 18px;
    }
}
