.modal-overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-box{background-color:#16213e;border:1px solid #0f3460;border-radius:8px;width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{color:#fff;margin:0}.modal-close-button{color:#e0e0e0;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.modal-close-button:hover{color:#fff}.form-field{flex-direction:column;margin-bottom:1rem;display:flex}.form-field label{color:#e0e0e0;margin-bottom:.4rem;font-size:.9rem}.form-field input,.form-field select,.form-field textarea{color:#e0e0e0;background-color:#0f3460;border:1px solid #533483;border-radius:4px;padding:.5rem .75rem;font-size:.9rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#a78bfa;outline:none}.form-field textarea{resize:vertical;min-height:80px}.form-buttons{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.form-buttons button{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1.5rem;font-size:.9rem}.button-submit{color:#fff;background-color:#533483}.button-submit:hover{background-color:#6a45a0}.button-cancel{color:#e0e0e0;background-color:#0f3460;border:1px solid #533483!important}.button-cancel:hover{background-color:#16213e}.card-overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.card-box{background-color:#16213e;border:1px solid #0f3460;border-radius:8px;flex-direction:column;width:550px;max-height:85vh;display:flex;overflow:hidden}.card-header{border-bottom:1px solid #0f3460;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.card-header h2{color:#fff;margin:0;font-size:1rem}.card-close-button{color:#e0e0e0;cursor:pointer;background:0 0;border:none;font-size:1.25rem}.card-close-button:hover{color:#fff}.card-body{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.card-field{align-items:flex-start;gap:1rem;display:flex}.card-label{color:#a0aec0;flex-shrink:0;width:130px;font-size:.85rem}.card-value{color:#e0e0e0;word-break:break-word;font-size:.9rem}.card-value a{color:#a78bfa;text-decoration:none}.card-value a:hover{text-decoration:underline}.card-notes .card-value{white-space:pre-wrap}.card-footer{border-top:1px solid #0f3460;flex-shrink:0;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.card-footer button{color:#e0e0e0;cursor:pointer;background-color:#0f3460;border:1px solid #533483;border-radius:4px;justify-content:flex-end;margin-right:1rem;padding:.5rem 1.5rem;font-size:.9rem;display:flex}.card-close-btn:hover{background-color:#16213e}.card-history-section{border-top:1px solid #0f3460;flex-direction:column;width:100%;margin-top:1.25rem;padding-top:1.25rem;display:flex}.history-title{color:#fff;margin:0 0 .75rem;font-size:.95rem}.history-status-text,.no-history-msg{color:#a0aec0;margin:0;font-size:.85rem;font-style:italic}.history-timeline{border-left:2px solid #0f3460;flex-direction:column;gap:.75rem;margin-left:.25rem;padding-left:.75rem;display:flex}.history-timeline-item{align-items:flex-start;display:flex;position:relative}.history-timeline-item:before{content:"";background-color:#a78bfa;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;left:-15px}.history-item-date{color:#a0aec0;flex-shrink:0;width:100px;font-size:.8rem}.history-item-event{color:#e0e0e0;word-break:break-word;flex-grow:1;font-size:.85rem}.application-table-container h2{color:#fff;margin-bottom:1rem}.application-table-container{margin:1rem 0;overflow-x:auto}.application-table{border-collapse:collapse;color:#e0e0e0;background-color:#16213e;width:100%;font-size:.9rem}.application-table thead tr{color:#fff;text-align:left;background-color:#533483}.application-table th,.application-table td{white-space:nowrap;text-overflow:ellipsis;border:1px solid #0f3460;max-width:150px;padding:.75rem 1rem;overflow:hidden}.application-table th{font-weight:600}.application-table tbody tr:nth-child(odd){background-color:#16213e}.application-table tbody tr:nth-child(2n){background-color:#1e2d4a}.application-table tbody tr:hover{background-color:#0f3460}.no-applications{text-align:center;color:#888;padding:2rem}.application-table-row{border-left:4px solid #0000;transition:background-color .2s,border-left .2s}.application-table-row.highlight-inactive{background-color:#d9770640!important;border-left:4px solid #d97706!important}.application-table-row.highlight-inactive td{color:#fef3c7}.application-table-row.highlight-inactive:hover{background-color:#d9770666!important}*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background-color:#1a1a2e;min-height:100vh;font-family:Arial,sans-serif}.app-container{padding:0}.app-header{background-color:#16213e;border-bottom:2px solid #0f3460;width:100%;padding:1rem 2rem}.app-title{color:#e0e0e0;text-align:left;margin:0;font-size:1.8rem}.app-toolbar{background-color:#0f3460;border-bottom:2px solid #533483;align-items:center;gap:1rem;width:100%;padding:.75rem 2rem;display:flex}.app-toolbar button{color:#fff;cursor:pointer;background-color:#533483;border:none;border-radius:4px;padding:.5rem 1.25rem;font-size:.9rem}.app-toolbar button:hover{background-color:#6a45a0}.app-content{padding:1.5rem 2rem}
