.post-page:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
}

.post-page__breadcrumbs:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 20px;
}
.post-page__breadcrumbs a:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-m);
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.15s;
}
.post-page__breadcrumbs a:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: var(--text-active);
}
.post-page__breadcrumbs span:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-m);
    color: var(--text-muted);
    user-select: none;
}

.post-page__title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin: 20px 0 30px;
}

.post-page__space-block:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: start;

    background: var(--gray-bg);
    border: 1px solid var(--gray-border);
    padding: 10px;
    border-radius: 5px;
}
.post-page__space-photo-link:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: block;
    text-decoration: none;
}
.post-page__space-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: var(--gray-bg);
    color: var(--accent-text);
    font-size: var(--font-m);
    font-weight: var(--font-bold);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    overflow: hidden;
    flex-shrink: 0;
}
.post-page__space-photo.has-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    background: none;
}
.post-page__space-photo img:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-page__space-content:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.post-page__space-head:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.post-page__space-head-text:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    min-width: 0;
    flex: 1;
}
.post-page__space-title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: block;
    color: var(--text);
    font-size: var(--font-m);
    font-weight: var(--font-semibold);
    text-decoration: none;
    line-height: 26px;
}
.post-page__space-title:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    text-decoration: underline;
}
.post-page__space-head-actions:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.post-page__space-desc:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-sub);
    font-size: var(--font-m);
    margin: 0;
}
.post-page__space-autors:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
}
.post-page__space-autors-photos:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.post-page__space-autors-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), .post-page__space-autors-more:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gray-bg);
    color: var(--accent-text);
    font-size: var(--font-s);
    font-weight: var(--font-semibold);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    border: 2px solid var(--surface);
    margin-left: -8px;
    position: relative;
    flex-shrink: 0;
}
.post-page__space-autors-photo.has-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    background: none;
}
.post-page__space-autors-photo:first-child:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), .post-page__space-autors-more:first-child:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin-left: 0;
}
.post-page__space-autors-photo img:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-page__space-autors-more:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: var(--text-sub);
    background: var(--gray-bg);
}
.post-page__space-authors-label:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.post-page__space-authors-label a:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-weight: var(--font-semibold);
    font-size: var(--font-s);
    color: var(--text);
    text-decoration: none;
    line-height: 1.3;
}
.post-page__space-authors-label a:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    text-decoration: underline;
}
.post-page__space-authors-label span:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: var(--text-muted);
    font-size: var(--font-s);
    line-height: 1.3;
}
@media (max-width: 768px) {
    .post-page__space-block:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        grid-template-columns: 80px 1fr;
        row-gap: 10px;
        column-gap: 12px;
    }
    .post-page__space-photo-link:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        grid-column: 1;
        grid-row: 1;
    }
    .post-page__space-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        font-size: var(--font-s);
    }

    .post-page__space-content:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        display: contents;
    }

    .post-page__space-head:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        grid-column: 2;
        grid-row: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        display: flex;
    }

    .post-page__space-desc:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        grid-column: 1 / -1;
        grid-row: 2;
        -webkit-line-clamp: 2;
    }

    .post-page__space-autors:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        grid-column: 1 / -1;
        grid-row: 3;
        flex-wrap: wrap;
        gap: 8px;
    }
    .post-page__space-head-actions:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        justify-content: flex-start;
    }
    .post-page__space-authors-label:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        gap: 4px 6px;
    }
}

.post-page__meta-wrap:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin-top: 10px;
}
.post-page__read_minutes:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    text-align: right;
    color: var(--text-sub);
    font-size: var(--font-s);
    margin-top: 10px;
}
.post-page__meta:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 5px 0;
    border-bottom: 1px solid var(--gray-border);
    font-size: var(--font-s);
    font-weight: var(--font-normal);
    color: var(--text-sub);
}
.post-page__meta-left:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    gap: 12px;
}
.post-page__meta-right:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.post-page__more:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    position: relative;
}
.post-page__engagement_icon:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 5px;
    border: none;
    background: none;
    color: var(--text);
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    transition:
        color 0.15s,
        background 0.15s;
}
.post-page__engagement_icon svg:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: var(--text);
    flex-shrink: 0;
}
.post-page__engagement_icon .post__action__count:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-s);
    font-weight: var(--font-normal);
    color: var(--text-sub);
}
.post-page__engagement_icon:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    background: var(--surface-2);
}
.post-page__engagement_icon.active svg *:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    fill: var(--warning);
}

.post-page__text:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin-top: 30px;
}

.post-page__comments:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin: 50px 0 80px;
}

.top-posts:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin-bottom: 20px;
}
.top-posts__head:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin-bottom: 12px;
}
.top-posts__title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-l);
    font-weight: var(--font-semibold);
    color: var(--text);
}
.top-posts__list:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
}
.top-posts__item:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 12px 10px 15px;
    border-radius: 12px;
    transition: background 0.2s ease;
}
.top-posts__item:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    background: var(--surface-2);
}
.top-posts__item:not(:last-child):where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *)::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: var(--gray-border);
}
.top-posts__name:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-m);
    font-weight: var(--font-medium);
    color: var(--text);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-posts__bottom:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}
.top-posts__photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    overflow: hidden;
    background: var(--surface-2);
}
.top-posts__photo img:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top-posts__meta-wrap:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    min-width: 0;
    flex: 1;
}
.top-posts__space:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-s);
    font-weight: var(--font-medium);
    color: var(--text);
    margin-bottom: 2px;
}
.top-posts__meta:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: var(--font-s);
    font-weight: var(--font-normal);
    color: var(--text-sub);
}
.top-posts__dot:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    margin: 0 4px;
}

.reader-layout, .reader-more, .reader-share-dialog {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: var(--text);
    --font-s: 12px;
    --font-m: 14px;
    --font-l: 18px;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --text-sub: var(--text-2);
    --text-muted: var(--text-3);
    --text-active: var(--text);
}
*:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    box-sizing: border-box;
}
.reader-layout, .reader-more, .reader-share-dialog {
    margin: 0;
    background: var(--bg-soft);
}
a:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: inherit;
    text-decoration: none;
}
button:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), input:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font: inherit;
}
button:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    cursor: pointer;
}
button:disabled:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    opacity: 0.5;
    cursor: default;
}
.reader-header:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
    padding: 0 24px;
}
.reader-brand:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -1px;
}
.reader-header nav:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    gap: 24px;
    font-size: 13px;
    color: var(--text-2);
}

.post-page__title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.7px;
    overflow-wrap: anywhere;
}
.reader-aside:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    padding-top: 20px;
}
.reader-follow:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    border: 1px solid var(--border-strong);
    border-radius: 5px;
    padding: 6px 12px;
    background: var(--surface);
    color: var(--text-2);
    font-size: 12px;
}
.reader-edit:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 23px;
}
.post-page__space-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), .post-page__space-autors-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    color: var(--text-2);
    background: var(--surface-3);
}
.reader-authors-toggle:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    border: 0;
    padding: 0;
    background: none;
    text-align: left;
    color: inherit;
}
.post-page__space-authors-label strong:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 12px;
    font-weight: 600;
}
.post-page__engagement_icon[aria-pressed="true"] svg:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    fill: var(--warning);
}
.reader-more {
    position: relative;
}
.reader-more summary {
    list-style: none;
    font-size: 22px;
    cursor: pointer;
    padding: 0 5px;
}
.reader-more > div {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    min-width: 180px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 10px 30px var(--shadow-color);
}
.reader-more button, .reader-more a {
    display: block;
    padding: 10px;
    border: 0;
    background: none;
    font: inherit;
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.reader-more button:hover {
    background: var(--surface-2);
}
#reader-status:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 12px;
    color: var(--text-3);
}
#reader-status:empty:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: none;
}
#article-content > .tiptap > h1:first-child:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), #article-content > .ProseMirror > h1:first-child:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), #article-content.structured-reading > h1:first-child:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: none;
}
#article-content:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    overflow-wrap: anywhere;
}
#article-content img:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    max-width: 100%;
    height: auto;
}
#article-content .tiptap:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    outline: 0;
}
#reader-authors:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    border: 1px solid var(--border);
    border-radius: 16px;
    width: 420px;
    max-width: calc(100vw - 32px);
    padding: 22px;
    background: var(--surface);
    color: var(--text);
}
#reader-authors:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *)::backdrop {
    background: var(--overlay);
}
#reader-authors header:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#reader-authors h2:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 20px;
    margin: 0;
}
#reader-authors [data-close]:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    border: 0;
    background: none;
    font-size: 24px;
}
.reader-author:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
}
.reader-author .post-page__space-autors-photo:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    width: 44px;
    height: 44px;
    margin: 0;
}
.reader-author small:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: block;
    font-size: 12px;
    color: var(--text-3);
}
.top-posts__meta:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-page__meta-left:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), .post-page__meta-right:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    flex-wrap: wrap;
}
@media (max-width: 900px) {

    .reader-aside:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        display: none;
    }
}
@media (max-width: 600px) {
    .reader-layout, .reader-more, .reader-share-dialog {
        background: var(--bg);
    }
    .reader-header:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        height: 60px;
        padding: 0 16px;
    }
    .reader-header nav:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        gap: 14px;
        font-size: 12px;
    }

    .post-page__title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        font-size: 28px;
        margin: 18px 0 24px;
    }
    .post-page__meta-left:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        gap: 7px;
    }
    .post-page__meta-right:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        gap: 5px;
    }
    .post-page__date:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *), time:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        font-size: 11px;
    }
    .post-page__text:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
        margin-top: 22px;
    }
}
.post-page__comments-title:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    font-size: 20px;
    margin: 0 0 24px;
}
[hidden]:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    display: none !important;
}

#article-content .tiptap:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
}

/* Article-specific columns and inner padding. */
.reader-layout { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:24px; align-items:stretch; margin:0; padding:0; }
.reader-paper:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) { min-width:0; min-height:var(--page-height); padding:var(--page-top) var(--page-padding) 40px; }
.reader-aside:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) { padding-top:var(--page-top); }
@media(max-width:1150px) {
 .reader-layout { grid-template-columns:minmax(0,1fr); }
 .reader-aside:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *) { display:none; }
}

.article-toc:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){margin:20px 0 28px;padding:18px 20px;border:1px solid var(--border);border-radius:10px;line-height:1.6}.article-toc strong:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){display:block;margin-bottom:8px}.article-toc ol:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){margin:0;padding-left:22px}.article-toc li:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){padding:3px 0}.article-toc a:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){color:var(--text);text-decoration:none;overflow-wrap:anywhere}.article-toc a:hover:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){text-decoration:underline}#article-content h2[id]:where(.reader-layout, .reader-layout *, .reader-more, .reader-more *, .reader-share-dialog, .reader-share-dialog *, .reader-authors-dialog, .reader-authors-dialog *, .article-lightbox, .article-lightbox *){scroll-margin-top:24px}

/* The reader owns its body-portaled image viewer; editor CSS is not loaded here. */
.article-lightbox { box-sizing:border-box; width:fit-content; max-width:94vw; max-height:94dvh; margin:auto; padding:12px; overflow:auto; border:1px solid var(--border); border-radius:10px; background:var(--surface); color:var(--text); font:14px/1.5 "Open Sans",sans-serif; }
.article-lightbox img { display:block; max-width:calc(94vw - 26px); max-height:80dvh; object-fit:contain; }
.article-lightbox button { display:block; margin:0 0 8px auto; padding:2px 8px; border:0; background:transparent; color:inherit; font:24px/1 sans-serif; cursor:pointer; }
.article-lightbox::backdrop { background:rgb(0 0 0 / 70%); }
