@charset "UTF-8";.user-article-list,.editor-article-list{background-color:var(--background-secondary);border-radius:8px;margin-bottom:2rem}.user-article-list .list-header,.editor-article-list .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.user-article-list .list-header h2,.editor-article-list .list-header h2{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}.user-article-list .list-header .search-clear-button,.editor-article-list .list-header .search-clear-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:var(--text-muted);transition:color .2s ease}.user-article-list .list-header .search-clear-button:hover,.editor-article-list .list-header .search-clear-button:hover{color:var(--danger-color)}.user-article-list .list-header .search-clear-button .clear-icon,.editor-article-list .list-header .search-clear-button .clear-icon{font-size:1.2rem}.user-article-list .articles-table-container,.editor-article-list .articles-table-container{overflow-x:auto;margin-bottom:1.5rem}.user-article-list .articles-table,.editor-article-list .articles-table{width:100%;min-width:1000px;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden}.user-article-list .articles-table th,.editor-article-list .articles-table th,.user-article-list .articles-table td,.editor-article-list .articles-table td{padding:1rem;text-align:left}.user-article-list .articles-table thead,.editor-article-list .articles-table thead{background-color:var(--background-tertiary)}.user-article-list .articles-table thead th,.editor-article-list .articles-table thead th{font-weight:600;color:var(--text-primary);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.user-article-list .articles-table thead th:first-child,.editor-article-list .articles-table thead th:first-child{padding-left:1.5rem}.user-article-list .articles-table thead th:last-child,.editor-article-list .articles-table thead th:last-child{padding-right:1.5rem;text-align:center}.user-article-list .articles-table tbody tr,.editor-article-list .articles-table tbody tr{background-color:var(--background-primary);border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.user-article-list .articles-table tbody tr:hover,.editor-article-list .articles-table tbody tr:hover{background-color:var(--background-hover)}.user-article-list .articles-table tbody tr:last-child,.editor-article-list .articles-table tbody tr:last-child{border-bottom:none}.user-article-list .articles-table tbody tr td,.editor-article-list .articles-table tbody tr td{color:var(--text-primary)}.user-article-list .articles-table tbody tr td:first-child,.editor-article-list .articles-table tbody tr td:first-child{padding-left:1.5rem}.user-article-list .articles-table tbody tr td:last-child,.editor-article-list .articles-table tbody tr td:last-child{padding-right:1.5rem;text-align:center}.user-article-list .articles-table .article-title-cell,.editor-article-list .articles-table .article-title-cell{max-width:40%;width:40%}.user-article-list .articles-table .article-title,.editor-article-list .articles-table .article-title{font-weight:500;margin-bottom:.5rem;color:var(--text-primary);font-size:1rem}.user-article-list .articles-table .article-abstract,.editor-article-list .articles-table .article-abstract{color:var(--text-secondary);font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.user-article-list .articles-table .meta-date,.editor-article-list .articles-table .meta-date{display:flex;align-items:center;color:var(--text-secondary);font-size:.9rem;gap:.5rem}.user-article-list .articles-table .status-badge,.editor-article-list .articles-table .status-badge{display:inline-block;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:capitalize}.user-article-list .articles-table .status-badge.success,.editor-article-list .articles-table .status-badge.success{background-color:#48bb7826;color:#38a169}.user-article-list .articles-table .status-badge.warning,.editor-article-list .articles-table .status-badge.warning{background-color:#ed893626;color:#dd6b20}.user-article-list .articles-table .status-badge.danger,.editor-article-list .articles-table .status-badge.danger{background-color:#f5656526;color:#e53e3e}.user-article-list .articles-table .status-badge.info,.editor-article-list .articles-table .status-badge.info{background-color:#5a67d826;color:#4c51bf}.user-article-list .articles-table .status-badge.secondary,.editor-article-list .articles-table .status-badge.secondary{background-color:#a0aec026;color:#718096}.user-article-list .articles-table .article-actions,.editor-article-list .articles-table .article-actions{display:flex;justify-content:center;gap:.75rem}.user-article-list .articles-table .article-actions .action-button,.editor-article-list .articles-table .article-actions .action-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:none;background-color:var(--background-tertiary);color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.user-article-list .articles-table .article-actions .action-button:hover,.editor-article-list .articles-table .article-actions .action-button:hover{transform:translateY(-2px)}.user-article-list .articles-table .article-actions .action-button.view:hover,.editor-article-list .articles-table .article-actions .action-button.view:hover{background-color:rgba(var(--primary-color-rgb),.15);color:var(--primary-color)}.user-article-list .articles-table .article-actions .action-button.edit:hover,.editor-article-list .articles-table .article-actions .action-button.edit:hover{background-color:#ed893626;color:#dd6b20}.user-article-list .articles-table .article-actions .action-button.delete:hover,.editor-article-list .articles-table .article-actions .action-button.delete:hover{background-color:#f5656526;color:#e53e3e}.user-article-list .empty-state,.editor-article-list .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;background-color:var(--background-primary);border-radius:8px;text-align:center;min-height:300px}.user-article-list .empty-state .empty-state-icon,.editor-article-list .empty-state .empty-state-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:var(--background-tertiary);border-radius:50%;margin-bottom:1.5rem;color:var(--primary-color);font-size:1.8rem}.user-article-list .empty-state h3,.editor-article-list .empty-state h3{color:var(--text-primary);margin:0 0 .75rem;font-size:1.25rem}.user-article-list .empty-state p,.editor-article-list .empty-state p{color:var(--text-secondary);margin:0 0 1.5rem;max-width:400px;font-size:.95rem;line-height:1.5}.user-article-list .empty-state .cta-button,.editor-article-list .empty-state .cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border-radius:6px;font-weight:500;text-decoration:none;transition:all .2s ease}.user-article-list .empty-state .cta-button:hover,.editor-article-list .empty-state .cta-button:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.user-article-list .loading-container,.editor-article-list .loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;background-color:var(--background-primary);border-radius:8px}.user-article-list .error-message,.editor-article-list .error-message{background-color:var(--background-primary);border-radius:8px;padding:2rem;text-align:center;color:#e53e3e}.user-article-list .error-message p,.editor-article-list .error-message p{margin-bottom:1rem}.user-article-list .error-message .retry-button,.editor-article-list .error-message .retry-button{background-color:var(--background-tertiary);border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--text-primary)}.user-article-list .error-message .retry-button:hover,.editor-article-list .error-message .retry-button:hover{background-color:var(--background-hover)}.user-article-list .pagination,.editor-article-list .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.user-article-list .pagination .pagination-button,.editor-article-list .pagination .pagination-button{padding:.5rem 1rem;background-color:var(--background-primary);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.user-article-list .pagination .pagination-button:hover:not(:disabled),.editor-article-list .pagination .pagination-button:hover:not(:disabled){background-color:var(--background-hover)}.user-article-list .pagination .pagination-button:disabled,.editor-article-list .pagination .pagination-button:disabled{opacity:.5;cursor:not-allowed}.user-article-list .pagination .pagination-info,.editor-article-list .pagination .pagination-info{color:var(--text-secondary);font-size:.9rem}@media (max-width: 768px){.user-article-list .list-header,.editor-article-list .list-header{flex-direction:column;align-items:flex-start}.user-article-list .list-header .search-container,.editor-article-list .list-header .search-container{max-width:100%}.user-article-list .articles-table th,.editor-article-list .articles-table th,.user-article-list .articles-table td,.editor-article-list .articles-table td{padding:.75rem}.user-article-list .articles-table .article-title-cell,.editor-article-list .articles-table .article-title-cell{max-width:none;width:auto}}.editor-article-list .status-with-icon{display:flex;align-items:center;gap:.5rem}.editor-article-list .status-with-icon .status-icon{font-size:1.2rem}.editor-article-list .status-with-icon .status-icon.approved{color:var(--success-color)}.editor-article-list .status-with-icon .status-icon.pending{color:var(--warning-color)}.editor-article-list .status-with-icon .status-icon.info{color:var(--primary-color)}.editor-article-list .status-with-icon .status-icon.secondary{color:#718096}.editor-article-list .status-with-icon .status-icon.rejected{color:var(--error-color)}.editor-article-list .article-comment{max-width:200px}.editor-article-list .article-comment .comment-content{display:flex;align-items:flex-start;gap:.5rem}.editor-article-list .article-comment .comment-icon{color:var(--text-muted);margin-top:.2rem}.editor-article-list .article-comment .comment-text{font-size:.85rem;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editor-article-list .article-comment .no-comment{font-style:italic;color:var(--text-muted);font-size:.85rem}.article-details-page{max-width:1200px;margin:0 auto 3rem}.article-details-page .back-button-container{margin-bottom:1.5rem;display:flex;justify-content:space-between}.article-details-page .back-button-container .back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:transparent;border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:all .2s ease}.article-details-page .back-button-container .back-button:hover{background-color:var(--background-hover);transform:translate(-3px)}.article-details-page .back-button-container .edit-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.article-details-page .back-button-container .edit-button:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.article-details-page .loading-container{display:flex;justify-content:center;align-items:center;min-height:300px;background-color:var(--background-secondary);border-radius:8px}.article-details-page .error-message{background-color:var(--background-secondary);border-radius:8px;padding:2rem;text-align:center;color:var(--danger-color)}.article-details-page .error-message p{margin-bottom:1rem}.article-details-page .error-message .retry-button{background-color:var(--background-tertiary);border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--text-primary)}.article-details-page .error-message .retry-button:hover{background-color:var(--background-hover)}.article-details-page .not-found{background-color:var(--background-secondary);border-radius:8px;padding:3rem 2rem;text-align:center}.article-details-page .not-found h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.article-details-page .not-found p{color:var(--text-secondary);margin-bottom:1.5rem}.article-details-page .not-found .back-link{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.article-details-page .not-found .back-link:hover{background-color:var(--primary-color-dark);transform:translateY(-2px)}.article-details-page .article-details{background-color:var(--background-secondary);border-radius:8px;overflow:hidden}.article-details-page .article-details .article-header{padding:1.5rem 2rem;background-color:var(--background-tertiary);border-bottom:1px solid var(--border-color);margin-bottom:var(--spacing-lg)}.article-details-page .article-details .article-header .article-title-section{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.article-details-page .article-details .article-header .article-title-section h1{font-size:1.8rem;color:var(--text-primary);margin:0;flex:1}.article-details-page .article-details .article-header .article-title-section .status-badge{display:flex;align-items:center;gap:var(--spacing-xs);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:capitalize;white-space:nowrap;margin-top:.25rem}.article-details-page .article-details .article-header .article-title-section .status-badge.success{background-color:#48bb7826;color:#38a169}.article-details-page .article-details .article-header .article-title-section .status-badge.warning{background-color:#ed893626;color:#dd6b20}.article-details-page .article-details .article-header .article-title-section .status-badge.danger{background-color:#f5656526;color:#e53e3e}.article-details-page .article-details .article-header .article-title-section .status-badge.info{background-color:#5a67d826;color:#4c51bf}.article-details-page .article-details .article-header .article-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.article-details-page .article-details .article-header .article-meta .meta-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.article-details-page .article-details .article-header .article-meta .meta-item .meta-icon{color:var(--text-muted);font-size:1.1rem}.article-details-page .article-details .article-content .article-section{margin-bottom:2.5rem}.article-details-page .article-details .article-content .article-section h2{font-size:1.3rem;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.article-details-page .article-details .article-content .article-section .article-abstract{line-height:1.6;color:var(--text-secondary);white-space:pre-line}.article-details-page .article-details .article-content .article-section .article-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.article-details-page .article-details .article-content .article-section .article-keywords .keyword-tag{display:inline-block;padding:.35rem .75rem;background-color:var(--background-tertiary);color:var(--text-secondary);border-radius:20px;font-size:.85rem}.article-details-page .article-details .article-content .article-section .authors-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.article-details-page .article-details .article-content .article-section .authors-list .author-card{background-color:var(--background-tertiary);border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name .author-icon{color:var(--text-muted);font-size:1.1rem}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name strong{color:var(--text-primary);margin-right:.5rem}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name .author-badge{display:inline-block;padding:.2rem .5rem;border-radius:20px;font-size:.7rem;font-weight:500;margin-left:auto}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name .author-badge.primary{background-color:#00bcd426;color:var(--primary-color)}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name .author-badge.secondary{background-color:#673ab726;color:#673ab7}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-name .author-badge.tertiary{background-color:#00bcd426;color:#00bcd4}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-details .author-detail{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.85rem;margin-bottom:.5rem}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-details .author-detail .detail-icon{color:var(--text-muted);font-size:1rem}.article-details-page .article-details .article-content .article-section .authors-list .author-card .author-details .author-detail:last-child{margin-bottom:0}.article-details-page .article-details .article-content .article-section .submitter-info{background-color:var(--background-primary);border-radius:8px;padding:1.25rem}.article-details-page .article-details .article-content .article-section .submitter-info .submitter-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-secondary)}.article-details-page .article-details .article-content .article-section .submitter-info .submitter-detail .detail-icon{color:var(--text-muted);font-size:1.1rem}.article-details-page .article-details .article-content .article-section .submitter-info .submitter-detail:last-child{margin-bottom:0}.article-details-page .article-details .article-content .article-section .article-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.article-details-page .article-details .article-content .article-section .article-files .file-item{display:flex;align-items:center;gap:1rem;background-color:var(--background-primary);border-radius:8px;padding:1rem}.article-details-page .article-details .article-content .article-section .article-files .file-item .file-icon{font-size:1.75rem;color:var(--primary-color);background-color:rgba(var(--primary-color-rgb),.1);padding:.75rem;border-radius:8px}.article-details-page .article-details .article-content .article-section .article-files .file-item .file-details{flex:1}.article-details-page .article-details .article-content .article-section .article-files .file-item .file-details .file-name{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500}.article-details-page .article-details .article-content .article-section .article-files .file-item .file-details .download-button{background-color:var(--background-tertiary);border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.article-details-page .article-details .article-content .article-section .article-files .file-item .file-details .download-button:hover{background-color:var(--primary-color);color:#fff}.article-details-page .article-details .article-content .article-section .editor-comment{background-color:var(--background-primary);border-left:4px solid var(--primary-color);padding:1rem 1.25rem;border-radius:0 8px 8px 0}.article-details-page .article-details .article-content .article-section .editor-comment p{color:var(--text-secondary);line-height:1.6;font-style:italic;white-space:pre-line}.editor-controls{background-color:var(--background-secondary);border-radius:8px;box-shadow:0 1px 3px #0000001a}.editor-controls h2{font-size:1.4rem;margin-top:0;margin-bottom:1.2rem;color:var(--text-primary)}.editor-controls .editor-control-section:last-child{margin-bottom:0}.editor-controls .status-controls{display:flex;flex-direction:column;gap:.5rem!important}.editor-controls .status-selection{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.editor-controls .status-selection label{display:flex!important;font-weight:500;color:var(--text-primary)}.editor-controls .status-selection select{padding:.5rem;border-radius:4px;border:1px solid var(--border-color);background-color:var(--background-primary);color:var(--text-primary);min-width:150px;cursor:pointer}.editor-controls .status-selection select option{background-color:var(--background-primary);color:var(--text-primary)}.editor-controls .update-status-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;align-self:flex-end;margin-top:1rem}.reviewers-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;cursor:pointer}.reviewers-section .section-header h2{margin:0}.reviewers-section .section-header .toggle-button{background:none;border:none;padding:.5rem;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center}.reviewers-section .section-header .toggle-button:hover{color:var(--primary-color)}.reviewers-section .reviewers-content{animation:fadeIn .3s ease}.reviewers-section .add-reviewer-button{display:flex;align-items:center;text-align:end;gap:.5rem;margin-bottom:1rem}.reviewers-section .add-reviewer-button:disabled{opacity:.6;cursor:not-allowed;background-color:var(--background-tertiary);color:var(--text-muted)}.reviewers-section .add-reviewer-button:disabled:hover{background-color:var(--background-tertiary);transform:none}.reviewers-section .add-reviewer-form{background-color:var(--background-primary);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--border-color);animation:fadeIn .3s ease}.reviewers-section .add-reviewer-form h3{margin-top:0;margin-bottom:1rem;font-size:1.1rem}.reviewers-section .add-reviewer-form .form-group{margin-bottom:1rem}.reviewers-section .add-reviewer-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500}.reviewers-section .add-reviewer-form .form-group select{width:100%;padding:.75rem;border-radius:4px;border:1px solid var(--border-color);background-color:var(--background-primary);color:var(--text-primary);margin-bottom:1rem}.reviewers-section .add-reviewer-form .form-group select option{padding:.5rem}.reviewers-section .add-reviewer-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.reviewers-section .add-reviewer-form .form-actions button{display:flex;align-items:center;gap:.5rem}.reviewers-section .reviewers-list{overflow-x:auto;margin-top:1.5rem}.reviewers-section .reviewers-list .reviewers-table{width:100%;min-width:1000px;border-collapse:separate;border-spacing:0;background-color:var(--background-primary);border-radius:8px;overflow:hidden}.reviewers-section .reviewers-list .reviewers-table th,.reviewers-section .reviewers-list .reviewers-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color)}.reviewers-section .reviewers-list .reviewers-table th{background-color:var(--background-tertiary);font-weight:500;color:var(--text-primary);font-size:.9rem}.reviewers-section .reviewers-list .reviewers-table td{color:var(--text-primary)}.reviewers-section .reviewers-list .reviewers-table tr:last-child td{border-bottom:none}.reviewers-section .reviewers-list .reviewers-table .reviewer-comment{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviewers-section .reviewers-list .reviewers-table .remove-reviewer-button{background:none;border:none;padding:.5rem;color:var(--error-color);opacity:.7;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.reviewers-section .reviewers-list .reviewers-table .remove-reviewer-button:hover{opacity:1;background-color:rgba(var(--error-color-rgb),.1)}.reviewers-section .no-reviewers-message{padding:2rem;text-align:center;background-color:var(--background-primary);border-radius:8px;color:var(--text-secondary)}.searchable-dropdown{position:relative;width:100%;margin-bottom:1rem}.searchable-dropdown .search-input-container{position:relative;width:100%}.searchable-dropdown .search-input-container input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border-radius:4px;border:1px solid var(--border-color);background-color:var(--background-primary);color:var(--text-primary);font-size:.9rem}.searchable-dropdown .search-input-container input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.searchable-dropdown .search-input-container .clear-search-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.searchable-dropdown .search-input-container .clear-search-button:hover{color:var(--danger-color)}.searchable-dropdown .dropdown-options{position:absolute;top:100%;left:0;width:100%;max-height:250px;overflow-y:auto;background-color:var(--background-primary);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 4px 8px #0000001a;z-index:10;margin-top:4px}.searchable-dropdown .dropdown-options .dropdown-option{padding:.75rem;cursor:pointer;border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.searchable-dropdown .dropdown-options .dropdown-option:last-child{border-bottom:none}.searchable-dropdown .dropdown-options .dropdown-option:hover{background-color:var(--background-hover)}.searchable-dropdown .dropdown-options .dropdown-option.selected{background-color:rgba(var(--primary-color-rgb),.1)}.searchable-dropdown .dropdown-options .dropdown-option.selected .reviewer-name{color:var(--primary-color);font-weight:500}.searchable-dropdown .dropdown-options .dropdown-option .reviewer-name{font-size:.95rem;color:var(--text-primary);margin-bottom:.25rem}.searchable-dropdown .dropdown-options .dropdown-option .reviewer-email{font-size:.8rem;color:var(--text-secondary)}.searchable-dropdown .dropdown-options .no-results{padding:1rem;text-align:center;color:var(--text-muted);font-style:italic}.selected-reviewer{margin-top:.5rem;padding:.5rem .75rem;background-color:rgba(var(--primary-color-rgb),.1);border-radius:4px;font-size:.9rem;color:var(--text-secondary)}.selected-reviewer strong{color:var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.article-details-page .article-details .article-header{padding:1rem}.article-details-page .article-details .article-header .article-title-section h1{font-size:1.5rem}}:root{--body-bg: #f8f9fa;--body-text: #333333;--navbar-bg: #ffffff;--navbar-text: #333333;--text-color: #333333;--scrollbar-width: 8px;--scrollbar-track: rgba(0, 0, 0, .05);--scrollbar-thumb: rgba(0, 0, 0, .2);--scrollbar-thumb-hover: rgba(0, 0, 0, .3);--button-bg: #e9ecef;--button-text: #333333;--button-hover-bg: #dee2e6;--heading-text: #1e293b;--card-bg: #ffffff;--primary-color: #0284c7;--success-color: #22c55e;--warning-color: #f97316;--primary-dark: #0369a1;--primary-rgb: 2, 132, 199;--success-rgb: 34, 197, 94;--primary-color-dark: #0369a1;--primary-color-light: rgba(2, 132, 199, .2);--secondary-button-bg: #f1f5f9;--secondary-button-text: #334155;--secondary-button-hover-bg: #e2e8f0;--warning-button-bg: #fef3c7;--warning-button-text: #92400e;--warning-button-hover-bg: #fef9c3;--input-bg: #ffffff;--input-text: #333333;--border-color: #e2e8f0;--label-text: #475569;--text-muted: #64748b;--error-color: #ef4444;--error-color-light: rgba(239, 68, 68, .2);--error-border: #fca5a5;--footer-bg: #1e293b;--footer-text: #e2e8f0;--footer-heading: #f8fafc;--footer-link: #cbd5e1;--footer-link-hover: #ffffff;--footer-bottom-bg: #0f172a;--footer-bottom-text: #94a3b8;--background-primary: #ffffff;--background-secondary: #f8f9fa;--background-tertiary: #f1f5f9;--text-primary: #333333;--text-secondary: #475569;--accent-color: #f97316;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 2.5rem;--spacing-2xl: 3rem;--spacing-xxxl: 3.5rem;--font-family: "Poppins", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--border-radius-sm: 6px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-pill: 9999px;--border-radius-circle: 50%;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 3px 10px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .12);--transition-fast: .2s ease;--transition-normal: .3s ease}[data-theme=dark]{--body-bg: #121212;--body-text: #e0e0e0;--navbar-bg: #1e1e1e;--navbar-text: #ffffff;--button-bg: #333333;--text-color: #e0e0e0;--scrollbar-track: rgba(255, 255, 255, .05);--scrollbar-thumb: rgba(255, 255, 255, .2);--scrollbar-thumb-hover: rgba(255, 255, 255, .3);--button-text: #ffffff;--button-hover-bg: #444444;--heading-text: #f8fafc;--card-bg: #1e1e1e;--primary-color: #0ea5e9;--success-color: #22c55e;--warning-color: #f97316;--warning-button-bg: #fef3c7;--warning-button-text: #92400e;--warning-button-hover-bg: #fef9c3;--primary-dark: #0369a1;--primary-rgb: 2, 132, 199;--success-rgb: 34, 197, 94;--primary-color-dark: #38bdf8;--primary-color-light: rgba(14, 165, 233, .2);--secondary-button-bg: #334155;--secondary-button-text: #f1f5f9;--secondary-button-hover-bg: #475569;--input-bg: #262626;--input-text: #e0e0e0;--border-color: #404040;--label-text: #cbd5e1;--text-muted: #94a3b8;--error-color: #f87171;--error-color-light: rgba(248, 113, 113, .2);--error-border: #7f1d1d;--footer-bg: #0f172a;--footer-text: #cbd5e1;--footer-heading: #f8fafc;--footer-link: #94a3b8;--footer-link-hover: #ffffff;--footer-bottom-bg: #020617;--footer-bottom-text: #64748b;--background-primary: #1e1e1e;--background-secondary: #121212;--background-tertiary: #262626;--text-primary: #e0e0e0;--text-secondary: #cbd5e1;--accent-color: #f97316}@media (prefers-color-scheme: dark){[data-theme=system]{--body-bg: #121212;--body-text: #e0e0e0;--text-color: #e0e0e0;--navbar-bg: #1e1e1e;--navbar-text: #ffffff;--button-bg: #333333;--button-text: #ffffff;--button-hover-bg: #444444;--heading-text: #f8fafc;--card-bg: #1e1e1e;--primary-color: #0ea5e9;--success-color: #22c55e;--warning-color: #f97316;--warning-button-bg: #fef3c7;--warning-button-text: #92400e;--warning-button-hover-bg: #fef9c3;--primary-dark: #0369a1;--primary-rgb: 2, 132, 199;--success-rgb: 34, 197, 94;--primary-color-dark: #38bdf8;--primary-color-light: rgba(14, 165, 233, .2);--secondary-button-bg: #334155;--secondary-button-text: #f1f5f9;--secondary-button-hover-bg: #475569;--input-bg: #262626;--input-text: #e0e0e0;--border-color: #404040;--label-text: #cbd5e1;--text-muted: #94a3b8;--error-color: #f87171;--error-color-light: rgba(248, 113, 113, .2);--error-border: #7f1d1d;--footer-bg: #0f172a;--footer-text: #cbd5e1;--footer-heading: #f8fafc;--footer-link: #94a3b8;--footer-link-hover: #ffffff;--footer-bottom-bg: #020617;--footer-bottom-text: #64748b;--background-primary: #1e1e1e;--background-secondary: #121212;--background-tertiary: #262626;--text-primary: #e0e0e0;--text-secondary: #cbd5e1;--accent-color: #f97316}}@media (prefers-color-scheme: light){[data-theme=system]{--body-bg: #f8f9fa;--body-text: #333333;--text-color: #333333;--navbar-bg: #ffffff;--navbar-text: #333333;--button-bg: #e9ecef;--button-text: #333333;--button-hover-bg: #dee2e6;--heading-text: #1e293b;--card-bg: #ffffff;--primary-color: #0284c7;--success-color: #22c55e;--warning-color: #f97316;--warning-button-bg: #fef3c7;--warning-button-text: #92400e;--warning-button-hover-bg: #fef9c3;--primary-dark: #0369a1;--primary-rgb: 2, 132, 199;--success-rgb: 34, 197, 94;--primary-color-dark: #0369a1;--primary-color-light: rgba(2, 132, 199, .2);--secondary-button-bg: #f1f5f9;--secondary-button-text: #334155;--secondary-button-hover-bg: #e2e8f0;--input-bg: #ffffff;--input-text: #333333;--border-color: #e2e8f0;--label-text: #475569;--text-muted: #64748b;--error-color: #ef4444;--error-color-light: rgba(239, 68, 68, .2);--error-border: #fca5a5;--footer-bg: #1e293b;--footer-text: #e2e8f0;--footer-heading: #f8fafc;--footer-link: #cbd5e1;--footer-link-hover: #ffffff;--footer-bottom-bg: #0f172a;--footer-bottom-text: #94a3b8;--background-primary: #ffffff;--background-secondary: #f8f9fa;--background-tertiary: #f1f5f9;--text-primary: #333333;--text-secondary: #475569;--accent-color: #f97316}}.reviewer-warning{background-color:rgba(var(--warning-color-rgb),.1);border-left:3px solid var(--warning-color);padding:.75rem 1rem;margin-bottom:1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;animation:fadeIn .3s ease}.reviewer-warning .warning-icon{color:var(--warning-color);font-size:1.25rem;flex-shrink:0}.reviewer-warning span{color:var(--text-primary);font-size:.95rem}.reviewer-count{font-size:.85rem;color:var(--text-secondary);margin-left:.5rem;font-weight:400}.reviewer-count.warning{color:var(--warning-color);font-weight:500}.reviewer-count.success{color:var(--success-color)}.add-reviewer-button.primary-button{background-color:var(--primary-color);color:#fff;position:relative}.add-reviewer-button.primary-button:hover{background-color:var(--primary-color-dark)}.add-reviewer-button.primary-button:after{content:"· Required";font-size:.75rem;margin-left:5px;font-weight:400}.status-update-warning p{margin-bottom:.75rem;line-height:1.5}.status-update-warning p:last-child{margin-bottom:0}.status-update-warning p strong{color:var(--warning-color)}.form-section{background-color:var(--background-primary);border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.form-section .section-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);font-size:1.25rem;color:var(--heading-text);position:relative}.form-section .section-title .section-icon{color:var(--primary-color);font-size:1.5rem}.form-section .section-title .toggle-button{position:absolute;right:0;background:none;border:none;padding:.5rem;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center}.form-section .section-title .toggle-button:hover{color:var(--primary-color)}.form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.form-section .form-row{grid-template-columns:1fr;gap:1rem}}.article-content .article-section.form-section{background-color:var(--background-primary);border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.article-content .article-section.form-section:last-child{margin-bottom:0}.article-content .article-section.form-section h2.section-title{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:var(--heading-text)}.article-content .article-section.form-section h2.section-title:after{content:none}.article-content .article-section.form-section h2.section-title .section-icon{color:var(--primary-color);font-size:1.5rem}.reviewers-section .section-header{cursor:pointer}.reviewers-section .section-header h2.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;width:100%}.subsection-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;color:var(--heading-text)}.subsection-title .subsection-icon{color:var(--primary-color);font-size:1.2rem}.reviewers-table{width:100%;border-collapse:separate;border-spacing:0}.reviewers-table th{background-color:var(--background-tertiary);padding:.75rem 1rem;text-align:left;font-weight:500;color:var(--text-primary);font-size:.9rem;border-bottom:1px solid var(--border-color)}.reviewers-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-color-light);color:var(--text-secondary)}.reviewers-table td .reviewer-name-cell{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:500}.reviewers-table td .reviewer-name-cell .reviewer-icon{color:var(--primary-color);font-size:1.1rem}.reviewers-table tr:last-child td{border-bottom:none}.reviewers-table .reviewer-comment{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-muted);font-style:italic}
