.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f9fafb;padding:20px}.auth-box{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;width:100%;max-width:420px;padding:40px;animation:fadeInScale .4s ease forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.auth-header{text-align:center;margin-bottom:32px}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:24px}.voloai-logo-main{height:40px;width:auto;margin-top:8px}.logo-separator{font-size:2.5rem;color:#d1d5db;font-weight:100;line-height:1;margin-bottom:10px}.israir-logo-main{height:32px;width:auto;margin-left:12px}.auth-header h1{font-size:32px;font-weight:700;color:#f4442e;margin:0 0 8px}.auth-header h2{font-size:20px;font-weight:600;color:#2d3748;margin:0}.error-message{background:#ffebe8;color:#c53030;padding:12px 16px;border-radius:4px;margin-bottom:0;font-size:14px;border-left:4px solid #f4442e}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333c4e}.form-group input{padding:12px 16px;font-size:15px;border:2px solid #dfe1e6;border-radius:4px;transition:border-color .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:#f4442e}.form-group input:disabled{background:#f4f5f7;cursor:not-allowed}.submit-btn{padding:12px 24px;font-size:16px;font-weight:600;background:#f4442e;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;margin-top:8px}.submit-btn:hover:not(:disabled){background:#d63a24}.submit-btn:disabled{background:#a5adba;cursor:not-allowed}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:#5e6c84}.auth-footer a{color:#f4442e;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-box{padding:24px}.auth-header h1{font-size:28px}.auth-header h2{font-size:18px}}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:200px;background:#fdfdfd;color:#2d3748;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000d;border-right:1px solid #e0e0e0}.sidebar-header{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;background:#fff}.logo-container{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:0}.voloai-logo-main{height:50px;width:auto}.logo-separator{font-size:2rem;color:#d1d5db;font-weight:100;line-height:1}.israir-logo-main{height:28px;width:auto}.sidebar-header h2{font-size:24px;font-weight:600;margin:0}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;transition:background-color .2s;color:#5e6c84}.nav-item:hover{background-color:#f0f0f0;color:#2d3748}.nav-item.active{background-color:#fce8e6;color:#c53030;border-left:3px solid #E53E3E}.nav-item svg{flex-shrink:0;width:18px;height:18px}.nav-item span{font-size:15px;font-weight:500}.sidebar-update{padding:12px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:8px}.update-button-sidebar{width:100%;background:#e53e3e;color:#fff;border:none;border-radius:6px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;position:relative}.update-button-sidebar:hover:not(:disabled){background:#c53030;transform:translateY(-1px)}.update-button-sidebar:active:not(:disabled){transform:translateY(0)}.update-button-sidebar:disabled{background:#718096;cursor:not-allowed}.update-button-sidebar.loading{background:#718096}.update-button-sidebar.loading:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.last-updated-sidebar{font-size:11px;color:#5e6c84;text-align:center;margin:0}.unified-info-box{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px;margin-top:4px;display:flex;flex-direction:column;gap:8px}.data-scope-info{margin:0;padding:0;background:transparent;border:none}.data-scope-header{font-size:10px;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;text-align:center}.data-scope-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:11px}.data-scope-item:not(:last-child){border-bottom:1px solid #e2e8f0}.data-scope-label{color:#718096;font-weight:500}.data-scope-value{color:#2d3748;font-weight:600;padding:2px 6px;border-radius:3px;font-size:10px}.sidebar-footer{padding:12px;border-top:1px solid #e0e0e0;display:flex;align-items:center;gap:8px}.user-avatar{width:32px;height:32px;border-radius:50%;background:#e53e3e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.user-details{flex:1;overflow:hidden}.user-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:11px;color:#5e6c84;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-logo{display:flex;align-items:center;margin-top:2px}.israir-logo-sidebar{height:16px;width:auto;opacity:.8}.logout-btn{display:flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:none;border-radius:4px;color:#5e6c84;cursor:pointer;transition:all .2s;flex-shrink:0}.logout-btn:hover{background:#f0f0f0;color:#2d3748}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f9fafb}.content-header{padding:24px 32px;background:#fff;border-bottom:1px solid #e0e0e0}.content-header h1{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 4px}.content-header p{font-size:14px;color:#5e6c84;margin:0}.canvas{flex:1;padding:0;overflow-y:auto;background:#f9fafb}@media (max-width: 768px){.sidebar{width:240px}.canvas{padding:0}.content-header{padding:16px 24px}}.smart-solve-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.smart-solve-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;max-width:1000px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.smart-solve-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:8px 8px 0 0}.smart-solve-header-content{display:flex;align-items:flex-start;gap:16px;flex:1}.smart-solve-icon{font-size:24px;color:#ef4444;margin-top:2px}.smart-solve-header h2{margin:0 0 6px;font-size:20px;font-weight:700;color:#0f172a}.smart-solve-issue-summary{margin:0;font-size:13px;color:#64748b;line-height:1.5;max-width:700px}.smart-solve-close{background:transparent;border:none;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:16px;transition:all .2s ease;flex-shrink:0}.smart-solve-close:hover{background:#f1f5f9;color:#0f172a}.smart-solve-body{padding:24px;overflow-y:auto;overflow-x:hidden;flex:1;background:#fafbfc}.smart-solve-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#c53030;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.smart-solve-loading p{color:#64748b;font-size:16px;font-weight:500}.smart-solve-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px;color:#ef4444}.smart-solve-error svg{font-size:48px}.smart-solve-error p{font-size:16px;font-weight:500}.solutions-grid{display:grid;gap:16px}.solutions-grid.solutions-count-1{grid-template-columns:1fr;max-width:600px;margin:0 auto}.solutions-grid.solutions-count-2{grid-template-columns:repeat(2,1fr)}.solutions-grid.solutions-count-3{grid-template-columns:repeat(3,1fr)}.solution-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.solution-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.solution-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.solution-number{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.solution-title{font-size:18px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.solution-description{font-size:13px;color:#64748b;line-height:1.6;margin:0}.impact-section{background:#f8fafc;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.impact-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 8px}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.impact-metric{display:flex;align-items:center;gap:10px;background:#fff;padding:12px;border-radius:8px;border:1px solid #e2e8f0}.impact-metric-icon{font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#00000008}.impact-metric-content{flex:1;min-width:0}.impact-metric-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:2px}.impact-metric-value{font-size:18px;font-weight:700;line-height:1}.impact-summary{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid #e2e8f0}.impact-summary-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#475569}.impact-summary-icon{font-size:14px}.impact-summary-icon.success{color:#10b981}.impact-summary-icon.warning{color:#f59e0b}.changes-section{display:flex;flex-direction:column;gap:12px}.changes-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0}.change-item{background:#f8fafc;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.aircraft-swap-header{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;margin-bottom:12px}.aircraft-swap-item{flex:1;min-width:0}.aircraft-swap-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:6px}.aircraft-swap-value{font-size:14px;font-weight:700;color:#0f172a;word-wrap:break-word}.aircraft-swap-value.old{color:#64748b}.aircraft-swap-value.new{color:#ef4444}.aircraft-model{font-size:12px;font-weight:500;color:#64748b}.aircraft-swap-arrow{font-size:20px;color:#cbd5e1;flex-shrink:0}.change-details{display:flex;flex-direction:column;gap:8px}.change-details-label{font-size:11px;font-weight:600;color:#64748b;margin-bottom:4px}.flights-list{display:flex;flex-direction:column;gap:6px}.flight-item{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;font-size:12px}.flight-item-id{font-weight:600;color:#0f172a;min-width:80px}.flight-item-route{color:#64748b;flex:1;min-width:0}.flight-item-times{color:#94a3b8;font-size:11px;white-space:nowrap}.no-solutions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;text-align:center}.no-solutions-icon{font-size:48px;color:#cbd5e1}.no-solutions h3{margin:0;font-size:18px;font-weight:600;color:#475569}.no-solutions p{margin:0;font-size:14px;color:#94a3b8;max-width:400px}@media (max-width: 1400px){.solutions-grid.solutions-count-3{grid-template-columns:repeat(2,1fr)}.solutions-grid.solutions-count-3 .solution-card:last-child{grid-column:1 / -1}}@media (max-width: 1024px){.smart-solve-modal{max-width:95%}.smart-solve-header{padding:18px 20px}.smart-solve-body{padding:20px}.solutions-grid{gap:16px}.solutions-grid.solutions-count-2,.solutions-grid.solutions-count-3{grid-template-columns:1fr}.solutions-grid.solutions-count-3 .solution-card:last-child{grid-column:auto}.solutions-grid.solutions-count-1{max-width:100%}.impact-grid{grid-template-columns:1fr}}@media (max-width: 768px){.smart-solve-overlay{padding:10px}.smart-solve-modal{max-height:95vh}.smart-solve-header{padding:16px 18px}.smart-solve-header-content{gap:12px}.smart-solve-icon{font-size:20px}.smart-solve-header h2{font-size:18px}.smart-solve-issue-summary{font-size:12px}.smart-solve-body{padding:16px}.solutions-grid{gap:12px}.solution-card{padding:16px}.solution-title{font-size:16px}.impact-metric{padding:10px}.impact-metric-value{font-size:16px}}.issues-page{width:100%;max-width:80%;margin:0 auto;padding:24px 32px;box-sizing:border-box;overflow:visible;position:relative}.filters-section{position:sticky;top:0;z-index:50;background:#fafbfcf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin:0 -32px 24px;padding:16px 32px;border-bottom:1px solid rgba(226,232,240,.8)}.filters-container{display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap}.filter-category{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{height:32px;padding:0 12px;border-radius:6px;font-size:13px;font-weight:500;color:#64748b;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.filter-pill:hover{border-color:#cbd5e1;color:#475569;transform:translateY(-1px);box-shadow:0 2px 4px #00000005}.filter-pill.active{background:#334155;color:#fff;border-color:#334155;box-shadow:0 2px 4px #33415533}.pill-count{background:#f1f5f9;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600;color:#64748b;min-width:16px;text-align:center}.filter-pill.active .pill-count{background:#fff3;color:#fff}.filter-select-wrapper{position:relative;width:240px}.filter-select-wrapper:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;pointer-events:none}.filter-select{width:100%;height:32px;padding:0 36px 0 12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease}.filter-select:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #00000005}.filter-select:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.filter-pill.severity-critical.active{background:#ef4444;border-color:#ef4444}.filter-pill.severity-high.active{background:#f97316;border-color:#f97316}.filter-pill.severity-medium.active{background:#eab308;border-color:#eab308}.filter-pill.severity-low.active{background:#22c55e;border-color:#22c55e}.issues-table-container{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;position:relative;padding-bottom:500px;margin-bottom:-500px}.issues-table{width:100%;border-collapse:collapse;font-size:13px;min-width:600px;overflow:visible}.issues-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:10;overflow:visible}.issues-table thead tr{overflow:visible}.issues-table th{text-align:left;padding:16px 20px;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.issues-table th:nth-child(1){width:5%;min-width:60px;text-align:center}.issues-table th:nth-child(2){width:40%;min-width:280px}.issues-table th:nth-child(3){width:30%;min-width:180px}.issues-table th:nth-child(4){width:15%;min-width:120px}.issues-table th:nth-child(5){width:10%;min-width:100px;text-align:center}.issue-header-cell{vertical-align:top;position:relative;overflow:visible}.issue-header-title{margin-bottom:0}.issue-header-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;overflow:visible;z-index:1}.issue-header-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.issue-filter-button{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:0;transition:all .15s ease}.issue-filter-button:hover{color:#64748b}.issue-filter-button.active,.issue-filter-button.open{color:#0f172a}.issue-filter-icon{width:14px;height:14px;font-size:14px}.issue-filter-dropdown{position:absolute;top:100%;left:0;margin-top:8px;z-index:1000;min-width:220px;width:auto;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;overflow:visible;max-height:none;height:auto;will-change:transform}.issue-filter-options{padding:4px;display:flex;flex-direction:column;gap:2px;overflow:visible;max-height:none}.issue-filter-option{display:flex;align-items:flex-start;width:100%;padding:10px 12px;border-radius:6px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:500;color:#1e293b;text-align:left;transition:all .15s ease}.issue-filter-option:hover{background:#f8fafc}.issue-filter-option.active{background:#0f172a;color:#fff;font-weight:600}.issue-filter-option.active.severity-high{background:#ef4444;color:#fff}.issue-filter-option.active.severity-medium{background:#f97316;color:#fff}.issue-filter-option.active.severity-low{background:#22c55e;color:#fff}.issue-filter-option-check{display:none}.issue-filter-option-label{flex:1;line-height:1.4}.issue-filter-option-count{margin-left:8px;margin-top:1px;padding:2px 8px;border-radius:12px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:600;min-width:24px;text-align:center;flex-shrink:0}.issue-filter-option.active .issue-filter-option-count{background:#ffffff40;color:#fff}.issue-filter-actions{display:flex;justify-content:space-between;gap:8px;padding:8px;border-top:1px solid #f1f5f9;background:#fafbfc}.issue-filter-action-btn{flex:1;height:32px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid #e2e8f0;cursor:pointer;background:#fff;color:#64748b;transition:all .15s ease}.issue-filter-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.issue-filter-action-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}.issue-filter-action-btn.primary:hover{background:#1e293b;border-color:#1e293b}.sort-header-button{display:inline-flex;align-items:center;gap:6px;padding:0;border-radius:0;border:none;background:transparent;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .15s ease}.sort-header-button:hover,.sort-header-button.active{color:#0f172a}.sort-icon{font-size:12px;margin-left:6px;opacity:.4;transition:opacity .15s ease}.sort-icon.active{opacity:1}.issues-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .15s ease;border-left:3px solid transparent}.issues-table tbody tr:hover{background:#fafbfc}.issue-row-critical{border-left-color:#ef4444}.issue-row-high{border-left-color:#f97316}.issue-row-medium{border-left-color:#eab308}.issue-row-low{border-left-color:#22c55e}.issues-table td{padding:18px 20px;color:#1e293b;vertical-align:middle}.issue-main-cell{padding-top:14px;padding-bottom:14px}.issue-main-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.subcategory-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:none;background:#e5e7eb;color:#111827}.issue-main-summary{font-size:13px;color:#475569;line-height:1.6;margin-top:4px}.entities-cell{width:25%;min-width:150px}.affected-entities{display:flex;flex-wrap:wrap;gap:4px;max-width:100%}.entity-flight{background:#eff6ff;border-color:#dbeafe;color:#2563eb}.entity-aircraft{background:#f5f3ff;border-color:#ede9fe;color:#7c3aed}.entity-airport{background:#fff7ed;border-color:#ffedd5;color:#ea580c}.entity-more{background:#f1f5f9;color:#64748b;border-style:dashed;font-weight:600}.entity-badge.has-tooltip{position:relative;cursor:help}.flight-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:12px 14px;background:#fff;color:#1e293b;border-radius:8px;border:1px solid #e2e8f0;font-size:11px;white-space:nowrap;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;min-width:180px}.flight-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff;filter:drop-shadow(0 2px 2px rgba(0,0,0,.05))}.flight-tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:#e2e8f0;margin-top:-1px;z-index:-1}.entity-badge.has-tooltip:hover .flight-tooltip{opacity:1;pointer-events:auto}.flight-tooltip-header{font-weight:600;font-size:12px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0;color:#0f172a}.flight-tooltip-row{display:flex;justify-content:space-between;gap:16px;margin-bottom:6px;align-items:center}.flight-tooltip-row:last-child{margin-bottom:0}.flight-tooltip-label{color:#64748b;font-weight:500;font-size:11px}.flight-tooltip-value{color:#1e293b;font-weight:600;font-size:11px}.date-cell{font-size:12px;color:#475569;white-space:nowrap;width:140px;min-width:100px}.action-header-cell{width:60px;min-width:60px;text-align:center}.action-cell{width:60px;min-width:60px;text-align:center;padding:12px 8px!important}.smart-solve-button{background:#ef4444;border:none;width:36px;height:36px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:15px;transition:all .2s ease;box-shadow:0 1px 3px #ef44444d}.smart-solve-button:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef444466}.smart-solve-button:active{transform:translateY(0);box-shadow:0 1px 3px #ef44444d}.severity-cell{width:110px;min-width:90px;text-align:center}.severity-badge{display:inline-block;font-size:10px;font-weight:600;padding:4px 10px;border-radius:4px;color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;position:relative;cursor:help}.severity-badge:hover{opacity:.9;transform:scale(1.05);transition:all .2s ease}.no-issues,.loading-state{text-align:center;padding:64px;background:#fff;border-radius:12px;border:1px dashed #e2e8f0;color:#64748b}.error-banner{background:#fef2f2;border:1px solid #fee2e2;color:#ef4444;padding:12px 16px;border-radius:6px;margin-bottom:24px;font-size:14px}@media (max-width: 1600px){.issues-table th:nth-child(1){min-width:60px}.issues-table th:nth-child(2){min-width:240px}.issues-table th:nth-child(3){min-width:160px}.issues-table th:nth-child(4){min-width:110px}.issues-table th:nth-child(5){min-width:90px}.entities-cell{min-width:140px}.date-cell{min-width:90px;width:auto}.severity-cell{min-width:80px}}@media (max-width: 1400px){.affected-entities{max-width:100%}.issues-table th:nth-child(1){min-width:60px}.issues-table th:nth-child(2){min-width:220px}.issues-table th:nth-child(3){min-width:140px}.issues-table th:nth-child(4){min-width:100px}.issues-table th:nth-child(5){min-width:85px}}@media (max-width: 1200px){.issues-page{max-width:95%;padding:20px 24px}.issues-table th:nth-child(1){min-width:60px}.issues-table th:nth-child(2){min-width:200px}.issues-table th:nth-child(3){min-width:130px}.issues-table th:nth-child(4){min-width:100px}.issues-table th:nth-child(5){min-width:85px}.entities-cell{min-width:120px}.date-cell{min-width:85px;font-size:11px}.severity-cell{min-width:75px}.issue-main-summary{font-size:12px}.entity-badge{font-size:9px;padding:2px 5px}}@media (max-width: 1024px){.issues-page{max-width:100%;padding:16px 20px}.filters-section{margin:0 -20px 24px;padding:16px 20px}.issues-table-container{overflow-x:auto;overflow-y:visible;margin:0 -20px;border-radius:0;border-left:none;border-right:none}.issues-table{min-width:750px}.issues-table th:nth-child(1){min-width:60px}.issues-table th:nth-child(2){min-width:180px}.issues-table th:nth-child(3){min-width:120px}.issues-table th:nth-child(4){min-width:90px}.issues-table th:nth-child(5){min-width:80px}.action-cell{padding:10px 6px!important}.smart-solve-button{width:32px;height:32px;font-size:14px}.issues-table th,.issues-table td{padding:12px 16px}.entities-cell{min-width:110px}.date-cell{min-width:80px}.severity-cell{min-width:70px}.issue-header-label-row{flex-wrap:wrap;gap:4px}.issue-filter-dropdown{min-width:200px;max-width:320px}}@media (max-width: 768px){.issues-page{padding:12px 16px}.filters-section{position:static;margin:0 0 16px;padding:0;background:transparent;border:none}.filters-container{flex-direction:column;gap:20px;background:#fff;padding:16px;border-radius:8px;border:1px solid #e2e8f0}.filter-select-wrapper{width:100%}.issues-table-container{margin:0 -16px;border-left:none;border-right:none}.issues-table{font-size:12px;min-width:650px}.issues-table th{font-size:10px;padding:12px}.issues-table td{padding:12px}.issues-table th:nth-child(1){min-width:50px}.issues-table th:nth-child(2){min-width:160px}.issues-table th:nth-child(3){min-width:100px}.issues-table th:nth-child(4){min-width:80px}.issues-table th:nth-child(5){min-width:70px}.action-cell{padding:8px 6px!important}.smart-solve-button{width:28px;height:28px;font-size:12px}.entities-cell{min-width:100px}.date-cell{min-width:70px;font-size:10px}.severity-cell{width:auto;min-width:65px}.severity-badge{font-size:9px;padding:3px 8px}.issue-main-summary{font-size:11px;line-height:1.5}.subcategory-badge{font-size:10px;padding:2px 6px}.entity-badge{font-size:8px;padding:1px 4px}.issue-filter-dropdown{min-width:180px;max-width:280px;right:0;left:auto}.issue-header-wrapper{width:100%}}@media (max-width: 480px){.issues-page{padding:8px 12px}.issues-table-container{margin:0 -12px}.issues-table{min-width:600px;font-size:11px}.issues-table th{font-size:9px;padding:10px 8px}.issues-table td{padding:10px 8px}.issues-table th:nth-child(1){min-width:45px}.issues-table th:nth-child(2){min-width:140px}.issues-table th:nth-child(3){min-width:90px}.issues-table th:nth-child(4){min-width:70px}.issues-table th:nth-child(5){min-width:60px}.action-cell{padding:6px 4px!important}.smart-solve-button{width:24px;height:24px;font-size:11px}.entities-cell{min-width:90px}.date-cell{min-width:60px;font-size:9px}.severity-cell{min-width:55px}.issue-main-summary{font-size:10px}.subcategory-badge{font-size:9px;padding:1px 5px}.entity-badge{font-size:7px;padding:1px 3px}}.reports-page{width:100%;max-width:1800px;margin:0 auto;padding:24px 32px;box-sizing:border-box}@media (max-width: 1920px){.reports-page{max-width:90%}}@media (max-width: 1600px){.reports-page{max-width:95%}}@media (max-width: 1366px){.reports-page{max-width:98%;padding:20px 24px}}.reports-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:0;gap:24px;border-bottom:2px solid #e2e8f0}.date-range-selector{display:flex;gap:12px;align-items:center;padding-bottom:12px;min-width:400px}.date-range-slider-container{display:flex;flex-direction:column;gap:8px;width:100%}.slider-labels{display:flex;justify-content:space-between;font-size:13px;font-weight:500;color:#1e293b}.slider-label-start,.slider-label-end{background:#f8fafc;padding:4px 12px;border-radius:4px;border:1px solid #e2e8f0}.slider-wrapper{position:relative;height:40px;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.slider-track{position:absolute;width:100%;height:6px;background:#e2e8f0;border-radius:3px}.slider-range{position:absolute;height:6px;background:#e53e3e;border-radius:3px;transition:left .05s ease,width .05s ease}.slider-handle{position:absolute;width:20px;height:20px;background:#fff;border:3px solid #E53E3E;border-radius:50%;transform:translate(-50%);cursor:grab;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;z-index:2}.slider-handle:hover{transform:translate(-50%) scale(1.2);box-shadow:0 3px 6px #00000026}.slider-handle:active{cursor:grabbing;transform:translate(-50%) scale(1.3);box-shadow:0 4px 8px #0003}.slider-handle-start,.slider-handle-end{z-index:3}@media (max-width: 1366px){.date-range-selector{min-width:350px}.slider-labels{font-size:12px}}@media (max-width: 1200px){.date-range-selector{min-width:300px}.slider-labels{font-size:11px}.slider-label-start,.slider-label-end{padding:3px 10px}}.reports-tabs{display:flex;gap:8px}.tab-button{padding:12px 24px;border:none;background:transparent;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-button:hover{color:#334155;background:#f8fafc}.tab-button.active{color:#1e293b;border-bottom-color:#e53e3e;font-weight:600}.reports-content{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.tab-content{display:flex;flex-direction:column;gap:32px}.reports-table-container{overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;font-size:14px}@media (max-width: 1366px){.reports-table{font-size:13px}.reports-table th{font-size:11px}}@media (max-width: 1200px){.reports-table{font-size:12px}.reports-table th{font-size:10px;padding:10px 12px}.reports-table td{padding:10px 12px}}.reports-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.reports-table th{padding:12px 16px;text-align:left;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.reports-table th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s;white-space:nowrap}.reports-table th.sortable-header:hover{background-color:#e2e8f0}.reports-table th.sortable-header .sort-icon{display:inline;margin-left:6px;font-size:10px;color:#64748b;vertical-align:baseline}.reports-table th.sortable-header:hover .sort-icon{color:#475569}.reports-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#1e293b}.reports-table tbody tr:hover{background:#f8fafc}.reports-table tbody tr:last-child td{border-bottom:none}.reports-table .percent{color:#64748b;font-size:12px}.loading-state,.error-banner{text-align:center;padding:48px;color:#64748b}.skeleton-line{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s ease-in-out infinite}.skeleton-title{border-radius:6px}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b}.pie-charts-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px;overflow:visible}.pie-chart-wrapper{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0;overflow:visible;display:flex;flex-direction:column;align-items:center;min-height:480px}.pie-chart-wrapper .recharts-wrapper{overflow:visible!important}.pie-chart-wrapper h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b;text-align:center}@media (max-width: 1600px){.pie-charts-container{gap:24px}.pie-chart-wrapper{padding:20px;min-height:440px}}@media (max-width: 1366px){.pie-charts-container{gap:20px}.pie-chart-wrapper{padding:16px;min-height:400px}.pie-chart-wrapper h3{font-size:14px;margin-bottom:12px}}@media (max-width: 1200px){.pie-charts-container{grid-template-columns:repeat(2,1fr);gap:24px}.pie-chart-wrapper{min-height:420px}}@media (max-width: 900px){.pie-charts-container{grid-template-columns:1fr;gap:20px}.pie-chart-wrapper{padding:20px;min-height:440px}}.heatmap-container{margin-top:48px}.nivo-heatmap-wrapper{width:100%;height:700px;min-height:500px}.heatmap-container h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b}@media (max-width: 1600px){.nivo-heatmap-wrapper{height:650px;min-height:450px}}@media (max-width: 1366px){.nivo-heatmap-wrapper{height:600px;min-height:400px}.heatmap-container h3{font-size:16px;margin-bottom:16px}}@media (max-width: 1200px){.nivo-heatmap-wrapper{height:550px}}.heatmap-note{padding:12px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:13px;margin-bottom:16px}.heatmap-table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.heatmap-table{width:100%;border-collapse:collapse;font-size:10px;min-width:400px}.heatmap-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.heatmap-table th{padding:4px 6px;text-align:center;font-weight:600;color:#475569;border-right:1px solid #e2e8f0;white-space:nowrap;font-size:10px}.heatmap-table th:first-child{text-align:left;position:sticky;left:0;background:#f8fafc;z-index:11}.heatmap-date-header{writing-mode:vertical-rl;text-orientation:mixed;height:40px;min-width:10px;width:10px;padding:1px 2px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;font-size:9px}.heatmap-date-header:hover{background-color:#e2e8f0}.heatmap-date-header.date-selected{background-color:#fef3c7;border:2px solid #f59e0b}.heatmap-table td{padding:0;text-align:center;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;min-width:10px;width:10px;height:10px;color:#fff;font-weight:500;font-size:0}.heatmap-row-label{position:sticky;left:0;background:#fff;z-index:5;font-weight:600;color:#1e293b;text-align:left;padding:2px 6px;border-right:2px solid #e2e8f0;font-size:10px;white-space:nowrap}.heatmap-cell{cursor:pointer;transition:opacity .2s}.heatmap-cell:hover{opacity:.8;box-shadow:inset 0 0 0 1px #0000004d}.heatmap-cell.date-selected{box-shadow:inset 0 0 0 2px #f59e0b;border:1px solid #f59e0b}.date-selection-hint{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;margin-bottom:12px;font-size:13px;color:#92400e}.apply-date-btn,.cancel-date-btn{padding:4px 12px;border:1px solid #f59e0b;border-radius:4px;background:#fff;color:#92400e;font-size:12px;cursor:pointer;transition:all .2s}.apply-date-btn{background:#f59e0b;color:#fff}.apply-date-btn:hover{background:#d97706}.cancel-date-btn:hover{background:#fef3c7}@media (max-width: 768px){.reports-page{max-width:100%;padding:16px}.reports-header{flex-direction:column;align-items:flex-start}.pie-charts-container{grid-template-columns:1fr}.heatmap-table-wrapper{overflow-x:scroll}}.coming-soon{display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 20px}.coming-soon-card{background:#fff;border-radius:16px;padding:60px 40px;text-align:center;max-width:500px;box-shadow:0 4px 20px #00000014}.coming-soon-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#e53e3e,#c53030);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:36px;box-shadow:0 4px 16px #e53e3e4d}.coming-soon h1{font-size:32px;font-weight:700;color:#2d3748;margin:0 0 16px}.coming-soon-description{font-size:16px;color:#718096;line-height:1.6;margin:0 0 32px}.coming-soon-badge{display:inline-block;padding:12px 32px;background:#fff5f5;color:#e53e3e;border:2px solid #FED7D7;border-radius:24px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.coming-soon-card{padding:40px 24px}.coming-soon-icon{width:60px;height:60px;font-size:28px}.coming-soon h1{font-size:24px}.coming-soon-description{font-size:14px}}.settings-page{width:100%;max-width:80%;margin:0 auto;padding:24px 32px;box-sizing:border-box}.settings-header{margin-bottom:32px}.settings-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.settings-subtitle{font-size:14px;color:#64748b;margin:0}.settings-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e2e8f0}.settings-tab{padding:12px 24px;font-size:14px;font-weight:600;color:#64748b;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.settings-tab:hover{color:#334155;background:#f1f5f980}.settings-tab.active{color:#1e293b;border-bottom-color:#e53e3e}.settings-error{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:24px}.settings-loading{padding:48px;text-align:center;color:#64748b}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-card{animation:fadeIn .3s ease-in}.skeleton-line{height:16px;background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s ease-in-out infinite}.skeleton-title{height:24px;width:60%;margin-bottom:12px}.skeleton-description{height:16px;width:100%;margin-bottom:16px}.skeleton-label{height:14px;width:80px;min-width:80px}.skeleton-value{height:14px;width:120px;flex:1}.skeleton-badge{height:28px;width:60px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.settings-content{margin-top:24px}.constraints-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.aircraft-grid{display:flex;flex-direction:column;gap:12px}.constraint-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.constraint-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.constraint-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.constraint-name{font-size:18px;font-weight:600;color:#1e293b;margin:0;flex:1}.constraint-penalty{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.constraint-description{font-size:14px;color:#475569;margin:0 0 16px;line-height:1.5}.constraint-details{display:flex;flex-direction:column;gap:12px}.constraint-detail-row{display:flex;gap:8px;font-size:13px}.constraint-origin-entities-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.constraint-detail-item{display:flex;gap:8px;flex:1}.constraint-detail-item:last-child{justify-content:flex-end;text-align:right}.constraint-detail-label{font-weight:600;color:#64748b;min-width:50px}.constraint-detail-value{color:#1e293b}.constraint-entities-badges{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.entity-badge{font-size:10px;padding:2px 6px;border-radius:3px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;white-space:nowrap}.entity-badge.entity-flight{background:#eff6ff;border-color:#dbeafe;color:#2563eb}.entity-badge.entity-aircraft{background:#f5f3ff;border-color:#ede9fe;color:#7c3aed}.entity-badge.entity-assignment{background:#f3e8ff;border-color:#e9d5ff;color:#9333ea}.entity-badge.entity-airport{background:#fff7ed;border-color:#ffedd5;color:#ea580c}.entity-badge.entity-none{background:#f1f5f9;color:#64748b;border-style:dashed}.constraint-parameters{margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0}.constraint-parameters-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.constraint-parameter{display:flex;align-items:center;gap:12px;font-size:12px;padding:8px 12px;background:#f8fafc;border-radius:6px}.constraint-parameter.has-dict{align-items:flex-start}.parameter-key{font-weight:600;color:#64748b;min-width:140px;flex-shrink:0;text-align:left;line-height:1.4}.parameter-value{color:#1e293b;font-family:Courier New,monospace;flex:1;word-break:break-word;text-align:right;line-height:1.4}.parameter-dict{display:flex;flex-direction:column;gap:6px;margin-top:0;width:100%}.parameter-dict-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;padding:4px 8px;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.parameter-dict-key{font-weight:600;color:#64748b;text-align:left}.parameter-dict-value{color:#1e293b;font-family:Courier New,monospace;text-align:right}.aircraft-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.aircraft-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.aircraft-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.aircraft-card-content{display:flex;gap:24px;align-items:flex-start}.aircraft-card-left{flex:1;min-width:0}.aircraft-card-right{flex-shrink:0;min-width:280px;max-width:350px}.aircraft-id{font-size:16px;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.aircraft-model{padding:2px 8px;background:#f1f5f9;border-radius:4px;font-size:11px;font-weight:600;color:#475569}.aircraft-details{display:flex;flex-direction:column;gap:6px}.aircraft-detail-row{display:flex;gap:8px;font-size:12px;line-height:1.4}.aircraft-detail-label{font-weight:600;color:#64748b;min-width:120px;flex-shrink:0}.aircraft-detail-value{color:#1e293b}.aircraft-feature{margin-top:4px}.feature-badge{display:inline-block;padding:2px 8px;background:#dbeafe;color:#1e40af;border-radius:4px;font-size:11px;font-weight:600}.aircraft-operating-structure{margin-top:4px;padding-top:6px;border-top:1px solid #e2e8f0}.aircraft-unavailability{padding-top:0}.aircraft-unavailability .aircraft-detail-label{font-size:12px;margin-bottom:6px;display:block}.unavailability-list{display:flex;flex-direction:column;gap:6px;margin-top:0}.unavailability-period{display:flex;flex-direction:column;gap:2px;padding:6px 10px;background:#fef3c7;border-radius:4px;font-size:11px;line-height:1.3}.unavailability-dates{font-weight:600;color:#92400e}.unavailability-reason{color:#78350f;font-size:10px}@media (max-width: 768px){.settings-page{max-width:100%;padding:16px}.constraints-grid{grid-template-columns:1fr}.aircraft-grid{flex-direction:column;gap:8px}.aircraft-card-content{flex-direction:column;gap:12px}.aircraft-card-right{min-width:auto;max-width:none}.constraint-card-header,.aircraft-card-header{flex-direction:column;align-items:flex-start;gap:8px}.aircraft-detail-row{flex-direction:column;gap:4px}.aircraft-detail-label{min-width:auto}.constraint-origin-entities-row{flex-direction:column;gap:12px}.constraint-detail-item:last-child{justify-content:flex-start;text-align:left}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}*:not(code):not(pre){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
