:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.login-box{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-box h1{text-align:center;color:#2c3e50;margin-bottom:.5rem}.login-box h2{text-align:center;color:#7f8c8d;margin-bottom:2rem;font-size:1.2rem;font-weight:400}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.form-group input:focus{outline:none;border-color:#667eea}.btn-primary{width:100%;padding:.75rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.3);user-select:none;-webkit-user-select:none;position:relative}.btn-primary:hover:not(:disabled){background-color:#5568d3}.btn-primary:disabled{opacity:.6;cursor:not-allowed;touch-action:none}.btn-primary:active:not(:disabled){background-color:#5568d3;transform:scale(.98)}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;text-align:center}.login-hint{margin-top:1rem;text-align:center;color:#7f8c8d;font-size:.9rem}@media (max-width: 768px){.login-container{padding:1rem}.login-box{padding:1.5rem;max-width:100%}.login-box h1{font-size:1.5rem}.login-box h2{font-size:1rem}}@media (max-width: 480px){.login-box{padding:1rem}.login-box h1{font-size:1.3rem}.login-box h2{font-size:.9rem}}.occurrences-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.occurrences-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.occurrences-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.occurrences-modal-header h2{margin:0;font-size:1.5rem;color:#333}.occurrences-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center}.occurrences-modal-body{padding:.5rem;overflow-y:auto;flex:1}.occurrences-tabs{display:flex;gap:.5rem;margin-bottom:.5rem;border-bottom:2px solid #eee}.occurrences-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;color:#666;transition:all .2s;margin-bottom:-2px}.occurrences-tab:hover{color:#333}.occurrences-tab.active{color:#007bff;border-bottom-color:#007bff;font-weight:600}.occurrences-tab-content{min-height:400px}.lead-edit-form{display:flex;flex-direction:column;gap:1rem;background:linear-gradient(180deg,#fafcff 0%,#ffffff 100%);border:1px solid #e8eef5;border-radius:10px;padding:1rem}.lead-edit-grid{display:grid;gap:1rem}.lead-edit-grid-2{grid-template-columns:1fr 1fr}.lead-edit-grid-3{grid-template-columns:1fr 1fr 1fr}.lead-edit-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.lead-edit-input{width:100%;padding:.75rem;border:1px solid #d8e2ee;border-radius:8px;font-size:14px;font-family:inherit;background-color:#fff}.lead-edit-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e226}.lead-edit-input-readonly{background-color:#f5f8fc;color:#4f5d70;cursor:not-allowed}.occurrences-form{margin-bottom:2rem;padding:.5rem;background-color:#f9f9f9;border-radius:8px}.occurrences-form h3{margin-top:0;margin-bottom:.5rem;font-size:1.2rem;color:#333}.occurrences-list h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:#333}@media (max-width: 768px){.occurrences-modal-content{width:95%;max-width:95%;max-height:95vh;border-radius:8px 8px 0 0}.occurrences-modal-header{padding:1rem}.occurrences-modal-header h2{font-size:1.2rem}.occurrences-modal-body{padding:.5rem}.occurrences-tabs{flex-wrap:wrap;gap:.25rem}.occurrences-tab{padding:.5rem 1rem;font-size:.9rem}.occurrences-form{padding:.5rem}.occurrences-form h3,.occurrences-list h3{font-size:1rem}.occurrences-tab-content{min-height:300px}.lead-edit-grid-2,.lead-edit-grid-3{grid-template-columns:1fr}.occurrences-form form>div[style*=grid-template-columns]{display:flex!important;flex-direction:column!important;gap:1rem!important}.occurrences-form form>div[style*=grid-template-columns]>div{width:100%!important}.occurrences-form form>div[style*=grid-template-columns]>button{width:100%!important}}@media (max-width: 480px){.occurrences-modal-content{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0}.occurrences-modal-header{padding:.75rem}.occurrences-modal-header h2{font-size:1rem}.occurrences-modal-body{padding:.5rem}.occurrences-tab{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 768px){.occurrences-form form>div[style*=grid-template-columns]{display:flex!important;flex-direction:column!important;gap:1rem!important}.occurrences-form form>div[style*=grid-template-columns]>div{width:100%!important}.occurrences-form form>div[style*=grid-template-columns]>button{width:100%!important}}.view-all-products-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.view-all-products-content{background:white;width:100%;max-width:900px;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d}.view-all-products-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;border-radius:16px 16px 0 0}.view-all-products-header h2{margin:0;font-size:1.5rem;color:#2c3e50}.view-all-products-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background-color .2s}.view-all-products-close:hover{background-color:#f0f0f0;color:#333}.view-all-products-body{padding:1.5rem;overflow-y:auto;flex:1}.view-all-products-search{margin-bottom:1.5rem}.view-all-products-search-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;outline:none}.view-all-products-search-input:focus{border-color:#3498db}.view-all-products-loading{text-align:center;padding:2rem;color:#666}.view-all-products-empty{text-align:center;padding:2rem;color:#999}.view-all-products-grid{display:flex;flex-wrap:wrap;gap:.5rem}.view-all-products-item{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.1rem .5rem;background-color:#fff;color:#2c3e50;border:1px solid #ddd;border-radius:16px;font-size:.875rem;cursor:pointer;transition:all .2s;min-height:25px}.view-all-products-item:hover{border-color:#3498db;background-color:#f8f9fa}.view-all-products-item.selected{background-color:#e3f2fd;color:#1976d2;border-color:#1976d2}.view-all-products-item-text{flex:1}.view-all-products-item-remove{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#1976d2;color:#fff;border-radius:50%;font-size:1rem;line-height:1;font-weight:700;flex-shrink:0}.view-all-products-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #eee;border-radius:0 0 16px 16px}.product-tags-input{position:relative;width:100%}.product-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 rem;border:0px solid #ddd;border-radius:4px;min-height:48px;align-items:center;background-color:#fff;margin-top:-7px}.product-tags-container:focus-within{border-color:#3498db;outline:none}.product-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#e3f2fd;color:#1976d2;border-radius:16px;font-size:.875rem;font-weight:500}.product-tag-remove{background:none;border:none;color:#1976d2;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;margin:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.product-tag-remove:hover{background-color:#1976d21a}.product-tags-input-field{flex:1;border:none;outline:none;padding:.25rem;font-size:1rem;min-width:200px}.product-tags-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:1000}.product-tags-suggestion-item{padding:.75rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.product-tags-suggestion-item:last-child{border-bottom:none}.product-tags-suggestion-item:hover{background-color:#f5f5f5}.product-tags-create-new{color:#1976d2;font-weight:500}.product-tags-create-new-inline{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;cursor:default}.product-tags-create-new-text{color:#1976d2;font-weight:500;flex:1}.product-tags-tipo-select{flex:1;padding:.375rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;background-color:#fff;color:#333;cursor:pointer;min-width:150px;max-width:200px}.product-tags-tipo-select:hover{border-color:#3498db}.product-tags-tipo-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.product-tags-tipo-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.product-tags-loading{padding:.75rem;text-align:center;color:#666;font-style:italic}.product-tags-label-row{display:flex;align-items:center;margin-bottom:.5rem}.product-tags-label-row label{margin-bottom:0;color:#2c3e50;font-weight:500;font-size:.9rem}.product-tags-view-all-btn{background-color:#fff;color:#3498db;border:1px solid #3498db;padding:0rem .75rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s;white-space:nowrap;margin-left:10px}.product-tags-view-all-btn:hover{background-color:#2980b9;color:#fff}.uf-tags-input{position:relative;width:100%}.uf-tags-container{display:flex;flex-wrap:wrap;border-radius:4px;min-height:38px;align-items:center;background-color:#fff}.uf-tags-container:focus-within{border-color:#3498db;outline:none}.uf-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#e3f2fd;color:#1976d2;border-radius:16px;font-size:.875rem;font-weight:500}.uf-tag-remove{background:none;border:none;color:#1976d2;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;margin:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.uf-tag-remove:hover{background-color:#1976d21a}.uf-tags-input-wrapper{position:relative;flex:1;min-width:150px}.uf-tags-input-field{border:none;outline:none;padding:.25rem;font-size:.9rem;width:100%}.uf-tags-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:200px;overflow-y:auto;z-index:1000}.uf-tags-dropdown-item{padding:.75rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.uf-tags-dropdown-item:last-child{border-bottom:none}.uf-tags-dropdown-item:hover{background-color:#f5f5f5}@media (min-width: 768px){.filters-modal-overlay{align-items:center;padding:1rem;align-items:flex-end}.filters-modal-content{width:100%;max-width:800px;max-height:85vh;border-radius:16px;box-shadow:0 4px 20px #0003;animation:none}.filters-modal-header{border-radius:16px 16px 0 0}}@media (min-width: 768px){.filters-modal-content .filters.filters-mobile,.filters-modal-content .filters-mobile{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1rem;flex:none!important;flex-direction:unset!important;background:transparent!important;padding:1.5rem!important;border-radius:0!important;margin-bottom:0!important;box-shadow:none!important}.filters-modal-content .filters.filters-mobile .filter-group:first-of-type,.filters-modal-content .filters-mobile .filter-group:first-of-type{grid-column:span 4!important}.filters-modal-content .filters.filters-mobile .filter-group:nth-of-type(2),.filters-modal-content .filters-mobile .filter-group:nth-of-type(2){grid-column:span 4!important;min-width:auto!important}.filters-modal-content .filters.filters-mobile .filter-group:nth-of-type(3),.filters-modal-content .filters-mobile .filter-group:nth-of-type(3){grid-column:span 1!important}.filters-modal-content .filters.filters-mobile .filter-group:nth-of-type(4),.filters-modal-content .filters-mobile .filter-group:nth-of-type(4){grid-column:span 1!important}.filters-modal-content .filters.filters-mobile .filter-group:nth-of-type(5),.filters-modal-content .filters-mobile .filter-group:nth-of-type(5){grid-column:span 1!important}.filters-modal-content .filters.filters-mobile .filter-group:nth-of-type(6),.filters-modal-content .filters-mobile .filter-group:nth-of-type(6){grid-column:span 1!important}.filters-modal-content .filters.filters-mobile .filter-group:last-of-type,.filters-modal-content .filters-mobile .filter-group:last-of-type{grid-column:span 1!important}}@media (max-width: 767px){.filters-modal-content{max-height:90vh}.filters-modal-header{padding:1rem}.filters-modal-header h2{font-size:1.2rem}.filters-mobile{padding:1rem}}.btn-primary:hover{background-color:#2980b9}.leads-list{width:100%;height:100%;display:flex;flex-direction:column}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-header h1{color:#2c3e50}.btn-primary:hover{background-color:#2980b9;width:unset}.btn-secondary{background-color:#95a5a6;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.filters{background:white;padding:.5rem;border-radius:8px;margin-bottom:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;box-shadow:0 2px 4px #0000001a}.btn-filters-mobile{display:none}.filters-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;z-index:1500;padding:0;width:80%;place-self:anchor-center}.filters-modal-content{background:white;width:100%;max-width:100%;max-height:85vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;position:sticky;top:0;background:white;z-index:10;border-radius:16px 16px 0 0}.filters-modal-header h2{margin:0;font-size:1.5rem;color:#2c3e50}.filters-modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background-color .2s}.filters-modal-close:hover{background-color:#f0f0f0;color:#333}.filters-mobile{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}.filters-mobile .filter-group{display:flex;flex-direction:column;gap:.5rem}.filters-modal-actions{padding:1rem 1.5rem;border-top:1px solid #eee;background:white;position:sticky;bottom:0;border-radius:0 0 16px 16px}@media (max-width: 480px){.filters-modal-content{max-height:90vh}.filters-modal-header{padding:1rem}.filters-modal-header h2{font-size:1.2rem}.filters-mobile{padding:1rem}}.filters .filter-group[style*="grid-column: span 2"]{grid-column:span 2}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:.5rem;color:#2c3e50;font-weight:500;font-size:.9rem}.filter-group input,.filter-group select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#3498db}.table-container{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 350px);scrollbar-width:thin;scrollbar-color:#95a5a6 #ecf0f1}.table-container::-webkit-scrollbar{width:12px;height:12px}.table-container::-webkit-scrollbar-track{background:#ecf0f1;border-radius:0 0 8px 8px}.table-container::-webkit-scrollbar-thumb{background:#95a5a6;border-radius:6px;border:2px solid #ecf0f1}.table-container::-webkit-scrollbar-thumb:hover{background:#7f8c8d}.table-container table thead{position:sticky;top:0;z-index:10}table{width:100%;border-collapse:collapse;min-width:600px}th{padding:1rem;text-align:left;border-bottom:1px solid #eee}th{font-weight:600;font-size:.9rem}.leads-cards{display:none}.lead-card{background:white;border-radius:8px;padding:0;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a;overflow:hidden}.lead-card-mobile{display:none}.lead-card-desktop{display:block}.lead-card-compact{padding:1rem;border-bottom:1px solid #eee}.lead-card-compact-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.lead-card-compact-header .lead-card-field-compact{flex:1}.lead-card-compact-content{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;flex:1}.lead-card-compact-content:has(.lead-card-field-compact:nth-child(2):last-child){grid-template-columns:1fr 1fr}.lead-card-compact-content:has(.lead-card-field-compact:nth-child(2):last-child) .lead-card-field-compact{grid-column:span 1}.lead-card-field-compact{display:flex;flex-direction:column;gap:.25rem}.lead-card-label-compact{font-size:.7rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.lead-card-value-compact{font-size:.95rem;color:#2c3e50;font-weight:500}.lead-card-expand-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#3498db;transition:all .2s;flex-shrink:0;min-width:32px;height:32px;border-radius:4px;margin-top:0}.lead-card-expand-btn:hover{background-color:#f8f9fa;color:#2980b9}.lead-card-expand-btn:hover{background-color:#f8f9fa}.lead-card-expand-btn:hover{color:#2980b9;background-color:#f8f9fa}.lead-card-expand-btn svg{transition:transform .3s ease}.lead-card-expandable{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 1rem}.lead-card-expandable.expanded{max-height:2000px;padding:1rem;border-top:1px solid #eee}.lead-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.lead-card-title{font-weight:600;color:#2c3e50;font-size:1.1rem;margin:0}.lead-card-actions{display:flex;gap:.5rem}.lead-card-actions-expanded{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;flex-wrap:wrap}.lead-card-actions-expanded button{min-width:0;flex:1;padding:.6rem;font-size:.85rem}.lead-card-body{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.lead-card-field{display:flex;flex-direction:column}.lead-card-label{font-size:.75rem;color:#7f8c8d;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.lead-card-value{font-size:.9rem;color:#2c3e50;font-weight:500}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.5rem}.page-header>div{display:flex!important;flex-wrap:nowrap!important;gap:.5rem;width:100%}.page-header>div>button{flex:1;min-width:0;font-size:.85rem;padding:.6rem .8rem;white-space:nowrap;width:auto!important;margin-bottom:0!important}.btn-filters-text,.btn-import-text,.btn-new-lead-text{display:none}.btn-filters,.btn-import,.page-header>div>.btn-primary{padding:.6rem!important;min-width:40px;justify-content:center;gap:0!important}.filters-desktop{display:none}.btn-filters-mobile{display:flex!important}.filters{grid-template-columns:1fr;padding:1rem}.filters .filter-group[style*="grid-column: span 2"]{grid-column:span 1}.table-container{display:none}.leads-cards,.lead-card-mobile{display:block}.lead-card-desktop{display:none!important}.lead-card-body{grid-template-columns:1fr}.lead-card-expandable{display:block}.leads-list .btn-primary:not(.page-header .btn-primary),.leads-list .btn-secondary:not(.page-header .btn-secondary),.leads-list .btn-import:not(.page-header .btn-import){width:100%;margin-bottom:.5rem}}@media (min-width: 769px){.lead-card{padding:1rem}.lead-card-mobile{display:none!important}.lead-card-desktop{display:block!important}.lead-card-body{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.table-container{overflow-x:scroll!important;overflow-y:auto!important;max-height:calc(100vh - 300px)!important;height:auto}.table-container table{min-width:max-content}.modal-content{width:95%;padding:1rem;max-height:95vh}.occurrences-modal-content{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.occurrences-modal-header{padding:1rem}.occurrences-modal-header h2{font-size:1.2rem}.occurrences-modal-body{padding:.5rem}}@media (max-width: 480px){.page-header h1{font-size:1.2rem}.lead-card-title{font-size:1rem}.lead-card-actions{flex-direction:column}.lead-card-actions button{width:100%}}.btn-edit{background-color:#f39c12;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;margin-right:.5rem;transition:background-color .2s}.btn-edit:hover{background-color:#e67e22}.btn-delete{background-color:#e74c3c;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s}.btn-delete:hover{background-color:#c0392b}.btn-import{background-color:#27ae60;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.btn-import:hover{background-color:#229954}.modal-content{background:white;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-content h2{margin-top:0;margin-bottom:1rem;color:#2c3e50}.occurrences-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.occurrences-modal-content{background:white;width:95%;height:95%;max-width:1200px;max-height:90vh;border-radius:8px;display:flex;flex-direction:column;box-shadow:0 8px 16px #0000004d;overflow:hidden}.occurrences-modal-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;border-bottom:1px solid #eee;background-color:#f8f9fa}.occurrences-modal-header h2{margin:0;color:#2c3e50;font-size:1.5rem}.occurrences-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}.occurrences-modal-close:hover{color:#333}.occurrences-modal-body{flex:1;overflow-y:auto;padding:0rem 2rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:20px}.occurrences-form{background:#f8f9fa;padding:.5rem;border-radius:8px;border:1px solid #e0e0e0}.occurrences-form h3{margin-top:0;margin-bottom:.1rem;color:#2c3e50;font-size:1.2rem}.occurrences-list{flex:1;display:flex;flex-direction:column;min-height:0}.occurrences-list h3{margin-top:0;margin-bottom:1rem;color:#2c3e50;font-size:1.2rem}.occurrences-table-container{flex:1;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px}.occurrences-table{width:100%;border-collapse:collapse}.occurrences-table thead{position:sticky;top:0;background-color:#34495e;color:#fff;z-index:10}.occurrences-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;border-bottom:2px solid #2c3e50}.occurrences-table td{padding:1rem;border-bottom:1px solid #eee;vertical-align:top}.occurrences-table tbody tr:hover{background-color:#f8f9fa}.occurrences-table tbody tr:last-child td{border-bottom:none}.btn-icon{transition:opacity .2s}.btn-icon:hover{opacity:.7}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.lead-form{background:white;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.lead-form h1{color:#2c3e50;margin-bottom:1rem}.form{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.5rem}@media (max-width: 768px){.lead-form{padding:1rem}.lead-form h1{font-size:1.5rem;margin-bottom:1rem}.form-row,.checkbox-group{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}@media (max-width: 480px){.lead-form{padding:.75rem}.lead-form h1{font-size:1.2rem}}.form-group{display:flex;flex-direction:column;padding:.5rem}.form-group label{margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group input:not([type=checkbox]),.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=tel],.form-group input[type=date],.form-group select,.form-group textarea{padding:.5rem!important;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;padding:0!important;margin:0 8px 0 0!important;cursor:pointer!important;flex-shrink:0!important;appearance:checkbox!important;-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;display:inline-block!important;vertical-align:middle!important}.form-group input:not([type=checkbox]):focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group input:not([type=checkbox]):disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;padding:1rem;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;padding:0!important;margin:0 8px 0 0!important;cursor:pointer!important;appearance:checkbox!important;-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;display:inline-block!important;vertical-align:middle!important}.form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid #eee}.btn-secondary{background-color:#95a5a6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.btn-secondary:hover{background-color:#7f8c8d}.btn-primary{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.btn-primary:hover:not(:disabled){background-color:#2980b9}.btn-primary:disabled{opacity:.6;cursor:not-allowed;width:unset}.users-list{width:100%}.modal-content h2{margin-bottom:1.5rem;color:#2c3e50}.modal-content .form-group{margin-bottom:1rem}.modal-content .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.modal-content .form-group input,.modal-content .form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.modal-content .form-group input[type=checkbox]{width:auto;margin-right:.5rem}.modal-content .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}@media (max-width: 768px){.modal-content{width:95%;padding:1rem;max-height:95vh}.modal-content .form-actions{flex-direction:column-reverse}.modal-content .form-actions button{width:100%}}.table-container{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}thead{background-color:#34495e;color:#fff}th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;border-bottom:1px solid #eee}td{padding:.3rem 1rem;text-align:left;border-bottom:1px solid #eee}.colaboradores-list{padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{margin:0;color:#333}.table-container{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}table{width:100%;border-collapse:collapse}thead{background-color:#f8f9fa}th{padding:1rem;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}td{padding:.3rem 1rem;border-bottom:1px solid #dee2e6}tbody tr:hover{background-color:#f8f9fa}.btn-primary,.btn-secondary,.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-right:.5rem;transition:background-color .2s}.btn-primary{background-color:#007bff;color:#fff;width:unset}.btn-primary:hover{background-color:#0056b3}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-edit{background-color:#ffc107;color:#212529}.btn-edit:hover{background-color:#e0a800}.btn-delete{background-color:#dc3545;color:#fff}.btn-delete:hover{background-color:#c82333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;padding:2rem;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-content h2{margin-top:0;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input[type=checkbox]{margin-right:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width: 768px){.colaboradores-list{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.5rem}.table-container{overflow-x:auto}table{min-width:600px}.btn-primary,.btn-secondary,.btn-edit,.btn-delete{width:100%;margin-bottom:.5rem;margin-right:0}.modal-content{width:95%;padding:1rem}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}@media (max-width: 480px){.colaboradores-list{padding:.5rem}.page-header h1{font-size:1.2rem}}.kanban-modelos-container{padding:20px;background-color:#f5f5f5;min-height:calc(100vh - 200px)}.kanban-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.btn-novo-modelo{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-novo-modelo:hover{background-color:#0056b3}.kanban-modelos-list{display:flex;flex-direction:column;gap:30px}.kanban-modelo-card{background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 4px #0000001a}.kanban-modelo-title{font-size:20px;font-weight:700;color:#333;margin:0 0 20px}.kanban-status-tags{display:flex;flex-wrap:wrap;gap:10px}.kanban-status-tag{display:inline-block;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;white-space:nowrap;box-shadow:0 1px 3px #0003;transition:transform .2s}.kanban-status-tag:hover{transform:translateY(-2px);box-shadow:0 2px 6px #0000004d}@media (max-width: 768px){.kanban-modelos-container{padding:10px}.kanban-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:20px}.kanban-header h1{font-size:1.5rem}.btn-novo-modelo{width:100%}.kanban-modelos-list{gap:15px}.kanban-modelo-card{padding:15px}.kanban-modelo-title{font-size:1.2rem;margin-bottom:15px}.kanban-status-tags{gap:8px}.kanban-status-tag{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.kanban-modelos-container{padding:5px}.kanban-header h1{font-size:1.2rem}.kanban-modelo-card{padding:10px}.kanban-modelo-title{font-size:1rem}.kanban-status-tag{padding:5px 10px;font-size:11px}}.schedule-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.schedule-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:500px;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.schedule-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.schedule-modal-header h2{margin:0;font-size:1.5rem;color:#333}.schedule-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center}.schedule-modal-close:hover{color:#333}.schedule-modal-body{padding:1.5rem}.schedule-lead-name{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding:.75rem;background-color:#f9f9f9;border-radius:4px}.schedule-form-group{margin-bottom:1.5rem}.schedule-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:14px}.schedule-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;flex-wrap:wrap}.schedule-btn-primary,.schedule-btn-secondary,.schedule-btn-danger,.schedule-btn-warning{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.schedule-btn-primary{background-color:#007bff;color:#fff}.schedule-btn-primary:hover:not(:disabled){background-color:#0056b3}.schedule-btn-primary:disabled{opacity:.6;cursor:not-allowed}.schedule-btn-secondary{background-color:#6c757d;color:#fff}.schedule-btn-secondary:hover{background-color:#545b62}.schedule-btn-danger{background-color:#dc3545;color:#fff}.schedule-btn-danger:hover:not(:disabled){background-color:#c82333}.schedule-btn-danger:disabled{opacity:.6;cursor:not-allowed}.schedule-btn-warning{background-color:#ffc107;color:#212529}.schedule-btn-warning:hover:not(:disabled){background-color:#e0a800}.schedule-btn-warning:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.schedule-modal-content{width:95%;max-width:95%}.schedule-modal-header{padding:1rem}.schedule-modal-header h2{font-size:1.2rem}.schedule-modal-body{padding:1rem}.schedule-modal-actions{flex-direction:column}.schedule-btn-primary,.schedule-btn-secondary,.schedule-btn-danger,.schedule-btn-warning{width:100%}}@media (max-width: 480px){.schedule-modal-content{width:100%;max-width:100%;border-radius:8px 8px 0 0}.schedule-modal-header{padding:.75rem}.schedule-modal-header h2{font-size:1rem}.schedule-modal-body{padding:.75rem}}.kanban-filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.kanban-board-header{flex-direction:column;align-items:flex-start;gap:0px;position:relative}.bulk-tag-select-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1500}.bulk-tag-select-modal-content{background:white;border-radius:8px;width:90%;max-width:600px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003;max-height:85vh;min-height:400px}.bulk-tag-select-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.bulk-tag-select-modal-header h2{margin:0;font-size:1.25rem;color:#2c3e50;font-weight:600}.bulk-tag-select-modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background-color .2s}.bulk-tag-select-modal-close:hover{background-color:#f0f0f0;color:#333}.bulk-tag-select-modal-body{padding:1.5rem;flex:1;overflow-y:auto;min-height:250px;display:flex;flex-direction:column}.bulk-tag-select-form-group{margin-bottom:1rem;flex:1;flex-direction:column;min-height:200px}.bulk-tag-select-form-group label{display:block;margin-bottom:.75rem;font-weight:500;color:#333;font-size:.9rem}.bulk-tag-select-form-group .product-tags-input{flex:1;display:flex;flex-direction:column;min-height:unset;position:relative}.bulk-tag-select-form-group .product-tags-container{margin-bottom:0!important;padding-bottom:0!important;margin-top:0!important;min-height:auto!important}.bulk-tag-select-form-group .product-tags-suggestions{max-height:350px;overflow-y:auto;z-index:10;position:absolute!important;margin-top:0!important;top:100%!important;left:0!important;right:0!important}.bulk-tag-select-modal-body .product-tags-input{position:relative}.bulk-tag-select-modal-body .product-tags-suggestions{position:absolute!important;top:100%!important;left:0!important;right:0!important;margin-top:-1px!important;padding-top:0!important;margin-bottom:0!important;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000}.bulk-tag-select-modal-body .product-tags-container{margin-bottom:0!important;padding-bottom:0!important;margin-top:0!important;min-height:auto!important;gap:.25rem!important}.bulk-tag-select-modal-body .product-tags-input-field{margin-bottom:0!important;margin-top:0!important;padding:.25rem!important}.bulk-tag-select-modal-body .product-tags-input{margin-bottom:0!important;padding-bottom:0!important}.bulk-tag-select-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #eee}.bulk-tag-select-btn-cancel,.bulk-tag-select-btn-confirm{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.bulk-tag-select-btn-cancel{background-color:#6c757d;color:#fff}.bulk-tag-select-btn-cancel:hover{background-color:#5a6268}.bulk-tag-select-btn-confirm{background-color:#007bff;color:#fff}.bulk-tag-select-btn-confirm:hover:not(:disabled){background-color:#0056b3}.bulk-tag-select-btn-confirm:disabled{opacity:.6;cursor:not-allowed}.bulk-tag-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1500}.bulk-tag-confirm-modal-content{background:white;border-radius:8px;width:90%;max-width:500px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003}.bulk-tag-confirm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.bulk-tag-confirm-modal-header h2{margin:0;font-size:1.25rem;color:#2c3e50;font-weight:600}.bulk-tag-confirm-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.bulk-tag-confirm-btn-add,.bulk-tag-confirm-btn-remove,.bulk-tag-confirm-btn-cancel{padding:1rem 1.5rem;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;width:100%}.bulk-tag-confirm-btn-add{background-color:#007bff;color:#fff}.bulk-tag-confirm-btn-add:hover:not(:disabled){background-color:#0056b3}.bulk-tag-confirm-btn-remove{background-color:#dc3545;color:#fff}.bulk-tag-confirm-btn-remove:hover:not(:disabled){background-color:#c82333}.bulk-tag-confirm-btn-cancel{background-color:#6c757d;color:#fff}.bulk-tag-confirm-btn-cancel:hover:not(:disabled){background-color:#5a6268}.bulk-tag-confirm-btn-add:disabled,.bulk-tag-confirm-btn-remove:disabled,.bulk-tag-confirm-btn-cancel:disabled{opacity:.6;cursor:not-allowed}.bulk-tag-confirm-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.bulk-tag-confirm-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bulk-tag-confirm-loading p{margin:0;color:#666;font-size:14px}.kanban-container{background-color:#f5f5f5;min-height:calc(100vh - 200px);width:100%;height:calc(108vh - 180px);overflow:hidden;display:flex;flex-direction:column}.kanban-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.kanban-header h1{font-size:28px;font-weight:700;color:#333;margin:0}.kanban-header-actions{display:flex;gap:10px;align-items:center}.kanban-search{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.btn-exibir{background-color:#28a745;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}.btn-exibir:hover{background-color:#218838}.kanban-boards-container{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;flex:1;height:100%}.kanban-board{min-width:250px;max-width:250px;width:250px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;cursor:pointer;flex-shrink:0;box-sizing:border-box}.kanban-board-header{padding:5px 7px;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:700}.board-name{flex:1;color:#000}.board-count{margin-left:10px;color:#000;opacity:1}.board-header-actions{display:flex;align-items:center;gap:8px}.btn-add-lead{background:transparent;border:none;color:#000;cursor:pointer;padding:4px 8px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:0;flex-shrink:0}.kanban-board-header:hover .btn-add-lead{opacity:1}.btn-add-lead:hover{background-color:#0000001a}.btn-export-leads{background:transparent;border:none;color:#000;cursor:pointer;padding:4px 8px;font-size:16px;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:0;flex-shrink:0}.kanban-board-header:hover .btn-export-leads:not(:disabled){opacity:1}.kanban-board-header:hover .btn-export-leads:disabled{opacity:0}.btn-export-leads:hover:not(:disabled){background-color:#0000001a}.btn-export-leads:disabled{cursor:not-allowed}.btn-delete-board{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:4px 8px;margin-left:10px}.btn-delete-board:hover{opacity:.8}.kanban-board-content{padding:15px 4px;min-height:calc(100% - 23px);max-height:600px;overflow-y:auto;border-radius:0 0 8px 8px;width:100%;box-sizing:border-box}.kanban-card{background-color:#fff;padding:5px;margin-bottom:8px;border-radius:4px;cursor:move;box-shadow:0 1px 2px #0000001a;width:100%;box-sizing:border-box;font-size:14px;position:relative}.kanban-card:hover .card-occurrences-icon{opacity:1}.kanban-card:hover{box-shadow:0 2px 4px #0003}.card-header{display:flex;justify-content:space-between;align-items:center;gap:3px}.card-name{font-weight:700;color:#333;font-size:14px;flex:1;overflow-wrap:break-word;overflow:auto}.card-menu-container{position:relative;display:flex;align-items:center;justify-content:center}.card-menu-icon{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;opacity:0;transition:opacity .2s,color .2s;flex-shrink:0}.card-menu-icon:hover{color:#333}.kanban-card:hover .card-menu-icon{opacity:1}.card-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;min-width:150px;overflow:hidden}.card-menu-item{width:100%;padding:10px 16px;background:none;border:none;text-align:left;cursor:pointer;color:#333;font-size:14px;transition:background-color .2s;display:block}.card-menu-item:hover{background-color:#f5f5f5}.card-menu-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.card-menu-item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.card-subtitle{font-size:14px;color:#666;margin-top:4px}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.card-tag{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap}.card-tag-colaborador{background-color:#ff6b9d}.card-tag-status{display:inline-block}.card-product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.card-product-tag{display:inline-block;padding:2px;background-color:#e3f2fd;color:#1976d2;border-radius:16px;font-size:.7rem;font-weight:500;white-space:nowrap}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;gap:8px}.card-footer>div{margin-top:0}.card-data-entrada{font-size:11px;color:#666;white-space:nowrap;display:inline-flex;align-items:center}.card-data-expired{border:1px solid #ff9800;border-radius:4px;padding:2px 6px}.btn-expired-filter{background:transparent;border:none;cursor:pointer;padding:4px 8px;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s;opacity:1;flex-shrink:0}.btn-expired-filter:hover{background-color:#ff98001a}.btn-mostrar-mais{width:100%;padding:8px;background-color:#e9ecef;border:none;border-radius:4px;cursor:pointer;margin-top:8px}.btn-mostrar-mais:hover{background-color:#dee2e6}.btn-add-board{min-width:50px;height:50px;background-color:#28a745;color:#fff;border:none;border-radius:8px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-add-board:hover{background-color:#218838}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:24px;border-radius:8px;min-width:400px;max-width:500px}.modal-content h2{margin-top:0;margin-bottom:20px}.form-group{margin-bottom:5px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group input[type=color]{height:40px;cursor:pointer}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn-fechar{padding:8px 16px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer}.btn-fechar:hover{background-color:#5a6268}.btn-criar{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.btn-criar:hover{background-color:#0056b3}.kanban-loading{padding:40px;text-align:center;font-size:18px;color:#666}@media (max-width: 768px){.kanban-container{padding:10px;min-height:calc(100vh - 150px);height:calc(100vh - 150px)}.kanban-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:15px}.kanban-header h1{font-size:1.5rem}.kanban-header-actions{width:100%;flex-wrap:wrap}.kanban-search{flex:1;min-width:150px}.btn-exibir{width:100%}.kanban-boards-container{gap:10px;padding-bottom:10px}.kanban-board{min-width:200px;max-width:200px;width:200px}.kanban-board-content{min-height:400px;max-height:400px;padding:12px}.modal-content{min-width:90%;max-width:90%;padding:1rem}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}@media (max-width: 480px){.kanban-container{padding:5px}.kanban-header h1{font-size:1.2rem}.kanban-board{min-width:180px;max-width:180px;width:180px}.kanban-board-content{min-height:300px;max-height:300px;padding:8px}.kanban-card{padding:5px;font-size:12px}.card-name{font-size:12px}.card-subtitle{font-size:11px}}.kanban-board-header{flex-direction:column;align-items:flex-start;gap:0px;cursor:pointer;min-height:50px;position:relative}.board-name{width:100%;display:block}.board-count,.btn-delete-board{align-self:flex-end;margin-left:0;font-weight:400;font-size:12px}.kanban-board-header>div{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.kanban-board-header>div .btn-add-lead{background:transparent;border:none;color:#000;cursor:pointer;padding:4px 8px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:0;flex-shrink:0;order:-1}.kanban-board-header:hover>div .btn-add-lead{opacity:1}.kanban-board-header>div .btn-add-lead:hover{background-color:#0000001a}.kanban-board-header>div .btn-export-leads{background:transparent;border:none;color:#000;cursor:pointer;padding:4px 8px;font-size:16px;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:0;flex-shrink:0;order:-1}.kanban-board-header:hover>div .btn-export-leads:not(:disabled){opacity:1}.kanban-board-header>div .btn-export-leads:hover:not(:disabled){background-color:#0000001a}.kanban-board-header>div .btn-export-leads:disabled{opacity:0;cursor:not-allowed}.kanban-board-header>div .btn-bulk-tag{background:transparent;border:none;color:#000;cursor:pointer;padding:4px 8px;font-size:16px;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:4px;transition:background-color .2s,opacity .2s;opacity:0;flex-shrink:0;order:-1}.kanban-board-header:hover>div .btn-bulk-tag{opacity:1}.kanban-board-header>div .btn-bulk-tag:hover{background-color:#0000001a}.kanban-card{min-height:20px}.kanban-board-maximized{width:200px;min-width:200px;max-width:200px}.kanban-board-maximized .board-name{font-size:13px}.kanban-board-minimized{width:35px;min-width:35px;max-width:35px}.kanban-board-minimized .board-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kanban-board-minimized .kanban-card{min-height:30px}.kanban-board-minimized .kanban-card .card-header,.kanban-board-minimized .kanban-card .card-subtitle,.kanban-board-minimized .kanban-card .card-product-tags,.kanban-board-minimized .kanban-card .card-footer{display:none}.kanban-board-minimized .kanban-card{cursor:default}.appointment-card{padding:.5rem;border-radius:4px;margin-bottom:.5rem;cursor:pointer;transition:all .2s;position:relative;font-size:12px;min-height:60px}.appointment-card.draggable{cursor:grab;border:2px solid #98c0ff}.appointment-card.draggable:active{cursor:grabbing;opacity:.7}.appointment-card:hover{box-shadow:0 2px 4px #0000001a}.appointment-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.appointment-card-icon{flex-shrink:0;display:flex;align-items:center;color:#333}.appointment-card-name{flex:1;font-weight:800;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-card-agente{font-weight:500;color:#000;font-size:.9em}.appointment-card-menu{position:relative;flex-shrink:0}.appointment-card-menu-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#666;border-radius:2px}.appointment-card-menu-btn:hover{background-color:#0000001a;color:#333}.appointment-card-menu-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1000;min-width:150px;margin-top:.25rem}.appointment-card-menu-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s}.appointment-card-menu-item:hover{background-color:#f5f5f5}.appointment-card-time{font-size:11px;color:#666;margin-bottom:.25rem;font-weight:500}.appointment-card-subtitle{font-size:11px;color:#666;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-card-colaborador{font-size:11px;color:#555;margin-bottom:.25rem;font-style:italic}.appointment-card-status{margin-top:.25rem}.appointment-card-status-badge{display:inline-block;padding:.125rem .5rem;border-radius:12px;font-size:11px;font-weight:700;border-bottom:1px solid #3d3d3d}.appointment-card-observations{font-size:10px;color:#666;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:600;background-color:#fff;padding:0 5px;border-radius:5px}.month-view{width:100%}.month-view-header{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e0e0e0;border:1px solid #e0e0e0}.month-view-day-header{padding:.75rem;text-align:center;font-weight:600;background-color:#d1d1d1;color:#333;font-size:14px}.month-view-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e0e0e0;border:1px solid #e0e0e0;border-top:none}.month-view-day{background-color:#fff;padding:.5rem;position:relative;overflow-y:auto;overflow-x:hidden}.month-view-day.empty{background-color:#f9f9f9}.month-view-day.today{background-color:#e3f2fd}.month-view-day.past{background-color:#f5f5f5;opacity:.7}.month-view-day.drag-over{background-color:#c8e6c9;border:2px dashed #4caf50}.month-view-day-number{font-weight:600;margin-bottom:.5rem;color:#333;font-size:14px}.month-view-day.today .month-view-day-number{color:#1976d2;font-weight:700}.month-view-day.past .month-view-day-number{color:#999}.month-view-day-appointments{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 768px){.month-view-day{padding:.25rem}.month-view-day-number{font-size:12px}}.week-view{width:100%}.week-view-header{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e0e0e0;border:1px solid #e0e0e0}.week-view-day-header{padding:.75rem;text-align:center;background-color:#f5f5f5;color:#333}.week-view-day-header.today{background-color:#e3f2fd;color:#1976d2;font-weight:600}.week-view-day-name{font-size:12px;font-weight:600;margin-bottom:.25rem}.week-view-day-number{font-size:14px}.week-view-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e0e0e0;border:1px solid #e0e0e0;border-top:none;min-height:500px}.week-view-day{background-color:#fff;padding:.5rem;position:relative;overflow-y:auto;overflow-x:hidden}.week-view-day.today{background-color:#e3f2fd}.week-view-day.past{background-color:#f5f5f5;opacity:.7}.week-view-day.drag-over{background-color:#c8e6c9;border:2px dashed #4caf50}.week-view-day-appointments{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.week-view-header,.week-view-grid{grid-template-columns:1fr}.week-view-day{min-height:200px;border-bottom:2px solid #e0e0e0}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-modal-content{background:white;border-radius:8px;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.confirm-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.confirm-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#333}.confirm-modal-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}.confirm-modal-close:hover{color:#333}.confirm-modal-body{padding:1.5rem;flex:1;overflow-y:auto}.confirm-lead-name{margin-bottom:1.5rem}.confirm-lead-name label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.confirm-lead-name-value{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;background-color:#f9f9f9;color:#333}.confirm-form-group{margin-bottom:1.5rem}.confirm-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.confirm-form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px}.confirm-form-group textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.confirm-info-message{padding:.75rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;font-size:.875rem;color:#856404;margin-bottom:1rem}.confirm-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e0e0e0}.confirm-btn-cancel,.confirm-btn-confirm{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s}.confirm-btn-cancel{background-color:#e0e0e0;color:#333}.confirm-btn-cancel:hover:not(:disabled){background-color:#d0d0d0}.confirm-btn-confirm{background-color:#4a90e2;color:#fff}.confirm-btn-confirm:hover:not(:disabled){background-color:#357abd}.confirm-btn-cancel:disabled,.confirm-btn-confirm:disabled{opacity:.6;cursor:not-allowed}.agenda-container{width:100%}.agenda-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.agenda-header-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.agenda-header h1{margin:0;font-size:1.5rem;color:#333}.agenda-filter-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:white;cursor:pointer}.agenda-filter-select:hover{border-color:#007bff}.agenda-filter-status{margin:0}.agenda-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.agenda-navigation{display:flex;align-items:center;gap:.5rem}.agenda-nav-btn{background:#007bff;color:#fff;border:none;padding:.5rem .75rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.agenda-nav-btn:hover{background:#0056b3}.agenda-period{font-weight:600;color:#333;min-width:200px;text-align:center}.agenda-today-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.agenda-today-btn:hover{background:#545b62}.agenda-view-toggle{display:flex;gap:.5rem;border:1px solid #ddd;border-radius:4px;overflow:hidden}.agenda-view-btn{background:white;color:#333;border:none;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;transition:all .2s}.agenda-view-btn:hover{background:#f5f5f5}.agenda-view-btn.active{background:#007bff;color:#fff}.agenda-filter-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:150px}.agenda-content{width:100%}.agenda-loading{text-align:center;padding:2rem;color:#666}@media (max-width: 768px){.agenda-header{flex-direction:column;align-items:flex-start}.agenda-header-left{width:100%;flex-direction:column;align-items:flex-start}.agenda-filter-status{width:100%}.agenda-controls{width:100%;flex-direction:column;align-items:stretch}.agenda-navigation{justify-content:center}.agenda-period{min-width:auto}.agenda-filter-select{width:100%}}.landing-pages-container{width:100%}.lp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);z-index:1000;display:flex}.lp-modal-content{background:#fff;width:min(1200px,100%);margin:0 auto;padding:24px;overflow:auto}.lp-subtitle{margin-bottom:20px;color:#5c6570}.lp-form-grid{display:grid;grid-template-columns:1fr;gap:16px}.lp-form-grid .form-group{display:flex;flex-direction:column;gap:6px}.lp-form-grid .form-group.full{grid-column:1 / -1}.lp-section{border:1px solid #e4e8ee;border-radius:10px;padding:14px;background:#fafcff}.lp-section h3{margin:0 0 12px;font-size:14px;color:#364152}.lp-grid-1,.lp-grid-2,.lp-grid-3,.lp-grid-4{display:grid;gap:12px}.lp-grid-1,.lp-grid-2,.lp-grid-3,.lp-grid-4{grid-template-columns:1fr}.col-3{grid-column:auto}.lp-form-grid input,.lp-form-grid select,.lp-form-grid textarea{border:1px solid #d0d7de;border-radius:6px;padding:10px}.lp-form-grid textarea{min-height:80px}.color-row{display:grid;grid-template-columns:60px 1fr;gap:8px}.radio-row{display:flex;gap:20px}.flow-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.flow-toggle-btn{border:1px solid #d0d7de;background:#fff;color:#4a5565;border-radius:8px;padding:10px 12px;cursor:pointer;font-weight:600;transition:all .2s ease}.flow-toggle-btn.active{border-color:#1f6feb;background:#1f6feb;color:#fff}.form-actions{display:flex;justify-content:flex-end;gap:12px}.error{color:#c03636}@media (max-width: 900px){.lp-form-grid{grid-template-columns:1fr}}@media (min-width: 860px){.lp-grid-2{grid-template-columns:1fr 1fr}.lp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.col-3{grid-column:span 3}}.lp-docs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(14,17,22,.72);z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px}.lp-docs-modal{width:min(980px,100%);max-height:92vh;overflow:auto;background:#1f242d;color:#d7dde8;border:1px solid #3a4452;border-radius:10px;padding:16px}.lp-docs-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.lp-docs-header h2{margin:0;color:#f2f6ff}.lp-docs-keys{display:grid;gap:10px;margin-bottom:14px}.lp-docs-key-row{display:grid;grid-template-columns:90px 1fr auto;gap:10px;align-items:center}.lp-docs-key-row code{background:#141920;border:1px solid #2f3844;border-radius:6px;padding:8px 10px;overflow-wrap:anywhere}.lp-docs-tabs{display:flex;gap:8px;border-bottom:1px solid #364153;margin-bottom:12px}.lp-docs-tab{background:transparent;color:#c7cfdd;border:0;padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent}.lp-docs-tab.active{color:#79d2ff;border-bottom-color:#79d2ff}.lp-docs-section p{margin:0 0 8px;color:#b8c2d3}.lp-docs-section pre{background:#11161d;border:1px solid #2d3642;border-radius:8px;padding:12px;white-space:pre-wrap;color:#e3ebf8;font-size:12px;line-height:1.45}.lp-docs-footer{margin-top:12px;padding-top:12px;border-top:1px dashed #3e4858;color:#c7cfdd;line-height:1.45}.lp-docs-security-warning{margin:0 0 10px;padding:8px 10px;border:1px solid #6f5a26;background:#2f2714;border-radius:6px;color:#f4dfa8}.lp-docs-footer code{background:#11161d;border:1px solid #2d3642;border-radius:4px;padding:1px 5px}.lp-public-wrapper{min-height:100vh;padding:20px 14px 28px}.lp-public-content{width:100%;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.lp-public-title{margin:6px 0 2px;text-align:center;font-weight:800;line-height:1.2}.lp-public-subtitle{margin:0 0 10px;text-align:center;opacity:.95;line-height:1.45}.lp-public-form{display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:rgba(0,0,0,.16);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lp-public-form input,.lp-public-form textarea{border:1px solid rgba(255,255,255,.4);border-radius:10px;padding:12px;font-size:15px;color:#fff;background:rgba(255,255,255,.08)}.lp-public-form input::placeholder,.lp-public-form textarea::placeholder{color:#ffffffc7}.lp-public-form input:focus,.lp-public-form textarea:focus{outline:none;border-color:#ffffffd9;box-shadow:0 0 0 3px #ffffff2e}.lp-public-form textarea{min-height:100px}.lp-check{display:flex;align-items:flex-start;gap:8px;font-size:14px}.lp-public-form button{border:0;border-radius:10px;padding:12px;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.lp-public-form button.lp-chip{border:1px solid gray;border-radius:999px}.lp-public-form button:hover:not(:disabled){transform:translateY(-1px)}.lp-public-form button:disabled{opacity:.6;cursor:not-allowed}.lp-success h2{margin-bottom:8px}.lp-error{color:#ffd5d2;font-weight:600}.lp-public-location{display:grid;gap:10px;grid-template-columns:1fr 140px}.lp-public-location select{border:1px solid rgba(255,255,255,.4);border-radius:10px;padding:12px;font-size:15px;color:#fff;background:rgba(255,255,255,.08)}.lp-public-products{display:flex;flex-direction:column;gap:8px}.lp-public-products .lp-products-title{font-weight:600}.lp-public-chips{display:flex;flex-wrap:wrap;gap:10px}.lp-chip{border:1px solid gray;border-radius:999px;padding:6px 12px;font-size:14px;font-weight:500;background:transparent;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.lp-chip.active{font-weight:700}@media (min-width: 768px){.lp-public-wrapper{padding:36px 20px 40px}.lp-public-form{padding:20px}.lp-public-title{margin-top:12px}}.best-practices-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.best-practices-modal-content{background-color:#fff;border-radius:12px;width:95vw;max-width:95vw;height:95vh;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d;overflow:hidden}.best-practices-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #eee;background-color:#f8f9fa;flex-shrink:0}.best-practices-modal-title{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.best-practices-modal-title svg{flex-shrink:0;color:#2c3e50}.best-practices-modal-title h2{margin:0;font-size:1.5rem;color:#2c3e50;font-weight:600;line-height:1.4}.best-practices-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.best-practices-modal-close:hover{background-color:#e9ecef;color:#333}.best-practices-modal-body{padding:2rem;overflow-y:auto;flex:1;line-height:1.6;color:#333}.best-practices-intro{font-size:1.1rem;margin-bottom:2.5rem;color:#555;font-style:italic}.best-practices-section{margin-bottom:2.5rem}.best-practices-section:last-of-type{margin-bottom:0}.best-practices-section h3{display:flex;align-items:center;gap:.75rem;font-size:1.4rem;color:#2c3e50;margin-bottom:1rem;font-weight:600}.best-practices-section h3 svg{flex-shrink:0;color:#3498db}.best-practices-section>p{margin-bottom:1rem;color:#555;font-size:1rem}.best-practices-list{margin-left:1.5rem;margin-bottom:1rem;padding-left:0;list-style-position:outside}.best-practices-list li{margin-bottom:.75rem;padding-left:.5rem;line-height:1.6}.best-practices-list-bullet{list-style-type:disc}.best-practices-list-indent{margin-left:2rem;margin-top:.5rem}.best-practices-list li strong{color:#2c3e50;font-weight:600}.best-practices-scenario{margin-bottom:1.5rem;background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:4px;padding:1.25rem}.best-practices-scenario h4{margin:0 0 .75rem;font-size:1.1rem;color:#2c3e50;font-weight:600}.best-practices-quote{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;padding:1rem;font-style:italic;color:#555;line-height:1.7}.best-practices-subsection{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid #e9ecef}.best-practices-subsection h4{margin:0 0 .75rem;font-size:1.1rem;color:#2c3e50;font-weight:600}.best-practices-subsection>p{margin-bottom:.75rem;color:#555}.best-practices-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef;text-align:center}.best-practices-footer p{margin:0;color:#666;font-style:italic;font-size:.95rem}@media (max-width: 768px){.best-practices-modal-content{width:95vw;height:95vh;border-radius:8px}.best-practices-modal-header{padding:1rem 1.25rem}.best-practices-modal-title h2{font-size:1.2rem}.best-practices-modal-title svg{width:20px;height:20px}.best-practices-modal-body{padding:1.5rem}.best-practices-section h3{font-size:1.2rem}.best-practices-section h3 svg{width:18px;height:18px}.best-practices-list{margin-left:1rem}.best-practices-list-indent{margin-left:1.5rem}.best-practices-scenario{padding:1rem}.best-practices-quote{padding:.75rem;font-size:.95rem}}@media (max-width: 480px){.best-practices-modal-header{padding:.75rem 1rem}.best-practices-modal-title h2{font-size:1rem}.best-practices-modal-body{padding:1rem}.best-practices-section h3{font-size:1.1rem;flex-wrap:wrap}.best-practices-intro{font-size:1rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#2c3e50;color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem}.header-left{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s}.header h1{font-size:1.5rem;margin:0}.header-actions{display:flex;align-items:center;gap:1rem}.btn-best-practices{background-color:#3498db;border:none;color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s;flex-shrink:0;font-size:.9rem;font-weight:500}.btn-best-practices:hover{background-color:#2980b9}.btn-best-practices svg{display:block;flex-shrink:0}.btn-best-practices span{white-space:nowrap}.user-info{font-size:.9rem;opacity:.9}.btn-logout{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.btn-logout:hover{background-color:#c0392b}.navbar{background-color:#34495e;padding:.5rem 2rem;display:flex;gap:1rem;flex-wrap:wrap}.nav-link{color:#fff;text-decoration:none;padding:0rem 1rem;border-radius:4px;transition:background-color .2s;white-space:nowrap}.nav-link:hover{background-color:#2c3e50}.nav-link.active{background-color:#3498db}.mobile-menu-overlay{display:none}.main-content{flex:1;padding:1rem;width:100%;margin:0;overflow-x:hidden}@media (max-width: 768px){.header-content{flex-wrap:wrap;padding:1rem}.header-left{flex:1;min-width:0}.mobile-menu-toggle{display:flex}.header h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{flex-wrap:wrap;gap:.5rem}.btn-best-practices{display:flex;padding:.5rem}.btn-best-practices span{display:none}.user-info{font-size:.8rem;display:none}.btn-logout{padding:.4rem .8rem;font-size:.85rem}.navbar{position:fixed;top:0;left:-100%;width:280px;height:100vh;padding:4rem 1rem 1rem;flex-direction:column;gap:.5rem;z-index:200;transition:left .3s ease;box-shadow:2px 0 8px #0003}.navbar.mobile-open{left:0}.nav-link{width:100%;padding:1rem;text-align:left}.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:150}.main-content{padding:.5rem}}@media (max-width: 480px){.header h1{font-size:1rem}.btn-best-practices{padding:.5rem}.btn-best-practices span{display:none}.btn-best-practices svg{width:20px;height:20px}.user-info{display:none}.main-content{padding:.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;overflow-x:hidden}@media (max-width: 768px){body{font-size:14px}}@media (max-width: 480px){body{font-size:13px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
