*{box-sizing:border-box}body{margin:0;border:none;background:#23272f;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.4;color:#333}.main-content-area{background:#fff;min-height:100%}.tab-content{animation:fadeIn .3s ease}.action-buttons{display:flex;gap:.5rem;align-items:center;justify-content:center}.action-buttons.left-aligned{justify-content:flex-start}.action-buttons.right-aligned{justify-content:flex-end}.action-buttons.responsive-wrap{flex-wrap:wrap}@media (max-width: 768px){.action-buttons.responsive-wrap{justify-content:center;width:100%}}.filters-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.filters-section h3{margin:0 0 1rem;color:#333;font-size:1.2rem;font-weight:600}.filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filters-section .filters-grid .filter-group{display:flex;flex-direction:column}.filters-section .filters-grid .filter-group label{font-weight:500;color:#555;margin-bottom:.5rem;font-size:.9rem}.filters-section .filters-grid .filter-group .filter-input,.filters-section .filters-grid .filter-group .filter-select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;transition:border-color .3s ease,box-shadow .3s ease}.filters-section .filters-grid .filter-group .filter-input:focus,.filters-section .filters-grid .filter-group .filter-select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.filters-section .filters-grid .filter-group .filter-input:disabled,.filters-section .filters-grid .filter-group .filter-select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}@media (max-width: 768px){.filters-section .filters-grid{grid-template-columns:1fr}}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;line-height:1}.badge.badge-primary{background:#e3f2fd;color:#1976d2}.badge.badge-success{background:#e8f5e8;color:#388e3c}.badge.badge-warning{background:#fff3cd;color:#f57c00}.badge.badge-danger{background:#ffebee;color:#d32f2f}.badge.badge-secondary{background:#f5f5f5;color:#666}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.card.bordered{border:1px solid #e0e0e0;box-shadow:none}.card.elevated{box-shadow:0 2px 8px #00000026}.section-divider{margin:3rem 0 2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{font-weight:500;color:#555;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.form-group .error-message{color:#d32f2f;font-size:.8rem;margin-top:.25rem}.form-group .help-text{color:#666;font-size:.8rem;margin-top:.25rem}.loading-overlay{position:relative}.loading-overlay:after{content:"";position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.m-0{margin:0}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}.w-full{width:100%}.h-full{height:100%}.text-primary{color:#1976d2}.text-success{color:#388e3c}.text-warning{color:#f57c00}.text-danger{color:#d32f2f}.text-muted{color:#666}.bg-primary{background-color:#1976d2}.bg-success{background-color:#388e3c}.bg-warning{background-color:#f57c00}.bg-danger{background-color:#d32f2f}.bg-light{background-color:#f8f9fa}@media (max-width: 768px){.mobile-hidden{display:none!important}.mobile-full-width{width:100%!important}}
