:root{--bg:#f4f7fb;--card:#fff;--primary:#1c4fa3;--muted:#6b7280;--shadow:0 10px 28px rgba(16,24,40,.08);}body{background:var(--bg);color:#1f2937;font-family:"Segoe UI",Tahoma,sans-serif}.topbar{background:linear-gradient(135deg,var(--primary),#18386e)}.card-panel,.modal-content{border:none;border-radius:18px}.dash-card{background:var(--card);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow);min-height:110px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e8edf4}.dash-card span{color:var(--muted);font-size:.9rem;margin-bottom:8px}.dash-card strong{font-size:1.8rem;color:var(--primary)}.peticion-cell{max-width:320px;white-space:normal;line-height:1.35}.form-control,.form-select,.btn{border-radius:12px}.badge-status{font-size:.78rem;border-radius:999px;padding:.45rem .7rem}@media(max-width:768px){.peticion-cell{max-width:220px}}