body {
    font-size: 16px;
    background-color: #f5f7fa;
}
.navbar { box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.card:hover { transform: translateY(-2px); }
.table {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.table thead { background-color: #f1f3f5; }
.btn { border-radius: 8px; font-weight: 500; }
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.progress {
    border-radius: 10px;
    background-color: #e9ecef;
}
.progress-bar { border-radius: 10px; font-weight: 600; }
/* Уведомления */
.notification-badge {
    position: absolute;
    top: 0px;
    right: -5px;
    font-size: 0.7rem;
}
.dropdown-menu .notification-item {
    white-space: normal;
    max-width: 300px;
}
@media (max-width: 768px) {
    h2 { font-size: 1.6rem; }
    .btn-sm { padding: 4px 8px; }
}