        .article-content .redacted {
            display: inline-block;
            min-height: 1em;
            background: #000;
            color: #000;
            border-radius: 2px;
            line-height: 1.2;
            max-width: 100%;
            overflow: hidden;
            vertical-align: baseline;
            white-space: nowrap;
        }
        .format-toolbar {
            margin-bottom: 8px;
        }
        .comment-delete-form {
            display: inline;
            margin-left: 10px;
        }
        .comment-delete-link {
            border: 0;
            padding: 0;
            background: transparent;
            color: #000;
            cursor: pointer;
            text-decoration: underline;
            font: inherit;
        }
        .comment-mention {
            display: inline-block;
            border-radius: 999px;
            padding: 0 .38rem;
            background: rgba(16, 185, 129, .14);
            color: #047857;
            font-weight: 600;
        }
        .comment-mention-link {
            position: relative;
            text-decoration: none;
            transition: background-color .18s ease, color .18s ease;
        }
        .comment-mention-link:hover,
        .comment-mention-link:focus-visible {
            color: #065f46;
            background: rgba(16, 185, 129, .24);
            outline: none;
        }
        .comment-mention-link:hover::after,
        .comment-mention-link:focus-visible::after {
            content: attr(data-profile-preview);
            position: absolute;
            left: 50%;
            bottom: calc(100% + 8px);
            transform: translateX(-50%);
            white-space: nowrap;
            border-radius: 8px;
            background: #064e3b;
            color: #ecfdf5;
            padding: .28rem .5rem;
            font-size: .72rem;
            font-weight: 500;
            z-index: 10;
            box-shadow: 0 10px 22px rgba(6, 78, 59, .26);
        }
        .comment-editor {
            min-height: 88px;
            white-space: pre-wrap;
            word-break: break-word;
            cursor: text;
        }
        .alert-dismissible {
            display: flex;
            align-items: center;
            gap: .45rem;
        }
        .alert-message {
            flex: 1;
        }
        .alert-close-btn {
            border: 0;
            background: transparent;
            color: inherit;
            font-size: 1.1rem;
            line-height: 1;
            cursor: pointer;
            opacity: .75;
        }
        .alert-close-btn:hover {
            opacity: 1;
        }
        .comment-editor:empty::before {
            content: attr(data-placeholder);
            color: #94a3b8;
        }
        .comment-editor-mention-chip {
            display: inline-flex;
            align-items: center;
            border-radius: 10px;
            border: 1px solid rgba(16, 185, 129, .34);
            background: rgba(16, 185, 129, .14);
            color: #065f46;
            font-weight: 600;
            padding: .08rem .4rem;
            margin: 0 .08rem;
            line-height: 1.3;
        }
        .comment-body-hidden {
            position: absolute;
            opacity: 0;
            pointer-events: none;
            width: 1px;
            height: 1px;
        }
        .comment-mention-hints {
            margin-top: .35rem;
            color: var(--text-muted);
            font-size: .78rem;
            line-height: 1.35;
            display: flex;
            flex-wrap: wrap;
            gap: .35rem;
        }
        .comment-mention-hint {
            display: inline-flex;
            align-items: center;
            gap: .25rem;
            padding: .14rem .44rem;
            border-radius: 999px;
            background: rgba(16, 185, 129, .08);
            color: #0f766e;
        }
        .comment-mention-hint-username {
            font-weight: 600;
            color: #047857;
        }
        .comment-mention-dropdown {
            margin-top: .35rem;
            border: 1px solid rgba(16, 185, 129, .3);
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 16px 35px rgba(15, 23, 42, .12);
            max-height: 224px;
            overflow-y: auto;
        }
        .comment-mention-dropdown-item {
            width: 100%;
            border: 0;
            background: transparent;
            display: flex;
            align-items: center;
            gap: .72rem;
            padding: .68rem .8rem;
            cursor: pointer;
            text-align: left;
        }
        .comment-mention-dropdown-item + .comment-mention-dropdown-item {
            border-top: 1px solid rgba(148, 163, 184, .24);
        }
        .comment-mention-dropdown-item:hover,
        .comment-mention-dropdown-item:focus,
        .comment-mention-dropdown-item.is-active {
            background: rgba(16, 185, 129, .08);
            outline: none;
        }
        .comment-mention-dropdown-avatar {
            width: 36px;
            height: 36px;
            border-radius: 999px;
            background: linear-gradient(135deg, #10b981, #059669);
            color: #ecfdf5;
            font-weight: 700;
            font-size: .78rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            object-fit: cover;
            flex-shrink: 0;
        }
        .comment-mention-dropdown-loading {
            padding: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            color: var(--text-muted);
            font-size: 0.85rem;
        }
        .comment-mention-dropdown-meta {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: .1rem;
        }
        .comment-mention-dropdown-name {
            color: #064e3b;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .comment-mention-dropdown-username {
            color: #047857;
            font-size: .8rem;
        }
        .article-like-wrap {
            display: flex;
            align-items: center;
            gap: .65rem;
            margin-top: 1rem;
            margin-bottom: .75rem;
            padding: 0 2rem 1.25rem;
            flex-wrap: wrap;
        }
        .article-meta-sep {
            color: var(--text-muted);
        }
        .article-share-count {
            font-size: .95rem;
            font-weight: 700;
            color: var(--gray-700);
        }
        .article-like-btn.is-liked {
            border-color: #e11d48;
            color: #e11d48;
            background: rgba(225, 29, 72, .08);
        }
        .article-like-count {
            font-size: .95rem;
            font-weight: 700;
            color: var(--gray-700);
        }
        @media (max-width: 640px) {
            .format-toolbar .btn {
                width: 100%;
                justify-content: center;
            }
            .article-like-wrap {
                padding: 0 1.15rem 1rem;
            }
        }
