.dt-ficha-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 978;
  align-items: flex-end;
  justify-content: center;
}
.dt-ficha-overlay.activo { display: flex; }
.dt-ficha-modal {
  width: 100%;
  max-width: 480px;
  background: linear-gradient(160deg, #14141f 0%, #0f0f1c 100%);
  border: 2px solid rgba(245,208,0,0.35);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  animation: tutSlideUp 0.32s cubic-bezier(0.34,1.3,0.64,1) both;
}
.dt-ficha-header {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(245,208,0,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245,208,0,0.05);
}
.dt-ficha-nombre {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1em;
  color: var(--acento);
  letter-spacing: 0.5px;
}
.dt-ficha-apodo {
  font-size: 0.65em;
  color: var(--texto2);
  margin-top: 2px;
  letter-spacing: 0.5px;
}
.dt-ficha-body { padding: 14px 16px 18px; }
.dt-ficha-rasgo {
  font-size: 0.72em;
  color: var(--acento2);
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.dt-ficha-bars-title {
  font-size: 0.6em;
  color: var(--texto2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Archivo Black', sans-serif;
}
.dt-ficha-footer {
  padding: 0 16px 18px;
  display: flex;
  gap: 8px;
}
.dt-ficha-footer button {
  flex: 1;
  font-size: 0.72em;
  letter-spacing: 1px;
  padding: 12px;
}
.dt-ficha-cerrar-btn {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-bottom-width: 1px !important;
  color: var(--texto2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  font-size: 0.85em;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
