/* 学校公开资料补充卡：与学校档案卡同层展示，数据只读。 */
.spp-card{margin:18px 0 24px;padding:18px 20px;border:1px solid rgba(46,125,107,.2);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,250,247,.96));box-shadow:0 8px 24px rgba(30,75,64,.07);color:var(--ink,#26332e)}
.spp-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid rgba(46,125,107,.12);padding-bottom:12px}
.spp-kicker{font-size:11px;letter-spacing:.08em;color:#2e7d6b;font-weight:700;text-transform:uppercase}
.spp-card h3{margin:4px 0 0;font-size:20px;line-height:1.35}
.spp-sites{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.spp-site{display:inline-flex;gap:5px;align-items:center;padding:7px 10px;border-radius:9px;background:#e7f3ee;color:#246956;text-decoration:none;font-size:12px;font-weight:700}
.spp-site span{font-size:14px}
.spp-section{margin-top:15px}.spp-section-title{font-weight:800;font-size:14px;color:#30453d;margin-bottom:9px}.spp-section-title span{font-size:11px;font-weight:500;color:#7a8d86;margin-left:6px}
.spp-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px 16px}
.spp-field{padding:9px 11px;border-radius:10px;background:rgba(231,243,238,.58)}.spp-field-label{font-size:11px;color:#718179;margin-bottom:4px}.spp-field-value{font-size:13px;line-height:1.5;color:#2d4138;word-break:break-word}
.spp-status{display:inline-block;margin-left:6px;padding:1px 5px;border-radius:5px;font-size:10px;vertical-align:1px;font-weight:700}.spp-status-ok{background:#d8f0e5;color:#237053}.spp-status-warn{background:#fff0d4;color:#9a6b1f}
.spp-accounts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.spp-account{padding:10px 12px;border:1px solid rgba(46,125,107,.14);border-radius:10px;background:#fff}.spp-account-name{font-weight:800;font-size:13px}.spp-mini-note{display:inline-block;margin-left:6px;padding:1px 5px;border-radius:4px;background:#eef0f1;color:#66746f;font-size:10px;font-weight:600}.spp-account-meta{font-size:11px;color:#6f8178;margin-top:4px}.spp-account-signature{font-size:11px;color:#52655d;margin-top:6px;line-height:1.45}
.spp-articles{list-style:none;padding:0;margin:0;display:grid;gap:8px}.spp-article{padding:10px 12px;border-radius:10px;background:#fff;border:1px solid rgba(46,125,107,.12)}.spp-article-title{font-size:13px;line-height:1.5;font-weight:700}.spp-article-title a{color:#285f50;text-decoration:none}.spp-article-title a:hover{text-decoration:underline}.spp-article-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:5px;font-size:11px;color:#788780}.spp-tag{padding:1px 5px;border-radius:4px;background:#edf5f1;color:#3a7563}.spp-article-digest{margin-top:5px;color:#596b64;font-size:11px;line-height:1.45}.spp-article-source{margin-top:5px;color:#97a39e;font-size:10px}.spp-review{margin-top:13px;padding:8px 10px;border-radius:8px;background:#fff7e8;color:#8d6b32;font-size:11px;line-height:1.5}.spp-boundary{margin-top:9px;color:#7d8b85;font-size:10px;line-height:1.5}.spp-foot{margin-top:12px;padding-top:10px;border-top:1px dashed rgba(46,125,107,.2);font-size:10px;color:#7a8982;line-height:1.5}
@media (max-width:600px){.spp-card{padding:15px 13px;border-radius:13px}.spp-head{display:block}.spp-sites{justify-content:flex-start;margin-top:9px}.spp-card h3{font-size:18px}.spp-fields{grid-template-columns:1fr}.spp-accounts{grid-template-columns:1fr}}
