body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#18181b;font-family:Assistant,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;margin:0;padding:0}#root,body,html{height:100%;position:relative;width:100%}[data-component=Button]{align-items:center;background-color:#ececf1;border:none;border-radius:1000px;color:#101010;display:flex;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-size:12px;font-style:normal;font-weight:400;gap:8px;min-height:42px;outline:none;padding:8px 24px;transition:transform .1s ease-in-out,background-color .1s ease-in-out}[data-component=Button].button-style-action{background-color:#101010;color:#ececf1}[data-component=Button].button-style-action:hover:not([disabled]){background-color:#404040}[data-component=Button].button-style-alert{background-color:red;color:#ececf1}[data-component=Button].button-style-alert:hover:not([disabled]){background-color:red}[data-component=Button].button-style-flush{background-color:#fff0}[data-component=Button][disabled]{color:#999}[data-component=Button]:not([disabled]){cursor:pointer}[data-component=Button]:hover:not([disabled]){background-color:#d8d8d8}[data-component=Button]:active:not([disabled]){transform:translateY(1px)}[data-component=Button] .icon{display:flex}[data-component=Button] .icon.icon-start{margin-left:-8px}[data-component=Button] .icon.icon-end{margin-right:-8px}[data-component=Button] .icon svg{height:16px;width:16px}[data-component=Button].icon-red .icon{color:#c00}[data-component=Button].icon-green .icon{color:#090}[data-component=Button].icon-grey .icon{color:#909090}[data-component=Button].icon-fill svg{fill:currentColor}[data-component=Button] .button-action{background-color:#4caf50;border:none;color:#fff}[data-component=Button] .button-action:hover{background-color:#45a049}[data-component=Button] .button-action:active{background-color:#3e8e41}.main-layout{background:#f8f9fa;display:flex;height:calc(100vh - 64px);padding-bottom:60px}.sidebar{background:#fff;border-right:1px solid #e9ecef;box-shadow:2px 0 4px #0000000d;overflow-y:auto;width:300px}.sidebar .companies-list{padding:1rem}.sidebar .companies-list .company-item{border-radius:6px;margin-bottom:.5rem;transition:all .2s ease}.sidebar .companies-list .company-item .company-header{align-items:center;border-radius:6px;color:#2c3e50;cursor:pointer;display:flex;font-weight:500;padding:.75rem;transition:all .2s ease}.sidebar .companies-list .company-item .company-header:hover{background:#f1f3f5}.sidebar .companies-list .company-item .company-header svg{color:#6c757d;margin-right:.75rem}.sidebar .companies-list .company-item .company-header span{font-size:.95rem}.sidebar .companies-list .company-item .industry-list{margin:.25rem 0 .25rem 2.25rem}.sidebar .companies-list .company-item .industry-list .industry-item{border-radius:4px;color:#495057;cursor:pointer;font-size:.9rem;margin:.25rem 0;padding:.625rem .75rem;transition:all .2s ease}.sidebar .companies-list .company-item .industry-list .industry-item:hover{background:#e9ecef;color:#228be6}.sidebar .companies-list .company-item .industry-list .industry-item.selected{background:#228be6;box-shadow:0 2px 4px #228be633;color:#fff;font-weight:500}.sidebar .companies-list .company-item .industry-list .industry-item .industry-content{align-items:center;display:flex;justify-content:space-between;width:100%}.sidebar .companies-list .company-item .industry-list .industry-item .industry-content .edit-button{background:#0000;border:none;border-radius:4px;color:#6c757d;cursor:pointer;opacity:0;padding:4px;transition:all .2s ease}.sidebar .companies-list .company-item .industry-list .industry-item .industry-content .edit-button:hover{background:#228be61a;color:#228be6}.sidebar .companies-list .company-item .industry-list .industry-item:hover .edit-button{opacity:1}.header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;left:0;padding:.75rem 1rem;position:fixed;right:0;top:0;z-index:1000}.header .header-content{align-items:center;display:flex;margin:0 auto;max-width:1440px}.header .header-content .title{align-items:center;display:flex;margin:0}.header .header-content .title .title-text{display:flex;flex-direction:column}.header .header-content .title .title-text .company{color:#06c;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.header .header-content .title .title-text span:last-child{color:#64748b;font-size:.875rem;font-weight:400}.header .header-content .header-actions{align-items:center;display:flex;gap:.75rem;margin-left:auto}.header .header-content .header-actions .help-button{align-items:center;background-color:#06c;border:none;border-radius:4px;color:#fff;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.header .header-content .header-actions .help-button:hover{background-color:#0052a3}.header .header-content .header-actions .logout-button{align-items:center;background-color:#dc3545;border:none;border-radius:4px;color:#fff;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.header .header-content .header-actions .logout-button:hover{background-color:#c82333}.main-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex:1 1;flex-direction:column;margin:1rem;overflow:hidden}.main-content .conversation-container{flex:1 1;overflow-y:auto;padding:1.5rem}.main-content .conversation-container .conversation-messages{margin:0 auto;max-width:800px}.main-content .conversation-container .conversation-messages .message{display:flex;flex-direction:column;margin-bottom:1.5rem}.main-content .conversation-container .conversation-messages .message .message-label{color:#6c757d;font-size:.875rem;margin-bottom:.5rem}.main-content .conversation-container .conversation-messages .message .message-content{background:#f8f9fa;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem}.main-content .conversation-container .conversation-messages .message .message-content p{color:#495057;line-height:1.5;margin:0}.main-content .conversation-container .conversation-messages .message.user .message-content{background:#e7f5ff;margin-right:2rem}.main-content .conversation-container .conversation-messages .message.assistant .message-content{background:#f8f9fa;margin-left:2rem}.main-content .conversation-container .conversation-messages .empty-state{color:#868e96;font-size:.95rem;padding:3rem;text-align:center}.main-content .action-bar{align-items:center;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:1rem;padding:1rem 1.5rem}.main-content .action-bar .select-wrapper{display:flex;flex-direction:column;min-width:200px}.main-content .action-bar .select-wrapper label{color:#495057;font-size:.875rem;margin-bottom:.5rem}.main-content .action-bar .train-button{background:#228be6;border:none;border-radius:6px;color:#fff;font-weight:500;margin-left:auto;padding:.625rem 1.25rem}.main-content .action-bar .train-button:hover{background:#1c7ed6}.main-content .action-bar .main-action-button{background:#40c057;border:none;border-radius:6px;color:#fff;font-weight:500;padding:.625rem 1.25rem}.main-content .action-bar .main-action-button:hover{background:#37b24d}.main-content .action-bar .main-action-button.connected{background:#fa5252}.main-content .action-bar .main-action-button.connected:hover{background:#f03e3e}@media(max-width:768px){.sidebar{width:260px}.main-content{margin:.5rem}.action-bar{flex-wrap:wrap}.action-bar .select-wrapper{min-width:160px}}.typing-animation{gap:.5rem;padding:.5rem}.typing-animation .dot{animation:typing 1.4s infinite;background-color:#6366f1;opacity:.6}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.industry-form{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.industry-form .form-section{margin-bottom:2rem}.industry-form .form-section.full-width{grid-column:1/-1}.industry-form .form-section h3{border-bottom:2px solid #e9ecef;color:#343a40;font-size:1.1rem;margin:0 0 1.25rem;padding-bottom:.75rem}.industry-form .form-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.industry-form .form-group{margin-bottom:2rem}.industry-form .form-group label{color:#495057;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.industry-form .form-group input,.industry-form .form-group select,.industry-form .form-group textarea{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;font-size:1rem;padding:1rem;transition:all .2s ease;width:100%}.industry-form .form-group input:focus,.industry-form .form-group select:focus,.industry-form .form-group textarea:focus{border-color:#228be6;box-shadow:0 0 0 3px #228be61a;outline:none}.industry-form .form-group input::placeholder,.industry-form .form-group select::placeholder,.industry-form .form-group textarea::placeholder{color:#adb5bd}.industry-form .form-group textarea{min-height:150px;resize:vertical}.industry-form .form-group textarea#general_instructions{min-height:200px}.industry-form .form-group.nested{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;padding:1.5rem;transition:all .2s ease}.industry-form .form-group.nested:hover{border-color:#dee2e6;box-shadow:0 2px 8px #0000000d}.industry-form .form-group.nested .nested-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.industry-form .form-group.nested .nested-header h4{color:#495057;font-size:1rem;font-weight:500;margin:0}.industry-form .form-group.nested .nested-header .remove-button{background:#0000;border:none;border-radius:4px;color:#868e96;cursor:pointer;padding:.5rem;transition:all .2s ease}.industry-form .form-group.nested .nested-header .remove-button:hover{background:#fa52521a;color:#fa5252}.industry-form .form-group.nested input,.industry-form .form-group.nested select,.industry-form .form-group.nested textarea{background:#fff;margin-bottom:1rem}.industry-form .form-group.nested input:last-child,.industry-form .form-group.nested select:last-child,.industry-form .form-group.nested textarea:last-child{margin-bottom:0}.industry-form .form-group.nested textarea{min-height:120px}.industry-form .form-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;grid-column:1/-1;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.industry-form .form-actions button{min-width:120px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080}.modal-content{animation:modalFadeIn .3s ease;background:#fff;border-radius:8px;box-shadow:0 10px 20px #00000026;display:flex;flex-direction:column;height:90vh;margin:20px;width:90vw}.modal-content .modal-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;border-radius:8px 8px 0 0;padding:1.5rem 2rem}.modal-content .modal-header h2{color:#1a1a1a;font-size:1.5rem;font-weight:600}.modal-content .modal-body{height:calc(90vh - 80px);overflow-y:auto;padding:2rem}.modal-content .modal-body .industry-form{margin:0 auto;max-width:1200px}.modal-content .modal-body .industry-form .form-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:2rem}.modal-content .modal-body .industry-form .form-section h3{border-bottom:1px solid #e9ecef;color:#1a1a1a;font-size:1.25rem;margin:0 0 1.5rem;padding-bottom:1rem}.modal-content .modal-body .industry-form .form-group{margin-bottom:1.5rem}.modal-content .modal-body .industry-form .form-group label{color:#1a1a1a;display:block;font-size:1rem;font-weight:500;margin-bottom:.75rem}.modal-content .modal-body .industry-form .form-group input,.modal-content .modal-body .industry-form .form-group select,.modal-content .modal-body .industry-form .form-group textarea{border:1px solid #dee2e6;border-radius:4px;color:#495057;font-size:1rem;line-height:1.5;padding:.875rem;width:100%}.modal-content .modal-body .industry-form .form-group input:focus,.modal-content .modal-body .industry-form .form-group select:focus,.modal-content .modal-body .industry-form .form-group textarea:focus{border-color:#228be6;box-shadow:0 0 0 3px #228be61a;outline:none}.modal-content .modal-body .industry-form .form-group input::placeholder,.modal-content .modal-body .industry-form .form-group select::placeholder,.modal-content .modal-body .industry-form .form-group textarea::placeholder{color:#adb5bd}.modal-content .modal-body .industry-form .form-group textarea{min-height:200px}.modal-content .modal-body .industry-form .form-group textarea#general_instructions{min-height:250px}.modal-content .modal-body .industry-form .form-group.nested{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:1rem;padding:1.5rem}.modal-content .modal-body .industry-form .form-group.nested .nested-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.modal-content .modal-body .industry-form .form-group.nested .nested-header h4{color:#1a1a1a;font-size:1.1rem;font-weight:500;margin:0}.modal-content .modal-body .industry-form .form-group.nested textarea{min-height:150px}.modal-content .modal-body .industry-form .form-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.modal-content .modal-body .industry-form .form-actions button{font-size:.95rem;font-weight:500;min-width:120px;padding:.75rem 1.5rem}@media(min-width:1400px){.modal-content .modal-body .industry-form{max-width:1400px}}@media(min-width:1600px){.modal-content .modal-body .industry-form{max-width:1600px}}@media(max-width:768px){.modal-content{margin:10px;width:95vw}.modal-content .modal-header{padding:1rem 1.5rem}.modal-content .modal-header h2{font-size:1.25rem}.modal-content .modal-body,.modal-content .modal-body .industry-form .form-section{padding:1.5rem}.modal-content .modal-body .industry-form .form-group label{font-size:.95rem}.modal-content .modal-body .industry-form .form-group input,.modal-content .modal-body .industry-form .form-group select,.modal-content .modal-body .industry-form .form-group textarea{font-size:.95rem;padding:.75rem}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.tabbed-modal{display:flex;flex-direction:column;height:100%}.tabbed-modal .tabs-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0 2rem}.tabbed-modal .tabs-header .MuiTabs-root{min-height:48px}.tabbed-modal .tabs-header .MuiTabs-root .MuiTab-root{color:#495057;font-size:1rem;font-weight:500;min-height:48px;padding:0 1.5rem;text-transform:none}.tabbed-modal .tabs-header .MuiTabs-root .MuiTab-root.Mui-selected{color:#228be6}.tabbed-modal .tab-content{flex:1 1;overflow-y:auto;padding:2rem}.tabbed-modal .tab-content .tab-panel{animation:fadeIn .3s ease;margin:0 auto;max-width:1200px}.tabbed-modal .form-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:2rem}.tabbed-modal .form-section h3{color:#1a1a1a;font-size:1.25rem;margin:0 0 1.5rem}.tabbed-modal .form-actions{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.console-page .mobile-menu-button{background:none;border:none;color:#06c;cursor:pointer;display:none;padding:.5rem}@media(max-width:768px){.console-page .mobile-menu-button{display:block;margin-right:1rem}.console-page .main-layout .sidebar{background:#fff;bottom:0;box-shadow:2px 0 8px #0000001a;left:-300px;padding-top:60px;position:fixed;top:0;transition:left .3s ease;width:300px;z-index:1000}.console-page .main-layout .sidebar.open{left:0}}.console-page .main-layout .sidebar-overlay{display:none}@media(max-width:768px){.console-page .main-layout .sidebar-overlay{background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:999}.console-page .main-layout .main-content{margin-left:0;width:100%}}.console-page .footer{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -1px 3px #0000001a;left:0;padding:1rem;position:fixed;right:0;z-index:1000}.console-page .footer .footer-content{color:#64748b;font-size:.875rem;margin:0 auto;max-width:1440px;text-align:center}.typing-animation{align-items:center;display:flex}.typing-animation .dot{animation:typingAnimation 1.4s ease-in-out infinite;background-color:#333;border-radius:50%;height:8px;margin:0 4px;opacity:0;width:8px}.typing-animation .dot:first-child{animation-delay:0s}.typing-animation .dot:nth-child(2){animation-delay:.2s}.typing-animation .dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%{opacity:.2;transform:translateY(0)}20%{opacity:1;transform:translateY(-5px)}40%,to{opacity:.2;transform:translateY(0)}}.select-wrapper{position:relative;width:100%}.select-wrapper .select-label{color:#475569;display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.select-wrapper .select-component{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.25;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease;width:100%}.select-wrapper .select-component:hover:not(:disabled){border-color:#94a3b8}.select-wrapper .select-component:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;outline:none}.select-wrapper .select-component:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.select-wrapper .select-component option{font-weight:500;padding:.75rem}.select-wrapper .select-component option:first-child{color:#94a3b8;font-weight:400}@media(prefers-color-scheme:dark){.select-wrapper .select-label{color:#cbd5e1}.select-wrapper .select-component{background-color:#1e293b;border-color:#334155;color:#f1f5f9}.select-wrapper .select-component:hover:not(:disabled){border-color:#475569}.select-wrapper .select-component:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed33}.select-wrapper .select-component:disabled{background-color:#0f172a}.select-wrapper .select-component option{background-color:#1e293b}.select-wrapper .select-component option:first-child{color:#94a3b8}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-content.size-small{max-height:600px;width:400px}.modal-content.size-medium{max-height:80vh;width:600px}.modal-content.size-large{max-height:85vh;width:800px}.modal-content.size-xlarge{max-height:90vh;width:1200px}.modal-content.size-full{max-height:90vh;width:90vw}.modal-content[data-width]{width:var(--modal-width)}.modal-content[data-height]{height:var(--modal-height);max-height:var(--modal-height)}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem;position:sticky;top:0;z-index:1}.modal-header h2{color:#1e293b;font-size:1.25rem;margin:0}.modal-header .close-button{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:1.5rem;padding:.5rem}.modal-header .close-button:hover{background-color:#f1f5f9}.modal-body{padding:1.5rem}@media(max-width:1400px){.modal-content.size-xlarge{width:95vw}}@media(max-width:992px){.modal-content.size-large{width:95vw}}@media(max-width:768px){.modal-content{margin:1;width:95vw}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.training-form .form-group{margin-bottom:1.5rem}.training-form .form-group label{color:#1e293b;display:block;font-weight:500;margin-bottom:.5rem}.training-form .form-group input,.training-form .form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.75rem;transition:all .2s;width:100%}.training-form .form-group input:focus,.training-form .form-group textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;outline:none}.training-form .form-group textarea{min-height:100px;resize:vertical}.training-form button{background-color:#7c3aed;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.training-form button:hover{background-color:#6d28d9}.training-form button:disabled{cursor:not-allowed;opacity:.7}.training-form .error-message{background-color:#fee2e2;border-radius:6px;color:#dc2626;margin-bottom:1rem;padding:.75rem}.training-form .step-indicator{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.training-form .step-indicator .step{align-items:center;background-color:#e2e8f0;border-radius:50%;color:#64748b;display:flex;font-weight:500;height:2rem;justify-content:center;width:2rem}.training-form .step-indicator .step.active{background-color:#7c3aed;color:#fff}.training-form .step-indicator .step.completed{background-color:#10b981;color:#fff}.edit-industry-form{display:flex;flex-direction:column;height:100%}.edit-industry-form.size-normal{min-height:400px}.edit-industry-form.size-large{min-height:600px}.edit-industry-form.size-full{min-height:100%}.edit-industry-form .step-content{background:#f9fafb;flex:1 1;overflow-y:auto;padding:2rem}.edit-industry-form .step-content .form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.edit-industry-form .step-content .form-section .form-group{margin-bottom:1.5rem}.edit-industry-form .step-content .form-section .form-group label{color:#1e293b;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.edit-industry-form .step-content .form-section .form-group input,.edit-industry-form .step-content .form-section .form-group select,.edit-industry-form .step-content .form-section .form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:.95rem;padding:.75rem;width:100%}.edit-industry-form .step-content .form-section .form-group input:focus,.edit-industry-form .step-content .form-section .form-group select:focus,.edit-industry-form .step-content .form-section .form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.edit-industry-form .step-content .form-section .form-group textarea{min-height:100px;resize:vertical}.edit-industry-form .step-content .form-section .form-group .readonly-input{background-color:#f8fafc;border:1px solid #e2e8f0;color:#64748b;cursor:not-allowed}.edit-industry-form .step-content .form-section .form-group .industry-type-info{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.edit-industry-form .step-content .form-section .form-group .industry-type-info .readonly-input{background-color:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;cursor:not-allowed;font-weight:500;padding:.5rem .75rem}.edit-industry-form .step-content .form-section .form-group .industry-type-info .readonly-input.no-type{color:#94a3b8;font-style:italic}.edit-industry-form .step-content .form-section .form-group .industry-type-info .input-help{color:#64748b;font-size:.875rem;margin-top:2px;padding:0 .25rem}.edit-industry-form .step-content .form-section.departments .section-header,.edit-industry-form .step-content .form-section.instructions .section-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.edit-industry-form .step-content .form-section.departments .section-header h3,.edit-industry-form .step-content .form-section.instructions .section-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.edit-industry-form .step-content .form-section.departments .section-header button,.edit-industry-form .step-content .form-section.instructions .section-header button{align-items:center;background:#fff;border:1px solid #3b82f6;border-radius:6px;color:#3b82f6;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.edit-industry-form .step-content .form-section.departments .section-header button:hover,.edit-industry-form .step-content .form-section.instructions .section-header button:hover{background:#3b82f6;color:#fff}.edit-industry-form .step-content .form-section.departments .section-header button:active,.edit-industry-form .step-content .form-section.instructions .section-header button:active{transform:translateY(1px)}.edit-industry-form .step-content .form-section.departments .departments-grid,.edit-industry-form .step-content .form-section.departments .instructions-grid,.edit-industry-form .step-content .form-section.instructions .departments-grid,.edit-industry-form .step-content .form-section.instructions .instructions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1rem}.edit-industry-form .step-content .form-section.departments .nested,.edit-industry-form .step-content .form-section.instructions .nested{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem}.edit-industry-form .step-content .form-section.departments .nested .nested-header,.edit-industry-form .step-content .form-section.instructions .nested .nested-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.edit-industry-form .step-content .form-section.departments .nested .nested-header h4,.edit-industry-form .step-content .form-section.instructions .nested .nested-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.edit-industry-form .step-content .form-section.departments .nested .nested-header .remove-button,.edit-industry-form .step-content .form-section.instructions .nested .nested-header .remove-button{background:#0000;border:none;border-radius:4px;color:#ef4444;cursor:pointer;padding:.25rem .5rem;transition:all .2s ease}.edit-industry-form .step-content .form-section.departments .nested .nested-header .remove-button:hover,.edit-industry-form .step-content .form-section.instructions .nested .nested-header .remove-button:hover{background:#fee2e2}.edit-industry-form .form-actions{align-items:center;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -1px 2px #0000000d;display:flex;flex-shrink:0;justify-content:space-between;padding:1.25rem 2rem}@media(max-width:768px){.edit-industry-form .departments-grid,.edit-industry-form .instructions-grid{grid-template-columns:1fr!important}}.form-section.departments .section-header,.form-section.instructions .section-header{margin-bottom:2rem}.form-section.departments .section-header h3,.form-section.instructions .section-header h3{color:#1e293b;font-size:1.25rem;margin:0 0 .5rem}.form-section.departments .section-header .section-description,.form-section.instructions .section-header .section-description{color:#64748b;font-size:.9rem;margin:0 0 1rem}.form-section.departments .section-header button,.form-section.instructions .section-header button{align-self:flex-start}.form-section.departments .departments-grid,.form-section.departments .instructions-grid,.form-section.instructions .departments-grid,.form-section.instructions .instructions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.form-section.departments .departments-grid .nested,.form-section.departments .instructions-grid .nested,.form-section.instructions .departments-grid .nested,.form-section.instructions .instructions-grid .nested{background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.form-section.departments .departments-grid .nested:hover,.form-section.departments .instructions-grid .nested:hover,.form-section.instructions .departments-grid .nested:hover,.form-section.instructions .instructions-grid .nested:hover{box-shadow:0 4px 6px -1px #0000001a}.form-section.departments .departments-grid .nested .nested-header,.form-section.departments .instructions-grid .nested .nested-header,.form-section.instructions .departments-grid .nested .nested-header,.form-section.instructions .instructions-grid .nested .nested-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;padding:1rem 1.5rem}.form-section.departments .departments-grid .nested .nested-header h4,.form-section.departments .instructions-grid .nested .nested-header h4,.form-section.instructions .departments-grid .nested .nested-header h4,.form-section.instructions .instructions-grid .nested .nested-header h4{color:#1e293b;font-size:1rem}.form-section.departments .departments-grid .nested .nested-content,.form-section.departments .instructions-grid .nested .nested-content,.form-section.instructions .departments-grid .nested .nested-content,.form-section.instructions .instructions-grid .nested .nested-content{padding:1.5rem}.form-section.departments .departments-grid .nested .nested-content .form-group,.form-section.departments .instructions-grid .nested .nested-content .form-group,.form-section.instructions .departments-grid .nested .nested-content .form-group,.form-section.instructions .instructions-grid .nested .nested-content .form-group{margin-bottom:1.25rem}.form-section.departments .departments-grid .nested .nested-content .form-group:last-child,.form-section.departments .instructions-grid .nested .nested-content .form-group:last-child,.form-section.instructions .departments-grid .nested .nested-content .form-group:last-child,.form-section.instructions .instructions-grid .nested .nested-content .form-group:last-child{margin-bottom:0}.form-section.departments .departments-grid .nested .nested-content .form-group label,.form-section.departments .instructions-grid .nested .nested-content .form-group label,.form-section.instructions .departments-grid .nested .nested-content .form-group label,.form-section.instructions .instructions-grid .nested .nested-content .form-group label{color:#475569;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-section.departments .departments-grid .nested .nested-content .form-group .tags-input-wrapper .input-help,.form-section.departments .instructions-grid .nested .nested-content .form-group .tags-input-wrapper .input-help,.form-section.instructions .departments-grid .nested .nested-content .form-group .tags-input-wrapper .input-help,.form-section.instructions .instructions-grid .nested .nested-content .form-group .tags-input-wrapper .input-help{color:#64748b;display:block;font-size:.8rem;margin-top:.25rem}.form-section.departments .empty-state,.form-section.instructions .empty-state{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:8px;grid-column:1/-1;padding:3rem;text-align:center}.form-section.departments .empty-state p,.form-section.instructions .empty-state p{color:#64748b;font-size:.95rem;margin:0}.remove-button{align-items:center;background:none;border:none;border-radius:6px;color:#ef4444;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.remove-button:hover{background:#fee2e2}.form-actions{align-items:center;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -1px 2px #0000000d;display:flex;justify-content:space-between;padding:1.25rem 2rem}.form-actions .cancel-button{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;transition:all .2s ease}.form-actions .cancel-button:hover{background:#f1f5f9;color:#475569}.form-actions .cancel-button:active{transform:translateY(1px)}.form-actions .step-buttons{display:flex;gap:1rem}.form-actions .step-buttons .next-button,.form-actions .step-buttons .prev-button{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;transition:all .2s ease}.form-actions .step-buttons .next-button:hover,.form-actions .step-buttons .prev-button:hover{background:#f8fafc;border-color:#94a3b8}.form-actions .step-buttons .next-button:active,.form-actions .step-buttons .prev-button:active{transform:translateY(1px)}.form-actions .step-buttons .save-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;transition:all .2s ease}.form-actions .step-buttons .save-button:hover{background:#2563eb}.form-actions .step-buttons .save-button:active{transform:translateY(1px)}.form-actions .step-buttons .save-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.section-footer{border-top:1px solid #eee;margin-top:1rem;padding-top:1rem}.section-footer .add-button{align-items:center;background-color:#22c55e;border:1px solid #16a34a;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.section-footer .add-button:hover{background-color:#16a34a;border-color:#15803d}.section-footer .add-button svg{stroke-width:2px;color:#fff}.create-industry-form .company-selection .existing-companies{margin-bottom:2rem}.create-industry-form .company-selection .existing-companies h3{color:#1e293b;font-size:1.25rem;margin-bottom:1rem}.create-industry-form .company-selection .existing-companies .companies-list{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1.5rem}.create-industry-form .company-selection .existing-companies .companies-list .company-item{border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s ease}.create-industry-form .company-selection .existing-companies .companies-list .company-item:hover{border-color:#94a3b8}.create-industry-form .company-selection .existing-companies .companies-list .company-item.selected{background:#eff6ff;border-color:#3b82f6}.create-industry-form .company-selection .existing-companies .companies-list .company-item h4{color:#1e293b;margin:0 0 .5rem}.create-industry-form .company-selection .existing-companies .companies-list .company-item p{color:#64748b;font-size:.875rem;margin:0}.create-industry-form .company-selection .existing-companies .create-new-button{background:#fff;border:1px dashed #94a3b8;border-radius:8px;color:#3b82f6;cursor:pointer;padding:.75rem;transition:all .2s ease;width:100%}.create-industry-form .company-selection .existing-companies .create-new-button:hover{background:#f8fafc;border-color:#3b82f6}.create-industry-form .create-company-form .form-group,.create-industry-form .industry-form .form-group{margin-bottom:1.5rem}.create-industry-form .create-company-form .form-group label,.create-industry-form .industry-form .form-group label{color:#1e293b;display:block;font-weight:500;margin-bottom:.5rem}.create-industry-form .create-company-form .form-group input,.create-industry-form .create-company-form .form-group select,.create-industry-form .create-company-form .form-group textarea,.create-industry-form .industry-form .form-group input,.create-industry-form .industry-form .form-group select,.create-industry-form .industry-form .form-group textarea{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.625rem;width:100%}.create-industry-form .create-company-form .form-group input:focus,.create-industry-form .create-company-form .form-group select:focus,.create-industry-form .create-company-form .form-group textarea:focus,.create-industry-form .industry-form .form-group input:focus,.create-industry-form .industry-form .form-group select:focus,.create-industry-form .industry-form .form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.create-industry-form .create-company-form .form-group textarea,.create-industry-form .industry-form .form-group textarea{min-height:100px;resize:vertical}.create-industry-form .action-buttons{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.create-industry-form .action-buttons button{border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.5rem;transition:all .2s ease}.create-industry-form .action-buttons button:first-child{background:#fff;border:1px solid #e2e8f0;color:#64748b}.create-industry-form .action-buttons button:first-child:hover{background:#f8fafc;color:#475569}.create-industry-form .action-buttons button:last-child{background:#3b82f6;border:none;color:#fff}.create-industry-form .action-buttons button:last-child:hover{background:#2563eb}.create-industry-form .action-buttons button:last-child:disabled{background:#94a3b8;cursor:not-allowed}.create-industry-form .action-buttons button:active{transform:translateY(1px)}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:2rem;width:100%}.login-form h1{color:#333;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.login-form .form-group input{border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.login-form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.login-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.login-form .form-group input::placeholder{color:#9ca3af}.login-form .error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.login-form .login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1rem;transition:all .3s ease;width:100%}.login-form .login-button:hover:not(:disabled){box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.login-form .login-button:active:not(:disabled){transform:translateY(0)}.login-form .login-button:disabled{box-shadow:0 4px 12px #667eea33;cursor:not-allowed;opacity:.7;transform:none}@media(max-width:480px){.login-container{margin:.5rem;padding:1.5rem}.login-form h1{font-size:1.75rem}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;word-break:break-word;z-index:0}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[data-component=App]{height:100%;position:relative;width:100%}
/*# sourceMappingURL=main.8f50093c.css.map*/