/* Routflare brand dəyişənləri — BÜTÜN saytın rəngləri buradan idarə olunur.
   Rəngi dəyişmək üçün yalnız :root-dakı sətirləri dəyişmək kifayətdir. */
:root{
  --brand-1:#9FE870;
  --brand-2:#163300;
  --brand-ink:#163300;
  --brand-text:#163300;
  --brand-text-rgb:22,51,0;
  --text-default:#343a40;
  --brand-rgb:159,232,112;
  --brand-lt-rgb:200,245,190;
  --brand-color:#9FE870;
  --bg-dark:#0b100e;
  --surface-dark:#121a14;
  /* Selectlər (plan/rol dropdown-ları — eyni kateqoriya) */
  --sel-bg:#e9f7ee;
  --sel-border:#b9e4c6;
  --sel-bg-dark:rgba(159,232,112,.1);
  --sel-text-dark:#e8f5e9;
  --sel-border-dark:rgba(159,232,112,.22);
}
html body select.plan-sel{background-color:var(--sel-bg);border-color:var(--sel-border);color:var(--brand-text)}
html[data-theme="dark"] body select.plan-sel{background-color:var(--sel-bg-dark);border-color:var(--sel-border-dark);color:var(--sel-text-dark)}
/* Dark mode — qara-boz əvəzinə brendin tünd-yaşıl forması (hələ də dark) */
html[data-theme="dark"] body{background-color:var(--bg-dark,#0b100e)}
html[data-theme="dark"] body .card,
html[data-theme="dark"] body .stat-card,
html[data-theme="dark"] body .plan-card,
html[data-theme="dark"] body .price-card,
html[data-theme="dark"] body .tracking-page{background-color:var(--surface-dark,#121a14)}
/* Dark mode — input və tablar da brend tündü */
html[data-theme="dark"] body input:not([type="checkbox"]):not([type="radio"]),
html[data-theme="dark"] body select,
html[data-theme="dark"] body textarea{background-color:#141c15;border-color:rgba(159,232,112,.16);color:#e8f5e9}
html[data-theme="dark"] body .atabs{background-color:var(--surface-dark,#121a14)}
/* Dark mode — dashboard stat ikon fonları */
html[data-theme="dark"] body .stat .ic,
html[data-theme="dark"] body .stat.warn .ic,
html[data-theme="dark"] body .stat.ok .ic,
html[data-theme="dark"] body .stat.blue .ic,
html[data-theme="dark"] body .stat.gold .ic{background-color:rgba(159,232,112,.1);border-color:rgba(159,232,112,.18)}
/* Dark mode — drop menyular */
html[data-theme="dark"] body .stat .ic{background-color:rgba(159,232,112,.1);border-color:rgba(159,232,112,.18)}
html[data-theme="dark"] body .profile-menu{background-color:#131b14;border-color:rgba(159,232,112,.14)}
/* Dark mode — qalan boz səthlər (admin stat/mod/pend/feat/stepper/err) */
html[data-theme="dark"] body .site-header{background-color:#0d130f;border-bottom-color:rgba(159,232,112,.1)}
html[data-theme="dark"] body .stat,
html[data-theme="dark"] body .mod,
html[data-theme="dark"] body .pend-item,
html[data-theme="dark"] body .feat-row,
html[data-theme="dark"] body .code-pill,
html[data-theme="dark"] body .stepper,
html[data-theme="dark"] body .err-item{background-color:var(--surface-dark,#121a14)}
.ext-link{color:var(--brand-2,#163300)}
html[data-theme="dark"] .ext-link{color:var(--brand-1,#9FE870)}
#flareGrad stop[offset="0"]{stop-color:var(--brand-1,#22c55e)}
#flareGrad stop[offset="1"]{stop-color:var(--brand-1,#9FE870)}
