
:root{--sis:#0f3b5f;--sis2:#126c8f;--bg:#f4f7fb}
body{background:var(--bg);font-size:14px}
.bg-siscome{background:linear-gradient(90deg,var(--sis),var(--sis2))}
.card{border:0;border-radius:16px;box-shadow:0 8px 24px rgba(15,59,95,.08)}
.kpi,.estado-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(15,59,95,.08);min-height:88px}
.kpi span,.estado-card span{display:block;color:#667085;font-size:.82rem}
.kpi b{font-size:1.35rem;color:#0f3b5f}
.estado-card b{font-size:1.15rem;color:#126c8f}
.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#d9eef7,#f6f8fb 45%,#eaf2f7)}
.login-card{width:390px;background:white;border-radius:22px;padding:30px}
.section-title{font-weight:700;color:#0f3b5f;margin-bottom:10px}
.table th{background:#eef5f9;color:#233447;white-space:nowrap}
.table td{vertical-align:middle}
.sugerencias{z-index:2000;max-height:260px;overflow:auto;width:520px}
label{font-weight:600;color:#344054;margin-bottom:3px}
.form-control,.form-select{border-radius:10px}
.btn{border-radius:10px}
.login-logo{width:74px;height:74px;border-radius:22px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f3b5f,#126c8f);color:#fff;font-weight:800;letter-spacing:.8px;box-shadow:0 12px 28px rgba(15,59,95,.25)}
.action-card{display:flex;gap:14px;align-items:center;text-decoration:none;color:#1f2937;background:#fff;border:1px solid #e6edf3;border-radius:18px;padding:18px;min-height:104px;box-shadow:0 8px 24px rgba(15,59,95,.08);transition:.18s ease}
.action-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,59,95,.14);border-color:#b9d8e6;color:#0f3b5f}
.action-card .icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e8f5fb,#cfeaf5);display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;color:#0f3b5f;flex:0 0 auto}
.action-card b{display:block;font-size:1.02rem;color:#0f3b5f;margin-bottom:4px}
.action-card span{display:block;font-size:.82rem;color:#667085;line-height:1.25}
