/* IP × AI editorial articles: a restrained field-notes layer over the shared article system. */
.ipai-editorial-page {
    background: #f6f8fc;
}
.ipai-editorial-page .header {
    border-bottom: 1px solid #dbe4f1;
}
.ipai-article-header {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #07112d 0%, #13276a 68%, #0c8d9d 100%);
}
.ipai-article-header::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    bottom: -180px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(255,255,255,.04), 0 0 0 74px rgba(255,255,255,.03);
    pointer-events: none;
}
.ipai-article-header .container {
    position: relative;
    z-index: 1;
}
.ipai-article-header .breadcrumb,
.ipai-article-header .breadcrumb a {
    color: rgba(255,255,255,.68);
}
.ipai-article-header .eyebrow {
    color: #63edf1;
    letter-spacing: .16em;
}
.ipai-article-header h1 {
    max-width: 850px;
    color: #fff;
    letter-spacing: -.045em;
}
.ipai-article-header .page-header-lead {
    max-width: 650px;
    color: rgba(255,255,255,.78);
}
.ipai-editorial-article .article-meta {
    color: #3152f4;
    font-weight: 700;
}
.ipai-editorial-article .direct-answer {
    border-left-color: #3152f4;
    background: linear-gradient(135deg, #eef3ff, #f3fbfb);
}
.editorial-takeaway {
    margin: 28px 0 34px;
    padding: 20px 22px;
    border: 1px solid #b9c8f7;
    background: #fff;
    box-shadow: 8px 8px 0 rgba(49,82,244,.08);
}
.editorial-takeaway strong {
    display: block;
    margin-bottom: 7px;
    color: #3152f4;
    font-size: .8rem;
    letter-spacing: .12em;
}
.editorial-takeaway p {
    margin: 0;
    color: #0d1734;
    font-weight: 700;
}
.editorial-rule-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 28px !important;
    padding: 0 !important;
    list-style: none !important;
}
.editorial-rule-list li {
    position: relative;
    margin: 0 !important;
    padding: 15px 17px 15px 45px;
    border: 1px solid #dbe4f1;
    background: #fff;
}
.editorial-rule-list li::before {
    content: "↗" !important;
    position: absolute;
    left: 17px;
    top: 15px;
    color: #3152f4 !important;
    font-weight: 900;
}
.editorial-table-wrap {
    margin: 22px 0 30px;
    overflow-x: auto;
}
.ipai-editorial-article table {
    min-width: 620px;
}
.ipai-editorial-article th {
    background: #0d1734;
    color: #fff;
}
.editorial-caution {
    margin: 28px 0;
    padding: 18px 20px;
    color: #4d5364;
    border: 1px solid #e3d8b0;
    background: #fffaf0;
    font-size: .88rem;
}
.editorial-caution strong {
    color: #806a1c;
}
.editorial-source-list {
    margin: 14px 0 0 !important;
    padding-left: 1.2em !important;
    list-style: disc !important;
}
.editorial-source-list li {
    margin: 7px 0 !important;
}
.editorial-source-list li::before {
    display: none !important;
}
.ipai-editorial-page .article-side-box {
    border-top: 4px solid #3152f4;
}
.ipai-editorial-page .article-side-label {
    color: #3152f4;
}
.ipai-editorial-page .article-related {
    border-top-color: #3152f4;
}
@media (max-width: 680px) {
    .ipai-article-header h1 {
        font-size: clamp(1.7rem, 8vw, 2.45rem);
    }
    .editorial-takeaway { padding: 17px; }
}
