:root{--brand:#1fb6c9;--brand-dark:#1592a3;--bg:#f2f6f8;--text:#1a2b3b;--muted:#6b7b8c;--card:#ffffff;--success:#19b36b;--danger:#e84d5b;--radius:14px;--shadow:0 10px 30px rgba(20,70,90,0.12)}
*{box-sizing:border-box}html,body{height:100%}
body{font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
.navbar{background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:var(--shadow)}
.navbar .navbar-brand{font-weight:800;letter-spacing:.3px}.navbar .btn{border-radius:999px}
.card{border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.card .card-title{font-weight:700}
.card.stat .stat-title{font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.6px}
.card.stat .stat-value{font-size:28px;font-weight:800}
.ficha{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.ficha__header{background:linear-gradient(135deg,#9ae1ea,#dff7fa);padding:14px 18px}
.ficha__title{font-weight:800;font-size:20px;color:#0f4652}
.ficha__subtitle{color:#2b7c89;font-weight:600}
.ficha__body{padding:16px}.ficha__group{display:grid;grid-template-columns:240px 1fr 300px;gap:16px}
.foto-box{background:#eef7f9;border:2px dashed #b7dfe6;border-radius:12px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:8px}
.foto{width:180px;height:220px;border-radius:10px;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.badge-soft{background:#e7f9fc;color:#0c6d7b;border-radius:999px;padding:.2rem .6rem;font-weight:700;font-size:12px}
.quick{background:#f4fbfc;border-radius:12px;padding:14px;border:1px solid #d7eef3}
.quick .form-label{font-size:12px;text-transform:uppercase;color:#46707a;letter-spacing:.6px}
.form-control,.form-select{border-radius:12px;border:1px solid #d1dee6}
.form-control:focus,.form-select:focus{border-color:var(--brand);box-shadow:0 0 0 .25rem rgba(31,182,201,.15)}
.btn{border-radius:12px}.btn-primary{background:var(--brand);border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}
.btn-soft{background:#e7f9fc;color:#0c6d7b;border:1px solid #bdebf2}.btn-soft:hover{background:#d6f4f8}
.card-id{width:86mm;height:54mm;border:0;border-radius:10px;padding:6px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#fefefe,#f2fbfc);box-shadow:0 10px 18px rgba(10,40,50,.15)}
.card-id__header{text-align:center}.card-id__logo{max-height:22mm;max-width:100%;object-fit:contain}
.card-id__title{font-weight:800;margin-top:2px;color:#0e5a66}.card-id__subtitle{font-size:12px;color:#3d7c86}
.card-id__body{display:flex;gap:8px}.card-id__photo{width:24mm;height:32mm;border-radius:8px;background:#eaf3f5;display:flex;align-items:center;justify-content:center;overflow:hidden}
.card-id__photo img{width:100%;height:100%;object-fit:cover}.card-id__no-photo{font-size:10px;text-align:center;color:#7aa5ad}
.card-id__info{font-size:12px;line-height:1.2}.card-id__footer{text-align:center;font-size:11px;color:#3a6e77}.print-hint{margin:10px 0 0;font-size:12px;color:#667e86}
