.pastoral-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 24px}.pastoral-summary div{background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:18px;text-align:center;box-shadow:0 5px 18px rgba(18,47,91,.06)}.pastoral-summary b{display:block;font-size:28px;color:#0f55b5}.pastoral-summary span{font-size:12px;color:#64748b}.pastoral-tabs{display:flex;gap:8px;overflow:auto;padding:2px 0 10px;margin:4px 0 12px}.pastoral-tabs button{white-space:nowrap;border:1px solid #dbe3ed;background:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}.pastoral-tabs button.active{background:#0f55b5;color:#fff;border-color:#0f55b5}.pastoral-section{margin-top:20px}.pastoral-section h3{margin:0 0 12px}.pastoral-item{display:flex;justify-content:space-between;gap:18px;padding:16px;background:#fff;border:1px solid #e5eaf2;border-radius:14px;margin-bottom:10px}.pastoral-item small{display:block;color:#64748b;margin-top:3px}.pastoral-item p{margin:8px 0 0;color:#334155;white-space:pre-wrap}.pastoral-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pastoral-actions button{border:1px solid #cbd5e1;background:#f8fafc;border-radius:10px;padding:9px 12px;cursor:pointer}.pastoral-actions .done{background:#0f55b5;color:#fff;border-color:#0f55b5}.pastoral-actions .danger{background:#fff;color:#b42318;border-color:#f0b8b3}.pastoral-simple{display:flex;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #eef2f7}.pastoral-simple span{color:#64748b}@media(max-width:720px){.pastoral-summary{grid-template-columns:repeat(2,1fr)}.pastoral-item{display:block}.pastoral-actions{margin-top:14px}.pastoral-actions button{flex:1}}