:root {
    --article-bg: #050505;
    --article-text: #fff8f2;
    --article-muted: rgba(255, 248, 242, 0.74);
    --article-soft: rgba(255, 248, 242, 0.12);
    --article-accent: #c94f28;
}

body.anonymate-article {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--article-bg);
    color: var(--article-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.72;
}

body.anonymate-article > .header,
body.anonymate-article > header {
    display: none !important;
}

body.anonymate-article .container {
    width: min(100% - clamp(28px, 10vw, 180px), 1040px);
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

body.anonymate-article .container:first-of-type,
body.anonymate-article .hero {
    padding-top: clamp(70px, 12vw, 132px);
}

body.anonymate-article .container > header,
body.anonymate-article .hero {
    display: grid;
    gap: 16px;
    justify-items: center;
    margin: 0 auto clamp(48px, 9vw, 76px);
    text-align: center;
}

body.anonymate-article .container > header::before,
body.anonymate-article .hero .eyebrow {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--article-accent);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.anonymate-article .container > header::before {
    content: "ANONYMATE";
}

body.anonymate-article h1 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--article-text);
    font-size: clamp(2.85rem, 9vw, 6.9rem);
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
}

body.anonymate-article .last-update,
body.anonymate-article .lead {
    max-width: 760px;
    margin: 0 auto;
    color: var(--article-muted);
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    font-weight: 650;
    text-align: center;
}

body.anonymate-article .last-update span,
body.anonymate-article a {
    color: var(--article-accent);
}

body.anonymate-article main,
body.anonymate-article .doc-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(30px, 5vw, 48px);
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

body.anonymate-article .doc-grid > aside {
    display: none;
}

body.anonymate-article .intro-text,
body.anonymate-article main section,
body.anonymate-article .faq-item,
body.anonymate-article .contact-box,
body.anonymate-article .note,
body.anonymate-article .disclaimer-box,
body.anonymate-article .warning {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.anonymate-article .intro-text,
body.anonymate-article .note,
body.anonymate-article .warning {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 248, 242, 0.9);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    font-weight: 650;
    letter-spacing: 0;
}

body.anonymate-article h2,
body.anonymate-article .disclaimer-box h3,
body.anonymate-article h3 {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: var(--article-text);
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

body.anonymate-article h2::before,
body.anonymate-article h3::before,
body.anonymate-article .disclaimer-box h3::before,
body.anonymate-article .data-highlight::before {
    display: none !important;
}

body.anonymate-article p,
body.anonymate-article ul,
body.anonymate-article ol,
body.anonymate-article li {
    color: var(--article-muted);
    font-size: clamp(1rem, 1.6vw, 1.14rem);
    text-align: center;
}

body.anonymate-article ul,
body.anonymate-article ol {
    display: inline-grid;
    justify-items: center;
    padding-left: 0;
    list-style-position: inside;
}

body.anonymate-article strong,
body.anonymate-article code {
    color: var(--article-text);
}

body.anonymate-article pre {
    max-width: 100%;
    margin: 16px auto 0;
    padding: 18px;
    overflow-x: auto;
    border: 1px solid var(--article-soft);
    border-radius: 10px;
    background: #111;
    text-align: left;
}

body.anonymate-article hr {
    width: min(100%, 860px);
    margin: clamp(30px, 5vw, 48px) auto;
    border: 0;
    border-top: 1px solid var(--article-soft);
}

body.anonymate-article .contact-form,
body.anonymate-article form {
    display: grid;
    gap: 18px;
    width: min(100%, 680px);
    margin: clamp(24px, 5vw, 42px) auto 0;
    text-align: left;
}

body.anonymate-article .form-group {
    display: grid;
    gap: 8px;
}

body.anonymate-article label,
body.anonymate-article .form-label {
    color: var(--article-muted);
    font-size: 0.95rem;
    font-weight: 750;
}

body.anonymate-article input,
body.anonymate-article select,
body.anonymate-article textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--article-soft);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--article-text);
    background: #111;
    font: inherit;
}

body.anonymate-article textarea {
    min-height: 132px;
    resize: vertical;
}

body.anonymate-article button:not(.toc-pill):not(.toc-close):not(.toc-link),
body.anonymate-article .btn-submit {
    width: fit-content;
    min-height: 46px;
    margin: 0 auto;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    color: #fff;
    background: var(--article-accent);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

body.anonymate-article .support-card {
    position: relative;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 248, 242, 0.12);
    border-radius: 14px;
    background:
        radial-gradient(circle at 24% 8%, rgba(201, 79, 40, 0.18), transparent 19rem),
        linear-gradient(180deg, rgba(255, 248, 242, 0.055), rgba(255, 248, 242, 0.018)),
        #090908;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

body.anonymate-article .support-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    border: 1px solid rgba(201, 79, 40, 0.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 42%);
    opacity: 0.5;
}

body.anonymate-article .support-card > * {
    position: relative;
}

body.anonymate-article .support-card-head {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(24px, 4vw, 38px);
    border-right: 1px solid rgba(255, 248, 242, 0.1);
    background:
        linear-gradient(160deg, rgba(201, 79, 40, 0.16), transparent 58%),
        rgba(255, 248, 242, 0.025);
    text-align: left;
}

body.anonymate-article .support-kicker {
    color: var(--article-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.anonymate-article .support-card-head h3 {
    margin: 0;
    font-size: clamp(1.85rem, 3.4vw, 3rem);
    line-height: 0.98;
    text-align: left;
}

body.anonymate-article .support-card-head p {
    max-width: 360px;
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

body.anonymate-article .support-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

body.anonymate-article .support-meta span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid rgba(255, 248, 242, 0.1);
    border-radius: 999px;
    padding: 0 11px;
    color: rgba(255, 248, 242, 0.68);
    background: rgba(0, 0, 0, 0.18);
    font-size: 0.78rem;
    font-weight: 800;
}

body.anonymate-article .support-fields {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 36px);
}

body.anonymate-article .support-card .form-group {
    gap: 10px;
}

body.anonymate-article .support-card .form-label {
    color: rgba(255, 248, 242, 0.86);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.anonymate-article .support-card .form-input,
body.anonymate-article .support-card .form-textarea {
    min-height: 52px;
    border-color: rgba(255, 248, 242, 0.13);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.anonymate-article .support-card .form-input:focus,
body.anonymate-article .support-card .form-textarea:focus {
    outline: none;
    border-color: rgba(201, 79, 40, 0.78);
    background: rgba(9, 9, 8, 0.92);
    box-shadow: 0 0 0 4px rgba(201, 79, 40, 0.16), inset 0 1px 0 rgba(255,255,255,0.05);
}

body.anonymate-article .support-card .form-input::placeholder,
body.anonymate-article .support-card .form-textarea::placeholder {
    color: rgba(255, 248, 242, 0.34);
}

body.anonymate-article .support-card .btn-submit {
    width: 100%;
    min-height: 52px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e1663a, #b6401f);
    box-shadow: 0 18px 44px rgba(201, 79, 40, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.anonymate-article .support-card .btn-submit:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 22px 54px rgba(201, 79, 40, 0.3);
}

@media (min-width: 700px) {
    body.anonymate-article .support-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.anonymate-article .support-card .form-message,
    body.anonymate-article .support-card .btn-submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    body.anonymate-article .support-card {
        grid-template-columns: 1fr;
    }

    body.anonymate-article .support-card-head {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 248, 242, 0.1);
    }
}

body.anonymate-article .footer,
body.anonymate-article footer {
    margin: clamp(48px, 8vw, 72px) auto 0;
    padding: 34px 0 120px;
    max-width: 860px;
    border-top: 1px solid var(--article-soft);
    color: rgba(255, 248, 242, 0.48);
    text-align: center;
}

body.anonymate-article .toc-backdrop {
    position: fixed;
    inset: 0;
    z-index: 998;
    pointer-events: none;
    opacity: 0;
    background: rgba(0,0,0,0.28);
    backdrop-filter: blur(4px);
    transition: opacity 0.35s cubic-bezier(.22,1,.36,1);
}

body.anonymate-article .toc-backdrop.is-visible {
    pointer-events: auto;
    opacity: 1;
}

body.anonymate-article .toc-island {
    position: fixed;
    left: 50%;
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 999;
    width: min(92vw, 340px);
    transform: translateX(-50%);
    color: var(--article-text);
}

body.anonymate-article .toc-shell {
    position: relative;
    min-height: 54px;
    overflow: hidden;
    border: 1px solid rgba(255,248,242,0.14);
    border-radius: 28px;
    background: rgba(13, 13, 12, 0.92);
    box-shadow: 0 24px 70px rgba(0,0,0,0.55);
    backdrop-filter: blur(18px);
    transition: width 0.45s cubic-bezier(.22,1,.36,1), height 0.45s cubic-bezier(.22,1,.36,1), border-radius 0.45s cubic-bezier(.22,1,.36,1);
}

body.anonymate-article .toc-island.is-expanded .toc-shell {
    height: min(430px, 72vh);
    border-radius: 24px;
}

body.anonymate-article .toc-pill {
    position: absolute;
    inset: 0 auto auto 0;
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    gap: 14px;
    border: 0;
    padding: 0 18px;
    color: var(--article-text);
    background: transparent;
    cursor: pointer;
    transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

body.anonymate-article .toc-island.is-expanded .toc-pill {
    pointer-events: none;
    opacity: 0;
    transform: scale(0.96);
    filter: blur(4px);
}

body.anonymate-article .toc-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--article-accent);
    box-shadow: 0 0 18px rgba(201,79,40,0.7);
}

body.anonymate-article .toc-current {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    color: rgba(255,248,242,0.9);
    font-size: 0.92rem;
    font-weight: 850;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.anonymate-article .toc-progress {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    transform: rotate(-90deg);
}

body.anonymate-article .toc-progress circle {
    fill: none;
    stroke-width: 2.6;
}

body.anonymate-article .toc-progress .track {
    stroke: rgba(255,248,242,0.16);
}

body.anonymate-article .toc-progress .bar {
    stroke: var(--article-accent);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.16s ease-out;
}

body.anonymate-article .toc-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.04);
    transition: opacity 0.28s ease 0s, transform 0.35s cubic-bezier(.22,1,.36,1);
}

body.anonymate-article .toc-island.is-expanded .toc-panel {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition-delay: 0.08s;
}

body.anonymate-article .toc-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 12px;
    color: rgba(255,248,242,0.58);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.anonymate-article .toc-close {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255,248,242,0.12);
    border-radius: 999px;
    color: rgba(255,248,242,0.72);
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

body.anonymate-article .toc-list {
    display: grid;
    gap: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 10px 14px;
}

body.anonymate-article .toc-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-radius: 14px;
    padding: 11px 12px;
    color: rgba(255,248,242,0.52);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: left;
    transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

body.anonymate-article .toc-link:hover,
body.anonymate-article .toc-link.is-active {
    color: var(--article-text);
    background: rgba(255,248,242,0.08);
}

body.anonymate-article .toc-link.is-active::after {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--article-accent);
}

@media (max-width: 640px) {
    body.anonymate-article .container {
        width: min(100% - 28px, 1040px);
    }

    body.anonymate-article .container:first-of-type,
    body.anonymate-article .hero {
        padding-top: 54px;
    }

    body.anonymate-article main,
    body.anonymate-article .doc-grid {
        gap: 34px;
    }

    body.anonymate-article .toc-island {
        width: min(94vw, 340px);
    }
}
