html {
    overflow-y: scroll;
}
.lzq-project-container { padding: 20px; }
.lzq-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 15px; }
.lzq-page-title { font-size: 20px; font-weight: 600; color: #2c3e50; margin: 0; }
.lzq-search-wrapper { position: relative; width: 400px; }
.lzq-search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; background: white; border: 1px solid #dee2e6; border-top: none; max-height: 300px; overflow-y: auto; display: none; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.lzq-search-results a { display: block; padding: 8px 12px; color: #333; text-decoration: none; border-bottom: 1px solid #f0f0f0; font-size: 13px; }
.lzq-search-results a:hover { background: #e9f2ff; }
.lzq-projects-section { background: #fff; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.lzq-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #2c5282; flex-wrap: wrap; gap: 15px; }
.lzq-section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 0; }
.lzq-letter-filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.lzq-letter-item { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 4px; font-size: 13px; font-weight: 600; color: #495057; cursor: pointer; transition: all 0.2s; }
.lzq-letter-item:hover, .lzq-letter-item.active { background: #0066cc; color: white; border-color: #0066cc; }
.lzq-reset-btn { padding: 4px 10px; background: #6c757d; color: white; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; margin-left: 5px; }
.lzq-reset-btn:hover { background: #5a6268; }
.lzq-projects-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 15px; }
.lzq-project-item { padding: 8px 12px; background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 4px; text-align: center; font-size: 13px; color: #495057; cursor: pointer; transition: all 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lzq-project-item:hover { background: #e9f2ff; border-color: #0066cc; transform: translateY(-1px); box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.lzq-project-info-card { background: #fff; border: 1px solid #dee2e6; border-radius: 6px; padding: 12px 15px; margin-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.lzq-project-name-section { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lzq-project-name { font-size: 18px; font-weight: 600; color: #2c3e50; margin: 0; }
.lzq-project-status-badge { display: inline-block; padding: 3px 8px; border-radius: 3px; font-size: 12px; font-weight: 500; }
.lzq-status-success { background: #d4edda; color: #155724; }
.lzq-status-warning { background: #fff3cd; color: #856404; }
.lzq-status-info { background: #d1ecf1; color: #0c5460; }
.lzq-project-leader-info { display: flex; gap: 15px; font-size: 13px; color: #495057; }
.lzq-project-leader-info strong { font-weight: 700; color: #2c3e50; }
.lzq-stats-compact { display: flex; gap: 15px; margin-left: auto; }
.lzq-stat-compact-item { background: #e3f2fd; padding: 6px 12px; border-radius: 4px; border: 1px solid #bbdefb; text-align: center; white-space: nowrap; }
.lzq-stat-compact-label { font-size: 11px; color: #1976d2; font-weight: bold; margin-right: 4px; display: inline-block; }
.lzq-stat-compact-value { font-size: 13px; color: #1565c0; font-weight: bold; display: inline-block; }
.lzq-filter-bar { background: #fff; padding: 12px 15px; border-radius: 6px; margin-bottom: 20px; border: 1px solid #dee2e6; width: 100%; }
.lzq-filter-form { display: flex; flex-wrap: nowrap; gap: 8px; align-items: flex-end; width: 100%; }
.lzq-filter-group { flex: 1 1 0; min-width: 0; position: relative; }
.lzq-filter-group-small { flex: 0.8 1 0; }
.lzq-filter-group label { display: block; font-size: 11px; color: #6c757d; margin-bottom: 2px; white-space: nowrap; }
.lzq-filter-group .form-control, .lzq-filter-group select { width: 100%; font-size: 12px; height: 32px; padding: 4px 6px; }
.lzq-filter-actions { display: flex; gap: 5px; white-space: nowrap; flex: 0 0 auto; }
.lzq-company-search-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 1000; background: white; border: 1px solid #dee2e6; border-top: none; max-height: 200px; overflow-y: auto; display: none; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.lzq-company-search-results div { padding: 8px 12px; cursor: pointer; font-size: 13px; border-bottom: 1px solid #f0f0f0; }
.lzq-company-search-results div:hover { background: #e9f2ff; }
.lzq-company-select-dropdown { width: 100%; font-size: 12px; height: 32px; padding: 4px 6px; }
.lzq-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; flex-wrap: wrap; gap: 10px; }
.lzq-per-page-select { width: 120px; display: inline-block; }
.lzq-status-badge { display: inline-block; padding: 3px 8px; border-radius: 3px; font-size: 11px; font-weight: 500; float: right; }
.lzq-status-processing { background: #ffc107; color: #000; }
.lzq-status-reported { background: #17a2b8; color: white; }
.lzq-status-completed { background: #28a745; color: white; }
.lzq-status-default { background: #6c757d; color: white; }
.lzq-event-card { background: #fff; border: 1px solid #dee2e6; border-radius: 6px; margin-bottom: 20px; overflow: hidden; }
.lzq-event-header { background: #f8f9fa; padding: 8px 15px; border-bottom: 1px solid #dee2e6; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.lzq-event-title { font-size: 14px; font-weight: 600; margin: 0; flex: 1; }
.lzq-event-title a { color: #0066cc; text-decoration: none; }
.lzq-event-title a:hover { text-decoration: underline; }
.lzq-record-item { padding: 10px 15px; border-bottom: 1px solid #f0f0f0; margin-left: 20px; border-left: 3px solid transparent; }
.lzq-record-item:last-child { border-bottom: none; }
.lzq-record-new { border-left-color: #28a745; background: #f8fff9; }
.lzq-record-append { border-left-color: #ffc107; background: #fffdf7; }
.lzq-record-header { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; font-size: 13px; flex-wrap: wrap; }
.lzq-record-icon { width: 24px; text-align: center; color: #6c757d; }
.lzq-record-date { font-weight: 600; color: #495057; }
.lzq-record-badge { background: #e9ecef; padding: 2px 6px; border-radius: 3px; font-size: 11px; }
.lzq-record-content { font-size: 13px; color: #495057; margin-left: 34px; }
.lzq-record-meta { font-size: 12px; color: #6c757d; margin-bottom: 4px; margin-left: 34px; }
.lzq-funds-with-amounts { margin-left: 34px; font-size: 13px; margin-bottom: 8px; padding: 3px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 15px; border-bottom: 1px dashed #e0e0e0; }
.lzq-funds-part { flex: 1; }
.lzq-amount-change { background: #fff3cd; color: #856404; padding: 2px 8px; border-radius: 3px; font-size: 12px; margin-top: 5px; display: inline-block; }
.lzq-pagination-container { margin-top: 20px; text-align: center; }
.lzq-pagination-info { font-size: 13px; color: #6c757d; margin-bottom: 8px; }
.lzq-pagination { display: inline-flex; list-style: none; padding: 0; gap: 5px; }
.lzq-page-item { margin: 0; }
.lzq-page-link { display: block; padding: 6px 12px; border: 1px solid #dee2e6; border-radius: 4px; color: #007bff; text-decoration: none; font-size: 13px; background: white; }
.lzq-page-link:hover { background: #e9ecef; }
.lzq-page-item.active .lzq-page-link { background: #007bff; color: white; border-color: #007bff; }
.lzq-empty-message { text-align: center; padding: 40px; color: #6c757d; font-size: 14px; background: #fff; border: 1px solid #dee2e6; border-radius: 6px; }
.lzq-id-card-link { color: #0066cc; text-decoration: none; }
.lzq-id-card-link:hover { text-decoration: underline; }
.lzq-phone-text { color: #495057; }
.lzq-amount-info {
    margin-left: auto;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}
.lzq-initial-amount {
    color: #fd7e14;
    margin-right: 15px;
}
.lzq-current-amount {
    color: #28a745;
}
.lzq-total-projects-info {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #2c3e50;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}
.lzq-total-projects-info strong {
    color: #0066cc;
    font-size: 16px;
    margin: 0 4px;
}
@media print { 
    .lzq-no-print, .lzq-header-row, .lzq-toolbar, .lzq-projects-section { display: none !important; } 
    body { background: white; } 
    .container-fluid { padding: 10px; } 
    .lzq-event-card { page-break-inside: avoid; } 
    .lzq-project-info-card { page-break-inside: avoid; } 
    .lzq-status-badge, .lzq-stat-compact-item, .lzq-project-status-badge { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } 
}