﻿.hero-mesh {
    background: radial-gradient(ellipse 80% 60% at 20% 20%, rgba(56, 189, 248, 0.25), transparent 50%), radial-gradient(ellipse 60% 50% at 90% 80%, rgba(99, 102, 241, 0.3), transparent 45%), linear-gradient(145deg, #002AF8 0%, #0019c4 45%, #071c6d 100%);
}

.person-type-btn {
    transition: all 0.15s ease;
}

    .person-type-btn.active {
        border-color: #002AF8;
        background: linear-gradient(135deg, rgba(0, 42, 248, 0.08), rgba(0, 42, 248, 0.02));
        box-shadow: 0 0 0 3px rgba(0, 42, 248, 0.12);
    }

        .person-type-btn.active .pt-icon {
            background: #002AF8;
            color: #fff;
        }

.key-box {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    direction: ltr;
    text-align: left;
    word-break: break-all;
    white-space: pre-wrap;
}

#result-section {
    scroll-margin-top: 30px;
}

.article-body p {
    margin-bottom: 1.05rem;
    line-height: 2;
    font-size: 14.5px;
    color: #334155;
}

.article-body .lead {
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 2.05;
    background: linear-gradient(90deg, #eef2ff 0%, #ffffff 100%);
    border: 1px solid #e0e7ff;
    border-radius: 1rem;
    padding: 1rem 1.15rem;
}

.article-body h2 {
    margin-top: 2.25rem;
    margin-bottom: 0.85rem;
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    scroll-margin-top: 1rem;
    position: relative;
    padding-right: 0.85rem;
}

    .article-body h2::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0.35rem;
        bottom: 0.35rem;
        width: 4px;
        border-radius: 999px;
        background: #002AF8;
    }

.article-body h3 {
    margin-top: 1.4rem;
    margin-bottom: 0.55rem;
    font-size: 15px;
    font-weight: 900;
    color: #1e293b;
}

.article-body ul,
.article-body ol {
    margin: 0.85rem 0 1.35rem;
    padding-right: 1.2rem;
    font-size: 14px;
    line-height: 2.05;
    color: #334155;
}

.article-body li {
    margin-bottom: 0.35rem;
}

.article-body a {
    color: #002AF8;
    font-weight: 700;
}

    .article-body a:hover {
        text-decoration: underline;
    }

.article-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.35rem 0;
    font-size: 13px;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
}

.article-body th,
.article-body td {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.75rem 0.9rem;
    text-align: right;
}

.article-body tr:last-child td {
    border-bottom: 0;
}

.article-body th {
    background: #f8fafc;
    font-weight: 900;
    color: #0f172a;
}

.article-body .note,
.article-body .warn,
.article-body .success {
    margin: 1.5rem 0;
    border-radius: 1.1rem;
    padding: 1rem 1.15rem;
    font-size: 13px;
    line-height: 1.95;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.article-body .note {
    border: 1px solid #c7d2fe;
    background: linear-gradient(135deg, #eef2ff 0%, #f8faff 100%);
    color: #1e3a8a;
}

.article-body .success {
    border: 1px solid #bbf7d0;
    background: linear-gradient(135deg, #f0fdf4 0%, #f7fef9 100%);
    color: #166534;
}

.article-body .warn {
    border: 1px solid #fecaca;
    background: linear-gradient(135deg, #fef2f2 0%, #fff7f7 100%);
    color: #991b1b;
}

details summary {
    list-style: none;
}

    details summary::-webkit-details-marker {
        display: none;
    }

details[open] summary {
    color: #002AF8;
}


