.editorial-policy-page{--blue:#1a56a0;--blue-dark:#0f3d7a;--blue-light:#e8f0fb;--teal:#0891b2;--green:#059669;--red:#dc2626;--amber:#d97706;--purple:#7c3aed;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--font-display:var(--font-playfair), "Playfair Display", Georgia, serif;--font-body:var(--font-dm-sans), "DM Sans", system-ui, sans-serif;--radius:12px;--radius-lg:18px;--transition:all .2s ease;font-family:var(--font-body);color:var(--gray-800);font-size:14px;line-height:1.7}.editorial-policy-page a{color:inherit;text-decoration:none}.editorial-policy-page ul{list-style:none}.editorial-policy-page .page-hero{background:linear-gradient(135deg, var(--blue-dark), var(--blue) 55%, var(--teal));color:#fff;text-align:center;padding:52px 18px;position:relative;overflow:hidden}.editorial-policy-page .page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.editorial-policy-page .hero-inner{max-width:700px;margin:auto;position:relative}.editorial-policy-page .page-hero h1{font-family:var(--font-display);margin-bottom:11px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700}.editorial-policy-page .page-hero p{opacity:.88;max-width:580px;margin:auto auto 16px;font-size:.9rem;line-height:1.75}.editorial-policy-page .hero-meta{opacity:.8;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:16px;font-size:.74rem;display:flex}.editorial-policy-page .hero-actions{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.editorial-policy-page .hero-btn{color:#fff;cursor:pointer;transition:var(--transition);background:#ffffff26;border:1.5px solid #ffffff47;border-radius:9px;padding:7px 16px;font-family:inherit;font-size:.78rem;font-weight:600}.editorial-policy-page .hero-btn.primary{color:var(--blue-dark);background:#fff}.editorial-policy-page .hero-btn:hover{background:#ffffff40}.editorial-policy-page .hero-btn.primary:hover{background:#fff}.editorial-policy-page .trust-strip{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.editorial-policy-page .trust-pill{background:#ffffff1f;border:1px solid #ffffff38;border-radius:50px;padding:5px 13px;font-size:.72rem;font-weight:600}.editorial-policy-page .mission-box{color:#fff;text-align:center;background:linear-gradient(135deg,#0f3d7a,#1a56a0);padding:32px 18px}.editorial-policy-page .mission-inner{max-width:820px;margin:auto}.editorial-policy-page .mission-inner h2{font-family:var(--font-display);color:#fff;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;font-size:1.2rem;font-weight:700;display:flex}.editorial-policy-page .mission-inner p{opacity:.92;font-size:.9rem;line-height:1.85}.editorial-policy-page .main-wrap{grid-template-columns:220px 1fr;align-items:start;gap:28px;max-width:1200px;margin:28px auto 48px;padding:0 18px;display:grid}.editorial-policy-page .toc-sidebar{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;max-height:calc(100vh - 96px);position:sticky;top:74px;overflow:hidden auto}.editorial-policy-page .toc-head{background:var(--blue-dark);color:#fff;padding:11px 14px;font-size:.8rem;font-weight:700;position:sticky;top:0}.editorial-policy-page .toc-list{padding:7px 0}.editorial-policy-page .toc-item{color:var(--gray-600);cursor:pointer;transition:var(--transition);text-align:left;width:100%;font-size:.7rem;font-family:var(--font-body);background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:6px;padding:5px 12px;display:flex}.editorial-policy-page .toc-item:hover,.editorial-policy-page .toc-item.active{background:var(--blue-light);color:var(--blue);border-left-color:var(--blue)}.editorial-policy-page .toc-num{color:var(--blue);background:var(--blue-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;font-weight:700;display:flex}.editorial-policy-page .toc-item.active .toc-num{background:var(--blue);color:#fff}.editorial-policy-page .section{margin-bottom:36px;scroll-margin-top:76px}.editorial-policy-page .sec-title{font-family:var(--font-display);color:var(--gray-900);border-bottom:1.5px solid var(--gray-100);align-items:center;gap:9px;margin-bottom:13px;padding-bottom:8px;font-size:1.1rem;font-weight:700;display:flex}.editorial-policy-page .sn{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:700;display:flex}.editorial-policy-page .sn.g{background:var(--green)}.editorial-policy-page .sn.r{background:var(--red)}.editorial-policy-page .sn.a{background:var(--amber)}.editorial-policy-page .sn.p{background:var(--purple)}.editorial-policy-page .sn.t{background:var(--teal)}.editorial-policy-page .prose p{color:var(--gray-700);margin-bottom:10px;font-size:.86rem;line-height:1.8}.editorial-policy-page .prose strong{color:var(--gray-900)}.editorial-policy-page .box{border-radius:var(--radius);border-left:4px solid;margin:13px 0;padding:13px 16px}.editorial-policy-page .box-g{border-color:var(--green);background:#ecfdf5}.editorial-policy-page .box-g .bh{color:var(--green)}.editorial-policy-page .box-g p,.editorial-policy-page .box-g li{color:#065f46;font-size:.82rem;line-height:1.65}.editorial-policy-page .box-r{border-color:var(--red);background:#fef2f2}.editorial-policy-page .box-r .bh{color:var(--red)}.editorial-policy-page .box-r p,.editorial-policy-page .box-r li{color:#7f1d1d;font-size:.82rem;line-height:1.65}.editorial-policy-page .box-b{background:var(--blue-light);border-color:var(--blue)}.editorial-policy-page .box-b .bh{color:var(--blue)}.editorial-policy-page .box-b p,.editorial-policy-page .box-b li{color:var(--blue-dark);font-size:.82rem;line-height:1.65}.editorial-policy-page .box-a{border-color:var(--amber);background:#fffbeb}.editorial-policy-page .box-a .bh{color:var(--amber)}.editorial-policy-page .box-a p,.editorial-policy-page .box-a li{color:#78350f;font-size:.82rem;line-height:1.65}.editorial-policy-page .box-p{border-color:var(--purple);background:#f3f0ff}.editorial-policy-page .box-p .bh{color:var(--purple)}.editorial-policy-page .box-p p,.editorial-policy-page .box-p li{color:#4c1d95;font-size:.82rem;line-height:1.65}.editorial-policy-page .box-t{border-color:var(--teal);background:#e0f7fa}.editorial-policy-page .box-t .bh{color:var(--teal)}.editorial-policy-page .box-t p,.editorial-policy-page .box-t li{color:#0e7490;font-size:.82rem;line-height:1.65}.editorial-policy-page .box-gray{background:var(--gray-50);border-color:var(--gray-400)}.editorial-policy-page .box-gray .bh{color:var(--gray-600)}.editorial-policy-page .box-gray p,.editorial-policy-page .box-gray li{color:var(--gray-700);font-size:.82rem;line-height:1.65}.editorial-policy-page .bh{text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:5px;margin-bottom:6px;font-size:.72rem;font-weight:700;display:flex}.editorial-policy-page .box ul{flex-direction:column;gap:4px;margin-left:14px;list-style:outside;display:flex}.editorial-policy-page .phil-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:11px;margin:14px 0;display:grid}.editorial-policy-page .phil-card{border:1.5px solid var(--gray-200);border-radius:var(--radius);transition:var(--transition);background:#fff;padding:14px}.editorial-policy-page .phil-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px 14px #1a56a01a}.editorial-policy-page .phil-ico{margin-bottom:7px;font-size:1.3rem}.editorial-policy-page .phil-card h4{color:var(--gray-900);margin-bottom:3px;font-size:.78rem;font-weight:700}.editorial-policy-page .phil-card p{color:var(--gray-600);font-size:.72rem;line-height:1.5}.editorial-policy-page .contrib-grid{grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:10px;margin:13px 0;display:grid}.editorial-policy-page .contrib-card{border-radius:var(--radius);border:1.5px solid var(--gray-200);padding:14px}.editorial-policy-page .contrib-card .ci{margin-bottom:7px;font-size:1.2rem}.editorial-policy-page .contrib-card h4{margin-bottom:4px;font-size:.78rem;font-weight:700}.editorial-policy-page .contrib-card p{color:var(--gray-600);font-size:.72rem;line-height:1.5}.editorial-policy-page .proc-wrap{margin:18px 0}.editorial-policy-page .proc-row{grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:20px;display:grid;position:relative}.editorial-policy-page .proc-row:before{content:"";background:linear-gradient(90deg, var(--blue), var(--teal));z-index:0;height:2px;position:absolute;top:27px;left:40px;right:40px}.editorial-policy-page .proc-step{text-align:center;z-index:1;flex-direction:column;align-items:center;padding:0 6px;display:flex;position:relative}.editorial-policy-page .proc-num{border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:10px;font-size:1.2rem;display:flex;box-shadow:0 4px 12px #1a56a038}.editorial-policy-page .proc-num.blue{background:linear-gradient(135deg, var(--blue), var(--blue-dark));color:#fff}.editorial-policy-page .proc-num.teal{background:linear-gradient(135deg, var(--teal), var(--green));color:#fff}.editorial-policy-page .proc-step h4{color:var(--gray-900);margin-bottom:3px;font-size:.74rem;font-weight:700;line-height:1.3}.editorial-policy-page .proc-step p{color:var(--gray-500);font-size:.68rem;line-height:1.4}.editorial-policy-page .ev-tier{border-radius:var(--radius);align-items:flex-start;gap:12px;margin-bottom:8px;padding:13px 16px;display:flex}.editorial-policy-page .ev-t1{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1.5px solid #6ee7b7}.editorial-policy-page .ev-t1 h4{color:#065f46}.editorial-policy-page .ev-t1 p{color:#047857}.editorial-policy-page .ev-t2{background:linear-gradient(135deg, var(--blue-light), #dbeafe);border:1.5px solid #93c5fd}.editorial-policy-page .ev-t2 h4{color:var(--blue-dark)}.editorial-policy-page .ev-t2 p{color:var(--blue)}.editorial-policy-page .ev-t3{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fde68a}.editorial-policy-page .ev-t3 h4{color:#92400e}.editorial-policy-page .ev-t3 p{color:#d97706}.editorial-policy-page .ev-no{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1.5px solid #fca5a5}.editorial-policy-page .ev-no h4{color:var(--red)}.editorial-policy-page .ev-no p{color:#b91c1c}.editorial-policy-page .ev-ico{flex-shrink:0;margin-top:2px;font-size:1.4rem}.editorial-policy-page .ev-tier h4{margin-bottom:4px;font-size:.82rem;font-weight:700}.editorial-policy-page .ev-tier p{margin:0;font-size:.76rem;line-height:1.6}.editorial-policy-page .acc{border:1.5px solid var(--gray-200);border-radius:var(--radius);margin-bottom:8px;overflow:hidden}.editorial-policy-page .acc.open{border-color:var(--blue)}.editorial-policy-page .acc-h{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:#fff;border:none;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.editorial-policy-page .acc-h h4{color:var(--gray-900);font-size:.84rem;font-weight:600}.editorial-policy-page .acc-chev{background:var(--gray-100);width:20px;height:20px;transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.66rem;display:flex}.editorial-policy-page .acc.open .acc-chev{background:var(--blue-light);color:var(--blue);transform:rotate(180deg)}.editorial-policy-page .acc-b{border-top:1px solid var(--gray-100);padding:0 14px 13px;display:none}.editorial-policy-page .acc.open .acc-b{padding-top:11px;display:block}.editorial-policy-page .acc-b ul{flex-direction:column;gap:5px;margin-left:14px;list-style:outside;display:flex}.editorial-policy-page .acc-b li{color:var(--gray-700);font-size:.8rem;line-height:1.6}.editorial-policy-page .acc-b p{color:var(--gray-600);margin-bottom:6px;font-size:.82rem;line-height:1.7}.editorial-policy-page .sched-table{border-collapse:collapse;border-radius:var(--radius);width:100%;margin:13px 0;font-size:.8rem;overflow:hidden}.editorial-policy-page .sched-table th{background:var(--blue-dark);color:#fff;text-align:left;padding:9px 14px;font-size:.74rem;font-weight:600}.editorial-policy-page .sched-table td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:8px 14px}.editorial-policy-page .sched-table tr:last-child td{border-bottom:none}.editorial-policy-page .sched-table tr:nth-child(2n){background:var(--gray-50)}.editorial-policy-page .corr-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:13px 0;display:grid}.editorial-policy-page .corr-card{border-radius:var(--radius);border:1.5px solid;padding:14px}.editorial-policy-page .corr-card h4{align-items:center;gap:5px;margin-bottom:7px;font-size:.78rem;font-weight:700;display:flex}.editorial-policy-page .corr-card ul{margin-left:12px;list-style:outside}.editorial-policy-page .corr-card li{margin-bottom:3px;font-size:.73rem;line-height:1.6}.editorial-policy-page .minor{background:#f0fdf4;border-color:#a7f3d0}.editorial-policy-page .minor h4{color:var(--green)}.editorial-policy-page .minor li{color:#065f46}.editorial-policy-page .factual{background:var(--blue-light);border-color:#93c5fd}.editorial-policy-page .factual h4{color:var(--blue)}.editorial-policy-page .factual li{color:var(--blue-dark)}.editorial-policy-page .safety{background:#fef2f2;border-color:#fca5a5}.editorial-policy-page .safety h4{color:var(--red)}.editorial-policy-page .safety li{color:#7f1d1d}.editorial-policy-page .team-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:16px 0;display:grid}.editorial-policy-page .team-card{text-align:center;border:1.5px solid var(--gray-200);transition:var(--transition);min-height:100%;color:inherit;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:22px 16px 20px;text-decoration:none;display:flex;box-shadow:0 4px 14px #0f172a0f}.editorial-policy-page .team-card--muted{background:var(--gray-50)}.editorial-policy-page .team-card:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 10px 28px #1a56a01f}.editorial-policy-page .team-card-link{color:inherit;cursor:pointer;text-decoration:none;display:flex}.editorial-policy-page .team-photo{background:var(--blue-light);border:3px solid #cfe0f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 14px;display:flex;overflow:hidden}.editorial-policy-page .team-photo-img{object-fit:cover;width:100%;height:100%;display:block}.editorial-policy-page .team-photo--fallback{border-color:#ffffff59}.editorial-policy-page .team-photo-initials{font-family:var(--font-display);color:#fff;font-size:1.65rem;font-weight:700;line-height:1}.editorial-policy-page .team-role{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin:0 0 8px;font-size:.72rem;font-weight:700;line-height:1.3}.editorial-policy-page .team-name{font-family:var(--font-display);color:var(--gray-900);margin:0 0 6px;font-size:1.05rem;font-weight:700;line-height:1.3}.editorial-policy-page .team-sub{color:var(--gray-500);max-width:28ch;margin:0;font-size:.82rem;line-height:1.4}.editorial-policy-page .contact-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;margin:12px 0;display:grid}.editorial-policy-page .contact-card{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:13px 14px}.editorial-policy-page .contact-card h4{color:var(--gray-900);margin-bottom:3px;font-size:.78rem;font-weight:700}.editorial-policy-page .contact-card a{color:var(--blue);font-size:.74rem;font-weight:500}.editorial-policy-page .contact-card p{color:var(--gray-500);margin-top:3px;font-size:.7rem}.editorial-policy-page .ver-table{border-collapse:collapse;width:100%;margin:10px 0;font-size:.78rem}.editorial-policy-page .ver-table td{border-bottom:1px solid var(--gray-100);padding:7px 12px}.editorial-policy-page .ver-table tr:last-child td{border-bottom:none}.editorial-policy-page .ver-tag{background:var(--blue-light);color:var(--blue);border-radius:50px;padding:2px 8px;font-size:.7rem;font-weight:700}.editorial-policy-page .policy-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:20px 18px}.editorial-policy-page .pf-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:auto;display:flex}.editorial-policy-page .pill-links{flex-wrap:wrap;gap:7px;display:flex}.editorial-policy-page .pill-link{background:var(--blue-light);color:var(--blue);cursor:pointer;transition:var(--transition);font-size:.72rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:50px;padding:5px 12px}.editorial-policy-page .pill-link:hover{background:var(--blue);color:#fff}.editorial-policy-page .pf-btns{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.editorial-policy-page .pf-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:7px 15px;font-family:inherit;font-size:.74rem;font-weight:600}.editorial-policy-page .pf-btn.g{background:var(--green)}.editorial-policy-page .pf-btn.gray{background:var(--gray-600)}@media (max-width:960px){.editorial-policy-page .main-wrap{grid-template-columns:1fr}.editorial-policy-page .toc-sidebar{max-height:none;margin-bottom:18px;position:static}.editorial-policy-page .proc-row{grid-template-columns:repeat(2,1fr)}.editorial-policy-page .corr-grid{grid-template-columns:1fr}}@media (max-width:600px){.editorial-policy-page .phil-grid,.editorial-policy-page .contrib-grid{grid-template-columns:1fr 1fr}.editorial-policy-page .team-grid{grid-template-columns:1fr!important;gap:12px!important}.editorial-policy-page .team-card{padding:18px 14px 16px}.editorial-policy-page .team-photo{width:84px;height:84px;margin-bottom:12px}.editorial-policy-page .team-name{font-size:.95rem}.editorial-policy-page .team-role{font-size:.68rem}.editorial-policy-page .team-sub{font-size:.78rem}.editorial-policy-page .proc-row{grid-template-columns:1fr 1fr}}
