:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#fff;color:#333;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#07c;text-decoration:none;transition:color .3s ease}a:hover{text-decoration:underline;color:#005fa3}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.75rem}h1{font-size:2.25rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.125rem}p{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.text-sm{font-size:.85rem;color:#777}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease,opacity .2s ease,transform .2s ease;font-weight:500}button:hover{transform:scale(1.03);opacity:.9}button:disabled,.save-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary,.save-btn,.add-user-btn{background-color:#00aeef;color:#fff;padding:.75rem 1.25rem}.btn-primary:hover,.save-btn:hover,.add-user-btn:hover{background-color:#09d;opacity:1}.cancel-btn{background-color:#f3f3f3;color:#333}.cancel-btn:hover{background-color:#e0e0e0;opacity:1}.edit-btn{background:none;border:1px solid #0077cc;color:#07c;padding:.375rem .75rem;border-radius:6px;font-weight:500}.edit-btn:hover{background-color:#e5f0ff;color:#005fa3;opacity:1}.auth-button{width:100%;padding:.75rem;font-size:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500;transition:background-color .2s ease}.secondary-button{background-color:transparent;color:#07c;border:1px solid #0077cc;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s,color .3s}.secondary-button:hover{background-color:#e6f2ff;color:#005fa3}.primary-button{background-color:#07c;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s;margin-top:1rem}.primary-button:hover{background-color:#005fa3}.burger-button{position:relative;z-index:10}.auth-button.btn-text{background:transparent;color:#007aff;border:none;padding:.75rem;font-weight:500;font-size:1.2rem;text-decoration:underline;cursor:pointer;transition:color .2s ease}.auth-button.btn-text:hover{color:#005fcc}.authpage-layout{display:flex;flex-direction:row;min-height:100vh}.authpage-left{background-color:#141b27;color:#fff;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;text-align:center}.authpage-left img{max-width:200px;margin-bottom:2rem}.authpage-right{background-color:#fff;flex:1;display:flex;justify-content:center;align-items:center;padding:4rem 2rem}@media (max-width: 767px){.authpage-layout{flex-direction:column}.authpage-left,.authpage-right{width:100%;padding:2.5rem 1.5rem}}.step-indicator{display:flex;justify-content:center;gap:.75rem;margin-bottom:2rem}.step-bullet{width:28px;height:28px;border-radius:50%;border:2px solid #ccc;background-color:#fff;font-size:.95rem;display:flex;align-items:center;justify-content:center;font-weight:600;color:#333;transition:all .2s ease}.step-bullet.active{border-color:#07c;background-color:#07c;color:#fff;transform:scale(1.05)}.form-hint{margin-top:.75rem;margin-left:.25rem}@media (max-width: 768px){.step-indicator{gap:.5rem}.step-bullet{width:24px;height:24px;font-size:.85rem}}.error-message{color:red;font-size:.9rem;margin-top:.5rem}.preview-list{margin-top:1rem;padding-left:1rem}.preview-item{margin-bottom:1rem;font-size:.95rem;line-height:1.4}.preview-table-wrapper{overflow-x:auto;margin-top:1rem}.preview-table{width:100%;border-collapse:collapse;font-size:.9rem}.preview-table th,.preview-table td{border:1px solid #ddd;padding:8px}.preview-table th{background-color:#f2f2f2;font-weight:700;text-align:left}.preview-table tr:nth-child(2n){background-color:#f9f9f9}.input-error{border-color:red!important}.field-error{color:red;font-size:.8rem;margin-top:-.5rem;margin-bottom:.75rem}.form-group{margin-bottom:1rem}.form-actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:2rem;flex-wrap:wrap}.form-actions button{min-width:160px;height:44px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0rem 4rem;margin-bottom:2rem}.form-grid .form-group{width:100%;display:flex;flex-direction:column;margin-bottom:.75rem}.form-grid .form-group.full-width{grid-column:span 2}input,select,textarea{margin:0;padding:10px 12px;font-size:1rem;border:1px solid #ccc;border-radius:8px;width:100%;box-sizing:border-box;font-family:inherit}.input-field{display:block;width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin-bottom:16px}input:focus,select:focus,textarea:focus{outline:2px solid #00aeef;outline-offset:1px;border-color:#aaa}textarea{resize:vertical;min-height:80px}.password-input-container{position:relative;width:100%;margin-bottom:16px}.password-input-container .input-field{margin-bottom:0}.password-toggle-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;font-size:1rem;color:#777;transition:color .2s ease}.password-toggle-button:hover{color:#333;transform:translateY(-50%) scale(1.03)}.auth-form{width:100%;max-width:320px;margin:2rem auto;padding:1.5rem;display:flex;flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.auth-form h2{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#333}.auth-form p{font-size:1rem;color:#555;margin-bottom:.5rem}.fullscreen-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;position:relative;align-items:center;justify-content:flex-start}.auth-form{max-width:520px;width:100%;text-align:center;padding:0 1rem}.auth-header{position:absolute;top:1rem;right:2rem;display:flex;align-items:center;gap:10px;flex-wrap:wrap;z-index:10}.user-email{font-size:.95rem;font-weight:500}.logout-link{font-size:.9rem;text-decoration:underline;cursor:pointer;color:#07c}.step-subtitle{font-size:1.25rem;font-weight:500;color:#555;margin-bottom:2.5rem;text-align:center;line-height:1.4}.onboarding-step{padding-top:3rem;flex:1;flex-direction:column;align-items:center;justify-content:center}.onboarding-step h2{margin-bottom:2rem;font-size:1.5rem;font-weight:600;text-align:center}.onboarding-support-text{margin-bottom:.5rem;font-size:1rem;text-align:center;color:#555}.onboarding-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.onboarding-wrapper{padding-top:0;padding-bottom:6px}.centered-step,.step-header{margin-top:0!important;padding-top:0!important;justify-content:flex-start;text-align:center}.final-step .button-center{display:flex;justify-content:center;margin-top:2rem}.final-step button{padding:.6rem 1.5rem;border-radius:6px;background-color:#f0f0f0;font-weight:500}.account-type-options{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:2rem;width:100%}@media (max-width: 768px){.auth-header{top:.5rem;right:1rem;gap:6px;flex-direction:column;align-items:flex-end}.onboarding-step{padding-top:0}.account-type-options{flex-direction:column;align-items:stretch}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal{background:#fff;padding:2rem;border-radius:12px;width:100%;max-width:500px;box-shadow:0 5px 20px #00000026}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.user-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1.5rem;border:1px solid #eee;border-radius:10px}.user-table{width:100%;border-collapse:collapse;background-color:#fff;min-width:600px}.user-table th,.user-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee;vertical-align:middle}.user-table th{background-color:#f9f9f9;font-weight:600;font-size:.9rem;white-space:nowrap}.user-table tr:last-child td{border-bottom:none}.user-table tr:hover{background-color:#f5faff}.user-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.user-card{display:flex;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:10px;background-color:#fff;box-shadow:0 2px 6px #0000000a;align-items:center;transition:box-shadow .2s ease}.user-card:hover{box-shadow:0 4px 12px #00000014}.user-card-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #eee;background-color:#f1f1f1}.user-card-info{flex-grow:1;overflow:hidden}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.user-card-body{width:100%}.user-card-info h4{margin:0 0 .25rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card-info p{margin:.1875rem 0;font-size:.9rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-toggle{flex-shrink:0;margin-left:1rem}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#00aeef}input:focus+.slider{box-shadow:0 0 1px #00aeef}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.profile-users-page{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.my-profile-container,.users-list-container{background-color:#fff;padding:2rem;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 2px 8px #0000000d}.my-profile-container{background-color:#f9f9f9}.profile-info{margin-bottom:1.5rem}.profile-info p{margin:.5rem 0;font-size:1rem;color:#444}.profile-info strong{font-weight:600}.profile-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.profile-header h2{font-size:1.8rem;margin-bottom:0}.users-list-container{margin-top:2rem}.users-list-container h2,.users-list-container .primary-button{margin-bottom:1.5rem}.info-message{margin-bottom:1.5rem;font-size:.95rem;color:#555;background-color:#f1f7fd;padding:1rem;border-radius:8px}.user-actions{display:flex;align-items:center;gap:1rem}.metrics-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1rem}.metric-box{background-color:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #00000014}.metric-box h4{font-size:.95rem;font-weight:500;color:#555;margin-bottom:.5rem}.metric-value{font-size:1.8rem;font-weight:700;color:#111827}.dashboard-content{position:relative;padding:2rem;min-height:100vh;z-index:1;background-color:#f9f9f9}.progress-bar-wrapper{width:100%;max-width:600px;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:4px}.progress-bar{height:100%;background-color:#3b82f6;width:0%;transition:width .3s ease}.progress-text{margin-top:8px;font-size:.875rem;color:#374151}.save-options-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:1rem;max-width:600px}.save-options-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.save-options-subtitle{font-size:.95rem;color:#4b5563}.spinner-center{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.spinner{width:24px;height:24px;border:4px solid #d1d5db;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-top:.5rem}.page-title{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:#141b27}.section{margin-bottom:3rem}.section-title{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#334155}.upload-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.custom-file-upload{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:.75rem 1.25rem;margin-top:.4rem;border-radius:6px;background-color:#f8fafc;color:#141b27;font-size:.9rem;border:1px solid #cbd5e1;cursor:pointer;transition:background .2s ease;line-height:1;box-sizing:border-box}.btn-outline{background-color:transparent;color:#07c;border:1px solid #0077cc}.btn-outline:hover{background-color:#e5f0ff;color:#005fa3;opacity:1}.btn-secondary{background-color:#f9f9f9;color:#333;padding:.75rem 1.25rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;display:inline-block;cursor:pointer;font-weight:500;transition:background-color .2s ease}.btn-secondary:hover{background-color:#e6e6e6}.custom-file-upload{display:inline-flex;align-items:center;justify-content:center;height:auto;padding:.75rem 1.25rem;border-radius:8px;background-color:#bdcbd2;color:#fff;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease;line-height:1.2;box-sizing:border-box}.custom-file-upload:hover{background-color:#09d;transform:scale(1.03)}.custom-file-upload input{display:none}input[type=file]::file-selector-button{background-color:#a7f3d0;color:#065f46;border:1px solid #34d399;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:500}.section-subtitle{font-size:1.1rem;font-weight:500;color:#475569;margin-bottom:.8rem}.no-data{color:#64748b;font-size:.95rem}.custom-file-upload:hover{background-color:#8dca9c}.property-list-empty{color:#6b7280;font-style:italic;margin-top:1rem}.sidebar-language-selector select{background-color:#141b27;color:#fff;border:1px solid #334155;border-radius:4px;padding:6px 10px;font-size:.85rem;width:130px;margin:12px 10px 16px;display:block;box-sizing:border-box}.sidebar-language-selector select:focus{outline:none;border-color:#3b82f6}@media (max-width: 768px){.sidebar-language-selector select{width:calc(100% - 20px);margin:12px 10px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:#333;padding:2rem}.loading-spinner{width:2.5rem;height:2.5rem;border:4px solid #ccc;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.left-panel{background-color:#141b27;color:#f4f4f4;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.right-panel{flex:1;display:flex;justify-content:center;align-items:center;position:relative;padding:2rem}.hero-panel{max-width:480px;text-align:center}.hero-panel img{max-width:200px;margin-bottom:2rem}.hero-title{font-size:1.8rem;color:#fff;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1rem;line-height:1.5;color:#e0e0e0;max-width:360px;margin:0 auto}@media (max-width: 1024px){.fullscreen-layout{display:flex;flex-direction:column;min-height:100vh}.left-panel,.right-panel{width:100%;padding:2rem 1rem}.right-panel{justify-content:center;align-items:center;display:flex}}@media (max-width: 768px){.fullscreen-layout{flex-direction:column;height:auto}}.left-panel,.right-panel{width:100%;padding:2rem 1rem}.left-panel{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-panel img{margin-bottom:1rem}.hero-subtitle{max-width:360px;margin-left:auto;margin-right:auto}@media (max-width: 768px){body{font-size:.95rem}h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.25rem}button,.secondary-button,.primary-button{padding:.6rem 1.2rem;font-size:.95rem}.auth-form{max-width:90%;padding:1rem;gap:.75rem}.modal{padding:1.5rem;max-width:95%}.form-grid{grid-template-columns:1fr;gap:0rem 1rem}.user-card-grid{grid-template-columns:1fr}.sticky-buttons{padding:.75rem 1rem}.profile-users-page{padding:1rem}.my-profile-container,.users-list-container{padding:1.5rem;margin-bottom:1.5rem}.profile-header h2{font-size:1.5rem}.metrics-summary{gap:1rem}}@media (min-width: 640px){.user-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.nav-section-title{padding:1rem 1rem .4rem 1.25rem;font-size:.7rem;font-weight:600;color:#8899a6;text-transform:uppercase;letter-spacing:.05em;display:block}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav ul li a,.sidebar-nav ul li .nav-button{display:flex;align-items:center;gap:1rem;padding:.65rem 1.25rem;color:#e0e0e0;text-decoration:none;border-radius:6px;transition:background-color .2s,color .2s;font-weight:500;font-size:.95rem}.sidebar-nav ul li a:hover{background-color:#2a3443}.sidebar-nav ul li a.active{background-color:#00aeef;color:#fff}.footer-language-selector select{background-color:#141b27;color:#fff;border:1px solid #334155;border-radius:6px;padding:6px 10px;font-size:.9rem;width:auto;min-width:120px;box-sizing:border-box}.footer-language-selector select:focus{outline:none;border-color:#3b82f6}.auth-footer{display:flex;width:100%;justify-content:space-between;align-items:center;padding:12px 24px;background-color:#000;color:#fff;font-size:14px}.auth-footer .left{font-size:.9rem}.auth-footer .right{display:flex;justify-content:flex-end}.secondary-button.active{background-color:#07c;color:#fff;border:1px solid #0077cc}@media (max-width: 768px){.auth-footer{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;gap:0}.auth-footer .left,.auth-footer .right{justify-content:flex-start;width:auto}}.chatbot-widget-button{position:fixed;bottom:24px;right:24px;color:#fff;background-color:#00aeef;border:none;padding:12px 20px;font-size:1rem;font-weight:500;border-radius:30px;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:1000;transition:transform .2s ease,background-color .3s ease}.chatbot-widget-button:hover{transform:scale(1.05);background-color:#008ec7}.chatbot-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.chatbot-preview-modal{background:#fff;border-radius:1.5rem;max-width:32rem;width:100%;position:relative;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.chatbot-preview-header{padding:1rem 1.25rem;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.chatbot-preview-title{font-size:1.125rem;font-weight:600;color:#111827}.chatbot-preview-close{font-size:1.5rem;background:none;border:none;color:#999;cursor:pointer;margin-left:.5rem}.chatbot-preview-body{flex:1;overflow-y:auto;padding:1rem}.chat-history{display:flex;flex-direction:column;gap:.75rem}.message.user{align-self:flex-end;background:#e1f3ff;color:#07c;padding:.6rem 1rem;border-radius:16px 16px 0;max-width:85%;word-wrap:break-word}.message.assistant{align-self:flex-start;background:#f4f4f4;padding:.6rem 1rem;border-radius:16px 16px 16px 0;max-width:85%;word-wrap:break-word}.chatbot-preview-footer{border-top:1px solid #eee;padding:.75rem 1rem;display:flex;gap:.5rem;align-items:center;background:#fafafa}.chatbot-input{flex:1;border:1px solid #ccc;border-radius:9999px;padding:.5rem 1rem;resize:none;min-height:42px;font-size:.95rem;line-height:1.2}.thinking-indicator{display:flex;align-items:center}.spinner-small{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot-preview-send{height:42px;border-radius:9999px;padding:0 1.25rem;font-weight:600;background:#00aeef;color:#fff;border:none;cursor:pointer}.chatbot-preview-send:hover{background:#008ec7}.tooltip-icon{margin-left:6px;cursor:help;color:#888}.chatbot-preview-response{margin-top:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;color:#374151}.chatbot-preview-response strong{display:block;margin-bottom:.5rem;color:#111827;font-weight:600}.chatbot-preview-response--error{border-color:#fca5a5;background:#fef2f2}.chatbot-preview-response--error p{color:#b91c1c}.badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.badge-green{background-color:#d4fcd6;color:#137333}.badge-orange{background-color:#fff3cd;color:#856404}.badge-gray{background-color:#e2e3e5;color:#41464b}.button.small{padding:4px 8px;font-size:.75rem}.toast{background-color:#4caf50;color:#fff;padding:10px 16px;margin-bottom:16px;border-radius:6px;font-weight:500}.toast.success-toast{position:relative;margin-top:1rem;text-align:center;color:#155724;background-color:#d4edda;border-radius:8px;padding:10px 16px;font-weight:500;animation:fadeOut 3s forwards}.toast.success-floating{position:absolute;left:50%;transform:translate(-50%);margin-top:-2rem;background-color:#cce5ff;color:#155724;padding:10px 20px;border-radius:8px;font-weight:500;text-align:center;animation:fadeOut 3s forwards;z-index:10}.toast.success-upload{margin-top:1rem;padding:12px 16px;background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981;border-radius:8px;font-size:.95rem;max-width:100%;text-align:left}.toast.info-floating{position:absolute;left:50%;transform:translate(-50%);margin-top:-2rem;background-color:#cce5ff;color:#004085;padding:10px 20px;border-radius:8px;font-weight:500;text-align:center;animation:fadeOut 3s forwards;z-index:10}@keyframes fadeOut{0%{opacity:1}90%{opacity:1}to{opacity:0;display:none}}.csv-upload-label{display:inline-block;padding:10px 16px;background-color:#07c;color:#fff;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.csv-upload-label:hover{background-color:#005fa3}.csv-file-feedback{margin-top:1rem;font-size:.9rem}.pagination{margin-top:1rem;display:flex;gap:6px}.page-button{padding:6px 10px;background:#f2f2f2;border:none;border-radius:4px;cursor:pointer}.page-button.active{background:#07c;color:#fff}.integration-box{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 0 8px #0000000a;margin-bottom:2rem}.integration-field{margin-top:1rem;display:flex;flex-direction:column}.integration-field label{font-weight:500;margin-bottom:.5rem}.integration-field input[type=text]{padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;width:100%}.integration-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.drop-zone{border:2px dashed #ccc;padding:20px;text-align:center;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.drop-zone.dragging{background-color:#f0f8ff;border-color:#007bff}.custom-file-upload-label{display:block;margin-bottom:10px}.file-upload-link{color:#007bff;text-decoration:underline;cursor:pointer}.dashboard-sidebar{width:240px;background-color:#1f2937;padding:1.5rem 1rem;display:flex;flex-direction:column;color:#fff}.dashboard-sidebar .logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.dashboard-sidebar .logo{max-width:120px}.dashboard-sidebar nav ul{list-style:none;padding:0;margin:0}.dashboard-sidebar nav li{margin-bottom:1rem}.dashboard-sidebar nav a{display:flex;align-items:center;gap:.75rem;color:#cbd5e0;text-decoration:none;font-size:.95rem;padding:.6rem 1rem;border-radius:6px;transition:background-color .2s ease}.dashboard-sidebar nav a:hover{background-color:#374151;color:#fff}.dashboard-sidebar nav a.active{background-color:#00aeef;color:#fff;font-weight:600}.dashboard-content{flex:1;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;position:relative;z-index:1}.dashboard-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.topbar-left{display:flex;align-items:center;gap:.5rem}.topbar-right{display:flex;align-items:center;gap:1rem}input[type=color]{width:48px;height:36px;padding:0;border:none;background:transparent}.search-input{padding:8px 10px;font-size:.85rem;border-radius:8px;border:1px solid #ccc;background-color:#fff}.search-button{padding:8px;background-color:#f1f1f1;border-radius:8px;border:none;cursor:pointer}.topbar-user{display:flex;align-items:center;gap:.5rem}.topbar-user .avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-info{display:flex;flex-direction:column;font-size:.85rem;text-align:right}.user-name{font-weight:600}.user-company{color:#777}.language-selector{font-size:.85rem;background-color:transparent;display:flex;align-items:center;border:none}.stats-cards{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.stat-card{background-color:#00aeef;border-radius:10px;padding:1.5rem;color:#fff;min-width:200px;flex:1}.stat-card h3{font-size:1rem;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:2.2rem;font-weight:700}.stat-subtext{display:flex;justify-content:space-between;font-size:.9rem;margin-top:.5rem}.see-details{text-decoration:underline;color:#e0f7ff;cursor:pointer}.chart-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.chart-container{display:flex;align-items:flex-end;justify-content:space-between;height:200px;margin-top:20px}.chart-bar{width:20px;background-color:#9370db;border-radius:4px 4px 0 0;transition:height .3s ease}.chart-label{margin-top:8px;font-size:.75rem;color:#666;text-align:center}.properties-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;gap:1rem}.sort-options{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.properties-actions{display:flex;gap:.5rem}.print-button,.share-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;border:none}.print-button{background-color:#eaeaea;color:#333}.share-button{background-color:#00aeef;color:#fff}.properties-section{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.properties-table{width:100%;overflow-x:auto}.properties-table table{width:100%;border-collapse:collapse}.properties-table th,.properties-table td{padding:1rem;text-align:left;font-size:.9rem}.properties-table th{background-color:#00aeef;color:#fff;font-weight:500}.properties-table td{border-bottom:1px solid #eaeaea}.status-indicator.active{background-color:#4caf50}@media (max-width: 768px){.dashboard-topbar{flex-direction:column;align-items:stretch;gap:1rem}.topbar-left{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.search-input{flex:1;max-width:calc(100% - 48px);margin-left:2.5rem}.menu-toggle{margin-right:.5rem;flex-shrink:0}.topbar-right{width:100%;justify-content:flex-end}.topbar-user{justify-content:flex-end;width:100%}.stats-cards,.dashboard-metrics{flex-direction:column}}.menu-toggle{background:none;border:none;padding:.25rem;cursor:pointer;display:none;color:#333}@media (max-width: 768px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center;position:fixed;top:1rem;left:1rem;z-index:1001;background-color:#fff;border-radius:8px;padding:.5rem;box-shadow:0 2px 8px #0000001a}.menu-toggle:hover{background-color:#f1f5f9}.dashboard-sidebar{position:fixed;top:0;left:-240px;width:240px;height:100vh;background-color:#1f2937;border-right:1px solid #eee;z-index:999;transition:left .3s ease}.dashboard-sidebar.open{left:0}.dashboard-content{padding:2rem 1.5rem 1.5rem}}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000059;z-index:998;display:none}.sidebar-overlay.show{display:block}.sidebar-close-button{background:none;border:none;color:#ccc;font-size:1.5rem;align-self:flex-end;cursor:pointer;margin-bottom:1rem}.primary-button{background-color:#0af;color:#fff;padding:10px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.primary-button:hover{background-color:#008fcc;transform:scale(1.03)}.chat-widget-button{background-color:#00aeef;color:#fff;border:none;border-radius:50px;padding:.75rem 1.25rem;position:fixed;bottom:24px;right:24px;font-weight:600;font-size:1rem;box-shadow:0 4px 12px #00000026;z-index:1000;cursor:pointer;max-width:240px;white-space:nowrap;transition:background-color .2s ease,transform .2s ease}.chat-widget-button:hover{background-color:#008fcc;transform:scale(1.05)}@media (max-width: 768px){.chat-widget-button{right:16px;bottom:16px;font-size:.95rem;padding:.65rem 1rem;max-width:90%}}.dashboard-layout{display:flex;min-height:100vh;background-color:#f8f9fb;font-family:Inter,sans-serif}:root{--chat-bg: #ffffff;--chat-history-bg: #f9fafb;--user-bubble-bg: #3b82f6;--user-bubble-text: #ffffff;--assistant-bubble-bg: #e5e7eb;--assistant-bubble-text: #1f2937;--chat-input-bg: #ffffff;--chat-text-primary: #11182c;--chat-text-secondary: #6b7280;--chat-border-color: #e5e7eb;--chat-icon-color: #6b7280;--chat-icon-hover-bg: #f3f4f6}.chatbot-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.chatbot-preview-modal{width:100%;max-width:500px;height:70vh;max-height:600px;background-color:var(--chat-bg);border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px}.chatbot-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--chat-border-color);flex-shrink:0}.chatbot-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--user-bubble-bg);color:var(--user-bubble-text);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;margin-right:12px}.chatbot-title-container{flex-grow:1}.chatbot-title{font-size:1rem;font-weight:600;color:var(--chat-text-primary);margin:0}.chatbot-status{font-size:.75rem;color:var(--chat-text-secondary);margin:0}.chatbot-close-btn{background:none;border:none;cursor:pointer;color:var(--chat-icon-color);padding:4px;border-radius:50%}.chatbot-close-btn:hover{background-color:var(--chat-icon-hover-bg)}.chat-history{flex-grow:1;overflow-y:auto;padding:16px;background-color:var(--chat-history-bg);display:flex;flex-direction:column;gap:12px}.message-wrapper{display:flex;max-width:80%}.message-wrapper.user{align-self:flex-end;justify-content:flex-end}.message-wrapper.assistant{align-self:flex-start;justify-content:flex-start}.message-bubble{padding:10px 14px;border-radius:18px;font-size:.9rem;line-height:1.4;word-wrap:break-word}.message-bubble a{color:inherit;text-decoration:underline}.message-wrapper.user .message-bubble{background-color:var(--user-bubble-bg);color:var(--user-bubble-text);border-bottom-right-radius:4px}.message-wrapper.assistant .message-bubble{background-color:var(--assistant-bubble-bg);color:var(--assistant-bubble-text);border-bottom-left-radius:4px}.chatbot-footer{padding:12px 16px;border-top:1px solid var(--chat-border-color);background-color:var(--chat-bg);flex-shrink:0}.chat-input-wrapper{display:flex;align-items:center;background-color:var(--chat-input-bg);border:1px solid var(--chat-border-color);border-radius:24px;padding:4px 8px}.chat-input{flex-grow:1;border:none;outline:none;background:transparent;resize:none;font-size:.9rem;padding:8px;max-height:100px;overflow-y:auto}.chat-icon-btn{background:none;border:none;cursor:pointer;padding:8px;color:var(--chat-icon-color);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.chat-icon-btn:hover{background-color:var(--chat-icon-hover-bg)}.chat-icon-btn:disabled{opacity:.5;cursor:not-allowed}.chat-icon-btn.send{background-color:var(--user-bubble-bg);color:var(--user-bubble-text)}.chat-icon-btn.send:disabled{background-color:#93c5fd}.thinking-indicator .dot-flashing{position:relative;width:8px;height:8px;border-radius:50%;background-color:var(--chat-text-secondary);color:var(--chat-text-secondary);animation:dot-flashing 1s infinite linear alternate;animation-delay:.5s;margin:0 12px}.thinking-indicator .dot-flashing:before,.thinking-indicator .dot-flashing:after{content:"";display:inline-block;position:absolute;top:0;width:8px;height:8px;border-radius:50%;background-color:var(--chat-text-secondary);color:var(--chat-text-secondary)}.thinking-indicator .dot-flashing:before{left:-12px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.thinking-indicator .dot-flashing:after{left:12px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{opacity:1}50%,to{opacity:.2}}.la{--bg:#fff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--input:#d1d5db;--primary:#111827;--primary-contrast:#fff;--danger:#ef4444;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--shadow-sm:0 1px 2px rgba(0,0,0,.04);--color-swatch-size:20px}.la .dashboard-content{max-width:960px;margin:0!important}.la .page-title{display:flex;align-items:center;gap:.75rem;font-size:22px;font-weight:700;margin:0 0 .25rem;color:#141b27}.la .mt-16{margin-top:16px}.la .mt-24{margin-top:24px}.la .mb-16{margin-bottom:16px}.la .mb-0{margin-bottom:0}.la .row{display:flex}.la .center{align-items:center}.la .gap-10{gap:10px}.la .gap-8{gap:8px}.la .justify-end{justify-content:flex-end}.la .text-right{text-align:right}.la .muted{color:var(--muted)}.la .break-anywhere{overflow-wrap:anywhere}.la .max-160{max-width:160px}.la .loading-row{display:flex;align-items:center;gap:10px}.la .card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm)}.la .card-dashed{background:#fcfcfd;border-style:dashed}.la .section-title{font-size:16px;font-weight:700;margin:0}.la .subtitle-muted{color:var(--muted)}.la .ol-steps{margin:0;padding-left:20px;color:#4b5563;line-height:1.6}.la .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.la .form-grid.two-cols{grid-template-columns:1fr auto;align-items:center}.la .form-group{display:flex;flex-direction:column}.la .form-group label{font-size:14px;font-weight:600;margin-bottom:8px}.la .form-group.full-width{grid-column:1 / -1}.la .input-field,.la .form-group select,.la .form-group input[type=text],.la .form-group input[type=email],.la .copy-input{width:100%;padding:10px 12px;border:1px solid var(--input);border-radius:var(--radius-md);outline:none;background:#fff}.la .input-field:disabled{background:#f3f4f6;cursor:not-allowed}.la input.color-swatch-20{width:var(--color-swatch-size)!important;height:var(--color-swatch-size)!important;min-width:var(--color-swatch-size)!important;min-height:var(--color-swatch-size)!important;padding:0!important;border:1px solid var(--border)!important;border-radius:4px;background:transparent;box-sizing:content-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;vertical-align:middle;display:inline-flex}.la input.color-swatch-20::-webkit-color-swatch-wrapper{padding:0}.la input.color-swatch-20::-webkit-color-swatch{border:0;border-radius:4px}.la input.color-swatch-20::-moz-color-swatch{border:0;border-radius:4px}.la .copy-input-wrapper{display:flex;gap:8px;align-items:center}.la .primary-button,.la .secondary-button,.la .danger-button,.la .copy-button{display:inline-flex;align-items:center;justify-content:center;height:40px;min-height:40px;padding:0 14px!important;font-size:14px;line-height:1;border-radius:var(--radius-md)!important;border:1px solid transparent;white-space:nowrap;cursor:pointer;margin-top:0!important;transform:none!important;opacity:1}.la .primary-button{border-color:var(--primary)!important;background:var(--primary)!important;color:var(--primary-contrast)!important}.la .primary-button:disabled{background:#9ca3af!important;border-color:#9ca3af!important;color:#fff!important;cursor:not-allowed}.la .copy-button{border-color:var(--primary)!important;background:var(--primary)!important;color:var(--primary-contrast)!important}.la .secondary-button{border:1px solid var(--input)!important;background:#fff!important;color:var(--text)!important}.la .danger-button{border:1px solid var(--danger)!important;background:#fff!important;color:var(--danger)!important}.la .table-shell{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.la .table-head-row{display:grid;grid-template-columns:1.2fr 1fr 120px;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);background:#f9fafb;font-weight:600;font-size:14px}.la .table-row{display:grid;grid-template-columns:1.2fr 1fr 120px;gap:8px;padding:10px 12px;border-top:1px solid #f3f4f6;align-items:center}.la .status-box{border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;background:#fff}.la .status-subtext{margin:.25rem 0 0;color:var(--muted);font-size:14px}.la .status-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;background:#fff}.la .status-card.active{background:#f0fdf4;border-color:#86efac}.la .status-title{font-weight:700;margin-bottom:4px}.la .grid-add-row{display:grid;grid-template-columns:1.2fr 1fr 160px;gap:8px}.la .wac-list{list-style:none;margin:0;padding:0}.la .wac-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px}.la .wac-main{display:flex;align-items:center;gap:10px;min-width:0}.la .wac-text{overflow:hidden}.la .wac-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.la .wac-default{margin-left:8px;font-size:12px;color:#00aeef}.la .wac-actions{display:flex;gap:8px;flex-shrink:0}.la .status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.la .status-dot.on{background:#10b981}.la .status-dot.off{background:#d1d5db}.la .checkline{display:inline-flex;align-items:center;justify-content:flex-start;gap:20px;width:auto}.la .checkline>label{margin:0!important;font-weight:400;white-space:normal}.la input[type=checkbox],.la input[type=radio]{width:auto!important;min-width:0!important;height:auto!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-sizing:content-box!important;-moz-appearance:auto;appearance:auto;-webkit-appearance:auto}.la .checkline{display:inline-flex;align-items:center;gap:10px}.la .checkline input[type=checkbox]{margin:0}.la .add-rule-btn{min-width:180px;align-self:flex-end}.la .text-capitalize{text-transform:capitalize}.la .btn-xs{padding:6px 10px!important;height:32px;min-height:32px;font-size:13px}
