/* V222 — requested navigation, comparison and admin-table refinements. */

/* Gematria comparison tables remain locally scrollable on touch screens and
   expose enough intrinsic width for every selected calculation system. */
:is(#historySection,#geoHistorySection,#hebHistorySection,#grkHistorySection,#slvHistorySection).session-comparison-active .history-table-wrap{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  direction:ltr!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
  touch-action:pan-x pan-y!important;
  scrollbar-width:auto;
  scrollbar-color:var(--gold-dim,var(--gold,#c9a84c)) transparent;
}
:is(#historySection,#geoHistorySection,#hebHistorySection,#grkHistorySection,#slvHistorySection).session-comparison-active .history-table-wrap::-webkit-scrollbar{height:9px}
:is(#historySection,#geoHistorySection,#hebHistorySection,#grkHistorySection,#slvHistorySection).session-comparison-active .history-table-wrap::-webkit-scrollbar-thumb{background:var(--gold-dim,var(--gold,#c9a84c));border-radius:999px}
:is(#historySection,#geoHistorySection,#hebHistorySection,#grkHistorySection,#slvHistorySection).session-comparison-active .history-table{
  direction:rtl!important;
  width:max-content!important;
  min-width:100%!important;
  max-width:none!important;
  margin:0!important;
  table-layout:auto!important;
}
.gematria-drag-scroll{cursor:grab}
.gematria-drag-scroll.is-dragging{cursor:grabbing;user-select:none}

/* Admin gematria results: compact numeric systems, readable multi-line
   headings, and a substantially wider text/word column. */
#pageAdmin .admin-gematria-table-wrap{
  box-sizing:border-box;
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
  touch-action:pan-x pan-y;
  scrollbar-width:thin;
}
#pageAdmin .admin-gematria-results-table{
  width:max-content!important;
  min-width:100%!important;
  max-width:none!important;
  border-collapse:collapse;
  table-layout:fixed!important;
  direction:rtl;
}
#pageAdmin .admin-gematria-value-head,
#pageAdmin .admin-gematria-value-cell{
  box-sizing:border-box;
  width:78px!important;
  min-width:70px!important;
  max-width:84px!important;
  padding:.4rem .24rem!important;
  text-align:center!important;
  vertical-align:middle!important;
}
#pageAdmin .admin-gematria-value-head{
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  font-size:.66rem!important;
  line-height:1.38!important;
  font-weight:700!important;
}
#pageAdmin .admin-gematria-value-head > span{
  display:block;
  box-sizing:border-box;
  width:100%;
  padding:.16rem .2rem;
  border-radius:8px!important;
  white-space:normal!important;
  line-height:1.38!important;
}
#pageAdmin .admin-gematria-value-cell{
  white-space:nowrap!important;
  font-family:"Ubuntu Mono",monospace!important;
  font-size:.84rem!important;
}
#pageAdmin .admin-gematria-word-head,
#pageAdmin .admin-gematria-word-cell{
  box-sizing:border-box;
  width:clamp(250px,32vw,430px)!important;
  min-width:250px!important;
  max-width:430px!important;
  padding:.48rem .72rem!important;
  text-align:right!important;
  vertical-align:middle!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
#pageAdmin .admin-gematria-word-head{
  font-size:.7rem!important;
  line-height:1.4!important;
  font-weight:700!important;
}
#pageAdmin .admin-gematria-word-cell{
  direction:rtl;
  font-family:"Amiri",serif!important;
  font-size:1rem!important;
  line-height:1.65!important;
}
#pageAdmin .admin-gematria-date-head,
#pageAdmin .admin-gematria-date-cell{
  box-sizing:border-box;
  width:112px!important;
  min-width:104px!important;
  max-width:120px!important;
  padding:.4rem .36rem!important;
  text-align:center!important;
  direction:ltr;
  white-space:normal!important;
  font-size:.65rem!important;
}

/* Preserve the explicit spaces when mobile table labels are derived from the
   Surah statistics header text. */
#ssTable thead th{word-spacing:normal}

@media(max-width:820px){
  #pageAdmin .admin-gematria-value-head,
  #pageAdmin .admin-gematria-value-cell{
    width:70px!important;
    min-width:64px!important;
    max-width:74px!important;
  }
  #pageAdmin .admin-gematria-value-head{font-size:.62rem!important}
  #pageAdmin .admin-gematria-word-head,
  #pageAdmin .admin-gematria-word-cell{
    width:220px!important;
    min-width:210px!important;
    max-width:260px!important;
  }
}
