.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h1{text-align:center;margin-bottom:30px;color:#333;font-size:24px}.login-box .form-group{margin-bottom:20px}.login-box .form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500}.login-box .form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px;transition:border-color .2s}.login-box .form-group input:focus{outline:none;border-color:#667eea}.login-box .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-box .error-message{background-color:#fee;color:#c33;padding:12px;border-radius:4px;margin-bottom:20px;font-size:14px}.login-box .btn{width:100%;padding:12px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.login-box .btn.btn-primary{background-color:#667eea;color:#fff}.login-box .btn.btn-primary:hover:not(:disabled){background-color:#5568d3}.login-box .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.management{width:100%;max-width:1400px;margin:0 auto}.management__navigation{display:flex;gap:10px;padding:20px 20px 0;border-bottom:2px solid #dee2e6}.management__navigation .nav-button{padding:10px 20px;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:500;color:#6c757d;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.management__navigation .nav-button:hover{color:#007bff}.management__navigation .nav-button.active{color:#007bff;border-bottom-color:#007bff}.management__content{padding:20px}.workflow-management{width:100%;padding:0;max-width:100%;margin:0}.workflow-management__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;gap:15px}.workflow-management__header h1{margin:0;flex:1}.workflow-management .btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.workflow-management .btn.btn-primary{background-color:#007bff;color:#fff}.workflow-management .btn.btn-primary:hover:not(:disabled){background-color:#0056b3}.workflow-management .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.workflow-management .btn.btn-secondary{background-color:#6c757d;color:#fff}.workflow-management .btn.btn-secondary:hover{background-color:#545b62}.workflow-management .btn.btn-sm{padding:4px 8px;font-size:12px}.workflow-management .error-message{color:#dc3545;padding:10px;background-color:#f8d7da;border-radius:4px;margin:10px 0}.workflow-management .empty-state{text-align:center;padding:40px;color:#6c757d}.workflow-configurations-list .configurations-table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.workflow-configurations-list .configurations-table thead{background-color:#f8f9fa}.workflow-configurations-list .configurations-table thead th{padding:12px;text-align:left;font-weight:600;border-bottom:2px solid #dee2e6}.workflow-configurations-list .configurations-table tbody tr{border-bottom:1px solid #dee2e6}.workflow-configurations-list .configurations-table tbody tr:hover{background-color:#f8f9fa}.workflow-configurations-list .configurations-table tbody tr td{padding:12px}.workflow-configurations-list .configurations-table .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.workflow-configurations-list .configurations-table .status-badge.active{background-color:#d4edda;color:#155724}.workflow-configurations-list .configurations-table .status-badge.inactive{background-color:#f8d7da;color:#721c24}.workflow-configuration-detail .config-info{background:#fff;padding:20px;border-radius:4px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.workflow-configuration-detail .config-info .form-group{margin-bottom:15px}.workflow-configuration-detail .config-info .form-group label{display:block;margin-bottom:5px;font-weight:500}.workflow-configuration-detail .config-info .form-group input,.workflow-configuration-detail .config-info .form-group textarea{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.workflow-configuration-detail .config-info .form-group textarea{resize:vertical}.workflow-configuration-detail .config-info .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.workflow-configuration-detail .config-info .info-section{margin-top:15px;padding-top:15px;border-top:1px solid #dee2e6}.workflow-configuration-detail .config-info .info-section p{margin:5px 0}.workflow-configuration-detail .workflows-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.workflow-configuration-detail .workflows-section .section-header h2{margin:0}.workflow-configuration-detail .workflows-section .workflows-list-inline{display:flex;flex-direction:column;gap:20px}.workflow-configuration-detail .workflows-section .workflows-list-inline .step-card-inline{margin-bottom:0}.workflow-configuration-detail .inline-workflow-editor{background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;transition:background-color .2s}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed:hover{background-color:#e9ecef}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left{display:flex;align-items:center;gap:10px;flex:1}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .expand-icon{font-size:12px;color:#6c757d;width:20px}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left h3{margin:0;font-size:16px}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .workflow-meta{display:flex;gap:8px;margin-left:15px}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .workflow-meta .badge{padding:4px 8px;background-color:#e9ecef;border-radius:12px;font-size:12px}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .workflow-meta .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .workflow-meta .status-badge.active{background-color:#d4edda;color:#155724}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-left .workflow-meta .status-badge.inactive{background-color:#f8d7da;color:#721c24}.workflow-configuration-detail .inline-workflow-editor .workflow-header-collapsed .workflow-header-right .step-count{color:#6c757d;font-size:14px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content{padding:20px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #dee2e6}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-group{margin-bottom:15px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-group label{display:block;margin-bottom:5px;font-weight:500;font-size:14px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-group input,.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-group textarea,.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-group select{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-row{display:grid;grid-template-columns:2fr 1fr auto;gap:15px;align-items:end}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-edit-form .form-actions{display:flex;gap:10px;margin-top:15px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-view-mode{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #dee2e6}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-view-mode .workflow-info-display{flex:1}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-view-mode .workflow-info-display p{margin:5px 0;font-size:14px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-view-mode .workflow-info-display p strong{margin-right:8px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .section-header h4{margin:0;font-size:16px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list{display:flex;flex-direction:column;gap:10px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list .step-card-inline{background-color:#f8f9fa;padding:12px;border-radius:4px;border:1px solid #dee2e6}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list .step-card-inline .step-header-inline{display:flex;justify-content:space-between;align-items:center}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list .step-card-inline .step-header-inline strong{font-size:14px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list .step-card-inline .step-header-inline .step-order{margin-left:10px;color:#6c757d;font-size:12px}.workflow-configuration-detail .inline-workflow-editor .workflow-expanded-content .workflow-steps-section .workflow-steps-list .step-card-inline .step-header-inline .badge{margin-left:8px;padding:2px 6px;background-color:#e9ecef;border-radius:8px;font-size:11px}.workflow-configuration-detail .inline-step-editor{background-color:#f8f9fa;padding:15px;border-radius:4px;border:1px solid #dee2e6;margin-bottom:10px}.workflow-configuration-detail .inline-step-editor .step-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.workflow-configuration-detail .inline-step-editor .step-editor-header h4{margin:0;font-size:14px}.workflow-configuration-detail .inline-step-editor .step-editor-header .step-editor-actions{display:flex;gap:8px}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-row{display:grid;grid-template-columns:2fr 1fr auto;gap:15px;margin-bottom:15px}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group{margin-bottom:15px}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group label{display:block;margin-bottom:5px;font-weight:500;font-size:14px}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group input[type=text],.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group input[type=number],.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group textarea{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group textarea{font-family:Courier New,monospace}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group textarea.error{border-color:#dc3545}.workflow-configuration-detail .inline-step-editor .step-editor-form .form-group input[type=checkbox]{margin-right:8px}.allowed-actions-editor .mode-selector{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #dee2e6}.allowed-actions-editor .mode-selector button{padding:8px 16px;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.allowed-actions-editor .mode-selector button.active{border-bottom-color:#007bff;color:#007bff;font-weight:500}.allowed-actions-editor .mode-selector button:hover:not(.active){color:#007bff}.allowed-actions-editor .simple-mode .form-group,.allowed-actions-editor .advanced-mode .form-group,.allowed-actions-editor .json-mode .form-group{margin-bottom:15px}.allowed-actions-editor .simple-mode .actions-list,.allowed-actions-editor .simple-mode .top-level-actions,.allowed-actions-editor .advanced-mode .actions-list,.allowed-actions-editor .advanced-mode .top-level-actions,.allowed-actions-editor .json-mode .actions-list,.allowed-actions-editor .json-mode .top-level-actions{margin-bottom:20px}.allowed-actions-editor .simple-mode .actions-list h4,.allowed-actions-editor .simple-mode .top-level-actions h4,.allowed-actions-editor .advanced-mode .actions-list h4,.allowed-actions-editor .advanced-mode .top-level-actions h4,.allowed-actions-editor .json-mode .actions-list h4,.allowed-actions-editor .json-mode .top-level-actions h4{margin-bottom:10px}.allowed-actions-editor .simple-mode .actions-list .checkbox-label,.allowed-actions-editor .simple-mode .top-level-actions .checkbox-label,.allowed-actions-editor .advanced-mode .actions-list .checkbox-label,.allowed-actions-editor .advanced-mode .top-level-actions .checkbox-label,.allowed-actions-editor .json-mode .actions-list .checkbox-label,.allowed-actions-editor .json-mode .top-level-actions .checkbox-label{display:block;padding:8px;margin:4px 0;border-radius:4px}.allowed-actions-editor .simple-mode .actions-list .checkbox-label:hover,.allowed-actions-editor .simple-mode .top-level-actions .checkbox-label:hover,.allowed-actions-editor .advanced-mode .actions-list .checkbox-label:hover,.allowed-actions-editor .advanced-mode .top-level-actions .checkbox-label:hover,.allowed-actions-editor .json-mode .actions-list .checkbox-label:hover,.allowed-actions-editor .json-mode .top-level-actions .checkbox-label:hover{background-color:#f8f9fa}.allowed-actions-editor .simple-mode .actions-list .checkbox-label input[type=checkbox],.allowed-actions-editor .simple-mode .top-level-actions .checkbox-label input[type=checkbox],.allowed-actions-editor .advanced-mode .actions-list .checkbox-label input[type=checkbox],.allowed-actions-editor .advanced-mode .top-level-actions .checkbox-label input[type=checkbox],.allowed-actions-editor .json-mode .actions-list .checkbox-label input[type=checkbox],.allowed-actions-editor .json-mode .top-level-actions .checkbox-label input[type=checkbox]{margin-right:8px}.allowed-actions-editor .simple-mode .actions-list .checkbox-label.nested,.allowed-actions-editor .simple-mode .top-level-actions .checkbox-label.nested,.allowed-actions-editor .advanced-mode .actions-list .checkbox-label.nested,.allowed-actions-editor .advanced-mode .top-level-actions .checkbox-label.nested,.allowed-actions-editor .json-mode .actions-list .checkbox-label.nested,.allowed-actions-editor .json-mode .top-level-actions .checkbox-label.nested{margin-left:20px}.allowed-actions-editor .simple-mode .submenus,.allowed-actions-editor .advanced-mode .submenus,.allowed-actions-editor .json-mode .submenus{margin-top:20px}.allowed-actions-editor .simple-mode .submenus h4,.allowed-actions-editor .advanced-mode .submenus h4,.allowed-actions-editor .json-mode .submenus h4{margin-bottom:15px}.allowed-actions-editor .simple-mode .submenus .submenu-section,.allowed-actions-editor .advanced-mode .submenus .submenu-section,.allowed-actions-editor .json-mode .submenus .submenu-section{margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:4px}.allowed-actions-editor .simple-mode .submenus .submenu-section .submenu-toggle,.allowed-actions-editor .advanced-mode .submenus .submenu-section .submenu-toggle,.allowed-actions-editor .json-mode .submenus .submenu-section .submenu-toggle{display:block;font-weight:500;margin-bottom:10px}.allowed-actions-editor .simple-mode .submenus .submenu-section .submenu-toggle input[type=checkbox],.allowed-actions-editor .advanced-mode .submenus .submenu-section .submenu-toggle input[type=checkbox],.allowed-actions-editor .json-mode .submenus .submenu-section .submenu-toggle input[type=checkbox]{margin-right:8px}.allowed-actions-editor .simple-mode .submenus .submenu-section .submenu-actions,.allowed-actions-editor .advanced-mode .submenus .submenu-section .submenu-actions,.allowed-actions-editor .json-mode .submenus .submenu-section .submenu-actions{margin-left:20px;margin-top:10px}.allowed-actions-editor .simple-mode .json-mode textarea,.allowed-actions-editor .advanced-mode .json-mode textarea,.allowed-actions-editor .json-mode .json-mode textarea{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-size:14px;font-family:Courier New,monospace;min-height:200px}.allowed-actions-editor .simple-mode .json-mode .hint,.allowed-actions-editor .advanced-mode .json-mode .hint,.allowed-actions-editor .json-mode .json-mode .hint{margin-top:10px;font-size:12px;color:#6c757d}.allowed-actions-editor .simple-mode .json-mode .hint code,.allowed-actions-editor .advanced-mode .json-mode .hint code,.allowed-actions-editor .json-mode .json-mode .hint code{background-color:#f8f9fa;padding:2px 4px;border-radius:2px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h2,.modal-content h3{margin-top:0}.modal-content .form-group{margin-bottom:15px}.modal-content .form-group label{display:block;margin-bottom:5px;font-weight:500}.modal-content .form-group input,.modal-content .form-group textarea,.modal-content .form-group select{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.modal-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.shipments-filters{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.shipments-filters .filter-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.shipments-filters .filter-row label{min-width:100px;font-weight:500}.shipments-filters .filter-row input[type=text],.shipments-filters .filter-row input[type=datetime-local],.shipments-filters .filter-row select{padding:6px 10px;border:1px solid #ced4da;border-radius:4px}.shipments-filters .filter-hint{color:#6c757d;font-size:13px}.shipments-bulk-actions{display:flex;gap:10px;margin-bottom:15px}.shipments-pagination{display:flex;align-items:center;gap:15px;margin-top:15px}.empty-hint{color:#6c757d;margin:20px 0}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-width:90vw;max-height:90vh;overflow:auto;box-shadow:0 4px 20px #00000026}.shipment-detail-modal{min-width:500px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #dee2e6}.modal-header h2{margin:0;font-size:18px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6c757d;padding:0 4px;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:20px}.shipment-detail-fields .detail-section{margin-bottom:24px}.shipment-detail-fields .detail-section h3{margin:0 0 12px;font-size:14px;color:#495057;text-transform:uppercase;letter-spacing:.5px}.shipment-detail-fields .detail-section dl{display:grid;grid-template-columns:140px 1fr;gap:6px 16px;margin:0;font-size:14px}.shipment-detail-fields .detail-section dt{margin:0;color:#6c757d;font-weight:500}.shipment-detail-fields .detail-section dd{margin:0}.shipment-detail-fields .notes-pre{white-space:pre-wrap;margin:0;font-size:13px}.ui-blocks-editor{display:flex;flex-direction:column;gap:8px;border:1px solid #dee2e6;border-radius:6px;padding:10px;background:#fbfbfc}.ui-blocks-toolbar{display:flex;align-items:center}.ui-blocks-add-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ui-blocks-add-row select,.ui-blocks-add-row input[type=text]{padding:5px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px}.ui-blocks-list{display:flex;flex-direction:column;gap:6px}.ui-blocks-empty{padding:10px;font-size:13px;color:#adb5bd;font-style:italic}.ui-block-card{border:1px solid #dee2e6;border-radius:4px;background:#fff}.ui-block-card .ui-block-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;cursor:pointer;gap:8px}.ui-block-card .ui-block-header:hover{background:#f8f9fa}.ui-block-card .ui-block-header .ui-block-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0;flex-wrap:wrap}.ui-block-card .ui-block-header .ui-block-header-left .expand-icon{font-size:11px;color:#6c757d;flex-shrink:0}.ui-block-card .ui-block-header .ui-block-header-left .ui-block-type-badge{font-family:Courier New,monospace;font-size:12px;background:#0d6efd;color:#fff;padding:2px 8px;border-radius:10px}.ui-block-card .ui-block-header .ui-block-header-left .ui-block-sort{font-size:12px;color:#6c757d}.ui-block-card .ui-block-header .ui-block-header-left .ui-block-data-source{font-family:Courier New,monospace;font-size:11px;background:#fd7e14;color:#fff;padding:1px 6px;border-radius:10px}.ui-block-card .ui-block-header .ui-block-header-left .ui-block-line-count{font-size:12px;color:#6c757d}.ui-block-card .ui-block-header .ui-block-header-controls{display:flex;gap:4px;flex-shrink:0}.ui-block-card .ui-block-body{padding:12px;border-top:1px solid #dee2e6;display:flex;flex-direction:column;gap:12px;background:#fdfdfd}.ui-block-card .ui-block-fields{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.ui-block-card .ui-block-field{display:flex;flex-direction:column;gap:4px;min-width:120px}.ui-block-card .ui-block-field.ui-block-field-wide{flex:2;min-width:200px}.ui-block-card .ui-block-field label{font-size:12px;font-weight:500;color:#495057}.ui-block-card .ui-block-field input,.ui-block-card .ui-block-field select,.ui-block-card .ui-block-field textarea{padding:5px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px}.ui-block-card .ui-block-field textarea{font-family:Courier New,monospace;font-size:12px;resize:vertical}.ui-block-card .ui-block-field textarea.error{border-color:#dc3545}.ui-block-card .ui-block-collapsible{border:1px solid #e9ecef;border-radius:4px;overflow:hidden}.ui-block-card .ui-block-collapsible .ui-block-collapsible-toggle{width:100%;text-align:left;padding:6px 10px;border:none;background:#f8f9fa;cursor:pointer;font-size:12px;font-weight:500;color:#495057}.ui-block-card .ui-block-collapsible .ui-block-collapsible-toggle:hover{background:#e9ecef}.ui-block-card .ui-block-collapsible .ui-block-collapsible-body{padding:10px;display:flex;flex-direction:column;gap:10px}.ui-block-card .ui-block-collapsible .ui-block-collapsible-body textarea{width:100%;padding:8px;border:1px solid #ced4da;border-radius:4px;font-family:Courier New,monospace;font-size:12px;resize:vertical}.ui-block-card .ui-block-collapsible .ui-block-collapsible-body textarea.error{border-color:#dc3545}.ui-block-card .ui-block-save-row{display:flex;align-items:center;gap:10px}.ui-block-card .ui-block-lines-section{border-top:1px dashed #dee2e6;padding-top:12px}.ui-block-card .ui-block-lines-section .ui-block-lines-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ui-block-card .ui-block-lines-section .ui-block-lines-header h5{margin:0;font-size:13px;color:#495057}.ui-block-card .ui-block-lines-section .ui-block-lines-list{display:flex;flex-direction:column;gap:6px}.ui-block-line-card{border:1px solid #dee2e6;border-radius:4px;background:#fff}.ui-block-line-card .ui-block-line-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;cursor:pointer;gap:8px;background:#fdfdfd}.ui-block-line-card .ui-block-line-header:hover{background:#f8f9fa}.ui-block-line-card .ui-block-line-header .ui-block-line-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.ui-block-line-card .ui-block-line-header .ui-block-line-left .expand-icon{font-size:11px;color:#6c757d;flex-shrink:0}.ui-block-line-card .ui-block-line-header .ui-block-line-left .ui-block-line-sort{font-size:11px;color:#6c757d;background:#e9ecef;padding:1px 6px;border-radius:8px}.ui-block-line-card .ui-block-line-header .ui-block-line-left .ui-block-line-preview{font-size:13px;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Courier New,monospace}.ui-block-line-card .ui-block-line-header .ui-block-line-controls{display:flex;gap:4px;flex-shrink:0}.ui-block-line-card .ui-block-line-body{padding:10px;border-top:1px solid #dee2e6;display:flex;flex-direction:column;gap:8px}.ui-block-line-card .ui-block-line-fields{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.ui-block-line-card .ui-block-line-field{display:flex;flex-direction:column;gap:4px;min-width:100px}.ui-block-line-card .ui-block-line-field.ui-block-line-field-wide{flex:2;min-width:200px}.ui-block-line-card .ui-block-line-field label{font-size:12px;font-weight:500;color:#495057}.ui-block-line-card .ui-block-line-field input,.ui-block-line-card .ui-block-line-field select{padding:5px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px}.ui-block-line-card .ui-block-line-actions{display:flex;align-items:center;gap:10px}.btn-icon{background:none;border:1px solid #dee2e6;border-radius:3px;padding:2px 6px;font-size:12px;cursor:pointer;color:#6c757d;line-height:1.4}.btn-icon:hover:not(:disabled){background:#f8f9fa;color:#495057}.btn-icon:disabled{opacity:.35;cursor:default}.btn-icon.btn-icon-danger:hover:not(:disabled){background:#f8d7da;color:#dc3545;border-color:#f5c6cb}.section-desc{color:#6c757d;margin-bottom:20px}.elasticsearch-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.index-result{padding:12px 16px;border-radius:8px;margin-top:16px}.index-result.success{background:#d4edda;color:#155724}.index-result.error{background:#f8d7da;color:#721c24}.index-result ul{margin:8px 0 0;padding-left:20px}.badge{padding:4px 8px;border-radius:12px;font-size:12px}.badge.badge-success{background-color:#d4edda;color:#155724}.badge.badge-secondary{background-color:#e9ecef;color:#6c757d}.step-editor-header{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #dee2e6;background:#f8f9fa;border-radius:4px 4px 0 0}.step-editor-header h4{margin:0;font-size:14px;color:#495057;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-editor-tab-row{display:flex;gap:2px;background:#e9ecef;border-radius:5px;padding:2px}.step-editor-tab{padding:4px 14px;border:none;border-radius:4px;background:transparent;font-size:13px;font-weight:500;color:#6c757d;cursor:pointer}.step-editor-tab.active{background:#fff;color:#007bff;box-shadow:0 1px 3px #0000001a}.step-editor-actions{display:flex;gap:6px;flex-shrink:0}.step-screen-preview{display:flex;flex-direction:column;align-items:center;padding:24px 16px 16px;background:#e8e8e8}.sp-phone-frame{position:relative;width:320px;height:640px;background:#111;border-radius:40px;padding:12px;box-shadow:0 0 0 1px #2a2a2a,0 12px 40px #00000073,inset 0 0 0 2px #000;display:flex;flex-direction:column;overflow:hidden}.sp-status-bar{display:flex;justify-content:space-between;align-items:center;padding:4px 14px;color:#fff;font-size:10px;font-weight:700;flex-shrink:0;letter-spacing:.3px}.sp-screen{flex:1;background:#036;border-radius:28px 28px 24px 24px;overflow:hidden;display:flex;flex-direction:column}.sp-primary-header{height:72px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:hidden}.sp-secondary-header{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.sp-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.sp-main-empty{flex:1}.sp-secondary-footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.sp-primary-footer{height:72px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:hidden}.sp-home-indicator{height:4px;width:90px;background:#ffffff4d;border-radius:2px;margin:5px auto 3px;flex-shrink:0}.sp-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;border-radius:40px;overflow:hidden;padding:0 24px}.sp-modal-card{background:#fff;width:100%;padding:24px 20px 16px;border-radius:8px;box-shadow:0 2px 12px #0000004d;display:flex;flex-direction:column;align-items:center;gap:6px}.sp-modal-card .sp-text-wrap,.sp-modal-card .sp-text-line1,.sp-modal-card .sp-text-line2{color:#036}.sp-modal-card .sp-text-wrap{font-size:18px;font-weight:700}.sp-modal-card .sp-text{padding:6px 4px}.sp-modal-handle{display:none}.sp-banner{width:100%;height:100%;background:#fc0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 20px;text-align:center;box-sizing:border-box}.sp-banner-wrap{font-size:22px;font-weight:500;color:#036;text-align:center;line-height:1.15}.sp-banner-line1{font-size:12px;font-weight:500;color:#036;text-align:center;line-height:1.1}.sp-banner-line2{font-size:24px;font-weight:700;color:#036;text-align:center;line-height:1.15}.sp-text{width:100%;padding:16px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.sp-text--primary .sp-text-wrap{font-size:22px;font-weight:500}.sp-caption{width:100%;padding:10px 10px 16px;background:#001f3e;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.sp-caption .sp-text-wrap{font-size:18px;font-weight:500;color:#fff}.sp-caption .sp-text-line1{font-size:11px;color:#fff}.sp-caption .sp-text-line2{font-size:18px;font-weight:700;color:#fff}.sp-label{width:100%;padding:16px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.sp-label .sp-text-wrap{font-size:16px;font-weight:500;color:#fc0}.sp-label .sp-text-line1{font-size:12px;font-weight:500;color:#fc0}.sp-label .sp-text-line2{font-size:24px;font-weight:700;color:#fc0}.sp-text-wrap{font-size:14px;font-weight:500;color:#fff;text-align:center;white-space:pre-wrap;line-height:1.3}.sp-text-line1{font-size:12px;font-weight:500;color:#fff;text-align:center;line-height:1.2}.sp-text-line2{font-size:22px;font-weight:700;color:#fff;text-align:center;line-height:1.2}.sp-btn-primary{width:100%;height:100%;background:#149cf1;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;text-align:center;padding:0 20px;letter-spacing:.3px;box-sizing:border-box}.sp-btn-secondary{width:100%;height:44px;background:transparent;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:500;color:#149cf1;text-align:center;padding:0 20px;letter-spacing:.3px;box-sizing:border-box}.sp-instruction{padding:10px;width:100%;box-sizing:border-box}.sp-instruction-item{padding-top:10px;width:100%}.sp-instruction-title-row{display:flex;align-items:center;gap:6px}.sp-instruction-title{font-size:14px;font-weight:700;color:#fc0;text-transform:uppercase;white-space:nowrap}.sp-instruction-divider{flex:1;height:1px;background:#fc0}.sp-instruction-body{font-size:13px;font-weight:500;color:#fff;line-height:1.6;margin-top:4px}.sp-waitlist{width:100%;text-align:center;font-size:72px;font-weight:700;color:#fff;padding:10px 0}.sp-waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:12px}.sp-spinner{width:120px;height:120px;border:6px solid rgba(255,255,255,.18);border-top-color:#fc0;border-radius:50%;animation:sp-spin 1.2s linear infinite}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-form{background:#fc0;padding:20px;width:100%;margin-top:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px}.sp-form-field{font-size:16px;font-weight:700;color:#036;padding:8px 0;border-bottom:1px solid #003366;opacity:.5}.sp-confirm{padding:20px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;margin-top:20px}.sp-confirm-label{font-size:13px;color:#fff}.sp-confirm-value{font-size:16px;font-weight:600;color:#fff;margin-top:3px}.sp-generic{padding:10px 14px;width:100%;box-sizing:border-box}.sp-generic-label{font-size:10px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.sp-generic-lines{font-size:13px;color:#fff}.sp-image{width:100%;object-fit:contain;max-height:160px;display:block}.sp-image-placeholder{flex:1;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(255,255,255,.25);margin:12px;border-radius:6px;color:#fff6;font-size:12px}.sp-map-placeholder{flex:1;min-height:100px;background:#1a4d1a;display:flex;align-items:center;justify-content:center;color:#7fc97f;font-size:12px;font-weight:600;letter-spacing:1px}.sp-lines{display:flex;flex-direction:column;align-items:center;width:100%}.sp-step-label{margin-top:10px;font-size:12px;color:#6c757d;font-family:Courier New,monospace;background:#fff;padding:3px 10px;border-radius:10px;border:1px solid #dee2e6}.sp-block-wrapper{position:relative;cursor:pointer;width:100%}.sp-block-wrapper:hover .sp-selection-ring{display:block;border-color:#149cf166}.sp-block-wrapper--selected .sp-selection-ring{display:block;border-color:#149cf1}.sp-selection-ring{display:none;position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid transparent;pointer-events:none;z-index:10}.step-builder{display:flex;flex-direction:column;height:100%;background:#f5f5f5}.step-builder-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#1e1e2e;flex-shrink:0}.step-builder-key{font-family:Courier New,monospace;font-size:13px;color:#adb5bd;flex:1}.step-builder-bar-actions{display:flex;gap:6px}.step-builder-actions-panel{background:#fff;border-bottom:1px solid #dee2e6;padding:12px 16px;flex-shrink:0;max-height:480px;overflow:auto}.step-builder-body{display:flex;flex:1;overflow:hidden}.step-builder-canvas{flex:1;display:flex;align-items:flex-start;justify-content:center;overflow:auto;background:#e8e8e8;padding:24px 0}.step-builder-panel{width:300px;flex-shrink:0;background:#fff;border-left:1px solid #dee2e6;display:flex;flex-direction:column;overflow:hidden}.bpp-list{display:flex;flex-direction:column;height:100%;overflow:hidden}.bpp-list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #dee2e6;flex-shrink:0}.bpp-list-title{font-size:13px;font-weight:600;color:#212529}.bpp-add-form{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#f8f9fa;border-bottom:1px solid #dee2e6;flex-shrink:0}.bpp-add-form select,.bpp-add-form input[type=text]{padding:5px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px;width:100%}.bpp-block-rows{flex:1;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:4px}.bpp-block-row{display:flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid #e9ecef;border-radius:4px;background:#fff;cursor:default}.bpp-block-row:hover{background:#f8f9fa;border-color:#dee2e6}.bpp-drag-handle{color:#adb5bd;cursor:grab;font-size:14px;flex-shrink:0;-webkit-user-select:none;user-select:none}.bpp-drag-handle:active{cursor:grabbing}.bpp-block-row-btn{flex:1;display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;text-align:left;padding:0;min-width:0}.bpp-block-row-btn:hover .bpp-type-badge{background:#0b5ed7}.bpp-type-badge{font-family:Courier New,monospace;font-size:11px;background:#0d6efd;color:#fff;padding:2px 7px;border-radius:10px;white-space:nowrap;flex-shrink:0}.bpp-slot-tag{font-size:11px;color:#6c757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpp-empty{padding:16px;font-size:13px;color:#adb5bd;font-style:italic;text-align:center}.bpp-edit{display:flex;flex-direction:column;height:100%;overflow:hidden}.bpp-edit-header{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #dee2e6;flex-shrink:0;background:#f8f9fa}.bpp-back-btn{background:none;border:none;font-size:12px;color:#6c757d;cursor:pointer;padding:0}.bpp-back-btn:hover{color:#212529}.bpp-edit-type{font-family:Courier New,monospace;font-size:12px;color:#495057;font-weight:600}.bpp-edit-body{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.bpp-field{display:flex;flex-direction:column;gap:4px}.bpp-field label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.4px}.bpp-field input,.bpp-field select{padding:6px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px;width:100%}.bpp-field--sm{max-width:90px}.bpp-row{display:flex;gap:8px;align-items:flex-end}.bpp-section-label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.4px;padding-top:4px;border-top:1px solid #f0f0f0}.bpp-url-input{width:100%;padding:6px 8px;border:1px solid #ced4da;border-radius:4px;font-size:12px}.bpp-json{width:100%;font-family:Courier New,monospace;font-size:11px;padding:8px;border:1px solid #ced4da;border-radius:4px;resize:vertical}.bpp-json.error{border-color:#dc3545}.bpp-error{font-size:12px;color:#dc3545}.bpp-edit-actions{display:flex;align-items:center;gap:8px;padding-top:4px;border-top:1px solid #f0f0f0}.bpp-lines{display:flex;flex-direction:column;gap:6px}.bpp-line-row{display:flex;flex-direction:column;gap:4px;padding:8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.bpp-line-row-top{display:flex;align-items:center;gap:6px}.bpp-line-order{font-size:11px;color:#6c757d;font-family:Courier New,monospace}.bpp-line-binding-toggle{font-size:11px;color:#495057;display:flex;align-items:center;gap:3px;cursor:pointer;flex:1}.bpp-line-binding{display:flex;gap:4px}.bpp-line-binding select{flex-shrink:0;width:auto;padding:4px 6px;font-size:12px;border:1px solid #ced4da;border-radius:4px}.bpp-line-binding input{flex:1;padding:4px 6px;font-size:12px;border:1px solid #ced4da;border-radius:4px}.bpp-line-text{width:100%;padding:5px 8px;border:1px solid #ced4da;border-radius:4px;font-size:13px}.bpp-add-line{align-self:flex-start}.bpp-line-style-row{display:flex;align-items:center;gap:6px;margin-top:4px}.bpp-line-bold{font-size:12px;padding:2px 8px;background:#f0f0f0;border:1px solid #ccc;color:#333}.bpp-line-bold.active{background:#333;color:#fff;border-color:#333}.bpp-line-save{font-size:11px;padding:2px 8px}.hint{font-size:12px;color:#6c757d;margin:0}.hint.error{color:#dc3545}.runtime-actions-editor{font-size:13px}.runtime-actions-header{margin-bottom:10px}.runtime-actions-header h4{margin:0 0 2px;font-size:13px;font-weight:600;color:#212529}.runtime-actions-header p{margin:0}.runtime-actions-list{display:flex;flex-direction:column;gap:3px;margin-bottom:6px}.runtime-action-node{border:1px solid #e9ecef;border-radius:4px;background:#fafafa}.runtime-action-node .runtime-actions-list{margin:0 0 4px 16px}.runtime-action-header{display:flex;align-items:center;gap:8px;padding:5px 8px}.runtime-action-header .expand-icon{font-size:10px;color:#adb5bd;cursor:pointer;width:12px;flex-shrink:0;-webkit-user-select:none;user-select:none}.runtime-action-key{font-weight:600;font-size:13px;color:#212529;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.runtime-action-badge{font-family:Courier New,monospace;font-size:10px;background:#e9ecef;color:#495057;padding:1px 6px;border-radius:10px;white-space:nowrap}.runtime-action-body{padding:0 8px 8px 28px;display:flex;flex-direction:column;gap:6px}.runtime-action-fields{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end}.runtime-action-field{display:flex;flex-direction:column;gap:3px;min-width:140px;flex:1;max-width:260px}.runtime-action-field.runtime-action-field-wide{max-width:none;flex-basis:100%}.runtime-action-field label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.3px}.runtime-action-field input,.runtime-action-field select,.runtime-action-field textarea{padding:4px 7px;border:1px solid #ced4da;border-radius:3px;font-size:12px;width:100%}.runtime-action-field textarea{font-family:Courier New,monospace;resize:vertical}.runtime-action-app-fields{font-size:11px;color:#6c757d;font-style:italic;padding:2px 0}.runtime-action-hint{font-size:12px;color:#adb5bd;font-style:italic}.runtime-action-hint.empty{padding:2px 0}.runtime-action-branch{border:1px dashed #dee2e6;border-radius:3px;padding:6px 8px}.runtime-action-branch-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:4px}.runtime-action-add{display:flex;align-items:center;gap:6px;margin-top:4px}.runtime-action-add select{padding:4px 7px;border:1px solid #ced4da;border-radius:3px;font-size:12px}.step-metadata-panel{font-size:13px}.metadata-section{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.metadata-section:last-child{border-bottom:none;margin-bottom:0}.metadata-section h5{margin:0 0 8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#6c757d}.metadata-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.metadata-section-header h5{margin:0}.metadata-field{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}.metadata-field:last-child{margin-bottom:0}.metadata-field label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.3px}.metadata-field input[type=text],.metadata-field input[type=number],.metadata-field select,.metadata-field textarea{padding:5px 8px;border:1px solid #ced4da;border-radius:3px;font-size:13px;width:100%}.metadata-field input[type=checkbox]{width:auto;margin-right:5px}.metadata-field-row{display:flex;gap:10px;flex-wrap:wrap}.metadata-field-row .metadata-field{flex:1;min-width:120px}.metadata-form-field{border:1px solid #e9ecef;border-radius:4px;padding:8px 10px;background:#fafafa;margin-bottom:8px}.metadata-form-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.metadata-form-field-header strong{font-size:12px;color:#495057}.metadata-validations{margin-top:6px;padding-top:6px;border-top:1px dashed #dee2e6}.metadata-validations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.metadata-validations-header span{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.3px}.metadata-validation-row{display:flex;gap:6px;align-items:center;margin-bottom:4px}.metadata-validation-row input{flex:1;padding:4px 7px;border:1px solid #ced4da;border-radius:3px;font-size:12px}.metadata-instruction-row{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;padding:8px;border:1px solid #e9ecef;border-radius:4px;background:#fafafa}.metadata-instruction-row input,.metadata-instruction-row textarea{padding:5px 8px;border:1px solid #ced4da;border-radius:3px;font-size:13px;width:100%}.metadata-instruction-row button{align-self:flex-end}.metadata-save-row{display:flex;align-items:center;gap:8px;margin-top:10px}.map-poi-panel{font-size:13px}.map-poi-fields{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-top:10px}.map-poi-field{display:flex;flex-direction:column;gap:3px;min-width:140px;flex:1;max-width:220px}.map-poi-field label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.3px}.map-poi-field input[type=text],.map-poi-field input[type=number],.map-poi-field select{padding:5px 8px;border:1px solid #ced4da;border-radius:3px;font-size:13px;width:100%}.map-poi-field input[type=checkbox]{width:auto}.map-poi-field:has(button){max-width:none;flex-basis:100%}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}
