/* ===== استایل‌های شل، صفحه خانه و پنل کاربری — اختصاصی قبولی‌یاب ===== */

/* ---------- ریشه‌ی اپ: فوتر پایین‌چسب ---------- */
.app-root {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.app-root > .app-footer-wrap {
  margin-top: auto;
}
.app-main {
  display: block;
}
/* جعبه‌ی دربرگیرنده‌ی ناوبار حذف می‌شود تا sticky تا پایان صفحه کار کند
   (nav مستقیم فرزند app-root می‌شود؛ اسکوپ qb-site همچنان برقرار است) */
.nav-host {
  display: contents;
}

/* نمای ریشه‌ی ماژول‌های فایل دوم (نسخه‌ی اصلی 100vh داشت؛ این‌جا ریشه‌ی اپ ارتفاع را مدیریت می‌کند) */
.qb-view {
  min-height: 0;
}

/* توست مشترک بین نماها (از پایه‌ی مشترک فایل دوم) */
.qb-shared-toast {
  position: fixed;
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  z-index: 99999;
  background: rgba(6, 58, 38, 0.97);
  color: #eafff3;
  border: 1px solid rgba(231, 200, 115, 0.55);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 13px;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  max-width: 88vw;
  text-align: center;
}
.qb-shared-toast.show {
  opacity: 1;
}

/* ---------- ناوبری اپ (بازنویسی رفتار nav در سایت) ---------- */
.qb-site .nav-inner {
  gap: 14px;
  flex-wrap: nowrap;
}
.qb-site .nav-tabs {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  max-width: 100%;
}
.qb-site .nav-tabs::-webkit-scrollbar {
  display: none;
}
.qb-site .nav-tab {
  flex: none;
  white-space: nowrap;
}
.nav-user-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(20, 241, 149, 0.14), rgba(20, 241, 149, 0.03));
  border: 1.5px solid rgba(20, 241, 149, 0.28);
  color: var(--emerald-glow, #39ffb0);
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
}
.nav-user-btn:hover {
  border-color: var(--emerald-bright, #14f195);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(20, 241, 149, 0.25);
}
.nav-user-btn svg {
  width: 19px;
  height: 19px;
}
.nav-user-btn .nav-user-dot {
  position: absolute;
  top: -3px;
  inset-inline-start: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold, #e7c873);
  border: 2px solid #050806;
  display: none;
}
.nav-user-btn.has-data .nav-user-dot {
  display: block;
}
/* ---------- دکمه‌ی پنل کاربری در موبایل: گوشه‌ی چپ‌بالای ناوبارِ چسبان ----------
   ناوبار position:sticky top:0 است؛ پس دکمه همیشه در بالاترین نقطه‌ی صفحه می‌ماند
   و هنگام اسکرول با صفحه حرکت نمی‌کند (خواسته‌ی کاربر برای مرورگر گوشی) */
@media (max-width: 640px) {
  .qb-site .nav-inner {
    position: relative;
  }
  .qb-site .nav-user-btn {
    position: absolute;
    top: 14px; /* هم‌تراز با پدینگ ناوبار */
    inset-inline-end: 20px; /* در RTL: گوشه‌ی چپِ بالای صفحه — روبه‌روی برند */
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}
/* در صفحه‌های خیلی باریک، زیرنویس برند حذف می‌شود تا با دکمه‌ی گوشه تداخل نکند */
@media (max-width: 400px) {
  .qb-site .nav-tag {
    display: none;
  }
}
@media (max-width: 640px) {
  .qb-site .nav-inner {
    flex-wrap: wrap;
  }
  .qb-site .nav-tabs {
    order: 3;
    width: 100%;
  }
}

/* ---------- صفحه خانه ---------- */
.home-hero {
  padding: 62px 0 26px;
}
.home-hero h1 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.8px;
  max-width: 860px;
  margin-top: 18px;
}
.home-hero .sub {
  margin-top: 18px;
  font-size: 16px;
  color: var(--text-dim, #9ecdb3);
  max-width: 640px;
  line-height: 2;
}
.home-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
  padding: 18px 20px;
  border: 1px solid rgba(20, 241, 149, 0.12);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(15, 36, 25, 0.55), rgba(8, 18, 13, 0.65));
}
.home-stat {
  text-align: center;
  padding: 6px 4px;
}
.home-stat .n {
  font-size: 26px;
  font-weight: 900;
  color: var(--emerald-glow, #39ffb0);
  line-height: 1.3;
}
.home-stat .l {
  font-size: 11.5px;
  color: var(--text-dim, #9ecdb3);
  margin-top: 4px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 760px) {
  .home-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  /* با ۳ آمار، خانه‌ی سوم تمام‌عرض می‌شود تا شبکه ناموزون نماند */
  .home-stat:last-child {
    grid-column: 1 / -1;
  }
}

/* --- طرز کار --- */
.home-section {
  margin-top: 54px;
}
.home-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.home-section-head h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.4px;
}
.home-section-head .hint {
  font-size: 13px;
  color: var(--text-faint, #5d8571);
  font-weight: 500;
}
.home-section-desc {
  color: var(--text-dim, #9ecdb3);
  font-size: 14.5px;
  line-height: 2;
  max-width: 720px;
  margin-bottom: 22px;
}

/* --- خدمات --- */
.home-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.home-srv {
  position: relative;
  text-align: right;
  cursor: pointer;
  padding: 24px 22px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(20, 241, 149, 0.05), rgba(255, 255, 255, 0.01));
  border: 1.5px solid rgba(20, 241, 149, 0.14);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: inherit;
  color: inherit;
}
.home-srv:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 241, 149, 0.35);
  box-shadow: 0 14px 34px rgba(20, 241, 149, 0.13);
}
.home-srv .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  background: linear-gradient(145deg, rgba(20, 241, 149, 0.2), rgba(20, 241, 149, 0.04));
  border: 1px solid rgba(20, 241, 149, 0.25);
}
.home-srv .nm {
  font-size: 16.5px;
  font-weight: 800;
  margin-bottom: 6px;
}
.home-srv .ds {
  font-size: 12.5px;
  color: var(--text-dim, #9ecdb3);
  line-height: 1.85;
  flex: 1;
}
.home-srv .lk {
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--emerald-glow, #39ffb0);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.home-srv.gold {
  border-color: rgba(231, 200, 115, 0.22);
  background: linear-gradient(160deg, rgba(231, 200, 115, 0.05), rgba(255, 255, 255, 0.01));
}
.home-srv.gold .ic {
  background: linear-gradient(145deg, rgba(231, 200, 115, 0.2), rgba(231, 200, 115, 0.04));
  border-color: rgba(231, 200, 115, 0.28);
}
.home-srv.gold:hover {
  border-color: rgba(231, 200, 115, 0.4);
  box-shadow: 0 14px 34px rgba(231, 200, 115, 0.12);
}
.home-srv.gold .lk {
  color: var(--gold, #e7c873);
}
.home-srv .tx {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  flex: 1;
}
@media (max-width: 980px) {
  .home-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .home-services {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  /* موبایل: کارت‌های خدمت فشرده و ردیفی (آیکون کنار نام + خلاصه‌ی دو خطی) —
     کل کارد حدوداً نصف می‌شود تا صفحه‌ی خانه شلوغِ متن نباشد */
  .home-srv {
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 12px;
    border-width: 1px;
  }
  .home-srv:hover {
    transform: none;
  }
  .home-srv .ic {
    width: 38px;
    height: 38px;
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 0;
    flex: none;
  }
  .home-srv .nm {
    font-size: 13.5px;
    margin-bottom: 2px;
  }
  .home-srv .ds {
    font-size: 10.5px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-srv .lk {
    display: none;
  }
}

/* --- سوالات پرتکرار (آکاردئون نرم — باز/بسته توسط js/views/home.js) --- */
.home-faq {
  margin-top: 0;
}
.home-faq details {
  border: 1px solid rgba(20, 241, 149, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.32s ease, background 0.32s ease, box-shadow 0.32s ease;
}
.home-faq details[open] {
  border-color: rgba(20, 241, 149, 0.35);
  background: rgba(20, 241, 149, 0.035);
  box-shadow: 0 8px 26px -14px rgba(20, 241, 149, 0.22);
}
.home-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 14.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 0.25s ease;
  user-select: none;
  -webkit-user-select: none;
}
.home-faq summary:hover,
.home-faq details[open] summary {
  color: #eafff5;
}
.home-faq summary::-webkit-details-marker {
  display: none;
}
/* «+» با باز شدن ۴۵ درجه می‌چرخد و «×» می‌شود — نرم و بدون تعویض content */
.home-faq summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 800;
  color: var(--emerald-glow, #39ffb0);
  flex: none;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(20, 241, 149, 0.08);
  border: 1px solid rgba(20, 241, 149, 0.18);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s ease, border-color 0.32s ease, color 0.32s ease;
}
.home-faq details[open] summary::after {
  transform: rotate(45deg);
  background: rgba(20, 241, 149, 0.16);
  border-color: rgba(20, 241, 149, 0.4);
}
.home-faq summary:focus-visible {
  outline: 2px solid rgba(20, 241, 149, 0.55);
  outline-offset: -2px;
  border-radius: 12px;
}
.home-faq details .ans {
  padding: 0 18px 18px;
  font-size: 13.5px;
  color: var(--text-dim, #9ecdb3);
  line-height: 2.05;
}
@media (prefers-reduced-motion: reduce) {
  .home-faq summary::after { transition: none; }
  .home-faq details,
  .home-faq details[open] { transition: none; }
}

/* ---------- پنل کاربری کشویی (سمت راست) ---------- */
#qb-user-drawer {
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
}
#qb-user-drawer.open {
  pointer-events: auto;
}
#qb-user-drawer .ud-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 4, 0.66);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s;
}
#qb-user-drawer.open .ud-backdrop {
  opacity: 1;
}
#qb-user-drawer .ud-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(400px, 92vw);
  background: linear-gradient(175deg, #0e2018, #081209 70%);
  border-inline-start: 1px solid rgba(20, 241, 149, 0.22);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.55);
  transform: translateX(102%);
  transition: transform 0.38s cubic-bezier(0.32, 0.72, 0.24, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#qb-user-drawer.open .ud-panel {
  transform: translateX(0);
}
.ud-head {
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(20, 241, 149, 0.12);
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}
.ud-close {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(20, 241, 149, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim, #9ecdb3);
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.ud-close:hover {
  color: #eafff3;
  border-color: rgba(20, 241, 149, 0.4);
}
.ud-avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  flex: none;
  background: linear-gradient(145deg, #14f195, #063a26 75%);
  box-shadow: 0 0 0 1px rgba(20, 241, 149, 0.35), 0 8px 22px rgba(20, 241, 149, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 21px;
  color: #031a11;
}
.ud-head-info {
  flex: 1;
  min-width: 0;
  margin-inline-end: 44px;
}
.ud-name-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px dashed rgba(20, 241, 149, 0.25);
  color: #eafff3;
  font-family: inherit;
  font-size: 16.5px;
  font-weight: 800;
  padding: 2px 0 6px;
  outline: none;
  transition: border-color 0.2s;
}
.ud-name-input:focus {
  border-bottom-color: var(--emerald-bright, #14f195);
}
.ud-name-input::placeholder {
  color: var(--text-faint, #5d8571);
  font-weight: 600;
}
.ud-role {
  font-size: 11.5px;
  color: var(--gold, #e7c873);
  font-weight: 700;
  margin-top: 5px;
}
.ud-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 22px 24px;
}
.ud-body::-webkit-scrollbar {
  width: 6px;
}
.ud-body::-webkit-scrollbar-thumb {
  background: rgba(20, 241, 149, 0.22);
  border-radius: 10px;
}
.ud-sec-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--text-faint, #5d8571);
  letter-spacing: 0.6px;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ud-sec-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(20, 241, 149, 0.1);
}
.ud-sec-label:first-child {
  margin-top: 0;
}
.ud-card {
  border: 1px solid rgba(20, 241, 149, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.018);
  padding: 15px 16px;
  margin-bottom: 10px;
}
.ud-card.done {
  border-color: rgba(20, 241, 149, 0.26);
  background: linear-gradient(160deg, rgba(20, 241, 149, 0.06), rgba(255, 255, 255, 0.01));
}
.ud-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.ud-card-ic {
  font-size: 17px;
  flex: none;
}
.ud-card-title {
  font-size: 13.5px;
  font-weight: 800;
  flex: 1;
}
.ud-badge {
  font-size: 10px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(20, 241, 149, 0.14);
  color: var(--emerald-glow, #39ffb0);
  border: 1px solid rgba(20, 241, 149, 0.32);
  flex: none;
}
.ud-badge.off {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-faint, #5d8571);
  border-color: rgba(255, 255, 255, 0.08);
}
.ud-card-body {
  font-size: 12px;
  color: var(--text-dim, #9ecdb3);
  line-height: 2;
}
/* متن «هنوز انجام نشده» در وضعیت من — قشنگ و صمیمی، نه خشک */
.ud-pending {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px dashed rgba(20, 241, 149, 0.22);
  background: rgba(20, 241, 149, 0.035);
  color: var(--text-dim, #9ecdb3);
  font-size: 11.5px;
  line-height: 1.95;
}
.ud-card-body b {
  color: #eafff3;
  font-weight: 700;
}
/* نشان «دسترسی ویژه فعال» در کارت حساب (۲.۱.۲ — کاربرِ بازشده‌ی ادمین) */
.ud-access-on {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 7px 11px;
  border-radius: 10px;
  border: 1px solid rgba(231, 200, 115, 0.5);
  background: linear-gradient(160deg, rgba(231, 200, 115, 0.13), rgba(231, 200, 115, 0.03));
  color: var(--text-dim, #9ecdb3);
  font-size: 11px;
  line-height: 1.9;
  overflow-wrap: break-word;
}
.ud-access-on b { color: var(--gold, #e7c873); }
.ud-access-on svg { flex: none; width: 15px; height: 15px; color: var(--gold, #e7c873); }
.ud-typecode {
  direction: ltr;
  display: inline-block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11.5px;
  background: rgba(231, 200, 115, 0.1);
  border: 1px dashed rgba(231, 200, 115, 0.35);
  color: var(--gold, #e7c873);
  border-radius: 8px;
  padding: 4px 10px;
  margin-top: 6px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.ud-counts {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ud-count-pill {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid;
}
.ud-pill-safe {
  color: var(--emerald-glow, #39ffb0);
  border-color: rgba(20, 241, 149, 0.35);
  background: rgba(20, 241, 149, 0.09);
}
.ud-pill-mid {
  color: var(--gold, #e7c873);
  border-color: rgba(231, 200, 115, 0.32);
  background: rgba(231, 200, 115, 0.07);
}
.ud-pill-reach {
  color: #ff6b6b;
  border-color: rgba(255, 107, 107, 0.3);
  background: rgba(255, 107, 107, 0.07);
}
.ud-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.ud-mini-btn {
  flex: 1;
  border: 1px solid rgba(20, 241, 149, 0.22);
  background: rgba(20, 241, 149, 0.07);
  color: var(--emerald-glow, #39ffb0);
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.ud-mini-btn:hover {
  background: rgba(20, 241, 149, 0.14);
  border-color: rgba(20, 241, 149, 0.4);
}
.ud-mini-btn.gold {
  border-color: rgba(231, 200, 115, 0.28);
  background: rgba(231, 200, 115, 0.07);
  color: var(--gold, #e7c873);
}
.ud-mini-btn.gold:hover {
  background: rgba(231, 200, 115, 0.14);
}
.ud-quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ud-quick {
  border: 1px solid rgba(20, 241, 149, 0.12);
  background: rgba(255, 255, 255, 0.018);
  color: var(--text-dim, #9ecdb3);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ud-quick:hover {
  color: #eafff3;
  border-color: rgba(20, 241, 149, 0.32);
  background: rgba(20, 241, 149, 0.05);
}
.ud-quick span {
  font-size: 14px;
}
.ud-foot {
  padding: 14px 22px 18px;
  border-top: 1px solid rgba(20, 241, 149, 0.1);
  flex: none;
}
.ud-reset {
  width: 100%;
  border: 1px solid rgba(255, 107, 107, 0.25);
  background: rgba(255, 107, 107, 0.05);
  color: #ff6b6b;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 9px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
}
.ud-reset:hover {
  background: rgba(255, 107, 107, 0.12);
}
.ud-note {
  font-size: 10.5px;
  color: var(--text-faint, #5d8571);
  text-align: center;
  margin-top: 9px;
  line-height: 1.8;
}

/* ---------- انیمیشن اسکرول (reveal) — مشترک همه‌ی نماها ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--rv-d, 0ms);
  will-change: opacity, transform;
}
[data-reveal="left"] {
  transform: translateX(-34px);
}
[data-reveal="right"] {
  transform: translateX(34px);
}
[data-reveal="zoom"] {
  transform: scale(0.94);
}
[data-reveal].rv-in {
  opacity: 1;
  transform: none;
  will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- هیرو: نقشه‌ی نقطه‌ای ایران به‌عنوان پس‌زمینه‌ی بخش بالایی ---------- */
.home-hero {
  position: relative;
  padding: 58px 0 26px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end; /* سمت چپِ متن در RTL */
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 241, 149, 0.1), transparent 46%),
    radial-gradient(circle at 14% 82%, rgba(231, 200, 115, 0.06), transparent 44%);
}
.hero-bg img {
  width: min(640px, 56vw);
  margin-top: -36px;
  margin-inline-end: -70px;
  opacity: 0.2;
  filter: drop-shadow(0 0 34px rgba(20, 241, 149, 0.18));
  -webkit-mask-image: radial-gradient(ellipse 76% 84% at 52% 46%, #000 52%, transparent 96%);
  mask-image: radial-gradient(ellipse 76% 84% at 52% 46%, #000 52%, transparent 96%);
  animation: hero-map-drift 11s ease-in-out infinite;
}
@keyframes hero-map-drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.hero-copy,
.home-stats {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg img { animation: none; }
}
@media (max-width: 920px) {
  .hero-bg { justify-content: center; }
  .hero-bg img {
    width: min(560px, 92vw);
    margin: -28px 0 0 -34px;
    opacity: 0.17;
  }
}
@media (max-width: 480px) {
  .hero-bg img {
    width: min(430px, 120vw);
    opacity: 0.13;
    margin-top: -20px;
  }
}
.home-hero h1 {
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.8px;
  max-width: 860px;
  margin-top: 18px;
}
.home-hero .sub {
  margin-top: 18px;
  font-size: 15.5px;
  color: var(--text-dim, #9ecdb3);
  max-width: 620px;
  line-height: 2.05;
}
.home-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
}
.hero-tut-link {
  border: none;
  background: transparent;
  color: var(--gold, #e7c873);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 4px;
  border-bottom: 1px dashed rgba(231, 200, 115, 0.4);
  transition: color 0.2s, border-color 0.2s;
}
.hero-tut-link span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(231, 200, 115, 0.12);
  border: 1px solid rgba(231, 200, 115, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
}
.hero-tut-link:hover {
  color: #f5dfa5;
  border-bottom-color: #f5dfa5;
}
.hero-trust {
  margin-top: 16px;
  font-size: 11.5px;
  color: var(--text-faint, #5d8571);
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* ---------- پلیر آموزش قدم‌به‌قدم (همیشه روی صفحه‌ی خانه، در حال پخش) ---------- */
.tut-player {
  position: relative;
  max-width: 620px;
  margin: 18px auto 0;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: linear-gradient(170deg, #0e2018, #081209 72%);
  border: 1px solid rgba(20, 241, 149, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.tp-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px 10px;
  border-bottom: 1px solid rgba(20, 241, 149, 0.12);
}
.tp-badge {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(145deg, rgba(231, 200, 115, 0.22), rgba(231, 200, 115, 0.05));
  border: 1px solid rgba(231, 200, 115, 0.35);
}
.tp-head-txt { flex: 1; min-width: 0; }
.tp-title { font-size: 14px; font-weight: 800; }
.tp-sub {
  font-size: 11.5px;
  color: var(--gold, #e7c873);
  font-weight: 700;
  margin-top: 3px;
}
.tp-body {
  padding: 14px 16px 2px;
}
.tp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 16px 14px;
}
/* کنترل‌ها و متن پلیر، جمع‌وجورتر از نسخه‌ی مودال */
.tut-player .tu-foot { padding: 9px 16px 2px; }
.tut-player .tu-nav { padding: 6px 13px; font-size: 11.5px; }
.tut-player .tu-cap { margin: 11px 2px 8px; font-size: 12px; line-height: 1.95; }
.tu-play {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(20, 241, 149, 0.25);
  background: rgba(20, 241, 149, 0.07);
  color: var(--emerald-glow, #39ffb0);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  direction: ltr;
}
.tu-play:hover { background: rgba(20, 241, 149, 0.14); }
.tu-play.paused { color: var(--gold, #e7c873); border-color: rgba(231, 200, 115, 0.35); }

.tu-slide {
  position: relative; /* بستر صحنه — مختصات نشانگر موس نسبت به همین است */
  animation: tu-slide-in 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes tu-slide-in {
  from { opacity: 0; transform: translateX(26px); }
  to { opacity: 1; transform: none; }
}
.tu-cap {
  margin: 14px 2px 10px;
  font-size: 13px;
  line-height: 2.05;
  color: var(--text-dim, #9ecdb3);
  animation: tu-cap-in 0.45s ease;
}
@keyframes tu-cap-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

/* نوار زمان ویدیو — عرضش را خودِ پخش‌کننده هر فریم به‌روز می‌کند */
.tu-prog {
  height: 3px;
  background: rgba(20, 241, 149, 0.1);
  overflow: hidden;
  flex: none;
}
.tu-prog i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0d7a4a, #14f195, #e7c873);
}

.tu-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px 4px;
}
.tu-nav {
  border: 1px solid rgba(20, 241, 149, 0.25);
  background: rgba(20, 241, 149, 0.06);
  color: var(--emerald-glow, #39ffb0);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
  flex: none;
}
.tu-nav:hover {
  background: rgba(20, 241, 149, 0.14);
  border-color: rgba(20, 241, 149, 0.45);
}
.tu-dots {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.tu-dots::-webkit-scrollbar { display: none; }
.tu-dots button {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(20, 241, 149, 0.22);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s;
}
.tu-dots button:hover { background: rgba(20, 241, 149, 0.45); }
.tu-dots button.on {
  width: 22px;
  background: linear-gradient(90deg, #14f195, #e7c873);
}

/* ---------- ماک‌آپ‌های اسلاید آموزش (قاب «اسکرین‌شات») ---------- */
.tu-shot {
  border-radius: 14px;
  border: 1px solid rgba(20, 241, 149, 0.2);
  background: linear-gradient(170deg, #0c1a14, #081209 76%);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.tu-shot-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(20, 241, 149, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.tu-shot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(20, 241, 149, 0.22);
}
.tu-shot-bar i {
  font-style: normal;
  font-size: 10.5px;
  color: var(--text-faint, #5d8571);
  font-weight: 700;
  margin-inline-start: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(20, 241, 149, 0.1);
  border-radius: 999px;
  padding: 2px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tu-shot-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tu-cta-pill {
  align-self: flex-start;
  font-size: 11.5px;
  font-weight: 800;
  color: #031a11;
  background: linear-gradient(135deg, var(--emerald-glow, #39ffb0), var(--emerald, #0d7a4a));
  border-radius: 999px;
  padding: 6px 14px;
}
.tu-tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.tu-track {
  position: relative;
  border: 1.5px solid rgba(20, 241, 149, 0.16);
  border-radius: 11px;
  padding: 10px 8px;
  text-align: center;
  font-size: 15px;
}
.tu-track b {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  margin-top: 5px;
  color: var(--text-dim, #9ecdb3);
}
.tu-track.sel {
  border-color: #14f195;
  background: rgba(20, 241, 149, 0.08);
  box-shadow: 0 0 18px rgba(20, 241, 149, 0.15);
}
.tu-track.sel b { color: #eafff3; }
.tu-track em {
  position: absolute;
  top: 6px;
  inset-inline-start: 6px;
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #14f195;
  color: #031a11;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tu-rank-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.tu-rank-input {
  direction: ltr;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1.5px solid rgba(20, 241, 149, 0.25);
  border-radius: 11px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.03);
}
.tu-rank-input .tu-st {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: rgba(20, 241, 149, 0.1);
  border: 1px solid rgba(20, 241, 149, 0.2);
  color: var(--emerald-glow, #39ffb0);
}
.tu-regions {
  display: inline-flex;
  gap: 5px;
}
.tu-regions span {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--text-dim, #9ecdb3);
  border: 1.5px solid rgba(20, 241, 149, 0.16);
}
.tu-regions span.sel {
  background: linear-gradient(135deg, var(--emerald-glow, #39ffb0), var(--emerald, #0d7a4a));
  color: #031a11;
  border-color: transparent;
}
.tu-res {
  border: 1px solid rgba(20, 241, 149, 0.14);
  border-radius: 11px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.015);
}
.tu-res-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.tu-res-top b { font-size: 12.5px; font-weight: 800; }
.tu-res-top span { font-size: 10.5px; color: var(--text-dim, #9ecdb3); }
.tu-res-top em {
  font-style: normal;
  margin-inline-start: auto;
  font-size: 10.5px;
  font-weight: 800;
  border-radius: 999px;
  padding: 2px 9px;
  border: 1px solid;
}
.tu-res.ok em { color: var(--emerald-glow, #39ffb0); border-color: rgba(20, 241, 149, 0.35); background: rgba(20, 241, 149, 0.08); }
.tu-res.mid em { color: var(--gold, #e7c873); border-color: rgba(231, 200, 115, 0.35); background: rgba(231, 200, 115, 0.07); }
.tu-res.risk em { color: #ff6b6b; border-color: rgba(255, 107, 107, 0.32); background: rgba(255, 107, 107, 0.07); }
.tu-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.tu-bar i { display: block; height: 100%; border-radius: 999px; }
.tu-res.ok .tu-bar i { background: linear-gradient(90deg, #0d7a4a, #14f195); }
.tu-res.mid .tu-bar i { background: linear-gradient(90deg, #8a6a1d, #e7c873); }
.tu-res.risk .tu-bar i { background: linear-gradient(90deg, #7a2f2f, #ff6b6b); }
.tu-self-row {
  flex-direction: row;
  gap: 14px;
  align-items: stretch;
}
.tu-quiz { flex: 1.25; min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.tu-q { font-size: 12.5px; font-weight: 800; margin-bottom: 2px; }
.tu-opt {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  color: var(--text-dim, #9ecdb3);
  border: 1.5px solid rgba(20, 241, 149, 0.14);
  border-radius: 10px;
  padding: 8px 11px;
}
.tu-opt.sel {
  color: #eafff3;
  border-color: #14f195;
  background: rgba(20, 241, 149, 0.08);
}
.tu-opt em {
  font-style: normal;
  margin-inline-start: auto;
  color: #14f195;
  font-weight: 900;
}
.tu-opt-n {
  width: 18px;
  height: 18px;
  flex: none;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 241, 149, 0.1);
  border: 1px solid rgba(20, 241, 149, 0.22);
  color: var(--emerald-glow, #39ffb0);
}
.tu-progress { height: 4px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); margin-top: 4px; overflow: hidden; }
.tu-progress i { display: block; height: 100%; background: #14f195; border-radius: 999px; }
.tu-radar { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.tu-radar svg { width: min(150px, 100%); height: auto; }
.tu-radar-chips { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.tu-chip {
  direction: ltr;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(20, 241, 149, 0.3);
  background: rgba(20, 241, 149, 0.08);
  color: var(--emerald-glow, #39ffb0);
}
.tu-chip.gold {
  border-color: rgba(231, 200, 115, 0.35);
  background: rgba(231, 200, 115, 0.09);
  color: var(--gold, #e7c873);
}
.tu-prio {
  border: 1.5px solid rgba(20, 241, 149, 0.16);
  border-radius: 11px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.015);
}
.tu-prio b { font-size: 12px; font-weight: 800; }
.tu-prio.ok { border-color: rgba(20, 241, 149, 0.4); background: rgba(20, 241, 149, 0.05); }
.tu-prio.ok .tu-uni-chips { color: var(--emerald-glow, #39ffb0); }
.tu-pn {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 900;
  background: rgba(231, 200, 115, 0.14);
  border: 1px solid rgba(231, 200, 115, 0.35);
  color: var(--gold, #e7c873);
}
.tu-uni-chips { font-size: 10.5px; color: var(--text-dim, #9ecdb3); font-weight: 700; }
.tu-arrows {
  margin-inline-start: auto;
  direction: ltr;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--emerald-glow, #39ffb0);
  background: rgba(20, 241, 149, 0.09);
  border: 1px solid rgba(20, 241, 149, 0.25);
  border-radius: 7px;
  padding: 3px 7px;
  letter-spacing: 1px;
}
.tu-uni-drop {
  margin-top: 9px;
  border: 1px dashed rgba(20, 241, 149, 0.28);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tu-uni-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--text-dim, #9ecdb3);
}
.tu-uni-row.chk { color: #eafff3; }
.tu-uni-row i {
  width: 14px;
  height: 14px;
  flex: none;
  border-radius: 5px;
  border: 1.5px solid rgba(20, 241, 149, 0.3);
  font-style: normal;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #031a11;
}
.tu-uni-row.chk i { background: #14f195; border-color: #14f195; }
.tu-uni-row em {
  font-style: normal;
  margin-inline-start: auto;
  font-size: 9.5px;
  color: var(--text-faint, #5d8571);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 1px 7px;
}
.tu-confirm {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--gold, #e7c873);
  border: 1.5px solid rgba(231, 200, 115, 0.4);
  background: rgba(231, 200, 115, 0.08);
  border-radius: 999px;
  padding: 4px 12px;
  margin-top: 3px;
}
.tu-lists-row {
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}
.tu-list-card {
  flex: 1;
  min-width: 0;
  border: 1.5px solid rgba(20, 241, 149, 0.2);
  border-radius: 11px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tu-list-card.smart { border-color: rgba(231, 200, 115, 0.3); }
.tu-list-head {
  font-size: 11.5px;
  font-weight: 800;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(20, 241, 149, 0.12);
  display: flex;
  align-items: center;
  gap: 5px;
}
.tu-list-card.smart .tu-list-head {
  color: var(--gold, #e7c873);
  border-bottom-color: rgba(231, 200, 115, 0.18);
}
.tu-list-head i { font-style: normal; font-size: 13px; }
.tu-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 10.5px;
  color: var(--text-dim, #9ecdb3);
}
.tu-li b { font-size: 11px; font-weight: 700; color: #eafff3; }
.tu-li span {
  font-weight: 800;
  flex: none;
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 10px;
  border: 1px solid;
}
.tu-li span.ok { color: var(--emerald-glow, #39ffb0); border-color: rgba(20, 241, 149, 0.35); background: rgba(20, 241, 149, 0.08); }
.tu-li span.mid { color: var(--gold, #e7c873); border-color: rgba(231, 200, 115, 0.35); background: rgba(231, 200, 115, 0.07); }
.tu-li span.risk { color: #ff6b6b; border-color: rgba(255, 107, 107, 0.32); background: rgba(255, 107, 107, 0.07); }
.tu-weights {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 10px 16px 14px;
  border-top: 1px dashed rgba(20, 241, 149, 0.14);
}
.tu-weights span {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-dim, #9ecdb3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  padding: 3px 10px;
}
.tu-report-row {
  flex-direction: row;
  gap: 14px;
  align-items: stretch;
}
.tu-map-wrap {
  position: relative;
  flex: 1.1;
  min-width: 0;
  border: 1px solid rgba(20, 241, 149, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.015);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
}
.tu-map-wrap img {
  width: min(210px, 100%);
  height: auto;
  opacity: 0.95;
}
.tu-map-pin {
  position: absolute;
  font-size: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.tu-map-legend {
  position: absolute;
  bottom: 8px;
  inset-inline-start: 10px;
  font-size: 9px;
  font-weight: 700;
  color: var(--text-dim, #9ecdb3);
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(5, 8, 6, 0.7);
  border-radius: 999px;
  padding: 3px 9px;
}
.tu-map-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.tu-map-legend i.gold { background: #e7c873; }
.tu-map-legend i.green { background: #14f195; opacity: 0.7; }
.tu-report-side {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tu-report-row1 {
  font-size: 12.5px;
  font-weight: 800;
  color: #eafff3;
  background: linear-gradient(120deg, #063a26, #0d7a4a);
  border-radius: 10px;
  padding: 9px 13px;
}
.tu-save-pill {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--gold, #e7c873);
  border: 1.5px solid rgba(231, 200, 115, 0.4);
  border-radius: 999px;
  padding: 5px 13px;
  margin-top: 2px;
  transition: all 0.35s;
}
.tu-save-pill.saved {
  color: #031a11;
  background: linear-gradient(135deg, var(--emerald-glow, #39ffb0), var(--emerald, #0d7a4a));
  border-color: transparent;
}

/* ---------- عناصر ویدیویی صحنه‌ها: نشانگر موس، کلیک، REC، تایپ ---------- */
.tu-rec {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3a4a42;
  margin-inline-start: auto;
}
.tu-rec.on {
  background: #ff5f56;
  box-shadow: 0 0 8px rgba(255, 95, 86, 0.8);
  animation: tu-rec 1.6s ease-in-out infinite;
}
@keyframes tu-rec {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.tu-cursor {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 0;
  height: 0;
  z-index: 30;
  pointer-events: none;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.55));
  will-change: left, top;
}
.tu-cursor svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 19px;
  height: 19px;
}
.tu-ripple {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  border: 2.5px solid rgba(20, 241, 149, 0.9);
  background: rgba(20, 241, 149, 0.16);
  animation: tu-ripple 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes tu-ripple {
  from { transform: scale(0.22); opacity: 0.95; }
  to { transform: scale(1.3); opacity: 0; }
}
/* پالس روی المانی که نشانگر رویش کلیک می‌کند */
.tu-hl {
  animation: tu-hl 0.5s ease;
}
@keyframes tu-hl {
  0% { box-shadow: 0 0 0 0 rgba(20, 241, 149, 0.55); }
  60% { box-shadow: 0 0 0 7px rgba(20, 241, 149, 0); }
  100% { box-shadow: 0 0 0 0 rgba(20, 241, 149, 0); }
}
/* کرسر چشمک‌زن هنگام تایپ */
.tu-caret {
  display: inline-block;
  width: 2px;
  height: 13px;
  vertical-align: -2px;
  background: var(--emerald-bright, #14f195);
  margin: 0 2px;
  animation: tu-caret 0.9s steps(1) infinite;
}
@keyframes tu-caret {
  0%, 55% { opacity: 1; }
  56%, 100% { opacity: 0; }
}
.tu-ph {
  color: var(--text-faint, #5d8571);
  font-weight: 500;
  font-style: normal;
}
.tu-spin {
  flex: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid rgba(3, 26, 17, 0.25);
  border-top-color: #031a11;
  animation: qb-spin 0.8s linear infinite;
}

/* ---------- صحنه ۱: تخمین رتبه ---------- */
.tu-shot-body { min-height: 172px; }
.tu-rank-input b { font-weight: 800; letter-spacing: 1px; }
.tu-rank-input.filled { border-color: rgba(20, 241, 149, 0.55); background: rgba(20, 241, 149, 0.06); }
.tu-cta-pill.big {
  font-size: 13px;
  padding: 10px 20px;
}
.tu-cta-pill.busy { opacity: 0.85; }
.tu-results { display: flex; flex-direction: column; gap: 9px; }
.tu-results .tu-res { animation: tu-res-in 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
.tu-results .tu-res:nth-child(2) { animation-delay: 0.14s; }
.tu-results .tu-res:nth-child(3) { animation-delay: 0.28s; }
@keyframes tu-res-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.tu-results .tu-bar i { animation: tu-barx 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s both; transform-origin: right; }
@keyframes tu-barx {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.tu-res-foot {
  font-size: 10px;
  color: var(--text-faint, #5d8571);
  font-weight: 700;
  text-align: center;
}

/* ---------- صحنه ۲: خودشناسی ---------- */
.tu-self-done { animation: tu-res-in 0.5s both; }
.tu-chips-row { display: flex; gap: 7px; flex-wrap: wrap; }
.tu-match-note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 9px;
  padding: 11px 13px;
  border-radius: 11px;
  border: 1.5px dashed rgba(231, 200, 115, 0.45);
  background: rgba(231, 200, 115, 0.05);
}
.tu-match-note b { color: var(--gold, #e7c873); font-size: 12px; }
.tu-match-note span { font-size: 10.5px; color: var(--text-dim, #9ecdb3); line-height: 1.8; }
.tu-radar-hint { font-size: 10px; color: var(--text-faint, #5d8571); font-weight: 600; }
.tu-poly {
  transform-box: view-box;
  transform-origin: center;
  animation: tu-poly-in 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes tu-poly-in {
  from { transform: scale(0.05); opacity: 0; }
  60% { opacity: 1; }
  to { transform: scale(1); opacity: 1; }
}

/* ---------- صحنه ۳/۷: کارت‌های گروه (چهارتایی) ---------- */
.tu-g4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.tu-gcard {
  border: 1.5px solid rgba(20, 241, 149, 0.16);
  border-radius: 11px;
  padding: 10px 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.tu-gcard span { font-size: 15px; }
.tu-gcard b { font-size: 10px; font-weight: 800; color: var(--text-dim, #9ecdb3); }
.tu-gcard em { font-style: normal; font-size: 8.5px; color: var(--text-faint, #5d8571); font-weight: 700; }
.tu-gcard.sel {
  border-color: #14f195;
  background: rgba(20, 241, 149, 0.08);
  box-shadow: 0 0 18px rgba(20, 241, 149, 0.15);
}
.tu-gcard.sel b { color: #eafff3; }
.tu-g4hint { text-align: center; font-size: 10.5px; color: var(--text-faint, #5d8571); font-weight: 700; }
.tu-eng { display: flex; flex-direction: column; gap: 8px; }
.tu-eng-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.tu-eng-chip {
  font-size: 10.5px;
  font-weight: 800;
  color: #031a11;
  background: linear-gradient(135deg, var(--emerald-glow, #39ffb0), var(--emerald, #0d7a4a));
  border-radius: 999px;
  padding: 4px 11px;
}
.tu-eng-cnt { font-size: 9.5px; color: var(--text-faint, #5d8571); font-weight: 700; }
.tu-srch {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(20, 241, 149, 0.25);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
}
.tu-srch span { font-size: 12px; opacity: 0.8; }
.tu-srch b {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  color: #eafff3;
  white-space: nowrap;
  overflow: hidden;
}
.tu-mlist { display: flex; flex-direction: column; gap: 5px; }
.tu-mrow {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.02);
  padding: 7px 10px;
  cursor: default;
}
.tu-mrow b { font-size: 11.5px; font-weight: 700; color: #eafff3; flex: 1; min-width: 0; }
.tu-mrow em { font-style: normal; font-size: 9.5px; color: var(--text-faint, #5d8571); font-weight: 700; flex: none; }
.tu-mcheck {
  flex: none;
  width: 15px;
  height: 15px;
  border-radius: 6px;
  border: 1.5px solid rgba(20, 241, 149, 0.4);
  color: transparent;
  font-size: 9px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tu-mrow.sel {
  border-color: rgba(20, 241, 149, 0.5);
  background: rgba(20, 241, 149, 0.07);
  order: -1; /* انتخاب‌شده‌ها بالای لیست */
}
.tu-msel {
  flex: none;
  width: 15px;
  height: 15px;
  border-radius: 6px;
  background: #14f195;
  color: #031a11;
  font-size: 9px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tu-mlist-hint { font-size: 9.5px; color: var(--emerald-glow, #39ffb0); font-weight: 700; padding-inline-start: 4px; }

/* ---------- صحنه ۴: دانشگاه‌های رشته ---------- */
.tu-pris { display: flex; flex-direction: column; gap: 8px; }
.tu-uni-btn {
  flex: none;
  font-size: 9.5px;
  font-weight: 800;
  color: var(--emerald-glow, #39ffb0);
  border: 1.5px solid rgba(20, 241, 149, 0.35);
  background: rgba(20, 241, 149, 0.07);
  border-radius: 999px;
  padding: 4px 10px;
  margin-inline-start: auto;
  white-space: nowrap;
}
.tu-prio.ok .tu-uni-btn {
  color: #031a11;
  background: linear-gradient(135deg, var(--emerald-glow, #39ffb0), var(--emerald, #0d7a4a));
  border-color: transparent;
}

/* ---------- صحنه ۵: وزن‌ها و لیست‌ها ---------- */
.tu-go { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 16px 0 6px; }
.tu-go-sum { font-size: 11px; font-weight: 700; color: var(--text-dim, #9ecdb3); }
.tu-wmodal { display: flex; flex-direction: column; gap: 10px; }
.tu-wtitle { font-size: 12.5px; font-weight: 800; color: #eafff3; }
.tu-wrow { display: flex; align-items: center; gap: 10px; }
.tu-wrow span { flex: none; width: 118px; font-size: 10.5px; font-weight: 700; color: var(--text-dim, #9ecdb3); }
.tu-wtrack {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}
.tu-wfill {
  position: absolute;
  right: 0; /* در RTL از راست پر می‌شود */
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d7a4a, #14f195);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tu-wknob {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #eafff3;
  border: 2.5px solid #14f195;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: default;
}
.tu-wrow em { flex: none; font-style: normal; font-size: 10.5px; font-weight: 800; color: var(--gold, #e7c873); width: 30px; text-align: left; }
.tu-busy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 38px 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-dim, #9ecdb3);
}
.tu-busy .tu-spin { width: 18px; height: 18px; border-width: 2.5px; border-color: rgba(20, 241, 149, 0.2); border-top-color: #14f195; }

/* ---------- صحنه ۶: گزارش ---------- */
.tu-map-pin.gold { font-size: 10px; }
.tu-map-pin { animation: tu-pin-pop 0.5s cubic-bezier(0.34, 1.5, 0.44, 1) both; }
@keyframes tu-pin-pop {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* ---------- صحنه ۷: بازار کار ---------- */
.tu-career { display: flex; gap: 12px; align-items: stretch; }
.tu-chart { flex: 1.15; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.tu-chart-title { font-size: 10.5px; font-weight: 800; color: var(--text-dim, #9ecdb3); }
.tu-cbars {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 10px;
  padding: 8px 6px 0;
  border-bottom: 1px solid rgba(20, 241, 149, 0.15);
}
.tu-cbar { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; }
.tu-cbar em { font-style: normal; font-size: 10px; font-weight: 800; color: var(--gold, #e7c873); }
.tu-cbarcol {
  height: 86px;
  width: 100%;
  max-width: 44px;
  display: flex;
  align-items: flex-end;
}
.tu-cbarcol i {
  display: block;
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #14f195, #0d7a4a);
  transform-origin: bottom;
  animation: tu-grow-y 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s both;
}
@keyframes tu-grow-y {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}
.tu-cbar span { font-size: 8.5px; color: var(--text-faint, #5d8571); font-weight: 700; padding-bottom: 4px; }
.tu-cside { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 9px; position: relative; }
.tu-ring { display: flex; align-items: center; gap: 10px; }
.tu-ring svg { width: 46px; height: 46px; flex: none; }
.tu-ring-arc { animation: tu-arc 1s ease-out 0.3s both; stroke-dashoffset: 0; }
@keyframes tu-arc { from { stroke-dashoffset: 126; } to { stroke-dashoffset: 0; } }
.tu-ring b { font-size: 17px; font-weight: 900; color: #eafff3; }
.tu-ring span { font-size: 9.5px; color: var(--text-faint, #5d8571); font-weight: 700; }
.tu-uni-list { display: flex; flex-direction: column; gap: 5px; }
.tu-urow {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  padding: 6px 10px;
}
.tu-urow b { font-size: 10.5px; font-weight: 700; color: #eafff3; flex: 1; }
.tu-urow span { color: var(--emerald-glow, #39ffb0); font-size: 11px; }
.tu-pop {
  position: relative;
  border: 1.5px solid rgba(231, 200, 115, 0.45);
  background: linear-gradient(160deg, rgba(231, 200, 115, 0.14), rgba(231, 200, 115, 0.04));
  border-radius: 10px;
  padding: 9px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  animation: tu-pop-in 0.4s cubic-bezier(0.34, 1.4, 0.44, 1) both;
}
@keyframes tu-pop-in {
  from { opacity: 0; transform: scale(0.9) translateY(6px); }
  to { opacity: 1; transform: none; }
}
.tu-pop b { font-size: 11px; font-weight: 800; color: var(--gold, #e7c873); }
.tu-pop span { font-size: 9.5px; color: var(--text-dim, #9ecdb3); line-height: 1.75; }
@media (max-width: 640px) {
  .tu-self-row, .tu-lists-row, .tu-report-row, .tu-career { flex-direction: column; }
  .tu-tracks { gap: 6px; }
  .tu-track { font-size: 13px; padding: 8px 5px; }
  .tut-player .tu-shot-body { min-height: 150px; }
  .tut-player .tu-cursor svg { width: 16px; height: 16px; }
  .tut-player .tu-g4 { grid-template-columns: repeat(2, 1fr); }
  .tut-player .tu-go { padding: 10px 0 2px; gap: 10px; }
  .tut-player .tu-wrow span { width: 92px; font-size: 9.5px; }
  .tut-player .tu-wrow { gap: 7px; }
  .tut-player .tu-mrow { padding: 6px 9px; }
  .tut-player .tu-mrow b { font-size: 10.5px; }
  .tut-player .tu-cbarcol { height: 62px; }
  .tut-player .tu-ring svg { width: 38px; height: 38px; }
  .tut-player .tu-ring b { font-size: 14px; }
  .tut-player .tu-busy { padding: 26px 0; }
  .tut-player .tu-uni-row em { display: none; }

  /* پلیر آموزش: قاب کوچک‌تر تا در مرورگر گوشی همه‌ی صفحه را نگیرد */
  .tut-player { max-width: 100%; margin-top: 12px; border-radius: 15px; }
  .tp-head { padding: 9px 11px 8px; gap: 9px; }
  .tp-badge { width: 30px; height: 30px; border-radius: 9px; font-size: 14px; }
  .tp-title { font-size: 12.5px; }
  .tp-sub { font-size: 10.5px; margin-top: 2px; }
  .tu-play { width: 30px; height: 30px; }
  .tp-body { padding: 10px 11px 0; }
  .tut-player .tu-shot-body { padding: 10px; gap: 8px; }
  .tut-player .tu-cap { font-size: 11px; line-height: 1.85; margin: 9px 1px 6px; }
  .tut-player .tu-foot { padding: 7px 11px 0; gap: 6px; }
  .tut-player .tu-nav { padding: 5px 10px; font-size: 10.5px; }
  .tp-actions { padding: 8px 11px 11px; }
  .tut-player .tu-q { font-size: 11px; }
  .tut-player .tu-opt { padding: 6px 8px; font-size: 10.5px; gap: 7px; }
  .tut-player .tu-quiz { gap: 5px; }
  .tut-player .tu-radar svg { width: min(102px, 100%); }
  .tut-player .tu-radar-chips { gap: 4px; }
  .tut-player .tu-map-wrap img { width: min(132px, 100%); }
  .tut-player .tu-map-wrap { padding: 8px; }
  .tut-player .tu-report-side { gap: 6px; }
  .tut-player .tu-weights { padding: 7px 10px 9px; }
  .tut-player .tu-list-card { padding: 8px 9px; gap: 5px; }
  .tut-player .tu-prio { padding: 7px 9px; }
}

/* ---------- دکمه‌های جابه‌جایی دستیار هوشمند (گوشه‌ی چپ‌بالای پنل) ---------- */
#view-engine #assistant-panel .panel-title {
  padding-inline-end: 68px; /* جا برای دکمه‌های ↑↓ کنار دکمه‌ی راهنمای شروع */
}
.qb-mover {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px; /* چپ در RTL */
  display: flex;
  gap: 4px;
  z-index: 6;
}
.qb-mv-btn {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid rgba(20, 241, 149, 0.25);
  background: rgba(20, 241, 149, 0.07);
  color: var(--emerald-glow, #39ffb0);
  font-size: 14px;
  font-weight: 900;
  font-family: inherit;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.qb-mv-btn:hover:not(:disabled) {
  background: rgba(20, 241, 149, 0.16);
  border-color: rgba(20, 241, 149, 0.45);
}
.qb-mv-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

/* اسلات‌های جابه‌جاشونده — div ساده که margin-collapse از سکشن‌ها را حفظ می‌کند */
.qb-slot {
  display: block;
}

/* پله‌ی انیمیشن برای کارت‌های راهنمای موتور */
.guide-grid > [data-reveal]:nth-child(2) { --rv-d: 80ms; }
.guide-grid > [data-reveal]:nth-child(3) { --rv-d: 160ms; }
.guide-grid > [data-reveal]:nth-child(4) { --rv-d: 240ms; }
.guide-grid > [data-reveal]:nth-child(5) { --rv-d: 320ms; }
.guide-grid > [data-reveal]:nth-child(6) { --rv-d: 400ms; }

/* ---------- ناوبار در موبایل: باکس دو ردیفه بدون اسکرول ----------
   (قبلاً تب‌ها در یک ردیفِ اسکرول‌افقی بودند و کاربر بخش‌ها را نمی‌دید؛
   حالا همه‌ی ۷ بخش در یک باکسِ شکسته‌ی دو ردیفی، هم‌زمان جلوی چشم است) */
@media (max-width: 640px) {
  .qb-site .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 5px;
    border-radius: 14px;
    overflow: visible;
    scroll-snap-type: none;
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-overflow-scrolling: auto;
  }
  .qb-site .nav-tab {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    font-size: 11.5px;
    padding: 7px 9px;
    gap: 5px;
    border-radius: 9px;
    scroll-snap-align: none;
  }
  /* آیکون لامپ در موبایل حذف می‌شود تا متن‌ها جا بگیرند */
  .qb-site .tab-lamp {
    display: none;
  }
}

/* ---------- لودر دیتا (قبل از آماده شدن ماژول‌ها) ---------- */
.qb-loading {
  padding: 70px 20px;
  text-align: center;
  color: var(--text-faint, #5d8571);
  font-size: 13.5px;
  font-weight: 600;
}
.qb-loading .spin {
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 3px solid rgba(20, 241, 149, 0.15);
  border-top-color: var(--emerald-bright, #14f195);
  animation: qb-spin 0.9s linear infinite;
}
@keyframes qb-spin {
  to {
    transform: rotate(360deg);
  }
}

/* کارت مشاوره در ردیف آخر خدمات — عرض کامل (با افزودن خدمت ششم، شبکه ۳+۳+۱ می‌شد) */
.home-services .home-srv.wide { grid-column: 1 / -1; }

/* ================================================================
   GLOBAL GOLD ICON SYSTEM (gh-ic) — یکدست‌سازی تم آیکون‌های کل سایت
   با آیکون‌های طلایی صفحه‌ی خودشناسی (اسپرایت #qb-icons در index.php)
   قواعد #view-self در self-test.css با اختصاص بالاتر (ID) بر این‌ها غالب‌اند
   ================================================================ */
.gh-ic {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
  flex: none;
  filter: drop-shadow(0 0 4px rgba(240, 205, 110, 0.3));
}

/* دکمه‌های سایت — عین .btn .gh-ic صفحه‌ی خودشناسی */
.qb-site .btn .gh-ic {
  width: 17px;
  height: 17px;
  vertical-align: -3px;
  filter: drop-shadow(0 1px 4px rgba(255, 224, 130, 0.5));
}

/* سرتیترهای بخش (h2 .em) — مثل selftest ولی برای بقیه‌ی نماها */
.qb-site h2 .em .gh-ic {
  width: 22px;
  height: 22px;
  vertical-align: -5px;
  filter: drop-shadow(0 0 6px rgba(240, 205, 110, 0.4));
}
#view-engine h2 .em .gh-ic { width: 24px; height: 24px; vertical-align: -5px; }

/* کارت‌های گروه آزمایشی (تخمین/موتور) */
.qb-site .track-icon .gh-ic { width: 26px; height: 26px; }
#view-engine .track-icon .gh-ic { width: 25px; height: 25px; }
#view-engine .engine-side .track-icon .gh-ic { width: 19px; height: 19px; }

/* کارت‌های خدمات صفحه‌ی خانه */
.qb-site .home-srv .ic .gh-ic { width: 26px; height: 26px; }
.qb-site .home-srv .ic { font-size: 0; }

/* نشان‌های اعتماد فوتر */
.qb-site .trust-icon .gh-ic { width: 20px; height: 20px; }

/* عنوان پنل‌ها (مثل «رابطه‌ی حقوق و رضایت شغلی») */
.qb-site .panel-title .gh-ic,
#view-engine .panel-title .gh-ic {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  filter: drop-shadow(0 0 5px rgba(240, 205, 110, 0.4));
}

/* حالت خالی (empty-state / uni-d-empty) */
.qb-site .empty-state .em-icon .gh-ic,
.qb-site .uni-d-empty .em-icon .gh-ic { width: 36px; height: 36px; }
.qb-site .empty-state .em-icon,
.qb-site .uni-d-empty .em-icon { font-size: 0; }

/* تگ‌های درایور دانشگاه */
.qb-site .uni-d-tag .gh-ic { width: 13px; height: 13px; vertical-align: -2px; }
.qb-site .uni-d-sec-title .gh-ic { width: 14px; height: 14px; vertical-align: -2px; }
.qb-site .uni-d-emblem .gh-ic { width: 20px; height: 20px; }

/* پنل کاربری */
.ud-card-ic .gh-ic { width: 18px; height: 18px; vertical-align: -3px; }
.ud-quick .gh-ic { width: 15px; height: 15px; vertical-align: -2.5px; }

/* نشان پلیر آموزش (tp-badge) */
.tp-badge .gh-ic { width: 16px; height: 16px; }

/* تخت‌های nحوه گزینش */
.qb-site .st-empty-hint .gh-ic,
.qb-site .st-result-empty .gh-ic { width: 16px; height: 16px; vertical-align: -3px; }
.qb-site .sel-note .gh-ic { width: 15px; height: 15px; vertical-align: -2px; }

/* نوارابزار نمودار بازار کار */
.uc-chart-hint .gh-ic { width: 14px; height: 14px; vertical-align: -2px; }

/* Toast ها */
.toast .gh-ic { width: 15px; height: 15px; vertical-align: -2px; }
.qb-site .qb-toast .gh-ic,
#qb-toast .gh-ic { width: 15px; height: 15px; vertical-align: -2px; }

/* ردیف‌های بازار کار / راهنمای رشته‌ها */
.qb-site .cr-row .gh-ic { width: 17px; height: 17px; vertical-align: -3px; }
.qb-site .fields-grid .gh-ic { width: 17px; height: 17px; vertical-align: -3px; }

/* ماک‌های پلیر آموزش (صحنه‌های شبیه‌سازی‌شده) */
.tut-player .gh-ic { width: 13px; height: 13px; vertical-align: -2px; }
.tut-player .tu-track-ic .gh-ic,
.tut-player .tu-ic .gh-ic { width: 15px; height: 15px; }

/* هشدار داخل متن فوتر */
.qb-site .disclaimer .gh-ic { width: 15px; height: 15px; vertical-align: -2.5px; }

/* ظرف‌های نحوه‌ی نوع گزینش (seltype) — 12-f */
.qb-site .st-group-ic .gh-ic { width: 22px; height: 22px; }
.qb-site .st-err .gh-ic { width: 15px; height: 15px; }
.qb-site .st-you-hint .gh-ic { width: 15px; height: 15px; vertical-align: -3px; }
@media (max-width:640px) {
  .qb-site .st-group-ic .gh-ic { width: 18px; height: 18px; }
}
