.module-main .records-list{display:flex;flex-direction:column;height:100%}.view-tabs{display:flex;gap:.5rem;padding:0 1rem;margin-bottom:1rem;border-bottom:2px solid #e0e0e0}.tab-btn{padding:.8rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#666;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500;white-space:nowrap}.tab-btn:hover{color:rgb(50,47,57);background:rgba(50,47,57,.05)}.tab-btn.active{color:rgb(50,47,57);border-bottom-color:rgb(50,47,57);background:rgba(50,47,57,.1)}.filter-bar{display:flex;gap:1rem;margin:0 1rem 1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.filter-select{padding:.6rem 1rem;border:1px solid #ddd;border-radius:5px;background:white;font-size:.9rem;cursor:pointer;transition:border-color .3s ease}.filter-select:focus,.filter-select:hover{border-color:rgb(50,47,57)}.filter-select:focus{outline:none;box-shadow:0 0 0 3px rgba(50,47,57,.1)}.ticket-number{font-family:monospace;font-size:.85rem;color:#666}.ticket-title{max-width:300px}.ticket-title strong{display:block;margin-bottom:.25rem;color:#333}.ticket-meta{font-size:.85rem;color:#666}.comment-count{margin-left:.5rem;padding:.1rem .3rem;background:#f0f0f0;border-radius:10px;font-size:.8rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.priority-urgent{background:#fee;color:#d00}.priority-high{background:#fff4e6;color:#e65100}.priority-medium{background:#fffde7;color:#f57c00}.priority-low{background:#e8f5e9;color:#2e7d32}.status-open{background:#e3f2fd;color:#1565c0}.status-progress{background:#f3e5f5;color:#7b1fa2}.status-resolved{background:#e8f5e9;color:#2e7d32}.status-closed{background:#f5f5f5;color:#616161}.action-buttons{display:flex;gap:.5rem}.btn-action{padding:.4rem .8rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.btn-view{background:#e3f2fd;color:#1565c0}.btn-view:hover{background:#1565c0;color:white}.btn-edit{background:#e8f5e9;color:#2e7d32}.btn-edit:hover{background:#2e7d32;color:white}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal{background:white;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-large{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;color:#333;font-size:1.5rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f5f5f5;color:#333}.modal form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:rgb(50,47,57);box-shadow:0 0 0 3px rgba(50,47,57,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.ticket-number-detail{font-family:monospace;font-size:.9rem;color:#666;margin-left:.5rem}.ticket-detail-controls{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.control-group{display:flex;flex-direction:column}.control-group label{font-size:.85rem;font-weight:500;color:#666;margin-bottom:.5rem}.control-group select{padding:.6rem;border:1px solid #ddd;border-radius:6px;background:white;font-size:.9rem}.ticket-description{padding:1.5rem;border-bottom:1px solid #e0e0e0}.ticket-description h4{margin-bottom:1rem;color:#333}.ticket-description p{line-height:1.6;color:#555;white-space:pre-wrap}.comments-section{padding:1.5rem}.comments-section h4{margin-bottom:1rem;color:#333}.comment-form{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.comment-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;resize:vertical;font-family:inherit;font-size:.95rem}.comment-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.internal-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer}.internal-checkbox input{cursor:pointer}.comments-list{max-height:400px;overflow-y:auto}.comment{padding:1rem;margin-bottom:1rem;background:white;border:1px solid #e0e0e0;border-radius:8px}.internal-comment{background:#fffde7;border-color:#ffc107}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.comment-header strong{color:#333}.internal-badge{padding:.2rem .5rem;background:#ffc107;color:#795548;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.comment-date{margin-left:auto;font-size:.85rem;color:#999}.comment-text{line-height:1.6;color:#555}.error-message,.loading{padding:2rem;text-align:center;color:#666}.error-message{color:#d32f2f;background:#ffebee;border-radius:8px}.text-center{text-align:center;color:#999;padding:2rem}.config-section{padding:2rem}.config-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.config-header h4{margin:0 0 .5rem;color:#333;font-size:1.25rem}.config-header p{margin:0;color:#666;font-size:.9rem}.add-item-form{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.form-row{display:flex;gap:1rem;align-items:center}.form-row input{flex:1 1;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem}.form-row input[type=color]{flex:none;width:60px;height:44px;padding:4px;cursor:pointer}.config-list{display:flex;flex-direction:column;gap:.75rem}.config-item{display:flex;justify-content:between;align-items:center;padding:1rem 1.5rem;background:white;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease}.config-item:hover{border-color:rgb(50,47,57);box-shadow:0 2px 8px rgba(50,47,57,.1)}.config-item span{flex:1 1;color:#333;font-weight:500}.priority-item,.status-item{display:flex;justify-content:space-between;align-items:center}.priority-info,.status-info{display:flex;align-items:center;gap:1rem;flex:1 1}.priority-badge,.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:white}.priority-value,.status-value{color:#666;font-size:.85rem;font-family:monospace}.btn-delete{background:#ffebee;color:#c62828;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:700;transition:all .2s ease}.btn-delete:hover{background:#c62828;color:white;transform:scale(1.1)}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.team-card{background:white;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.team-card:hover{border-color:rgb(50,47,57);box-shadow:0 4px 12px rgba(50,47,57,.15);transform:translateY(-2px)}.team-header{justify-content:space-between;margin-bottom:1rem}.team-header,.team-info{display:flex;align-items:flex-start}.team-info{gap:1rem;flex:1 1}.team-color{width:4px;height:60px;border-radius:2px;flex-shrink:0}.team-info h4{margin:0 0 .5rem;color:#333;font-size:1.1rem}.team-info p{margin:0;color:#666;font-size:.9rem;line-height:1.4}.team-actions{display:flex;gap:.5rem}.team-stats{display:flex;gap:2rem;margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.stat{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:rgb(50,47,57);line-height:1}.stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.team-members{border-top:1px solid #e0e0e0;padding-top:1rem}.member{padding:.5rem 0;color:#555;font-size:.9rem}.member.lead{color:rgb(50,47,57);font-weight:500}.member.more{color:#999;font-style:italic}.unassigned-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.unassigned-section h4{margin-bottom:1rem;color:#333}.unassigned-users{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.user-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:white;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease}.user-card:hover{border-color:rgb(50,47,57);box-shadow:0 2px 8px rgba(50,47,57,.1)}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-info strong{color:#333}.user-info span{color:#666;font-size:.85rem}.user-card select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background:white;cursor:pointer}.team-details{padding:1.5rem}.team-info-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.team-info-section h4{margin-bottom:1rem;color:#333}.team-info-section p{margin:.5rem 0;color:#555}.team-members-section h4{margin-bottom:1rem;color:#333}.members-list{display:flex;flex-direction:column;gap:1rem}.member-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.member-info{display:flex;flex-direction:column;gap:.25rem}.member-info strong{color:#333}.member-info span{color:#666;font-size:.85rem}.role-badge{background:rgb(50,47,57);color:white;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.btn-secondary{background:#6c757d;color:white;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s ease}.btn-secondary:hover{background:#5a6268}