body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #f4f6f9;
}

#app-wrapper {
    min-height: 100vh;
}

.sidebar {
    width: 240px;
    min-width: 240px;
    min-height: 100vh;
}

.sidebar .nav-link {
    color: #cdd4dc;
    border-radius: 6px;
    font-size: 0.92rem;
}

.sidebar .nav-link:hover {
    background-color: #495057;
    color: #fff;
}

.sidebar .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.content {
    max-width: 100%;
    overflow-x: auto;
}

table.table {
    background: #fff;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.login-box {
    max-width: 380px;
    margin: 8vh auto;
}

@media print {
    .no-print { display: none !important; }
    body { background: #fff; }
}

.form-label {
    font-weight: 600;
    font-size: 0.85rem;
}

.stat-card {
    border-radius: 10px;
    color: #fff;
    padding: 1.2rem;
}
