/* Documento de ficha: renderizado puro en texto institucional */
.ficha-stage {
  max-width: 820px;
  margin: 0 auto;
}

.ficha-card {
  background: #ffffff;
  border: 1px solid #dcdfe4;
  border-radius: 4px;
  padding: clamp(20px, 3.5vw, 36px);
  color: #0f172a;
  box-shadow: 0 4px 18px rgba(7, 27, 73, 0.06);
}

.ficha-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #8B0D18;
}

.ficha-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ficha-logo {
  width: 48px;
  height: auto;
  object-fit: contain;
}

.ficha-brand-text {
  display: flex;
  flex-direction: column;
}

.ficha-brand-text strong {
  color: #071b49;
  font-size: clamp(0.92rem, 1.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ficha-brand-text span {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ficha-modalidad-badge {
  text-align: right;
  border: 1px solid #8B0D18;
  background-color: #fff8f8;
  padding: 6px 14px;
  border-radius: 4px;
  flex-shrink: 0;
}

.ficha-modalidad-badge span {
  display: block;
  font-size: 0.68rem;
  color: #8B0D18;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ficha-modalidad-badge strong {
  display: block;
  font-size: 0.95rem;
  color: #8B0D18;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.ficha-card-title-section {
  margin-top: 20px;
  margin-bottom: 22px;
}

.ficha-subtitulo {
  display: block;
  color: #0070a8;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.ficha-titulo-evento {
  color: #071b49;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 900;
  margin: 0;
  line-height: 1.15;
}

.ficha-main-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

@media (max-width: 576px) {
  .ficha-main-grid {
    grid-template-columns: 1fr;
  }
}

.ficha-photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ficha-photo-box {
  width: 140px;
  height: 175px;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ficha-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ficha-no-photo {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.ficha-photo-tag {
  display: block;
  margin-top: 6px;
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ficha-primary-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ficha-primary-item {
  display: flex;
  flex-direction: column;
}

.ficha-item-label {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.ficha-item-val-lg {
  color: #071b49;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.ficha-item-val-md {
  color: #071b49;
  font-size: 1.05rem;
  font-weight: 700;
}

.ficha-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px 20px;
  margin: 0 0 24px;
  padding: 0;
}

.ficha-details-grid dt {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.ficha-details-grid dd {
  font-size: 0.95rem;
  color: #071b49;
  font-weight: 600;
  margin: 0;
}

/* Panel de acceso al examen */
.ficha-access-panel {
  background: #f8fafc;
  border: 1.5px solid #071b49;
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.ficha-access-title {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #cbd5e1;
}

.ficha-access-title span {
  color: #071b49;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ficha-access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 20px;
}

.ficha-access-item {
  display: flex;
  flex-direction: column;
}

.ficha-access-label {
  font-size: 0.72rem;
  color: #475569;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

.ficha-access-value {
  color: #071b49;
  font-size: 1.15rem;
  font-weight: 800;
  word-break: break-all;
}

.ficha-access-key {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.12em;
  color: #8B0D18;
}

.ficha-instructions {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #0070a8;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
}

.ficha-instructions p {
  margin: 0;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.45;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm;
  }
  body {
    background: #fff !important;
    display: block !important;
  }
  .no-print, .site-header, .site-footer {
    display: none !important;
  }
  main.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ficha-stage {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .ficha-card {
    border: 1px solid #94a3b8 !important;
    box-shadow: none !important;
    padding: 15mm 12mm !important;
    border-radius: 0 !important;
  }
}
