
/* Ziyarat Ashura Sync Plugin
   Theme-aware: uses body[data-cs="dark"] and body[data-cs="light"] if present.
   Defaults also work if theme does not set data-cs.
*/

:root{
  --zas-bg: rgba(255,255,255,0.75);
  --zas-border: rgba(2,48,32,0.18);
  --zas-text: inherit;
  --zas-muted: rgba(0,0,0,0.62);
  --zas-active-bg: #F4F3F3;
  --zas-active-border: rgba(2,48,32,0.55);
}

body[data-cs="dark"]{
  --zas-bg: rgba(18,18,18,0.70);
  --zas-border: rgba(255,255,255,0.14);
  --zas-muted: rgba(255,255,255,0.70);
  --zas-active-bg: rgba(46, 204, 113, 0.10);
  --zas-active-border: rgba(46, 204, 113, 0.55);
}

.zas-wrap{
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 12px 110px; /* extra bottom space for sticky player */
}

.zas-header{
  text-align: center;
  margin: 6px 0 12px;
}

.zas-title-ar{
  font-family: "KFGQPC Uthman Taha Naskh", Arial, Tahoma, serif !important;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.zas-subtitle{
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.85;
}

.zas-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zas-seg{
  border: 1px solid var(--zas-border);
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: transparent;
  cursor: pointer;
  transition: border-color 120ms ease, background 120ms ease, transform 120ms ease;
}

.zas-seg:hover{
  border-color: rgba(2,48,32,0.35);
  transform: translateY(-1px);
}

body[data-cs="dark"] .zas-seg:hover{
  border-color: rgba(255,255,255,0.22);
}

.zas-seg.is-active{
  background: var(--zas-active-bg);
  border-color: var(--zas-active-border);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

body[data-cs="dark"] .zas-seg.is-active{
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
}

.zas-ar{
  font-family: "KFGQPC Uthman Taha Naskh", Arial, Tahoma, serif !important;
  direction: rtl;
  text-align: right;
  font-size: 26px;
  line-height: 1.55;
  margin: 0 0 6px;
}

.zas-translit{
  font-style: italic;
  opacity: 0.9;
  margin: 0 0 4px;
}

.zas-en{
  margin: 0;
  opacity: 0.9;
}

.zas-playerbar{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
}

.zas-playercard{
  max-width: 920px;
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid var(--zas-border);
  background: var(--zas-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zas-playercard audio{
  width: 100%;
  height: 42px;
}

.zas-playerhint{
  max-width: 920px;
  margin: 8px auto 0;
  font-size: 13px;
  opacity: 0.75;
  text-align: center;
}

@media (max-width: 520px){
  .zas-ar{ font-size: 24px; }
  .zas-playercard{ border-radius: 18px; }
  .zas-playercard audio{ height: 40px; }
}
.zas-ar {
    font-family: "KFGQPC Uthman Taha Naskh", Arial, Tahoma, serif !important;
    direction: rtl;
    text-align: center;
    font-size: 29px !important;
    line-height: 1.55 !important;
    margin: 0 0 6px;
    padding-bottom: 14px;
    padding-top: 5px;
}
