
.study-edit-v582.hidden{display:none}
.study-edit-v582{
  position:fixed;
  inset:0;
  z-index:70000;
  background:rgba(0,0,0,.66);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.study-edit-v582-box{
  width:min(1120px,96vw);
  max-height:92vh;
  display:flex;
  flex-direction:column;
  background:#0f172a;
  color:#e5e7eb;
  border:1px solid #334155;
  border-radius:18px;
  box-shadow:0 24px 80px rgba(0,0,0,.55);
  overflow:hidden;
}
.study-edit-v582-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid rgba(148,163,184,.22);
  flex:0 0 auto;
}
.study-edit-v582-head b{font-size:18px}
.study-edit-v582-head small{display:block;color:#94a3b8;word-break:break-all;margin-top:3px}
.study-edit-v582-head-actions{display:flex;gap:8px}
.study-edit-v582 button{
  border:1px solid rgba(148,163,184,.42);
  background:#1e293b;
  color:#e5e7eb;
  border-radius:10px;
  padding:7px 10px;
  cursor:pointer;
}
#studyEditV582Btn{
  margin-left:8px;
}
.study-edit-v582-warning{
  margin:12px 16px 0;
  border:1px solid rgba(56,189,248,.38);
  background:rgba(56,189,248,.11);
  color:#bae6fd;
  border-radius:12px;
  padding:10px;
  flex:0 0 auto;
}
.study-edit-v582-body{
  padding:14px 16px;
  overflow-y:auto;
  overflow-x:hidden;
  min-height:0;
  flex:1 1 auto;
  overscroll-behavior:contain;
}
.study-edit-v582-section{
  border:1px solid rgba(148,163,184,.18);
  border-radius:14px;
  padding:12px;
  margin-bottom:12px;
  background:rgba(15,23,42,.58);
}
.study-edit-v582-section h3{
  margin:0 0 10px;
  color:#7dd3fc;
  font-size:14px;
}
.study-edit-v582-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:10px;
}
.study-edit-v582-grid label{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.study-edit-v582-grid span{
  color:#cbd5e1;
  font-size:12px;
}
.study-edit-v582-grid small{
  display:block;
  color:#94a3b8;
  font-size:10px;
}
.study-edit-v582-grid input,
.study-edit-v582-grid select{
  width:100%;
  box-sizing:border-box;
  background:#020617;
  color:#e5e7eb;
  border:1px solid rgba(148,163,184,.3);
  border-radius:10px;
  padding:8px;
}
.study-edit-v582-sticky-actions{
  position:sticky;
  bottom:0;
  z-index:2;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:14px;
  padding:12px 16px;
  border-top:1px solid rgba(148,163,184,.22);
  background:#0f172a;
  flex:0 0 auto;
}
#studyEditV582Save{
  background:rgba(34,197,94,.18);
  border-color:rgba(34,197,94,.55);
  color:#bbf7d0;
}
.study-edit-v582-status{
  margin:0;
  max-height:130px;
  overflow:auto;
  border-top:1px solid rgba(148,163,184,.22);
  padding:10px 16px;
  white-space:pre-wrap;
  flex:0 0 auto;
}
.study-edit-v582-status.ok{color:#86efac}
.study-edit-v582-status.error{color:#fecaca}
@media(max-width:720px){
  .study-edit-v582{padding:8px}
  .study-edit-v582-box{max-height:96vh;width:98vw}
  .study-edit-v582-head{align-items:flex-start}
  .study-edit-v582-grid{grid-template-columns:1fr}
  .study-edit-v582-sticky-actions{flex-direction:column;align-items:stretch}
}

/* Mejora del modal antiguo de tags: ahora sí permite desplazarse bien */
.tag-modal{align-items:stretch!important}
.tag-box{
  display:flex!important;
  flex-direction:column!important;
  max-height:92vh!important;
  overflow:hidden!important;
}
.tag-tab-body{
  min-height:0!important;
  overflow:auto!important;
  max-height:calc(92vh - 250px)!important;
}
.tag-form-grid{
  padding-bottom:12px!important;
}


/* v583 - modo anonimizar / desanonimizar */
.study-edit-v583-mode{
  margin:12px 16px 0;
  padding:10px;
  border:1px solid rgba(251,191,36,.35);
  background:rgba(251,191,36,.10);
  border-radius:12px;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:10px;
  align-items:end;
  flex:0 0 auto;
}
.study-edit-v583-mode label{
  display:flex;
  flex-direction:column;
  gap:5px;
  color:#fde68a;
  font-size:12px;
}
.study-edit-v583-mode select{
  background:#020617;
  color:#e5e7eb;
  border:1px solid rgba(251,191,36,.45);
  border-radius:10px;
  padding:8px;
}
.study-edit-v583-mode button{
  border-color:rgba(251,191,36,.45);
  background:rgba(120,53,15,.45);
  color:#fde68a;
}
@media(max-width:850px){
  .study-edit-v583-mode{grid-template-columns:1fr}
}
