  .page-title {
            text-align: center !important;
            margin-bottom: 30px;
            padding: 20px 0;
            color: #2e60a6;
            border-bottom: 2px solid #e2e8f0;
        }
        
        .page-title h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
        }
        
        .page-title p {
            font-size: 1.1rem;
            color: #4a5568;
            max-width: 800px;
            margin: 0 auto;
        }
 .filters {
            background: white;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: center;
        }
        
        .filter-group {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #2d3748;
        }
        
        select, input {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            font-size: 1rem;
            background: #f9f9f9;
            color: #4a5568;
        }
        
        .search-box {
            position: relative;
            flex: 2;
        }
        
        .search-box i {
            position: absolute;
            left: 15px;
            top: 68%;
            transform: translateY(-50%);
            color: #718096;
        }
        
        .search-box input {
            padding-left: 45px;
        }
        
        #search {
            margin-top: 7px;
        }
        
        .vkr-container {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            margin-bottom: 40px;
        }
        
        .faculty-section {
            border-bottom: 1px solid #edf2f7;
        }
        
        .faculty-section:last-child {
            border-bottom: none;
        }
        
        .faculty-header {
            background: #ffffff;
            color: #2e60a6;
            padding: 5px 0px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .faculty-header:hover {
            background: #f8fafc;
        }
        
        .faculty-header h2 {
            font-size: 1.5rem;
            margin-left: 15px;
            font-weight: 600;
            padding-top: 15px;
        }
        
        .faculty-header i {
            font-size: 1.5rem;
            color: #2e60a6;
        }
        
        .faculty-content {
            padding: 0 20px;
            display: none;
        }
	.faculty-header .toggle-icon {
 	margin-left:20px;
	}
        
        .faculty-section.active .faculty-content {
            display: block;
        }
        
        .direction-card {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            margin: 20px 0;
            overflow: hidden;
            background: #ffffff;
        }
        
        .direction-header {
            padding: 15px 20px;
            background: #f8fafc;
            display: flex;
            align-items: center;
            cursor: pointer;
            flex-wrap: wrap;
            gap: 15px;
            transition: background 0.3s;
        }
        
        .direction-header:hover {
            background: #f1f5f9;
        }
        
        .direction-header i {
            transition: transform 0.3s;
            color: #2e60a6;
        }
        
        .direction-card.active .direction-header i {
            transform: rotate(180deg);
        }
        
        .direction-code {
            background: #2e60a6;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 0.9rem;
        }
        
        .direction-name {
            font-weight: 600;
            color: #2d3748;
        }
        
        .direction-profile {
            background: #4c6ef5;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.85rem;
        }
        
        .direction-form {
            background: #38a169;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.85rem;
        }
        
        .direction-content {
            display: none;
            padding: 10px 20px;
        }
        
        .direction-card.active .direction-content {
            display: block;
        }
        
        .year-group {
            margin-bottom: 25px;
        }
        
        .year-header {
            color: #2e60a6;
            padding: 10px 0;
            margin: 15px 0;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 1.2rem;
            font-weight: 500;
            border-bottom: 1px solid #e2e8f0;
            cursor: pointer;
        }
        
        .vkr-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .vkr-item {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #ffffff;
        }
        
        .vkr-item.complete {
        border-left: 4px solid #38a169;
	margin-bottom:20px;
        }
        
        .vkr-item.incomplete {
        border-left: 4px solid #e53e3e;
	margin-bottom:20px;
        }
        
        .vkr-summary {
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            background: #f8fafc;
            cursor: pointer;
        }
        
        .vkr-title {
            font-weight: 600;
            flex: 1 1 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #2d3748;
            font-size: 1.05rem;
        }
        
        .vkr-meta {
            display: flex;
            gap: 20px;
            font-size: 0.95rem;
            color: #4a5568;
            flex: 1;
        }
        
        .vkr-meta span {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .vkr-actions {
            display: flex;
            gap: 10px;
        }
        
        .edit-btn, .download-btn {
            padding: 8px 15px;
            border-radius: 4px;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 0.9rem;
            transition: all 0.2s;
        }
        
        .edit-btn {
            background: #2e60a6;
            color: white;
        }
        
        .edit-btn:hover {
            background: #265295;
        }
        
        .download-btn {
            background: #38a169;
            color: white;
            text-decoration: none;
        }
        
        .download-btn:hover {
            background: #2f855a;
	color: white;
        }
        
        .vkr-details {
            display: none;
            padding: 20px;
            background: #f9f9f9;
            border-top: 1px solid #e2e8f0;
        }
        
        .vkr-item.active .vkr-details {
            display: block;
        }
        
        .detail-row {
            margin-bottom: 15px;
        }
        
        .detail-row label {
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
            color: #2d3748;
        }
        
        .detail-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        
        .detail-item {
            background: white;
            padding: 12px;
            border-radius: 6px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.03);
            border: 1px solid #edf2f7;
        }
        
        .detail-item label {
            font-weight: 600;
            color: #718096;
            font-size: 0.85rem;
        }
        
        .keywords {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .keywords span {
            background: #ebf4ff;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #2e60a6;
        }
        
        .status-badge {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
            margin-left: 10px;
        }
        
        .complete-badge {
            background: #38a169;
            color: white;
        }
        
        .incomplete-badge {
            background: #e53e3e;
            color: white;
        }
        
        .year-group .toggle-icon {
            transition: transform 0.3s ease;
            margin-right: 10px;
        }
        
        .year-group.active .toggle-icon {
            transform: rotate(180deg);
        }
        
        .vkr-title-display {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 4px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        /* Стили модального окна */
        .vkr-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            overflow: auto;
        }
        
        .vkr-modal .modal-content {
            background-color: #fff;
            margin: 5% auto;
            padding: 25px;
            border-radius: 10px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            position: relative;
        }
        
        .vkr-modal .close {
            color: #aaa;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 32px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .vkr-modal .close:hover {
            color: #000;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }
        
        .form-group input, 
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: border 0.3s;
        }
        
        .form-group input:focus, 
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 5px rgba(0,123,255,0.3);
        }
        
        .form-actions {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }
        
        .save-btn, .cancel-btn {
            padding: 12px 25px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }
        
        .save-btn {
            background-color: #28a745;
            color: white;
        }
        
        .save-btn:hover {
            background-color: #218838;
        }
        
        .cancel-btn {
            background-color: #dc3545;
            color: white;
        }
        
        .cancel-btn:hover {
            background-color: #c82333;
        }
        
        /* Адаптивные стили */
        @media (max-width: 768px) {
            .filters {
                flex-direction: column;
            }
.page-title h1 {font-size:1.4rem;}

            .year-header {margin:0px;}
            .filter-group {
                width: 100%;
            }
.faculty-header h2 {font-size:1.2rem}
.faculty-header .toggle-icon {margin-left:10px;}
            
            .vkr-meta {
                flex-direction: column;
                gap: 8px;
            }
	.vkr-title {display:block;}
	.status-badge {margin-left:0px;}
            
            .vkr-actions {
                width: 100%;
                justify-content: flex-start;
            }
            
            .detail-grid {
                grid-template-columns: 1fr;
            }
            
            .direction-header {
                flex-direction: row;
                align-items: flex-start;
                gap: 10px;
padding:15px 10px;
            }
.year-group {margin-bottom:15px;}

.year-group.active .vkr-list {
  margin-top: 20px;
}

	.faculty-content {
  padding: 0 10px; }
	.year-header h3 {font-size:17px !important; margin-bottom:15px !important;}
            
            .modal-content {
                width: 95%;
                padding: 15px;
            }
        }
        
        .no-results {
            text-align: center;
            padding: 40px;
            font-size: 1.2rem;
            color: #718096;
            background: white;
            border-radius: 10px;
            margin: 20px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }

.year-group .vkr-list {
    display: none;
}

.year-group.active .vkr-list {
    display: block;
}

.year-group.active .toggle-icon i {
    transform: rotate(180deg);
}
/* Плавное раскрытие списков */
.faculty-content,
.direction-content,
.vkr-list {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faculty-section.active .faculty-content,
.direction-card.active .direction-content,
.year-group.active .vkr-list {
    display: block;
    max-height: 5000px; /* Достаточно большое значение */
}

/* Иконка шеврона */
.toggle-icon i {
    transition: transform 0.3s ease;
}
.year-header h3 {font-size:20px;}
#vkr-edit-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], #vkr-edit-form input[type="search"], input[type="tel"], #vkr-edit-form input[type="number"], #vkr-edit-form textarea, #vkr-edit-form select {background:#FFFFFF !important;}
.filters #search {padding: 15px 40px;}

 .keywords {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
		margin-top:10px;
        }
        
        .keywords span {
            background: #ebf4ff;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            color: #2e60a6;
        }