/* ===== لاپەڕەی دەستەی دروستکەران ===== */

.tm-sheet{
  position:fixed;
  inset:0;
  z-index:132;
  background:#F4F4F0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  transform:translateX(-100%);
  visibility:hidden;
  transition:transform .42s cubic-bezier(.32,.72,0,1), visibility .42s;
}
.tm-sheet.open{
  transform:none;
  visibility:visible;
}

/* ---------- سەردێڕ ---------- */
.tm-bar{
  position:sticky;
  top:0;
  z-index:4;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  padding-top:calc(16px + env(safe-area-inset-top, 0px));
  background:rgba(252,252,250,.94);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(36,64,47,.08);
}
.tm-back{
  width:36px;height:36px;
  flex:none;
  display:grid;
  place-items:center;
  border:0;
  border-radius:11px;
  background:rgba(36,64,47,.06);
  color:#1E3226;
  cursor:pointer;
  padding:0;
}
.tm-back svg{ width:19px;height:19px;fill:currentColor; }
.tm-bar-title{
  flex:1;
  min-width:0;
  font-size:14px;
  font-weight:700;
  color:#1E3226;
  opacity:0;
  transition:opacity .25s ease;
}
.tm-sheet.scrolled .tm-bar-title{ opacity:1; }

/* ---------- سەرەتا ---------- */
.tm-hero{
  position:relative;
  padding:30px 22px 26px;
  text-align:center;
  overflow:hidden;
}
.tm-hero::before{
  content:"";
  position:absolute;
  top:-140px;
  left:50%;
  transform:translateX(-50%);
  width:440px;height:300px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(62,122,85,.16), transparent 68%);
  pointer-events:none;
}
.tm-mark{
  position:relative;
  width:62px;height:62px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#3E7A55;
  color:#fff;
  box-shadow:0 10px 26px rgba(62,122,85,.28);
}
.tm-mark svg{ width:30px;height:30px;fill:currentColor; }

.tm-title{
  position:relative;
  margin:0 0 6px;
  font-size:24px;
  font-weight:800;
  letter-spacing:-.2px;
  color:#1E3226;
  line-height:1.4;
}
.tm-lede{
  position:relative;
  font-size:13.5px;
  color:#8C9A91;
  line-height:1.95;
  max-width:320px;
  margin:0 auto;
}

/* ---------- ناوەڕۆک ---------- */
.tm-body{
  max-width:620px;
  margin:0 auto;
  padding:4px 16px calc(52px + env(safe-area-inset-bottom, 0px));
}

.tm-group{ margin-bottom:26px; }

.tm-group-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 4px 12px;
}
.tm-group-title{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:#1E3226;
  white-space:nowrap;
}
.tm-group-line{
  flex:1;
  height:1px;
  background:rgba(36,64,47,.10);
}
.tm-group-n{
  font-size:11.5px;
  font-weight:700;
  color:#A3B0A6;
}

/* ---------- کارتی سەرەکی ---------- */
.tm-lead{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(140deg, #FBF3E3 0%, #FCFCFA 62%);
  box-shadow:0 1px 2px rgba(36,64,47,.05), 0 6px 20px rgba(36,64,47,.06);
  cursor:pointer;
  transition:transform .2s cubic-bezier(.32,.72,0,1), box-shadow .2s ease;
}
.tm-lead:active{ transform:scale(.985); }

.tm-lead-ava{
  position:relative;
  width:82px;height:82px;
  flex:none;
  border-radius:50%;
  overflow:hidden;
  background:#FBF3E3;
  display:grid;
  place-items:center;
  box-shadow:0 0 0 3px #FCFCFA, 0 0 0 4.5px rgba(199,154,62,.45);
}
.tm-lead-ava img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  object-position:center 22%;
}
.tm-lead-ava span{
  font-size:32px;
  font-weight:800;
  color:#A5791F;
  line-height:1;
}

.tm-lead-txt{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.tm-lead-name{
  font-size:18px;
  font-weight:800;
  color:#1E3226;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tm-lead-role{
  font-size:13px;
  color:#5B6D61;
  line-height:1.7;
}
.tm-lead-go{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:5px;
  font-size:12px;
  font-weight:700;
  color:#A5791F;
}
.tm-lead-go svg{ width:13px;height:13px;fill:currentColor; }

/* ---------- تۆڕی یارمەتیدەران ---------- */
.tm-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(148px, 1fr));
  gap:10px;
}

.tm-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  padding:20px 12px 16px;
  border-radius:20px;
  background:#FCFCFA;
  box-shadow:0 1px 2px rgba(36,64,47,.04), 0 4px 14px rgba(36,64,47,.045);
  text-align:center;
  cursor:pointer;
  transition:transform .2s cubic-bezier(.32,.72,0,1), box-shadow .2s ease;
}
.tm-card:active{ transform:scale(.97); }

.tm-ava{
  position:relative;
  width:66px;height:66px;
  border-radius:50%;
  overflow:hidden;
  background:#EAF1EC;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  box-shadow:0 0 0 3px #FCFCFA, 0 0 0 4px rgba(62,122,85,.18);
}
.tm-ava img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  object-position:center 22%;
}
.tm-ava span{
  font-size:24px;
  font-weight:800;
  color:#3E7A55;
  line-height:1;
}

.tm-name{
  width:100%;
  font-size:13.5px;
  font-weight:700;
  color:#1E3226;
  line-height:1.5;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tm-role{
  width:100%;
  font-size:11.5px;
  color:#8C9A91;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:19px;
}

/* ---------- پشتیوانان ---------- */
.tm-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tm-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px 8px 8px;
  border-radius:999px;
  background:#FCFCFA;
  box-shadow:0 1px 2px rgba(36,64,47,.04), 0 3px 10px rgba(36,64,47,.04);
  font-size:13px;
  font-weight:600;
  color:#2C4033;
  cursor:pointer;
  transition:transform .16s ease;
}
.tm-chip:active{ transform:scale(.96); }
.tm-chip-ava{
  position:relative;
  width:28px;height:28px;
  flex:none;
  border-radius:50%;
  overflow:hidden;
  background:#EAF1EC;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:700;
  color:#3E7A55;
}
.tm-chip-ava img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  object-position:center 22%;
}

/* ---------- پێی لاپەڕە ---------- */
.tm-foot{
  position:relative;
  margin-top:14px;
  padding:34px 20px 10px;
  text-align:center;
  overflow:hidden;
}
.tm-ridge{
  position:absolute;
  inset-inline:0;
  bottom:0;
  width:100%;
  height:52px;
  fill:#3E7A55;
  pointer-events:none;
}
.tm-foot-brand{
  position:relative;
  display:block;
  font-family:"MahanBrand", 'Noto Kufi Arabic', system-ui, sans-serif;
  font-size:22px;
  color:#3E7A55;
  letter-spacing:3px;
  line-height:1;
  margin-bottom:7px;
}
.tm-foot-note{
  position:relative;
  font-size:11px;
  font-weight:600;
  letter-spacing:.4px;
  color:#A3B0A6;
}

/* ---------- بەتاڵ ---------- */
.tm-empty{
  padding:60px 24px;
  text-align:center;
  color:#8C9A91;
  font-size:13.5px;
  line-height:1.95;
}

@media (max-width:360px){
  .tm-grid{ grid-template-columns:repeat(auto-fill, minmax(130px, 1fr)); }
  .tm-lead{ padding:15px; gap:13px; }
  .tm-lead-ava{ width:70px;height:70px; }
}
