/* استایل‌های اضافه مخصوص حالت دارک (اکثر کار با CSS Variables در app.css انجام می‌شود) */
[data-theme="dark"] .app-header,
[data-theme="dark"] .bottom-nav {
    box-shadow: 0 0 0 1px var(--border) inset;
}
