/* فونت و جزئیات */
body { font-family: Vazirmatn, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }

/* focus / subtle glow */
input:focus, button:focus { outline: none; box-shadow: 0 0 0 6px rgba(99,102,241,0.06); }

/* اختصاصی برای کارت‌ها */
.bg-gradient-to-br { background-image: linear-gradient(135deg, rgba(17,24,39,0.9), rgba(31,41,55,0.9)); }

/* انیمیشن دکمه */
button { transition: transform .12s ease, box-shadow .12s ease; }
button:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(2,6,23,0.6); }

/* اندازه متن ریز */
.text-sm { font-size: .9rem; }
