  body { background:#0c2f24; color:#eee; }
  .card { background:#0f3a2c; border-color:#1a4f3f; }
  .btn.btn-outline-secondary { border-color:#234f40; color:#ddd; }
  .btn.btn-outline-secondary:hover { background:#1a4f3f; }
  /* نفس إحساس صفحة الدخول: كروت محايدة قريبة من الخلفية مع ظل */
  body { background:#0c2f24; color:#eee; }
  .card-neutral { background:#0c2f24; } /* نفس الخلفية */
  .sorah-link { text-decoration:none; }
  .sorah-title { font-weight:700; color:#ffd166; }
  .sorah-stat { line-height:1.5; }
  .chip{
    display:inline-block;
    background:#0b261f;               /* أغمق بشوي من الخلفية */
    border:1px solid rgba(255,255,255,.06);
    border-radius:999px;
    padding:.25rem .6rem;
    font-size:.8rem;
    color:#ddd;
  }
  .card.shadow-sm, .card.shadow-lg { /* تأكيد الظلال */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.35)!important;
  }
