.article-view-footer {
    margin: 68px 0 8px;
    color: #999;
}

.article-view-endmark {
    margin: 0 0 32px;
    color: #258db7;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.article-engagement-row {
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.article-engagement-counts,
.article-share-actions {
    display: inline-flex;
    align-items: center;
}

.article-engagement-counts {
    gap: 18px;
}

.article-share-actions {
    gap: 16px;
}

.article-view-counter,
.article-like,
.article-share-action {
    color: #999;
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, monospace;
    font-size: 0.72rem;
    line-height: 1;
}

.article-view-counter,
.article-like {
    display: inline-flex;
    min-width: 4.8ch;
    align-items: center;
    gap: 6px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.article-like,
.article-share-action {
    min-height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.16s ease, opacity 0.16s ease;
}

.article-like {
    min-width: 24px;
}

.article-share-action {
    display: inline-flex;
    width: 24px;
    align-items: center;
    justify-content: center;
}

.article-view-counter svg,
.article-like svg,
.article-share-action svg {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.article-view-number,
.article-like-number {
    display: inline-block;
    min-width: 1.4ch;
}

.article-like:hover,
.article-like[aria-pressed='true'],
.article-share-action:hover,
.article-share-action.is-copied {
    color: #258db7;
}

.article-like[aria-pressed='true'] svg {
    fill: #eaf6ff;
}

.article-like:disabled {
    cursor: default;
    opacity: 0.55;
}

.article-share-mark {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1;
}

.article-writing-nav {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid #e7e7e7;
}

.article-neighbor-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
}

.article-neighbor {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    color: #777;
    text-decoration: none;
}

.article-neighbor--next {
    grid-column: 2;
    text-align: right;
}

.article-neighbor-label,
.article-utility-nav,
.article-footer-place,
.article-footer-links {
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, monospace;
}

.article-neighbor-label {
    color: #aaa;
    font-size: 0.67rem;
    line-height: 1.2;
}

.article-neighbor-title {
    color: #666;
    font-size: 0.82rem;
    line-height: 1.45;
    transition: color 0.16s ease;
}

.article-neighbor:hover .article-neighbor-title {
    color: #258db7;
}

.article-utility-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
    font-size: 0.68rem;
    line-height: 1.4;
}

.article-utility-nav a,
.article-footer-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.16s ease;
}

.article-utility-nav a:hover,
.article-footer-links a:hover {
    color: #258db7;
}

.article-site-footer {
    margin-top: 96px;
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
    color: #999;
}

.article-site-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.article-footer-place {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.69rem;
    line-height: 1;
    white-space: nowrap;
}

.article-footer-dot {
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #8dc8f3;
    animation: article-footer-breathe 3.2s ease-in-out infinite;
}

.article-footer-time {
    color: #555;
    font-variant-numeric: tabular-nums;
}

.article-footer-city {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
}

.article-footer-links {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 0.69rem;
    line-height: 1;
}

.article-footer-copyright {
    margin: 24px 0 0;
    color: #bbb;
    font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, monospace;
    font-size: 0.66rem;
    line-height: 1.4;
    text-align: center;
}

.article-footer-brand {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
}

.article-view-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes article-footer-breathe {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

@media (max-width: 600px) {
    .article-view-footer {
        margin-top: 56px;
    }

    .article-engagement-row {
        gap: 16px;
    }

    .article-share-actions {
        gap: 10px;
    }

    .article-neighbor-links {
        gap: 22px;
    }

    .article-writing-nav {
        margin-top: 48px;
    }

    .article-utility-nav {
        align-items: flex-start;
        gap: 18px;
    }

    .article-utility-nav a:last-child {
        text-align: right;
    }

    .article-site-footer {
        margin-top: 76px;
    }

    .article-site-footer-row {
        flex-wrap: wrap;
        row-gap: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-like,
    .article-share-action,
    .article-neighbor-title,
    .article-utility-nav a,
    .article-footer-links a {
        transition: none;
    }

    .article-footer-dot {
        animation: none;
    }
}
