:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wizard-modal-overlay{position:fixed;inset:0;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1000;animation:modalFadeIn .2s ease-out}.wizard-modal-container{background:#fff;color:#333;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:625px;width:90%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:modalFadeIn .3s ease-out}.wizard-modal-large{max-width:1400px;height:90vh;max-height:90vh}.wizard-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.wizard-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#333;text-align:left}.wizard-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.wizard-modal-close:hover{background-color:#f0f0f0;color:#000}.wizard-modal-body{padding:1.5rem;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#e0e0e0 #f5f5f5}.wizard-modal-body::-webkit-scrollbar{width:8px}.wizard-modal-body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.wizard-modal-body::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.wizard-modal-body::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.wizard-modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.wizard-message-area{background-color:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1.5rem;color:#333;line-height:1.6}.wizard-message-area p{margin:.5rem 0}.wizard-message-area p:first-child{margin-top:0}.wizard-message-area p:last-child{margin-bottom:0}.wizard-message-success{background-color:#d4edda!important;border:1px solid #c3e6cb;color:#155724}.wizard-form-group{margin-bottom:1.5rem}.wizard-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;text-align:left}.wizard-form-group input[type=email],.wizard-form-group input[type=text],.wizard-form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box;background-color:#fff;color:#333}.wizard-form-group input[type=email]:focus,.wizard-form-group input[type=text]:focus,.wizard-form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.wizard-input-error{border-color:#dc3545!important}.wizard-error-message{color:#dc3545;font-size:.875rem;margin-top:.5rem}.wizard-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;font-weight:500;transition:background-color .2s}.wizard-button:disabled{opacity:.6;cursor:not-allowed}.wizard-button-primary{background-color:#007bff;color:#fff}.wizard-button-primary:hover:not(:disabled){background-color:#0056b3}.wizard-button-secondary{background-color:#6c757d;color:#fff}.wizard-button-secondary:hover:not(:disabled){background-color:#545b62}.wizard-button-remove{background-color:#dc3545;color:#fff;padding:.05rem;font-size:.875rem;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;width:18px;transition:background-color .2s}.wizard-button-remove:hover{background-color:#c82333}.wizard-button-remove svg{width:12px;height:12px}.wizard-section{border-bottom:1px solid #e0e0e0}.wizard-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;margin-top:.6rem}.wizard-sections-row{display:flex;gap:1.5rem;margin-bottom:2rem}.wizard-section-column{flex:1;margin-bottom:0;padding-bottom:0;border-bottom:none;border-right:1px solid #e0e0e0;padding-right:1.5rem}.wizard-section-column:last-child{border-right:none;padding-right:0}.wizard-section h2{margin-top:0;margin-bottom:.1rem;font-size:1.25rem;font-weight:600;color:#333;text-align:left}.wizard-section h3{margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#333}.wizard-search-container{display:flex;gap:.5rem}.wizard-search-container input{flex:1}.wizard-search-results{margin-top:.5rem;border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;background:#fff;scrollbar-width:thin;scrollbar-color:#e0e0e0 #f5f5f5}.wizard-search-results::-webkit-scrollbar{width:8px}.wizard-search-results::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.wizard-search-results::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.wizard-search-results::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.wizard-search-result-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #f0f0f0;color:#333;text-align:left}.wizard-search-result-item:hover{background-color:#f5f5f5}.wizard-search-result-item.wizard-search-result-item-disabled{opacity:.5;cursor:not-allowed}.wizard-search-result-item.wizard-search-result-item-disabled:hover{background-color:transparent}.wizard-search-result-item:last-child{border-bottom:none}.wizard-selected-list{margin-top:1rem}.wizard-selected-list label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;text-align:left}.wizard-selected-list ul{list-style:none;padding:0;margin:0}.wizard-selected-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#e3f2fd;border-radius:4px;margin-bottom:.5rem;color:#333}.wizard-selected-list li span{color:#333}.wizard-empty-message{color:#999;font-style:italic;padding:.75rem}.wizard-checkbox-group{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding:.5rem;text-align:left}.wizard-checkbox-group::-webkit-scrollbar{width:8px}.wizard-checkbox-group::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.wizard-checkbox-group::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.wizard-checkbox-group::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.wizard-checkbox-group{scrollbar-width:thin;scrollbar-color:#e0e0e0 #f5f5f5}.wizard-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px}.wizard-checkbox-label>span{flex:1;min-width:0}.wizard-checkbox-label:hover{background-color:#f5f5f5}.wizard-checkbox-label:has(input[type=checkbox]:checked){background-color:#e3f2fd}.wizard-checkbox-label:has(input[type=checkbox]:checked):hover{background-color:#bbdefb}.wizard-checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ffffff;background-color:#fff;border:1px solid #ccc;border-radius:3px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.wizard-checkbox-label input[type=checkbox]:not(:checked){background-color:#fff;border-color:#ccc}.wizard-checkbox-label input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff}.wizard-checkbox-label input[type=checkbox]:checked:before{content:"✓";color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.wizard-checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}.wizard-checkbox-label:has(input[type=checkbox]:disabled){opacity:.6;cursor:not-allowed}.wizard-checkbox-label span{flex:1;-webkit-user-select:none;user-select:none;color:#333}.wizard-category-help-wrapper{position:relative;display:flex;align-items:center;z-index:1}.wizard-category-help-icon{width:18px;height:18px;min-width:18px;border-radius:50%;border:1px solid #ccc;background-color:#f5f5f5;color:#666;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:background-color .2s,border-color .2s,color .2s}.wizard-category-help-icon:hover{background-color:#007bff;border-color:#007bff;color:#fff}.wizard-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;max-width:300px;min-width:200px;z-index:10000;padding:.75rem}.wizard-tooltip-fixed{position:fixed!important;bottom:auto!important;transform:translateY(-100%);z-index:10001;margin-top:-8px}.wizard-tooltip:after{content:"";position:absolute;top:100%;right:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ffffff}.wizard-tooltip:before{content:"";position:absolute;top:100%;right:11px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ddd}.wizard-tooltip-content{color:#333;font-size:.875rem;line-height:1.5;margin:0;min-height:1em;white-space:normal;word-wrap:break-word}.wizard-radio-group{display:flex;flex-direction:row;gap:1.5rem}.wizard-radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px}.wizard-radio-label:hover{background-color:#f5f5f5}.wizard-radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#007bff;background-color:#fff;border:1px solid #ccc;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:50%}.wizard-radio-label input[type=radio]:not(:checked){background-color:#fff;border-color:#ccc}.wizard-radio-label input[type=radio]:checked{accent-color:#007bff;background-color:#007bff;border-color:#007bff;position:relative}.wizard-radio-label input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:50%}.wizard-radio-label span{flex:1;-webkit-user-select:none;user-select:none;color:#333}.wizard-loading{text-align:center;padding:2rem;color:#666}.wizard-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;row-gap:2rem;margin-top:1rem}.wizard-category-column{display:flex;flex-direction:column}.wizard-category-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;padding:.75rem 1rem;background-color:#e3f2fd;border-radius:4px;font-weight:600;font-size:.95rem;color:#333}.wizard-category-header-clickable{cursor:pointer;transition:background-color .2s}.wizard-category-header-clickable:hover{background-color:#bbdefb}.wizard-category-header-clickable:active{background-color:#90caf9}.wizard-category-header span{flex:1}.wizard-companies-form-selection{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.wizard-company-form-section{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;background-color:#fafafa}.wizard-company-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.wizard-company-header-clickable{cursor:pointer;transition:background-color .2s;border-radius:4px;padding:.5rem;margin:-.5rem -.5rem .5rem;background-color:#bbdefb}.wizard-company-header-clickable:hover{background-color:#f5f5f5}.wizard-company-header-clickable:active{background-color:#e8e8e8}.wizard-company-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#333}.wizard-form-types-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto;padding:.25rem;text-align:left}.wizard-form-types-list::-webkit-scrollbar{width:6px}.wizard-form-types-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.wizard-form-types-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.wizard-form-types-list::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.wizard-form-types-list{scrollbar-width:thin;scrollbar-color:#e0e0e0 #f5f5f5}
