body { background-color: #d6d1ca; color: #000; font-family: Arial, sans-serif; }
.navbar { background-color: #56212f; position: fixed; top: 0; width: 100%; z-index: 999; }
.navbar-brand, .nav-link { color: #d6d1ca !important; }
.card { background-color: #977e5b; border: none; color: #fff; }
.btn-custom { background-color: #c3b08f; border-color: #c3b08f; color: #000; }
.btn-custom:hover { background-color: #b1a07c; }
.ficha-container { max-width: 900px; margin: 0 auto; background: #fff; color: #000; padding: 24px; border-radius: 8px; }
.ficha-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; border-bottom: 2px solid #56212f; padding-bottom: 12px; }
.ficha-header h1 { font-size: 20px; margin: 0; color: #56212f; }
.ficha-meta { font-size: 12px; color: #444; }
.ficha-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.ficha-grid div { padding: 6px 8px; background: #f5f1ea; border-radius: 6px; }
.ficha-field-label { font-weight: bold; display: block; margin-bottom: 2px; color: #333; }
@media print { .no-print { display: none !important; } body { background: #fff; } }