@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.cargo-creator-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;z-index:1000}.cargo-creator-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px 12px 0 0}.cargo-creator-header h2{margin:0;font-size:1.25rem;font-weight:600}.cargo-creator-close{background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.cargo-creator-close:hover{background-color:#ffffff1a}.cargo-creator-content{padding:1.5rem}.cargo-creator-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 12px 12px}.selected-boxes-summary{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.selected-boxes-summary h3{margin:0;color:#374151;font-size:1.1rem;font-weight:600}.total-scu{font-size:1.25rem;font-weight:700;color:#10b981}.boxes-list{display:flex;flex-wrap:wrap;gap:.5rem}.box-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;white-space:nowrap}.box-name{font-weight:600;color:#374151;font-size:.875rem;line-height:1.2}.box-scu{color:#10b981;font-weight:700;font-size:.875rem;line-height:1.2}.cargo-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.form-group label{font-weight:600;color:#374151;min-width:120px;flex-shrink:0}.required-field{color:#ef4444}.material-selector{flex:1;padding:.75rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s}.material-selector.no-selection{border-color:#ef4444}.form-group .location-search-container{flex:1}.no-selection .location-search-container input{border-color:#ef4444!important}.material-selector:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.btn-cancel{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-cancel:hover{background:#4b5563}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:transform .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:block}@media (max-width: 768px){.cargo-creator-modal{width:95%;max-height:95vh}.boxes-info{flex-direction:column;align-items:flex-start;gap:.5rem}.cargo-creator-footer{flex-direction:column}}:root{--primary-green: #10b981;--primary-green-hover: #059669;--primary-green-light: #d1fae5}.new-mission-creator{background:#f0f0f0;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:800px;width:90vw;max-height:90vh;overflow:visible;position:relative;border:2px solid #000000}.new-mission-creator.embedded{background:transparent;box-shadow:none;border-radius:0;max-width:none;width:100%;max-height:none;overflow:visible;border:none}.form-row-all .form-group:nth-child(2){flex:0 0 180px;max-width:180px}.form-row-all .form-group:nth-child(2) .form-input{width:100%}.color-picker-container{position:relative;display:flex;flex-direction:column;gap:0;flex:0 0 140px;max-width:140px;width:140px;height:35px}.color-panel{display:flex;flex-direction:column;gap:2px;width:100%;max-width:200px;position:relative;margin:0}.color-preview-horizontal{width:100%;height:40px;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.color-preview-horizontal:hover{border-color:#999;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.color-preview-text{font-size:11px;font-weight:600;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.8);background:#0006;padding:4px 8px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.color-palette-horizontal{position:absolute;top:100%;right:0;z-index:1000;background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px;box-shadow:0 8px 24px #00000026;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;min-width:300px;animation:slideDown .2s ease-out}.color-option-horizontal{width:36px;height:36px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.color-option-horizontal:hover{transform:scale(1.1);border-color:#6b7280;box-shadow:0 4px 12px #00000026}.color-option-horizontal.selected{border-color:#1f2937;box-shadow:0 0 0 3px #1f293733;transform:scale(1.05)}.color-option-horizontal.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.form-group:has(.color-panel){flex:0 0 200px;max-width:200px}.mission-creator-header{display:flex;justify-content:space-between;align-items:center;padding:6px;border-bottom:2px solid #000000;background:#f5f5f5;border-radius:10px 10px 0 0}.mission-creator-header h2{margin:0;color:#1f2937;font-size:20px;font-weight:700}.mission-creator-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.mission-creator-close:hover{background:#f3f4f6;color:#374151}.mission-creator-content{padding:4px}.mission-basic-info{display:flex;flex-direction:column;gap:5px;margin-bottom:10px;padding:5px;background:#f5f5f5;border-radius:15px;border:1px solid #000000}.mission-basic-info *{margin:0!important}.form-group{display:flex;flex-direction:column;gap:0;margin:8px;padding:0 0 3px;border:none}.form-group label{font-weight:600;color:#374151;font-size:12px;margin:0}.form-input{padding:12px 16px;border:none;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;height:44px;box-sizing:border-box}.form-input:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input.input-error,.cargo-inputs-row select.input-error,.cargo-inputs-row input.input-error{border:2px solid #ef4444!important;background:#fef2f2!important;box-shadow:0 0 0 3px #ef44441a!important}.form-input.input-error:focus,.cargo-inputs-row select.input-error:focus,.cargo-inputs-row input.input-error:focus{outline:none;box-shadow:0 0 0 3px #ef444433!important}.form-input.payment-input{width:120px;text-align:right}.form-row{display:flex;gap:0;align-items:flex-end;margin:0;padding:0;border:none}.form-row .form-group{flex:1;margin:8px;padding:0;border:none}.form-row-all{display:flex;gap:10px;align-items:flex-end;margin:0;padding:0;border:none}.form-row-all:first-of-type{border-bottom:1px solid #d1d5db;padding-bottom:1px;margin-bottom:1px}.form-row-all .form-group{flex:1;padding:0;border:none}.form-row-all .form-group:first-child{flex:5}.form-row-all .form-group:nth-child(2){flex:.5}.form-row-all .form-group:last-child{flex:4.5}.form-group.full-width{width:100%;margin:8px;padding:0;border:none}.form-group.compact{margin:8px;padding:0;border:none}.form-group.compact label{margin:0;padding:0;font-size:.875rem}.form-select{padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s ease;height:44px;box-sizing:border-box}.new-mission-creator select option{color:#111827;background:#fff}.new-mission-creator select option:disabled{color:#9ca3af}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.scu-limit-selector{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:16px;width:100%;height:60px;margin:2px}.scu-limit-label{font-weight:600;color:#374151;font-size:14px;margin-left:10px;margin-right:8px;white-space:nowrap;padding:20px}.scu-limit-btn{display:flex;align-items:center;justify-content:center;height:100%;width:60px;border:2px solid #000000;border-radius:6px;background:#074705 url(/icons/cargo/cargo_size_icon.svg) center/contain no-repeat;cursor:pointer;transition:all .2s ease;position:relative}.scu-limit-btn:hover{border-color:#087a11;background:#4ce605 url(/icons/cargo/cargo_size_icon.svg) center/contain no-repeat}.scu-limit-btn.active{border-color:var(--primary-green);background:var(--primary-green) url(/icons/cargo/cargo_size_icon.svg) center/contain no-repeat}.scu-number{color:#fff;font-size:12px;font-weight:700;z-index:1;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;line-height:1}.color-selector{display:flex;align-items:center;gap:6px}.color-label{position:absolute;top:-20px;left:0;font-weight:600;color:#374151;font-size:12px;margin:0;padding:0;line-height:1;white-space:nowrap}.color-options{display:flex;flex-wrap:wrap;gap:4px;width:100%}.color-option{width:28px;height:28px;border:2px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease}.color-option:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.color-option.selected{border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.cargas-section{border:1px solid #000000;border-radius:8px;overflow:hidden;margin-top:2px;background:#fff;margin-bottom:12px}.cargas-header{display:flex;justify-content:space-between;align-items:center;padding:2px 6px;background:#fff;border-bottom:1px solid #000000}.cargas-header h3{margin:0;color:#1f2937;font-size:16px;font-weight:600}.btn-add-carga{background:var(--primary-green);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add-carga:hover{background:var(--primary-green)}.cargas-list{padding:4px;min-height:0}.no-cargas{text-align:center;padding:40px 20px;color:#6b7280}.btn-add-first-carga{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;margin-top:16px;transition:all .2s ease}.btn-add-first-carga:hover{background:#2563eb}.carga-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;border:1px solid #000000;border-radius:8px;margin-bottom:8px;background:#fff;transition:all .2s ease}.carga-item:hover{box-shadow:0 2px 8px #0000001a}.carga-info{flex:1}.carga-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;background-color:#f5f5f5;padding:0}.carga-header h4{margin:0;color:#1f2937;font-size:16px;font-weight:600}.carga-scu{background:#dbeafe;color:#1e40af;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.carga-details{margin-bottom:12px}.carga-route{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.carga-origin,.carga-destino{font-weight:500}.carga-arrow{color:#9ca3af;font-weight:700}.carga-boxes{display:flex;flex-wrap:wrap;gap:6px}.cargo-box{display:flex;align-items:center;gap:4px;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:12px}.box-quantity{font-weight:600;color:#1f2937}.box-type{color:#6b7280}.carga-boxes-inline{display:flex;flex-wrap:wrap;gap:8px;margin-left:12px}.cargo-box-inline{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;color:#374151}.carga-actions{display:flex;gap:8px;margin-left:16px}.btn-edit-carga,.btn-delete-carga{padding:6px 12px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit-carga{background:#f3f4f6;color:#374151}.btn-edit-carga:hover{background:#e5e7eb}.btn-delete-carga{background:#fef2f2;color:#dc2626}.btn-delete-carga:hover{background:#fee2e2}.scu-summary{padding:8px 12px;background:#f0f8f0;border-top:1px solid #000000}.scu-total{display:flex;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.scu-limit{color:#6b7280}.scu-limit.exceeded{color:#dc2626}.scu-warning{text-align:center;color:#dc2626;font-size:14px;font-weight:500;margin-top:8px}.scu-breakdown{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;align-items:center}.scu-breakdown>span:first-child{font-weight:600;color:#374151}.box-summary{background:#e5e7eb;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;color:#374151}.mission-creator-footer{display:flex;justify-content:flex-end;gap:12px;padding:12px 16px;border-top:2px solid #000000;background:#f5f5f5;border-radius:0 0 10px 10px}.btn-cancel,.btn-create,.btn-clear{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-create{background:var(--primary-green);color:#fff}.btn-create:hover:not(:disabled){background:var(--primary-green-hover)}.btn-create:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.btn-clear{background:#6b7280;color:#fff;padding:12px 20px;margin-right:12px}.btn-clear:hover:not(:disabled){background:#4b5563}.btn-clear:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.carga-form-modal{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001a;max-width:500px;width:90vw;position:relative;border:1px solid #64748b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carga-form-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #64748b;background:linear-gradient(135deg,#64748b,#475569);border-radius:11px 11px 0 0;color:#fff}.carga-form-header h3{margin:0;color:#fff;font-size:18px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carga-form-close{background:none;border:none;font-size:20px;color:#fffc;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.carga-form-close:hover{background:#fff3;color:#fff}.carga-form-content{padding:20px;background:#ffffffb3}.carga-form-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #64748b;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:0 0 11px 11px}.btn-save{background:linear-gradient(135deg,#64748b,#475569);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;text-shadow:0 1px 2px rgba(0,0,0,.3)}.btn-save:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.carga-form-footer .btn-cancel{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carga-form-footer .btn-cancel:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}@media (max-width: 768px){.new-mission-creator{width:95vw;max-height:95vh}.mission-basic-info{grid-template-columns:1fr;gap:8px}.carga-item{flex-direction:column;gap:12px}.carga-actions{margin-left:0;justify-content:flex-end}.mission-creator-footer{flex-direction:column}.btn-cancel,.btn-create,.btn-clear{width:100%}.carga-form-fields{grid-template-columns:1fr 1fr;gap:6px}.carga-form-fields .form-group:nth-child(3){grid-column:1 / -1}}.carga-form-inline{padding:6px;margin-top:16px;margin-left:4px;margin-right:4px;border:1px solid #000000;border-radius:8px;background:#fff;overflow:visible}.carga-form-inline .carga-form-header{padding:8px 12px;border-bottom:1px solid #000000;background:#f5f5f5;border-radius:7px 7px 0 0}.carga-form-inline .carga-form-header h4{margin:0;color:#1f2937;font-size:16px;font-weight:600}.cargo-form{border:1px solid #000000;border-radius:8px;overflow:visible;padding:4px}.cargo-header{display:grid;grid-template-columns:30% 30% 10% 30%;gap:12px;padding:12px;font-weight:600;color:#64748b;font-size:14px;border-bottom:2px solid #cbd5e1;margin-bottom:12px;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:6px 6px 0 0}.cargo-inputs-row{display:grid;grid-template-columns:30% 30% 10% 30%;gap:12px;padding:12px;background:transparent;border:none;align-items:stretch}.cargo-header span{display:flex;align-items:center;justify-content:flex-start;height:40px;padding:8px 12px;box-sizing:border-box}.cargo-inputs-row select,.cargo-inputs-row input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:14px;height:40px;box-sizing:border-box;display:flex;align-items:center;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;width:100%;max-width:100%}.cargo-inputs-row select:focus,.cargo-inputs-row input:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #64748b33,0 2px 4px #0000001a;transform:translateY(-1px)}.cargo-inputs-row input[type=number]{padding:8px 12px;text-align:center;font-size:16px;font-weight:600;width:100%;max-width:none;min-width:60px}.carga-form-fields{display:grid;grid-template-columns:1fr 1fr .3fr 1fr;gap:6px;padding:0;background:transparent;border:none}.carga-form-actions{display:flex;justify-content:flex-end;gap:8px;padding:6px 10px;border:none;background:transparent;border-radius:0}.new-mission-creator select{color:#111827!important;background-color:#fff!important;-webkit-text-fill-color:#111827}.new-mission-creator select:focus{color:#111827!important;background-color:#fff!important}.new-mission-creator select option,.new-mission-creator select option:checked{color:#111827!important;background-color:#fff!important}.origin-summary{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.origin-summary-title{font-weight:600;color:#1f2937}.origin-summary-list{display:flex;flex-wrap:wrap;gap:8px}.origin-item{background:#e5e7eb;padding:4px 8px;border-radius:4px;font-size:12px;color:#1f2937}.origin-item.exceeded{background:#fee2e2;color:#b91c1c;border:1px solid #ef4444}.cargo-value-preview{margin-top:8px;padding:8px 12px;background:#f0f8f0;border:1px solid #10b981;border-radius:6px;font-size:12px;display:flex;flex-direction:column;gap:2px}.cargo-value-preview .value-label{color:#374151;font-weight:500}.cargo-value-preview .value-amount{color:#10b981;font-weight:700;font-size:14px}.cargo-value-preview .value-per-scu{color:#6b7280;font-size:11px}.carga-values{display:flex;flex-direction:row;align-items:center;gap:8px}.carga-value{background:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap}.carga-value-per-scu{color:#6b7280;font-size:11px;font-style:italic;margin-top:2px}.total-value{background:#3b82f6;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-top:8px;display:inline-block}.total-value-summary{background:#3b82f6;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:600;margin-top:12px;text-align:center}.cargo-inputs-row .location-search-container,.cargo-inputs-row .location-search-container input{width:100%!important;max-width:100%!important;box-sizing:border-box}.routes-comparison{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:2px solid #cbd5e1}.comparison-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;text-align:center}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.comparison-card{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e2e8f0;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.comparison-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;border-color:#94a3b8}.comparison-card.selected{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 4px 16px #10b98133}.capacity-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:8px 12px;margin-bottom:12px;display:flex;align-items:center;gap:8px;font-size:12px;color:#92400e}.capacity-warning .warning-icon{width:16px;height:16px;color:#f59e0b;flex-shrink:0}.comparison-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;position:relative}.comparison-icon{font-size:1.75rem}.comparison-name{font-size:1rem;font-weight:700;color:#1e293b;margin:0;flex:1}.selected-badge{position:absolute;top:-.5rem;right:-.5rem;background:#10b981;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px #10b9814d}.comparison-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.comparison-stat{display:flex;flex-direction:column;gap:.25rem}.comparison-stat .stat-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.comparison-stat .stat-value{font-size:1rem;font-weight:700;color:#0f172a}.comparison-route-preview{border-top:1px solid #e2e8f0;padding-top:1rem}.comparison-route-preview h6{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;margin:0 0 .75rem;letter-spacing:.5px}.route-preview-list{display:flex;flex-direction:column;gap:.5rem}.preview-step{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.preview-action{font-size:1rem;flex-shrink:0}.preview-action.pickup{filter:hue-rotate(0deg)}.preview-action.delivery{filter:hue-rotate(90deg)}.preview-location{color:#475569;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-more{font-size:.75rem;color:#94a3b8;font-style:italic;text-align:center;margin-top:.25rem}@media (max-width: 1400px){.comparison-grid{grid-template-columns:1fr;gap:1rem}.comparison-card{padding:1.25rem}}.route-optimizer-trigger{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;width:100%}.btn-route-optimizer{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#3073f1,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}.btn-route-optimizer:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3073f166}.btn-route-optimizer:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af,#6b7280)}.btn-route-optimizer .btn-icon{width:20px;height:20px}.mission-badge{position:absolute;top:-8px;right:-8px;background:#5f9161;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #0003}.mission-badge.warning{background:#ef4444;font-size:.9rem;animation:pulse-warning 2s ease-in-out infinite}@keyframes pulse-warning{0%,to{box-shadow:0 2px 4px #ef44444d}50%{box-shadow:0 4px 12px #ef444499}}.auto-update-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1f2937;cursor:pointer;-webkit-user-select:none;user-select:none}.auto-update-toggle input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:#689e6a}.route-cost-config{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;width:100%;background:#689e6a0d;border:1px solid rgba(104,158,106,.2);border-radius:8px;margin-top:.75rem}.cost-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1f2937}.cost-icon{width:20px;height:20px;color:#6b7280}.cost-input-group{display:flex;align-items:center;gap:.5rem}.cost-input{width:100px;padding:.5rem;border:1px solid rgba(102,92,84,.3);border-radius:6px;font-size:.875rem;font-weight:600;text-align:right}.cost-input:focus{outline:none;border-color:#689e6a;box-shadow:0 0 0 3px #689e6a1a}.cost-unit{font-size:.875rem;font-weight:600;color:#6b7280}.route-modal{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;overflow-y:auto}.route-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.route-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid rgba(102,92,84,.2);background:linear-gradient(135deg,#689e6a1a,#fff0)}.route-modal-header h3{margin:0;font-size:1.5rem;color:#1f2937;display:flex;align-items:center;gap:.5rem}.btn-close-modal{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-close-modal:hover{background:#ef444433;transform:scale(1.1)}.btn-close-modal svg{width:20px;height:20px;color:#ef4444}.route-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1.5rem;background:#ffffff80}.stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1rem .75rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(226,232,240,.8);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:90px}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a,0 3px 12px #0000000f;border-color:#6366f166}.stat-card.stat-success{border-color:#22c55e4d;background:linear-gradient(135deg,#22c55e08,#22c55e14)}.stat-card.stat-success:hover{border-color:#22c55e80;box-shadow:0 12px 32px #22c55e26,0 4px 16px #22c55e1a}.stat-card.stat-warning{border-color:#f59e0b4d;background:linear-gradient(135deg,#f59e0b08,#f59e0b14)}.stat-card.stat-warning:hover{border-color:#f59e0b80;box-shadow:0 12px 32px #f59e0b26,0 4px 16px #f59e0b1a}.stat-card.stat-highlight{border-color:#fabd2f66;background:linear-gradient(135deg,#fabd2f14,#fabd2f1f);box-shadow:0 4px 16px #fabd2f33}.stat-card.stat-highlight:hover{border-color:#fabd2f99;box-shadow:0 8px 24px #fabd2f33,0 3px 12px #fabd2f1f;transform:translateY(-3px)}.stat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transition:all .3s ease}.stat-card:hover .stat-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:scale(1.05)}.stat-icon svg{width:20px;height:20px;color:#64748b;transition:all .3s ease}.stat-card:hover .stat-icon svg{color:#fff}.stat-card.stat-success .stat-icon{background:linear-gradient(135deg,#22c55e1a,#22c55e33)}.stat-card.stat-success .stat-icon svg{color:#16a34a}.stat-card.stat-success:hover .stat-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.stat-card.stat-success:hover .stat-icon svg{color:#fff}.stat-card.stat-warning .stat-icon{background:linear-gradient(135deg,#f59e0b1a,#f59e0b33)}.stat-card.stat-warning .stat-icon svg{color:#d97706}.stat-card.stat-warning:hover .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.stat-warning:hover .stat-icon svg{color:#fff}.stat-card.stat-highlight .stat-icon{background:linear-gradient(135deg,#fabd2f33,#fabd2f4d)}.stat-card.stat-highlight .stat-icon svg{color:#f59e0b}.stat-card.stat-highlight:hover .stat-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.stat-card.stat-highlight:hover .stat-icon svg{color:#fff}.stat-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:.125rem}.stat-label{font-size:.6875rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin:0}.stat-value{font-size:1.25rem;font-weight:800;color:#1e293b;margin:0;line-height:1.1}.stat-detail{font-size:.6875rem;color:#94a3b8;margin:0;font-weight:500;opacity:.8}.route-warnings{padding:1rem 1.5rem;background:#f59e0b1a;border-left:4px solid #f59e0b;margin:0 1.5rem;border-radius:4px}.warning-item{display:flex;align-items:center;gap:.75rem;color:#92400e;font-size:.875rem;line-height:1.5}.warning-icon{width:20px;height:20px;flex-shrink:0;color:#f59e0b}.route-steps{padding:1rem}.route-steps-title{margin:0 0 1rem;font-size:1.125rem;color:#1f2937;display:flex;align-items:center;gap:.5rem}.no-route{text-align:center;padding:1.5rem;color:#6b7280;font-style:italic}.route-timeline{position:relative}.route-step{display:grid;grid-template-columns:32px 16px 1fr;gap:.75rem;margin-bottom:.75rem;position:relative}.route-step:last-child{margin-bottom:0}.route-step.new-location{margin-top:1rem}.route-step.same-location{margin-top:.5rem;margin-left:1rem}.route-step.same-location .step-number{background:linear-gradient(135deg,#a8a8a8,#888);box-shadow:0 2px 8px #a8a8a84d;font-size:1.2rem}.connector-line.action-continuation{background:linear-gradient(180deg,#a8a8a8,#d1d5db);height:calc(100% + .5rem)}.step-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:0 2px 8px #3b82f64d;z-index:2}.step-connector{position:relative;display:flex;justify-content:center}.connector-line{width:2px;height:calc(100% + .75rem);background:linear-gradient(180deg,#3b82f6,#d1d5db);position:absolute;top:32px}.step-content{background:#fff;border:1px solid rgba(102,92,84,.2);border-radius:8px;padding:.75rem;transition:all .2s ease}.step-content:hover{border-color:#689e6a;box-shadow:0 2px 8px #689e6a26;transform:translate(2px)}.step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.step-action{display:flex;align-items:center;gap:.375rem}.action-icon{display:flex;align-items:center;justify-content:center}.action-icon svg{width:16px;height:16px}.action-text{font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.action-text.action-pickup{color:#689e6a}.action-text.action-delivery{color:#10b981}.step-distance{font-size:.75rem;color:#6b7280;padding:.125rem .5rem;background:#665c541a;border-radius:8px}.step-location{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem;font-size:1rem;font-weight:600;color:#1f2937}.location-icon{width:16px;height:16px;color:#6b7280}.step-mission{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem;font-size:.8125rem;color:#6b7280}.mission-color-indicator{width:10px;height:10px;border-radius:50%;box-shadow:0 1px 3px #0003}.mission-name{font-weight:600;color:#1f2937}.mission-scu{margin-left:auto;padding:.125rem .375rem;background:#689e6a1a;border-radius:6px;font-weight:600;color:#689e6a;font-size:.75rem}.step-cargo{display:flex;align-items:center;gap:.375rem;padding:.375rem;background:#689e6a0d;border-radius:6px;font-size:.8125rem;color:#6b7280}.cargo-icon{width:14px;height:14px;color:#6b7280}.step-cargo strong{color:#1f2937}.step-coordinates{display:flex;align-items:center;gap:.375rem;padding:.375rem;background:#3b82f60d;border-radius:6px;font-size:.6875rem;color:#6b7280;margin-top:.375rem;font-family:Courier New,monospace}.coordinates-icon{width:14px;height:14px;color:#3b82f6;flex-shrink:0}.coordinates-text{color:#1f2937;font-weight:600}.route-advanced-options{margin:0 1.5rem 1.5rem;padding:1rem;background:#665c540d;border:1px solid rgba(102,92,84,.2);border-radius:8px}.route-advanced-options summary{cursor:pointer;font-weight:600;color:#1f2937;-webkit-user-select:none;user-select:none;padding:.5rem;list-style:none;display:flex;align-items:center;gap:.5rem}.advanced-icon{width:20px;height:20px;color:#6b7280}.route-advanced-options summary::-webkit-details-marker{display:none}.advanced-content{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(102,92,84,.2)}.option-group{margin-bottom:1rem}.option-group label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.coordinate-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.coordinate-inputs input{padding:.5rem;border:1px solid rgba(102,92,84,.3);border-radius:6px;font-size:.875rem}.coordinate-inputs input:focus{outline:none;border-color:#689e6a;box-shadow:0 0 0 3px #689e6a1a}.route-modal-footer{padding:1.5rem;border-top:2px solid rgba(102,92,84,.2);display:flex;justify-content:flex-end;gap:1rem}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.btn .btn-icon{width:20px;height:20px}.btn-primary{background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #689e6a66}.btn-secondary{background:#665c541a;color:#1f2937;border:1px solid rgba(102,92,84,.3)}.btn-secondary:hover:not(:disabled){background:#665c5433;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.route-modal{padding:1rem}.route-stats{grid-template-columns:1fr}.route-step{grid-template-columns:32px 16px 1fr;gap:.75rem}.step-number{width:32px;height:32px;font-size:.875rem}.step-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.route-optimization-selector{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.8);border-radius:8px;padding:.75rem;margin-bottom:.75rem}.optimization-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.optimization-icon{width:18px;height:18px;color:#6366f1}.optimization-label{font-weight:600;font-size:.875rem;color:#0f172a}.optimization-options{display:flex;flex-direction:column;gap:.5rem}.optimization-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.optimization-option:hover{border-color:#6366f1;background:#f8f9ff;transform:translate(2px)}.optimization-option.active{border-color:#6366f1;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:0 2px 8px #6366f126}.optimization-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#6366f1}.option-icon{font-size:1.5rem;min-width:32px;text-align:center}.option-details{flex:1}.option-name{font-weight:600;font-size:.875rem;color:#0f172a;margin-bottom:.125rem}.option-description{font-size:.75rem;color:#64748b;line-height:1.4}@media (max-width: 768px){.optimization-options{gap:.375rem}.optimization-option{padding:.5rem;gap:.5rem}.option-icon{font-size:1.25rem;min-width:28px}.option-name{font-size:.8125rem}.option-description{font-size:.6875rem}}.material-info{font-size:.875rem;color:#64748b;font-weight:500;margin-left:.25rem}.preview-material{font-size:.75rem;color:#64748b;font-weight:500}.start-position-selector{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:.5rem;margin-bottom:.5rem;border:2px solid #cbd5e1}.position-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;padding:.5rem;margin:-.5rem -.5rem 0rem;border-radius:8px}.position-header:hover{background:#689e6a1a}.position-header-left{display:flex;align-items:center;gap:.4rem}.position-header-right{display:flex;align-items:center;gap:.5rem}.position-icon{width:1.1rem;height:1.1rem;color:#3b82f6;flex-shrink:0}.position-label{font-size:.875rem;font-weight:600;color:#0f172a}.current-position-compact{font-family:Courier New,monospace;font-size:.75rem;color:#0ea5e9;font-weight:500;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.position-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.position-coords{font-family:Courier New,monospace;font-size:.75rem;color:#0ea5e9;font-weight:500}.position-source{font-size:.65rem;color:#64748b;font-weight:400;font-style:italic}.collapse-icon{width:16px;height:16px;color:#94a3b8;transition:transform .3s ease;flex-shrink:0}.collapse-icon.expanded{transform:rotate(180deg)}.btn-reset-position-inline{background:#ff323226;border:1px solid rgba(255,50,50,.4);color:#ef4444;width:20px;height:20px;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .2s ease;flex-shrink:0;padding:0;line-height:1}.btn-reset-position-inline:hover{background:#ff32324d;border-color:#ff323299;color:#dc2626;transform:scale(1.1)}.btn-reset-position-inline:active{transform:scale(.95)}.position-input-content{animation:slideDown .25s ease}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.position-mode-selector{display:flex;gap:.25rem;margin-bottom:.5rem}.position-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;background:#ffffff1a;color:#000000b3;border:1px solid rgba(255,255,255,.2);border-color:#0ea5e9;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.position-mode-btn:hover{background:#ffffff26;color:#ffffffe6;border-color:#ffffff4d;transform:translateY(-1px)}.position-mode-btn.active{background:linear-gradient(135deg,#3073f1,#2563eb);color:#fff;border:none;font-weight:600;box-shadow:0 2px 8px #3073f14d;transform:translateY(-1px)}.position-info{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;font-weight:500;color:#64748b}.coordinates-display{font-family:Courier New,monospace;font-size:.875rem;color:#0f172a;font-weight:600}.info-warning{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d97706;font-weight:500}.position-location-search{background:#fff;padding:.5rem;border-radius:8px;border:1px solid #e2e8f0}.position-manual-inputs{display:flex;flex-direction:column;gap:.75rem}.coordinate-input{display:flex;flex-direction:row;align-items:center;gap:.75rem}.coordinate-input label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;min-width:1.5rem;flex-shrink:0}.coordinate-input input{flex:1;padding:.5rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;font-family:Courier New,monospace;background:#fff;color:#0f172a;transition:all .2s ease}.coordinate-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.coordinate-input input::placeholder{color:#cbd5e1}.current-position-display{background:#fff;padding:.75rem 1rem;border-radius:8px;border:1px solid #e2e8f0;margin-top:1rem;display:flex;align-items:center;gap:.75rem}.current-label{font-size:.875rem;font-weight:600;color:#64748b}.current-coords{font-family:Courier New,monospace;font-size:.875rem;color:#0f172a;font-weight:600;flex:1}.mission-scu-container{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.mission-scu-total{font-size:.875rem;font-weight:600;color:#1f2937}.boxes-pills{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.box-pill{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#689e6a1a;color:#059669;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap;border:1px solid rgba(104,158,106,.2);transition:all .2s ease}.box-pill:hover{background:#689e6a26;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.position-mode-selector{flex-direction:column}.current-position-display{flex-direction:column;align-items:flex-start;gap:.5rem}.mission-scu-container{width:100%}.boxes-pills{max-width:100%}}.ship-designer-overlay{position:fixed;inset:0;background:#32302fd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.cuts-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.cut-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffffb3;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.cut-item:hover{background:#ffffffe6;border-color:#cbd5e1}.cut-info{flex:1}.cut-name{font-weight:600;color:#1f2937;margin-bottom:4px}.cut-details{display:flex;gap:12px;font-size:.875rem;color:#6b7280}.cut-type{background:#dbeafe;color:#1e40af;padding:2px 6px;border-radius:4px;font-weight:500}.cut-position,.cut-size{background:#f3f4f6;color:#374151;padding:2px 6px;border-radius:4px}.cut-actions{display:flex;gap:4px}.cut-editor{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:20px}.cut-editor h3{margin:0 0 16px;color:#1f2937;font-size:1.125rem}.cut-editor-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.bay-cuts-section{margin-top:20px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.bay-cuts-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bay-cuts-section h4{margin:0;color:#1f2937;font-size:1rem}.btn-small{padding:6px 12px;font-size:.875rem}.bay-cuts-list{display:flex;flex-direction:column;gap:8px}.bay-cut-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fffc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease}.bay-cut-item:hover{background:#fff;border-color:#cbd5e1}.bay-cut-info{flex:1}.bay-cut-name{font-weight:600;color:#1f2937;margin-bottom:3px;font-size:.875rem}.bay-cut-details{display:flex;gap:8px;font-size:.75rem;color:#6b7280}.bay-cut-type{background:#dbeafe;color:#1e40af;padding:1px 4px;border-radius:3px;font-weight:500}.bay-cut-position,.bay-cut-size{background:#f3f4f6;color:#374151;padding:1px 4px;border-radius:3px}.bay-cut-actions{display:flex;gap:3px}.bay-cuts-empty{text-align:center;padding:20px;color:#6b7280;font-size:.875rem}.bay-cuts-empty p{margin:4px 0}.ship-designer-container{background:#fff;border-radius:12px;width:95%;max-width:1600px;height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:2px solid #689e6a}.ship-designer-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#689e6a,#5a8a5c);border-bottom:2px solid #4d7a4f}.ship-designer-header h2{margin:0;color:#fff;font-size:1.5rem;font-weight:600}.close-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:#ef4444;border-color:#ef4444;transform:scale(1.1)}.ship-designer-content{display:flex;flex:1;overflow:hidden}.designer-left-panel{width:400px;background:#f8fafc;padding:10px 20px 20px;overflow-y:auto;border-right:2px solid #e2e8f0}.designer-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px;margin-bottom:15px;box-shadow:0 2px 4px #0000000d}.designer-section h3{margin:0 0 15px;color:#1e293b;font-size:1.1rem;font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-header h3{margin:0;color:#1e293b}.form-group{margin-bottom:12px}.form-group label{display:block;color:#475569;font-size:.875rem;margin-bottom:4px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:8px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1e293b;font-size:.875rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#689e6a;box-shadow:0 0 0 3px #689e6a1a}.form-group input[type=color]{height:40px;padding:4px;cursor:pointer}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin-bottom:12px}.groups-list{max-height:500px;overflow-y:auto}.group-card{background:#fff;border:2px solid #689e6a;border-radius:8px;margin-bottom:12px;overflow:hidden;transition:all .2s}.group-card:hover{box-shadow:0 4px 12px #689e6a33}.group-header{background:linear-gradient(135deg,#689e6a26,#fffc);padding:12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cbd5e1}.group-info{flex:1}.group-name{color:#1e293b;font-weight:700;font-size:.95rem;margin-bottom:4px;display:flex;align-items:center;gap:8px}.group-priority{background:#689e6a;color:#fff;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600}.group-stats{color:#64748b;font-size:.75rem;margin-left:24px}.group-actions{display:flex;gap:6px}.btn-add-bay{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:600;transition:all .2s}.btn-add-bay:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.group-bays{padding:8px;background:#f8fafc}.bay-item-small{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.bay-item-small:hover{border-color:#689e6a;box-shadow:0 2px 6px #689e6a1a;transform:translate(4px)}.bay-name-small{color:#1e293b;font-weight:600;font-size:.85rem;margin-bottom:3px}.btn-small{padding:4px 8px;font-size:12px}.empty-state-small{text-align:center;padding:15px;color:#94a3b8;font-style:italic;font-size:.813rem;background:#f8fafc;border-radius:4px;margin:8px}.bays-list{max-height:300px;overflow-y:auto}.bay-item{background:linear-gradient(135deg,#689e6a14,#ffffff80);border:1px solid #cbd5e1;border-radius:6px;padding:12px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.bay-item:hover{background:linear-gradient(135deg,#689e6a26,#fffc);border-color:#689e6a;transform:translate(4px);box-shadow:0 2px 8px #689e6a26}.bay-info{flex:1}.bay-name{color:#1e293b;font-weight:600;margin-bottom:4px}.bay-details{color:#64748b;font-size:.75rem}.bay-actions{display:flex;gap:8px}.btn-duplicate,.btn-edit,.btn-delete{background:transparent;border:1px solid #cbd5e1;color:#64748b;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.btn-duplicate:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.btn-edit:hover{background:#689e6a;border-color:#689e6a;color:#fff}.btn-delete:hover{background:#ef4444;border-color:#ef4444;color:#fff}.empty-state{text-align:center;padding:30px;color:#94a3b8;font-style:italic;background:#f8fafc;border-radius:6px}.btn-primary{background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #689e6a33}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a8a5c,#4d7a4f);transform:translateY(-1px);box-shadow:0 4px 12px #689e6a4d}.btn-primary:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}.btn-save-ship{width:100%;background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border:none;padding:16px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:20px;box-shadow:0 4px 12px #689e6a4d}.btn-save-ship:hover:not(:disabled){background:linear-gradient(135deg,#5a8a5c,#4d7a4f);transform:translateY(-2px);box-shadow:0 6px 16px #689e6a66}.btn-save-ship:disabled{background:#9ca3af;cursor:not-allowed;opacity:.5;box-shadow:none}.alert{padding:12px;border-radius:6px;margin-bottom:15px}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-error ul{margin:8px 0 0 20px;padding:0}.alert-success{background:linear-gradient(135deg,#689e6a1a,#ffffff80);border:1px solid #689e6a;color:#2d4a2f;font-weight:600}.designer-right-panel{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;background:#f8fafc}.designer-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px;flex:1;box-shadow:0 2px 4px #0000000d}.designer-preview h3{margin:0 0 15px;color:#1e293b;font-weight:600}.preview-canvas-container{width:100%;height:450px;background:linear-gradient(135deg,#665c54,#32302f);border-radius:8px;overflow:hidden;border:2px solid #cbd5e1}.visual-editor-canvas{width:100%;height:780px;background:linear-gradient(135deg,#665c54,#32302f);border-radius:8px;overflow:hidden;border:2px solid #cbd5e1}.bay-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d}.bay-editor h3{margin:0 0 15px;color:#1e293b;font-weight:600}.form-section{margin-bottom:20px}.form-section h4{color:#64748b;font-size:.875rem;margin:0 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.scu-display{background:linear-gradient(135deg,#689e6a1a,#ffffff80);border:1px solid #689e6a;padding:10px;border-radius:6px;color:#2d4a2f;font-weight:600;text-align:center;margin-top:10px}.bay-editor-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.btn-cancel{background:transparent;border:1px solid #cbd5e1;color:#64748b;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-cancel:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b}.btn-save{background:linear-gradient(135deg,#689e6a,#5a8a5c);border:none;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #689e6a33}.btn-save:hover{background:linear-gradient(135deg,#5a8a5c,#4d7a4f);transform:translateY(-1px);box-shadow:0 4px 12px #689e6a4d}.designer-left-panel::-webkit-scrollbar,.designer-right-panel::-webkit-scrollbar,.bays-list::-webkit-scrollbar,.groups-list::-webkit-scrollbar{width:8px}.designer-left-panel::-webkit-scrollbar-track,.designer-right-panel::-webkit-scrollbar-track,.bays-list::-webkit-scrollbar-track,.groups-list::-webkit-scrollbar-track{background:#f1f5f9}.designer-left-panel::-webkit-scrollbar-thumb,.designer-right-panel::-webkit-scrollbar-thumb,.bays-list::-webkit-scrollbar-thumb,.groups-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.designer-left-panel::-webkit-scrollbar-thumb:hover,.designer-right-panel::-webkit-scrollbar-thumb:hover,.bays-list::-webkit-scrollbar-thumb:hover,.groups-list::-webkit-scrollbar-thumb:hover{background:#689e6a}@media (max-width: 1200px){.designer-left-panel{width:350px}}@media (max-width: 992px){.ship-designer-content{flex-direction:column}.designer-left-panel{width:100%;border-right:none;border-bottom:2px solid #334155;max-height:50vh}.designer-right-panel{flex:1}}.route-map-3d-container{background:#1e1e1e;border-radius:8px;padding:16px;margin:16px 0;border:1px solid #3a3a3a;transition:all .3s ease;width:100%;max-width:100%}.route-map-3d-container.expanded{width:100%;margin-left:0;padding:12px;max-width:100%}.draggable-route-map-widget.fullscreen .route-map-3d-container{display:flex;flex-direction:column;height:100%;width:100%;padding:12px}.route-map-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #3a3a3a}.route-map-controls{display:flex;flex-direction:column;gap:8px;margin-top:8px}.map-controls-row{display:flex;gap:8px;align-items:center}.route-map-header h3{color:#fff;margin:0;font-size:16px;font-weight:600}.route-map-info{color:#888;font-size:12px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.systems-info{color:#4caf50;font-weight:500}.coordinates-info{color:gold;font-size:11px;font-family:Courier New,monospace;margin-top:2px}.system-selector{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.system-selector-label{color:#ccc;font-size:12px;font-weight:600;margin-right:4px}.system-btn{background:#2a2a2a;border:1px solid #3a3a3a;color:#ccc;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.system-btn:hover{background:#3a3a3a;border-color:#4a4a4a;color:#fff}.system-btn.active{background:#4caf50;border-color:#45a049;color:#fff;font-weight:600}.system-btn.active:hover{background:#45a049}.object-filters{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-left:12px}.object-filter-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid #555;border-radius:4px;color:#ccc;font-size:10px;cursor:pointer;transition:all .2s ease}.object-filter-btn:hover{background:#333;border-color:#666}.object-filter-btn.active{background:#4a90e2;border-color:#4a90e2;color:#fff}.object-filter-btn.active .filter-dot{opacity:1}.object-filter-btn:not(.active) .filter-dot{opacity:.5}.object-filter-btn.disabled{opacity:.7;cursor:not-allowed;background:#4a90e2!important;border-color:#4a90e2!important;color:#fff!important}.object-filter-btn.disabled:hover{background:#4a90e2!important;border-color:#4a90e2!important}.filter-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;transition:opacity .2s ease}.current-system{background:#4caf50;border:1px solid #45a049;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.reset-view-btn{background:#ff6b35;border:1px solid #E55A2B;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;font-weight:600}.reset-view-btn:hover{background:#e55a2b;border-color:#d4491f}.center-route-btn{background:#2196f3;border:1px solid #1976D2;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;font-weight:600}.center-route-btn:hover:not(:disabled){background:#1976d2;border-color:#1565c0}.center-route-btn:disabled{background:#666;border-color:#555;color:#999;cursor:not-allowed;opacity:.6}.selected-entity{color:#ff6b35;font-weight:500}.route-map-wrapper{width:100%;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.route-map-3d-canvas{width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:#0a0a0a;border:1px solid #2a2a2a;transition:all .3s ease;flex-shrink:0}.route-map-3d-canvas.expanded{width:100%;aspect-ratio:1/1;flex-shrink:0}.draggable-route-map-widget.fullscreen .route-map-3d-canvas{aspect-ratio:auto;height:100%;width:100%;flex:1}.draggable-route-map-widget.fullscreen .route-map-wrapper{height:100%;flex:1}.route-map-3d-loading{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888}.loading-spinner{width:32px;height:32px;border:3px solid #3a3a3a;border-top:3px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.route-map-legend{margin-top:12px;padding-top:12px;border-top:1px solid #3a3a3a}.legend-title{color:#fff;font-size:12px;font-weight:600;margin-bottom:8px}.legend-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-bottom:12px}.legend-item{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-star{width:12px;height:12px}.legend-planet{width:7px;height:7px}.legend-moon{width:5px;height:5px}.legend-station{width:4px;height:4px}.legend-jump-dot{width:6px;height:6px}.legend-asteroid{width:5px;height:5px}.legend-item span{color:#ccc;font-size:11px}.legend-route{display:flex;align-items:center;gap:6px;margin-bottom:0}.legend-line{width:16px;height:2px;flex-shrink:0}.legend-route span{color:#ccc;font-size:11px}@media (max-width: 768px){.route-map-3d-container.expanded{width:115%;margin-left:-7.5%}.route-map-3d-canvas{height:250px;width:100%;aspect-ratio:1/1}.route-map-3d-canvas.expanded{height:100%;width:100%;aspect-ratio:1/1}.legend-items{gap:8px}.legend-item{gap:4px}.route-map-controls{flex-direction:column;gap:8px;align-items:stretch}.system-selector{justify-content:center}.route-map-info{align-items:center;text-align:center}}.route-map-3d-canvas canvas{cursor:grab}.route-map-3d-canvas canvas:active{cursor:grabbing}.route-map-3d-container *{transition:all .2s ease}.route-map-3d-container{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);box-shadow:0 4px 12px #0000004d}.route-map-header h3{background:linear-gradient(45deg,#4caf50,#45a049);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.route-map-3d-canvas:before{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;background:#4caf50;border-radius:50%;z-index:10;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.route-map-3d-canvas canvas{border-radius:6px}.route-map-3d-container:focus-within{outline:2px solid #4CAF50;outline-offset:2px}.route-map-3d-loading p{margin:0;font-size:14px;color:#888}.legend-route .legend-line{background:linear-gradient(90deg,#0f8,#00cc6a);border-radius:1px}.legend-jump{display:flex;align-items:center;gap:6px;margin-bottom:0}.legend-jump .legend-line{width:16px;height:2px;flex-shrink:0;background:linear-gradient(90deg,#ff6b35,#e55a2b);border-radius:1px}.legend-jump span{color:#ccc;font-size:11px}.map-tools{display:flex;gap:8px;align-items:center}.tool-btn{padding:6px 12px;background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;transition:all .2s ease;display:flex;align-items:center;gap:4px}.tool-btn:hover{background:#3a3a3a;border-color:#666}.tool-btn.active{background:#4caf50;border-color:#4caf50;color:#fff}.tool-btn.active:hover{background:#45a049}@media (max-width: 768px){.map-tools{flex-wrap:wrap}}.ship-load-controls{padding:1rem;background:#0000004d;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 8px 8px}.ship-load-controls .load-controls-menu{display:flex;flex-direction:column;gap:.75rem;background:#0000004d;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.ship-load-controls .view-mode-selector{display:flex;gap:.5rem;margin-bottom:1rem}.ship-load-controls .view-mode-btn{flex:1;padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ship-load-controls .view-mode-btn:hover{background:#fff3}.ship-load-controls .view-mode-btn.active{background:var(--primary-green);border-color:var(--primary-green)}.ship-load-controls .load-controls-menu{display:flex;flex-direction:column;gap:.75rem}.ship-load-controls .control-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ship-load-controls .control-row label{font-size:.875rem!important;color:#fff!important;font-weight:500;min-width:60px}.ship-load-controls .control-buttons{display:flex;gap:.5rem}.ship-load-controls .control-btn{flex:1!important;padding:.5rem!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:4px!important;color:#333!important;font-size:.875rem!important;font-weight:500!important;cursor:pointer;transition:all .2s ease;width:auto!important;height:auto!important}.ship-load-controls .control-btn:hover{background:#fff3!important;border-color:#ffffff4d!important}.ship-load-controls .control-btn.active{background:var(--primary-green)!important;border-color:var(--primary-green)!important;color:#fff!important}.ship-recommender-widget{background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border:1px solid #d1d5db;border-radius:12px;padding:20px;margin:10px;color:#374151;min-width:320px;max-width:520px;box-shadow:0 4px 12px #0000001a}.dropdown-container{width:100%}.dropdown-toggle-btn{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:1px solid #4b5563;padding:14px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:15px;width:100%;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dropdown-toggle-btn:hover{background:linear-gradient(135deg,#7a8290,#5b6470);border-color:#5b6470;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.dropdown-arrow{font-size:12px;transition:transform .3s ease;margin-left:8px}.dropdown-toggle-btn:hover .dropdown-arrow{transform:translateY(1px)}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.widget-header h3{margin:0;color:#4b5563;font-size:18px;font-weight:700;letter-spacing:-.025em}.widget-close-btn{background:#9ca3af;color:#fff;border:none;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a}.widget-close-btn:hover{background:#6b7280;transform:scale(1.05)}.widget-content{display:flex;flex-direction:column;gap:20px}.recommender-controls{text-align:center}.btn{padding:10px 20px;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:14px;border:1px solid}.btn-primary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border-color:#4b5563;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 4px #0000001a}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#7a8290,#5b6470);border-color:#5b6470;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-primary:disabled{background:#e5e7eb;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.btn-secondary{background:#9ca3af;color:#fff;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a}.btn-secondary:hover{background:#6b7280;border-color:#6b7280;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.btn-sm{padding:6px 12px;font-size:12px}.analysis-progress{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:16px;text-align:center;box-shadow:0 2px 4px #0000000d}.progress-info{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.progress-info span{color:#6b7280;font-size:14px;font-weight:500}.current-ship{color:#4b5563!important;font-weight:600!important;font-size:13px!important}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:12px;box-shadow:inset 0 1px 2px #0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,#6b7280,#4b5563);width:0%;transition:width .3s ease;border-radius:4px}.cancel-analysis-btn{background:#ef4444;color:#fff;border:1px solid #dc2626;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.cancel-analysis-btn:hover{background:#dc2626;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.cancel-analysis-btn:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.recommendation-result{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #6b7280;border-radius:12px;padding:20px;text-align:center;box-shadow:0 4px 12px #0000001a}.recommendation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.recommendation-header h4{margin:0;color:#4b5563;font-size:18px;font-weight:700;letter-spacing:-.025em}.btn-select-recommended{background:linear-gradient(135deg,#4b5563,#374151);border-color:#374151;padding:8px 16px;font-size:13px;font-weight:700}.btn-select-recommended:hover{background:linear-gradient(135deg,#5b6470,#4b5563);border-color:#4b5563}.recommended-ship h5{margin:0 0 12px;color:#1f2937;font-size:20px;font-weight:700;letter-spacing:-.025em}.recommended-ship p{margin:6px 0;color:#6b7280;font-size:15px;line-height:1.5}.recommended-ship strong{color:#374151;font-weight:600}.ship-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding:16px;background:linear-gradient(135deg,#f8f9fa,#f1f3f4);border-radius:8px;border:1px solid #e5e7eb}.metric{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d}.metric-label{color:#6b7280;font-size:13px;font-weight:500}.metric-value{color:#1f2937;font-size:14px;font-weight:600}.analysis-results{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:10px;padding:16px;box-shadow:0 2px 8px #0000000d}.analysis-results h4{margin:0 0 16px;color:#4b5563;font-size:16px;font-weight:700;text-align:center;letter-spacing:-.025em}.results-list{display:flex;flex-direction:column;gap:10px}.result-item{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:8px;padding:14px;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.result-item:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}.result-item.can-carry{border-left:4px solid #6b7280}.result-item.cannot-carry{border-left:4px solid #ef4444;opacity:.8;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.result-item.cannot-carry:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);opacity:.9}.result-item.recommended{border:2px solid #4b5563;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 4px 12px #0000001a}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.result-rank-name{display:flex;align-items:center;gap:12px;flex:1}.result-ship-name{margin:0;color:#1f2937;font-size:15px;font-weight:600;letter-spacing:-.025em}.result-rank{background:#e5e7eb;color:#4b5563;padding:4px 10px;border-radius:14px;font-size:12px;font-weight:600;min-width:28px;text-align:center;box-shadow:0 1px 2px #0000001a}.result-item.recommended .result-rank{background:#4b5563;color:#fff;box-shadow:0 2px 4px #00000026}.result-details{margin-bottom:8px}.result-details p{margin:3px 0;color:#6b7280;font-size:13px;line-height:1.4}.result-details strong{color:#374151;font-weight:600}.result-actions{text-align:right}.result-ship h6{margin:0 0 6px;color:#1f2937;font-size:14px;font-weight:600;letter-spacing:-.025em}.result-reason{margin:0 0 8px;color:#6b7280;font-size:12px;line-height:1.4;font-style:italic}.result-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.result-metrics span{background:#f3f4f6;color:#4b5563;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;border:1px solid #e5e7eb}.reason-error{color:#dc2626!important;font-weight:600!important}.result-limitations{display:flex;align-items:center;gap:12px;margin-top:8px}.limitation-badge{background:#ef4444;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.capacity-info{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;border:1px solid #e5e7eb}.non-viable-summary{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:10px;padding:16px;margin-top:20px;box-shadow:0 2px 8px #0000000d}.non-viable-summary h4{margin:0 0 16px;color:#dc2626;font-size:16px;font-weight:700;text-align:center;letter-spacing:-.025em}.non-viable-categories{display:flex;flex-direction:column;gap:12px}.category-group{background:#fff;border:1px solid #fecaca;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000000d}.category-title{margin:0 0 8px;color:#dc2626;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px}.category-ships{display:flex;flex-wrap:wrap;gap:8px}.non-viable-ship{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:6px 10px;display:flex;align-items:center;gap:6px;font-size:12px;transition:all .2s ease}.non-viable-ship:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ship-name{color:#dc2626;font-weight:600}.ship-capacity{color:#9ca3af;font-weight:500;font-size:11px}.btn-select-ship{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:1px solid #4b5563;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-select-ship:hover{background:linear-gradient(135deg,#7a8290,#5b6470);border-color:#5b6470;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.btn-select-ship:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.result-compact{display:flex;align-items:center;gap:8px;padding:4px 0}.ship-name-compact{color:#374151;font-size:13px;font-weight:500}.ship-reason-compact{color:#9ca3af;font-size:12px;font-style:italic}.result-item.cannot-carry{padding:8px 12px;border-left:3px solid #ef4444;opacity:.6}.result-item.cannot-carry:hover{background:#f9fafb;opacity:.8}@media (max-width: 768px){.ship-recommender-widget{margin:5px;min-width:280px}.widget-header{flex-direction:column;gap:8px;align-items:stretch}.result-header{flex-direction:column;align-items:flex-start;gap:4px}.result-actions{text-align:left;margin-top:8px}}.floating-app-header{position:fixed;top:20px;left:0;z-index:9999;background:linear-gradient(135deg,#689e6a,#4d5c70);border-radius:0 12px 12px 0;box-shadow:0 4px 16px #0003;padding:12px 20px 12px 16px;display:flex;align-items:center;gap:10px;pointer-events:auto;transform:translate(-10px);transition:transform .3s ease}.floating-app-header:hover{transform:translate(0)}.floating-app-header .app-logo{width:32px;height:32px;flex-shrink:0;filter:brightness(0) invert(1)}.floating-app-header .app-text{display:flex;flex-direction:column;gap:1px}.floating-app-header .app-title{margin:0;font-size:16px;font-weight:700;color:#fff;line-height:1.1;text-shadow:0 1px 2px rgba(0,0,0,.3)}.floating-app-header .app-subtitle{margin:0;font-size:10px;font-weight:500;color:#fffc;line-height:1.1;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hamburger-menu-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;margin-right:8px}.hamburger-menu-btn:hover{background-color:#e98d0833}.hamburger-icon{display:flex;flex-direction:column;gap:3px;width:16px;height:12px}.hamburger-icon span{width:100%;height:2px;background-color:#fff;border-radius:1px;transition:all .3s ease}.hamburger-menu-btn:hover .hamburger-icon span{background-color:#ffffffe6}.hamburger-menu-dropdown{position:fixed;top:60px;left:0;z-index:10000;background:linear-gradient(135deg,#689e6a,#4d5c70);border-radius:0 8px 8px 0;box-shadow:0 8px 24px #0000004d;padding:8px 0;min-width:200px;transform:translate(-10px);animation:slideInFromLeft .3s ease}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(-10px);opacity:1}}.menu-item{border-bottom:1px solid rgba(255,255,255,.1)}.menu-item:last-child{border-bottom:none}.menu-link{display:block;padding:12px 16px;color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.menu-link:hover{background-color:#e98d0833;color:#fffffff2;transform:translate(4px)}.draggable-widget{transition:box-shadow .2s ease;cursor:default}.draggable-widget .widget-header-base{color:#fff;padding:16px 20px;border-radius:12px 12px 0 0;cursor:grab;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:18px;height:56px;box-sizing:border-box;border:none}.draggable-widget .widget-header-base:active{cursor:grabbing}.draggable-widget .widget-header-base .widget-icon{width:24px;height:24px;filter:brightness(0) invert(1);flex-shrink:0}.floating-missions-header,.camera-header,.ship-widget-header,.hauling-widget-header,.route-widget-header{height:56px!important;min-height:56px!important;max-height:56px!important;overflow:hidden}.draggable-widget:hover{box-shadow:0 4px 12px #00000026}.draggable-widget.dragging{box-shadow:0 8px 24px #0000004d;transform:scale(1.02);transition:transform .1s ease;cursor:grabbing!important}.draggable-missions-panel{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;border:none;width:500px;min-width:500px;max-width:500px;max-height:80vh;overflow:hidden}.draggable-missions-panel .floating-missions-header{background:linear-gradient(135deg,#689e6a,#5a8a5c)}.missions-header-content{display:flex;align-items:center;gap:8px}.missions-status-badges{display:flex;align-items:center;gap:4px}.missions-count-badge{border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:none;box-shadow:none;cursor:pointer;transition:opacity .2s ease}.missions-count-badge:hover{opacity:.8}.missions-count-badge.selected{border:2px solid rgba(255,255,255,.9);opacity:1}.missions-count-badge.active{background:#3b82f6e6;color:#fff}.missions-count-badge.completed{background:#22c55ee6;color:#fff}.missions-count-badge.abandoned{background:#ef4444e6;color:#fff}.draggable-missions-panel .floating-missions-body{max-height:calc(80vh - 80px);overflow-y:auto;padding:0;cursor:default}.floating-missions-collapsed{padding:12px 16px;background:#fffffff2;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto}.collapsed-missions-list{display:flex;flex-direction:column;gap:8px}.collapsed-mission-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#689e6a1a;border-radius:6px;border-left:3px solid #689e6a;transition:all .2s ease}.collapsed-mission-item:hover{background:#689e6a26;transform:translate(2px)}.collapsed-mission-name{font-weight:600;color:#374151;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.collapsed-mission-scu{font-size:11px;color:#6b7280;font-weight:500;background:#689e6a33;padding:2px 6px;border-radius:4px;white-space:nowrap}.collapsed-mission-more{text-align:center;font-size:12px;color:#9ca3af;font-style:italic;padding:4px;background:#9ca3af1a;border-radius:4px}.collapsed-no-missions{text-align:center;color:#9ca3af;font-size:13px;font-style:italic;padding:16px}.ship-widget-body,.camera-controls-compact,.floating-missions-body,.hauling-widget-body,.route-widget-content{cursor:default!important}.widget-controls{display:flex;gap:8px;align-items:center}.widget-control-btn{background:#fff3;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:28px;height:28px}.widget-control-btn:hover{background:#ffffff4d;transform:scale(1.05)}.widget-control-btn.locked{background:#22c55e4d;color:#22c55e}.widget-control-btn.locked:hover{background:#22c55e66}.draggable-missions-panel .widget-control-btn:first-child{background:#64748b;color:#fff}.draggable-missions-panel .widget-control-btn:first-child:hover{background:#475569}.draggable-missions-panel .widget-control-btn:nth-child(2){background:#3b82f6;color:#fff}.draggable-missions-panel .widget-control-btn:nth-child(2):hover{background:#2563eb}.widget-control-btn.map-3d-btn{background:#c4a57b;color:#fff}.widget-control-btn.map-3d-btn:hover{background:#b08968}.widget-control-btn.blink{animation:blink 2s infinite}@keyframes blink{0%,to{background:#64748b}50%{background:#94a3b8}}.widget-control-btn.blink-route{animation:blinkRoute 2s infinite}@keyframes blinkRoute{0%,to{background:#2563eb;color:#fff}50%{background:#60a5fa;color:#fff}}.widget-control-btn.blink-ship{animation:blinkShip 2s infinite}@keyframes blinkShip{0%,to{background:#fca5a5;color:#fff}50%{background:#fecaca;color:#fff}}.ship-search-input.blink-ship{animation:blinkShip 2s infinite}.draggable-camera-widget{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;border:none;min-width:140px;max-width:175px;max-height:40vh;overflow:hidden}.draggable-camera-widget .camera-header{background:linear-gradient(135deg,#e98d08,#d17a07)}.draggable-camera-widget .camera-controls-compact{max-height:calc(40vh - 40px);overflow-y:auto;padding:8px}.draggable-ship-widget{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;border:none;min-width:400px;max-width:600px;max-height:80vh;overflow:hidden}.draggable-ship-widget .ship-widget-header{background:linear-gradient(135deg,#a1a8b2,#8a919b)}.widget-title-with-ship{display:flex;align-items:center;gap:8px}.widget-title-with-ship span{font-weight:600;color:#1f2937}.widget-title-with-ship span:empty:after{content:" - Sin nave seleccionada";font-style:italic;color:#6b7280;font-weight:400}.draggable-ship-widget .ship-widget-body{max-height:calc(80vh - 80px);overflow-y:auto;padding:16px}.draggable-widget:before{content:"⋮⋮";position:absolute;top:8px;right:8px;color:#0000004d;font-size:12px;line-height:1;pointer-events:none;opacity:0;transition:opacity .2s ease}.draggable-widget:hover:before{opacity:1}.draggable-widget{transition:transform .1s ease,box-shadow .2s ease}.draggable-widget.dragging{z-index:1001}.draggable-widget.locked{cursor:default!important}.draggable-widget.locked:before{display:none}.draggable-widget.locked:hover{box-shadow:0 4px 12px #0000001a}.draggable-hauling-widget{background:#f5f5f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0003;border:none;min-width:720px;max-width:960px;max-height:80vh;overflow:hidden}.draggable-hauling-widget .hauling-widget-header{background:linear-gradient(135deg,#4d5c70,#3a4756)}.draggable-hauling-widget .hauling-widget-body{max-height:calc(80vh - 80px);overflow-y:auto;padding:16px;background:#f5f5f5f2;color:#333}.draggable-hauling-widget .hauling-actions{display:flex;flex-direction:column;gap:12px}.draggable-hauling-widget .btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #f59e0b4d}.draggable-hauling-widget .btn-primary:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.draggable-hauling-widget .btn-primary:active{transform:translateY(0)}.draggable-route-widget{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0000001a;border:none;width:450px;min-width:450px;max-width:450px;max-height:80vh;overflow:hidden}.draggable-route-widget .route-widget-header{background:linear-gradient(135deg,#3b82f6,#2563eb)}.widget-title-with-icon{display:flex;align-items:center;gap:8px}.widget-title-with-icon svg{flex-shrink:0}.draggable-route-widget .route-widget-content{max-height:calc(80vh - 80px);overflow-y:auto;padding:16px;cursor:default}.draggable-route-map-widget{background:linear-gradient(135deg,#fffffff2,#f8fafcfa);box-shadow:0 20px 40px #00000026,0 8px 16px #bc8f8f26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;animation:slideInLeft .3s ease-out;overflow:hidden;display:flex;flex-direction:column;min-width:400px;max-width:600px;width:fit-content;height:fit-content;transition:all .3s ease;border-radius:12px}.draggable-route-map-widget.expanded{min-width:800px;max-width:90vw;width:fit-content;height:fit-content;max-height:85vh}.draggable-route-map-widget.fullscreen{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;min-width:100vw!important;min-height:100vh!important;z-index:9999!important;border-radius:0!important;border:none!important;box-shadow:none!important}.route-map-widget-header{background:linear-gradient(135deg,#c4a57b,#b08968)}.draggable-route-map-widget .route-map-widget-content{overflow:hidden;padding:0;cursor:default;display:flex;flex-direction:column;width:100%;flex:1}.draggable-route-map-widget.fullscreen .route-map-widget-content{height:calc(100vh - 60px)}.route-map-widget-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.route-map-widget-empty p{margin:.5rem 0;font-size:.875rem;line-height:1.4}@media (max-width: 768px){.draggable-missions-panel{width:90vw;min-width:90vw;max-width:90vw}.draggable-camera-widget{min-width:100px}.draggable-hauling-widget{min-width:352px;max-width:90vw}.draggable-route-widget{width:90vw;min-width:90vw;max-width:90vw}}.widget-control-btn.compass-btn.active{background-color:#5c4033}.widget-control-btn.compass-btn.active:hover{background-color:#4a3329}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.6}#root{height:100vh;width:100vw}.app-container{display:flex;height:100vh;background:linear-gradient(135deg,#665c54,#32302f)}.control-panel{width:400px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem .5rem;overflow-y:auto;box-shadow:0 20px 40px #32302f4d;border-right:1px solid rgba(102,92,84,.3);transition:width .3s ease;position:relative}.control-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:linear-gradient(110deg,transparent 0%,rgba(104,158,106,.15) 30%,rgba(104,158,106,.2) 50%,rgba(104,158,106,.15) 70%,transparent 100%),linear-gradient(70deg,transparent 0%,rgba(104,158,106,.12) 25%,rgba(104,158,106,.18) 55%,rgba(104,158,106,.12) 80%,transparent 100%),linear-gradient(130deg,transparent 0%,rgba(104,158,106,.14) 35%,rgba(104,158,106,.16) 65%,rgba(104,158,106,.14) 85%,transparent 100%);background-size:400px 2px,350px 1.5px,380px 2.5px;background-position:-400px 25%,-350px 55%,-380px 75%;background-repeat:no-repeat;animation:routeFlow 18s linear infinite}@keyframes routeFlow{0%{background-position:-400px 25%,-350px 55%,-380px 75%}to{background-position:calc(100% + 400px) 25%,calc(100% + 350px) 55%,calc(100% + 380px) 75%}}.control-panel>*{position:relative;z-index:1}.control-panel.expanded{width:800px!important;min-width:800px!important;max-width:800px!important;z-index:1000;flex-shrink:0;border:3px solid #FF0000!important}.material-group-card{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid #c084fc;border-radius:12px;padding:20px;margin-bottom:20px;position:relative;transition:all .2s ease;box-shadow:0 4px 16px #8b5cf61a;min-width:300px;flex:1}.mission-modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;padding:0;max-width:50%!important;width:50%!important;max-height:90vh;overflow-y:auto;overflow-x:visible;position:relative;animation:modalSlideIn .3s ease-out}.mission-modal-content h5{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1f2937;margin:0;padding:20px 24px;border-bottom:1px solid #e5e7eb;font-size:1.25rem;font-weight:700;border-radius:12px 12px 0 0}.mission-modal-content .modal-body{padding:20px}.mission-modal-content .cargo-groups-section{width:100%;margin-bottom:24px}.mission-modal-content .cargo-groups-container{display:flex;flex-direction:column;gap:16px;width:100%}.mission-modal-content .material-group-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:16px;width:100%;transition:all .2s ease}.mission-modal-content .material-group-card:hover{border-color:#8b5cf6;box-shadow:0 8px 24px #8b5cf61a}.mission-modal-content .group-title{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#374151;font-size:1.1rem;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.mission-modal-content .btn-remove-group{background:#ef4444;color:#fff;border:none;border-radius:6px;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .2s ease;flex-shrink:0}.mission-modal-content .btn-remove-group:hover{background:#dc2626;transform:scale(1.05)}.mission-modal-content .group-horizontal-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:nowrap;width:100%}.mission-modal-content .material-label,.mission-modal-content .box-label,.mission-modal-content .quantity-label,.mission-modal-content .destination-label{flex:0 0 auto;min-width:60px}.mission-modal-content .material-label label,.mission-modal-content .box-label label,.mission-modal-content .quantity-label label,.mission-modal-content .destination-label label{font-weight:600;color:#374151;font-size:.85rem;margin:0;white-space:nowrap}.mission-modal-content .material-selector,.mission-modal-content .box-type-selector,.mission-modal-content .destination-input{flex:1;min-width:100px}.mission-modal-content .quantity-input{flex:0 0 auto;min-width:80px;max-width:100px}.mission-modal-content .material-selector select,.mission-modal-content .box-type-selector select,.mission-modal-content .quantity-input input,.mission-modal-content .destination-input input{width:100%;padding:8px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff;color:#374151;transition:all .2s ease}.mission-modal-content .material-selector select:focus,.mission-modal-content .box-type-selector select:focus,.mission-modal-content .quantity-input input:focus,.mission-modal-content .destination-input input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.mission-modal-content .btn-add-item{background:#8b5cf6;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;white-space:nowrap;min-width:40px;height:36px}.mission-modal-content .btn-add-item:hover{background:#7c3aed;transform:translateY(-1px)}.mission-modal-content .cargo-groups-header{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:0}.mission-modal-content .cargo-groups-header label{font-weight:600;color:#374151;font-size:1.1rem;margin:0}.mission-modal-content .btn-add-group{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.mission-modal-content .btn-add-group:hover{background:#7c3aed;transform:translateY(-1px)}.mission-modal-content .btn-add-group .btn-icon{width:14px;height:14px}.mission-modal-content .cargo-list{margin-bottom:16px}.mission-modal-content .cargo-list h4{margin-bottom:8px;font-size:.9rem;color:#374151;font-weight:600}.mission-modal-content .cargo-items{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mission-modal-content .cargo-item-square{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:8px;min-height:80px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;position:relative}.mission-modal-content .cargo-item-square:hover{border-color:#8b5cf6;box-shadow:0 4px 12px #8b5cf61a}.mission-modal-content .cargo-item-square .item-name{font-weight:600;color:#374151;font-size:.8rem;margin-bottom:4px;line-height:1.2}.mission-modal-content .cargo-item-square .item-details{color:#6b7280;font-size:.7rem;margin-bottom:8px}.mission-modal-content .cargo-item-square .item-quantity{color:#374151;font-weight:500;font-size:.75rem;margin-bottom:2px}.mission-modal-content .cargo-item-square .item-total{color:#059669;font-weight:600;font-size:.8rem}.mission-modal-content .cargo-item-square .btn-remove-item{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:18px;height:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;transition:all .2s ease}.mission-modal-content .cargo-item-square .btn-remove-item:hover{background:#dc2626;transform:scale(1.1)}.mission-modal-content .group-total{background:#f0f9ff;border:2px solid #0ea5e9;border-radius:8px;padding:12px 16px;text-align:center;font-weight:600;color:#0369a1;font-size:1rem}.material-group-card:hover{border-color:#8b5cf6;box-shadow:0 8px 24px #8b5cf633;transform:translateY(-2px)}.material-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.material-group-label{font-weight:700;color:#6b46c1;font-size:18px;margin:0;text-align:center;width:100%;text-shadow:0 1px 2px rgba(0,0,0,.1)}.material-group-delete{background:#ef4444;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;line-height:1;transition:all .2s ease;position:absolute;top:12px;right:12px}.material-group-delete:hover{background:#dc2626;transform:scale(1.1)}.material-group-name-field{margin-bottom:16px}.material-group-name-field input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;background:#fff;transition:all .2s ease}.material-group-name-field input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.material-group-name-field input::placeholder{color:#9ca3af}.material-selection-row{display:flex;gap:12px;align-items:center;margin-bottom:16px}.material-selector{flex:1}.material-selector label{display:block;margin-bottom:8px;font-weight:600;color:#6b46c1;font-size:14px}.material-selector select{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background:#fff;transition:all .2s ease;cursor:pointer}.material-selector select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.material-icon-container{width:48px;height:48px;background:#11ba82;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #11ba82}.material-icon-container img{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.material-name-field{flex:1;position:relative}.material-name-field input{width:100%;padding:8px 32px 8px 12px;border:1px solid #11ba82;border-radius:4px;font-size:14px;font-weight:600;color:#374151;background:#fff;transition:all .2s ease}.material-name-field input.error{border-color:#ef4444;color:#9ca3af}.material-name-field input:focus{outline:none;border-color:#0ea571;box-shadow:0 0 0 2px #11ba8233}.material-name-field input.error:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.material-dropdown{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#11ba82;pointer-events:none;font-size:12px}.cargo-details-row{display:flex;gap:12px;align-items:center}.scu-field{position:relative;min-width:100px}.scu-field input{width:100%;padding:8px 32px 8px 12px;border:2px solid #000000;border-radius:4px;font-size:14px;font-weight:600;color:#000;background:#fff;transition:all .2s ease}.scu-field input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.quantity-field{position:relative;min-width:60px;max-width:80px;margin:0 auto}.quantity-field input{width:100%;padding:8px 12px;border:2px solid #000000;border-radius:4px;font-size:14px;font-weight:600;color:#000;background:#fff;text-align:center;transition:all .2s ease}.quantity-field input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 2px #10b98133}.quantity-controls{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;gap:4px}.quantity-btn{width:20px;height:20px;border:none;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .2s ease}.quantity-btn.plus{background:#10b981;color:#fff}.quantity-btn.plus:hover{background:#059669}.quantity-btn.minus{background:#ef4444;color:#fff}.quantity-btn.minus:hover{background:#dc2626}.remove-item-btn{background:#ef4444;border:none;color:#fff;width:24px;height:24px;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease;margin-left:8px}.remove-item-btn:hover{background:#dc2626;transform:scale(1.1)}.group-cargo-items{margin-top:12px;padding-top:12px;border-top:1px solid #11ba82}.cargo-item-card{display:flex;gap:12px;align-items:center;margin-bottom:8px;padding:8px;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;transition:all .2s ease}.cargo-item-card:hover{border-color:#11ba82;background:#f0fdf4}.cargo-item-scu{min-width:80px;position:relative}.cargo-item-scu input{width:100%;padding:6px 24px 6px 8px;border:1px solid #11ba82;border-radius:4px;font-size:12px;font-weight:600;color:#374151;background:#fff;text-align:center}.cargo-item-quantity{min-width:60px;position:relative}.cargo-item-quantity input{width:100%;padding:6px 32px 6px 8px;border:1px solid #11ba82;border-radius:4px;font-size:12px;font-weight:600;color:#374151;background:#fff;text-align:center}.cargo-item-controls{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;gap:2px}.cargo-item-btn{width:16px;height:16px;border:none;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;transition:all .2s ease}.cargo-item-btn.plus{background:#11ba82;color:#fff}.cargo-item-btn.plus:hover{background:#0ea571}.cargo-item-btn.minus{background:#ef4444;color:#fff}.cargo-item-btn.minus:hover{background:#dc2626}.cargo-item-remove{background:#ef4444;border:none;color:#fff;width:20px;height:20px;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .2s ease}.cargo-item-remove:hover{background:#dc2626;transform:scale(1.1)}.add-cargo-item-btn{width:100%;padding:8px;background:#11ba82;border:1px solid #11ba82;color:#fff;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.add-cargo-item-btn:hover{background:#0ea571;border-color:#0ea571}.btn-add-group{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:1px solid #8b5cf6;color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px #8b5cf633}.btn-add-group:hover{background:linear-gradient(135deg,#7c3aed,#9333ea);border-color:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.total-mission-scu{background:#fff;border:1px solid #d1d5db;color:#000;padding:12px 16px;border-radius:6px;font-size:16px;font-weight:700;text-align:center;margin-top:16px;box-shadow:0 1px 3px #0000001a}.btn-create-mission{background:#11ba82;border:1px solid #11ba82;color:#fff;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-create-mission:hover{background:#0ea571;border-color:#0ea571}.btn-create-mission:disabled{background:#d1d5db;border-color:#d1d5db;color:#6b7280;cursor:not-allowed}.btn-cancel{background:#f87171;border:1px solid #f87171;color:#fff;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#ef4444;border-color:#ef4444}.app-header{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:2.5rem}.app-text{display:flex;flex-direction:column;align-items:flex-start}.app-logo{width:80px;height:auto;display:block;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.app-title{font-size:1.875rem;font-weight:800;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.app-subtitle{color:#64748b;font-size:.875rem;font-weight:500}.section{margin-bottom:1rem}.section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.section-title-left{display:flex;align-items:center;gap:.5rem}.section-logo{width:40px;height:40px;object-fit:contain}.section-title-text{font-size:1.125rem;font-weight:700;color:#0f172a}.reset-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #ef44444d}.reset-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #ef444466}.reset-button:active{transform:translateY(0);box-shadow:0 2px 4px #ef44444d}.strategy-selector{margin-top:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.strategy-selector label{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.5rem}.strategy-select{width:100%;padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease}.strategy-select:hover{background:#ffffff26;border-color:#ffffff4d}.strategy-select:focus{outline:none;border-color:#689e6a;box-shadow:0 0 0 2px #689e6a33}.strategy-select option{background:#1e293b;color:#fff}.placement-strategy-selector{margin:.5rem 0;padding:.75rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.placement-strategy-selector label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.strategy-buttons{display:flex;gap:0;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.strategy-btn{flex:1;padding:.5rem .75rem;background:#fff;border:none;border-right:1px solid #e2e8f0;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;position:relative}.strategy-btn:last-child{border-right:none}.strategy-btn:hover{background:#f8fafc;color:#334155}.strategy-btn.active{background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border-right:1px solid #5a8a5c}.strategy-btn.active:last-child{border-right:none}.strategy-btn.active:hover{background:linear-gradient(135deg,#5a8a5c,#4d7a4f)}.section-indicator{width:8px;height:8px;border-radius:50%;margin-right:.75rem;background:linear-gradient(135deg,#689e6a,#5a8a5c)}.cargo-manager-section{border:none;border-radius:0;padding:0;margin:0 0 1.5rem;background:transparent;box-shadow:none;position:relative;overflow:hidden}.cargo-manager-section .section-title{margin:0}.cargo-manager-section .section-title .section-title-left{display:flex;align-items:center;gap:.75rem}.ship-section{border:2px solid rgba(102,92,84,.4);border-radius:12px;padding:1rem;background:#665c5414;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ship-section .section-title{margin:0}.ship-section .section-title .section-title-left{display:flex;align-items:center;gap:.75rem}.ship-section .section-toggle-icon{color:#475569}.cargo-manager-content{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#689e6a14,#ffffff80);border-radius:16px;border:2px solid #a7f3d0;box-shadow:0 4px 16px #689e6a1f;animation:slideDown .3s ease;width:100%;box-sizing:border-box}.submenu-content{margin-top:1.5rem}.visualization-config-section{border:1px solid rgba(102,92,84,.3);border-radius:8px;background:#ffffff80;overflow:hidden}.visualization-config-header{width:100%;padding:1rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.visualization-config-header:hover{background:#689e6a0d}.visualization-config-header .section-title{margin:0}.config-toggle-icon{width:20px;height:20px;color:#64748b;transition:transform .2s ease}.config-toggle-icon.open{transform:rotate(180deg)}.visualization-config-content{padding:0 1rem 1rem;animation:slideDown .2s ease}.camera-controls{padding:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(102,92,84,.2)}.camera-controls-title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;text-align:left;display:flex;align-items:center;gap:.5rem}.camera-buttons{display:flex;gap:.5rem;justify-content:space-between;flex-wrap:wrap}.camera-btn{flex:1;min-width:calc(33.33% - .35rem);padding:.5rem;border:1px solid rgba(102,92,84,.3);border-radius:6px;background:#ffffffe6;cursor:pointer;transition:all .2s ease;font-weight:500;color:#1f2937;font-size:.7rem;text-align:center}.camera-btn:hover{background:#fff;border-color:#689e6a;transform:translateY(-1px)}.camera-btn:active{transform:translateY(0)}.visualization-filters{display:flex;gap:.75rem;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(102,92,84,.15)}.filter-checkbox{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.75rem;color:#1f2937;font-weight:500;-webkit-user-select:none;user-select:none}.filter-checkbox input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#689e6a}.filter-checkbox input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.filter-checkbox span{white-space:nowrap}.filter-checkbox:has(input:disabled){opacity:.5;cursor:not-allowed}.ship-search-container{position:relative;z-index:99998;display:flex;flex-direction:column;gap:.5rem}.ship-search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid rgba(102,92,84,.3);border-radius:8px;background:#ffffffe6;color:#1f2937;font-size:.875rem;transition:all .2s ease}.ship-search-input.no-ship-selected{border:2px solid #ef4444;border-color:#ef4444}.ship-search-input.no-ship-selected:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #ef44441a}.ship-search-input:focus{outline:none;border-color:#689e6a;background:#fff;box-shadow:0 0 0 3px #689e6a1a}.btn-ship-designer{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #689e6a4d}.btn-ship-designer:hover{transform:translateY(-2px);box-shadow:0 6px 16px #689e6a66;background:linear-gradient(135deg,#5a8a5c,#4d7a4f)}.btn-ship-designer:active{transform:translateY(0);box-shadow:0 2px 8px #689e6a4d}.btn-ship-designer.btn-edit-mode{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.btn-ship-designer.btn-edit-mode:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 16px #f59e0b66}.btn-ship-designer.btn-edit-mode:active{box-shadow:0 2px 8px #f59e0b4d}.ship-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.ship-search-clear:hover{background:#6b72801a;color:#374151}.ship-search-clear svg{width:16px;height:16px}.ship-dropdown{position:absolute;top:100%;left:0;right:0;background:#fffffff2;border:1px solid rgba(102,92,84,.3);border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:200px;overflow-y:auto;z-index:99999;margin-top:2px}.ship-dropdown-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid rgba(102,92,84,.1)}.ship-dropdown-item:last-child{border-bottom:none}.ship-dropdown-item:hover{background:#689e6a1a}.ship-dropdown-name{font-weight:600;color:#1f2937;font-size:.875rem}.ship-dropdown-details{font-size:.75rem;color:#6b7280;margin-top:.25rem}.ship-dropdown-environments{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}.env-tag{font-size:.65rem;padding:2px 6px;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.env-ground{background:#dcfce7;color:#166534}.env-atmospheric{background:#dbeafe;color:#1e40af}.env-space{background:#fce7f3;color:#be185d}.box-selector{display:grid;gap:.75rem}.box-option{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fffc;cursor:pointer;transition:all .3s ease;position:relative}.box-option:hover{border-color:#689e6a;background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #689e6a26}.box-option.selected{border-color:#689e6a;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 8px 25px #689e6a33}.box-option.selected:after{content:"";position:absolute;top:8px;right:8px;width:12px;height:12px;background:#689e6a;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.box-name{font-weight:700;font-size:1.125rem;color:#0f172a;margin-bottom:.5rem}.box-dimensions{font-size:.875rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.25rem .75rem;border-radius:6px;display:inline-block;margin-bottom:.5rem}.box-description{font-size:.75rem;color:#64748b;font-weight:500}.box-color{width:24px;height:24px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:2px solid white}.box-info{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000d}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fffc;border-radius:10px;margin-bottom:.75rem}.info-row:last-child{margin-bottom:0}.info-label{color:#475569;font-weight:600;font-size:.875rem}.info-value{font-weight:700;font-size:.875rem}.scu-badge{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700}.dimensions-badge{background:#f1f5f9;color:#0f172a;padding:.25rem .75rem;border-radius:6px;font-family:Monaco,Menlo,monospace;font-weight:600}.color-preview{width:32px;height:32px;border-radius:12px;box-shadow:0 4px 12px #00000026;border:3px solid white}.btn{width:100%;padding:1rem 1.5rem;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.btn:last-child{margin-bottom:0}.btn-primary{background:linear-gradient(135deg,#047c59,#065f46);color:#fff;box-shadow:0 4px 20px #047c594d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #047c5966}.btn-success{background:linear-gradient(135deg,#5d8e5f,#4a7a4c);color:#fff;box-shadow:0 4px 20px #5d8e5f4d}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 30px #5d8e5f66;background:linear-gradient(135deg,#4a7a4c,#3d663f)}.btn-secondary{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 4px 20px #64748b4d}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #64748b66}.btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 20px #dc26264d}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 30px #dc262666}.btn-icon{width:20px;height:20px}.btn-sm{padding:.5rem .75rem;font-size:.875rem;width:auto;margin-bottom:0}.btn-sm .btn-icon{width:16px;height:16px}.add-button-container{display:flex;gap:0;margin-bottom:1rem}.add-button-main{flex:1;border-radius:12px 0 0 12px;margin-bottom:0}.add-button-rotate{padding:1rem;border-radius:0 12px 12px 0;margin-bottom:0;min-width:80px;background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;box-shadow:0 4px 20px #689e6a4d}.add-button-rotate:hover{transform:translateY(-2px);box-shadow:0 8px 30px #689e6a66}.rotation-indicator{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #0000000d}.rotation-label{color:#64748b;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.rotation-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#689e6a,#5a8a5c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cargo-list-header{margin-top:1.5rem;margin-bottom:.5rem;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;padding:.5rem 0}.cargo-list{max-height:300px;overflow-y:auto;padding-right:.5rem}.cargo-list-container{display:flex;flex-direction:column;gap:.5rem}.cargo-empty{text-align:center;padding:2rem;background:#ffffff80;border:2px dashed #cbd5e1;border-radius:16px}.cargo-empty-icon{width:64px;height:64px;margin:0 auto 1rem;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center}.cargo-empty-icon svg{width:32px;height:32px;color:#94a3b8}.cargo-empty-text{color:#64748b;font-weight:600;margin-bottom:.25rem}.cargo-empty-subtext{color:#94a3b8;font-size:.75rem}.cargo-item{display:flex;flex-direction:column;padding:1rem;background:#fffc;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.cargo-item:hover{border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px #0003}.cargo-item.selected{border-color:#fff;box-shadow:0 0 0 3px #fff,0 4px 20px #0000004d;transform:translateY(-1px)}.cargo-item:last-child{margin-bottom:0}.cargo-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.cargo-details{display:flex;flex-direction:column;gap:.25rem}.cargo-content{font-weight:700;color:#000;font-size:1.125rem;text-align:center}.cargo-position{font-size:.75rem;color:#64748b;font-family:Monaco,Menlo,monospace;background:#f1f5f9;padding:.125rem .5rem;border-radius:4px;display:inline-block}.cargo-actions{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:auto}.btn-remove{padding:.5rem;border:none;background:#0000001a;color:#000;border-radius:8px;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-remove:hover{color:#000;background:#0003;transform:scale(1.1)}.btn-remove:last-child:hover{color:#fff;background:#ef4444cc}.btn-remove svg{width:16px;height:16px}.control-panel::-webkit-scrollbar,.cargo-list::-webkit-scrollbar{width:6px}.control-panel::-webkit-scrollbar-track,.cargo-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.control-panel::-webkit-scrollbar-thumb,.cargo-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.control-panel::-webkit-scrollbar-thumb:hover,.cargo-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ship-info{position:relative;background:linear-gradient(135deg,#0006,#000000b3);background-size:100% auto;background-position:center;background-repeat:no-repeat;background-blend-mode:overlay;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;min-height:200px}.ship-info:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f172a80,#1e293bb3);border-radius:14px;z-index:1}.ship-info>*{position:relative;z-index:2}.ship-name{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}.ship-manufacturer{color:#cbd5e1;font-size:.875rem;font-weight:500;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.ship-specs{display:grid;gap:.75rem;width:100%}.ship-environments{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px;margin-bottom:12px;justify-content:center}.ship-spec{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;transition:all .3s ease}.ship-spec:hover{background:#ffffff40;transform:translateY(-1px)}.spec-label{color:#e2e8f0;font-weight:600;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.spec-value{color:#fff;font-weight:700;font-size:.875rem}.grids-section{width:100%}.grids-toggle{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;color:#fff!important;padding:.75rem 1rem!important;width:100%!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-size:.875rem!important;font-weight:600!important;margin-top:1rem!important;transition:all .3s ease!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grids-toggle:hover{background:#ffffff40!important;transform:translateY(-1px)}.grids-toggle svg{transition:transform .3s ease}.grids-details{margin-top:.75rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.grid-item{background:#ffffff14;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem;transition:all .3s ease}.grid-item:hover{background:#ffffff1f;transform:translateY(-1px)}@keyframes groupMove{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.grid-group-moving{animation:groupMove .3s ease-in-out}.grid-group-priority-1{border:2px solid #689e6a!important;box-shadow:0 0 10px #689e6a4d}.loading-modes{margin-bottom:2rem}.mode-selector{display:grid;gap:.75rem;margin-bottom:1.5rem}.loading-mode-btn{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fffc;cursor:pointer;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.loading-mode-btn:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:all .3s ease}.loading-mode-btn:hover{border-color:#689e6a;background:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #689e6a26}.loading-mode-btn.active{border-color:#689e6a;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 4px 20px #689e6a33}.loading-mode-btn.active:before{background:#689e6a}.mode-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:10px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.loading-mode-btn.active .mode-icon{background:linear-gradient(135deg,#689e6a,#568060);transform:scale(1.05)}.mode-info{flex:1}.mode-name{font-weight:700;color:#0f172a;margin-bottom:.25rem}.mode-desc{font-size:.75rem;color:#64748b}.mode-config{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.config-section{width:100%;margin-bottom:1.5rem}.config-section:last-child{margin-bottom:0}.section-header-with-reset{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header-with-reset h4{color:#0f172a;font-weight:700;margin:0;font-size:1rem;letter-spacing:.5px}.config-section h4{color:#0f172a;font-weight:700;margin-bottom:1rem;font-size:1rem;letter-spacing:.5px;padding-bottom:.5rem;border-bottom:2px solid #cbd5e1}.help-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #cbd5e1;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;transition:all .2s ease}.help-header{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.help-header:hover{opacity:.8}.help-title{font-weight:600;font-size:.9rem;margin:0;color:#475569}.help-toggle{font-size:.75rem;color:#64748b;transition:transform .2s ease}.help-content{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.help-list{list-style:none;padding:0;margin:0}.help-list li{padding:.5rem 0;font-size:.85rem;line-height:1.5;color:#475569;display:flex;align-items:center}.help-list li strong{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;margin-right:.5rem;font-weight:700;font-size:.85rem;flex-shrink:0}.help-icon-exclude{background:#ef44441a;border:1.5px solid #ef4444;color:#dc2626}.help-icon-smaller{background:#3b82f61a;border:1.5px solid #3b82f6;color:#2563eb}.help-icon-mission{background:#a855f71a;border:1.5px solid #a855f7;color:#9333ea}.help-label{font-weight:600;margin-right:.25rem;color:#1e293b}.reset-btn{width:24px;height:24px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.reset-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.box-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.box-type-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:2px solid #e2e8f0;border-radius:8px;background:#fffc;cursor:pointer;transition:all .3s ease;min-height:60px}.box-type-option:hover{border-color:#689e6a;background:#fff}.box-type-option.selected{border-color:#689e6a;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.box-type-color{width:16px;height:16px;border-radius:4px;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.box-type-name{flex:1;font-weight:600;color:#0f172a;font-size:.875rem;text-align:center}.box-type-scu{color:#64748b;font-size:.75rem;font-weight:600}.quantity-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.quantity-input{display:flex;flex-direction:column;padding:.5rem;background:#fffc;border-radius:8px;min-height:100px;max-width:140px;margin:0 auto}.quantity-title{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;color:#0f172a;font-size:.875rem;margin-bottom:.5rem}.quantity-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.quantity-controls-horizontal{display:flex;justify-content:center;gap:.25rem}.quantity-color{width:14px;height:14px;border-radius:3px;border:1px solid #e2e8f0;flex-shrink:0}.quantity-number{font-weight:700;color:#0f172a;font-size:.875rem;min-width:20px;text-align:center}.quantity-field{width:50px;padding:.375rem;border:2px solid #e2e8f0;border-radius:6px;text-align:center;font-weight:600;font-size:.875rem}.quantity-field:focus{outline:none;border-color:#689e6a}.quantity-field.mission-mode{background:#f3e8ff;border-color:#a855f7;color:#6b21a8;cursor:not-allowed}.quantity-field.mission-mode:focus{border-color:#a855f7;box-shadow:0 0 0 2px #a855f733}.scu-field.mission-mode-active{border-color:#a855f7;box-shadow:0 0 0 2px #a855f733}.scu-field.mission-mode-active:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f74d}.scu-field:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6;border-color:#d1d5db}.scu-field:disabled:hover{border-color:#d1d5db}.control-btn{width:24px;height:24px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.control-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.control-btn.active{background:#689e6a;color:#fff;border-color:#689e6a}.exclude-btn.active{background:#ef4444;border-color:#ef4444}.exclude-btn.auto-blocked{background:#f87171;border-color:#f87171;color:#fff;opacity:.7;cursor:not-allowed}.exclude-btn.auto-blocked:hover{background:#f87171;border-color:#f87171}.smaller-btn.active{background:#3b82f6;border-color:#3b82f6}.mission-btn.active{background:#8b5cf6;border-color:#8b5cf6}.scu-total{margin-top:1rem;padding:.75rem;background:#fffc;border-radius:8px;text-align:center;color:#0f172a;font-weight:600}.scu-config{display:grid;gap:1rem}.scu-input,.scu-input-group{display:flex;align-items:center;justify-content:center;gap:.5rem}.scu-input label{font-weight:600;color:#0f172a;font-size:.875rem;white-space:nowrap}.scu-unit{font-weight:600;color:#0f172a;font-size:.875rem}.scu-field{width:80px;padding:.5rem;border:2px solid #e2e8f0;border-radius:6px;text-align:center;font-weight:600}.scu-field:focus{outline:none;border-color:#689e6a}.exclude-section{display:grid;gap:.5rem}.exclude-section label{font-weight:600;color:#0f172a}.exclude-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.exclude-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:2px solid #e2e8f0;border-radius:8px;background:#fffc;cursor:pointer;transition:all .3s ease;min-height:60px}.exclude-option:hover{border-color:#689e6a;background:#fff}.exclude-option.selected{border-color:#689e6a;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.exclude-color{width:16px;height:16px;border-radius:4px;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.exclude-option span{font-size:.875rem;font-weight:600;color:#0f172a}.optimization-buttons{display:flex;flex-direction:row;gap:.5rem;margin-top:1rem;justify-content:space-between}.optimization-buttons:has(.select-ship-btn){justify-content:center}.optimization-buttons .btn{width:auto!important;margin-bottom:0!important;flex:1}.optimize-btn{margin-top:0}.fleet-btn{background:linear-gradient(135deg,#5d8e5f,#4a7a4c)!important;border:1px solid #5d8e5f!important;color:#fff!important}.fleet-btn:hover:not(:disabled){background:linear-gradient(135deg,#4a7a4c,#3d663f)!important;border-color:#4a7a4c!important;transform:translateY(-1px);box-shadow:0 6px 20px #5d8e5f66!important}.fleet-btn:disabled{background:#6b7280!important;border-color:#6b7280!important;cursor:not-allowed;transform:none}.reset-btn{background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:1px solid #ef4444!important;color:#fff!important;width:24px!important;height:24px!important;min-width:24px!important;flex:none!important}.reset-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c)!important;border-color:#dc2626!important;transform:translateY(-1px)}.reset-btn:disabled{background:#6b7280!important;border-color:#6b7280!important;cursor:not-allowed;transform:none}.select-ship-btn{background:linear-gradient(135deg,#f59e0b,#d97706)!important;border:1px solid #f59e0b!important;color:#fff!important;width:100%!important;flex:none!important}.select-ship-btn:disabled{background:linear-gradient(135deg,#f59e0b,#d97706)!important;border-color:#f59e0b!important;cursor:not-allowed;transform:none;opacity:.8}.missions-section{background:transparent;border:none;border-radius:0;padding:0;margin:0;box-shadow:none;position:relative;overflow:hidden}.missions-section .section-title{margin:0}.missions-section .section-title .section-title-left{display:flex;align-items:center;gap:.75rem}.missions-section-content{background:transparent;border-radius:0;padding:0;margin-top:0;animation:slideDown .3s ease;width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease;padding:.5rem;border-radius:8px;margin:-.5rem -.5rem 0}.section-header:hover{background:#ffffff4d}.section-toggle-icon{width:24px;height:24px;transition:transform .3s ease;color:#166534}.section-toggle-icon.open{transform:rotate(180deg)}.cargo-manager-section .section-toggle-icon,.missions-section .section-toggle-icon{color:#166534}.mission-manager{width:100%;padding:0;background:transparent;border-radius:0}.mission-controls{margin-bottom:.25rem;width:100%;display:flex;flex-direction:column;gap:.125rem;padding:.25rem;background:transparent;border:none}.mission-controls>*{width:100%}.mission-import-export{margin-bottom:.25rem;width:100%;display:flex;gap:.25rem;padding:.1875rem;background:transparent;border:none}.mission-import-export button,.mission-import-export label{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .5rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.mission-import-export button:disabled,.mission-import-export label:disabled{opacity:.5;cursor:not-allowed}.mission-import-export button:not(:disabled):hover,.mission-import-export label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.mission-import-export .btn-icon{width:14px;height:14px}.route-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:.25rem;background:linear-gradient(135deg,#689e6a14,#ffffff80);border-radius:16px;border:2px solid #a7f3d0;box-shadow:0 4px 16px #689e6a1f}.route-controls>*{margin:0}.mission-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mission-modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;padding:0;max-width:98vw;width:98vw;max-height:90vh;overflow-y:auto;overflow-x:visible;position:relative;animation:modalSlideIn .3s ease-out}.mission-modal-content h5{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1f2937;margin:0;padding:1.5rem 2rem;border-radius:12px 12px 0 0;border-bottom:1px solid #e5e7eb;font-size:1.5rem;font-weight:700;text-align:center;position:relative}.mission-modal-content>*:not(h5){padding:0 2rem;position:relative;z-index:1}.mission-modal-content>*:not(h5):first-of-type{padding-top:2rem}.mission-modal-content>*:not(h5):last-of-type{padding-bottom:2rem}.form-group{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#374151;background:#fff;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-input::placeholder{color:#9ca3af}.coordinates-input{display:flex;gap:.5rem;margin-top:.5rem}.coord-input{width:60px;padding:.5rem;border:2px solid #e2e8f0;border-radius:6px;text-align:center;font-size:.875rem}.coord-input:focus{outline:none;border-color:#689e6a}.modal-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.modal-actions .btn{flex:none;width:120px;height:40px;min-width:120px;max-width:120px;min-height:40px;max-height:40px;text-align:center;padding:0;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.location-search-container{margin-bottom:1rem;position:relative;z-index:1000}.location-search-container.dropdown-active{z-index:9999999}.location-search-input-container{position:relative;display:flex;align-items:stretch;height:40px}.location-search-input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .2s ease;height:100%;box-sizing:border-box}.location-search-input:focus{outline:none;border-color:#689e6a}.location-search-input.input-error{border:2px solid #ef4444!important;background:#fef2f2!important;box-shadow:0 0 0 3px #ef44441a!important}.location-search-input.input-error:focus{outline:none;border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}.location-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.location-search-clear:hover{background:#f1f5f9;color:#ef4444}.location-search-clear svg{width:16px;height:16px}.location-dropdown{position:fixed!important;left:0;right:0;min-width:250px;width:250px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:400px;overflow-y:auto;z-index:9999999!important}.location-dropdown.dropdown-below{top:100%;margin-top:.25rem}.location-dropdown.dropdown-above{bottom:100%;margin-bottom:.25rem}.location-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f1f5f9}.location-dropdown-item:hover{background:#f8fafc}.location-dropdown-item:last-child{border-bottom:none}.location-item-icon{font-size:1.25rem;flex-shrink:0}.location-item-content{flex:1;min-width:0}.location-item-name{font-weight:600;color:#0f172a;font-size:.875rem;margin-bottom:.25rem}.location-item-details{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.location-item-type{font-weight:600;text-transform:capitalize}.location-item-system{color:#64748b}.location-item-coords{font-size:.75rem;color:#64748b;font-family:monospace;flex-shrink:0}.location-dropdown-loading,.location-dropdown-empty{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}.coordinates-display{margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.coordinates-label{font-size:.75rem;font-weight:600;color:#475569;margin-bottom:.5rem}.coordinates-readonly{display:flex;gap:1rem;align-items:center}.coord-value{font-size:.75rem;font-family:monospace;color:#64748b;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;border:1px solid #e2e8f0}.cargo-groups-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cargo-groups-header label{margin-bottom:0;font-weight:600;color:#6b46c1;font-size:1rem}.cargo-group{border:2px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem;background:#f8fafc}.cargo-group-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.cargo-group-info{display:flex;gap:1rem;flex:1}.cargo-group-info input,.cargo-group-info select{flex:1}.cargo-group-items{margin-bottom:1rem}.cargo-item{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.cargo-item select{flex:2}.cargo-item .quantity-input{flex:0 0 80px;text-align:center}.cargo-item .btn{flex:0 0 auto}.cargo-group-summary{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0;font-size:.875rem}.group-scu-total{font-weight:600;color:#0f172a}.group-item-count{color:#64748b}.empty-cargo-groups{text-align:center;padding:2rem;color:#64748b;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1}.total-mission-scu{text-align:center;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:8px;margin-top:1rem;font-size:1rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-sm .btn-icon{width:14px;height:14px}.btn-outline{background:transparent;border:2px solid #3b82f6;color:#3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.form-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;transition:border-color .2s ease}.form-select:focus{outline:none;border-color:#689e6a}.required-field{color:#ef4444;font-weight:700;margin-left:.25rem}.missions-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.mission-card{background:#fffc;border-radius:12px;padding:1rem;border:2px solid #e2e8f0;transition:all .3s ease}.mission-card:hover{border-color:#689e6a;background:#fff}.mission-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.mission-header h6{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.mission-status{display:flex;align-items:center;gap:.5rem}.status-select{padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;background:#fff}.btn-delete{padding:.25rem;border:none;background:transparent;color:#ef4444;border-radius:4px;cursor:pointer;transition:all .2s ease}.btn-delete:hover{background:#fef2f2;color:#dc2626}.btn-delete svg{width:16px;height:16px}.btn-edit{padding:.25rem;border:none;background:transparent;color:#689e6a;border-radius:4px;cursor:pointer;transition:all .2s ease}.btn-edit:hover{background:#eff6ff;color:#5a8a5c}.btn-edit svg{width:16px;height:16px}.mission-details{margin-bottom:.75rem}.mission-summary{margin-top:.75rem}.mission-edit-info{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.mission-route-display{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:#374151;justify-content:center}.mission-boxes-edit{margin-bottom:1.5rem}.mission-route{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.route-arrow{color:#689e6a;font-weight:700}.mission-boxes h6{margin:0 0 .75rem;color:#0f172a;font-size:.875rem;font-weight:600}.mission-box-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.mission-box-input{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff80;border-radius:8px;border:1px solid #e2e8f0}.mission-box-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.mission-box-input span{flex:1;font-size:.75rem;font-weight:500;color:#0f172a}.mission-quantity-input{width:40px;padding:.25rem;border:1px solid #e2e8f0;border-radius:4px;text-align:center;font-size:.75rem}.mission-quantity-input:focus{outline:none;border-color:#689e6a}.cargo-selector{margin:16px 0;padding:16px;background:linear-gradient(135deg,#8b5cf60d,#a855f70d);border:1px solid rgba(139,92,246,.2);border-radius:12px}.selector-row{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.box-type-selector{flex:2;min-width:200px;display:flex;align-items:center;gap:.5rem}.box-type-selector label{display:inline-block;margin:0;font-weight:600;color:#374151;font-size:14px;white-space:nowrap}.box-type-selector select{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background:#fff;transition:all .2s ease;cursor:pointer}.box-type-selector select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.quantity-input-group{flex:1;min-width:120px;display:flex;align-items:center;gap:8px}.quantity-input-group label{display:inline-block;margin:0;font-weight:600;color:#374151;font-size:14px;white-space:nowrap}.quantity-input-group input{width:80px;padding:8px 10px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background:#fff;transition:all .2s ease;text-align:center}.quantity-input-group input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.btn-add-item{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:1px solid #8b5cf6;color:#fff;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8b5cf633;min-width:100px;height:42px}.btn-add-item:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#9333ea);border-color:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.btn-add-item:disabled{background:#d1d5db;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.cargo-list{margin:16px 0}.cargo-list h4{margin:0 0 12px;color:#6b46c1;font-size:16px;font-weight:600}.empty-list{text-align:center;padding:24px;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;font-style:italic}.cargo-items{display:flex;flex-direction:column;gap:8px}.cargo-item-row{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.cargo-item-row:hover{border-color:#8b5cf6;box-shadow:0 2px 8px #8b5cf61a}.item-info{flex:2;display:flex;flex-direction:column;gap:2px}.item-name{font-weight:600;color:#374151;font-size:14px}.item-details{font-size:12px;color:#6b7280}.item-quantity{flex:1;text-align:center}.item-quantity span{font-weight:500;color:#6b46c1;font-size:14px}.item-total{flex:1;text-align:right}.item-total span{font-weight:700;color:#7c3aed;font-size:14px}.btn-remove-item{background:#ef4444;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;line-height:1;transition:all .2s ease;flex-shrink:0}.btn-remove-item:hover{background:#dc2626;transform:scale(1.1)}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding:1.5rem 2rem 2rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.form-actions .btn-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:1px solid #8b5cf6;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8b5cf633}.form-actions .btn-primary:hover{background:linear-gradient(135deg,#7c3aed,#9333ea);border-color:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.form-actions .btn-cancel{background:#6b7280;border:1px solid #6b7280;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.form-actions .btn-cancel:hover{background:#4b5563;border-color:#4b5563;transform:translateY(-1px)}.material-group-summary{margin-top:16px;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#374151}.total-scu{font-weight:700;color:#1f2937;font-size:16px}.floating-mission-carousel{position:fixed;top:100px;right:20px;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1000}.carousel-nav-buttons-top{display:flex;gap:.5rem;margin-bottom:.75rem;width:100%}.carousel-nav-btn{flex:1;height:48px;padding:.5rem;background:#ffffffe6;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0}.carousel-nav-btn:hover:not(:disabled){background:#689e6a1a;border-color:#689e6a}.carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-nav-btn svg{width:24px;height:24px;color:#689e6a}.floating-mission-card{width:300px;background:#fffffff2;border-radius:12px;padding:1rem;border:3px solid #e2e8f0;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:fadeIn .3s ease;position:relative}.floating-mission-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--mission-color, #689e6a) 0%,rgba(255,255,255,.1) 100%);border-radius:12px 12px 0 0}.floating-status-select:disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6;color:#9ca3af}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.floating-mission-card:hover{transform:scale(1.02);box-shadow:0 12px 40px #0000004d}.carousel-indicator{text-align:center;padding:.75rem 0 .5rem;font-size:.875rem;color:#64748b;font-weight:600;border-top:1px solid #e2e8f0;margin-top:.5rem}.floating-mission-header{margin-bottom:.5rem;position:relative;padding-left:1.5rem}.floating-mission-status-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.floating-mission-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:var(--mission-color, #689e6a);border-radius:50%;box-shadow:0 2px 4px #0003}.floating-mission-header h6{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.mission-completed-overlay{position:absolute;top:.5rem;left:.5rem;background:#22c55e1a;padding:.5rem .75rem;border-radius:6px;box-shadow:0 2px 8px #00000026;z-index:10;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#15803d;border:1px solid rgba(34,197,94,.3)}.completed-check{color:#15803d;font-weight:700;margin-right:.25rem}.floating-mission-actions{display:flex;align-items:center;gap:.5rem}.floating-status-select{padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;background:#fff}.floating-btn-edit,.floating-btn-delete{padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.floating-btn-edit{border:1px solid #689e6a;background:#689e6a;color:#fff}.floating-btn-delete{border:1px solid #dc2626;background:#dc2626}.floating-btn-edit:hover{background:#5a8a5c;border-color:#5a8a5c}.floating-btn-delete{color:#fff}.floating-btn-delete:hover{background:#b91c1c;border-color:#b91c1c}.floating-btn-edit svg,.floating-btn-delete svg{width:16px;height:16px}.floating-mission-route{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#64748b;margin-bottom:.75rem}.route-info{display:flex;align-items:center;gap:.5rem}.mission-scu-total{font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.mission-scu-total.scu-zero{color:#dc2626;background:#dc26261a;border:1px solid rgba(220,38,38,.2)}.mission-scu-total.scu-positive{color:#15803d;background:#15803d1a;border:1px solid rgba(21,128,61,.2)}.floating-mission-payment{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:6px;font-size:.875rem}.payment-label{font-weight:600;color:#92400e}.payment-amount{font-weight:700;color:#78350f;font-size:.9375rem}.floating-mission-cargo-value{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:.75rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:6px;border:1px solid #3b82f6;font-size:.875rem}.cargo-value-label{font-weight:600;color:#1e40af}.cargo-value-amount{font-weight:700;color:#1e40af;font-size:.9375rem}.pending-cargos{margin-bottom:1.5rem}.pending-cargos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.pending-cargos-header h3{margin:0;color:#1e293b;font-size:1rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.pending-cargos-header h3:before{content:"";display:inline-block;width:8px;height:8px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%}.cargo-count{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.813rem;font-weight:700;box-shadow:0 2px 4px #10b98133}.pending-cargos-empty{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.empty-icon{font-size:3.5rem;margin-bottom:1.5rem;opacity:.3;filter:grayscale(1)}.pending-cargos-empty p{margin:0 0 .75rem;color:#475569;font-weight:600;font-size:1rem}.pending-cargos-empty small{color:#64748b;font-size:.875rem;line-height:1.5}.destinations-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.destination-group{background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.destination-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem .75rem;display:flex;justify-content:space-between;align-items:center}.destination-info{display:flex;align-items:center;gap:1rem}.destination-name{font-size:1.1rem;font-weight:700}.destination-scu{background:#fff3;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.destination-actions{display:flex;gap:.5rem}.remove-destination-btn{background:transparent;border:none;padding:.25rem;cursor:pointer;transition:transform .2s;display:flex;align-items:center;justify-content:center}.remove-destination-btn:hover{transform:scale(1.1)}.cargos-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.cargo-item{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:.75rem 1rem;transition:all .2s ease}.cargo-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.cargo-material-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.material-icon-container{width:32px;height:32px;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px}.material-icon{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.material-icon-fallback{width:20px;height:20px;flex-shrink:0}.material-acronym{font-weight:700;font-size:.875rem;color:#374151}.material-name{font-weight:500;font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.cargo-scu-text{font-weight:700;font-size:.875rem;color:#10b981;white-space:nowrap;flex-shrink:0}.cargo-destination{display:flex;align-items:center;gap:.5rem}.destination-icon{font-size:1.25rem}.destination-name{font-weight:600;color:#374151;font-size:1.1rem}.cargo-boxes{display:flex;align-items:center;gap:.5rem;flex:1;flex-wrap:wrap}.cargo-boxes .box-item{background:#f8fafc;padding:.25rem .5rem;border-radius:4px;font-size:.813rem;font-weight:500;color:#64748b;white-space:nowrap}.cargo-actions{display:flex;gap:.5rem;margin-left:auto;flex-shrink:0}.edit-cargo-btn,.remove-cargo-btn{background:#f8fafc;border:1px solid #e2e8f0;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#64748b;display:flex;align-items:center;justify-content:center}.edit-cargo-btn:hover{background:#e0f2fe;border-color:#38bdf8;color:#0284c7}.remove-cargo-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.cargo-boxes-table{display:flex;gap:.5rem;align-items:center;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.cargo-boxes-table::-webkit-scrollbar{display:none}.box-item{display:flex;flex-direction:column;align-items:center;padding:.375rem .5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:50px;flex-shrink:0}.box-quantity{font-weight:700;color:#374151;font-size:.75rem}.box-size{font-size:.625rem;color:#6b7280;font-weight:500}.cargo-actions{display:flex;gap:.375rem;flex-shrink:0}.create-cargo-section{margin-top:2rem;margin-bottom:1rem}.btn-full-width{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-full-width:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.load-controls-menu{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1rem}.control-row{display:flex;align-items:center;gap:.75rem}.control-row label{font-weight:600;color:#374151;font-size:.9rem;min-width:80px}.control-buttons{display:flex;gap:0;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e2e8f0}.control-btn{width:32px;height:32px;border:2px solid #e5e7eb;border-radius:6px;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.control-btn:hover{background:#f8fafc;color:#334155}.exclude-btn.active{background:#ef4444;border-color:#ef4444;color:#fff}.smaller-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.mission-btn.active{background:#8b5cf6;border-color:#8b5cf6;color:#fff}.control-row .control-btn{flex:1;padding:.5rem 1rem;background:#fff;border:none;border-right:1px solid #e2e8f0;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;border-radius:0;width:auto;height:auto}.control-row .control-btn:last-child{border-right:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.control-row .control-btn:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.control-row .control-btn:hover{background:#f8fafc;color:#334155}.control-row .control-btn.active{background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border-right:1px solid #5a8a5c}.control-row .control-btn.active:last-child{border-right:none}.control-row .control-btn.active:hover{background:linear-gradient(135deg,#5a8a5c,#4d7a4f)}.control-btn.entry-btn{flex-direction:column;gap:.25rem;padding:.5rem .75rem;min-width:80px}.entry-icon{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.125rem}.entry-icon img{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.entry-icon .arrow{font-size:1.25rem;font-weight:700;color:#64748b;line-height:1}.control-btn.entry-btn.active .entry-icon .arrow{color:#fff}.control-btn.entry-btn:hover .entry-icon img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));transition:all .2s ease}.back-entry{flex-direction:row;gap:.625rem}.back-entry img{width:40px!important;height:40px!important}.back-entry .arrow{font-size:1.5rem}.front-entry{flex-direction:row;gap:.625rem}.front-entry img{width:40px!important;height:40px!important}.front-entry .arrow{font-size:1.5rem}.left-entry{flex-direction:row;gap:.625rem}.left-entry img{transform:rotate(90deg);width:40px!important;height:40px!important}.left-entry .arrow{order:-1;font-size:1.5rem}.right-entry{flex-direction:row;gap:.625rem}.right-entry img{transform:rotate(90deg);width:40px!important;height:40px!important}.right-entry .arrow{order:1;font-size:1.5rem}.up-entry{flex-direction:row;gap:.625rem}.up-entry img{transform:rotate(180deg);width:40px!important;height:40px!important}.up-entry .arrow{font-size:1.5rem}.down-entry{flex-direction:row;gap:.625rem}.down-entry img{width:40px!important;height:40px!important}.down-entry .arrow{font-size:1.5rem}.pending-cargos-summary{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-item{text-align:center;position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);width:1px;height:40px;background:#e2e8f0}.stat-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-value{display:block;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.cargo-details{flex-direction:column;align-items:flex-start}.cargo-boxes{flex-direction:column;align-items:flex-start;gap:.5rem}.summary-stats{flex-direction:column;gap:.75rem}}.floating-mission-cargo-groups{margin-bottom:.75rem;padding:.5rem;background:#f8fafccc;border-radius:6px;border:1px solid #e2e8f0}.floating-cargo-group-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem 0;font-size:.8125rem;color:#475569;border-bottom:1px solid #e2e8f0}.floating-cargo-group-item:last-child{border-bottom:none}.cargo-main-info{display:flex;align-items:center;gap:.5rem}.cargo-price-horizontal{display:flex;align-items:center;gap:.5rem;margin-left:.5rem;font-size:.75rem}.price-per-scu{color:#3b82f6;font-weight:600}.price-total{color:#1e40af;font-weight:700}.floating-cargo-group-item .group-name{font-weight:600;color:#1e293b}.floating-cargo-group-item .group-separator{color:#cbd5e1;font-weight:600}.floating-cargo-group-item .group-material{flex:1;color:#64748b}.floating-cargo-group-item .group-scu{font-weight:700;color:#111827;background:transparent;padding:0;border-radius:0;font-size:.8rem}.floating-mission-summary{display:flex;justify-content:center}.floating-mission-buttons{display:flex;gap:.5rem;width:100%}.floating-btn-edit-boxes{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.floating-btn-edit-boxes:hover{transform:translateY(-1px);box-shadow:0 4px 12px #689e6a66}.floating-btn-edit-boxes .btn-icon{width:16px;height:16px}.floating-btn-load{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:linear-gradient(135deg,#c4b5fd,#a78bfa);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.floating-btn-load:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #c4b5fd66}.floating-btn-load:disabled,.floating-btn-edit:disabled,.floating-btn-edit-boxes:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af,#6b7280)}.floating-btn-load .btn-icon{width:16px;height:16px}.integrated-mission-carousel{margin-top:1rem;padding:.5rem .25rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;border:1px solid #cbd5e1}.integrated-mission-carousel .floating-mission-carousel{position:relative;top:auto;right:auto;max-width:none;width:100%;justify-content:center;flex-direction:column;gap:.5rem}.integrated-mission-carousel .floating-mission-card{max-width:none;width:100%;margin:0}.integrated-mission-carousel .carousel-nav-btn{width:100%;height:40px;border-radius:8px;background:#ffffffe6;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto}.integrated-mission-carousel .carousel-nav-btn:hover:not(:disabled){background:#689e6a1a;border-color:#689e6a;transform:translateY(-1px)}.integrated-mission-carousel .carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed}.integrated-mission-carousel .carousel-nav-btn svg{width:20px;height:20px;color:#689e6a}.floating-missions-button{position:fixed;top:20px;right:20px;z-index:1000;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:12px;box-shadow:0 4px 16px #8b5cf64d;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;font-size:.875rem}.floating-missions-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666;background:linear-gradient(135deg,#7c3aed,#6d28d9)}.floating-button-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.floating-button-text{font-weight:600}.floating-button-badge{background:#fff3;color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:.75rem;font-weight:700;min-width:20px;text-align:center}.floating-missions-panel{position:fixed;top:80px;right:20px;width:480px;max-height:calc(100vh - 120px);background:#fffffff2;border-radius:16px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1500;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight .3s ease;border:2px solid rgba(139,92,246,.2)}.floating-missions-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.floating-missions-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700}.floating-missions-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.floating-missions-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.floating-missions-close:hover{background:#fff3;border-color:#ffffff4d;transform:scale(1.05)}.floating-missions-close svg{width:16px;height:16px}.floating-missions-body{flex:1;overflow-y:auto;padding:0}.floating-missions-body .mission-manager{border:none;border-radius:0;box-shadow:none;margin:0;padding:.5rem .75rem}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.floating-camera-button{position:fixed;top:20px;right:560px;z-index:1000;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border:none;border-radius:12px;box-shadow:0 4px 16px #689e6a4d;cursor:pointer;font-weight:600;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.floating-camera-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #689e6a66;background:linear-gradient(135deg,#5a8a5c,#4d7a4f)}.floating-camera-panel{position:fixed;top:80px;right:460px;width:280px;max-height:calc(100vh - 100px);background:linear-gradient(135deg,#fffffff2,#f8fafcfa);border-radius:20px;border:2px solid rgba(104,158,106,.2);box-shadow:0 20px 40px #00000026,0 8px 16px #689e6a1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;animation:slideInLeft .3s ease-out;overflow:hidden;display:flex;flex-direction:column}.floating-camera-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#689e6a,#5a8a5c);border-bottom:1px solid rgba(255,255,255,.2)}.floating-camera-title{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1rem}.floating-camera-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.floating-camera-close{background:#fff3;border:none;border-radius:50%;width:30px;height:30px;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.floating-camera-close:hover{background:#ffffff4d;transform:scale(1.1)}.floating-camera-body{flex:1;overflow-y:auto;padding:0}.camera-controls-compact{padding:1rem}.camera-buttons-compact{display:flex;flex-direction:row;gap:.75rem;justify-content:space-between}.camera-btn-compact{flex:1;padding:.75rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:10px;color:#334155;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.camera-btn-compact:hover{background:linear-gradient(135deg,#689e6a,#5a8a5c);color:#fff;border-color:#5a8a5c;transform:translateY(-1px);box-shadow:0 4px 12px #689e6a4d}.visualization-filters-compact{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(102,92,84,.15)}.filter-checkbox-compact{display:flex;align-items:center;gap:.375rem;cursor:pointer;font-size:.8rem;color:#1f2937;font-weight:500;-webkit-user-select:none;user-select:none}.filter-checkbox-compact input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#689e6a}.filter-checkbox-compact input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.filter-checkbox-compact span{white-space:nowrap}.filter-checkbox-compact:has(input:disabled){opacity:.5;cursor:not-allowed}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.missions-info{margin:0;padding:.0625rem 0;background:transparent;font-size:.875rem}.missions-summary-row{display:flex;justify-content:space-between;align-items:center;gap:.125rem}.missions-summary-row span{font-size:.875rem;white-space:nowrap}.missions-info strong{font-size:.875rem;font-weight:600;border-radius:0;border:none;width:100%;display:flex;justify-content:space-around;align-items:center;box-shadow:none}.missions-payment-row{display:flex;justify-content:center;align-items:center;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}.payment-summary{font-size:.875rem;color:#475569;white-space:nowrap;display:inline}.payment-earned{color:#10b981;font-weight:600;display:inline;white-space:nowrap}.payment-total{color:#64748b;font-weight:600;display:inline;white-space:nowrap}.missions-info p{margin:0;font-size:.875rem;color:#475569;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:.25rem}.missions-info p strong{font-size:1.25rem;color:#0f172a;font-weight:700}.optimize-btn:disabled{opacity:.5;cursor:not-allowed}.view-mode-selector{display:flex;gap:.25rem}.view-mode-btn{flex:1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#ffffffe6;cursor:pointer;transition:all .2s ease;font-weight:600;color:#000;font-size:.875rem;text-align:center}.view-mode-btn:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-1px)}.view-mode-btn.active{background:linear-gradient(135deg,#689e6a,#5a8a5c);border-color:#689e6a;color:#fff;box-shadow:0 2px 8px #689e6a4d}.view-mode-btn.active:hover{background:linear-gradient(135deg,#5a8a5c,#4d7a4f);transform:translateY(-1px)}.view-mode-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-setting{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000d}.toggle-label{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease}.toggle-label:hover{transform:translateY(-1px)}.toggle-checkbox{width:20px;height:20px;accent-color:#689e6a;cursor:pointer}.toggle-text{font-weight:600;color:#0f172a;font-size:1rem}.placement-controls{display:grid;gap:1rem;margin-bottom:1.5rem}.box-selector-combo{display:flex;align-items:center;gap:.5rem}.combo-label{font-weight:600;color:#0f172a;font-size:.875rem;white-space:nowrap}.combo-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;background:#fffc;font-weight:500;color:#0f172a;cursor:pointer;transition:all .3s ease}.combo-select:focus{outline:none;border-color:#689e6a;background:#fff}.combo-select option{padding:.5rem;font-weight:500}.placement-instructions{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #bfdbfe;border-radius:12px;padding:1rem;margin-top:1rem}.instruction-text{color:#4d7a4f;font-size:.875rem;line-height:1.5;margin:0}.canvas-container{flex:1;position:relative;background:linear-gradient(135deg,#0f172a,#1e293b)}.route-visualization-section{margin-top:1rem}.route-visualization-content{padding:.5rem}.route-visualization{display:flex;flex-direction:column;gap:1rem}.route-visualization-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.route-visualization-empty .empty-icon{width:48px;height:48px;margin:0 auto 1rem;opacity:.5}.route-visualization-empty p{margin:0;font-style:italic}.route-nav-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;background:#665c540d;border-radius:12px}.route-nav-btn{width:40px;height:40px;border-radius:50%;border:2px solid rgba(59,130,246,.3);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.route-nav-btn:not(:disabled):hover{transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.route-nav-btn:disabled{opacity:.3;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af,#6b7280)}.route-nav-btn svg{width:24px;height:24px}.route-step-indicator{display:flex;align-items:baseline;gap:.25rem;font-weight:700;font-size:1.25rem;color:#1f2937}.step-separator{font-size:1rem;color:#9ca3af;margin:0 .25rem}.step-total{font-size:1rem;color:#6b7280}.route-progress-bar{height:6px;background:#665c5433;border-radius:3px;overflow:hidden}.route-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:3px;transition:width .3s ease;box-shadow:0 0 10px #3b82f680}.route-step-info{display:flex;flex-direction:column;gap:.75rem}.route-step-header{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border-radius:12px;border:2px solid rgba(102,92,84,.2)}.route-location{display:flex;align-items:center;gap:.5rem}.route-location .location-icon{width:20px;height:20px;color:#689e6a}.route-location h4{margin:0;font-size:1.125rem;color:#1f2937;font-weight:700}.route-coordinates{font-size:.75rem;font-family:Courier New,monospace;color:#6b7280;padding-left:1.75rem}.route-distance{display:flex;align-items:center;gap:.5rem;padding-left:1.75rem;font-size:.875rem;color:#6b7280}.route-distance .distance-icon{width:16px;height:16px}.route-action{padding:1rem;background:#fff;border-radius:12px;border:2px solid rgba(102,92,84,.2);display:flex;align-items:center;gap:1rem}.route-action-pickup{border-left:4px solid #689e6a;background:linear-gradient(135deg,#689e6a1a,#fff)}.route-action-delivery{border-left:4px solid #10b981;background:linear-gradient(135deg,#10b9811a,#fff)}.route-action .action-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.route-action-pickup .action-icon{background:linear-gradient(135deg,#689e6a,#5a8a5c)}.route-action-delivery .action-icon{background:linear-gradient(135deg,#10b981,#059669)}.route-action .action-icon svg{width:24px;height:24px;color:#fff}.action-details{flex:1}.action-material-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.mission-name-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.mission-name-row .mission-name{flex:1;display:flex;align-items:center;gap:.5rem}.mission-name-row .mission-scu-total{font-weight:600;color:#6b7280;font-size:.875rem}.cargo-details-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.action-type{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.route-action-pickup .action-type{color:#689e6a}.route-action-delivery .action-type{color:#10b981}.action-mission{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;margin-bottom:.5rem}.mission-color-dot{width:12px;height:12px;border-radius:50%;box-shadow:0 2px 4px #0003}.route-action .action-boxes-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.route-action .action-box-pill{display:inline-flex;align-items:center;padding:.375rem .625rem;background:#6b728026;color:#374151;border-radius:14px;font-size:.8125rem;font-weight:600;white-space:nowrap;border:1px solid rgba(107,114,128,.2)}.route-action-pickup .action-box-pill{background:#10b98126;color:#047857;border-color:#10b98140}.route-action-delivery .action-box-pill{background:#3b82f626;color:#1d4ed8;border-color:#3b82f640}.mission-color-picker{display:flex;flex-direction:row;gap:20px;align-items:flex-start}.color-picker-left{display:flex;flex-direction:column;gap:8px;min-width:150px}.color-picker-left label{font-size:14px;font-weight:500;color:#374151;margin:0}.color-picker-input{width:50px;height:50px;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;background:none;padding:0}.color-picker-input:hover{border-color:#3b82f6;transform:scale(1.05)}.color-picker-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.color-palette{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.color-option{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;position:relative}.color-option:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.color-option.selected{border-color:#fff;transform:translateY(-2px);box-shadow:0 0 0 3px #3b82f6,0 4px 12px #0003}.color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.action-mission .mission-name{font-weight:600;color:#1f2937}.action-mission .mission-scu{margin-left:auto;padding:.25rem .5rem;background:#689e6a1a;border-radius:8px;font-weight:700;color:#689e6a}.action-mission .mission-scu .boxes-inline{display:flex;flex-wrap:wrap;gap:.25rem;width:100%;margin-top:.25rem;margin-left:0}.action-mission .mission-scu .box-pill{display:inline-flex;align-items:center;padding:.125rem .5rem;background:#e2e8f0;border-radius:12px;font-size:.75rem;font-weight:600;color:#4a5568;white-space:nowrap}.route-cargo-summary{padding:1rem;background:#fff;border-radius:12px;border:2px solid rgba(102,92,84,.2)}.cargo-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cargo-summary-header h5{margin:0;font-size:.9375rem;color:#1f2937;font-weight:700}.cargo-total{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#689e6a1a;border-radius:8px;font-size:.875rem;font-weight:700;color:#689e6a}.cargo-total .cargo-icon{width:16px;height:16px}.cargo-items-list{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.cargo-items-list::-webkit-scrollbar{width:6px}.cargo-items-list::-webkit-scrollbar-track{background:#665c541a;border-radius:3px}.cargo-items-list::-webkit-scrollbar-thumb{background:#689e6a80;border-radius:3px}.cargo-item-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#665c540d;border:1px solid rgba(102,92,84,.2);border-radius:8px;transition:all .2s ease}.cargo-item-card:hover{border-color:#689e6a;transform:translate(4px)}.cargo-color-indicator{width:32px;height:32px;border-radius:6px;box-shadow:0 2px 6px #0003;flex-shrink:0}.cargo-item-info{flex:1;display:flex;align-items:center;justify-content:space-between}.cargo-item-name{font-weight:600;color:#1f2937;font-size:.875rem}.cargo-item-scu{font-weight:700;color:#689e6a;font-size:.875rem}.route-cargo-summary .cargo-empty{text-align:center;padding:2rem 1rem;color:#9ca3af}.route-cargo-summary .cargo-empty .empty-icon{width:48px;height:48px;margin:0 auto .5rem;opacity:.5}.route-cargo-summary .cargo-empty p{margin:0;font-size:.875rem;font-style:italic}.route-timeline{padding:1rem;background:#fff;border-radius:12px;border:2px solid rgba(59,130,246,.2)}.timeline-title{margin:0 0 1rem;font-size:.9375rem;color:#1f2937;font-weight:700}.timeline-steps{display:flex;flex-direction:column;gap:.5rem;max-height:250px;overflow-y:auto;overflow-x:hidden;width:100%}.timeline-steps::-webkit-scrollbar{width:6px}.timeline-steps::-webkit-scrollbar-track{background:#3b82f61a;border-radius:3px}.timeline-steps::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:3px}.timeline-step{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#665c540d;border:2px solid rgba(102,92,84,.2);border-radius:8px;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box}.timeline-step:hover{border-color:#3b82f6;background:#3b82f61a}.timeline-step.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#fff);box-shadow:0 4px 12px #3b82f633}.timeline-step.completed{opacity:.7}.timeline-step-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.timeline-step.active .timeline-step-number{box-shadow:0 0 0 3px #3b82f64d}.timeline-step-info{flex:1;min-width:0}.timeline-step-name{font-weight:600;color:#1f2937;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.timeline-step-action{font-size:.75rem;color:#6b7280;margin-top:.125rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.create-mission-modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out;position:relative}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.create-mission-modal-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1f2937;padding:1.5rem 2rem;border-radius:12px 12px 0 0;border-bottom:1px solid #e5e7eb;position:relative}.create-mission-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.1)}.create-mission-modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1.2rem}.create-mission-modal-close:hover{background:#e5e7eb;color:#374151;transform:scale(1.1)}.create-mission-modal-content{padding:2rem;position:relative;z-index:1}.mission-load-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.mission-load-section h4{color:#374151;margin:0 0 .5rem;font-size:1rem;font-weight:600}.mission-load-info{color:#6b7280;font-size:.9rem;font-weight:500}.create-mission-form .form-group{margin-bottom:1.5rem}.create-mission-form .form-group label{color:#374151;font-weight:600;margin-bottom:.5rem;display:block}.create-mission-form .form-group .required-field{color:#dc2626}.create-mission-form .form-input,.create-mission-form .form-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#374151;transition:all .2s ease;width:100%;box-sizing:border-box}.create-mission-form .form-input:focus,.create-mission-form .form-select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.create-mission-form .form-input::placeholder{color:#9ca3af}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-option input[type=radio]{accent-color:#8b5cf6;transform:scale(1.2)}.radio-option label{color:#6b46c1;font-weight:500;cursor:pointer;margin:0}.create-mission-modal-footer{padding:1.5rem 2rem 2rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;background:#f9fafb;border-radius:0 0 12px 12px;position:relative}.create-mission-modal-footer .btn-cancel{background:#f3f4f6;border:2px solid #e5e7eb;color:#6b7280;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.create-mission-modal-footer .btn-cancel:hover{background:#e5e7eb;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.create-mission-modal-footer .btn-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:2px solid #8b5cf6;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #8b5cf64d}.create-mission-modal-footer .btn-primary:hover{background:linear-gradient(135deg,#7c3aed,#9333ea);border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.create-mission-modal-footer .btn-primary:active{transform:translateY(0);box-shadow:0 4px 12px #8b5cf64d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;color:#1e293b;font-size:1.5rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:1.5rem}.cargo-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.cargo-summary h3{margin:0 0 .5rem;color:#475569;font-size:1rem;font-weight:600}.cargo-info{color:#1e293b;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.9rem}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.radio-group{display:flex;gap:1rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#374151}.radio-option input[type=radio]{margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 12px 12px}.modal-footer .btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-footer .btn-secondary{background:#f1f5f9;color:#64748b}.modal-footer .btn-secondary:hover{background:#e2e8f0;color:#475569}.modal-footer .btn-primary{background:#3b82f6;color:#fff}.modal-footer .btn-primary:hover{background:#2563eb}.create-mission-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.create-mission-btn{width:100%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #8b5cf64d}.create-mission-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf666}.create-mission-btn:active{transform:translateY(0)}@media (max-width: 768px){.control-panel.expanded{width:700px!important;min-width:700px!important;max-width:700px!important}.create-mission-modal{width:95%;margin:1rem}.radio-group{flex-direction:column;gap:.5rem}}.route-visualization-compact{display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.route-nav-controls-compact{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem;background:#665c540d;border-radius:8px}.route-nav-controls-compact .route-nav-btn{width:32px;height:32px;border-radius:50%;border:2px solid rgba(59,130,246,.3);background:#fffc;color:#4a5568;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.route-nav-controls-compact .route-nav-btn:hover:not(:disabled){background:#3b82f61a;border-color:#3b82f680;color:#2d3748}.route-nav-controls-compact .route-nav-btn:disabled{opacity:.4;cursor:not-allowed}.route-nav-controls-compact .route-nav-btn svg{width:16px;height:16px}.route-nav-controls-compact .route-step-indicator{display:flex;align-items:center;gap:.25rem;font-weight:600;color:#2d3748;background:#ffffffe6;padding:.25rem .75rem;border-radius:16px;border:1px solid rgba(104,158,106,.2)}.route-nav-controls-compact .step-current{color:#4a5568;font-size:.9rem}.route-nav-controls-compact .step-separator{color:#a0aec0;font-size:.8rem}.route-nav-controls-compact .step-total{color:#718096;font-size:.8rem}.route-step-info-compact{display:flex;flex-direction:column;gap:.5rem;background:#ffffffe6;border-radius:8px;padding:.75rem;border:1px solid rgba(104,158,106,.1)}.route-location-compact{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.route-location-compact .location-icon{width:16px;height:16px;color:#4a5568;flex-shrink:0}.route-location-compact .location-name{font-weight:600;color:#2d3748;font-size:.9rem}.route-location-compact .location-coords{font-size:.75rem;color:#718096;font-family:Courier New,monospace;background:#665c540d;padding:.125rem .375rem;border-radius:4px}.route-action-compact{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;border-left:3px solid}.route-action-compact.route-action-pickup{background:#22c55e0d;border-left-color:#22c55e}.route-action-compact.route-action-delivery{background:#ef44440d;border-left-color:#ef4444}.route-action-compact .action-icon{width:16px;height:16px;flex-shrink:0}.route-action-compact .action-icon svg{width:100%;height:100%}.route-action-compact.route-action-pickup .action-icon{color:#22c55e}.route-action-compact.route-action-delivery .action-icon{color:#ef4444}.route-action-compact .action-details{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.route-action-compact .action-type{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.route-action-compact.route-action-pickup .action-type{color:#16a34a}.route-action-compact.route-action-delivery .action-type{color:#dc2626}.route-action-compact .mission-color-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.route-action-compact .mission-name{font-size:.8rem;color:#4a5568;font-weight:500}.route-action-compact .mission-scu-total{font-size:.75rem;color:#718096;background:#665c541a;padding:.125rem .375rem;border-radius:4px;font-weight:500}.route-action-compact .mission-scu-total .boxes-inline{display:inline-flex;gap:.25rem;margin-left:.5rem}.route-action-compact .mission-scu-total .box-pill{display:inline-flex;align-items:center;padding:.125rem .5rem;background:#e2e8f0;border-radius:12px;font-size:.75rem;font-weight:600;color:#4a5568;white-space:nowrap}.route-action-compact .mission-scu-total .box-pill.unloading{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.material-indicator{display:inline-flex;align-items:center;gap:.25rem;margin-right:.5rem;padding:.125rem .5rem;background:#3b82f61a;border-radius:8px;font-size:.75rem;font-weight:600;color:#3b82f6}.material-indicator .material-icon{font-size:.625rem;color:#3b82f6}.action-boxes-list{display:flex;flex-wrap:wrap;gap:.375rem;padding:.375rem 0 0;margin-left:0}.action-box-pill{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#6b72801a;color:#4b5563;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap;border:1px solid rgba(107,114,128,.15)}.route-action-compact.route-action-pickup .action-box-pill{background:#10b9811a;color:#059669;border-color:#10b98133}.route-action-compact.route-action-delivery .action-box-pill{background:#3b82f61a;color:#2563eb;border-color:#3b82f633}.route-cargo-compact{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#665c540d;border-radius:6px;border:1px solid rgba(102,92,84,.1)}.route-cargo-compact .cargo-icon{width:16px;height:16px;color:#4a5568;flex-shrink:0}.route-cargo-compact .cargo-total{font-weight:600;color:#2d3748;font-size:.85rem}.route-cargo-compact .cargo-count{font-size:.75rem;color:#718096;background:#ffffffb3;padding:.125rem .375rem;border-radius:4px;margin-left:auto}.route-completion-compact{display:flex;justify-content:center;margin-top:.5rem}.route-completion-compact .completion-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:2px solid rgba(34,197,94,.3);background:#22c55e0d;color:#16a34a;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.route-completion-compact .completion-btn:hover{background:#22c55e1a;border-color:#22c55e80;color:#15803d}.route-completion-compact .completion-btn.completed{background:#22c55e26;border-color:#22c55e;color:#15803d}.route-completion-compact .completion-btn svg{width:16px;height:16px}.route-step-info-compact.completed{opacity:.6;background:#665c541a;border-color:#665c5433}.route-step-info-compact.completed .route-location-compact .location-name{color:#718096;text-decoration:line-through}.route-step-info-compact.completed .route-location-compact .location-coords{color:#a0aec0}.route-step-info-compact.completed .route-action-compact{opacity:.7}.route-step-info-compact.completed .route-action-compact .action-type,.route-step-info-compact.completed .route-action-compact .mission-name,.route-step-info-compact.completed .route-cargo-compact .cargo-total{color:#9ca3af}.route-step-info-compact.completed .route-cargo-compact .cargo-count{color:#d1d5db}.route-export-import{margin-top:1rem;padding:1rem;background:#665c540d;border-radius:8px;border:1px solid rgba(102,92,84,.1)}.export-import-controls{display:flex;gap:.75rem;justify-content:center}.export-import-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px solid;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.export-import-btn.export-btn{border-color:#3b82f64d;background:#3b82f60d;color:#2563eb}.export-import-btn.export-btn:hover{background:#3b82f61a;border-color:#3b82f680;color:#1d4ed8}.export-import-btn.import-btn{border-color:#22c55e4d;background:#22c55e0d;color:#16a34a}.export-import-btn.import-btn:hover{background:#22c55e1a;border-color:#22c55e80;color:#15803d}.export-import-btn svg{width:16px;height:16px}.export-modal-overlay,.import-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.export-modal,.import-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(102,92,84,.1)}.modal-header h3{margin:0;color:#2d3748;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#665c541a;color:#4a5568}.modal-content{padding:1.5rem}.export-options h4{margin:0 0 .75rem;color:#4a5568;font-size:.9rem;font-weight:600}.export-option-btn{display:block;width:100%;padding:.75rem 1rem;margin-bottom:.5rem;border:2px solid rgba(102,92,84,.2);background:#fffc;color:#4a5568;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.export-option-btn:hover:not(:disabled){background:#665c540d;border-color:#665c544d;color:#2d3748}.export-option-btn:disabled{opacity:.5;cursor:not-allowed}.import-options{display:flex;flex-direction:column;gap:1rem}.file-upload-area{border:2px dashed rgba(102,92,84,.3);border-radius:8px;padding:2rem;text-align:center;background:#665c5405;transition:all .2s ease}.file-upload-area:hover{border-color:#665c5480;background:#665c540d}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#4a5568;font-weight:500}.file-upload-label svg{color:#718096}.import-preview{background:#665c540d;border-radius:8px;padding:1rem}.import-preview h4{margin:0 0 .75rem;color:#4a5568;font-size:.9rem;font-weight:600}.import-data-preview{background:#fffc;border:1px solid rgba(102,92,84,.1);border-radius:6px;padding:.75rem;font-size:.75rem;color:#4a5568;font-family:Courier New,monospace;max-height:200px;overflow-y:auto;margin-bottom:1rem}.import-confirm-btn{width:100%;padding:.75rem 1rem;background:#22c55e1a;border:2px solid rgba(34,197,94,.3);color:#16a34a;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.import-confirm-btn:hover{background:#22c55e26;border-color:#22c55e80;color:#15803d}.import-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.import-info{margin-bottom:1rem}.import-info p{margin:.5rem 0;color:#374151;font-size:.875rem;line-height:1.4}.import-info strong{color:#1f2937;font-weight:600}.import-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem}.import-error p{margin:0 0 1rem;color:#dc2626;font-size:.875rem;font-weight:500}.export-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-top:1rem}.export-info p{margin:0 0 .75rem;color:#0369a1;font-size:.875rem;font-weight:600}.export-info ul{margin:0;padding-left:1.25rem;color:#0c4a6e;font-size:.8rem;line-height:1.5}.export-info li{margin:.25rem 0}
