        html { overflow-y: scroll; }
        .lzq-reply-container { padding: 20px; max-width: 1400px; margin: 0 auto; }
        .lzq-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #2c5282; }
        .lzq-page-title { font-size: 20px; font-weight: 600; color: #2c3e50; margin: 0; }
        .lzq-section-title { font-size: 18px; font-weight: 600; color: #1a3b6d; margin: 0 0 15px 0; padding-left: 12px; border-left: 5px solid #007bff; background-color: #f0f7ff; line-height: 1.3; }
        .module-container { padding: 20px; border-radius: 8px; margin-bottom: 30px; }
        .module-admin { background-color: #e6f2ff; border: 2px solid #2c5282; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
        .module-leader { background-color: #f5f5f5; border: 1px solid #dee2e6; }
        .lzq-empty-message { text-align: center; padding: 40px; color: #6c757d; font-size: 14px; background: #fff; border: 1px solid #dee2e6; border-radius: 4px; }
        .lzq-card { border: 2px solid #ff8c00; border-radius: 6px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
        .card-bg-even { background-color: #ffffff; }
        .card-bg-odd { background-color: #e9ecef; }
        .lzq-card-header { background: #f8f9fa; padding: 12px 15px; border-bottom: 1px solid #dee2e6; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
        .lzq-card-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin: 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
        .lzq-deadline-badge { background: #28a745; color: white; padding: 3px 8px; border-radius: 12px; font-size: 12px; font-weight: normal; }
        .lzq-deadline-badge.overdue { background: #dc3545; }
        .lzq-card-body { padding: 15px; }
        .lzq-info-row { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #dee2e6; }
        .lzq-info-item { flex: 1 1 200px; }
        .lzq-info-label { font-size: 12px; color: #6c757d; margin-bottom: 3px; }
        .lzq-info-value { font-size: 14px; font-weight: 500; color: #2c3e50; }
        .lzq-attachment-block { background-color: #f8f9fa; padding: 10px; border-radius: 4px; margin-bottom: 15px; }
        .lzq-attachment-list { margin-top: 10px; margin-bottom: 15px; }
        .lzq-attachment-item { display: inline-block; margin-right: 10px; margin-bottom: 10px; padding: 5px 10px; background: #fff; border: 1px solid #dee2e6; border-radius: 3px; font-size: 12px; }
        .lzq-attachment-item a { color: #0066cc; text-decoration: none; margin-left: 5px; }
        .lzq-template-section { background: #e7f3ff; padding: 10px 15px; border-radius: 4px; margin-bottom: 15px; border-left: 4px solid #0066cc; }
        .lzq-template-title { font-size: 13px; font-weight: 600; color: #0056b3; margin-bottom: 8px; }
        .lzq-template-link { display: inline-block; margin-right: 15px; margin-bottom: 5px; color: #0066cc; text-decoration: none; font-size: 12px; }
        .lzq-reply-form { margin-top: 15px; padding-top: 15px; border-top: 1px solid #dee2e6; }
        .lzq-form-group { margin-bottom: 15px; }
        .lzq-form-label { display: block; font-size: 12px; font-weight: 500; color: #495057; margin-bottom: 5px; }
        .lzq-form-control { width: 100%; padding: 8px 10px; font-size: 13px; border: 1px solid #ced4da; border-radius: 4px; box-sizing: border-box; }
        .lzq-upload-area { border: 2px dashed #ced4da; padding: 15px; text-align: center; border-radius: 4px; background: #f8f9fa; cursor: pointer; transition: all 0.2s; }
        .lzq-upload-area:hover { border-color: #0066cc; background: #e7f3ff; }
        .lzq-upload-hint { color: #6c757d; margin-top: 5px; font-size: 11px; }
        .lzq-upload-hint strong { color: #dc3545; }
        .lzq-file-list { margin-top: 10px; }
        .lzq-file-item { display: flex; align-items: center; justify-content: space-between; padding: 5px 10px; background: #fff; border: 1px solid #dee2e6; border-radius: 3px; margin-bottom: 5px; }
        .lzq-file-name { font-size: 12px; }
        .lzq-file-actions a { margin-left: 8px; color: #6c757d; text-decoration: none; }
        .lzq-submit-btn { background: #28a745; color: white; border: none; padding: 8px 20px; border-radius: 4px; font-size: 14px; cursor: pointer; transition: background 0.2s; }
        .lzq-submit-btn:hover { background: #218838; }
        .lzq-submit-btn:disabled { background: #6c757d; cursor: not-allowed; }
        .lzq-word-count { text-align: right; font-size: 11px; color: #6c757d; margin-top: 3px; }
        .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; }
        .badge-primary { color: #fff; background-color: #007bff; }
        .badge-secondary { color: #fff; background-color: #6c757d; }
        .badge-info { color: #fff; background-color: #17a2b8; }
        .badge-warning { color: #212529; background-color: #ffc107; }
        .badge-danger { color: #fff; background-color: #dc3545; }
        .badge-success { color: #fff; background-color: #28a745; }
        .mt-2 { margin-top: 0.5rem; }
        .ml-2 { margin-left: 0.5rem; }
        .ml-3 { margin-left: 1rem; }
        .mr-2 { margin-right: 0.5rem; }
        .mr-3 { margin-right: 1rem; }
        .text-muted { color: #6c757d; }
        .text-primary { color: #007bff; }
        .text-warning { color: #ffc107; }
        .text-success { color: #28a745; }
        .text-danger { color: #dc3545; }
        .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
        .btn-outline-secondary { color: #6c757d; border-color: #6c757d; }
        .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
        .fas, .far { font-family: "Font Awesome 5 Free"; }
        .fa-bell:before { content: "\f0f3"; }
        .fa-arrow-left:before { content: "\f060"; }
        .fa-file-alt:before { content: "\f15c"; }
        .fa-cloud-upload-alt:before { content: "\f382"; }
        .fa-paper-plane:before { content: "\f1d8"; }
        .fa-paperclip:before { content: "\f0c6"; }
        .fa-file-word:before { content: "\f1c2"; }
        .fa-edit:before { content: "\f044"; }
        .fa-trash:before { content: "\f2ed"; }
        .fa-check:before { content: "\f00c"; }
        .fa-times:before { content: "\f00d"; }
        .fa-spinner:before { content: "\f110"; }
        .fa-spin { animation: fa-spin 2s infinite linear; }
        @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        .project-item-0 { background-color: #f0f8ff; }
        .project-item-1 { background-color: #f0fff0; }
        .project-item-2 { background-color: #fff0f5; }
        .project-item-3 { background-color: #fff5e6; }
        .project-item-4 { background-color: #e6f9ff; }
        .company-project-line { display: flex; flex-wrap: wrap; align-items: center; padding: 6px 12px; margin-bottom: 5px; border-radius: 4px; gap: 15px; font-size: 13px; }
        .company-project-line span { font-size: 13px; }
        .company-project-label { font-weight: 500; margin-right: 3px; color: #2c5282; }
        .inline-label { font-weight: 500; color: #2c3e50; margin-right: 5px; }
        .compact-info-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 15px; padding: 5px 0; margin-bottom: 5px; font-size: 13px; border-bottom: none; }
        .compact-info-item { white-space: nowrap; }
        .compact-info-item span:first-child { font-weight: 500; color: #2c3e50; margin-right: 3px; }