/*
 * SmartLiveReport M8.7B1 — Article CSS isolation (additive stage)
 *
 * These declarations are exact article-page declarations copied from the
 * current global stylesheet. They intentionally remain in style.min.css
 * during this stage. Loading this file only on article pages establishes a
 * safe page-specific CSS boundary before any global selector is removed.
 */

.article-card,
article {
    background: var(--surface);
    padding: 18px !important;
    margin: 16px 0 !important;
    border-radius: var(--radius);
    border: 1px solid var(--card-border);
    box-shadow: 0 10px 32px rgba(12, 18, 26, .06);
    overflow: visible;
}

article h1 {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 8px;
    color: var(--text);
    word-break: normal;
    overflow-wrap: normal;
}

article h2 {
    font-size: 1.4rem;
    margin: 0 0 12px;
    color: var(--text);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 18px;
    font-size: .95rem;
    color: #666;
}

.article-meta i {
    color: var(--primary);
    margin-right: 4px;
}

.article-meta-separator {
    color: #999;
}

#full-content {
    margin: 28px auto 0;
    max-width: 820px;
    line-height: 2;
    font-size: 1.15rem;
    color: #222;
    letter-spacing: .1px;
    font-family: 'Noto Sans Malayalam', 'Noto Sans', Georgia, serif;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-font-smoothing: antialiased;
}

#full-content p {
    margin-bottom: 24px;
    text-align: justify;
}

#full-content img {
    display: block;
    margin: 35px auto;
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    cursor: zoom-in;
    transition: transform .15s ease;
}

#full-content img:hover {
    transform: scale(1.02);
}

#full-content blockquote {
    margin: 30px 0;
    padding: 18px 24px;
    border-left: 5px solid var(--primary);
    background: #f8fbff;
    font-style: italic;
    border-radius: 8px;
}

#full-content ul,
#full-content ol {
    padding-left: 28px;
    margin: 20px 0;
}

#full-content li {
    margin-bottom: 12px;
}

#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ff3b30;
    z-index: 999999;
    transition: width .08s linear;
}

/* SLR_M8_7C1_ARTICLE_STATIC_SELECTORS_ADDITIVE_START */

/* Article editorial metadata. Duplicated from the legacy global stylesheet
   during the additive migration stage; the legacy declarations remain active. */
.article-editorial-meta {
    margin: 10px 0 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.article-editorial-meta strong {
    color: #111;
}

.article-updated {
    margin-top: 4px;
    color: #0b5ed7;
}

/* Article publisher attribution footer. Duplicated from the legacy global
   stylesheet during the additive migration stage. */
.article-publisher-divider {
    margin: 40px 0 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.article-publisher-footer {
    margin-bottom: 35px;
    text-align: center;
}

.article-publisher-title {
    margin-bottom: 6px;
    color: #777;
    font-size: 14px;
}

.article-publisher-name {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.article-publisher-site {
    margin-top: 4px;
    color: #666;
    font-size: 15px;
}

/* SLR_M8_7C1_ARTICLE_STATIC_SELECTORS_ADDITIVE_END */
/* SLR_M8_7C2_ARTICLE_CONTENT_TYPOGRAPHY_ADDITIVE_START */

/*
 * Additive copy of confirmed article-only content rules.
 * Nothing is removed from style.min.css in M8.7C2.
 */

article,
.article-card {
    background: var(--surface);
    padding: 18px !important;
    margin: 16px 0 !important;
    border-radius: var(--radius);
    border: 1px solid var(--card-border);
    box-shadow: 0 10px 32px rgba(12, 18, 26, 0.06);
    overflow: visible;
}

article h1 {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0 0 8px;
    color: var(--text);
    word-break: normal;
    overflow-wrap: normal;
}

article h2 {
    font-size: 1.4rem;
    margin: 0 0 12px;
    color: var(--text);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 18px;
    font-size: 0.95rem;
    color: #666;
}

.article-meta i {
    color: var(--primary);
    margin-right: 4px;
}

.article-meta-separator {
    color: #999;
}

#full-content {
    margin: 28px auto 0;
    max-width: 820px;
    line-height: 2;
    font-size: 1.15rem;
    color: #222;
    letter-spacing: 0.1px;
    font-family: 'Noto Sans Malayalam', 'Noto Sans', Georgia, serif;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-font-smoothing: antialiased;
}

#full-content p {
    margin-bottom: 24px;
    text-align: justify;
}

#full-content img {
    display: block;
    margin: 35px auto;
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    cursor: zoom-in;
    transition: transform 0.15s ease;
}

#full-content img:hover {
    transform: scale(1.02);
}

#full-content blockquote {
    margin: 30px 0;
    padding: 18px 24px;
    border-left: 5px solid var(--primary);
    background: #f8fbff;
    font-style: italic;
    border-radius: 8px;
}

#full-content ul,
#full-content ol {
    padding-left: 28px;
    margin: 20px 0;
}

#full-content li {
    margin-bottom: 12px;
}

#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ff3b30;
    z-index: 999999;
    transition: width 0.08s linear;
}

@media (max-width: 768px) {
    article,
    .article-card {
        padding: 15px !important;
        margin: 14px 0 !important;
        border-radius: 12px !important;
    }

    article h1 {
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
    }

    article h2 {
        font-size: 1.18rem !important;
        line-height: 1.35 !important;
        margin-top: 26px !important;
        margin-bottom: 12px !important;
    }

    .article-meta {
        font-size: 0.84rem !important;
        gap: 6px !important;
        margin: 8px 0 14px !important;
    }

    #full-content {
        margin-top: 18px !important;
        font-size: 1rem !important;
        line-height: 1.75 !important;
        max-width: 100% !important;
    }

    #full-content p {
        margin-bottom: 18px !important;
        text-align: left !important;
    }

    #full-content img {
        margin: 22px auto !important;
        border-radius: 10px !important;
    }

    #full-content blockquote {
        margin: 20px 0 !important;
        padding: 14px 16px !important;
        font-size: 0.96rem !important;
    }
}

/* SLR_M8_7C2_ARTICLE_CONTENT_TYPOGRAPHY_ADDITIVE_END */

/* SLR_M8_7D1_ARTICLE_SHARE_NAV_ADDITIVE_START */

/*
 * Additive migration of article-only interaction and navigation styles.
 * These declarations intentionally remain in style.min.css during M8.7D1.
 */

.article-tools-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 18px;
    position: relative;
}

.desktop-share-menu {
    display: block;
}

.share-menu-wrapper {
    position: relative;
}

.share-main-btn {
    border: 1px solid var(--card-border);
    background: var(--surface);
    color: var(--primary);
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.share-main-btn::-webkit-details-marker {
    display: none;
}

.share-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 190px;
    background: var(--surface);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
    padding: 8px;
    z-index: 9999;
}

.share-menu.open,
.share-menu-wrapper[open] .share-menu {
    display: block;
}

.share-menu button {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--text);
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}

.share-menu button:hover {
    background: rgba(11, 116, 222, .08);
}

.share-menu i {
    width: 20px;
    color: var(--primary);
}

.mobile-share-icons {
    display: none;
    gap: 8px;
}

.share-btn {
    background: transparent;
    border: 1px solid var(--card-border);
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    width: 40px;
    height: 40px;
}

.share-btn i {
    font-size: 16px;
}

.share-btn:hover {
    background: rgba(11, 116, 222, .06);
}

.share-btn:focus {
    outline: 2px solid rgba(11, 116, 222, .14);
    outline-offset: 2px;
}

.font-size-controls {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.font-size-controls button {
    border: 1px solid var(--card-border);
    background: var(--surface);
    color: var(--text);
    min-width: 42px;
    height: 38px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}

.font-size-controls button:hover {
    background: rgba(11, 116, 222, .08);
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.nav-links a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    padding: 6px 8px;
    border-radius: 8px;
}

.nav-links .disabled {
    color: var(--muted);
}

.nav-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

@media (max-width: 768px) {
    .article-tools-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        margin: 8px 0 14px !important;
        overflow: visible !important;
    }

    .desktop-share-menu {
        display: none;
    }

    .mobile-share-icons {
        display: flex;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .font-size-controls {
        margin-left: auto;
        gap: 4px;
        flex-wrap: nowrap;
    }

    .font-size-controls button {
        min-width: 30px;
        width: 30px;
        height: 30px;
        padding: 0;
        font-size: 12px;
        font-weight: 700;
    }

    .mobile-share-icons .share-btn {
        width: 34px;
        height: 34px;
        padding: 0;
    }

    .mobile-share-icons .share-btn i {
        font-size: 15px;
    }

    .share-btn {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .share-menu {
        left: 0;
    }

    .nav-links {
        gap: 8px !important;
        margin-top: 16px !important;
    }

    .nav-links a {
        font-size: .9rem !important;
        padding: 8px 10px !important;
    }
}

@media (max-width: 640px) {
    .nav-links {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        width: 100% !important;
    }

    .nav-links::-webkit-scrollbar {
        display: none !important;
    }

    .nav-links a {
        flex: 0 0 auto !important;
        width: auto !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }

    .nav-right {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: auto !important;
    }
}

/* SLR_M8_7D1_ARTICLE_SHARE_NAV_ADDITIVE_END */

/* SLR_M8_7D2_RELATED_EDITORIAL_ADDITIVE_START */

/*
 * Additive migration of article-only related-news, editorial notice,
 * issue-reporting, and article ad-slot presentation.
 * These declarations intentionally remain in style.min.css during M8.7D2.
 */

.related-news-section {
    margin: 24px 0 !important;
}

.related-news-section h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    border-left: 5px solid var(--primary);
    padding-left: 12px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.related-news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.related-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.related-news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-news-content {
    padding: 15px;
}

.related-news-category {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.related-news-content h3 {
    margin: 0 0 12px;
    font-size: 1.08rem;
    line-height: 1.4;
}

.related-news-content p {
    margin: 0;
    color: #777;
    font-size: .92rem;
}

.slr-ad-slot {
    margin: 24px 0;
    text-align: center;
    clear: both;
}

.slr-ad-label {
    display: block;
    margin-bottom: 6px;
    color: #666 !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.slr-ad-box {
    min-height: 90px;
    border: 1px dashed #ccc;
    background: #fafafa;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 8px;
}

.ai-notice-box {
    margin: 24px 0;
    padding: 14px 16px;
    border: 1px solid #d7dee8;
    border-radius: 12px;
    background: #f8fafc;
    font-size: 14px;
    line-height: 1.5;
}

.ai-notice-box strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 16px;
}

.ai-notice-box p {
    margin: 4px 0;
}

.report-issue-btn {
    margin-top: 8px;
    padding: 7px 12px;
    border: 0;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    cursor: pointer;
}

.ai-policy-links {
    margin-top: 8px;
    font-size: 13px;
}

.ai-policy-links a {
    color: #2563eb;
    text-decoration: none;
}

.issue-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.issue-modal.open {
    display: flex;
}

.issue-modal-content {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.issue-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

.issue-modal-content label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
}

.issue-modal-content label span {
    color: #6b7280;
    font-weight: 400;
}

.issue-modal-content input,
.issue-modal-content select,
.issue-modal-content textarea {
    width: 100%;
    margin-top: 5px;
    padding: 9px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
}

.issue-modal-content input[disabled],
.readonly-email {
    background: #f3f4f6 !important;
    color: #374151 !important;
    cursor: not-allowed;
    opacity: 1;
}

.good-faith-check {
    display: flex !important;
    gap: 8px;
    align-items: flex-start;
    font-weight: 400 !important;
}

.good-faith-check input {
    width: auto;
    margin-top: 4px;
}

.issue-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.issue-actions button {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    cursor: pointer;
}

.issue-actions button[type="submit"] {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

@media (min-width: 768px) {
    .slr-ad-box {
        min-height: 120px;
    }
}

@media (max-width: 768px) {
    .related-news-section {
        margin: 26px 0 !important;
    }

    .related-news-section h2 {
        margin-bottom: 14px !important;
        padding-left: 10px !important;
        font-size: 1.18rem !important;
    }

    .related-news-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .related-news-card img {
        height: 170px !important;
    }

    .related-news-content {
        padding: 12px !important;
    }

    .related-news-content h3 {
        margin-bottom: 8px !important;
        font-size: 1rem !important;
        line-height: 1.35 !important;
    }

    .related-news-content p {
        font-size: .86rem !important;
        line-height: 1.4 !important;
    }

    .issue-modal-content {
        max-height: calc(100vh - 32px);
        overflow-y: auto;
    }
}

/* SLR_M8_7D2_RELATED_EDITORIAL_ADDITIVE_END */

/* SLR_M8_7D3_COMMENTS_POLICY_ADMIN_ADDITIVE_START */
/* Extracted unchanged from style.min.css at apply time. */
#comments{margin-top:24px}
.comment-box,.comment{background:#fbfdff;border:1px solid var(--strong-border);padding:14px;border-radius:10px;margin:10px 0}
.comment-box textarea{width:100%;padding:12px;border-radius:8px;border:1px solid var(--card-border);font-size:1rem}
.comment-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}
.view-replies{color:var(--muted);font-size:.95rem}
.vote-buttons{display:flex;gap:8px}
.vote-buttons button{background:none;border:0;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;gap:6px}
.like-btn{color:#0ea5a4;font-weight:700}
.unlike-btn{color:#ef4444;font-weight:700}
.like-btn.active,.unlike-btn.active{background:rgba(11,116,222,.06)}
.login-warning{color:#d32f2f;font-weight:700}
.staging-toolbar{margin:15px 0;padding:15px;background:#f5f5f5;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.staging-btn{display:inline-block;min-width:140px;text-align:center;padding:10px 20px;border:0;border-radius:5px;text-decoration:none;color:#fff;font-weight:600;cursor:pointer}
.staging-btn.approve{background:#0a8f3d}
.staging-btn.deny{background:#d62d20}
.staging-btn.edit{background:#0066cc}
.staging-toolbar form,.toolbar-item form{display:inline-flex;margin:0}
.toolbar-item{display:flex}
main,.article-container,.article-wrapper,.article-card,article,.related-news-section,#comments{background:rgba(255,255,255,.88) !important;backdrop-filter:blur(1px)}
@media(max-width:800px){main,article,.related-news-section,#comments{background:rgba(255,255,255,.92) !important}}
.comment-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.comment-box{background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin:18px 0;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s ease}
.comment-box:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.comment-box p{margin:0 0 12px;color:#1f2937;line-height:1.7;word-break:break-word}
.comment-box strong{color:#111827;font-size:15px}
.comment-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid #f3f4f6;padding-top:10px;margin-top:10px}
.left-actions,.vote-buttons{display:flex;align-items:center;gap:14px}
.left-actions a{text-decoration:none;font-weight:600;color:#2563eb}
.left-actions span{display:flex;align-items:center;gap:5px;font-size:14px}
.vote-buttons button{background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;transition:.2s}
.vote-buttons button:hover:not(:disabled){background:#eef2ff}
.vote-buttons button:disabled{opacity:.35;cursor:not-allowed}
.like-btn{color:#16a34a}
.unlike-btn{color:#dc2626}
.edit-btn{color:#2563eb}
.delete-btn{color:#dc2626}
@media (max-width:768px){.comment-actions{flex-direction:column;align-items:flex-start}
.vote-buttons{width:100%;justify-content:flex-end}}
.left-actions{display:flex;align-items:center;gap:18px}
.left-actions a{display:inline-flex;align-items:center;font-weight:600;color:#2563eb;text-decoration:none}
.left-actions a:hover{color:#1d4ed8}
.left-actions span{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#374151}
.left-actions span i{width:18px;text-align:center}
.vote-buttons{display:flex;align-items:center;gap:8px}
.vote-buttons button{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.2s}
.like-btn:hover{background:#dcfce7}
.unlike-btn:hover{background:#fee2e2}
.edit-btn:hover{background:#dbeafe}
.delete-btn:hover{background:#fee2e2}
.report-btn{color:#f59e0b}
.report-btn:hover{background:#fef3c7}
.slr-comment-card{padding:16px 18px !important}
.slr-comment-main{display:flex;align-items:flex-start;gap:14px}
.slr-comment-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;flex:0 0 42px;box-shadow:0 2px 6px rgba(37,99,235,.25)}
.slr-comment-content{flex:1;min-width:0}
.slr-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.slr-comment-user{font-size:15px;color:#111827}
.slr-verified{font-size:12px;color:#15803d;border:1px solid #22c55e;border-radius:999px;padding:1px 8px;background:#f0fdf4}
.slr-comment-text{color:#1f2937;line-height:1.7;margin-bottom:12px;word-break:break-word}
.slr-comment-actions{border-top:1px solid #f1f5f9;padding-top:10px;margin-top:8px}
.slr-comment-left,.slr-comment-right{display:flex;align-items:center;gap:12px}
.slr-action-link{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-weight:700;text-decoration:none}
.slr-action-btn{width:auto !important;height:32px !important;border-radius:999px !important;padding:0 10px !important;display:inline-flex !important;align-items:center !important;gap:6px !important;background:#fff !important;border:1px solid #e5e7eb !important}
.slr-action-btn span{font-weight:700;color:#374151}
.slr-icon-btn{width:34px !important;height:34px !important;border-radius:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
.report-btn{color:#f59e0b !important}
@media (max-width:768px){.slr-comment-main{gap:10px}
.slr-comment-avatar{width:36px;height:36px;flex-basis:36px;font-size:16px}
.slr-comment-actions{flex-direction:column;align-items:flex-start}
.slr-comment-right{width:100%;justify-content:flex-end}}
.slr-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:99999;align-items:center;justify-content:center;padding:16px}
.slr-modal-card{width:100%;max-width:420px;background:#fff;border-radius:14px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.slr-modal-card h3{margin:0 0 8px}
.slr-modal-note{font-size:13px;color:#64748b;margin-bottom:14px}
.slr-modal-card label{display:block;font-weight:700;font-size:13px;margin:12px 0 6px}
.slr-modal-card select,.slr-modal-card textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px;font-size:14px}
.slr-modal-card textarea{min-height:90px;resize:vertical}
.slr-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
.slr-modal-cancel,.slr-modal-submit{border:0;border-radius:8px;padding:9px 14px;cursor:pointer;font-weight:700}
.slr-modal-cancel{background:#e5e7eb;color:#111827}
.slr-modal-submit{background:#2563eb;color:#fff}
#slr-toast-container{position:fixed;right:18px;bottom:18px;z-index:100000;display:flex;flex-direction:column;gap:10px}
@media(max-width:768px){#slr-toast-container{left:12px;right:12px;bottom:12px}}
.slr-modal{background:transparent !important;align-items:flex-start !important;justify-content:flex-start !important;padding:0 !important;pointer-events:none}
.slr-modal-card{position:fixed;width:340px;max-width:calc(100vw - 24px);z-index:100001;pointer-events:auto}
@media(max-width:768px){.slr-modal{background:rgba(15,23,42,.45) !important;align-items:center !important;justify-content:center !important;padding:16px !important;pointer-events:auto}
.slr-modal-card{position:relative;width:100%}}
.slr-modal{position:fixed !important;inset:0 !important;background:rgba(15,23,42,.55) !important;z-index:99999 !important;display:none;align-items:center !important;justify-content:center !important;padding:16px !important;pointer-events:auto !important}
.slr-modal-card{position:relative !important;top:auto !important;left:auto !important;width:100% !important;max-width:420px !important;pointer-events:auto !important}
.slr-modal{position:fixed !important;inset:0 !important;background:rgba(15,23,42,.55) !important;z-index:99999 !important;display:none;align-items:center !important;justify-content:center !important;padding:16px !important;pointer-events:auto !important}
.slr-modal-card{position:relative !important;top:auto !important;left:auto !important;width:100% !important;max-width:420px !important;pointer-events:auto !important}
.slr-modal{position:fixed !important;inset:0 !important;background:rgba(15,23,42,.55) !important;z-index:99999 !important;display:none;align-items:center !important;justify-content:center !important;padding:16px !important;pointer-events:auto !important}
.slr-modal-card{position:relative !important;top:auto !important;left:auto !important;width:100% !important;max-width:420px !important;pointer-events:auto !important}
body>#slr-report-modal{position:fixed !important;inset:0 !important;width:100vw !important;height:100vh !important;background:rgba(15,23,42,.55) !important;z-index:2147483000 !important;align-items:center !important;justify-content:center !important;padding:16px !important}
body>#slr-report-modal .slr-modal-card{position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;transform:none !important;width:100% !important;max-width:420px !important}
body>#slr-toast-container{z-index:2147483001 !important}
.slr-reply-chip{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:6px 10px;font-size:13px;margin-bottom:10px}
.slr-reply-chip button{width:22px;height:22px;border:0;border-radius:50%;cursor:pointer;background:#dbeafe;color:#1e40af;font-weight:800}
.slr-comment-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
#comment-char-count{font-size:13px;color:#64748b}
#comment-char-count.warn{color:#d97706;font-weight:700}
#comment-char-count.danger{color:#dc2626;font-weight:800}
.report-btn.reported{width:auto !important;border-radius:999px !important;padding:0 10px !important;gap:6px !important;color:#15803d !important;background:#f0fdf4 !important;border:1px solid #bbf7d0 !important}
.slr-reported-text{font-size:12px;font-weight:700}
@media(max-width:768px){.slr-comment-form-footer{align-items:flex-start;flex-direction:column}}
.comment-admin-deleted{color:#b91c1c;font-style:italic;font-weight:700}
.comment-user-deleted{color:#6b7280;font-style:italic}
.slr-comment-policy-compact{margin:22px 0 18px;padding:14px 16px;border:1px solid #bbf7d0;border-left:4px solid #16a34a;border-radius:12px;background:#f8fffb;color:#111827}
.slr-policy-head{display:flex;align-items:center;gap:8px;font-size:15px;margin-bottom:6px}
.slr-policy-icon{font-size:18px}
.slr-comment-policy-compact p{margin:5px 0;font-size:13px;line-height:1.45;color:#374151}
.slr-policy-rules{display:flex;flex-wrap:wrap;gap:8px 16px;margin:6px 0;font-size:13px;color:#14532d;font-weight:700}
.slr-policy-small{color:#64748b !important}
.slr-policy-link{margin-top:6px;border:0;background:transparent;color:#2563eb;font-weight:800;cursor:pointer;padding:0;font-size:13px}
.slr-policy-link:hover{text-decoration:underline}
.slr-policy-modal{position:fixed;inset:0;background:rgba(15,23,42,.58);z-index:2147483000;align-items:center;justify-content:center;padding:16px}
.slr-policy-modal-card{position:relative;width:100%;max-width:650px;max-height:86vh;overflow:auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 22px 70px rgba(0,0,0,.28);animation:slrPolicyPop .18s ease-out}
.slr-policy-close{position:absolute;right:14px;top:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f1f5f9;cursor:pointer;font-size:22px;line-height:1}
.slr-policy-modal-card h2{margin:0 38px 12px 0}
.slr-policy-modal-card p,.slr-policy-modal-card li{color:#374151;line-height:1.65;font-size:14px}
.slr-policy-modal-card ul{padding-left:22px}
.slr-policy-disclaimer{margin-top:16px;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb}
.slr-policy-disclaimer h3{margin:0 0 8px}
.slr-policy-modal-actions{display:flex;justify-content:flex-end;margin-top:16px}
.slr-policy-modal-actions button{border:0;border-radius:8px;padding:9px 14px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}
@media(max-width:768px){.slr-policy-rules{flex-direction:column;gap:4px}
.slr-policy-modal-card{max-height:88vh;padding:20px}}
.slr-reply-toggle{margin:10px 0 4px 56px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:800;font-size:13px}
.slr-reply-toggle:hover{background:#dbeafe}
.children{margin-left:34px;padding-left:18px;border-left:2px solid #e5e7eb}
@media(max-width:768px){.slr-reply-toggle{margin-left:0}
.children{margin-left:12px;padding-left:12px}}
.admin-live-edit-box{margin:12px 0 18px 0;padding:10px;background:#fff7e6;border:1px solid #ffd591;border-radius:8px}
.admin-move-staging-btn{border:0;background:#111827;color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px}
.admin-move-staging-btn:hover{opacity:.9}
/* SLR_M8_7D3_COMMENTS_POLICY_ADMIN_ADDITIVE_END */
