@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.property-email-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.property-email-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:420px;overflow:hidden;width:98%}.modal-header{border-bottom:1px solid #eee;padding:15px 20px}.modal-header h2{font-size:18px;gap:10px}.close-button{color:#666;padding:5px}.close-button:hover{background-color:#f3f3f3;color:#333}.modal-content{max-height:calc(90vh - 130px);padding:8px 10px}.modal-error,.modal-success{border-radius:4px;gap:10px;margin-bottom:15px;padding:12px 15px}.modal-error{background-color:#fde8e8;border-left:4px solid #c53030;color:#c53030}.modal-success{background-color:#e6fffa;border-left:4px solid #047857;color:#047857}.modal-footer{background-color:#f9fafb;border-top:1px solid #eee;gap:10px;padding:15px 20px}.propertyEmailModel-back-button,.propertyEmailModel-next-button{border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;min-width:60px;padding:4px 10px;text-align:center}.propertyEmailModel-back-button{background-color:#f30707;border:1px solid #d1d5db;color:#374151}.propertyEmailModel-back-button:hover{background-color:#e5e7eb}.propertyEmailModel-next-button{background-color:#3b82f6;border:1px solid #2563eb;box-shadow:none;color:#fff}.propertyEmailModel-next-button:hover{background-color:#2563eb}.propertyEmailModel-back-button:disabled,.propertyEmailModel-next-button:disabled{cursor:not-allowed;opacity:.5}.lead-selection{display:flex;flex-direction:column;gap:1.5rem}.selection-header{align-items:center;display:flex;justify-content:space-between}.selection-header h3{color:#374151;font-size:1rem;margin:0}.select-all-button{background:none;border:1px solid #d1d5db;border-radius:4px;font-size:14px;padding:6px 12px}.select-all-button:hover{background-color:#f3f4f6}.leads-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;gap:.5rem;padding:.75rem}.lead-item{border-radius:4px;gap:.75rem;padding:.75rem;transition:background-color .2s}.lead-item:hover{background-color:#f9fafb}.lead-item.selected{background-color:#eff6ff}.lead-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:6px;margin-bottom:1rem;padding:1rem}.lead-info h3{color:#2d3748;font-size:1rem;font-weight:600;margin:0 0 .5rem}.lead-details p{color:#4a5568;font-size:.875rem;margin:.25rem 0}.lead-details strong{color:#2d3748;font-weight:600}.lead-name{color:#111827}.lead-details{color:#6b7280;font-size:.875rem;margin-top:.25rem}.lead-status{border-radius:10px;font-size:.75rem;padding:2px 6px}.checkbox{border:2px solid #d1d5db;border-radius:4px;color:#2563eb;height:20px;width:20px}.lead-item.selected .checkbox{background-color:#2563eb;border-color:#2563eb}.selected-count{color:#6b7280;margin-top:.5rem;text-align:right}.template-selection{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.template-selection h3{color:#374151;font-size:1rem;margin:0 0 .75rem}.templates-list{display:flex;flex-direction:column;gap:15px}.template-select{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;transition:all .2s ease}.template-select:hover{border-color:#d1d5db}.template-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.template-select option{padding:.5rem}.template-info{background-color:#f0f8ff;border-left:4px solid #4299e1;border-radius:6px;margin-top:1rem;padding:1rem}.template-info h4{color:#2d3748;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.template-subject{color:#4a5568;margin-bottom:.5rem}.template-tip{color:#718096;font-size:.75rem;font-style:italic;margin:0}.confirmation{display:flex;flex-direction:column;gap:12px}.confirmation h3{font-size:16px;margin:0}.confirmation-details{display:flex;flex-direction:column;gap:12px}.confirmation-item{background-color:#f9fafb;border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:12px}.confirmation-item strong{color:#4b5563}.property-list,.recipients-preview{display:flex;flex-direction:column;font-size:.875rem;gap:5px;margin-top:5px;max-height:120px;overflow-y:auto}.property-item,.recipient-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:5px 10px}.more-recipients{color:#6b7280;font-style:italic;padding:5px;text-align:center}.confirmation-note{background-color:#fffbeb;border-left:4px solid #fbbf24;border-radius:4px;padding:10px 15px}.confirmation-note p{color:#92400e;font-size:.875rem;margin:0}.empty-state,.loading{color:#6b7280;padding:20px;text-align:center}.template-preview{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin:0 0 1.5rem;padding:1.25rem}.template-preview h5{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.preview-content{border-radius:8px;box-shadow:0 1px 3px #0000001a;height:500px}.preview-content,.preview-content iframe,.preview-property{background-color:#fff}.preview-property{border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:15px;padding:15px}.preview-property h6{color:#2c5282;font-size:14px;font-weight:600;margin:0 0 10px}.preview-details{display:flex;gap:15px}.preview-image{border-radius:6px;flex-shrink:0;height:150px;overflow:hidden;width:200px}.preview-image img{height:100%;object-fit:cover;width:100%}.no-image{background-color:#edf2f7;color:#718096;font-size:14px}.preview-info{flex:1 1}.preview-info p{color:#4a5568;font-size:14px;margin:5px 0}.preview-info strong{color:#2d3748;font-weight:600}.preview-content::-webkit-scrollbar{width:8px}.preview-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.preview-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.preview-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:768px){.preview-details{flex-direction:column}.preview-image{height:200px;width:100%}.lead-selection{gap:1rem}.leads-list{max-height:250px}.template-select{padding:.625rem}.template-preview{margin-bottom:1rem;padding:1rem}.preview-content{height:400px}}@media (max-width:480px){.preview-content{height:300px}}.empty-state,.loading{align-items:center;background-color:#f8fafc;border-radius:8px;color:#64748b;display:flex;font-size:14px;height:200px;justify-content:center}.loading{color:#3b82f6}.empty-state{color:#94a3b8;font-style:italic}@media (max-width:600px){.property-email-modal{border-radius:0;max-width:100vw;width:100%}.modal-content{padding:6px 4px}}.dashboard-charts-container{display:flex;flex-direction:column;gap:24px;margin:24px 0}.dashboard-chart-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.dashboard-chart-card:before{background:linear-gradient(90deg,#22c55e,#3b82f6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.dashboard-chart-card:hover:before{opacity:1}.dashboard-chart-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.dashboard-chart-card-half{flex:1 1;min-height:300px}.dashboard-charts-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.dashboard-chart-card canvas{max-height:400px}@media (max-width:1024px){.dashboard-charts-row{grid-template-columns:1fr}.dashboard-chart-card{padding:20px}}@media (max-width:768px){.dashboard-charts-container{gap:16px;margin:16px 0}.dashboard-chart-card{border-radius:12px;padding:16px}.dashboard-chart-card canvas{max-height:300px}}.dashboard-chart-card{animation:fadeInUp .6s ease-out}.dashboard-chart-card:first-child{animation-delay:.1s}.dashboard-chart-card:nth-child(2){animation-delay:.2s}.dashboard-chart-card:nth-child(3){animation-delay:.3s}.dashboard-chart-loading{align-items:center;color:#6b7280;display:flex;height:300px;justify-content:center}.dashboard-chart-loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#22c55e;height:40px;margin-right:12px;width:40px}.dashboard-chart-error{align-items:center;color:#ef4444;display:flex;flex-direction:column;height:300px;justify-content:center;padding:20px;text-align:center}.dashboard-chart-error-icon{font-size:48px;margin-bottom:16px;opacity:.7}.dashboard-chart-error-text{color:#6b7280;font-size:14px;margin-top:8px}.chartjs-tooltip{background:#000000e6!important;border:1px solid #ffffff1a!important;border-radius:8px!important;box-shadow:0 10px 25px #0003!important}.chartjs-legend{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:16px}.chartjs-legend-item{align-items:center;color:#374151;display:flex;font-size:12px;font-weight:500}.chartjs-legend-color{border-radius:2px;height:12px;margin-right:8px;width:12px}.chartjs-title{color:#111827;font-size:18px;font-weight:600;margin-bottom:16px;text-align:center}@media (max-width:480px){.dashboard-chart-card{padding:12px}.dashboard-chart-card canvas{max-height:250px}.chartjs-title{font-size:16px;margin-bottom:12px}}:root{--dashboard-primary-color:#2b7a78;--dashboard-primary-light:#3aa89c;--dashboard-primary-dark:#21706a;--dashboard-primary-darker:#1b4d4a;--dashboard-secondary-color:#2b7a78;--dashboard-accent-color:#3aa89c;--dashboard-success-color:#10b981;--dashboard-danger-color:#ef4444;--dashboard-warning-color:#f59e0b;--dashboard-info-color:#3b82f6;--dashboard-neutral-50:#f9fafb;--dashboard-neutral-100:#f7fafc;--dashboard-neutral-200:#edf2f7;--dashboard-neutral-300:#e2e8f0;--dashboard-neutral-400:#cbd5e0;--dashboard-neutral-500:#a0aec0;--dashboard-neutral-600:#718096;--dashboard-neutral-700:#4a5568;--dashboard-neutral-800:#2d3748;--dashboard-neutral-900:#1a202c;--dashboard-shadow-sm:0 1px 2px #0000000d;--dashboard-shadow-md:0 4px 6px #00000012,0 2px 4px #0000000d;--dashboard-shadow-lg:0 10px 15px #0000000a,0 4px 6px #0000000d;--dashboard-shadow-xl:0 20px 25px #0000000a,0 10px 10px #00000008;--dashboard-shadow-inner:inset 0 2px 4px 0 #0000000f;--dashboard-shadow-glow:0 0 15px #6366f133;--dashboard-radius-sm:0.25rem;--dashboard-radius-md:0.375rem;--dashboard-radius-lg:0.5rem;--dashboard-radius-xl:0.75rem;--dashboard-radius-2xl:1rem;--dashboard-radius-full:9999px;--dashboard-transition-fast:0.15s ease;--dashboard-transition-normal:0.25s ease;--dashboard-transition-slow:0.4s ease}.dashboard-container{animation:fadeIn .5s ease;background-color:#f8fafc;margin:0 auto;max-width:1600px;min-height:calc(100vh - 70px);padding:1.5rem}@media (max-width:768px){.dashboard-container{padding:1rem 1rem 80px}}.dashboard-header{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.dashboard-header-left,.dashboard-header-right{align-items:center;display:flex;gap:1rem}.dashboard-main-title{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1.5rem;font-weight:600;margin:0}.dashboard-toast-demo-button{align-items:center;background:linear-gradient(90deg,#2b7a78,#3aa89c);background:linear-gradient(to right,var(--dashboard-primary-color),var(--dashboard-primary-light));border:none;border-radius:.375rem;border-radius:var(--dashboard-radius-md);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:.25s ease;transition:var(--dashboard-transition-normal)}.dashboard-ai-agent-section{margin-bottom:2rem;margin-top:2rem}.dashboard-ai-agent{background:linear-gradient(135deg,#2b7a78,#3aa89c);border:none;color:#fff;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-ai-agent:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--dashboard-shadow-lg);transform:translateY(-2px)}.dashboard-ai-agent .dashboard-card-header{border-bottom:1px solid #fff3;color:#fff}.dashboard-ai-agent .dashboard-card-title h2,.dashboard-ai-agent .dashboard-card-title svg{color:#fff}.dashboard-ai-agent-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;padding:1.5rem}.dashboard-ai-agent-info{flex:1 1}.dashboard-ai-agent-description{color:#ffffffe6;font-size:1rem;line-height:1.5;margin:0 0 1rem}.dashboard-ai-agent-features{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-ai-feature{color:#fffc;font-size:.875rem;font-weight:500}.dashboard-ai-agent-action{flex-shrink:0}.dashboard-ai-agent-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:.375rem;border-radius:var(--dashboard-radius-md);color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-ai-agent-button:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 15px #0003;transform:translateY(-1px)}.dashboard-ai-agent-button svg{color:#fff}.dashboard-toast-demo-button:hover{background:linear-gradient(90deg,#21706a,#2b7a78);background:linear-gradient(to right,var(--dashboard-primary-dark),var(--dashboard-primary-color));box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);transform:translateY(-1px)}.dashboard-toast-demo-button:active{transform:translateY(0)}.dashboard-loading-container{align-items:center;animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:1.5rem;height:60vh;justify-content:center}.dashboard-loading-spinner{animation:spin .8s ease-in-out infinite;border:3px solid #edf2f7;border-radius:50%;border-top-color:#2b7a78;border:3px solid var(--dashboard-neutral-200);border-top-color:var(--dashboard-primary-color);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);height:50px;width:50px}.dashboard-loading-text{animation:pulse 2s infinite;background:linear-gradient(90deg,#2b7a78,#3aa89c);background:linear-gradient(to right,var(--dashboard-primary-color),var(--dashboard-primary-light));background-clip:text;-webkit-background-clip:text;color:#718096;color:var(--dashboard-neutral-600);color:#0000;font-size:1rem;font-weight:500}.dashboard-error-container{align-items:center;display:flex;flex-direction:column;gap:1rem;height:60vh;justify-content:center;padding:2rem;text-align:center}.dashboard-error-icon{color:#ef4444;color:var(--dashboard-danger-color);margin-bottom:1rem}.dashboard-error-title{color:#2d3748;color:var(--dashboard-neutral-800);font-size:1.5rem;font-weight:600;margin:0}.dashboard-error-message{color:#718096;color:var(--dashboard-neutral-600);margin:.5rem 0 1.5rem;max-width:450px}.dashboard-retry-button{align-items:center;background-color:#fff;border:1px solid #2b7a78;border:1px solid var(--dashboard-primary-color);border-radius:.375rem;border-radius:var(--dashboard-radius-md);color:#2b7a78;color:var(--dashboard-primary-color);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1.25rem;transition:.25s ease;transition:var(--dashboard-transition-normal)}.dashboard-retry-button:hover{background-color:#2b7a78;background-color:var(--dashboard-primary-color);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);color:#fff}.dashboard-retry-icon{transition:transform .3s ease}.dashboard-retry-button:hover .dashboard-retry-icon{transform:rotate(180deg)}.dashboard-stats-container{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-bottom:1.5rem}.dashboard-stat-card{align-items:center;background-color:#fff;border-radius:.5rem;border-radius:var(--dashboard-radius-lg);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);display:flex;gap:1.25rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-clickable{cursor:pointer}.dashboard-clickable:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--dashboard-shadow-lg);transform:translateY(-3px)}.dashboard-stat-icon{align-items:center;background-color:#f7fafc;background-color:var(--dashboard-neutral-100);border-radius:9999px;border-radius:var(--dashboard-radius-full);color:#4a5568;color:var(--dashboard-neutral-700);display:flex;height:50px;justify-content:center;width:50px}.dashboard-stat-content{flex:1 1}.dashboard-stat-value{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1.75rem;font-weight:700;line-height:1;margin-bottom:.25rem}.dashboard-stat-label{color:#718096;color:var(--dashboard-neutral-600);font-size:.875rem}.dashboard-stat-card-primary{border-left:4px solid #2b7a78;border-left:4px solid var(--dashboard-primary-color)}.dashboard-stat-card-primary .dashboard-stat-icon{background-color:#6366f11a;color:#2b7a78;color:var(--dashboard-primary-color)}.dashboard-stat-card-success{border-left:4px solid #10b981;border-left:4px solid var(--dashboard-success-color)}.dashboard-stat-card-success .dashboard-stat-icon{background-color:#10b9811a;color:#10b981;color:var(--dashboard-success-color)}.dashboard-stat-card-info{border-left:4px solid #3b82f6;border-left:4px solid var(--dashboard-info-color)}.dashboard-stat-card-info .dashboard-stat-icon{background-color:#3b82f61a;color:#3b82f6;color:var(--dashboard-info-color)}.dashboard-stat-card-warning{border-left:4px solid #f59e0b;border-left:4px solid var(--dashboard-warning-color)}.dashboard-stat-card-warning .dashboard-stat-icon{background-color:#f59e0b1a;color:#f59e0b;color:var(--dashboard-warning-color)}.dashboard-stat-card-accent{border-left:4px solid #3aa89c;border-left:4px solid var(--dashboard-accent-color)}.dashboard-stat-card-accent .dashboard-stat-icon{background-color:#a855f71a;color:#3aa89c;color:var(--dashboard-accent-color)}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:2rem}.dashboard-left-column{display:flex;flex-direction:column;gap:1rem}.dashboard-right-column{display:flex;flex-direction:column;gap:.75rem}.dashboard-hot-leads,.dashboard-recent-activities,.dashboard-upcoming-tasks{flex:1 1;margin:0}.dashboard-recent-listings-with-leads{grid-column:2;grid-row:1}.dashboard-matching-leads-quick-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}@media screen and (min-width:769px){.dashboard-matching-leads-quick-content{padding:.0625rem 0 0}.dashboard-matching-leads-summary{gap:.0625rem}.dashboard-matching-leads-stats{gap:.125rem}.dashboard-matching-leads-label{margin-top:.0625rem}.dashboard-matching-leads-preview-text{line-height:1.1;margin:0 0 .0625rem}.dashboard-matching-leads-action-button{gap:.125rem;margin-bottom:0;padding:.25rem .5rem}.dashboard-matching-leads-preview{margin-bottom:0}.dashboard-card-header{padding:.5rem}}.dashboard-matching-leads-summary{display:flex;flex-direction:column;gap:.125rem;margin-bottom:0}.dashboard-matching-leads-stats{display:flex;gap:.25rem;justify-content:space-around}.dashboard-matching-leads-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.dashboard-matching-leads-number{color:#2b7a78;color:var(--dashboard-primary-color);font-size:1.5rem;font-weight:700;line-height:1}.dashboard-matching-leads-label{color:#718096;color:var(--dashboard-neutral-600);font-size:.875rem;font-weight:500;margin-top:.125rem}.dashboard-matching-leads-preview{margin-bottom:0;text-align:center}.dashboard-matching-leads-preview-text{color:#4a5568;color:var(--dashboard-neutral-700);font-size:.875rem;line-height:1.2;margin:0 0 .125rem}.dashboard-matching-leads-action-button{align-items:center;background:linear-gradient(90deg,#2b7a78,#3aa89c);background:linear-gradient(to right,var(--dashboard-primary-color),var(--dashboard-primary-light));border-radius:.375rem;border-radius:var(--dashboard-radius-md);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.25rem;margin:1rem 0 .25rem;padding:.375rem .75rem;text-decoration:none;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-matching-leads-action-button:hover{background:linear-gradient(90deg,#21706a,#2b7a78);background:linear-gradient(to right,var(--dashboard-primary-dark),var(--dashboard-primary-color));box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--dashboard-shadow-lg);transform:translateY(-1px)}.dashboard-recent-activities{grid-column:span 2}.dashboard-card{background-color:#fff;border-radius:.75rem;border-radius:var(--dashboard-radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s ease;transition:box-shadow var(--dashboard-transition-normal)}.dashboard-card:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--dashboard-shadow-lg)}.dashboard-card-header{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);display:flex;justify-content:space-between;padding:.75rem}.dashboard-card-title{align-items:center;color:#1a202c;color:var(--dashboard-neutral-900);display:flex;gap:.75rem}.dashboard-card-title h2{font-size:1.125rem;font-weight:600;margin:0}.dashboard-card-title svg,.dashboard-view-all{color:#2b7a78;color:var(--dashboard-primary-color)}.dashboard-view-all{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.25rem;text-decoration:none;transition:color .15s ease;transition:color var(--dashboard-transition-fast)}.dashboard-view-all:hover{color:#21706a;color:var(--dashboard-primary-dark);text-decoration:underline}.dashboard-hot-leads-list{display:flex;flex:1 1;flex-direction:column}.dashboard-hot-lead-item{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);color:inherit;display:flex;justify-content:space-between;padding:1rem 1.25rem;text-decoration:none;transition:background-color .15s ease;transition:background-color var(--dashboard-transition-fast)}.dashboard-hot-lead-item:hover{background-color:#f7fafc;background-color:var(--dashboard-neutral-100)}.dashboard-hot-lead-item:last-child{border-bottom:none}.dashboard-lead-name{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1rem}.dashboard-lead-email{color:#718096;color:var(--dashboard-neutral-600);font-size:.875rem}.dashboard-lead-contact-time{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;margin:0}.dashboard-lead-actions{gap:.5rem}.dashboard-action-button{background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--dashboard-neutral-300);border-radius:9999px;border-radius:var(--dashboard-radius-full);cursor:pointer;height:32px;transition:all .15s ease;transition:all var(--dashboard-transition-fast);width:32px}.dashboard-action-button:hover{background-color:#2b7a78;background-color:var(--dashboard-primary-color);border-color:#2b7a78;border-color:var(--dashboard-primary-color);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm)}.dashboard-action-button:focus{outline:2px solid #2b7a78;outline:2px solid var(--dashboard-primary-color);outline-offset:2px}.dashboard-listings-grid{grid-gap:1.25rem;display:grid;flex:1 1;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:1.25rem}.dashboard-property-card{background-color:#fff;border-radius:.5rem;border-radius:var(--dashboard-radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-property-card:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--dashboard-shadow-lg);transform:translateY(-4px)}.dashboard-property-image-container{height:160px;overflow:hidden;position:relative}.dashboard-property-image{height:100%;object-fit:cover;transition:transform .25s ease;transition:transform var(--dashboard-transition-normal);width:100%}.dashboard-property-card:hover .dashboard-property-image{transform:scale(1.05)}.dashboard-property-price{background:#2b7a78;border-top-right-radius:.375rem;border-top-right-radius:var(--dashboard-radius-md);bottom:0;color:#fff!important;font-size:.875rem;font-weight:600;left:0;padding:.375rem .75rem;position:absolute;text-shadow:0 1px 2px #0000004d;z-index:10}.dashboard-property-details{display:flex;flex:1 1;flex-direction:column;padding:1rem}.dashboard-property-address{line-height:1.4}.dashboard-property-features{color:#4a5568;color:var(--dashboard-neutral-700);margin:0 0 .5rem}.dashboard-property-listed-date{margin-bottom:0;margin-top:auto}.dashboard-property-modified-date{color:#059669;font-weight:500}.dashboard-property-card{position:relative}.dashboard-property-matching-leads{background:linear-gradient(135deg,#2ecc710d,#27ae600d);border-top:1px solid #edf2f7;border-top:1px solid var(--dashboard-neutral-200);margin-top:.5rem;padding:.75rem}.dashboard-matching-leads-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.dashboard-matching-count{background:#2ecc711a}.dashboard-matching-count,.dashboard-view-matching-leads-btn{color:#2b7a78;color:var(--dashboard-primary-color);font-size:.75rem}.dashboard-view-matching-leads-btn{background:none;border:none;cursor:pointer;font-weight:500;text-decoration:underline;transition:color .15s ease;transition:color var(--dashboard-transition-fast)}.dashboard-view-matching-leads-btn:hover{color:#21706a;color:var(--dashboard-primary-dark)}.dashboard-matching-leads-preview{display:flex;flex-direction:column;gap:.5rem}.dashboard-matching-lead-preview{align-items:center;background:#fff;border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.25rem;border-radius:var(--dashboard-radius-sm);display:flex;justify-content:space-between;padding:.5rem;transition:all .15s ease;transition:all var(--dashboard-transition-fast)}.dashboard-matching-lead-preview:hover{background:#f9fafb;background:var(--dashboard-neutral-50);border-color:#3aa89c;border-color:var(--dashboard-primary-light)}.dashboard-lead-preview-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.dashboard-lead-preview-name{color:#2d3748;color:var(--dashboard-neutral-800);font-size:.75rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-lead-preview-score{color:#10b981;color:var(--dashboard-success-color);font-size:.625rem;font-weight:500}.dashboard-lead-preview-actions{display:flex;flex-shrink:0;gap:.25rem}.dashboard-more-leads{font-size:.625rem;padding:.25rem}.dashboard-tasks-list{display:flex;flex:1 1;flex-direction:column}.dashboard-task-item{border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);color:inherit;display:flex;gap:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:background-color .15s ease;transition:background-color var(--dashboard-transition-fast)}.dashboard-task-item:hover{background-color:#f7fafc;background-color:var(--dashboard-neutral-100)}.dashboard-task-item:last-child{border-bottom:none}.dashboard-task-priority{align-self:stretch;border-radius:2px;flex-shrink:0;width:4px}.dashboard-priority-high{background-color:#ef4444;background-color:var(--dashboard-danger-color)}.dashboard-priority-medium{background-color:#f59e0b;background-color:var(--dashboard-warning-color)}.dashboard-priority-low{background-color:#3b82f6;background-color:var(--dashboard-info-color)}.dashboard-task-content{flex:1 1}.dashboard-task-title{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1rem;font-weight:600;margin:0 0 .25rem}.dashboard-task-due{align-items:center;color:#718096;color:var(--dashboard-neutral-600);display:flex;font-size:.8125rem;gap:.375rem;margin:0 0 .25rem}.dashboard-task-related{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;margin:0}.dashboard-activities-list{display:flex;flex:1 1;flex-direction:column;padding:.5rem 0}.dashboard-activity-item{align-items:flex-start;display:flex;gap:1rem;padding:.75rem 1.25rem}.dashboard-activity-icon{align-items:center;background-color:#2196531a;border-radius:9999px;border-radius:var(--dashboard-radius-full);color:#2b7a78;color:var(--dashboard-primary-color);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.dashboard-activity-content{flex:1 1}.dashboard-activity-text{color:#2d3748;color:var(--dashboard-neutral-800);font-size:.875rem;margin:0 0 .25rem}.dashboard-activity-lead{color:#2b7a78;color:var(--dashboard-primary-color);font-size:.75rem;font-weight:500;margin:0 0 .25rem}.dashboard-activity-time{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;margin:0}.dashboard-empty-state{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2.5rem 1.5rem;text-align:center}.dashboard-empty-state svg{color:#cbd5e0;color:var(--dashboard-neutral-400);margin-bottom:1rem}.dashboard-empty-text{color:#718096;color:var(--dashboard-neutral-600);font-size:.9375rem;margin:0 0 1.25rem}.dashboard-empty-action-button{background-color:#fff;border:1px solid #2b7a78;border:1px solid var(--dashboard-primary-color);border-radius:.375rem;border-radius:var(--dashboard-radius-md);color:#2b7a78;color:var(--dashboard-primary-color);display:inline-block;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-empty-action-button:hover{background-color:#21706a;background-color:var(--dashboard-primary-dark);transform:translateY(-1px)}.dashboard-listings-with-leads-list{display:flex;flex-direction:column;gap:1rem}.dashboard-property-with-leads-item{background:#fff;border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.5rem;border-radius:var(--dashboard-radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);padding:1rem;transition:.25s ease;transition:var(--dashboard-transition-normal)}.dashboard-property-with-leads-item:hover{border-color:#3aa89c;border-color:var(--dashboard-primary-light);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--dashboard-shadow-md)}.dashboard-property-summary{border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);margin-bottom:1rem;padding-bottom:1rem}.dashboard-property-link{color:inherit;display:block;text-decoration:none}.dashboard-property-link:hover{text-decoration:none}.dashboard-property-address{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.dashboard-property-price{color:#2b7a78;color:var(--dashboard-primary-color);font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.dashboard-property-features{color:#718096;color:var(--dashboard-neutral-600);font-size:.875rem;margin:0 0 .25rem}.dashboard-property-listed-date{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;margin:0}.dashboard-matching-leads{margin-top:.5rem}.dashboard-matching-leads-header{margin-bottom:.75rem}.dashboard-matching-count{background-color:#f7fafc;background-color:var(--dashboard-neutral-100);border-radius:.25rem;border-radius:var(--dashboard-radius-sm);color:#4a5568;color:var(--dashboard-neutral-700);font-size:.875rem;font-weight:600;padding:.25rem .5rem}.dashboard-matching-leads-list{display:flex;flex-direction:column;gap:.5rem}.dashboard-matching-lead-item{align-items:center;background-color:#f9fafb;background-color:var(--dashboard-neutral-50);border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.375rem;border-radius:var(--dashboard-radius-md);color:inherit;display:flex;justify-content:space-between;padding:.75rem;text-decoration:none;transition:.15s ease;transition:var(--dashboard-transition-fast)}.dashboard-matching-lead-item:hover{background-color:#2b7a78;background-color:var(--dashboard-primary-color);border-color:#2b7a78;border-color:var(--dashboard-primary-color);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);color:#fff;transform:translateY(-1px)}.dashboard-lead-info{flex:1 1;min-width:0}.dashboard-lead-name{color:inherit;font-size:.875rem;font-weight:600;margin:0 0 .25rem}.dashboard-lead-email{color:inherit;font-size:.75rem;margin:0 0 .25rem;opacity:.8}.dashboard-match-score{display:flex;flex-direction:column;gap:.25rem}.dashboard-score-badge{background-color:#10b981;background-color:var(--dashboard-success-color);border-radius:.25rem;border-radius:var(--dashboard-radius-sm);color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.125rem .375rem;width:fit-content}.dashboard-matching-lead-item:hover .dashboard-score-badge{background-color:#fff3}.dashboard-match-reasons{color:inherit;font-size:.625rem;line-height:1.2;opacity:.8}.dashboard-lead-actions{display:flex;gap:.25rem;margin-left:.5rem}.dashboard-action-button{align-items:center;background-color:#edf2f7;background-color:var(--dashboard-neutral-200);border:none;border-radius:.25rem;border-radius:var(--dashboard-radius-sm);color:#718096;color:var(--dashboard-neutral-600);display:flex;height:28px;justify-content:center;text-decoration:none;transition:.15s ease;transition:var(--dashboard-transition-fast);width:28px}.dashboard-matching-lead-item:hover .dashboard-action-button{background-color:#fff3;color:#fff}.dashboard-action-button:hover{background-color:#3aa89c;background-color:var(--dashboard-primary-light);color:#fff;transform:scale(1.05)}.dashboard-more-leads{font-size:.75rem;font-style:italic;padding:.5rem}.dashboard-more-leads,.dashboard-no-matching-leads{color:#a0aec0;color:var(--dashboard-neutral-500);text-align:center}.dashboard-no-matching-leads{font-size:.875rem;padding:1rem}@media screen and (max-width:1200px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}.dashboard-hot-leads,.dashboard-matching-leads-quick,.dashboard-recent-activities,.dashboard-recent-listings,.dashboard-recent-listings-with-leads,.dashboard-upcoming-tasks{align-self:auto;grid-column:span 1;grid-row:auto;max-height:none}.dashboard-right-column{grid-column:2}}@media screen and (max-width:992px){.dashboard-grid{grid-template-columns:1fr}.dashboard-hot-leads,.dashboard-matching-leads-quick,.dashboard-recent-activities,.dashboard-recent-listings,.dashboard-recent-listings-with-leads,.dashboard-upcoming-tasks{align-self:auto;grid-column:span 1;grid-row:auto;max-height:none}.dashboard-right-column{grid-column:1}.dashboard-stats-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.dashboard-container{padding:1rem}.dashboard-ai-agent-content{flex-direction:column;gap:1rem;text-align:center}.dashboard-ai-agent-features{justify-content:center}.dashboard-ai-agent-button{justify-content:center;width:100%}.dashboard-ai-matching-section{gap:1rem;grid-template-columns:1fr}.dashboard-hot-leads,.dashboard-matching-leads-quick,.dashboard-recent-activities,.dashboard-recent-listings,.dashboard-recent-listings-with-leads,.dashboard-upcoming-tasks{align-self:auto;grid-column:span 1;grid-row:auto;max-height:none}.dashboard-right-column{grid-column:1}.dashboard-stats-container{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.dashboard-stat-value{font-size:1.5rem}.dashboard-grid{display:flex;flex-direction:column;gap:1rem}.dashboard-left-column{order:2}.dashboard-right-column{order:1}}@media screen and (max-width:576px){.dashboard-container{padding:.75rem}.dashboard-ai-matching-section{gap:.75rem;grid-template-columns:1fr}.dashboard-stats-container{grid-template-columns:1fr 1fr}.dashboard-stat-card{padding:1rem}.dashboard-stat-icon{height:40px;width:40px}.dashboard-listings-grid{grid-template-columns:1fr}}.dashboard-modal-overlay{align-items:center;background:#00000059;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.dashboard-modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;max-height:80vh;max-width:500px;overflow-y:auto;padding:1.5rem 1.5rem 1rem;position:relative;width:90vw}.dashboard-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.dashboard-modal-header h3{font-size:1.15rem;font-weight:600;margin:0}.dashboard-modal-body{padding-bottom:.5rem}.dashboard-header-controls{align-items:center;display:flex;gap:1rem}.dashboard-view-toggle{background:#f7fafc;background:var(--dashboard-neutral-100);border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.375rem;border-radius:var(--dashboard-radius-md);display:flex;padding:.25rem}.dashboard-view-toggle-btn{align-items:center;background:#0000;border:none;border-radius:.25rem;border-radius:var(--dashboard-radius-sm);color:#718096;color:var(--dashboard-neutral-600);cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:40px;justify-content:center;min-width:60px;padding:.5rem .75rem;transition:all .15s ease;transition:all var(--dashboard-transition-fast)}.dashboard-view-toggle-btn:hover{background:#edf2f7;background:var(--dashboard-neutral-200);color:#2d3748;color:var(--dashboard-neutral-800)}.dashboard-view-toggle-btn.active{background:#2b7a78;background:var(--dashboard-primary-color);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);color:#fff}.dashboard-view-toggle-btn.active:hover{background:#21706a;background:var(--dashboard-primary-dark)}.dashboard-list-view{width:100%}.dashboard-list-view-table{background:#fff;border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.5rem;border-radius:var(--dashboard-radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--dashboard-shadow-sm);overflow:hidden}.dashboard-list-view-header{background:#f9fafb;background:var(--dashboard-neutral-50);border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--dashboard-neutral-200);color:#4a5568;color:var(--dashboard-neutral-700);font-size:.875rem;font-weight:600}.dashboard-list-view-header,.dashboard-list-view-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1fr;padding:1rem}.dashboard-list-view-row{align-items:center;border-bottom:1px solid #f7fafc;border-bottom:1px solid var(--dashboard-neutral-100);transition:background-color .15s ease;transition:background-color var(--dashboard-transition-fast)}.dashboard-list-view-row:hover{background:#f9fafb;background:var(--dashboard-neutral-50)}.dashboard-list-view-row:last-child{border-bottom:none}.dashboard-list-view-cell{align-items:center;display:flex;min-height:60px}.dashboard-list-view-property{align-items:center;display:flex;gap:.75rem;width:100%}.dashboard-list-view-image{border-radius:.25rem;border-radius:var(--dashboard-radius-sm);flex-shrink:0;height:60px;overflow:hidden;width:60px}.dashboard-list-view-image img{height:100%;object-fit:cover;width:100%}.dashboard-list-view-property-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.dashboard-list-view-address{color:#1a202c;color:var(--dashboard-neutral-900);font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none}.dashboard-list-view-address:hover{color:#2b7a78;color:var(--dashboard-primary-color)}.dashboard-list-view-source{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.dashboard-list-view-price{color:#10b981;color:var(--dashboard-success-color);font-size:.875rem;font-weight:600}.dashboard-list-view-date,.dashboard-list-view-features{color:#718096;color:var(--dashboard-neutral-600);font-size:.875rem}.dashboard-list-view-leads{display:flex;flex-direction:column;gap:.5rem}.dashboard-list-view-lead-count{color:#4a5568;color:var(--dashboard-neutral-700);font-size:.875rem;font-weight:600}.dashboard-list-view-lead-preview{display:flex;flex-direction:column;gap:.25rem}.dashboard-list-view-lead-item{align-items:center;display:flex;font-size:.75rem;justify-content:space-between}.dashboard-list-view-lead-name{color:#4a5568;color:var(--dashboard-neutral-700);font-weight:500}.dashboard-list-view-lead-score{color:#10b981;color:var(--dashboard-success-color);font-weight:600}.dashboard-list-view-lead-more{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.75rem;font-style:italic}.dashboard-list-view-actions{display:flex;flex-direction:column;gap:.5rem}.dashboard-list-view-action-btn{background:#2b7a78;background:var(--dashboard-primary-color);border:none;border-radius:.25rem;border-radius:var(--dashboard-radius-sm);color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.5rem .75rem;text-align:center;text-decoration:none;transition:all .15s ease;transition:all var(--dashboard-transition-fast)}.dashboard-list-view-action-btn:hover{background:#21706a;background:var(--dashboard-primary-dark);transform:translateY(-1px)}@media screen and (max-width:1200px){.dashboard-list-view-header,.dashboard-list-view-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.dashboard-list-view-cell:last-child{display:none}}@media screen and (max-width:992px){.dashboard-list-view-header,.dashboard-list-view-row{grid-template-columns:2fr 1fr 1fr 1fr}.dashboard-list-view-cell:nth-last-child(2){display:none}}@media screen and (max-width:768px){.dashboard-header-controls{align-items:stretch;flex-direction:column;gap:.5rem}.dashboard-view-toggle{justify-content:center}.dashboard-list-view-table{overflow-x:auto}.dashboard-list-view-header,.dashboard-list-view-row{gap:.5rem;grid-template-columns:1fr;padding:.75rem}.dashboard-list-view-header{display:none}.dashboard-list-view-cell{padding:.25rem 0}.dashboard-list-view-property{align-items:flex-start;flex-direction:column;gap:.5rem}.dashboard-list-view-image{height:120px;width:100%}.dashboard-list-view-actions{flex-direction:row;gap:.5rem}.dashboard-list-view-action-btn{flex:1 1}}.login-page{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #00000014;display:flex;min-height:600px;overflow:hidden;width:900px}.login-logo-section{display:none}.login-left{background:linear-gradient(135deg,#2b7a78,#3aafa9);color:#fff}.login-left,.login-right{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.login-right{background:#fff}.login-header{margin-bottom:2em;text-align:left}.login-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1em}.login-logo img{height:60px;object-fit:contain;width:60px}.login-brand-text{color:#2b7a78;font-size:1.5rem;font-weight:700}.login-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.login-subtitle{color:#ffffffd9;font-size:1.1rem;margin-bottom:2rem}.login-features{list-style:none;margin:0 0 2em;padding:0}.login-features li{align-items:center;color:#ffffffe6;display:flex;font-size:1rem;margin-bottom:.75rem}.login-features li:before{color:#4ade80;content:"✓";font-weight:700;margin-right:.75rem}.login-form{width:100%}.login-form-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:left}.login-form-subtitle{color:#64748b;font-size:.9rem;margin-bottom:2rem;text-align:left}.form-group label{font-size:.9rem}.form-group input{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.form-group input.error{border-color:#ef4444}.error-message{margin-top:.25rem}.error-message,.login-button{align-items:center;display:flex;gap:.5rem}.login-button{background:#2b7a78;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;justify-content:center;margin-bottom:1rem;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.login-button:hover{background:#21706a;box-shadow:0 4px 12px #2b7a784d;transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.login-footer{color:#64748b;font-size:.9rem;margin-top:2rem;text-align:center}.login-footer-link{background:none;border:none;color:#2b7a78;cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none}.login-footer-link:hover{text-decoration:underline}@media (max-width:900px){.login-page{padding:1rem}.login-container{flex-direction:column;min-height:0;min-height:auto;padding-top:1rem;width:100%}.login-left,.login-right{padding:2rem 1rem}.login-logo-section{display:flex;justify-content:center;order:1;padding:1rem}.login-left{order:3}.login-right{order:2}.login-form,.login-form-subtitle,.login-form-title,.login-header{text-align:center}.login-header{margin-bottom:1.5em}.login-title{font-size:2rem}.login-subtitle{font-size:1rem}.login-features{margin-bottom:1.5em}}.landingpage-container{min-height:100vh;overflow-x:hidden;position:relative;width:100%}#ai-insights,#automation,#cma-system,#features,#pricing{scroll-margin-top:100px}:root{--landingpage-primary:#2b7a78;--landingpage-primary-light:#3aa89c;--landingpage-primary-dark:#21706a;--landingpage-primary-darker:#1b4d4a;--landingpage-text-primary:#1e293b;--landingpage-text-secondary:#334155;--landingpage-text-muted:#475569;--landingpage-bg-light:#f8fafc;--landingpage-bg-white:#fff}@media (max-width:768px){.landingpage-container>*{box-sizing:border-box;margin-left:0!important;margin-right:0!important;padding-left:1rem!important;padding-right:1rem!important}.landingpage-container [class*=container],.landingpage-container [class*=max-width]{box-sizing:border-box;max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important;width:100%!important}.landingpage-container [class*=grid]{gap:1.5rem!important;grid-template-columns:1fr!important}.landingpage-container [class*=flex]{align-items:center!important;flex-direction:column!important}.landingpage-container img{height:auto!important;max-width:100%!important}.landingpage-container [class*=absolute]{bottom:auto!important;left:auto!important;position:relative!important;right:auto!important;top:auto!important}.landingpage-container [class*=floating],.landingpage-container [class*=overlay]{display:none!important}}@media (max-width:480px){.landingpage-container [class*=container],.landingpage-container [class*=max-width],.landingpage-container>*{padding-left:.75rem!important;padding-right:.75rem!important}.landingpage-container h1{font-size:1.75rem!important;line-height:1.2!important}.landingpage-container h2{font-size:1.5rem!important;line-height:1.3!important}.landingpage-container h3{font-size:1.25rem!important;line-height:1.4!important}.landingpage-container p{font-size:.95rem!important;line-height:1.5!important}}@media (max-width:360px){.landingpage-container [class*=container],.landingpage-container [class*=max-width],.landingpage-container>*{padding-left:.5rem!important;padding-right:.5rem!important}.landingpage-container h1{font-size:1.5rem!important}.landingpage-container h2{font-size:1.25rem!important}.landingpage-container h3{font-size:1.125rem!important}}@media (max-width:768px){.herosection-hero-section{min-height:auto!important;padding:4rem 1rem 3rem!important}.herosection-hero-content{max-width:100%!important;padding:0!important}.landingpage-features-grid{gap:1.5rem!important;grid-template-columns:1fr!important;padding:0 1rem!important}.landingpage-feature-card{margin:0!important;padding:1.5rem!important}.cma-section{padding:3rem 1rem!important}.cma-content{max-width:100%!important;padding:0!important}.property-showcase-section{padding:3rem 1rem!important}.property-showcase-grid{gap:1.5rem!important;grid-template-columns:1fr!important;padding:0!important}.automation-section{padding:3rem 1rem!important}.automation-grid{gap:1.5rem!important;grid-template-columns:1fr!important;padding:0!important}.success-metrics-section{padding:3rem 1rem!important}.metrics-grid{gap:1.5rem!important;grid-template-columns:1fr!important;padding:0!important}.final-cta-section{padding:3rem 1rem!important}.cta-content{max-width:100%!important;padding:0!important}body,html{overflow-x:hidden!important;width:100%!important}.landingpage-container *{word-wrap:break-word!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;overflow-wrap:break-word!important}}@media (max-width:768px) and (orientation:landscape){.landingpage-container>*{padding-bottom:2rem!important;padding-top:2rem!important}.herosection-hero-section{min-height:auto!important;padding:2rem 1rem!important}}@media (-webkit-min-device-pixel-ratio:2) and (max-width:768px){.landingpage-container img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.landingpage-container{overflow:visible!important}.landingpage-cursor-glow{display:none!important}}.header-container{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-scrolled{background:#fffffffa;box-shadow:0 4px 20px #22c55e1a}.header-nav{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.header-logo,.header-nav{align-items:center;display:flex}.header-logo{cursor:pointer;gap:.75rem;text-decoration:none}.header-logo-icon{border-radius:8px;height:40px;width:40px}.header-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2b7a78,#21706a);background-clip:text;-webkit-background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.header-nav-items{align-items:center;display:flex;gap:2rem}.header-nav-link{color:#1e293b;font-size:.95rem;font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.header-nav-link:hover{color:#2b7a78}.header-nav-link:after{background:linear-gradient(90deg,#2b7a78,#21706a);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header-nav-link:hover:after{width:100%}.header-cta-buttons{align-items:center;display:flex;gap:1rem}.header-demo-button{background:linear-gradient(135deg,#2b7a78,#21706a);border-radius:50px;box-shadow:0 4px 15px #2b7a784d;color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.header-demo-button:hover{box-shadow:0 8px 25px #2b7a7866;transform:translateY(-2px)}.header-login-button{border:2px solid #e5e7eb;border-radius:50px;color:#374151;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.header-login-button:hover{background:#2b7a780d;border-color:#2b7a78;color:#2b7a78}.header-mobile-menu-button{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:1001}.header-hamburger{display:flex;flex-direction:column;height:20px;position:relative;width:24px}.header-hamburger span{background:#374151;border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.header-hamburger span:first-child{position:absolute;top:0}.header-hamburger span:nth-child(2){position:absolute;top:50%;transform:translateY(-50%)}.header-hamburger span:nth-child(3){bottom:0;position:absolute}.header-hamburger.header-active span:first-child{transform:rotate(45deg) translate(6px,6px)}.header-hamburger.header-active span:nth-child(2){opacity:0}.header-hamburger.header-active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header-mobile-nav{background:#fff;box-shadow:-5px 0 20px #0000001a;height:100vh;max-width:300px;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:100%;z-index:1000}.header-mobile-nav.header-open{transform:translateX(0)}.header-mobile-nav-items{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:flex-start;min-height:100vh;padding:2rem}.header-mobile-logo-section{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;padding-top:4rem}.header-mobile-logo{align-items:center;cursor:pointer;display:flex;gap:1rem;text-decoration:none}.header-mobile-logo-icon{border-radius:12px;height:60px;width:60px}.header-mobile-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2b7a78,#21706a);background-clip:text;-webkit-background-clip:text;font-size:2rem;font-weight:700;letter-spacing:-.02em}.header-mobile-cta-buttons{display:flex;flex-direction:column;gap:1.5rem;max-width:250px;width:100%}.header-mobile-demo-button{background:linear-gradient(135deg,#2b7a78,#21706a);border-radius:50px;box-shadow:0 4px 15px #2b7a784d;color:#fff;font-weight:600;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.header-mobile-demo-button:hover{box-shadow:0 8px 25px #2b7a7866;transform:translateY(-2px)}.header-mobile-login-button{border:2px solid #e5e7eb;border-radius:50px;color:#374151;font-weight:500;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.header-mobile-login-button:hover{background:#2b7a780d;border-color:#2b7a78;color:#2b7a78}.header-mobile-overlay{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}@media (max-width:1024px){.header-nav{padding:1rem 1.5rem}.header-nav-items{gap:1.5rem}}@media (max-width:768px){.header-nav{padding:1rem}.header-cta-buttons,.header-nav-items{display:none}.header-mobile-menu-button{display:block}.header-logo-icon{height:48px;width:48px}.header-logo-text{font-size:1.5rem}}@media (max-width:480px){.header-logo-icon{height:52px;width:52px}.header-logo-text{font-size:1.75rem}.header-mobile-logo-icon{height:56px;width:56px}.header-mobile-logo-text{font-size:1.75rem}.header-mobile-nav-items{gap:2.5rem;padding:1.5rem}.header-mobile-logo-section{padding-top:3rem}}@media (max-width:360px){.header-logo-icon{height:56px;width:56px}.header-logo-text{font-size:2rem}.header-mobile-logo-icon{height:52px;width:52px}.header-mobile-logo-text{font-size:1.5rem}.header-mobile-nav-items{gap:2rem;padding:1rem}.header-mobile-logo-section{padding-top:2.5rem}}.footer-container{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;margin-top:auto}.footer-content{padding:5rem 2rem 0}.footer-main{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1.2fr;margin-bottom:4rem}.footer-company{max-width:400px;padding-right:1rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.footer-logo-icon{border-radius:8px;height:40px;width:40px}.footer-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2b7a78,#21706a);background-clip:text;-webkit-background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.footer-description{color:#d1d5db;font-size:.95rem;line-height:1.7;margin-bottom:2.5rem}.footer-social-links{display:flex;gap:1.2rem}.footer-social-link{align-items:center;background:#2b7a781a;border:2px solid #2b7a7833;border-radius:12px;display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.footer-social-link:hover{background:#2b7a7833;border-color:#2b7a78;transform:translateY(-2px)}.footer-social-icon{font-size:1.2rem}.footer-section{padding:0 .5rem}.footer-section-title{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.footer-link-list{list-style:none;margin:0;padding:0}.footer-link-list li{margin-bottom:1rem}.footer-link{color:#d1d5db;display:inline-block;font-size:.9rem;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#2b7a78;transform:translateX(4px)}.footer-contact{margin-bottom:0;padding:0 .5rem}.footer-contact-info{display:flex;flex-direction:column;gap:1.5rem}.footer-contact-item{align-items:flex-start;display:flex;gap:1rem;padding:.5rem 0}.footer-contact-icon{color:#22c55e;font-size:1.2rem;margin-top:.2rem;min-width:20px}.footer-contact-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.footer-contact-value{color:#d1d5db;font-size:.95rem;line-height:1.5;text-decoration:none;transition:color .3s ease}.footer-contact-value:hover{color:#22c55e}.footer-newsletter{background:#22c55e14;border:1px solid #22c55e26;border-radius:16px;margin-bottom:3rem;padding:2.5rem;text-align:center}.footer-newsletter .footer-section-title{font-size:1.4rem;margin-bottom:1rem}.footer-newsletter-description{color:#d1d5db;font-size:.95rem;line-height:1.5;margin-bottom:2rem}.footer-newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:400px}.footer-newsletter-input{background:#ffffff0d;border:2px solid #22c55e33;border-radius:50px;color:#fff;flex:1 1;font-size:.9rem;outline:none;padding:.875rem 1.25rem;transition:all .3s ease}.footer-newsletter-input::placeholder{color:#9ca3af}.footer-newsletter-input:focus{background:#ffffff1a;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.footer-newsletter-button{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease;white-space:nowrap}.footer-newsletter-button:hover{box-shadow:0 8px 25px #22c55e66;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #22c55e26;margin-top:2rem;padding:2.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.footer-copyright{color:#9ca3af;font-size:.95rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:2.5rem}.footer-bottom-link{color:#9ca3af;font-size:.85rem;text-decoration:none;transition:color .3s ease;white-space:nowrap}.footer-bottom-link:hover{color:#22c55e}@media (max-width:1024px){.footer-content{padding:3.5rem 1.5rem 0}.footer-main{gap:2rem;grid-template-columns:1fr 1fr}.footer-company{grid-column:1/-1;margin-bottom:1rem;max-width:none;padding-right:0}.footer-section{padding:0 .5rem}}@media (max-width:768px){.footer-content{padding:2.5rem 1.5rem 0}.footer-logo-icon{height:48px;width:48px}.footer-logo-text{font-size:1.5rem}.footer-main{gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-company{grid-column:1/-1;margin-bottom:1rem;text-align:center}.footer-social-links{justify-content:center}.footer-contact{grid-column:1/-1}.footer-section{padding:0}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-links{gap:1.5rem;justify-content:center}}@media (max-width:480px){.footer-content{padding:2rem 1rem 0}.footer-logo-icon{height:52px;width:52px}.footer-logo-text{font-size:1.75rem}.footer-main{gap:1.5rem;grid-template-columns:1fr}.footer-social-links{justify-content:center}.footer-section-title{margin-bottom:1rem;text-align:center}.footer-link-list{text-align:center}.footer-bottom-links{flex-direction:column;gap:1rem}.footer-contact-info{align-items:center;gap:1.25rem}.footer-contact-item{flex-direction:column;gap:.5rem;justify-content:center;text-align:center}.footer-contact-icon{margin:0}}.herosection-hero-section{align-items:center;background:#fff;display:flex;min-height:100vh;padding:8rem 2rem 4rem;position:relative}.herosection-hero-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.herosection-animated-circle{background:linear-gradient(135deg,#22c55e26,#16a34a14);border-radius:50%;filter:blur(40px);position:absolute}.herosection-circle-1{height:300px;left:10%;top:20%;width:300px}.herosection-circle-2{bottom:10%;height:400px;right:10%;width:400px}.herosection-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 1rem;position:relative;z-index:2}.herosection-hero-title{color:#1e293b;color:var(--landingpage-text-primary,#1e293b);font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.herosection-hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));background-clip:text;-webkit-background-clip:text}.herosection-hero-subtitle{color:#334155;color:var(--landingpage-text-secondary,#334155);font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:2rem;max-width:90%}.herosection-hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.herosection-stat{text-align:center}.herosection-stat-number{color:#2b7a78;color:var(--landingpage-primary,#2b7a78);display:block;font-size:2rem;font-weight:700;line-height:1}.herosection-stat-label{color:#475569;color:var(--landingpage-text-muted,#475569);font-size:.9rem;font-weight:500;margin-top:.25rem}.herosection-hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.herosection-hero-image{position:relative}.herosection-dashboard-preview{border:1px solid #e5e7eb;box-shadow:0 25px 50px #22c55e33}.herosection-dashboard-container{border-radius:20px;box-shadow:0 25px 50px #22c55e33;overflow:hidden;position:relative;transition:transform .3s ease}.herosection-dashboard-container:hover{transform:translateY(-10px)}.herosection-dashboard-preview{border-radius:20px;display:block;height:auto;width:100%}.herosection-dashboard-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.herosection-floating-card{align-items:center;background:#fff;border:2px solid #22c55e;border-radius:50px;box-shadow:0 10px 25px #0000001a;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;position:absolute}.herosection-card-1{right:-10%;top:15%}.herosection-card-2{left:-15%;top:50%}.herosection-card-3{bottom:20%;right:-5%}.herosection-card-icon{font-size:1.25rem}.herosection-cta-button{align-items:center;border:2px solid #0000;border-radius:50px;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.herosection-cta-button.herosection-primary{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));box-shadow:0 4px 15px #2b7a784d;color:#fff}.herosection-cta-button.herosection-primary:hover{box-shadow:0 8px 25px #2b7a7866;transform:translateY(-2px)}.herosection-cta-button.herosection-secondary{background:#fff;border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);box-shadow:0 2px 8px #0000001a;color:#2b7a78;color:var(--landingpage-primary,#2b7a78)}.herosection-cta-button.herosection-secondary:hover{background:#2b7a78;background:var(--landingpage-primary,#2b7a78);border-color:#21706a;border-color:var(--landingpage-primary-dark,#21706a);box-shadow:0 8px 25px #2b7a784d;color:#fff;transform:translateY(-2px)}.herosection-button-glow{background:linear-gradient(135deg,#fff3,#0000);border-radius:50px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:1024px){.herosection-hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.herosection-hero-title{font-size:3rem}}@media (max-width:768px){.herosection-hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:8rem 1rem 4rem}.herosection-hero-content{gap:2rem;grid-template-columns:1fr;margin-top:2rem;max-width:600px;text-align:center}.herosection-hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.herosection-hero-subtitle{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.herosection-hero-stats{flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}.herosection-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:120px;padding:1rem}.herosection-stat-number{color:#2b7a78;color:var(--landingpage-primary,#2b7a78);display:block;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.herosection-stat-label{color:#718096;color:var(--landingpage-text-muted,#718096);font-size:.875rem;font-weight:500}.herosection-hero-cta{align-items:center;flex-direction:column;gap:1rem}.herosection-cta-button{font-size:1rem;font-weight:600;max-width:300px;padding:1rem 2rem;width:100%}.herosection-hero-image{display:none}.herosection-circle-1{height:250px;left:-15%;opacity:.6;top:10%;width:250px}.herosection-circle-2{bottom:10%;height:200px;opacity:.6;right:-15%;width:200px}}@media (max-width:480px){.herosection-hero-section{padding:6rem 1rem 3rem}.herosection-hero-title{font-size:2rem;line-height:1.1;margin-bottom:1rem;margin-top:1rem}.herosection-hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.herosection-hero-stats{flex-direction:column;gap:1rem;margin-bottom:2rem}.herosection-stat{margin:0 auto;max-width:250px;min-width:auto}.herosection-stat-number{font-size:1.5rem}.herosection-cta-button{font-size:.9rem;max-width:280px;padding:.875rem 1.5rem}.herosection-animated-circle{display:none}}.features-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 0;position:relative}.landingpage-features-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.landingpage-features-section>*{position:relative;z-index:2}.landingpage-features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1400px;padding:0 20px}.landingpage-feature-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.landingpage-feature-card:before{background:linear-gradient(90deg,#2b7a78,#21706a);background:linear-gradient(90deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.landingpage-feature-card:hover:before{opacity:1}.landingpage-feature-card:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);transform:translateY(-5px)}.landingpage-feature-image{border-radius:15px;height:250px;margin-bottom:25px;overflow:hidden;position:relative;width:100%}.landingpage-feature-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.landingpage-feature-card:hover .landingpage-feature-image img{transform:scale(1.05)}.landingpage-feature-overlay{align-items:center;display:flex;justify-content:center;position:absolute;right:15px;top:15px}.landingpage-feature-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50%;box-shadow:0 5px 15px #0000001a;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;width:50px}.landingpage-feature-content{text-align:left}.landingpage-feature-title{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:24px;font-weight:700;line-height:1.3;margin-bottom:12px}.landingpage-feature-description{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:16px;line-height:1.6;margin-bottom:20px}.landingpage-feature-benefits{list-style:none;margin:0;padding:0}.landingpage-feature-benefit{align-items:center;color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);display:flex;font-size:14px;line-height:1.4;margin-bottom:8px}.landingpage-benefit-check{color:#2b7a78;color:var(--landingpage-primary,#2b7a78);font-size:16px;font-weight:600;margin-right:8px}@media (max-width:768px){.landingpage-features-section{padding:80px 0}.landingpage-features-grid{gap:30px;grid-template-columns:1fr;padding:0 15px}.landingpage-feature-card{padding:25px}.landingpage-feature-image{height:200px}.landingpage-feature-title{font-size:20px}.landingpage-feature-description{font-size:14px}}@media (max-width:480px){.landingpage-features-grid{gap:20px;grid-template-columns:1fr;padding:0 10px}.landingpage-feature-card{padding:20px}.landingpage-feature-image{height:180px}.landingpage-feature-icon{font-size:20px;height:40px;width:40px}}.interactive-demo-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 0;position:relative}.landingpage-demo-section:before{background:radial-gradient(circle at 30% 70%,#22c55e1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.landingpage-demo-section>*{position:relative;z-index:2}.landingpage-container-wrapper{max-width:1200px}.landingpage-demo-tabs{margin-top:60px}.landingpage-tab-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:60px}.landingpage-tab-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50px;box-shadow:0 4px 10px #0000000d;color:#718096;color:var(--landingpage-text-muted,#718096);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:15px 25px;transition:all .3s ease}.landingpage-tab-button:hover{box-shadow:0 8px 20px #2b7a7826;color:#2b7a78;color:var(--landingpage-primary,#2b7a78)}.landingpage-tab-button.landingpage-active,.landingpage-tab-button:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);transform:translateY(-2px)}.landingpage-tab-button.landingpage-active{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));box-shadow:0 8px 20px #2b7a7840;color:#fff}.landingpage-tab-icon{font-size:20px}.landingpage-tab-content{min-height:500px;position:relative}.landingpage-tab-panel{grid-gap:60px;align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 20px 40px #00000014;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:40px}.landingpage-tab-info h3{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px}.landingpage-tab-info p{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:18px;line-height:1.6;margin-bottom:24px}.landingpage-feature-list{list-style:none;margin:0;padding:0}.landingpage-feature-list li{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:16px;line-height:1.5;margin-bottom:12px;padding-left:24px;position:relative}.landingpage-feature-list li:before{content:"✅";font-size:16px;left:0;position:absolute;top:0}.landingpage-tab-image{border-radius:15px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative}.landingpage-tab-image img{display:block;height:auto;transition:transform .3s ease;width:100%}.landingpage-tab-image:hover img{transform:scale(1.02)}.landingpage-image-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.landingpage-pulse-dot{background:#22c55e;border-radius:50%;box-shadow:0 0 0 0 #22c55eb3;height:12px;position:absolute;width:12px}.landingpage-pulse-dot:after{background:#22c55e1a;border:2px solid #22c55e;border-radius:50%;content:"";height:28px;left:-8px;position:absolute;top:-8px;width:28px}@media (max-width:768px){.landingpage-demo-section{padding:80px 0}.landingpage-container-wrapper{padding:0 15px}.landingpage-tab-buttons{gap:10px}.landingpage-tab-button{font-size:14px;padding:12px 18px}.landingpage-tab-panel{gap:40px;grid-template-columns:1fr;padding:30px}.landingpage-tab-info h3{font-size:24px}.landingpage-tab-info p{font-size:16px}.landingpage-feature-list li{font-size:14px}}@media (max-width:480px){.landingpage-tab-buttons{align-items:center;flex-direction:column;gap:12px}.landingpage-tab-button{justify-content:center;max-width:280px;width:100%}.landingpage-tab-panel{padding:20px}.landingpage-tab-info h3{font-size:20px}.landingpage-tab-info p{font-size:14px}}.landingpage-cma-section{background:linear-gradient(135deg,#f9fafb,#fff);overflow:hidden;padding:120px 0;position:relative}.landingpage-cma-section:before{background:radial-gradient(circle at 70% 30%,#22c55e0d 0,#0000 70%);content:"";height:100%;position:absolute;right:0;top:0;width:50%;z-index:1}.landingpage-cma-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.landingpage-cma-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d3748,#2b7a78);background:linear-gradient(135deg,var(--landingpage-text-primary,#2d3748),var(--landingpage-primary,#2b7a78));-webkit-background-clip:text;background-clip:text;color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.landingpage-cma-description{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:20px;line-height:1.6;margin-bottom:40px}.landingpage-cma-features{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.landingpage-cma-feature{align-items:flex-start;background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;gap:16px;padding:20px;transition:all .3s ease}.landingpage-cma-feature:hover{border-color:#22c55e;box-shadow:0 8px 20px #22c55e1a;transform:translateY(-2px)}.landingpage-cma-feature-icon{align-items:center;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.landingpage-cma-feature h4{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:18px;font-weight:600;margin-bottom:4px}.landingpage-cma-feature p{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:14px;line-height:1.5;margin:0}.landingpage-cma-image{position:relative}.landingpage-cma-image img{border-radius:20px;box-shadow:0 25px 50px #00000026;height:auto;transition:transform .3s ease;width:100%}.landingpage-cma-image:hover img{transform:scale(1.02)}.landingpage-cma-image:before{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:25px;bottom:-20px;content:"";left:-20px;opacity:.1;position:absolute;right:-20px;top:-20px;z-index:-1}.landingpage-cta-button.landingpage-primary{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));box-shadow:0 8px 20px #2b7a784d;color:#fff}.landingpage-cta-button.landingpage-primary:hover{box-shadow:0 12px 25px #2b7a7866}.landingpage-cta-button.landingpage-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.landingpage-cta-button.landingpage-primary:hover:before{left:100%}@media (max-width:768px){.landingpage-cma-section{overflow:hidden;padding:60px 1rem!important}.landingpage-cma-content{gap:2rem!important;grid-template-columns:1fr!important;max-width:100%!important;padding:0!important;text-align:center}.landingpage-cma-title{font-size:2rem!important;line-height:1.2!important;margin-bottom:1rem!important}.landingpage-cma-description{font-size:1rem!important;margin-bottom:2rem!important}.landingpage-cma-features{gap:1rem!important;margin-bottom:2rem!important}.landingpage-cma-feature{margin:0!important;padding:1rem!important;text-align:left}.landingpage-cma-feature h4{font-size:16px!important}.landingpage-cma-feature p{font-size:13px!important}.landingpage-cma-image{height:auto!important;max-width:100%!important;order:-1}.landingpage-cma-image img{border-radius:12px!important;height:auto!important;max-width:100%!important}}@media (max-width:480px){.landingpage-cma-section{padding:3rem .75rem!important}.landingpage-cma-title{font-size:1.75rem!important}.landingpage-cma-description{font-size:.95rem!important}.landingpage-cma-feature{padding:.875rem!important}.landingpage-cma-feature-icon{font-size:20px!important;height:40px!important;width:40px!important}.landingpage-cma-feature h4{font-size:16px!important}.landingpage-cma-feature p{font-size:13px!important}.landingpage-cta-button{font-size:.9rem!important;max-width:280px!important;padding:.875rem 1.5rem!important;width:100%!important}}.landingpage-property-showcase-section{background:linear-gradient(135deg,#f8fafc,#fff);overflow:hidden;padding:120px 0;position:relative}.landingpage-property-showcase-section:before{background:radial-gradient(circle at 20% 30%,#22c55e08 0,#0000 50%),radial-gradient(circle at 80% 70%,#22c55e08 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.landingpage-property-showcase-section>*{position:relative;z-index:2}.landingpage-container-wrapper{margin:0 auto;max-width:1400px;padding:0 20px}.landingpage-property-showcase-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:80px}.landingpage-property-showcase-item{background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.landingpage-property-showcase-item:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);box-shadow:0 20px 40px #2b7a7826;transform:translateY(-5px)}.landingpage-property-showcase-image{height:250px;overflow:hidden;position:relative}.landingpage-property-showcase-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.landingpage-property-showcase-item:hover .landingpage-property-showcase-image img{transform:scale(1.05)}.landingpage-showcase-overlay{align-items:flex-start;background:linear-gradient(135deg,#0000,#0000001a);bottom:0;display:flex;justify-content:flex-end;left:0;padding:20px;position:absolute;right:0;top:0}.landingpage-showcase-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 4px 12px #0000001a;color:#2b7a78;color:var(--landingpage-primary,#2b7a78);font-size:14px;font-weight:600;padding:8px 16px}.landingpage-property-showcase-content{padding:30px}.landingpage-property-showcase-content h3{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:24px;font-weight:700;line-height:1.3;margin-bottom:12px}.landingpage-property-showcase-content p{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:16px;line-height:1.6;margin-bottom:20px}.landingpage-showcase-features{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0}.landingpage-showcase-features li{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:14px;line-height:1.4;padding:4px 0 4px 20px;position:relative}.landingpage-showcase-features li:before{content:"✅";font-size:12px;left:0;position:absolute;top:4px}.landingpage-property-showcase-item:before{background:linear-gradient(90deg,#22c55e,#16a34a);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.landingpage-property-showcase-item:hover:before{opacity:1}@media (max-width:768px){.landingpage-property-showcase-section{padding:80px 0}.landingpage-container-wrapper{padding:0 15px}.landingpage-property-showcase-grid{gap:30px;grid-template-columns:1fr;margin-top:60px}.landingpage-property-showcase-image{height:200px}.landingpage-property-showcase-content{padding:25px}.landingpage-property-showcase-content h3{font-size:20px}.landingpage-property-showcase-content p{font-size:14px}.landingpage-showcase-features{grid-template-columns:1fr}}@media (max-width:480px){.landingpage-property-showcase-image{height:180px}.landingpage-property-showcase-content{padding:20px}.landingpage-property-showcase-content h3{font-size:18px}.landingpage-showcase-badge{font-size:12px;padding:6px 12px}.landingpage-showcase-overlay{padding:15px}}.landingpage-automation-section{background:linear-gradient(135deg,#f8fafc,#e0e7ff);overflow:hidden;padding:120px 0;position:relative}.landingpage-automation-section:before{background:radial-gradient(circle at 25% 25%,#22c55e1a 0,#0000 50%),radial-gradient(circle at 75% 75%,#22c55e1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.landingpage-automation-section>*{position:relative;z-index:2}.landingpage-automation-section .landingpage-section-header{margin:0 auto 80px;max-width:1200px;padding:0 40px;text-align:center}.landingpage-automation-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:80px auto 0;max-width:1200px;padding:0 20px}.landingpage-automation-card{background:#f8fafc;border:1px solid #e0e7ff;border-radius:12px;height:100%;padding:2rem;transition:all .3s ease}.landingpage-automation-card:before{background:linear-gradient(90deg,#22c55e,#16a34a);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.landingpage-automation-card:hover:before{opacity:1}.landingpage-automation-card:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);box-shadow:0 10px 30px #2b7a781a;transform:translateY(-5px)}.landingpage-automation-icon{align-items:center;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 24px;overflow:hidden;position:relative;width:80px}.landingpage-automation-icon:before{background:linear-gradient(135deg,#fff3,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.landingpage-automation-card:hover .landingpage-automation-icon:before{opacity:1}.landingpage-automation-title{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:24px;font-weight:700;line-height:1.3;margin-bottom:16px}.landingpage-automation-description{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:16px;line-height:1.6;margin-bottom:24px}.landingpage-automation-benefits{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.landingpage-automation-benefit{background:#f0fdf4;border:1px solid #dcfce7;border-radius:20px;color:#2b7a78;color:var(--landingpage-primary,#2b7a78);font-size:12px;font-weight:600;padding:6px 12px;transition:all .3s ease}.landingpage-automation-card:hover .landingpage-automation-benefit{background:#2b7a78;background:var(--landingpage-primary,#2b7a78);border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);color:#fff}.landingpage-automation-card:after{background:radial-gradient(circle,#22c55e1a 0,#0000 70%);content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0;z-index:-1}.landingpage-automation-card:hover:after{height:200px;width:200px}@media (max-width:768px){.landingpage-automation-section{padding:80px 0}.landingpage-automation-grid{gap:30px;grid-template-columns:1fr;margin-top:60px;padding:0 15px}.landingpage-automation-card{padding:30px}.landingpage-automation-icon{font-size:28px;height:60px;width:60px}.landingpage-automation-title{font-size:20px}.landingpage-automation-description{font-size:14px}.landingpage-automation-benefit{font-size:11px;padding:5px 10px}}@media (max-width:480px){.landingpage-automation-grid{padding:0 10px}.landingpage-automation-card{padding:25px}.landingpage-automation-icon{font-size:24px;height:50px;width:50px}.landingpage-automation-title{font-size:18px}.landingpage-automation-description{font-size:13px}}.analytics-section{background:linear-gradient(135deg,#fff,#f1f5f9);overflow:hidden;padding:100px 0;position:relative}.analytics-container{padding:0 20px}.analytics-header{margin-bottom:80px}.analytics-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:none}.analytics-header p{color:#334155;font-size:1.25rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px}.analytics-grid{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.analytics-card{background:#fff;border:1px solid #f1f5f9;box-shadow:0 20px 40px #00000014;padding:40px;position:relative;z-index:1}.analytics-card:hover{box-shadow:0 30px 60px #00000026;transform:translateY(-10px)}.analytics-content{display:flex;flex-direction:column;height:100%}.analytics-text{flex:1 1;margin-bottom:30px}.analytics-icon{display:block;font-size:3rem;margin-bottom:20px}.analytics-text h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:15px}.analytics-text p{color:#475569;font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:25px}.analytics-benefits{list-style:none;margin:0;padding:0}.analytics-benefits li{color:#374151;font-size:1rem;font-weight:500;padding:8px 0 8px 25px;position:relative}.analytics-benefits li:before{color:#10b981;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.analytics-image{align-items:center;display:flex;flex:1 1;justify-content:center}.analytics-screenshot{border-radius:12px;box-shadow:0 10px 30px #0003;display:block;filter:none;height:auto;max-width:600px;opacity:1;transition:transform .3s ease;width:100%}.analytics-screenshot:hover{transform:scale(1.02)}.analytics-screenshot:not([src]),.analytics-screenshot[src*=placeholder],.analytics-screenshot[src=""]{align-items:center;background:linear-gradient(45deg,#f0f0f0 25%,#0000 0),linear-gradient(-45deg,#f0f0f0 25%,#0000 0),linear-gradient(45deg,#0000 75%,#f0f0f0 0),linear-gradient(-45deg,#0000 75%,#f0f0f0 0);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:300px}.analytics-cta{margin-top:60px;text-align:center}.analytics-cta p{color:#334155;font-size:1.25rem;font-weight:600;margin-bottom:30px}.analytics-cta-button{background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:50px;box-shadow:0 10px 30px #2563eb66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 40px;transition:all .3s ease}.analytics-cta-button:hover{box-shadow:0 15px 40px #2563eb80;transform:translateY(-2px)}@media (max-width:1024px){.analytics-grid{gap:40px;grid-template-columns:1fr}.analytics-card{padding:30px}.analytics-header h2{font-size:2.5rem}}@media (max-width:768px){.analytics-section{padding:60px 0}.analytics-header h2{font-size:2rem}.analytics-header p{font-size:1.1rem}.analytics-card{padding:25px}.analytics-text h3{font-size:1.5rem}.analytics-text p{font-size:1rem}.analytics-benefits li{font-size:.9rem}}@media (max-width:480px){.analytics-container{padding:0 15px}.analytics-header h2{font-size:1.8rem}.analytics-card{padding:20px}.analytics-icon{font-size:2.5rem}}.ai-assistant-section{background:#fff;overflow:hidden;padding:100px 0;position:relative}.ai-assistant-container{margin:0 auto;max-width:1200px;padding:0 20px}.ai-assistant-header{margin-bottom:80px;text-align:center}.ai-assistant-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:20px}.ai-assistant-header p{color:#334155;font-size:1.25rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px}.ai-assistant-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.ai-assistant-text{padding-right:40px}.ai-assistant-icon{display:block;font-size:3rem;margin-bottom:20px}.ai-assistant-text h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:15px}.ai-assistant-text p{color:#475569;font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:30px}.ai-assistant-features{list-style:none;margin:0 0 40px;padding:0}.ai-assistant-features li{color:#374151;font-size:1rem;font-weight:500;padding:12px 0 12px 30px;position:relative}.ai-assistant-features li:before{color:#3b82f6;content:"✨";font-size:1.2rem;left:0;position:absolute}.ai-assistant-cta{margin-top:30px}.ai-assistant-button{background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:50px;box-shadow:0 10px 30px #2563eb4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 40px;transition:all .3s ease}.ai-assistant-button:hover{box-shadow:0 15px 40px #2563eb66;transform:translateY(-2px)}.ai-assistant-image{align-items:center;display:flex;justify-content:center;position:relative}.ai-assistant-screenshot{border-radius:12px;box-shadow:0 20px 40px #00000026;height:auto;transition:transform .3s ease;width:100%}.ai-assistant-screenshot:hover{transform:scale(1.02)}.ai-assistant-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.ai-assistant-floating-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:25px;box-shadow:0 10px 30px #00000026;display:flex;gap:8px;padding:12px 20px;position:absolute;right:-20px;top:20%}.ai-card-icon{font-size:1.2rem}.ai-card-text{color:#374151;font-size:.9rem;font-weight:500;white-space:nowrap}@media (max-width:1024px){.ai-assistant-content{gap:40px;grid-template-columns:1fr}.ai-assistant-text{padding-right:0;text-align:center}.ai-assistant-header h2{font-size:2.5rem}}@media (max-width:768px){.ai-assistant-section{padding:60px 0}.ai-assistant-header h2{font-size:2rem}.ai-assistant-header p{font-size:1.1rem}.ai-assistant-text h3{font-size:1.5rem}.ai-assistant-text p{font-size:1rem}.ai-assistant-features li{font-size:.9rem}.ai-assistant-floating-card{display:none}}@media (max-width:480px){.ai-assistant-container{padding:0 15px}.ai-assistant-header h2{font-size:1.8rem}.ai-assistant-icon{font-size:2.5rem}}.success-metrics-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:4rem 0;position:relative}.success-metrics-section:before{background:radial-gradient(circle at 20% 30%,#22c55e14 0,#0000 50%),radial-gradient(circle at 80% 70%,#22c55e14 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.landingpage-success-section .landingpage-section-header{margin:0 auto 80px;max-width:1200px;padding:0 40px;text-align:center}.landingpage-success-section>*{position:relative;z-index:2}.landingpage-success-metrics{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:80px auto 100px;max-width:1200px;padding:0 20px}.landingpage-metric-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:40px;position:relative;text-align:center;transition:all .3s ease}.landingpage-metric-card:before{background:linear-gradient(90deg,#22c55e,#16a34a);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.landingpage-metric-card:hover:before{opacity:1}.landingpage-metric-card:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);box-shadow:0 20px 40px #2b7a7826;transform:translateY(-5px)}.landingpage-metric-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));-webkit-background-clip:text;background-clip:text;color:#2b7a78;color:var(--landingpage-primary,#2b7a78);font-size:64px;font-weight:700;line-height:1;margin-bottom:16px}.landingpage-metric-label{color:#718096;color:var(--landingpage-text-muted,#718096);font-size:16px;font-weight:500;line-height:1.4;margin:0}.landingpage-testimonials{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;padding:0 20px}.landingpage-testimonial-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:30px;position:relative;transition:all .3s ease}.landingpage-testimonial-card:before{background:linear-gradient(90deg,#2b7a78,#21706a);background:linear-gradient(90deg,var(--landingpage-primary,#2b7a78),var(--landingpage-primary-dark,#21706a));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.landingpage-testimonial-card:hover:before{opacity:1}.landingpage-testimonial-card:hover{border-color:#2b7a78;border-color:var(--landingpage-primary,#2b7a78);box-shadow:0 20px 40px #2b7a7826;transform:translateY(-5px)}.landingpage-testimonial-content{margin-bottom:24px}.landingpage-testimonial-content p{color:#4a5568;color:var(--landingpage-text-secondary,#4a5568);font-size:16px;font-style:italic;line-height:1.6;margin:0;position:relative}.landingpage-testimonial-content p:before{color:#2b7a78;color:var(--landingpage-primary,#2b7a78);content:'"';font-family:serif;font-size:48px;left:-15px;opacity:.5;position:absolute;top:-10px}.landingpage-testimonial-author{align-items:center;display:flex;gap:16px}.landingpage-author-info h4{color:#2d3748;color:var(--landingpage-text-primary,#2d3748);font-size:18px;font-weight:600;margin-bottom:4px}.landingpage-author-info span{color:#2b7a78;color:var(--landingpage-primary,#2b7a78);font-size:14px;font-weight:500}.landingpage-metric-card:after{background:radial-gradient(circle,#22c55e1a 0,#0000 70%);content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0;z-index:-1}.landingpage-metric-card:hover:after{height:200px;width:200px}.landingpage-testimonial-card:after{background:radial-gradient(circle,#22c55e0d 0,#0000 70%);content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0;z-index:-1}.landingpage-testimonial-card:hover:after{height:300px;width:300px}@media (max-width:768px){.landingpage-success-section{padding:80px 0}.landingpage-success-metrics{gap:30px;grid-template-columns:repeat(2,1fr);margin:60px auto 80px;padding:0 15px}.landingpage-metric-card{padding:30px}.landingpage-metric-number{font-size:48px}.landingpage-metric-label{font-size:14px}.landingpage-testimonials{gap:30px;grid-template-columns:1fr;padding:0 15px}.landingpage-testimonial-card{padding:25px}.landingpage-testimonial-content p{font-size:14px}.landingpage-author-info h4{font-size:16px}.landingpage-author-info span{font-size:13px}}@media (max-width:480px){.landingpage-success-metrics{gap:20px;grid-template-columns:1fr;padding:0 10px}.landingpage-metric-card{padding:25px}.landingpage-metric-number{font-size:40px}.landingpage-metric-label{font-size:13px}.landingpage-testimonials{padding:0 10px}.landingpage-testimonial-card{padding:20px}.landingpage-testimonial-content p{font-size:13px}}.landingpage-final-cta-section{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--landingpage-primary,#2b7a78) 0,var(--landingpage-primary-dark,#21706a) 100%);overflow:hidden;padding:120px 0;position:relative}.landingpage-final-cta-section:before{background:radial-gradient(circle at 30% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff1a 0,#0000 50%);bottom:0;left:0;right:0;top:0;z-index:1}.landingpage-final-cta-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:2}.landingpage-final-cta-title{color:#fff;font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;text-shadow:0 2px 4px #0000001a}.landingpage-final-cta-description{color:#ffffffe6;font-size:20px;line-height:1.6;margin-bottom:40px;text-shadow:0 1px 2px #0000001a}.landingpage-final-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.landingpage-cta-button{align-items:center;border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;min-width:200px;overflow:hidden;padding:16px 32px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.landingpage-cta-button.landingpage-large{font-size:18px;min-width:220px;padding:20px 40px}.landingpage-cta-button.landingpage-primary{background:#fff;border-color:#fff;box-shadow:0 8px 20px #fff3;color:#2b7a78;color:var(--landingpage-primary,#2b7a78)}.landingpage-cta-button.landingpage-primary:hover{background:#f9fafb;box-shadow:0 12px 25px #ffffff4d;transform:translateY(-2px)}.landingpage-cta-button.landingpage-secondary{background:#0000;border-color:#fff;box-shadow:0 8px 20px #0000001a;color:#fff}.landingpage-cta-button.landingpage-secondary:hover{background:#fff;box-shadow:0 12px 25px #fff3;color:#22c55e;transform:translateY(-2px)}.landingpage-cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.landingpage-cta-button:hover:before{left:100%}.landingpage-final-cta-section:after{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;content:"";height:100px;left:10%;position:absolute;top:20%;width:100px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.landingpage-final-cta-section:before{animation:float 4s ease-in-out infinite reverse;background:#ffffff14;border-radius:50%;content:"";height:60px;position:absolute;right:15%;top:60%;width:60px}@media (max-width:768px){.landingpage-final-cta-section{padding:80px 0}.landingpage-final-cta-content{padding:0 15px}.landingpage-final-cta-title{font-size:32px}.landingpage-final-cta-description{font-size:16px}.landingpage-final-cta-buttons{align-items:center;flex-direction:column;gap:16px}.landingpage-cta-button.landingpage-large{font-size:16px;min-width:250px;padding:18px 36px}}@media (max-width:480px){.landingpage-final-cta-title{font-size:28px}.landingpage-final-cta-description{font-size:14px}.landingpage-cta-button.landingpage-large{font-size:14px;min-width:200px;padding:16px 32px}}.schedule-demo-page{background:linear-gradient(135deg,#fff,#f4faf7);min-height:100vh;padding:2rem 0}.demo-container{margin:0 auto;max-width:800px;padding:0 2rem}.demo-header{margin-bottom:3rem;text-align:center}.demo-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.demo-header p{color:#1a2a32b3;font-size:1.2rem;margin:0 auto;max-width:600px}.demo-form{background:#fff;border:2px solid #2196530d;border-radius:20px;box-shadow:0 20px 40px #2196531a;padding:3rem}.form-row{grid-gap:2rem;gap:2rem}.form-group,.form-row{margin-bottom:2rem}.form-group label{color:#1a2a32;font-size:1rem;margin-bottom:.75rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #21965333;border-radius:12px;color:#1a2a32;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{box-shadow:0 0 20px #21965333}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ff4757;box-shadow:0 0 15px #ff475733}.form-group input::placeholder,.form-group textarea::placeholder{color:#1a2a3280}.form-group select option{background:#fff;color:#1a2a32;padding:.5rem}.form-group textarea{line-height:1.6}.field-error{display:block}.error-message,.field-error{color:#ff4757;font-weight:500}.error-message{background:#ff47571a;border:2px solid #ff475733;border-radius:12px;margin-bottom:2rem;padding:1rem;text-align:center}.submit-button{background:linear-gradient(45deg,#219653,#1a2a32);border-radius:12px;font-size:1.1rem;padding:1.25rem 2rem;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 15px 35px #21965366}.submit-button:disabled{opacity:.7}.success-content{border:2px solid #2196530d;border-radius:20px;box-shadow:0 20px 40px #2196531a;padding:4rem 2rem}.success-icon{align-items:center;background:linear-gradient(45deg,#219653,#1a2a32);border-radius:50%;color:#fff;display:flex;font-size:3rem;font-weight:700;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.success-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32}.success-content p{color:#1a2a32b3;font-size:1.1rem}.benefits-section{margin:4rem 0;text-align:center}.benefits-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2rem;font-weight:600;margin-bottom:3rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefit-item{background:#fff;border:2px solid #2196530d;border-radius:15px;box-shadow:0 10px 30px #2196531a;padding:2rem;transition:all .3s ease}.benefit-item:hover{box-shadow:0 20px 40px #21965326;transform:translateY(-5px)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-item h3{color:#1a2a32;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.benefit-item p{color:#1a2a32b3;line-height:1.6}.testimonials-section{margin:4rem 0;text-align:center}.testimonials-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2rem;font-weight:600;margin-bottom:3rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border:2px solid #2196530d;border-radius:15px;box-shadow:0 10px 30px #2196531a;padding:2rem;text-align:left;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 20px 40px #21965326;transform:translateY(-5px)}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{color:#1a2a32cc;font-size:1.1rem;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:#2196531a;border-radius:50%;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.author-info h4{color:#1a2a32;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.author-info p{color:#1a2a3299;font-size:.9rem}.demo-process-section{margin:4rem 0}.demo-process-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step{padding:2rem;text-align:center}.step-number{align-items:center;background:linear-gradient(45deg,#219653,#1a2a32);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{color:#1a2a32;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.step p{color:#1a2a32b3;line-height:1.6}.demo-footer{background:linear-gradient(135deg,#1a2a32,#219653);color:#fff;margin-top:4rem;padding:3rem 0 1rem}@media (max-width:768px){.demo-container{padding:0 1rem}.demo-header h1{font-size:2rem}.demo-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.benefits-grid,.process-steps,.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.benefits-section h2,.demo-process-section h2,.testimonials-section h2{font-size:1.75rem}.footer-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.demo-header h1{font-size:1.75rem}.demo-header p{font-size:1rem}.demo-form{padding:1.5rem 1rem}.benefit-item,.step,.testimonial-card{padding:1.5rem}.step-number{font-size:1.2rem;height:50px;width:50px}.footer-grid{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}.contact-us-page{background:linear-gradient(135deg,#fff,#f8fafc);min-height:100vh;padding:2rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-header p{color:#64748b;font-size:1.125rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-contact-info{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px #0000001a;height:fit-content;padding:2.5rem}.contact-contact-info h2{color:#1e293b;font-size:1.75rem;font-weight:600;margin-bottom:2rem}.info-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding:1.5rem 0}.info-item:last-child{border-bottom:none}.info-icon{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:3rem;justify-content:center;width:3rem}.info-item h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.info-item p{color:#64748b;line-height:1.5;margin:0}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2.5rem}.form-row{grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.form-group{gap:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:.5rem;box-sizing:border-box}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.field-error{margin-top:.25rem}.error-message,.field-error{color:#ef4444;font-size:.875rem}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.75rem}.submit-button{background:linear-gradient(45deg,#2b7a78,#3aa89c);border-radius:.5rem;font-size:1rem;margin-top:1rem;padding:1rem 2rem;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 10px 25px #2b7a784d;transform:translateY(-2px)}.additional-info{margin-bottom:4rem}.additional-info h2{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem;text-align:center;transition:all .2s ease}.info-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.info-card-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.info-card p{color:#64748b;line-height:1.6}.faq-section{margin-bottom:4rem}.faq-section h2{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem}.faq-item h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:#64748b;line-height:1.6}.contact-footer{background:linear-gradient(135deg,#1b4d4a,#2b7a78);color:#fff;margin-top:4rem;padding:3rem 0}.footer-section p{color:#ffffffe6;margin-bottom:.5rem}.footer-section ul li a{color:#ffffffe6}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:inline-block;display:flex;height:2.5rem;justify-content:center;transition:all .2s ease;width:2.5rem}.social-links a:hover{background:#fff3;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a}.footer-bottom p{color:#fffc;margin:0}.success-content{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;margin:0 auto;max-width:600px;padding:3rem;text-align:center}.success-icon{color:#10b981;font-size:4rem;margin-bottom:2rem}.success-content h1{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:1rem}.success-content p{color:#64748b;line-height:1.6;margin-bottom:1rem}.back-button{background:linear-gradient(45deg,#2b7a78,#3aa89c);margin-top:2rem;transition:all .2s ease}.back-button:hover{box-shadow:0 10px 25px #2b7a784d}@media (max-width:768px){.contact-container{padding:0 1rem}.contact-header h1{font-size:2rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-contact-info,.contact-form{padding:1.5rem}.faq-grid,.footer-grid,.form-row,.info-grid{grid-template-columns:1fr}.footer-grid{text-align:center}}@media (max-width:480px){.contact-header h1{font-size:1.75rem}.contact-contact-info,.contact-form{padding:1rem}.info-item{flex-direction:column;text-align:center}.info-icon{margin:0 auto 1rem}}.privacy-policy-page{background:linear-gradient(135deg,#fff,#f4faf7);min-height:100vh;padding:2rem 0}.privacy-container{margin:0 auto;max-width:900px;padding:0 2rem}.privacy-header{border-bottom:2px solid #2196531a;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.privacy-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.privacy-header p{color:#1a2a3299;font-size:1rem;font-style:italic}.privacy-content{background:#fff;border:2px solid #2196530d;border-radius:20px;box-shadow:0 20px 40px #2196531a;padding:3rem}.privacy-section{border-bottom:1px solid #2196531a;margin-bottom:3rem;padding-bottom:2rem}.privacy-section:last-of-type{border-bottom:2px solid #2196531a;margin-bottom:2rem;padding-bottom:2rem}.privacy-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.privacy-section p{color:#1a2a32cc;font-size:1rem;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#1a2a32cc;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.privacy-section li strong{color:#1a2a32;font-weight:600}.privacy-contact-info{background:#2196530d;border-left:4px solid #219653;border-radius:12px;margin-top:1rem;padding:1.5rem}.privacy-contact-info p{color:#1a2a32;margin-bottom:.5rem}.privacy-contact-info p:last-child{margin-bottom:0}.back-to-home{margin-top:2rem;padding-top:2rem;text-align:center}.back-button{background:linear-gradient(45deg,#219653,#1a2a32);border:none;border-radius:12px;font-size:1rem;padding:1rem 2rem}.back-button:hover{box-shadow:0 10px 25px #21965366}.toc{background:#2196530d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.toc h3{color:#1a2a32;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.toc ul{list-style:none;padding-left:0}.toc li{margin-bottom:.5rem}.toc a{color:#219653;font-weight:500;text-decoration:none;transition:color .3s ease}.toc a:hover{color:#1a2a32;text-decoration:underline}.privacy-summary{margin:4rem 0;text-align:center}.privacy-summary h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#219653,#1a2a32);-webkit-background-clip:text;background-clip:text;color:#1a2a32;font-size:2rem;font-weight:600;margin-bottom:3rem}.summary-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-card{border:2px solid #2196530d;border-radius:15px;box-shadow:0 10px 30px #2196531a;padding:2rem;transition:all .3s ease}.summary-card:hover{box-shadow:0 20px 40px #21965326;transform:translateY(-5px)}.summary-icon{font-size:2.5rem;margin-bottom:1rem}.summary-card h3{color:#1a2a32;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.summary-card p{color:#1a2a32b3;line-height:1.6}.privacy-footer{background:linear-gradient(135deg,#1a2a32,#219653);color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-content{max-width:1200px;padding:0 2rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem}.footer-section p{color:#fffc;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li a{color:#fffc;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid #fff3;color:#fffc;padding-top:2rem}@media (max-width:768px){.privacy-container{padding:0 1rem}.privacy-header h1{font-size:2rem}.privacy-content{padding:2rem 1.5rem}.privacy-section h2{font-size:1.3rem}.privacy-section{margin-bottom:2rem;padding-bottom:1.5rem}.summary-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.summary-card{padding:1.5rem}.footer-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.privacy-header h1{font-size:1.75rem}.privacy-content{padding:1.5rem 1rem}.privacy-section h2{font-size:1.2rem}.privacy-section li,.privacy-section p{font-size:.95rem}.privacy-contact-info{padding:1rem}.summary-grid{grid-template-columns:1fr}.summary-card{padding:1.25rem}.privacy-summary h2{font-size:1.75rem}.footer-grid{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}@media print{.privacy-policy-page{background:#fff}.back-to-home{display:none}.privacy-content{border:1px solid #ccc;box-shadow:none}}.leads-page{margin:0 auto;max-width:1600px}.leads-page,.sortable-header{position:relative}.sort-button{align-items:center;background:none;border:none;border-radius:4px;color:#1e40af;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:flex-start;padding:.5rem;transition:all .2s ease;width:100%}.sort-button:hover{background-color:#f7fafc;color:#1d4ed8}.sort-button:focus{outline:2px solid #2b7a78;outline-offset:2px}.sort-button:active{background-color:#edf2f7}.sort-icon{transition:all .2s ease}.sort-icon.inactive{color:#cbd5e0}.sort-icon.active{color:#2b7a78}.sort-arrow{color:#6b7280;margin-left:.25rem;transition:all .2s ease}.sort-arrow.inactive{color:#9ca3af}.sort-arrow.active{color:#1d4ed8}.leads-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.leads-header h1{color:#2d3748;font-weight:600;margin:0}.add-lead-button,.leads-add-button{align-items:center;background-color:#2b7a78;border:none;border-radius:6px;box-shadow:0 2px 4px #2b7a784d;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.add-lead-button:hover,.leads-add-button:hover{background-color:#21706a;box-shadow:0 4px 6px #2b7a7866;transform:translateY(-1px)}.add-lead-button:active,.leads-add-button:active{box-shadow:0 1px 3px #2b7a784d;transform:translateY(0)}.add-lead-button span,.leads-add-button span{margin-left:.5rem}.leads-toolbar{margin-bottom:1.5rem}.leads-search-form,.search-form{align-items:center;display:flex;gap:1rem}.leads-search-input-wrapper,.search-input-wrapper{flex:1 1;position:relative}.leads-search-icon,.search-icon{color:#a0aec0;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.leads-search-input,.search-input{border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s ease;width:100%}.leads-search-input:focus,.search-input:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a7833;outline:none}.clear-search-button,.leads-clear-search-button{align-items:center;background:none;border:none;border-radius:50%;color:#a0aec0;cursor:pointer;display:flex;font-size:1.25rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:all .2s ease;width:24px}.clear-search-button:hover,.leads-clear-search-button:hover{background-color:#edf2f7;color:#4a5568}.leads-search-button,.search-button{background-color:#2b7a78;border:none;border-radius:6px;box-shadow:0 2px 4px #2b7a7833;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.leads-search-button:hover,.search-button:hover{background-color:#21706a;box-shadow:0 4px 6px #2b7a784d;transform:translateY(-1px)}.leads-search-button:active,.search-button:active{box-shadow:0 1px 3px #2b7a7833;transform:translateY(0)}.filter-button,.leads-filter-button{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.filter-button:hover,.leads-filter-button:hover{background-color:#edf2f7;border-color:#cbd5e0}.filter-button span,.leads-filter-button span{margin-left:.5rem}.leads-filter-button.has-active-filters{background:linear-gradient(135deg,#2b7a78,#21706a);border-color:#2b7a78;color:#fff}.leads-filter-count{align-items:center;background:#fff3;border-radius:10px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;margin-left:.5rem;min-width:20px;padding:0 6px}.filter-panel,.leads-filter-panel{animation:slideDown .3s ease-out;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #0000001f;margin-top:1rem;overflow:hidden;padding:0}.leads-filter-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.leads-filter-header h3{color:#1e293b;font-size:1.125rem;font-weight:700;margin:0}.leads-filter-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:1.25rem;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.leads-filter-close:hover{background:#e2e8f0;color:#475569}.leads-filter-content{padding:1.5rem}.leads-filter-section{margin-bottom:1.5rem}.leads-filter-section:last-child{margin-bottom:0}.leads-filter-section-label{color:#374151;display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.leads-filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.leads-filter-option{background:#fff;border:2px solid #e2e8f0;border-radius:20px;color:#475569;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.leads-filter-option:hover{background:#f0fdf4;border-color:#2b7a78;color:#2b7a78}.leads-filter-option.active{background:linear-gradient(135deg,#2b7a78,#21706a);border-color:#2b7a78;box-shadow:0 2px 8px #2b7a784d;color:#fff}.leads-filter-footer{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.leads-filter-summary{color:#64748b;font-size:.875rem}.leads-active-filters{align-items:center;background:#e6fffa;border-radius:12px;color:#0f766e;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.leads-filter-actions{display:flex;gap:.75rem}.leads-filter-reset-button{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.leads-filter-reset-button:hover{background:#f1f5f9;border-color:#cbd5e0;color:#475569}.leads-filter-apply-button{background:linear-gradient(135deg,#2b7a78,#21706a);border:none;border-radius:12px;box-shadow:0 2px 8px #2b7a784d;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.leads-filter-apply-button:hover{box-shadow:0 4px 12px #2b7a7866;transform:translateY(-1px)}.filter-row,.leads-filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem}.filter-group,.leads-filter-group{flex:1 1;min-width:200px}.filter-group label,.leads-filter-group label{color:#4a5568;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.filter-group select,.leads-filter-group select{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.95rem;padding:.625rem;transition:all .2s ease;width:100%}.filter-group select:focus,.leads-filter-group select:focus{border-color:#48bb78;box-shadow:0 0 0 3px #48bb7833;outline:none}.filter-actions,.leads-filter-actions{display:flex;gap:.75rem}.filter-apply-button,.leads-filter-apply-button{background-color:#48bb78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.filter-apply-button:hover,.leads-filter-apply-button:hover{background-color:#38a169}.filter-reset-button,.leads-filter-reset-button{background-color:#e2e8f0;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.filter-reset-button:hover,.leads-filter-reset-button:hover{background-color:#cbd5e0}.leads-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:1.5rem;overflow:hidden}.leads-table td,.leads-table th{border-bottom:1px solid #e2e8f0;padding:1rem;text-align:left;vertical-align:top}.leads-table th{background-color:#f0f9ff;color:#1e40af;font-size:.875rem;position:sticky;top:0;z-index:10}.leads-table tbody tr:hover{background-color:#f7fafc}.leads-table td:first-child,.leads-table th:first-child{width:12%}.leads-table td:nth-child(2),.leads-table th:nth-child(2){width:18%}.leads-table td:nth-child(3),.leads-table td:nth-child(5),.leads-table th:nth-child(3),.leads-table th:nth-child(5){width:8%}.leads-table td:nth-child(6),.leads-table th:nth-child(6){width:10%}.leads-table td:nth-child(7),.leads-table th:nth-child(7){width:15%}.leads-table td:nth-child(8),.leads-table th:nth-child(8){width:10%}.leads-table td:nth-child(9),.leads-table th:nth-child(9){width:17%}.lead-name-link,.leads-name-link{color:#2b7a78;font-weight:600;text-decoration:none;transition:color .2s}.lead-name-link:hover,.leads-name-link:hover{color:#21706a;text-decoration:underline}.leads-contact-info{color:#4a5568;font-size:.875rem;line-height:1.5}.leads-contact-item{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.leads-contact-item:last-child{margin-bottom:0}.leads-status-badge,.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.25rem .75rem;text-align:center;text-transform:uppercase}.leads-status-hot,.status-hot{background-color:#fef3c7;color:#92400e}.leads-status-warm,.status-warm{background-color:#fef3c7;color:#b45309}.leads-status-cold,.status-cold{background-color:#dcfce7;color:#166534}.leads-status-new,.status-new{background-color:#e6fffa;color:#0f766e}.leads-status-closed,.status-closed{background-color:#ccfbf1;color:#0f766e}.leads-status-lost,.status-lost{background-color:#f3f4f6;color:#4b5563}.leads-status-default{background-color:#f0f9ff;color:#1e40af}.leads-property-alerts{align-items:center;display:flex;gap:8px}.leads-alert-toggle{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.leads-alert-toggle.enabled{background-color:#dcfce7;color:#059669}.leads-alert-toggle.enabled:hover{background-color:#bbf7d0;transform:scale(1.05)}.leads-alert-toggle.disabled{background-color:#f3f4f6;color:#6b7280}.leads-alert-toggle.disabled:hover{background-color:#e5e7eb;transform:scale(1.05)}.leads-alert-status{color:#6b7280;font-size:12px;font-weight:500}.lead-actions,.leads-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;min-width:80px}.action-button,.leads-action-button{align-items:center;background-color:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .2s ease;width:32px}.action-button:hover,.leads-action-button:hover{background-color:#e2e8f0;color:#475569;transform:translateY(-1px)}.lead-actions-more,.leads-actions-more{position:relative}.actions-dropdown,.leads-actions-dropdown{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #0000001a;margin-top:4px;min-width:120px;position:absolute;right:0;top:100%;z-index:1000}.dropdown-item,.leads-dropdown-item{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;padding:.75rem;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-item:hover,.leads-dropdown-item:hover{background-color:#f7fafc}.dropdown-item svg,.leads-dropdown-item svg{margin-right:.75rem}.dropdown-item span,.leads-dropdown-item span{font-size:.875rem}.dropdown-item-delete,.leads-dropdown-item-delete{color:#e53e3e}.dropdown-item-delete:hover,.leads-dropdown-item-delete:hover{background-color:#fee2e2}.delete-modal-overlay,.leads-delete-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-modal,.leads-delete-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:500px;padding:1.75rem;width:90%}.delete-modal h2,.leads-delete-modal h2{color:#e53e3e;font-size:1.5rem;margin-top:0}.delete-warning,.leads-delete-warning{color:#e53e3e;font-weight:500;margin-top:1rem}.delete-modal-actions,.leads-delete-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.75rem}.delete-button,.leads-delete-button{background-color:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.delete-button:hover,.leads-delete-button:hover{background-color:#c53030}.delete-button:disabled,.leads-delete-button:disabled{cursor:not-allowed;opacity:.7}.cancel-button,.leads-cancel-button{background-color:#e2e8f0;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-button:hover,.leads-cancel-button:hover{background-color:#cbd5e0}.error,.leads-error{align-items:center;animation:fadeIn .3s ease-in-out;background-color:#fee2e2;border:1px solid #f87171;border-radius:6px;color:#b91c1c;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;position:relative}.error svg,.leads-error svg{flex-shrink:0}.leads-retry-button{background-color:#e53e3e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;margin-left:auto;padding:.5rem 1rem;transition:all .2s ease}.leads-retry-button:hover{background-color:#c53030}.leads-loading,.loading{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;color:#4a5568;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem}.leads-loading-icon{animation:spin 2s linear infinite;color:#48bb78;margin-bottom:1rem}.pagination{align-items:center;gap:.5rem}.leads-pagination-container{background-color:#f0fff4;padding:.75rem 1rem}.pagination-button{background-color:#f7fafc;border-radius:4px;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.pagination-button:hover{background-color:#f0fff4;border-color:#48bb78;color:#276749}.pagination-button:disabled{background-color:#edf2f7;color:#a0aec0}.pagination-info{color:#4a5568;padding:.5rem}.empty-state,.leads-empty-state{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;padding:4rem 2rem;text-align:center}.empty-state h2,.leads-empty-state h2{color:#2d3748;font-size:1.5rem;margin-top:0}.empty-state p,.leads-empty-state p{color:#4a5568;margin-bottom:2rem}.leads-workflow-stage-badge{border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:500;min-width:80px;padding:4px 8px;text-align:center}.leads-workflow-stage-none{background-color:#9ca3af;color:#fff}.leads-scoring-info{display:flex;flex-direction:column;gap:8px;min-width:120px}.leads-score-badge{align-items:center;border-radius:6px;display:flex;flex-direction:column;font-weight:600;justify-content:center;min-height:50px;padding:8px 12px;text-align:center}.leads-score-badge.leads-score-hot{background:#fee2e2;color:#dc2626}.leads-score-badge.leads-score-warm{background:#ffedd5;color:#ea580c}.leads-score-badge.leads-score-cool{background:#e6fffa;color:#0f766e}.leads-score-badge.leads-score-cold{background:#f1f5f9;color:#64748b}.leads-score-number{font-size:18px;font-weight:700;line-height:1}.leads-score-label{font-size:10px;font-weight:500;letter-spacing:.5px;margin-top:2px;text-transform:uppercase}.leads-no-score{align-items:center;background:#f8fafc;border-radius:6px;color:#94a3b8;display:flex;font-size:11px;font-style:italic;justify-content:center;min-height:50px;padding:8px 12px}.leads-factors-preview{margin-top:4px}.leads-factor-indicator{border-radius:12px;display:inline-block;font-size:10px;font-weight:500;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.leads-factor-indicator.positive{background:#dcfce7;color:#16a34a}.leads-factor-indicator.negative{background:#fee2e2;color:#dc2626}.leads-search-help,.search-help{background-color:#f0fff4;border-left:4px solid #48bb78;border-radius:6px;margin-bottom:1.25rem;padding:1rem}.leads-search-help p,.search-help p{color:#276749;font-size:.875rem;line-height:1.5;margin:0}.leads-mobile-cards{display:none}@media (max-width:768px){.leads-header{align-items:flex-start;flex-direction:column;gap:1rem}.leads-search-form{flex-direction:column;gap:.75rem;width:100%}.leads-search-input-wrapper{width:100%}.leads-filter-button,.leads-search-button{font-size:16px;padding:.875rem 1rem;width:100%}.leads-filter-row{flex-direction:column}.leads-filter-actions{justify-content:space-between;width:100%}.leads-table-container{display:none!important}.leads-mobile-cards{display:block!important}.pagination{flex-wrap:wrap}.leads-delete-modal{padding:1rem;width:95%}.leads-delete-modal-actions{flex-direction:column}.leads-cancel-button,.leads-delete-button{width:100%}}.leads-mobile-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;padding:1.25rem;transition:all .2s ease}.leads-mobile-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.leads-mobile-card-header{align-items:flex-start;display:flex;gap:.875rem;margin-bottom:1rem}.leads-mobile-card-avatar{align-items:center;background:linear-gradient(135deg,#2b7a78,#21706a);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.leads-mobile-card-title{flex:1 1;min-width:0}.leads-mobile-card-name{color:#1e293b;display:block;font-size:1.125rem;font-weight:700;line-height:1.3;margin-bottom:.375rem;text-decoration:none}.leads-mobile-card-name:hover{color:#2b7a78}.leads-mobile-card-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.75rem}.leads-mobile-date,.leads-mobile-source{align-items:center;display:flex;font-weight:500;gap:.25rem}.leads-mobile-card-score{flex-shrink:0}.leads-mobile-score-badge{align-items:center;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;font-weight:700;min-width:60px;padding:.75rem .5rem;text-align:center}.leads-mobile-score-badge.leads-score-hot{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#dc2626}.leads-mobile-score-badge.leads-score-warm{background:linear-gradient(135deg,#ffedd5,#fed7aa);border:1px solid #fdba74;color:#ea580c}.leads-mobile-score-badge.leads-score-cool{background:linear-gradient(135deg,#e6fffa,#ccfbf1);border:1px solid #5eead4;color:#0f766e}.leads-mobile-score-badge.leads-score-cold{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e0;color:#64748b}.leads-mobile-score-number{font-size:16px;font-weight:800;line-height:1}.leads-mobile-score-label{font-size:8px;font-weight:600;letter-spacing:.5px;margin-top:2px;text-transform:uppercase}.leads-mobile-no-score{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#94a3b8;display:flex;font-size:12px;font-weight:600;justify-content:center;min-width:60px;padding:.75rem .5rem}.leads-mobile-card-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.leads-mobile-contact-section{display:flex;flex-direction:column;gap:.5rem}.leads-mobile-contact-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem .75rem}.leads-mobile-contact-item svg{color:#64748b;flex-shrink:0}.leads-mobile-status-section{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.leads-mobile-status-badge{letter-spacing:.5px;text-transform:uppercase}.leads-mobile-status-badge,.leads-mobile-workflow-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.375rem .75rem;text-align:center}.leads-mobile-workflow-badge{color:#fff;min-width:80px}.leads-mobile-workflow-none{background-color:#9ca3af;color:#fff}.leads-mobile-factors-section{display:flex;flex-wrap:wrap;gap:.5rem}.leads-mobile-factor-indicator{border-radius:12px;display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-align:center;text-transform:uppercase}.leads-mobile-factor-indicator.positive{background:#dcfce7;border:1px solid #bbf7d0;color:#16a34a}.leads-mobile-factor-indicator.negative{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.leads-mobile-card-actions{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:.75rem;justify-content:space-between;padding-top:1rem}.leads-mobile-primary-actions{display:flex;flex:1 1;gap:.5rem}.leads-mobile-action-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.375rem;justify-content:center;min-height:44px;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.leads-mobile-action-button.primary{background:linear-gradient(135deg,#2b7a78,#21706a);box-shadow:0 2px 8px #2b7a784d;color:#fff}.leads-mobile-action-button.primary:hover{box-shadow:0 4px 12px #2b7a7866;transform:translateY(-1px)}.leads-mobile-action-button.secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;height:44px;padding:0;width:44px}.leads-mobile-action-button.secondary:hover{background:#e2e8f0;color:#475569;transform:translateY(-1px)}.leads-mobile-action-button.secondary.danger{color:#dc2626}.leads-mobile-action-button.secondary.danger:hover{background:#fee2e2;border-color:#fca5a5}.leads-mobile-secondary-actions{display:flex;gap:.5rem}@media (max-width:480px){.leads-mobile-card{border-radius:12px;padding:1rem}.leads-mobile-card-header{gap:.75rem}.leads-mobile-card-avatar{height:40px;width:40px}.leads-mobile-card-name{font-size:1rem}.leads-mobile-card-meta{gap:.5rem}.leads-mobile-card-actions{align-items:stretch;flex-direction:column;gap:.75rem}.leads-mobile-primary-actions{justify-content:stretch}.leads-mobile-action-button.primary{flex:1 1;justify-content:center}.leads-mobile-secondary-actions{justify-content:center}}@media (max-width:768px){.leads-pagination-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:1rem;padding:1rem}.leads-filter-panel{border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;margin:1rem -.5rem 0}.leads-filter-header{padding:1rem 1.25rem}.leads-filter-content{padding:1.25rem}.leads-filter-options{gap:.375rem}.leads-filter-option{font-size:.875rem;min-height:44px;padding:.625rem 1rem}.leads-filter-footer{flex-direction:column;gap:1rem;padding:1rem 1.25rem}.leads-filter-actions{justify-content:stretch;width:100%}.leads-filter-apply-button,.leads-filter-reset-button{flex:1 1;font-size:16px;min-height:48px;padding:.875rem 1rem}.leads-filter-summary{text-align:center}}@media (max-width:480px){.leads-filter-panel{margin:1rem -.75rem 0}.leads-filter-header{padding:.875rem 1rem}.leads-filter-content{padding:1rem}.leads-filter-section{margin-bottom:1.25rem}.leads-filter-options{gap:.25rem}.leads-filter-option{font-size:.8rem;padding:.5rem .875rem}.leads-filter-footer{padding:.875rem 1rem}}.leads-header-actions{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;width:100%}.leads-import-csv-button{align-items:center;background-color:#fff;border:2px solid #2b7a78;border-radius:6px;box-shadow:0 2px 4px #2b7a7826;color:#2b7a78;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.leads-import-csv-button:hover{background-color:#f0fffe;border-color:#21706a;box-shadow:0 4px 8px #2b7a7840;color:#21706a}.leads-import-csv-button:active{box-shadow:0 1px 2px #2b7a7833;transform:translateY(1px)}.leads-csv-import-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #0000000d;max-width:650px;overflow:hidden;width:90%}.leads-csv-import-header{align-items:center;background:linear-gradient(135deg,#f8fffe,#fff);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem 2rem 1.5rem}.leads-csv-import-header h2{align-items:center;color:#1a202c;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin:0}.leads-csv-import-header h2:before{content:"📥";font-size:1.75rem}.leads-csv-close-button{align-items:center;background:none;border:none;border-radius:4px;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s ease}.leads-csv-close-button:hover{background-color:#f7fafc;color:#2d3748}.leads-csv-close-button:disabled{cursor:not-allowed;opacity:.5}.leads-csv-import-content{padding:2rem}.leads-csv-description{background:linear-gradient(135deg,#f0fffe,#f7fafc);border-left:4px solid #2b7a78;border-radius:8px;color:#4a5568;font-size:.9375rem;line-height:1.7;margin:0 0 1.5rem;padding:1rem 1.25rem;text-align:center}.leads-csv-template-button{align-items:center;background-color:#edf2f7;border:1px solid #cbd5e0;border-radius:6px;color:#2d3748;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.625rem 1rem;transition:all .2s ease}.leads-csv-template-button:hover{background-color:#e2e8f0;border-color:#a0aec0}.leads-csv-template-button:disabled{cursor:not-allowed;opacity:.5}.leads-csv-file-input-wrapper{margin-bottom:1.5rem}.leads-csv-file-input{display:none}.leads-csv-file-label{align-items:center;background:linear-gradient(135deg,#f7fafc,#fff);border:3px dashed #cbd5e0;border-radius:12px;color:#4a5568;cursor:pointer;display:flex;flex-direction:column;font-size:.9375rem;gap:.75rem;justify-content:center;overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.leads-csv-file-label:before{background:linear-gradient(135deg,#2b7a780d,#2b7a7805);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.leads-csv-file-label:hover{background:linear-gradient(135deg,#e6fffd,#f0fffe);border-color:#2b7a78;box-shadow:0 10px 25px -5px #2b7a7826;color:#2b7a78;transform:translateY(-2px)}.leads-csv-file-label:hover:before{opacity:1}.leads-csv-file-input:disabled+.leads-csv-file-label{cursor:not-allowed;opacity:.5;transform:none}.leads-csv-file-selected{background:linear-gradient(135deg,#e6fffd,#f0fffe);border-color:#2b7a78;border-style:solid}.leads-csv-format-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.leads-csv-format-badge{align-items:center;background:linear-gradient(135deg,#fff,#f7fafc);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 2px 4px #0000000d;color:#4a5568;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.5rem 1rem}.leads-csv-format-badge-icon{font-size:1.125rem}.leads-csv-progress{background:linear-gradient(135deg,#e6fffd,#f0fffe);border:2px solid #2b7a78;border-radius:12px;box-shadow:0 4px 12px #2b7a7826;margin-top:1.5rem;padding:2rem;text-align:center}.leads-csv-progress-spinner{display:flex;justify-content:center;margin-bottom:1rem}.leads-csv-spinner-icon{animation:spin 1s linear infinite;color:#2b7a78;filter:drop-shadow(0 2px 4px rgba(43,122,120,.3))}.leads-csv-progress-text{color:#1a202c;font-size:1.0625rem;font-weight:700;margin:0 0 .5rem}.leads-csv-progress-subtext{color:#4a5568;font-size:.875rem;font-weight:500;margin:0}.leads-cancel-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.leads-cancel-button:hover:not(:disabled){background-color:#f7fafc;border-color:#cbd5e0;color:#2d3748}.leads-cancel-button:disabled{cursor:not-allowed;opacity:.5}.leads-csv-import-actions{background:linear-gradient(180deg,#fff 0,#f8fffe);border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem 2rem}.leads-csv-import-button{background:linear-gradient(135deg,#2b7a78,#21706a);border:none;border-radius:8px;box-shadow:0 4px 12px #2b7a784d;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;overflow:hidden;padding:.75rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.leads-csv-import-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.leads-csv-import-button:hover:not(:disabled){background:linear-gradient(135deg,#21706a,#1a5958);box-shadow:0 6px 20px #2b7a7866;transform:translateY(-2px)}.leads-csv-import-button:hover:not(:disabled):before{left:100%}.leads-csv-import-button:active:not(:disabled){transform:translateY(0)}.leads-csv-import-button:disabled{background:linear-gradient(135deg,#cbd5e0,#a0aec0);box-shadow:none;color:#718096;cursor:not-allowed;transform:none}@media (max-width:768px){.leads-header-actions{flex-direction:column;gap:.5rem}.leads-add-button,.leads-import-csv-button{justify-content:center;width:100%}.leads-csv-import-modal{border-radius:16px;margin:0 auto;max-width:none;width:95%}.leads-csv-import-header{padding:1.5rem 1.5rem 1rem}.leads-csv-import-header h2{font-size:1.25rem}.leads-csv-import-content{padding:1.5rem}.leads-csv-file-label{padding:2rem 1rem}.leads-csv-format-badges{align-items:stretch;flex-direction:column}.leads-csv-format-badge{justify-content:center}.leads-csv-import-actions{flex-direction:column-reverse;padding:1rem 1.5rem 1.5rem}.leads-cancel-button,.leads-csv-import-button{padding:.875rem 1rem;width:100%}}@media (max-width:480px){.leads-csv-import-modal{border-radius:16px 16px 0 0;width:100%}.leads-csv-import-header{padding:1.25rem 1.25rem .875rem}.leads-csv-import-header h2{font-size:1.125rem}.leads-csv-import-header h2:before{font-size:1.5rem}.leads-csv-import-content{padding:1.25rem}.leads-csv-file-label{padding:1.75rem .875rem}.leads-csv-template-button{justify-content:center;width:100%}.leads-csv-import-actions{padding:.875rem 1.25rem 1.25rem}}.table-pagination{align-items:center;background-color:#f7fafc;border-top:1px solid #e2e8f0;color:#4a5568;display:flex;font-size:.875rem;justify-content:space-between;padding:.75rem 1rem}.items-per-page{align-items:center;display:flex;gap:.5rem}.page-size-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem;min-width:70px;padding:.25rem .5rem}.pagination-info{color:#718096}.page-navigation{align-items:center;display:flex}.pagination-controls{align-items:center;gap:.5rem}.pagination-nav-button{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#4a5568;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.pagination-nav-button:hover:not(:disabled){background-color:#edf2f7;color:#2d3748}.pagination-nav-button:disabled{cursor:not-allowed;opacity:.5}.page-dropdown{position:relative}.current-page-button{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.375rem .75rem;transition:all .2s ease}.current-page-button:hover{background-color:#edf2f7}.page-dropdown-menu{grid-gap:.25rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:grid;gap:.25rem;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));max-height:200px;min-width:100px;overflow-y:auto;padding:.25rem 0;position:absolute;right:0;top:calc(100% + 5px);z-index:10}.dropdown-page-item{background:none;border:none;border-radius:2px;color:#4a5568;cursor:pointer;padding:.375rem;text-align:center}.dropdown-page-item:hover{background-color:#edf2f7}.dropdown-page-item.active{background-color:#4299e1;color:#fff;font-weight:500}@media (max-width:640px){.table-pagination{align-items:flex-start;flex-direction:column;gap:.75rem}.items-per-page,.page-navigation,.pagination-info{width:100%}.pagination-controls{justify-content:space-between;width:100%}}:root{--dark-green:#1e5d3c;--light-green:#eef8f0;--light-gray:#f5f5f5;--mid-gray:#e0e0e0;--text-dark:#333;--text-medium:#555;--text-light:#777;--accent-blue:#4a90e2;--danger:#d13430;--warning:#f5a623;--success:#0fbe82}.leaddetails-page{margin:0 auto;max-width:1400px;padding:24px}.leaddetails-header,.leaddetails-page{background-color:#fff;background-color:var(--white);border-radius:8px}.leaddetails-header{align-items:center;border-bottom:3px solid #2c8759;border-bottom:3px solid var(--primary-green);box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px 24px}.leaddetails-heading{align-items:center;display:flex;gap:16px}.leaddetails-heading h1{color:#333;color:var(--text-dark);font-size:24px;font-weight:600;margin:0}.leaddetails-lead-status{background-color:#eef8f0;background-color:var(--light-green);border-radius:16px;color:#2c8759;color:var(--primary-green);font-size:14px;font-weight:500;padding:4px 12px}.leaddetails-actions{display:flex;gap:12px}.leaddetails-edit-button{align-items:center;background-color:#fff;background-color:var(--white);border:1px solid #2c8759;border:1px solid var(--primary-green);border-radius:4px;color:#2c8759;color:var(--primary-green);display:flex;font-weight:500;gap:8px;padding:8px 16px;text-decoration:none;transition:all .2s}.leaddetails-edit-button:hover{background-color:#2c8759;background-color:var(--primary-green);color:#fff;color:var(--white)}.leaddetails-tabs{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--mid-gray);display:flex;margin-bottom:24px;overflow-x:auto;scrollbar-width:thin}.leaddetails-tabs button{background:none;border:none;color:#555;color:var(--text-medium);cursor:pointer;font-size:18px;font-weight:500;padding:12px 24px;position:relative;transition:all .2s;white-space:nowrap}.leaddetails-tabs button.active,.leaddetails-tabs button:hover{color:#2c8759;color:var(--primary-green)}.leaddetails-tabs button.active{background-color:#eef8f0;background-color:var(--light-green);font-weight:600}.leaddetails-tabs button.active:after{background-color:#2c8759;background-color:var(--primary-green);bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.leaddetails-content{min-height:300px}.leaddetails-content .activity-timeline{background:#0000;box-shadow:none;padding:0}.leaddetails-error,.leaddetails-loading{align-items:center;color:#555;color:var(--text-medium);display:flex;flex-direction:column;justify-content:center;min-height:300px}.leaddetails-loading-spinner{animation:spin 1s linear infinite;border:3px solid #eef8f0;border-top-color:#2c8759;border:3px solid var(--light-green);border-radius:50%;border-top-color:var(--primary-green);height:40px;margin-bottom:16px;width:40px}.leaddetails-error button{background-color:#2c8759;background-color:var(--primary-green);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;margin-top:16px;padding:8px 16px}.leaddetails-error button:hover{background-color:#1e5d3c;background-color:var(--dark-green)}@media (max-width:768px){.leaddetails-header{align-items:flex-start;flex-direction:column;gap:16px;padding:16px}.leaddetails-actions{justify-content:flex-end;width:100%}.leaddetails-tabs{padding-bottom:8px}.leaddetails-tabs button{font-size:16px;padding:12px 16px}}@media (max-width:576px){.leaddetails-page{padding:16px}.leaddetails-heading{align-items:flex-start;flex-direction:column;gap:8px}.leaddetails-tabs button{font-size:15px;padding:10px 12px}}@media print{.leaddetails-page{max-width:100%;padding:0}.leaddetails-actions,.leaddetails-tabs{display:none}}.leadoverview-tab{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.leadoverview-tab .leadoverview-notes-card,.leadoverview-tab .leadoverview-scoring-card{grid-column:1/-1;margin-top:24px}.leadoverview-info-card,.leadoverview-notes-card,.leadoverview-preferences-card,.leadoverview-scoring-card{background-color:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.leadoverview-card-header{border-bottom:1px solid var(--mid-gray);padding:16px 20px}.leadoverview-card-header h2{color:var(--primary-green);font-size:18px;font-weight:600;margin:0}.leadoverview-card-content{padding:20px}.leadoverview-info-row{align-items:center;display:flex;margin-bottom:16px}.leadoverview-info-label{color:var(--text-medium);flex:0 0 120px;font-size:14px;font-weight:500}.leadoverview-info-value{align-items:center;color:var(--text-dark);display:flex;flex:1 1;gap:8px}.leadoverview-info-value svg{color:var(--primary-green)}.leadoverview-contact-link{align-items:center;color:var(--text-dark);display:flex;gap:8px;text-decoration:none;transition:color .2s}.leadoverview-contact-link:hover{color:var(--primary-green)}.leadoverview-notes{border-top:1px solid var(--light-gray);display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px}.leadoverview-info-value.notes{line-height:1.5;white-space:pre-wrap}.leadoverview-status-badge{border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.leadoverview-locations-list{display:flex;flex-direction:column;gap:8px}.leadoverview-location-item{align-items:center;background:none;border:none;display:flex;gap:8px;padding:0}.leadoverview-location-item svg{color:var(--primary-green);flex-shrink:0}.leadoverview-location-item span{color:var(--text-dark);font-size:14px}.leadoverview-other-preferences{background:var(--light-gray);border-left:3px solid var(--primary-green);border-radius:6px;line-height:1.5;padding:12px;white-space:pre-wrap}.leadoverview-notes-content{background:none;border:none;color:var(--text-dark);font-size:14px;line-height:1.6;padding:0;white-space:pre-wrap}@media (max-width:768px){.leadoverview-tab{grid-template-columns:1fr}.leadoverview-notes-card{margin-top:0}.leadoverview-info-row{align-items:flex-start;flex-direction:column;gap:4px}.leadoverview-info-label{flex:0 0 auto;font-weight:600;margin-bottom:4px}.leadoverview-info-value{width:100%}.leadoverview-location-item{align-items:center;flex-direction:row;gap:6px}.leadoverview-location-item span{font-size:13px}}.leadoverview-scoring-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.leadoverview-score-item{display:flex;flex-direction:column;gap:8px}.leadoverview-score-item.full-width{grid-column:1/-1}.leadoverview-score-label{color:var(--text-medium);font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.leadoverview-enhanced-score-badge,.leadoverview-llm-score-badge,.leadoverview-score-badge{align-items:center;border-radius:8px;display:flex;flex-direction:column;font-weight:600;height:100px;justify-content:center;min-height:100px;padding:12px;text-align:center}.leadoverview-enhanced-score-badge.hot,.leadoverview-llm-score-badge.hot,.leadoverview-score-badge.hot{background:#fee2e2;color:#dc2626}.leadoverview-enhanced-score-badge.warm,.leadoverview-llm-score-badge.warm,.leadoverview-score-badge.warm{background:#ffedd5;color:#ea580c}.leadoverview-enhanced-score-badge.cool,.leadoverview-llm-score-badge.cool,.leadoverview-score-badge.cool{background:#e6fffa;color:#0f766e}.leadoverview-enhanced-score-badge.cold,.leadoverview-llm-score-badge.cold,.leadoverview-score-badge.cold{background:#f1f5f9;color:#64748b}.leadoverview-llm-score-badge{background:#f8fafc;border:1px solid #e2e8f0}.leadoverview-enhanced-score-badge{background:#f0fdfa;border:2px solid #2b7a78}.leadoverview-score-number{font-size:24px;font-weight:700;line-height:1}.leadoverview-score-label{font-size:10px;font-weight:500;margin-top:4px}.leadoverview-confidence-text{color:#94a3b8;font-size:10px;margin-top:4px}.leadoverview-no-score{background:#f8fafc;color:#94a3b8;font-style:italic}.leadoverview-no-score,.leadoverview-qualification-badge{align-items:center;border-radius:8px;display:flex;font-size:12px;height:100px;justify-content:center;min-height:100px;padding:12px}.leadoverview-qualification-badge{font-weight:600;gap:8px;letter-spacing:.5px;text-transform:uppercase}.leadoverview-qualification-badge.qualified{background:#dcfce7;color:#16a34a}.leadoverview-qualification-badge.unqualified{background:#fee2e2;color:#dc2626}.leadoverview-urgency-badge{align-items:center;background:#fffbeb;border-radius:8px;color:#d97706;display:flex;font-size:12px;font-weight:600;gap:8px;height:100px;justify-content:center;letter-spacing:.5px;min-height:100px;padding:12px;text-transform:uppercase}.leadoverview-reason-text{background:#f8fafc;border-left:3px solid var(--primary-green);border-radius:6px;color:var(--text-dark);font-size:14px;line-height:1.5;padding:12px}.leadoverview-factors-section{border-top:1px solid var(--light-gray);margin-top:24px;padding-top:24px}.leadoverview-factors-section h3{color:var(--primary-green);font-size:16px;font-weight:600;margin:0 0 16px}.leadoverview-factors-group{margin-bottom:20px}.leadoverview-factors-label{align-items:center;color:var(--text-dark);display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:8px}.leadoverview-factors-label svg{color:var(--primary-green)}.leadoverview-factors-list{display:flex;flex-wrap:wrap;gap:8px}.leadoverview-factor-tag{border-radius:16px;display:inline-block;font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.leadoverview-factor-tag.positive{background:#dcfce7;color:#16a34a}.leadoverview-factor-tag.negative{background:#fee2e2;color:#dc2626}.leadoverview-factor-tag.neutral{background:#f1f5f9;color:#64748b}.leadoverview-reasoning-text{background:#f8fafc;border-left:4px solid var(--primary-green);border-radius:8px;color:var(--text-dark);font-size:14px;line-height:1.6;margin-top:8px;padding:16px}@media print{.leadoverview-tab{display:block}.leadoverview-info-card,.leadoverview-notes-card,.leadoverview-preferences-card,.leadoverview-scoring-card{border:1px solid var(--mid-gray);box-shadow:none;margin-bottom:20px;page-break-inside:avoid}.leadoverview-status-badge{background:#0000!important;border:1px solid;color:var(--text-dark)!important}}.leadoverview-automation-card{margin-top:24px}.leadoverview-automation-card .card{background-color:var(--white);border:1px solid var(--mid-gray);border-radius:8px;box-shadow:0 2px 4px #0000000d}.leadoverview-automation-card .card-header{background-color:var(--light-gray);border-bottom:1px solid var(--mid-gray);border-radius:8px 8px 0 0;padding:16px 20px}.leadoverview-automation-card .card-title{color:var(--text-dark);font-size:18px;font-weight:600;margin:0}.leadoverview-automation-card .card-content{padding:20px}.automation-status-overview{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.status-info{align-items:center;display:flex;gap:12px}.status-icon .icon-success{color:#059669}.status-icon .icon-warning{color:#6b7280}.status-details .status-title{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 4px}.status-details .status-description{color:#6b7280;font-size:12px;margin:0}.status-badge{border-radius:16px}.status-badge.status-disabled{background:#f3f4f6;color:#6b7280}.status-badge.status-active{background:#dcfce7;color:#059669}.status-badge.status-due{background:#fee2e2;color:#dc2626}.status-badge.status-ready{background:#dbeafe;color:#2563eb}.automation-toggle-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.toggle-info .toggle-title{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 4px}.toggle-info .toggle-description{color:#6b7280;font-size:12px;margin:0}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}input:checked+.toggle-slider{background-color:#059669}input:disabled+.toggle-slider{cursor:not-allowed;opacity:.5}input:checked+.toggle-slider:before{transform:translateX(26px)}.frequency-section{margin-bottom:20px}.frequency-header .frequency-label{color:#1f2937;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.frequency-header .frequency-description{color:#6b7280;font-size:12px;margin:0 0 8px}.frequency-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1f2937;font-size:14px;padding:8px 12px;width:100%}.frequency-select:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.frequency-select:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.alert-history-section{margin-bottom:20px}.history-title{align-items:center;color:#1f2937;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0 0 12px}.history-details{display:flex;flex-direction:column;gap:8px}.history-item{display:flex;font-size:12px;justify-content:space-between}.history-label{color:#6b7280}.history-value{color:#1f2937;font-weight:500}.settings-summary{background:#dbeafe;border-left:4px solid #2563eb;border-radius:6px;margin-bottom:20px;padding:12px}.summary-text{color:#1e40af;font-size:13px;line-height:1.4;margin:0}.manual-trigger-section{border-top:1px solid #e5e7eb;padding-top:16px}.trigger-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s;width:100%}.trigger-button:hover{background:#f9fafb;border-color:#9ca3af}.trigger-button:active{transform:translateY(1px)}.loading-state{gap:12px;padding:20px}.loading-spinner{border:2px solid #e5e7eb;border-top-color:#059669}.leadproperties-tab{display:flex;flex-direction:column}.leadproperties-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.leadproperties-selection-controls{align-items:center;display:flex;gap:12px}.leadproperties-selection-mode-button{background:var(--white);border:1px solid var(--primary-green);border-radius:4px;color:var(--primary-green);cursor:pointer;padding:8px 16px}.leadproperties-selection-mode-button:hover{background:var(--primary-green);color:var(--white)}.leadproperties-selection-mode-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-selection-mode-button:dragover,.leadproperties-selection-mode-button:drop{background:var(--white);border:1px solid var(--primary-green);color:var(--primary-green);opacity:1}.leadproperties-select-all-button{background:var(--white);border:1px solid var(--primary-green);border-radius:4px;color:var(--primary-green);cursor:pointer;padding:8px 16px}.leadproperties-select-all-button:hover{background:var(--primary-green);color:var(--white)}.leadproperties-select-all-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-select-all-button:dragover,.leadproperties-select-all-button:drop{background:var(--white);border:1px solid var(--primary-green);color:var(--primary-green);opacity:1}.leadproperties-send-email-button{background:var(--white);border:1px solid var(--primary-green);border-radius:4px;color:var(--primary-green);cursor:pointer;padding:8px 16px}.leadproperties-send-email-button:hover{background:var(--primary-green);color:var(--white)}.leadproperties-send-email-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-send-email-button:dragover,.leadproperties-send-email-button:drop{background:var(--white);border:1px solid var(--primary-green);color:var(--primary-green);opacity:1}.leadproperties-cancel-selection-button{background:var(--white);border:1px solid var(--mid-gray);border-radius:4px;color:var(--text-medium);cursor:pointer;padding:8px 16px}.leadproperties-cancel-selection-button:hover{background:var(--light-gray)}.leadproperties-cancel-selection-button:focus{outline:2px solid var(--mid-gray);outline-offset:2px}.leadproperties-cancel-selection-button:dragover,.leadproperties-cancel-selection-button:drop{background:var(--white);border:1px solid var(--mid-gray);color:var(--text-medium);opacity:1}.leadproperties-count{color:var(--text-medium)}.leadproperties-property-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.leadproperties-property-card{background:var(--white);border:1px solid var(--mid-gray);border-radius:8px;box-shadow:0 2px 8px #2c875914;opacity:0;overflow:hidden;position:relative;transform:translateY(20px);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.leadproperties-property-card:hover{box-shadow:0 4px 12px #2c87591f;transform:translateY(-2px)}.leadproperties-property-card:after{background:var(--primary-green);bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.leadproperties-property-card:hover:after{transform:scaleX(1)}.leadproperties-property-card.leadproperties-selection-mode{cursor:pointer}.leadproperties-property-card.leadproperties-selected{border:3px solid var(--primary-green);box-shadow:0 4px 15px #2c875940;position:relative;transform:translateY(-3px);z-index:2}.leadproperties-selection-checkbox{align-items:center;background-color:#fffc;border:2px solid var(--white);border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;height:24px;justify-content:center;position:absolute;right:10px;top:10px;width:24px}.leadproperties-property-card.leadproperties-selected .leadproperties-selection-checkbox{background:var(--primary-green);box-shadow:0 0 0 2px #2c875933}.leadproperties-property-image{border-radius:8px 8px 0 0;height:180px;overflow:hidden;position:relative}.leadproperties-property-image img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.leadproperties-property-card:hover .leadproperties-property-image img{transform:scale(1.05)}.leadproperties-placeholder-image{align-items:center;background-color:#f5f5f5;border-radius:8px 8px 0 0;color:#666;display:flex;font-size:14px;height:100%;justify-content:center;width:100%}.leadproperties-property-info{padding:16px}.leadproperties-property-info h3{color:var(--text-dark);font-size:16px;line-height:1.4;margin:0 0 8px}.leadproperties-property-location{color:var(--text-medium);font-size:14px;margin-bottom:12px}.leadproperties-property-price{color:var(--primary-green);font-size:18px;font-weight:700;margin:0 0 12px}.leadproperties-property-features{color:var(--text-medium);display:flex;font-size:14px;gap:16px;margin-bottom:12px}.leadproperties-closest-interest{color:var(--primary-green);font-size:13px;font-style:italic;margin-bottom:12px}.leadproperties-property-actions{display:flex;justify-content:space-between;margin-top:16px}.leadproperties-view-button{background:var(--white);border:1px solid var(--primary-green);border-radius:4px;color:var(--primary-green);font-size:14px;font-weight:500;padding:8px 16px;text-align:center;text-decoration:none;transition:all .2s}.leadproperties-view-button:hover{background:var(--primary-green-lighter);color:var(--white)}.leadproperties-view-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-view-button:dragover,.leadproperties-view-button:drop{background:var(--white);border:1px solid var(--primary-green);color:var(--primary-green);opacity:1}.leadproperties-email-button{align-items:center;background:var(--white);border:1px solid var(--primary-green);border-radius:4px;color:var(--primary-green);cursor:pointer;display:flex;gap:8px;padding:8px 16px;transition:all .2s}.leadproperties-email-button:hover{background:var(--primary-green);color:var(--white)}.leadproperties-email-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-email-button:dragover,.leadproperties-email-button:drop{background:var(--white);border:1px solid var(--primary-green);color:var(--primary-green);opacity:1}.leadproperties-distance-badge{align-items:center;background:var(--primary-green);border:1px solid var(--primary-green);border-radius:20px;box-shadow:0 3px 8px #0003;color:var(--white);display:flex;font-size:13px;font-weight:600;gap:4px;left:10px;padding:5px 10px;position:absolute;top:10px;z-index:5}.leadproperties-distance-badge svg{stroke-width:2px;margin-right:2px}.leadproperties-empty-container,.leadproperties-error-container,.leadproperties-loading-properties{align-items:center;color:var(--text-medium);display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:32px;text-align:center}.leadproperties-loading-spinner{animation:spin 1s linear infinite;border:3px solid var(--light-green);border-radius:50%;border-top-color:var(--primary-green);height:40px;margin-bottom:16px;width:40px}.leadproperties-retry-button{background:var(--primary-green);border:none;border-radius:4px;color:var(--white);cursor:pointer;padding:8px 16px;transition:all .2s}.leadproperties-retry-button:hover{background:var(--primary-green-accent)}.leadproperties-retry-button:focus{outline:2px solid var(--primary-green);outline-offset:2px}.leadproperties-retry-button:dragover,.leadproperties-retry-button:drop{background:var(--primary-green);color:var(--white);opacity:1}.leadproperties-properties-pagination{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:24px}.leadproperties-custom-pagination{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:16px}.leadproperties-pagination-button{align-items:center;background:var(--white);border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:4px;justify-content:center;min-width:40px;padding:8px 12px;transition:all .2s ease}.leadproperties-pagination-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.leadproperties-pagination-button:disabled{background:#f9fafb;cursor:not-allowed;opacity:.5}.leadproperties-pagination-active{background:var(--primary-green)!important;border-color:var(--primary-green)!important;color:var(--white)!important}.leadproperties-pagination-active:hover{background:var(--primary-green)!important;opacity:.9}.leadproperties-pagination-dots{background:#0000!important;border:none!important;cursor:default!important;pointer-events:none}.leadproperties-pagination-pages{align-items:center;display:flex;gap:4px}.leadproperties-pagination-next,.leadproperties-pagination-prev{font-weight:500}.leadproperties-pagination-info{color:#6b7280;font-size:14px;margin-bottom:12px;text-align:center}@media (max-width:768px){.leadproperties-actions{align-items:flex-start;flex-direction:column;gap:12px}.leadproperties-pagination-info{font-size:12px;text-align:center}.leadproperties-properties-pagination{margin-top:16px}.leadproperties-selection-controls{flex-wrap:wrap}.leadproperties-property-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:576px){.leadproperties-property-grid{grid-template-columns:1fr}.leadproperties-property-actions{flex-direction:column;gap:10px}.leadproperties-email-button,.leadproperties-view-button{justify-content:center;width:100%}.leadproperties-pagination-button{font-size:13px;min-width:32px;padding:6px 8px}}@supports (-webkit-touch-callout:none){.leadproperties-property-grid{-webkit-overflow-scrolling:touch}}.leadproperties-tab [role=button]:dragover,.leadproperties-tab a:dragover,.leadproperties-tab button:dragover{opacity:1!important;pointer-events:auto!important;visibility:visible!important}.leadproperties-tab :dragover,.leadproperties-tab :drop{opacity:1!important}.leadproperties-tab a,.leadproperties-tab button{position:relative;z-index:10}.leadcommunication-tab{background:#f9fafb;background:var(--gray-50);border-radius:12px;display:flex;flex-direction:column;gap:24px;min-height:600px;padding:24px}.leadcommunication-header{align-items:center;border-bottom:2px solid #d1fae5;border-bottom:2px solid var(--green-100);display:flex;justify-content:space-between;padding-bottom:16px}.leadcommunication-header h2{align-items:center;color:#1f2937;color:var(--text-dark);display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.leadcommunication-header h2:before{content:"💬";font-size:20px}.leadcommunication-add-button{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.leadcommunication-add-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadcommunication-form-card{background:#fff;background:var(--white);border:1px solid #d1fae5;border:1px solid var(--green-100);border-radius:16px;box-shadow:0 8px 32px #00000014;overflow:hidden;padding:32px;position:relative}.leadcommunication-form-card:before{background:linear-gradient(90deg,#10b981,#34d399);background:linear-gradient(90deg,var(--primary-green),var(--primary-green-light));content:"";height:4px;left:0;position:absolute;right:0;top:0}.leadcommunication-form-error{background:#fef2f2;background:var(--danger-bg);border-left:4px solid #ef4444;border-left:4px solid var(--danger);border-radius:8px;color:#ef4444;color:var(--danger);font-size:14px;font-weight:500;margin-bottom:24px;padding:16px}.leadcommunication-form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.leadcommunication-form-group{display:flex;flex-direction:column;gap:8px}.leadcommunication-form-group.full-width{grid-column:1/-1}.leadcommunication-form-group label{color:#1f2937;color:var(--text-dark);font-size:14px;font-weight:600;letter-spacing:.025em}.leadcommunication-form-group input,.leadcommunication-form-group select,.leadcommunication-form-group textarea{background:#fff;background:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;color:#1f2937;color:var(--text-dark);font-family:inherit;font-size:14px;padding:14px 16px;transition:all .2s ease}.leadcommunication-form-group input:focus,.leadcommunication-form-group select:focus,.leadcommunication-form-group textarea:focus{border-color:#10b981;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a;outline:none}.leadcommunication-form-group textarea{line-height:1.6;min-height:120px;resize:vertical}.leadcommunication-form-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding-top:24px}.leadcommunication-submit-button{background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;font-size:14px;font-weight:600;padding:14px 28px;transition:all .3s ease}.leadcommunication-submit-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadcommunication-cancel-button{background:#fff;background:var(--white);border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:8px;color:#6b7280;color:var(--text-medium);cursor:pointer;font-size:14px;font-weight:500;padding:14px 28px;transition:all .2s ease}.leadcommunication-cancel-button:hover{background:#f9fafb;background:var(--gray-50);border-color:var(--gray-400);color:#1f2937;color:var(--text-dark)}.leadcommunication-list{display:flex;flex-direction:column;gap:20px}.leadcommunication-item{background:#fff;background:var(--white);border:1px solid #d1fae5;border:1px solid var(--green-100);border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.leadcommunication-item:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.leadcommunication-item:before{background:linear-gradient(180deg,#10b981,#34d399);background:linear-gradient(180deg,var(--primary-green),var(--primary-green-light));bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.leadcommunication-icon{align-items:center;background:#ecfdf5;background:var(--green-50);border:2px solid #a7f3d0;border:2px solid var(--green-200);border-radius:12px;color:#10b981;color:var(--primary-green);display:flex;height:35px;justify-content:center;position:absolute;right:25px;top:15px;width:35px}.leadcommunication-content{padding-right:60px}.leadcommunication-header-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.leadcommunication-info h3{color:#1f2937;color:var(--text-dark);font-size:18px;font-weight:600;line-height:1.4;margin:0 0 8px}.leadcommunication-meta{color:#9ca3af;color:var(--text-light);display:flex;flex-wrap:wrap;font-size:13px;gap:12px}.leadcommunication-date{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:6px;display:flex;font-weight:500;gap:6px;padding:4px 8px}.leadcommunication-direction{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.leadcommunication-direction.incoming{background:#d1fae5;background:var(--green-100);color:#059669;color:var(--primary-green-dark)}.leadcommunication-direction.outgoing{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;color:var(--white)}.leadcommunication-type{background:#f3f4f6;background:var(--gray-100);border-radius:6px;color:#6b7280;color:var(--text-medium);font-weight:500;padding:4px 8px;text-transform:capitalize}.leadcommunication-body{background:#f9fafb;background:var(--gray-50);border-left:3px solid #a7f3d0;border-left:3px solid var(--green-200);border-radius:8px;color:#6b7280;color:var(--text-medium);font-size:15px;line-height:1.7;padding:16px;white-space:pre-wrap}.leadcommunication-actions{display:flex;gap:8px;position:absolute;right:70px;top:16px}.leadcommunication-delete-button,.leadcommunication-edit-button{align-items:center;background:#fff;background:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;color:#9ca3af;color:var(--text-light);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.leadcommunication-edit-button:hover{background:#ecfdf5;background:var(--green-50);border-color:#10b981;border-color:var(--primary-green);color:#10b981;color:var(--primary-green);transform:scale(1.05)}.leadcommunication-delete-button:hover{background:#fef2f2;background:var(--danger-bg);border-color:#ef4444;border-color:var(--danger);color:#ef4444;color:var(--danger);transform:scale(1.05)}.leadcommunication-empty,.leadcommunication-error,.leadcommunication-loading{align-items:center;background:#fff;background:var(--white);border:2px dashed #a7f3d0;border:2px dashed var(--green-200);border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:48px;text-align:center}.leadcommunication-loading-spinner{animation:spin 1s linear infinite;border:4px solid #d1fae5;border-top-color:#10b981;border:4px solid var(--green-100);border-radius:50%;border-top-color:var(--primary-green);height:48px;margin-bottom:20px;width:48px}.leadcommunication-empty p,.leadcommunication-error p{color:#6b7280;color:var(--text-medium);font-size:16px;font-weight:500;margin:0 0 20px}.leadcommunication-add-first-button,.leadcommunication-retry-button{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:14px 24px;transition:all .3s ease}.leadcommunication-add-first-button:hover,.leadcommunication-retry-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadcommunication-form-header{border-bottom:2px solid #d1fae5;border-bottom:2px solid var(--green-100);margin-bottom:24px;padding-bottom:16px}.leadcommunication-form-header h3{align-items:center;color:#1f2937;color:var(--text-dark);display:flex;font-size:20px;font-weight:600;gap:8px;margin:0}.leadcommunication-form-header h3:before{content:"✏️";font-size:16px}@media (max-width:768px){.leadcommunication-tab{padding:16px}.leadcommunication-form-row{gap:16px;grid-template-columns:1fr}.leadcommunication-meta{flex-direction:column;gap:8px}.leadcommunication-content{padding-right:20px}.leadcommunication-icon{align-self:flex-start;margin-bottom:12px;position:static}.leadcommunication-item{padding:20px}}@media (max-width:576px){.leadcommunication-header{align-items:flex-start;flex-direction:column;gap:16px}.leadcommunication-add-button{justify-content:center;width:100%}.leadcommunication-form-actions{flex-direction:column;gap:12px}.leadcommunication-cancel-button,.leadcommunication-submit-button{justify-content:center;width:100%}.leadcommunication-form-card{padding:24px}.leadcommunication-actions{justify-content:flex-start;margin-top:16px;position:static}.leadcommunication-delete-button,.leadcommunication-edit-button{border-radius:8px;height:40px;width:44px}}.leadcommunication-item{animation:slideInUp .3s ease-out}.leadcommunication-add-button:focus,.leadcommunication-add-first-button:focus,.leadcommunication-cancel-button:focus,.leadcommunication-delete-button:focus,.leadcommunication-edit-button:focus,.leadcommunication-retry-button:focus,.leadcommunication-submit-button:focus{outline:2px solid #10b981;outline:2px solid var(--primary-green);outline-offset:2px}:root{--primary-green:#10b981;--primary-green-light:#34d399;--primary-green-dark:#059669;--green-50:#ecfdf5;--green-100:#d1fae5;--green-200:#a7f3d0;--text-dark:#1f2937;--text-medium:#6b7280;--text-light:#9ca3af;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--danger:#ef4444;--danger-bg:#fef2f2;--warning:#f59e0b;--warning-bg:#fffbeb;--blue:#3b82f6;--purple:#8b5cf6}.leadtask-tab{background:#f9fafb;background:var(--gray-50);border-radius:12px;display:flex;flex-direction:column;gap:24px;min-height:600px;padding:24px}.leadtask-header{align-items:center;border-bottom:2px solid #d1fae5;border-bottom:2px solid var(--green-100);display:flex;justify-content:space-between;padding-bottom:16px}.leadtask-header h2{align-items:center;color:#1f2937;color:var(--text-dark);display:flex;font-size:24px;font-weight:700;gap:12px;margin:0}.leadtask-header h2:before{content:"✅";font-size:20px}.leadtask-actions{gap:12px}.leadtask-create-button{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.leadtask-create-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadtask-form-card{background:#fff;background:var(--white);border:1px solid #d1fae5;border:1px solid var(--green-100);border-radius:16px;box-shadow:0 8px 32px #00000014;overflow:hidden;padding:32px;position:relative}.leadtask-form-card:before{background:linear-gradient(90deg,#10b981,#34d399);background:linear-gradient(90deg,var(--primary-green),var(--primary-green-light));content:"";height:4px;left:0;position:absolute;right:0;top:0}.leadtask-form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.leadtask-form-group{display:flex;flex-direction:column;gap:8px}.leadtask-form-group.full-width{grid-column:1/-1}.leadtask-form-group label{color:#1f2937;color:var(--text-dark);font-size:14px;font-weight:600;letter-spacing:.025em}.leadtask-form-group input,.leadtask-form-group select,.leadtask-form-group textarea{background:#fff;background:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;color:#1f2937;color:var(--text-dark);font-family:inherit;font-size:14px;padding:14px 16px;transition:all .2s ease}.leadtask-form-group input:focus,.leadtask-form-group select:focus,.leadtask-form-group textarea:focus{border-color:#10b981;border-color:var(--primary-green);box-shadow:0 0 0 3px #10b9811a;outline:none}.leadtask-form-group textarea{line-height:1.6;min-height:100px;resize:vertical}.leadtask-form-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding-top:24px}.leadtask-submit-button{background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;font-size:14px;font-weight:600;padding:14px 28px;transition:all .3s ease}.leadtask-submit-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadtask-cancel-button{background:#fff;background:var(--white);border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:8px;color:#6b7280;color:var(--text-medium);cursor:pointer;font-size:14px;font-weight:500;padding:14px 28px;transition:all .2s ease}.leadtask-cancel-button:hover{background:#f9fafb;background:var(--gray-50);border-color:var(--gray-400);color:#1f2937;color:var(--text-dark)}.leadtask-list{display:flex;flex-direction:column;gap:16px}.leadtask-item{align-items:flex-start;background:#fff;background:var(--white);border:1px solid #d1fae5;border:1px solid var(--green-100);border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;gap:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.leadtask-item:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.leadtask-item:before{background:linear-gradient(180deg,#10b981,#34d399);background:linear-gradient(180deg,var(--primary-green),var(--primary-green-light));bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.leadtask-item.completed{background:#ecfdf5;background:var(--green-50);opacity:.8}.leadtask-item.completed:before{background:linear-gradient(180deg,#a7f3d0,#d1fae5);background:linear-gradient(180deg,var(--green-200),var(--green-100))}.leadtask-checkbox{margin-top:4px}.leadtask-checkbox-button{align-items:center;background:#fff;background:var(--white);border:2px solid #d1d5db;border:2px solid var(--gray-300);border-radius:6px;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s ease;width:24px}.leadtask-checkbox-button:hover{background:#ecfdf5;background:var(--green-50);border-color:#10b981;border-color:var(--primary-green)}.leadtask-checkbox-button.checked{background:#10b981;background:var(--primary-green);border-color:#10b981;border-color:var(--primary-green);color:#fff;color:var(--white)}.leadtask-content{flex:1 1;min-width:0}.leadtask-top-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.leadtask-title-wrapper{flex:1 1;min-width:0}.leadtask-title-wrapper h3{color:#1f2937;color:var(--text-dark);font-size:16px;font-weight:600;line-height:1.4;margin:0 0 8px}.leadtask-title-wrapper h3.completed{color:#9ca3af;color:var(--text-light);text-decoration:line-through}.leadtask-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.leadtask-due-date{align-items:center;background:#f3f4f6;background:var(--gray-100);border-radius:6px;color:#6b7280;color:var(--text-medium);display:flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px}.leadtask-due-date.overdue{background:#fef2f2;background:var(--danger-bg);color:#ef4444;color:var(--danger);font-weight:600}.leadtask-status{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase}.leadtask-status.status-pending{background:#fffbeb;background:var(--warning-bg);color:#f59e0b;color:var(--warning)}.leadtask-status.status-in-progress{background:linear-gradient(135deg,#ebf4ff,#dbeafe);color:#3b82f6;color:var(--blue)}.leadtask-status.status-completed{background:#d1fae5;background:var(--green-100);color:#059669;color:var(--primary-green-dark)}.leadtask-status.status-cancelled{background:#fef2f2;background:var(--danger-bg);color:#ef4444;color:var(--danger)}.leadtask-actions{display:flex;flex-wrap:wrap;gap:6px}.leadtask-complete-button,.leadtask-delete-button,.leadtask-edit-button,.leadtask-reopen-button{align-items:center;background:#fff;background:var(--white);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:6px;color:#9ca3af;color:var(--text-light);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.leadtask-edit-button:hover{background:#ecfdf5;background:var(--green-50);color:#10b981;color:var(--primary-green)}.leadtask-complete-button:hover,.leadtask-edit-button:hover{border-color:#10b981;border-color:var(--primary-green);transform:scale(1.05)}.leadtask-complete-button:hover{background:#d1fae5;background:var(--green-100);color:#059669;color:var(--primary-green-dark)}.leadtask-reopen-button:hover{background:#ebf4ff;border-color:#3b82f6;border-color:var(--blue);color:#3b82f6;color:var(--blue);transform:scale(1.05)}.leadtask-delete-button:hover{background:#fef2f2;background:var(--danger-bg);border-color:#ef4444;border-color:var(--danger);color:#ef4444;color:var(--danger);transform:scale(1.05)}.leadtask-description{background:#f9fafb;background:var(--gray-50);border-left:3px solid #a7f3d0;border-left:3px solid var(--green-200);border-radius:8px;color:#6b7280;color:var(--text-medium);font-size:14px;line-height:1.6;padding:12px}.leadtask-empty,.leadtask-error,.leadtask-loading{align-items:center;background:#fff;background:var(--white);border:2px dashed #a7f3d0;border:2px dashed var(--green-200);border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:48px;text-align:center}.leadtask-loading-spinner{animation:spin 1s linear infinite;border:4px solid #d1fae5;border-top-color:#10b981;border:4px solid var(--green-100);border-radius:50%;border-top-color:var(--primary-green);height:48px;margin-bottom:20px;width:48px}.leadtask-empty-icon{color:#9ca3af;color:var(--text-light);margin-bottom:16px}.leadtask-empty p,.leadtask-error p{color:#6b7280;color:var(--text-medium);font-size:16px;font-weight:500;margin:0 0 20px}.leadtask-retry-button{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:14px 24px;transition:all .3s ease}.leadtask-retry-button:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.leadtask-google-calendar-button{align-items:center;background:linear-gradient(135deg,#4285f4,#34a853);border:none;border-radius:8px;box-shadow:0 3px 10px #4285f44d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 16px;transition:all .3s ease}.leadtask-google-calendar-button:hover{background:linear-gradient(135deg,#3367d6,#2e8b47);box-shadow:0 5px 15px #4285f466;transform:translateY(-1px)}.leadtask-calendar-status{align-items:center;background:#d1fae5;background:var(--green-100);border-radius:6px;color:#059669;color:var(--primary-green-dark);display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 12px;position:relative}.leadtask-disconnect-calendar{align-items:center;background:#059669;background:var(--primary-green-dark);border:none;border-radius:50%;color:#fff;color:var(--white);cursor:pointer;display:flex;height:18px;justify-content:center;margin-left:4px;transition:all .2s ease;width:18px}.leadtask-disconnect-calendar:hover{background:#ef4444;background:var(--danger);transform:scale(1.1)}.leadtask-form-header{align-items:center;border-bottom:2px solid #d1fae5;border-bottom:2px solid var(--green-100);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.leadtask-form-header h3{align-items:center;color:#1f2937;color:var(--text-dark);display:flex;font-size:20px;font-weight:600;gap:8px;margin:0}.leadtask-form-header h3:before{content:"📝";font-size:16px}.leadtask-calendar-notice{align-items:center;background:#ecfdf5;background:var(--green-50);border:1px solid #a7f3d0;border:1px solid var(--green-200);border-radius:6px;color:#10b981;color:var(--primary-green);display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.leadtask-item{animation:slideInUp .3s ease-out}@media (max-width:768px){.leadtask-tab{padding:16px}.leadtask-form-row{gap:16px;grid-template-columns:1fr}.leadtask-badges{flex-direction:column;gap:6px}.leadtask-top-row{flex-direction:column;gap:12px}.leadtask-actions{justify-content:flex-start;margin-top:12px}.leadtask-complete-button,.leadtask-delete-button,.leadtask-edit-button,.leadtask-reopen-button{height:36px;width:36px}.leadtask-google-calendar-button{font-size:12px;padding:8px 12px}.leadtask-calendar-status{font-size:12px;padding:6px 10px}}@media (max-width:576px){.leadtask-header{align-items:flex-start;flex-direction:column;gap:16px}.leadtask-create-button{justify-content:center;width:100%}.leadtask-form-actions{flex-direction:column;gap:12px}.leadtask-cancel-button,.leadtask-submit-button{justify-content:center;width:100%}.leadtask-form-card{padding:24px}.leadtask-item{padding:16px}}.leadtask-cancel-button:focus,.leadtask-checkbox-button:focus,.leadtask-complete-button:focus,.leadtask-create-button:focus,.leadtask-delete-button:focus,.leadtask-disconnect-calendar:focus,.leadtask-edit-button:focus,.leadtask-google-calendar-button:focus,.leadtask-reopen-button:focus,.leadtask-retry-button:focus,.leadtask-submit-button:focus{outline:2px solid #10b981;outline:2px solid var(--primary-green);outline-offset:2px}.lead-workflow{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.lead-workflow__error,.lead-workflow__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;text-align:center}.lead-workflow__error h3{color:#dc2626;margin:16px 0 8px}.lead-workflow__error p{color:#6b7280;margin-bottom:16px}.lead-workflow__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.lead-workflow__title{align-items:center;display:flex;gap:16px}.lead-workflow__title h2{color:#1f2937;font-size:24px;font-weight:600;margin:0}.stage-badge{align-items:center;border-radius:20px;color:#fff;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px}.lead-workflow__actions{display:flex;gap:12px}.lead-workflow__progress{margin-bottom:32px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-header h3{color:#1f2937;font-size:18px;font-weight:600;margin:0}.progress-percentage{color:#3b82f6;font-size:16px;font-weight:600}.progress-bar{height:12px}.progress-bar,.progress-fill{border-radius:6px}.lead-workflow__timeline{margin-bottom:32px}.lead-workflow__timeline h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px}.timeline{padding-left:32px;position:relative}.timeline-item{margin-bottom:24px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-weight:600;height:32px;justify-content:center;left:-40px;position:absolute;top:0;width:32px;z-index:2}.timeline-item.completed .timeline-icon{background-color:#10b981}.timeline-item.current .timeline-icon{background-color:#3b82f6}.timeline-item.upcoming .timeline-icon{background-color:#9ca3af}.timeline-connector{background-color:#e2e8f0;height:calc(100% + 24px);left:-24px;position:absolute;top:32px;width:2px;z-index:1}.timeline-item:last-child .timeline-connector{display:none}.timeline-content{background-color:#f9fafb;border-left:4px solid #e2e8f0;border-radius:8px;padding:16px}.timeline-item.completed .timeline-content{background-color:#f0fdf4;border-left-color:#10b981}.timeline-item.current .timeline-content{background-color:#eff6ff;border-left-color:#3b82f6}.timeline-content h4{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 8px}.timeline-content p{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 12px}.timeline-actions{display:flex;flex-wrap:wrap;gap:8px}.lead-workflow__details{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:32px}.workflow-section{background-color:#f9fafb;border-radius:8px;padding:20px}.section-header{margin-bottom:16px}.section-header h3{color:#1f2937;font-size:16px;font-weight:600;margin:0}.documents-list,.tasks-list{display:flex;flex-direction:column;gap:12px}.document-item,.task-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:12px;justify-content:space-between;padding:12px}.document-info,.task-info{flex:1 1}.document-info h4,.task-info h4{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 4px}.document-info p,.task-info p{color:#6b7280;font-size:12px;margin:0 0 8px}.document-meta,.task-meta{display:flex;flex-wrap:wrap;gap:8px}.document-stage,.task-stage{background-color:#f3f4f6;border-radius:4px;color:#6b7280;font-size:11px;padding:2px 6px}.task-priority{background-color:#fef3c7;border-radius:4px;font-size:11px}.task-due{font-size:11px}.document-required{background-color:#fef2f2;color:#dc2626}.document-required,.document-verified{border-radius:4px;font-size:11px;padding:2px 6px}.document-verified{background-color:#f0fdf4;color:#059669}.document-summary{background-color:#f9fafb;border-left:3px solid #3b82f6;color:#4b5563;font-size:12px;margin-top:8px;padding:8px}.document-actions,.task-actions{display:flex;gap:8px}.btn-danger{background-color:#dc2626;border:1px solid #dc2626}.btn-danger:hover{background-color:#b91c1c;border-color:#b91c1c}.stage-documents,.stage-tasks{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:12px;padding:12px}.stage-documents h5,.stage-tasks h5{color:#374151;font-size:14px;font-weight:600;margin:0 0 8px}.stage-document-item,.stage-task-item{background:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:8px;padding:8px}.stage-document-item:last-child,.stage-task-item:last-child{margin-bottom:0}.document-header,.task-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.document-header h6,.task-header h6{color:#1f2937;font-size:12px;font-weight:600;margin:0}.document-type{background-color:#f3f4f6;border-radius:3px;font-size:10px;padding:2px 6px}.task-priority.priority-high{background-color:#fef2f2;color:#dc2626}.task-priority.priority-medium{background-color:#fef3c7;color:#d97706}.task-priority.priority-low{background-color:#f0fdf4;color:#059669}.task-priority{border-radius:3px;font-size:10px;font-weight:600;padding:2px 6px}.task-description{color:#6b7280;font-size:11px;margin:4px 0}.task-due{align-items:center;color:#6b7280;display:flex;font-size:10px;gap:4px}.spinner-small{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;display:inline-block;height:12px;width:12px}.empty-state{color:#6b7280;padding:32px 16px}.empty-state p{margin:12px 0 0}.lead-workflow__transitions{background-color:#f9fafb;border-radius:8px;padding:20px}.lead-workflow__transitions h3{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 16px}.transitions-list{display:flex;flex-direction:column;gap:12px}.transition-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px}.transition-stages{align-items:center;display:flex;gap:8px;margin-bottom:8px}.from-stage,.to-stage{color:#1f2937;font-size:14px;font-weight:500}.transition-info p{color:#6b7280;font-size:12px;margin:0 0 8px}.transition-date{color:#9ca3af;font-size:11px}.lead-workflow .modal-overlay{-webkit-overflow-scrolling:touch;background-color:#00000080;bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}.lead-workflow .modal{background:#fff;display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.modal-header{background:#fff;flex-shrink:0;padding:16px 20px;position:sticky;top:0;z-index:10}.modal-header h3{color:#1f2937;flex:1 1;font-size:18px}.modal-close{flex-shrink:0;min-height:40px;min-width:40px;padding:8px}.lead-workflow .modal-body{flex:1 1;padding:20px 20px 100px}.lead-workflow .modal-footer{background:#fff;border-top:1px solid #e2e8f0;bottom:0;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:16px 20px;position:sticky;z-index:10}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{-webkit-appearance:none;appearance:none;background:#fff;font-size:16px;padding:12px 16px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{grid-gap:20px;gap:20px;grid-template-columns:1fr}.checkbox-label{gap:12px;padding:8px 0}.checkbox-label input[type=checkbox]{height:20px;width:20px}.btn{border-radius:8px;flex:1 1;font-size:16px;min-height:48px;padding:12px 20px}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-sm{font-size:14px;min-height:40px;padding:8px 16px}@media (min-width:768px){.lead-workflow .modal-overlay{align-items:center;display:flex;justify-content:center;padding:20px}.lead-workflow .modal{border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;margin:auto;max-height:90vh;max-width:500px;min-height:auto;width:90%}.lead-workflow .modal-header{border-radius:12px 12px 0 0;padding:20px 24px;position:relative}.lead-workflow .modal-body{padding:24px 24px 20px}.lead-workflow .modal-footer{border-radius:0 0 12px 12px;padding:20px 24px;position:relative}.form-row{gap:16px;grid-template-columns:1fr 1fr}.btn{flex:none;min-width:120px}}@media (min-width:1024px){.lead-workflow .modal{max-width:600px}.lead-workflow__details{gap:24px;grid-template-columns:1fr 1fr}.timeline{padding-left:32px}.timeline-icon{height:32px;left:-40px;width:32px}.timeline-connector{left:-24px}}@media (max-width:767px){.lead-workflow{border-radius:0;margin:0;padding:16px}.lead-workflow__header{align-items:flex-start;flex-direction:column;gap:16px}.lead-workflow__title{align-items:flex-start;flex-direction:column;gap:12px}.lead-workflow__details{gap:16px;grid-template-columns:1fr}.timeline{padding-left:24px}.timeline-icon{height:24px;left:-32px;width:24px}.timeline-connector{left:-12px}.timeline-content{padding:12px}.workflow-section{padding:16px}}.file-input{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:flex;font-size:16px;justify-content:center;min-height:56px;padding:16px;text-align:center;transition:border-color .2s;width:100%}.file-input:hover{background:#f0f9ff;border-color:#3b82f6}.file-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.file-info{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;color:#0369a1;font-size:14px;margin-top:12px;padding:12px}.document-summary{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:4px;margin:12px 0;padding:12px}.document-summary strong{color:#1e40af;font-size:14px}.document-summary p{color:#374151;font-size:14px;line-height:1.5;margin:8px 0 0}.document-data{background:#f0fdf4;border-left:4px solid #10b981;border-radius:4px;margin:12px 0;padding:12px}.document-data strong{color:#059669;font-size:14px}.extracted-data-grid{grid-gap:8px;display:grid;gap:8px;margin-top:8px}.data-item{display:flex;flex-direction:column;gap:4px}.data-item label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.data-item span{color:#374151;font-size:14px;line-height:1.4}#document-upload-modal-overlay{-webkit-overflow-scrolling:touch!important;background-color:#00000080!important;bottom:0!important;left:0!important;overflow:hidden!important;position:fixed!important;right:0!important;top:0!important;z-index:1000!important}#document-upload-modal{background:#fff!important;display:block!important;height:auto!important;margin:0!important;max-height:none!important;min-height:auto!important;overflow:visible!important;padding:0!important;position:relative!important;width:100%!important}#document-upload-modal-header{align-items:center!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-sizing:border-box!important;display:flex!important;flex-direction:row!important;flex-shrink:0!important;justify-content:space-between!important;padding:16px 20px!important;position:sticky!important;top:0!important;width:100%!important;z-index:10!important}#document-upload-modal-title{color:#1f2937!important;flex:1 1!important;font-size:18px!important;font-weight:600!important;margin:0!important}#document-upload-modal-close{align-items:center!important;background:none!important;border:none!important;border-radius:6px!important;color:#6b7280!important;cursor:pointer!important;display:flex!important;flex-shrink:0!important;justify-content:center!important;min-height:40px!important;min-width:40px!important;padding:8px!important}#document-upload-modal-close:hover{background-color:#f3f4f6!important}#document-upload-modal-body{-webkit-overflow-scrolling:touch!important;flex:0 0 auto!important;height:fit-content!important;overflow-y:visible!important;padding:20px 20px 0!important}#document-upload-modal-body .form-group{margin-bottom:16px!important}#document-upload-modal-body .checkbox-label{font-size:14px!important;gap:8px!important;margin-top:0!important}#document-upload-modal-body .checkbox-label,#document-upload-modal-body .form-group:last-child{margin-bottom:0!important;padding-bottom:0!important}#document-upload-modal-body .checkbox-label input[type=checkbox]{accent-color:#3b82f6!important;appearance:checkbox!important;-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:3px!important;cursor:pointer!important;height:16px!important;margin:0!important;max-height:16px!important;max-width:16px!important;min-height:16px!important;min-width:16px!important;opacity:1!important;padding:0!important;pointer-events:auto!important;position:relative!important;transform:scale(1)!important;visibility:visible!important;width:16px!important;z-index:999!important}#document-upload-modal-footer{background:#fff!important;border-top:1px solid #e2e8f0!important;bottom:0!important;display:flex!important;flex-shrink:0!important;gap:12px!important;justify-content:flex-end!important;padding:16px 20px!important;position:sticky!important;z-index:10!important}.stage-documents{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:16px;padding:16px}.stage-documents h5{color:#374151;font-size:14px;font-weight:600;margin:0 0 12px}.stage-document-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:16px;padding:12px}.stage-document-item:last-child{margin-bottom:0}.document-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.document-header h6{color:#1f2937;font-size:14px;font-weight:600;margin:0}.document-type{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:12px;padding:2px 8px}.activity-timeline{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.activity-timeline-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.activity-timeline-header h3{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:8px;margin:0}.activity-timeline-list{display:flex;flex-direction:column;gap:0}.activity-timeline-item{display:flex;gap:16px;position:relative}.activity-timeline-item:last-child .activity-timeline-line{display:none}.activity-timeline-marker{align-items:center;display:flex;flex-direction:column;flex-shrink:0}.activity-icon{border-radius:50%;box-shadow:0 2px 4px #0000001a;height:36px;width:36px;z-index:1}.activity-icon svg{stroke:#fff;fill:none;color:#fff}.activity-timeline-line{background:#e5e7eb;flex:1 1;margin-top:4px;min-height:40px;width:2px}.activity-timeline-content{flex:1 1;padding-bottom:20px}.activity-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px}.activity-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.activity-description{color:#1f2937;flex:1 1;font-size:.95rem;font-weight:500;line-height:1.5;margin:0}.activity-timestamp{color:#6b7280;flex-shrink:0;font-size:.85rem;white-space:nowrap}.activity-meta{gap:8px}.activity-source{color:#9ca3af;font-size:.8rem;text-transform:capitalize}.activity-details-expanded{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px}.activity-detail-item{font-size:.9rem;line-height:1.4}.detail-label{color:#6b7280;display:inline}.detail-value{color:#1f2937;display:inline;margin-left:4px;word-break:break-word}.activity-timeline-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.loading-icon{margin-bottom:12px}.activity-timeline-error{align-items:center;color:#dc2626;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.activity-timeline-error p{margin-bottom:16px}.retry-button{background:#ef4444;gap:8px;padding:8px 16px;transition:background .2s}.retry-button:hover{background:#dc2626}.activity-timeline-empty{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.activity-timeline-empty svg{margin-bottom:16px;opacity:.5}.activity-timeline-empty p{color:#6b7280;font-size:1.1rem;font-weight:500;margin-bottom:8px}.activity-timeline-empty small{color:#9ca3af;font-size:.9rem}.activity-timeline-footer{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:16px;text-align:center}.activity-date-range{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.9rem;gap:4px;justify-content:center}.load-older-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.9rem;font-weight:600;padding:0;text-decoration:underline;transition:color .2s}.load-older-link:hover:not(:disabled){color:#4f46e5}.load-older-link:disabled{color:#9ca3af;cursor:wait;text-decoration:none}@media (max-width:768px){.activity-timeline{padding:16px}.activity-timeline-header h3{font-size:1.1rem}.activity-icon{height:32px;width:32px}.activity-icon svg{height:14px;width:14px}.activity-card{padding:10px 12px}.activity-header{flex-direction:column;gap:6px}.activity-timestamp{align-self:flex-start}.activity-description{font-size:.9rem}.detail-label,.detail-value{font-size:.85rem}}:root{--primary-green:#2c8759;--primary-green-light:#3aa76a;--primary-green-lighter:#4fb87a;--primary-green-accent:#22704b;--light-green:#e8f5f0;--lighter-green:#f4faf7;--white:#fff;--light-gray:#f8f9fa;--mid-gray:#e0e6ed;--border-gray:#d1d9e0;--text-dark:#2d3748;--text-medium:#4a5568;--text-light:#718096;--error-red:#e53e3e;--error-light:#fed7d7;--success-green:#38a169;--warning-orange:#ed8936;--shadow-light:0 1px 3px #2c87591a;--shadow-medium:0 4px 12px #2c875926;--shadow-heavy:0 8px 25px #2c875933}.leadform-container{background:#f8f9fa;background:var(--light-gray);margin:0 auto;max-width:1000px;min-height:100vh;padding:2rem}.leadform-container h1{color:#2d3748;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.leadform-container h1:after{background:linear-gradient(90deg,#2c8759,#3aa76a);background:linear-gradient(90deg,var(--primary-green),var(--primary-green-light));border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.leadform-loading{align-items:center;color:#4a5568;color:var(--text-medium);display:flex;flex-direction:column;font-size:1.1rem;gap:16px;justify-content:center;min-height:300px}.leadform-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e8f5f0;border-top-color:#2c8759;border:3px solid var(--light-green);border-radius:50%;border-top-color:var(--primary-green);height:40px;width:40px}.leadform-toast{align-items:center;animation:slideInRight .3s ease-out;border-radius:8px;box-shadow:0 8px 25px #2c875933;box-shadow:var(--shadow-heavy);display:flex;justify-content:space-between;max-width:500px;min-width:300px;padding:16px 20px;position:fixed;right:20px;top:20px;z-index:1000}.leadform-toast-success{background:#e8f5f0;background:var(--light-green);border:1px solid #3aa76a;border:1px solid var(--primary-green-light);color:#22704b;color:var(--primary-green-accent)}.leadform-toast-error{background:#fed7d7;background:var(--error-light);border:1px solid #e53e3e;border:1px solid var(--error-red);color:#e53e3e;color:var(--error-red)}.leadform-toast-content{align-items:center;display:flex;flex:1 1;gap:12px}.leadform-toast-close{background:none;border:none;border-radius:4px;cursor:pointer;margin-left:12px;padding:4px;transition:background-color .2s}.leadform-toast-close:hover{background:#0000001a}.leadform-error-message{align-items:flex-start;background:#fed7d7;background:var(--error-light);border:1px solid #e53e3e;border:1px solid var(--error-red);border-radius:8px;box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);color:#e53e3e;color:var(--error-red);display:flex;gap:12px;margin-bottom:24px;padding:16px 20px}.leadform-error-content{flex:1 1}.leadform-error-content p{font-size:.9rem;line-height:1.4;margin:0;padding:4px 0}.leadform-error-content p:not(:last-child){border-bottom:1px solid #e53e3e33;margin-bottom:8px;padding-bottom:8px}.leadform-form{background:#fff;background:var(--white);border:1px solid #d1d9e0;border:1px solid var(--border-gray);border-radius:12px;box-shadow:0 4px 12px #2c875926;box-shadow:var(--shadow-medium);overflow:hidden}.leadform-section{border-bottom:1px solid #e0e6ed;border-bottom:1px solid var(--mid-gray);padding:24px 32px;position:relative}.leadform-section:last-of-type{border-bottom:none}.leadform-section:before{background:linear-gradient(180deg,#2c8759,#3aa76a);background:linear-gradient(180deg,var(--primary-green),var(--primary-green-light));content:"";height:100%;left:0;position:absolute;top:0;width:4px}.leadform-section h2{align-items:center;color:#2d3748;color:var(--text-dark);display:flex;font-size:1.4rem;font-weight:600;gap:12px;margin:0 0 24px}.leadform-section h2:before{background:#2c8759;background:var(--primary-green);border-radius:50%;content:"";height:8px;width:8px}.leadform-row{display:flex;gap:24px;margin-bottom:24px}.leadform-group{flex:1 1;margin-bottom:24px}.leadform-row .leadform-group{margin-bottom:0}.leadform-group label{color:#2d3748;color:var(--text-dark);display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.leadform-group input,.leadform-group select,.leadform-group textarea{background:#fff;background:var(--white);border:2px solid #d1d9e0;border:2px solid var(--border-gray);border-radius:8px;color:#2d3748;color:var(--text-dark);font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.leadform-group input:focus,.leadform-group select:focus,.leadform-group textarea:focus{background:#f4faf7;background:var(--lighter-green);border-color:#2c8759;border-color:var(--primary-green);box-shadow:0 0 0 3px #2c87591a;outline:none}.leadform-group input:disabled,.leadform-group select:disabled,.leadform-group textarea:disabled{background:#f8f9fa;background:var(--light-gray);border-color:#e0e6ed;border-color:var(--mid-gray);color:#718096;color:var(--text-light);cursor:not-allowed}.leadform-group textarea{line-height:1.5;min-height:100px;resize:vertical}.leadform-location-inputs{background:#f4faf7;background:var(--lighter-green);border:1px solid #e8f5f0;border:1px solid var(--light-green);border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:20px}.leadform-location-city{flex:2 1;min-width:200px}.leadform-location-state{flex:1 1;min-width:100px}.leadform-location-zip{flex:2 1;min-width:200px}.leadform-radius-input{flex:1 1;min-width:140px;position:relative}.leadform-radius-input input{padding-right:16px;text-align:center}.leadform-radius-unit{bottom:-20px;color:#718096;color:var(--text-light);font-size:.8rem;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}.leadform-add-location-button{align-self:flex-start;background:#2c8759;background:var(--primary-green);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-weight:600;height:fit-content;min-width:100px;padding:12px 24px;transition:all .2s}.leadform-add-location-button:hover{background:#22704b;background:var(--primary-green-accent);box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);transform:translateY(-1px)}.leadform-add-location-button:disabled{background:#e0e6ed;background:var(--mid-gray);box-shadow:none;color:#718096;color:var(--text-light);cursor:not-allowed;transform:none}.leadform-locations-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.leadform-location-tag{align-items:flex-start;background:#fff;background:var(--white);border:2px solid #d1d9e0;border:2px solid var(--border-gray);border-radius:8px;display:flex;margin-bottom:8px;padding:12px;transition:all .2s ease}.leadform-location-tag:hover{border-color:#3aa76a;border-color:var(--primary-green-light);box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light)}.leadform-location-tag-icon{color:#2c8759;color:var(--primary-green);flex-shrink:0;margin-right:12px;margin-top:2px}.leadform-location-info{flex:1 1}.leadform-location-main{align-items:center;display:flex;gap:12px;margin-bottom:4px}.leadform-location-main strong{color:#2d3748;color:var(--text-dark);font-weight:600}.leadform-zip-code{background:#e8f5f0;background:var(--light-green);border-radius:4px;color:#22704b;color:var(--primary-green-accent);font-size:.85rem;font-weight:500;padding:2px 8px}.leadform-location-details{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:12px}.leadform-county{font-style:italic}.leadform-address,.leadform-county{color:#4a5568;color:var(--text-medium)}.leadform-address{background:#f4faf7;background:var(--lighter-green);border:1px solid #e8f5f0;border:1px solid var(--light-green);border-radius:4px;font-size:.8rem;padding:2px 8px}.leadform-radius{background:#f8f9fa;background:var(--light-gray);border-radius:4px;color:#718096;color:var(--text-light);padding:2px 6px}.leadform-location-coordinates{align-items:center;border-top:1px solid #e0e6ed;border-top:1px solid var(--mid-gray);display:flex;flex-wrap:wrap;font-size:.8rem;gap:12px;margin-top:6px;padding-top:6px}.leadform-coordinates{background:#f8f9fa;background:var(--light-gray);border-radius:4px;font-family:monospace;padding:3px 8px}.leadform-accuracy,.leadform-coordinates{color:#718096;color:var(--text-light);font-size:.75rem}.leadform-accuracy{font-style:italic}.leadform-remove-location{align-items:center;background:#e53e3e;background:var(--error-red);border:none;border-radius:50%;color:#fff;color:var(--white);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:12px;transition:all .2s ease;width:32px}.leadform-remove-location:hover{background:#c53030;transform:scale(1.05)}.leadform-remove-location:disabled{background:#e0e6ed;background:var(--mid-gray);cursor:not-allowed;transform:none}.leadform-no-locations{background:#f4faf7;background:var(--lighter-green);border:2px dashed #d1d9e0;border:2px dashed var(--border-gray);border-radius:8px;color:#718096;color:var(--text-light);padding:24px;text-align:center}.leadform-no-locations p{font-style:italic;margin:0}.leadform-actions{align-items:center;border-top:2px solid #e0e6ed;border-top:2px solid var(--mid-gray);display:flex;gap:16px;justify-content:flex-end;margin-top:24px;padding:24px}.leadform-cancel-button{align-items:center;background:#fff;background:var(--white);border:2px solid #d1d9e0;border:2px solid var(--border-gray);border-radius:8px;color:#4a5568;color:var(--text-medium);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;min-width:120px;padding:14px 32px;transition:all .3s ease}.leadform-cancel-button:hover{background:#f8f9fa;background:var(--light-gray);border-color:#718096;border-color:var(--text-light);box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);color:#2d3748;color:var(--text-dark);transform:translateY(-1px)}.leadform-cancel-button:active{box-shadow:none;transform:translateY(0)}.leadform-cancel-button:disabled{background:#e0e6ed;background:var(--mid-gray);border-color:#e0e6ed;border-color:var(--mid-gray);box-shadow:none;color:#718096;color:var(--text-light);cursor:not-allowed;transform:none}.leadform-submit-button{align-items:center;background:#2c8759;background:var(--primary-green);border:2px solid #2c8759;border:2px solid var(--primary-green);border-radius:8px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;min-width:140px;overflow:hidden;padding:14px 32px;position:relative;transition:all .3s ease}.leadform-submit-button:hover{background:#22704b;background:var(--primary-green-accent);border-color:#22704b;border-color:var(--primary-green-accent);box-shadow:0 4px 12px #2c875926;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.leadform-submit-button:active{box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);transform:translateY(-1px)}.leadform-submit-button:disabled{background:#e0e6ed;background:var(--mid-gray);border-color:#e0e6ed;border-color:var(--mid-gray);box-shadow:none;color:#718096;color:var(--text-light);cursor:not-allowed;transform:none}.leadform-submit-button:disabled.loading{background:#3aa76a;background:var(--primary-green-light);border-color:#3aa76a;border-color:var(--primary-green-light);color:#fff;color:var(--white)}.leadform-submit-button.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;border-top:2px solid var(--white);content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.leadform-location-search-container,.leadform-search-input-wrapper{margin-bottom:1rem;position:relative}.leadform-search-input-wrapper{align-items:center;display:flex}.leadform-search-icon{color:#718096;color:var(--text-light);position:absolute;right:12px;z-index:2}.leadform-location-search{background:#fff;background:var(--white);border:2px solid #d1d9e0;border:2px solid var(--border-gray);border-radius:8px;font-size:1rem;padding:9px 12px 12px 40px;transition:all .2s ease;width:100%}.leadform-location-search:focus{border-color:#2c8759;border-color:var(--primary-green);box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);outline:none}.leadform-search-loading{color:#718096;color:var(--text-light);font-size:.85rem;font-style:italic;position:absolute;right:12px}.leadform-radius-selector{align-items:center;display:flex;gap:8px;margin-bottom:1rem}.leadform-radius-selector label{color:#4a5568;color:var(--text-medium);font-size:.9rem;font-weight:500}.leadform-radius-select{background:#fff;background:var(--white);border:1px solid #d1d9e0;border:1px solid var(--border-gray);border-radius:6px;color:#2d3748;color:var(--text-dark);font-size:.9rem;padding:8px 12px}.leadform-suggestions-dropdown{background:#fff;background:var(--white);border:2px solid #d1d9e0;border:2px solid var(--border-gray);border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 12px #2c875926;box-shadow:var(--shadow-medium);left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.leadform-suggestion-item{align-items:center;border-bottom:1px solid #e0e6ed;border-bottom:1px solid var(--mid-gray);cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease}.leadform-suggestion-item:last-child{border-bottom:none}.leadform-suggestion-item:hover{background-color:#e8f5f0;background-color:var(--light-green)}.leadform-suggestion-icon{color:#2c8759;color:var(--primary-green);flex-shrink:0;margin-right:12px}.leadform-suggestion-content{flex:1 1}.leadform-suggestion-main{align-items:center;display:flex;gap:8px;margin-bottom:2px}.leadform-suggestion-city{color:#2d3748;color:var(--text-dark);font-weight:600}.leadform-suggestion-state{color:#4a5568;color:var(--text-medium);font-weight:500}.leadform-suggestion-zip{background:#f8f9fa;background:var(--light-gray);border-radius:4px;color:#718096;color:var(--text-light);font-size:.9rem;padding:2px 6px}.leadform-suggestion-county{font-size:.85rem}.leadform-no-suggestions,.leadform-suggestion-county{color:#718096;color:var(--text-light);font-style:italic}.leadform-no-suggestions{padding:16px;text-align:center}@media (max-width:768px){.leadform-search-input-wrapper{align-items:stretch;flex-direction:column}.leadform-location-coordinates,.leadform-location-details,.leadform-location-main,.leadform-radius-selector{align-items:flex-start;flex-direction:column;gap:4px}.leadform-location-coordinates{margin-top:4px;padding-top:4px}.leadform-suggestion-main{align-items:flex-start;flex-direction:column;gap:4px}.leadform-container{padding:1rem}.leadform-section{padding:20px 16px}.leadform-row{flex-direction:column;gap:0}.leadform-location-inputs{flex-direction:column;gap:16px}.leadform-location-city,.leadform-location-state,.leadform-location-zip,.leadform-radius-input{min-width:auto;width:100%}.leadform-add-location-button{width:100%}.leadform-location-tag{align-items:flex-start;flex-direction:column;gap:12px}.leadform-remove-location{align-self:flex-end}.leadform-actions{flex-direction:column-reverse;gap:12px;padding:20px 16px}.leadform-cancel-button,.leadform-submit-button{font-size:1.1rem;min-width:auto;padding:16px 24px;width:100%}.leadform-toast{left:10px;min-width:auto;right:10px}}@media (max-width:480px){.leadform-container h1{font-size:1.5rem}.leadform-section h2{font-size:1.2rem}.leadform-group input,.leadform-group select,.leadform-group textarea{padding:10px 12px}}@supports (-webkit-touch-callout:none){.leadform-form{-webkit-overflow-scrolling:touch}}.leadform-form{animation:fadeInUp .5s ease-out}.leadform-add-location-button:focus-visible,.leadform-cancel-button:focus-visible,.leadform-group input:focus-visible,.leadform-group select:focus-visible,.leadform-group textarea:focus-visible,.leadform-submit-button:focus-visible{outline:.5px solid #2c8759;outline:.5px solid var(--primary-green)}.leadform-cancel-button:focus-visible{box-shadow:0 1px 3px #2c87591a,0 0 0 3px #2c875933;box-shadow:var(--shadow-light),0 0 0 3px #2c875933}.leadform-submit-button:focus-visible{box-shadow:0 4px 12px #2c875926,0 0 0 3px #2c87594d;box-shadow:var(--shadow-medium),0 0 0 3px #2c87594d}.leadform-multiselect{background:#fff;background:var(--white);border:1px solid #d1d9e0;border:1px solid var(--border-gray);border-radius:8px;box-shadow:0 1px 3px #2c87591a;box-shadow:var(--shadow-light);max-height:200px;overflow-y:auto;padding:.5rem}.leadform-checkbox-item{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.25rem .5rem;transition:background-color .2s}.leadform-checkbox-item:hover{background-color:#e8f5f0;background-color:var(--light-green)}.leadform-checkbox-item input[type=checkbox]{accent-color:#2c8759;accent-color:var(--primary-green);height:16px;margin:0;width:16px}.leadform-checkbox-item span{color:#2d3748;color:var(--text-dark);flex:1 1}.smart-list-filter-builder{background:#0000;padding:0}.filter-section{border-bottom:1px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}@media (max-width:768px){.filter-section{margin-bottom:28px;padding-bottom:20px}}.filter-section:last-child{border-bottom:none;margin-bottom:0}.filter-section h3{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 20px}@media (max-width:768px){.filter-section h3{font-size:15px;margin:0 0 16px}}.filter-section h3:before{background:#2b7a78;border-radius:2px;content:"";height:18px;width:3px}.filter-row{grid-gap:16px;align-items:start;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}@media (max-width:1024px){.filter-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.filter-row{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}}.filter-group{align-self:start;max-width:100%;min-width:0}.filter-group label{color:#475569;display:block;font-size:13px;height:18px;letter-spacing:.5px;line-height:18px;margin:0 0 6px;overflow:hidden;padding:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media (max-width:768px){.filter-group{width:100%}.filter-group label{font-size:13px;height:auto;line-height:1.5;margin-bottom:8px;min-height:20px;white-space:normal}}.filter-group input,.filter-group select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#1e293b;padding:10px 12px;transition:all .2s ease;width:100%}@media (max-width:768px){.filter-group input,.filter-group select{font-size:16px;min-height:48px;padding:14px 12px}}.filter-group input:focus,.filter-group select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.filter-group input:hover,.filter-group select:hover{border-color:#cbd5e1}.range-inputs{gap:12px}.range-inputs span{color:#64748b;font-size:13px;font-weight:500;white-space:nowrap}.checkbox-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;max-height:250px;overflow-y:auto;padding:12px}.checkbox-label{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;padding:8px 12px;transition:all .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.checkbox-label:hover{background:#f0fdfa;border-color:#2b7a78;box-shadow:0 1px 3px #2b7a781a}.checkbox-label input[type=checkbox]{accent-color:#2b7a78;cursor:pointer;flex-shrink:0;margin:0}.checkbox-label input[type=checkbox]:checked+span{color:#2b7a78;font-weight:600}.checkbox-label span{overflow:hidden;text-overflow:ellipsis}.filter-actions{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;margin-top:24px;padding-top:20px}@media (max-width:768px){.filter-actions{margin-top:16px;padding-top:16px}.filter-actions .btn-preview{justify-content:center;width:100%}}.btn-preview{align-items:center;background-color:#2b7a78;border:none;border-radius:6px;box-shadow:0 1px 3px #2b7a7833;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:500;gap:6px;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap;width:auto}.btn-preview:hover{background-color:#21706a;box-shadow:0 2px 6px #2b7a784d;transform:translateY(-1px)}.btn-preview:active{box-shadow:0 1px 3px #2b7a7833;transform:translateY(0)}.btn-preview svg{flex-shrink:0;height:16px;width:16px}.smart-lists-page{padding:20px}.page-header{align-items:center;gap:20px}.page-header h1{flex:0 1 auto;margin:0}.btn-primary,.page-header .btn-primary{flex:0 0 auto}.btn-primary{background-color:#2b7a78;box-shadow:0 1px 3px #2b7a7833;font-size:14px;gap:6px;max-width:none;min-width:auto;white-space:nowrap;width:fit-content}.btn-primary:hover{background-color:#21706a;box-shadow:0 2px 6px #2b7a784d}.btn-primary:active{box-shadow:0 1px 3px #2b7a7833;transform:translateY(0)}.btn-primary svg{flex-shrink:0;height:16px;width:16px}.empty-state{border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:60px 20px}.empty-state svg{color:#ccc;margin-bottom:20px}.empty-state h2{color:#333;font-size:24px;margin:0 0 10px}.empty-state p{color:#666;margin:0 0 30px}.smart-lists-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.smart-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:all .2s ease}.smart-list-card:hover{border-color:#cbd5e1;box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.card-header h3{color:#333;flex:1 1;font-size:18px;font-weight:600;margin:0}.card-actions{display:flex;gap:5px}.btn-icon{height:36px;width:36px}.btn-icon:hover{background:#f1f5f9;border-color:#cbd5e1}.btn-icon.btn-danger:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}.card-description{color:#666;font-size:14px;line-height:1.5;margin:0 0 15px}.card-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:15px}.card-meta{color:#999;font-size:12px}.btn-link{background:none;border:none;color:#2b7a78;cursor:pointer;font-size:14px;font-weight:500;padding:0;transition:color .2s ease}.btn-link:hover{color:#21706a;text-decoration:underline}.modal-overlay{animation:fadeIn .2s ease;background:#0009;padding:20px}@media (max-width:768px){.modal-overlay{align-items:flex-end;padding:0}}.modal-content{animation:slideUp .3s ease;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-width:950px}@media (max-width:768px){.modal-content{border-radius:12px 12px 0 0;max-height:95vh;max-width:100%}}.modal-header{background:#f8fafc;padding:24px 28px}.modal-header h2{font-size:22px}@media (max-width:768px){.modal-header{align-items:flex-start;flex-direction:column;gap:12px;padding:16px 20px}.modal-header h2{font-size:18px;width:100%}.modal-header .btn-icon{position:absolute;right:16px;top:16px}}.modal-header .btn-icon{height:36px;width:36px}.modal-body{background:#fff;flex:1 1;padding:28px}@media (max-width:768px){.modal-body{padding:20px 16px}}.modal-footer{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:12px;padding:20px 28px}@media (max-width:768px){.modal-footer{gap:8px;padding:16px 20px}}.modal-footer .btn-primary,.modal-footer .btn-secondary{flex:0 0 auto}@media (max-width:480px){.modal-footer{flex-direction:column-reverse}.modal-footer .btn-primary,.modal-footer .btn-secondary{justify-content:center;width:100%}}.form-group{margin-bottom:24px}@media (max-width:768px){.form-group{margin-bottom:20px}}.form-group label{color:#334155;font-weight:600;margin-bottom:8px}@media (max-width:768px){.form-group label{font-size:13px}}.form-group input,.form-group textarea{background:#fff;border-radius:6px;font-size:14px;padding:10px 14px}.form-group input:focus,.form-group textarea:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a}.form-group input:hover,.form-group textarea:hover{border-color:#cbd5e1}.btn-secondary{background:#f8fafc;flex:0 0 auto;font-size:14px;max-width:none;min-width:auto;white-space:nowrap;width:fit-content}.btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.preview-count{align-items:center;background:linear-gradient(135deg,#e0f2f1,#b2dfdb);border:1px solid #80cbc4;border-radius:8px;color:#00695c;display:flex;font-size:14px;gap:8px;margin-top:16px;padding:12px 16px}.preview-count strong{color:#004d40;font-size:20px;font-weight:700}.smart-list-view{padding:20px}.page-header{margin-bottom:30px}.header-left{align-items:flex-start;display:flex;gap:20px}.btn-back{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 16px;text-decoration:none}.btn-back:hover{background:#eee}.page-header h1{color:#333;font-size:28px;font-weight:600;margin:0 0 5px}.list-description{color:#666;font-size:14px;margin:0}.btn-refresh{align-items:center;background:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px}.btn-refresh:hover{background:#357abd}.filter-summary{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:20px}.filter-summary h3{color:#333;font-size:16px;font-weight:600;margin:0 0 15px}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{background:#e8f4f8;border-radius:4px;color:#2c5f7c;display:inline-block;font-size:13px;padding:6px 12px}.filter-tag strong{margin-right:5px;text-transform:capitalize}.leads-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.section-header{margin-bottom:20px}.section-header h2{font-size:20px}.leads-table{overflow-x:auto}.leads-table table{border-collapse:collapse;width:100%}.leads-table thead{background:#f5f5f5}.leads-table th{border-bottom:2px solid #ddd;color:#666;font-size:13px;padding:12px;text-transform:uppercase}.leads-table td{border-bottom:1px solid #eee;font-size:14px;padding:12px}.leads-table tbody tr:hover{background:#f9f9f9}.lead-name{color:#4a90e2}.lead-name:hover{text-decoration:underline}.contact-info{display:flex;flex-direction:column;gap:5px}.contact-link{align-items:center;color:#666;display:flex;font-size:13px;gap:5px;text-decoration:none}.contact-link:hover{color:#4a90e2}.status-hot{background:#fee;color:#c33}.status-warm{background:#ffe;color:#c93}.status-cold{background:#eff;color:#3cc}.status-new{background:#eef;color:#33c}.status-closed{background:#efe;color:#3c3}.status-lost{background:#fef;color:#c3c}.status-default{background:#f5f5f5;color:#666}.score-badge{border-radius:12px;font-size:12px;padding:4px 12px}.score-hot{background:#fee;color:#c33}.score-warm{background:#ffe;color:#c93}.score-cool{background:#eff;color:#3cc}.score-cold{background:#eee;color:#999}.actions-cell{position:relative}.btn-icon{background:#0000;border:1px solid #ddd;border-radius:4px;color:#666;height:32px;padding:0;width:32px}.btn-icon:hover{background:#f5f5f5}.actions-menu{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;min-width:120px;position:absolute;right:0;top:35px;z-index:10}.actions-menu a{color:#333;display:block;font-size:14px;padding:10px 15px;text-decoration:none}.actions-menu a:hover{background:#f5f5f5}.empty-state{color:#666}.loading{padding:40px}.propertymapview-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--white);border:1px solid var(--grey-100);border-radius:var(--rounded);box-shadow:var(--shadow-lg);display:flex;gap:12px;height:calc(100vh - 200px);min-height:600px;overflow:hidden}.propertymapview-map-container{align-items:stretch;background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-light) 100%);border-radius:var(--rounded) 0 0 var(--rounded);display:flex;flex:0 0 70%;overflow:hidden;position:relative}.propertymapview-google-map{border:none;border-radius:16px 0 0 16px;bottom:0;height:100%!important;left:0;position:absolute;right:0;top:0;width:100%!important}.propertymapview-sidebar{background:linear-gradient(180deg,var(--white) 0,var(--light-grey) 100%);border-left:1px solid var(--grey-200);border-radius:0 var(--rounded) var(--rounded) 0;display:flex;flex:0 0 30%;flex-direction:column;position:relative}.propertymapview-sidebar-header{background:#0000;border-bottom:1px solid var(--grey-200);border-radius:0 var(--rounded) 0 0;padding:24px 20px 20px;position:sticky;top:0;z-index:10}.propertymapview-sidebar-header h3{color:var(--primary-green-dark);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;margin:0}.propertymapview-search-info{background:linear-gradient(135deg,var(--accent-green-light) 0,var(--white) 100%);border:1px solid var(--primary-green-light);border-radius:var(--rounded);box-shadow:var(--shadow-sm);margin-top:16px;padding:16px;transition:all .3s ease}.propertymapview-search-info:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.propertymapview-search-location{align-items:center;color:var(--primary-green);display:flex;font-size:14px;font-weight:600;gap:8px;line-height:1.4;margin:0 0 12px}.propertymapview-clear-search{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-light) 100%);border:none;border-radius:var(--rounded-sm);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;text-align:center;transition:all .2s ease;width:100%}.propertymapview-clear-search:hover{background:linear-gradient(135deg,var(--primary-green-light) 0,var(--primary-green) 100%);box-shadow:var(--shadow-md);transform:translateY(-1px)}.propertymapview-clear-search:active{background:var(--primary-green-dark);box-shadow:var(--shadow-sm);transform:translateY(0)}.propertymapview-properties-list{background:#0000;flex:1 1;overflow-y:auto;padding:0}.propertymapview-list-item{border-bottom:1px solid var(--grey-200);border-radius:0 var(--rounded-sm) var(--rounded-sm) 0;cursor:pointer;margin:0 8px 0 0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.propertymapview-list-item{margin:0 4px 0 0}}.propertymapview-list-item:hover{background:linear-gradient(135deg,#2ecc710d,#27ae600d);box-shadow:var(--shadow-sm);transform:translateX(4px)}.propertymapview-list-item.selected{background:linear-gradient(135deg,var(--accent-green-light) 0,var(--accent-green-hover) 100%);border-left:4px solid var(--primary-green);box-shadow:var(--shadow-md);transform:translateX(4px)}.propertymapview-selection-checkbox{align-items:center;background:var(--white);border:2px solid var(--grey-300);border-radius:var(--rounded-sm);box-shadow:var(--shadow-sm);cursor:pointer;display:flex;height:22px;justify-content:center;left:12px;position:absolute;top:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:22px;z-index:5}.propertymapview-selection-checkbox.selected{background:var(--primary-green);border-color:var(--primary-green);color:var(--white);transform:scale(1.1)}.propertymapview-selection-checkbox:hover{border-color:var(--primary-green-light);box-shadow:var(--shadow);transform:scale(1.05)}.propertymapview-item-content{color:inherit;display:flex;flex-direction:column;gap:12px;padding:18px 16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.propertymapview-item-content.selection-mode{padding-left:46px}.propertymapview-image-small{border-radius:12px;box-shadow:0 4px 8px #0000001a,0 2px 4px #0000000f;flex-shrink:0;height:180px;margin:0 auto;overflow:hidden;position:relative;transition:all .3s ease;width:90%}.propertymapview-image-small:hover{box-shadow:0 6px 12px #00000026,0 3px 6px #0000001a;transform:scale(1.02)}.propertymapview-image-small img{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.propertymapview-image-small:hover img{transform:scale(1.05)}.propertymapview-placeholder-image{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e0);color:#718096;display:flex;font-size:11px;font-weight:500;height:100%;justify-content:center;text-align:center;width:100%}.propertymapview-status-small{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border:1px solid #fff3;border-radius:12px;color:#fff;font-size:9px;font-weight:700;left:6px;letter-spacing:.5px;padding:3px 8px;position:absolute;text-transform:uppercase;top:6px}.propertymapview-favorite-button{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#718096;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:6px;top:6px;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.propertymapview-favorite-button:hover{background:#fff;box-shadow:0 4px 12px #e53e3e4d;color:#e53e3e;transform:scale(1.15)}.propertymapview-favorite-button.favorited{background:#fff;box-shadow:0 4px 12px #e53e3e33;color:#e53e3e;transform:scale(1.05)}.propertymapview-favorite-button .filled{fill:currentColor}.propertymapview-details{display:flex;flex-direction:column;gap:4px;text-align:left;width:100%}.propertymapview-details h4{color:#2d3748;font-size:14px;font-weight:600;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.propertymapview-details .propertymapview-location{align-items:center;color:#718096;display:flex;font-size:12px;gap:4px;margin:0;text-align:left}.propertymapview-details .propertymapview-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-dark) 100%);background-clip:text;-webkit-background-clip:text;font-size:18px;font-weight:800;letter-spacing:-.02em;margin:0;text-align:left}.propertymapview-features-compact{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:0;row-gap:2px;width:100%}.propertymapview-features-compact span{color:#4a5568}.propertymapview-features-compact span,.propertymapview-year-built{align-items:center;display:flex;font-size:12px;font-weight:500;gap:4px;padding:2px 6px;text-align:left;white-space:nowrap}.propertymapview-year-built{color:var(--grey-600)}.propertymapview-updatedAt{align-items:center;color:var(--grey-600);display:flex;font-size:12px;font-weight:500;gap:4px;margin:0;padding:2px 6px;text-align:left;white-space:nowrap}.propertymapview-updatedAt svg{color:var(--primary-green)}.propertymapview-status-small.status-active{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-dark) 100%)}.propertymapview-status-small.status-coming-soon{background:linear-gradient(135deg,#3182ce,#2c5282)}.propertymapview-status-small.status-under-contract{background:linear-gradient(135deg,#d69e2e,#b7791f)}.propertymapview-status-small.status-closed,.propertymapview-status-small.status-sold{background:linear-gradient(135deg,#e53e3e,#c53030)}.propertymapview-status-small.status-hold{background:linear-gradient(135deg,#ed8936,#dd6b20)}.propertymapview-status-small.status-expired,.propertymapview-status-small.status-withdrawn{background:linear-gradient(135deg,#718096,#4a5568)}.propertymapview-status-small.status-pending{background:linear-gradient(135deg,#d69e2e,#b7791f)}.propertymapview-status-small.status-contingent{background:linear-gradient(135deg,#805ad5,#6b46c1)}.propertymapview-info-window{background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;min-width:240px;padding:16px;transition:all .2s ease}.propertymapview-info-window:hover{background:#f8fafc;box-shadow:0 10px 30px #0003;transform:translateY(-1px)}.propertymapview-info-window h4{color:#2d3748;font-size:17px;font-weight:700;line-height:1.3;margin:0 0 10px}.propertymapview-info-window p{color:#4a5568;font-size:14px;line-height:1.4;margin:0 0 8px}.propertymapview-info-window .propertymapview-info-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#3b82f6);background-clip:text;-webkit-background-clip:text;font-size:20px;font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.propertymapview-info-window .propertymapview-info-features{color:#718096;display:flex;font-size:13px;font-weight:500;gap:16px}@media (max-width:1024px){.propertymapview-container{flex-direction:column;gap:12px;height:auto}.propertymapview-map-container{flex:none;height:400px}.propertymapview-sidebar{border-left:none;border-top:1px solid #e2e8f0;flex:none;max-height:500px}}@media (max-width:768px){.propertymapview-item-content{flex-direction:column;gap:6px;padding:8px}.propertymapview-item-content.selection-mode{padding-left:36px}.propertymapview-image-small{height:160px;width:100%}.propertymapview-details{gap:4px;text-align:center;width:100%}.propertymapview-details h4{font-size:12px;margin:0;text-align:center}.propertymapview-details .propertymapview-location{font-size:11px;justify-content:center;margin:0;text-align:center}.propertymapview-details .propertymapview-price{font-size:13px;margin:0;text-align:center}.propertymapview-features-compact{gap:4px;justify-content:center;margin:0}.propertymapview-features-compact span{font-size:10px;padding:2px 4px}.propertymapview-updatedAt,.propertymapview-year-built{font-size:10px;justify-content:center;margin:0;padding:2px 4px;text-align:center}}.propertymapview-properties-list::-webkit-scrollbar{width:8px}.propertymapview-properties-list::-webkit-scrollbar-track{background:var(--grey-100);border-radius:4px}.propertymapview-properties-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-green-light) 0,var(--primary-green) 100%);border:1px solid #ffffff4d;border-radius:4px}.propertymapview-properties-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-dark) 100%)}.propertymapview-container{animation:fadeInUp .6s ease-out}.propertymapview-map-container:before{background:linear-gradient(135deg,var(--primary-green) 0,var(--primary-green-light) 100%);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.propertymapview-map-container.loading:before{opacity:1}.PropertiesGridView{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:1rem 0}.PropertiesGridView-cardWrapper{position:relative}.PropertiesGridView-card{background-color:var(--white);border:1px solid var(--grey-200)!important;border-radius:var(--rounded);box-shadow:var(--shadow);color:var(--black);display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:all .3s ease}.PropertiesGridView-card:hover{border:solid var(--primary-green)!important;border-width:2px 2px 4px!important;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.PropertiesGridView-card.selection-mode{cursor:pointer}.PropertiesGridView-card.selected{border:2px solid var(--primary-green)!important;box-shadow:0 0 0 3px #2c974b4d}.PropertiesGridView-image{height:200px;overflow:hidden;position:relative}.PropertiesGridView-image img{height:100%;object-fit:cover;width:100%}.PropertiesGridView-placeholderImage{align-items:center;background-color:var(--grey-200);color:var(--grey-600);display:flex;font-weight:500;height:100%;justify-content:center}.PropertiesGridView-status{background-color:#ffffffe6;border-radius:var(--rounded-sm);font-size:.75rem;font-weight:600;left:10px;padding:5px 10px;position:absolute;text-transform:uppercase;top:10px}.PropertiesGridView-favoriteBtn{align-items:center;background-color:#ffffffe6;border:none;border-radius:50%;color:var(--grey-600);cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .2s;width:32px}.PropertiesGridView-favoriteBtn:hover{background-color:var(--white);transform:scale(1.05)}.PropertiesGridView-favoriteBtn.favorited{color:#e53e3e}.PropertiesGridView-favoriteBtn.favorited .filled{fill:#e53e3e;stroke:#e53e3e}.PropertiesGridView-info{display:flex;flex:1 1;flex-direction:column;padding:1rem}.PropertiesGridView-info h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.PropertiesGridView-location{align-items:center;color:var(--grey-600);display:flex;font-size:.875rem;gap:.5rem;margin:0 0 .5rem}.PropertiesGridView-price{color:var(--primary-green);font-size:1.25rem;font-weight:700;margin:0 0 1rem}.PropertiesGridView-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.PropertiesGridView-feature{align-items:center;color:var(--grey-600);display:flex;font-size:.875rem;gap:.5rem}.PropertiesGridView-meta{border-top:1px solid var(--grey-200);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.75rem;margin-top:auto;padding-top:.75rem}.PropertiesGridView-metaItem{align-items:center;color:var(--grey-600);display:flex;gap:.25rem}.PropertiesGridView-sourceTag{margin-left:auto}.PropertiesGridView-sourceLabel{background-color:var(--grey-100);border-radius:var(--rounded-sm);font-weight:500;padding:2px 6px}.PropertiesGridView-updatedAt{align-items:center;color:var(--grey-600);display:flex;font-size:.75rem;gap:.25rem}.PropertiesGridView-selectionCheckbox{align-items:center;background-color:var(--white);border:2px solid var(--grey-300);border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;left:10px;position:absolute;top:10px;transition:all .2s;width:24px;z-index:2}.PropertiesGridView-selectionCheckbox.selected{background-color:var(--primary-green);border-color:var(--primary-green);color:var(--white)}.PropertiesTableView{margin:1rem 0}.PropertiesTableView-container{background-color:var(--white);border-radius:var(--rounded);box-shadow:var(--shadow);max-width:100%;overflow-x:auto}.PropertiesTableView-table{border-collapse:collapse;font-size:.875rem;width:100%}.PropertiesTableView-table th{background-color:var(--grey-100);border-bottom:2px solid var(--grey-200);font-weight:600;padding:1rem .75rem;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:10}.PropertiesTableView-table td{border-bottom:1px solid var(--grey-200);padding:.75rem;vertical-align:middle}.PropertiesTableView-headerText{align-items:center;display:flex;gap:.25rem}.PropertiesTableView-sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none}.PropertiesTableView-sortableHeader:hover{background-color:var(--grey-200)}.PropertiesTableView-tableRow{transition:background-color .2s}.PropertiesTableView-tableRow:hover{background-color:var(--accent-green-light)}.PropertiesTableView-tableRow.selected{background-color:var(--accent-green-hover)}.PropertiesTableView-tableImage{border-radius:var(--rounded-sm);height:60px;object-fit:cover;width:80px}.PropertiesTableView-tablePlaceholderImage{align-items:center;background-color:var(--grey-200);border-radius:var(--rounded-sm);color:var(--grey-600);display:flex;font-size:.75rem;height:60px;justify-content:center;width:80px}.PropertiesTableView-tableStatus{background-color:var(--grey-100);border-radius:var(--rounded-sm);display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase;white-space:nowrap}.PropertiesTableView-tableFavoriteBtn{align-items:center;background:none;border:none;border-radius:50%;color:var(--grey-600);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.PropertiesTableView-tableFavoriteBtn:hover{background-color:var(--grey-100);transform:scale(1.1)}.PropertiesTableView-tableFavoriteBtn.favorited{color:#e53e3e}.PropertiesTableView-tableFavoriteBtn.favorited .filled{fill:#e53e3e;stroke:#e53e3e}.PropertiesTableView-link{color:var(--primary-green-dark);font-weight:500;text-decoration:none}.PropertiesTableView-link:hover{text-decoration:underline}.PropertiesTableView-priceCell{color:var(--primary-green);font-weight:600;white-space:nowrap}.PropertiesTableView-updatedCell{color:var(--grey-600);font-size:.8rem;white-space:nowrap}.PropertiesTableView-imageCell{min-width:80px;width:80px}.PropertiesTableView-selectCell{min-width:40px;width:40px}.PropertiesTableView-tableCheckbox{align-items:center;border:2px solid var(--grey-300);border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0 auto;transition:all .2s;width:24px}.PropertiesTableView-tableCheckbox.selected{background-color:var(--primary-green);border-color:var(--primary-green);color:var(--white)}.PropertiesTableView-tableStatus.status-active{background-color:#c6f6d5;color:#276749}.PropertiesTableView-tableStatus.status-coming-soon{background-color:#bee3f8;color:#2c5282}.PropertiesTableView-tableStatus.status-under-contract,.PropertiesTableView-tableStatus.status-under-contract-cont-to-show{background-color:#fed7d7;color:#c53030}.PropertiesTableView-tableStatus.status-closed,.PropertiesTableView-tableStatus.status-sold{background-color:#e9d8fd;color:#553c9a}.PropertiesTableView-tableStatus.status-hold,.PropertiesTableView-tableStatus.status-pending{background-color:#feebc8;color:#9c4221}.PropertiesTableView-tableStatus.status-expired,.PropertiesTableView-tableStatus.status-withdrawn{background-color:#e2e8f0;color:#4a5568}.PropertiesTableView-tableStatus.status-contingent{background-color:#fed7e2;color:#b83280}.PropertiesTableView-tableStatus.status-back-on-market{background-color:#fefcbf;color:#975a16}@media (max-width:1200px){.PropertiesTableView-updatedCell,.PropertiesTableView-updatedHeader,.PropertiesTableView-yearBuiltCell,.PropertiesTableView-yearBuiltHeader{display:none}}@media (max-width:992px){.PropertiesTableView-bathsCell,.PropertiesTableView-bathsHeader,.PropertiesTableView-sqftCell,.PropertiesTableView-sqftHeader{display:none}}@media (max-width:768px){.PropertiesTableView-bedsCell,.PropertiesTableView-bedsHeader,.PropertiesTableView-cityCell,.PropertiesTableView-cityHeader{display:none}}.PropertiesSearch-form{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;width:100%}.PropertiesSearch-wrapper{flex:1 1;min-width:0;position:relative}.PropertiesSearch-icon{color:var(--grey-600);left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.PropertiesSearch-input{background-color:var(--white);border:1px solid var(--grey-300);border-radius:var(--rounded);font-size:1rem;padding:.75rem .75rem .75rem 2.5rem;transition:border-color .2s,box-shadow .2s;width:100%}.PropertiesSearch-input:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px #27ae6033;outline:none}.PropertiesSearch-clear-button{align-items:center;background:none;border:none;border-radius:50%;color:var(--grey-500);cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:all .2s ease;z-index:10}.PropertiesSearch-clear-button:hover{background-color:var(--grey-200);color:var(--grey-700)}.PropertiesSearch-clear-button:active{transform:translateY(-50%) scale(.95)}.PropertiesSearch-input-container:has(.PropertiesSearch-clear-button) .PropertiesSearch-input{padding-right:2.5rem}.PropertiesSearch-button{background-color:var(--primary-green);border:none;border-radius:var(--rounded);color:var(--white);cursor:pointer;font-weight:600;min-width:80px;padding:.75rem 1.25rem;transition:background-color .2s;white-space:nowrap}.PropertiesSearch-button:hover{background-color:var(--primary-green-dark)}.PropertiesSearch-filterButton{align-items:center;background-color:var(--white);border:1px solid var(--grey-300);border-radius:var(--rounded);color:var(--grey-800);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:background-color .2s;white-space:nowrap}.PropertiesSearch-filterButton:hover{background-color:var(--grey-100)}@media (max-width:640px){.PropertiesSearch-form{flex-wrap:wrap;gap:.75rem}.PropertiesSearch-wrapper{min-width:100%;order:1;width:100%}.PropertiesSearch-input,.PropertiesSearch-input-container{min-width:100%;width:100%}.PropertiesSearch-input{font-size:16px;padding:.875rem .75rem .875rem 2.5rem}.PropertiesSearch-input-container:has(.PropertiesSearch-clear-button) .PropertiesSearch-input{padding-right:2.5rem}.PropertiesSearch-button,.PropertiesSearch-filterButton{flex:1 1;font-size:16px;margin-top:.5rem;min-height:48px;order:2}}@media (max-width:480px){.PropertiesSearch-form{gap:.5rem}.PropertiesSearch-input{font-size:16px;padding:1rem .75rem 1rem 2.5rem}.PropertiesSearch-input-container:has(.PropertiesSearch-clear-button) .PropertiesSearch-input{padding-right:2.5rem}.PropertiesSearch-button,.PropertiesSearch-filterButton{font-size:16px;padding:1rem 1.25rem}}.PropertiesSearch-button,.PropertiesSearch-filterButton{flex-shrink:0}.PropertiesSearch-loader{animation:spin 1.5s linear infinite}.PropertiesSearch-button:disabled{background-color:var(--grey-400);cursor:not-allowed}.PropertiesSearch-input-container{position:relative;width:100%}.PropertiesSearch-city-loader{animation:spin 1.5s linear infinite;color:var(--grey-500);position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.PropertiesSearch-suggestions{background:var(--white);border:1px solid var(--grey-300);border-radius:0 0 var(--rounded) var(--rounded);border-top:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.PropertiesSearch-suggestion-item{border-bottom:1px solid var(--grey-100);cursor:pointer;padding:.75rem 1rem;transition:background-color .15s ease}.PropertiesSearch-suggestion-item:last-child{border-bottom:none}.PropertiesSearch-suggestion-item:hover{background-color:var(--grey-50)}.PropertiesSearch-suggestion-address{color:var(--grey-900);font-size:.95rem;font-weight:500;line-height:1.3}.PropertiesSearch-suggestion-details{color:var(--grey-600);font-size:.8rem;font-weight:400;margin-top:.125rem}.PropertiesSearch-suggestions{z-index:1001}@media (max-width:640px){.PropertiesSearch-suggestions{left:0;max-height:150px;right:0;width:100%}.PropertiesSearch-suggestion-item{font-size:16px;padding:.75rem 1rem}.PropertiesSearch-suggestion-address{font-size:16px}.PropertiesSearch-suggestion-details{font-size:14px}}@media (max-width:480px){.PropertiesSearch-suggestions{max-height:120px}.PropertiesSearch-suggestion-item{padding:.875rem 1rem}}:root{--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--primary-blue-light:#60a5fa}.Properties-page{background-color:var(--light-grey);margin:0 auto;max-width:1600px;padding:0}.Properties-pageTitle{background-color:var(--white);border-left:4px solid #2563eb;border-left:4px solid var(--primary-blue);border-radius:var(--rounded);box-shadow:var(--shadow);margin-bottom:1rem;padding:1.5rem}.Properties-pageTitle h1{color:#000;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.Properties-pageTitle p{color:var(--grey-600);font-size:1rem;margin:0}.Properties-header{align-items:center;background-color:var(--white);border-bottom:2px solid var(--primary-green-light);border-radius:var(--rounded);box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem}.Properties-header h1{color:var(--primary-green);display:none;font-size:2rem;font-weight:700;margin:0}.Properties-syncButton{align-items:center;background-color:var(--primary-green);border:none;border-radius:var(--rounded);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.Properties-syncButton:hover{background-color:var(--primary-green-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Properties-syncButton:disabled{background-color:var(--grey-300);cursor:not-allowed;transform:none}.spin{animation:spin 1s linear infinite}.Properties-filtersContainer{background-color:var(--white);border-left:3px solid var(--primary-green);border-radius:var(--rounded);box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.25rem}.Properties-searchForm{flex-wrap:wrap;gap:1rem}.Properties-searchWrapper{box-shadow:var(--shadow-sm);flex:1 1;min-width:200px;position:relative}.Properties-searchInput{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);font-size:1rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s;width:100%}.Properties-searchInput:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px #27ae6033;outline:none}.Properties-searchIcon{color:var(--primary-green);left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.Properties-filterButton,.Properties-searchButton{align-items:center;background-color:var(--primary-green);border:none;border-radius:var(--rounded);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.Properties-filterButton:hover,.Properties-searchButton:hover{background-color:var(--primary-green-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Properties-filterButton{background-color:var(--white);border:1px solid var(--primary-green);color:var(--primary-green)}.Properties-filterButton:hover{background-color:var(--accent-green-light);border-color:var(--primary-green-dark);color:var(--primary-green-dark)}.Properties-toolbarButton{align-items:center;background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);color:var(--grey-600);cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 4px;position:relative;transition:all .2s;width:40px}.Properties-toolbarButton:hover{background-color:var(--accent-green-light);border-color:var(--primary-green-light);box-shadow:var(--shadow-sm);color:var(--primary-green);transform:translateY(-2px)}.Properties-toolbarButton.active{background-color:var(--primary-green);border-color:var(--primary-green);color:#fff}.Properties-toolbarButton .filled{fill:var(--primary-green);stroke:var(--primary-green)}.Properties-toolbarButton.active .filled{fill:#fff;stroke:#fff}.Properties-emailToolbarButton span{height:20px;right:-8px;top:-8px;width:20px}.Properties-filterPanel{background-color:var(--accent-green-light);border-radius:var(--rounded);border-top:1px solid var(--grey-200);box-shadow:var(--shadow-sm);margin-top:1.25rem;overflow:hidden;padding:1.5rem;transition:all .3s ease}.Properties-compactFilterPanel{max-height:300px;padding:1rem}.Properties-filterScrollContainer{margin-right:-8px;max-height:180px;overflow-x:hidden;overflow-y:auto;padding-right:8px}.Properties-filterScrollContainer::-webkit-scrollbar{width:6px}.Properties-filterScrollContainer::-webkit-scrollbar-track{background:var(--grey-100);border-radius:3px}.Properties-filterScrollContainer::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:3px}.Properties-filterScrollContainer::-webkit-scrollbar-thumb:hover{background:var(--primary-green-dark)}.Properties-filterRow{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}@media (max-width:768px){.Properties-filterRow{flex-direction:column;gap:1rem}}.Properties-filterGroup{flex:1 1;margin-bottom:.5rem;max-width:calc(25% - 1rem);min-width:180px}@media (max-width:1200px){.Properties-filterGroup{max-width:calc(33.333% - 1rem)}}@media (max-width:992px){.Properties-filterGroup{max-width:calc(50% - 1rem)}}@media (max-width:768px){.Properties-filterGroup{max-width:100%;width:100%}}.Properties-filterGroup label{color:var(--primary-green-dark);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.Properties-input,.Properties-select{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-sm);font-size:.875rem;height:42px;padding:.75rem;transition:all .2s;width:100%}.Properties-input:focus,.Properties-select:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px #2c974b33;outline:none}.Properties-checkboxGroup{align-items:center;display:flex;flex-direction:row;gap:1.5rem;padding-top:1.75rem}.Properties-checkboxGroup label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:.5rem;margin-bottom:0}.Properties-checkboxGroup input[type=checkbox]{accent-color:var(--primary-green);height:1rem;margin:0;width:1rem}.Properties-multiSelect{max-height:150px;padding:.75rem}.Properties-propertyTypeDropdown{position:relative}.Properties-dropdownToggle{align-items:center;background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-sm);cursor:pointer;display:flex;height:42px;justify-content:space-between;padding:.75rem;transition:all .2s;width:100%}.Properties-dropdownToggle:hover{border-color:var(--primary-green-light)}.Properties-dropdownToggle:focus{border-color:var(--primary-green);box-shadow:0 0 0 2px #2c974b33;outline:none}.Properties-dropdownToggle span{color:var(--grey-700);font-size:.875rem}.Properties-dropdownToggle svg{color:var(--grey-500);transition:transform .2s}.Properties-dropdownToggle svg.rotated{transform:rotate(180deg)}.Properties-dropdownMenu{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-md);left:0;margin-top:2px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.Properties-dropdownMenu .Properties-checkboxList{padding:.5rem}.Properties-priceInput{font-feature-settings:"tnum";font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-variant-numeric:tabular-nums}.Properties-checkboxList{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.Properties-checkboxItem{margin-bottom:.375rem}.Properties-checkboxItem input[type=checkbox]{height:1rem;width:1rem}.Properties-filterActions{border-top:1px solid var(--grey-200);display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem}@media (max-width:768px){.Properties-filterActions{flex-direction:column-reverse}.Properties-filterActions button{width:100%}}.Properties-resetButton{background-color:var(--white);border:1px solid var(--grey-300);border-radius:var(--rounded);color:var(--grey-600);cursor:pointer;font-weight:500;min-width:120px;padding:.75rem 1.5rem;transition:all .2s}.Properties-resetButton:hover{background-color:var(--grey-100);box-shadow:var(--shadow-sm);color:var(--grey-800);transform:translateY(-1px)}.Properties-applyButton{background-color:var(--primary-green);border:none;border-radius:var(--rounded);color:#fff;cursor:pointer;font-weight:600;min-width:120px;padding:.75rem 1.5rem;transition:all .2s}.Properties-applyButton:hover{background-color:var(--primary-green-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Properties-viewToggle{margin-left:auto}.Properties-viewToggleButton{align-items:center;background-color:var(--white);border:1px solid var(--grey-200);color:var(--grey-600);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.Properties-viewToggleButton:first-child{border-radius:var(--rounded) 0 0 var(--rounded)}.Properties-viewToggleButton:last-child{border-radius:0 var(--rounded) var(--rounded) 0}.Properties-viewToggleButton.active{background-color:var(--primary-green);border-color:var(--primary-green);color:#fff}.Properties-viewToggleButton:hover:not(.active){background-color:var(--accent-green-light);color:var(--primary-green)}.Properties-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}.Properties-container:not(.list) .Properties-card{border:1px solid var(--grey-200)}.Properties-container:not(.list) .Properties-card:hover{border:solid var(--primary-green);border-width:2px 2px 4px}.Properties-container.list{grid-template-columns:1fr}.Properties-container.list .Properties-card{aspect-ratio:auto;flex-direction:row;height:220px}.Properties-container.list .Properties-image{height:100%;min-width:280px;width:280px}@media (max-width:768px){.Properties-container.list .Properties-card{flex-direction:column;height:auto}.Properties-container.list .Properties-image{height:220px;width:100%}.Properties-container.list .Properties-updatedAt{margin-top:.5rem;position:static}}.Properties-container.list .Properties-info{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:1rem;position:relative}.Properties-container.list .Properties-features{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:.75rem;margin-top:.5rem}.Properties-container.list .Properties-location,.Properties-container.list .Properties-price{margin-bottom:.5rem}.Properties-container.list .Properties-meta{flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.Properties-container.list .Properties-updatedAt{margin-top:0;position:absolute;right:1rem;top:1rem}.Properties-updatedAt{align-items:center;background-color:var(--white);border:1px solid var(--accent-green-light);border-radius:var(--rounded-sm);box-shadow:var(--shadow-sm);color:var(--grey-600);display:flex;font-size:.75rem;gap:.375rem;margin-top:auto;padding:.375rem .625rem;width:fit-content}.Properties-updatedAt svg{color:var(--primary-green)}.Properties-cardWrapper{position:relative}.Properties-card{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow);color:var(--black);display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:all .3s ease}.Properties-card:hover{border:solid var(--primary-green);border-width:2px 2px 4px;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Properties-image{height:220px;overflow:hidden;position:relative;width:100%}.Properties-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.Properties-card:hover .Properties-image img{transform:scale(1.05)}.Properties-status{border-radius:var(--rounded-sm);box-shadow:0 2px 4px #0003;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .75rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem;z-index:2}.status-a,.status-active{background-color:var(--primary-green)}.status-coming-soon,.status-cs{background-color:#3182ce}.status-closed,.status-s,.status-sold{background-color:#e53e3e}.status-hold,.status-t{background-color:#ed8936}.status-uc,.status-under-contract{background-color:#805ad5}.status-under-contract-cont-to-show,.status-us{background-color:#6b46c1}.status-w,.status-withdrawn{background-color:#4a5568}.status-expired,.status-x{background-color:#718096}.status-p,.status-pending{background-color:#dd6b20}.status-c,.status-contingent{background-color:#9f580a}.Properties-info{background:linear-gradient(to bottom,var(--white) 0,var(--accent-green-light) 100%);display:flex;flex:1 1;flex-direction:column;padding:1rem}.Properties-info h3{color:var(--primary-green-dark);font-size:1.125rem;font-weight:600;line-height:1.3;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Properties-location{align-items:center;color:var(--grey-600);display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem;padding:.25rem 0}.Properties-price{color:var(--primary-green);font-size:1.375rem;font-weight:700;margin-bottom:.5rem;padding:.25rem 0}.Properties-features{grid-gap:.5rem;background-color:var(--white);border-radius:var(--rounded-sm);box-shadow:var(--shadow-sm);display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:.75rem;padding:.5rem}.Properties-feature{align-items:center;color:var(--grey-600);display:flex;font-size:.8125rem;gap:.375rem}.Properties-feature svg{color:var(--primary-green);min-width:14px}.Properties-meta{border-top:1px solid var(--grey-200);display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem}.Properties-metaItem{align-items:center;background-color:var(--white);border:1px solid var(--accent-green-light);border-radius:var(--rounded-sm);box-shadow:var(--shadow-sm);color:var(--grey-600);display:flex;font-size:.6875rem;gap:.25rem;padding:.25rem .5rem}.Properties-metaItem svg{color:var(--primary-green)}.Properties-sourceTag .Properties-sourceLabel{color:var(--primary-green);font-weight:600}.Properties-favoriteBtn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 5px #00000026;color:var(--grey-600);cursor:pointer;display:flex;height:2.25rem;justify-content:center;left:1rem;position:absolute;top:1rem;transition:all .2s;width:2.25rem;z-index:3}.Properties-favoriteBtn:hover{background:#fff;transform:scale(1.15)}.Properties-favoriteBtn.favorited{background:#fff;color:#e53e3e}.Properties-favoriteBtn .filled{fill:#e53e3e;stroke:#e53e3e}.Properties-placeholderImage{align-items:center;background:linear-gradient(135deg,var(--accent-green-light) 0,var(--white) 100%);color:var(--primary-green);display:flex;font-size:.875rem;font-weight:500;height:100%;justify-content:center;width:100%}.Properties-emptyState{background-color:var(--white);border-radius:var(--rounded);border-top:3px solid var(--primary-green);box-shadow:var(--shadow);padding:4rem 2rem;text-align:center}.Properties-emptyState h2{color:var(--primary-green-dark);font-weight:600;margin-bottom:.75rem}.Properties-emptyState p{color:var(--grey-600);font-size:1.125rem;margin-bottom:1.5rem}.Properties-pagination{background:var(--accent-green-light);border-radius:var(--rounded);display:flex;justify-content:center;margin-top:2rem;padding:1rem}.Properties-loading{background-color:var(--accent-green-light);border-radius:var(--rounded);color:var(--primary-green);font-size:1.25rem;font-weight:500;padding:3rem;text-align:center}.Properties-loading-skeleton{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:1rem}.Properties-skeleton-card{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.Properties-skeleton-image{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;height:200px}.Properties-skeleton-content{padding:1rem}.Properties-skeleton-title{height:20px}.Properties-skeleton-text,.Properties-skeleton-title{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;margin-bottom:.5rem}.Properties-skeleton-text{height:16px}.Properties-skeleton-text:last-child{width:60%}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.8}}.Properties-error{background-color:#fed7d7;border-radius:var(--rounded);box-shadow:var(--shadow);color:#e53e3e;gap:.75rem;margin-bottom:1rem;padding:1.25rem}.Properties-error,.Properties-favButton{align-items:center;display:flex;font-weight:500}.Properties-favButton{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-sm);color:var(--grey-600);cursor:pointer;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.Properties-favButton:hover{background-color:var(--accent-green-light);border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.Properties-favButton.active{background-color:var(--primary-green);border-color:var(--primary-green);color:#fff}.Properties-favButton.active .filled{fill:#fff;stroke:#fff}.Properties-selectionButton{align-items:center;background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-sm);color:var(--grey-600);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.Properties-selectionButton:hover{background-color:var(--accent-green-light);border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.Properties-selectionButton.active{background-color:var(--primary-green);border-color:var(--primary-green);color:#fff}.Properties-emailButton{align-items:center;background-color:var(--primary-green);border:none;border-radius:var(--rounded);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.Properties-emailButton:hover{background-color:var(--primary-green-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Properties-card.selection-mode,.property-card.selection-mode{cursor:pointer}.Properties-card.selected,.property-card.selected{border:2px solid var(--primary-green)!important;box-shadow:0 0 0 3px #2c974b4d!important}.Properties-selectionCheckbox{align-items:center;background-color:#fffffff2;border:2px solid var(--grey-300);border-radius:50%;box-shadow:0 2px 4px #00000026;cursor:pointer;display:flex;height:1.75rem;justify-content:center;left:1rem;position:absolute;top:1rem;transition:all .2s;width:1.75rem;z-index:5}.Properties-selectionCheckbox:hover{border-color:var(--primary-green-light);transform:scale(1.1)}.Properties-selectionCheckbox.selected{background-color:var(--primary-green);border-color:var(--primary-green);color:#fff}.Properties-selectionActionsBar{align-items:center;background-color:var(--white);bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:space-between;left:0;padding:1rem;position:sticky;right:0;z-index:10}.Properties-selectionCount{color:var(--grey-800);font-weight:600}.Properties-selectionActions{display:flex;gap:.75rem}.Properties-selectionControls{align-items:center;background-color:var(--accent-green-light);border-radius:var(--rounded);box-shadow:var(--shadow-sm);display:flex;margin-top:1rem;padding:8px 12px}.Properties-selectAllButton{background-color:var(--white);border:1px solid var(--primary-green);border-radius:var(--rounded-sm);color:var(--primary-green);cursor:pointer;font-size:.875rem;margin-left:16px;padding:6px 12px;transition:all .2s}.Properties-selectAllButton:hover{background-color:var(--primary-green);color:var(--white)}.email-properties-button{align-items:center;background-color:var(--primary-green);border:none;border-radius:var(--rounded);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.email-properties-button:hover{background-color:var(--primary-green-dark)}.cancel-selection-button{align-items:center;background-color:var(--white);border:1px solid var(--grey-300);border-radius:var(--rounded);color:var(--grey-600);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s}.cancel-selection-button:hover{background-color:var(--grey-100);color:var(--grey-800)}.Properties-multiSelect{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--rounded);box-shadow:var(--shadow-sm);max-height:200px;overflow-y:auto;padding:.5rem}.Properties-checkboxList{display:flex;flex-direction:column;gap:.25rem}.Properties-checkboxItem{align-items:center;border-radius:var(--rounded-sm);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.25rem .5rem;transition:background-color .2s}.Properties-checkboxItem:hover{background-color:var(--accent-green-light)}.Properties-checkboxItem input[type=checkbox]{accent-color:var(--primary-green);height:16px;margin:0;width:16px}.Properties-checkboxItem span{color:var(--grey-800);flex:1 1}.add-lead-btn,.btn-primary,.button,.status-new{background-color:#2b7a78!important;border:none!important;color:#fff!important}.add-lead-btn:hover,.btn-primary:hover,.button:hover,.status-new:hover{background-color:#21706a!important}.Properties-toolbar{background-color:var(--white);border-radius:var(--rounded);box-shadow:var(--shadow);justify-content:space-between;margin-bottom:1.5rem;padding:1rem;position:relative}.Properties-searchForm,.Properties-toolbar{align-items:center;display:flex;flex-wrap:nowrap;gap:.75rem}.Properties-searchForm{flex:1 1;min-width:0}.Properties-viewToggle{align-items:center;display:flex;white-space:nowrap}.Properties-viewToggleButton[title="Table view"]{background-color:var(--accent-green-light)}.Properties-toolbarActions{align-items:center;display:flex;gap:.5rem;white-space:nowrap}@media (max-width:1200px){.Properties-toolbar{flex-wrap:wrap}.Properties-searchForm{flex:1 1 100%;margin-bottom:.75rem;order:1}.Properties-viewToggle{margin-right:auto;order:2}.Properties-toolbarActions{order:3}.Properties-selectionControls{display:flex;flex:1 1 100%;justify-content:flex-end;margin-top:.75rem;order:4}}.Properties-toolbarButton,.Properties-viewToggleButton{align-items:center;background-color:var(--white);border:1px solid var(--grey-300);border-radius:var(--rounded);color:var(--grey-700);cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.Properties-viewToggleButton{margin:0 2px}.Properties-toolbarButton:hover,.Properties-viewToggleButton:hover{background-color:var(--grey-100)}.Properties-toolbarButton.active,.Properties-viewToggleButton.active{background-color:var(--accent-green-light);border-color:var(--primary-green);color:var(--primary-green)}.Properties-emailToolbarButton{padding-right:8px;position:relative}.Properties-emailToolbarButton span{align-items:center;background-color:var(--primary-green);border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-5px;top:-5px;width:18px}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#64748b;--accent-color:#f59e0b;--bg-gray-50:#f8fafc;--bg-gray-100:#f1f5f9;--bg-gray-200:#e2e8f0;--text-muted:#94a3b8;--text-light:#cbd5e1;--border-light:#f1f5f9;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius-sm:0.375rem;--radius-xl:1rem;--radius-2xl:1.5rem;--transition:all 0.2s ease-in-out}.property-details-container{background:#f8fafc;background:var(--bg-gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;min-height:100vh}.property-images-section{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.image-gallery-with-sidebar{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin:0 auto;max-width:72rem;padding:1rem}.image-gallery-main{min-height:400px;width:100%}.image-gallery{margin:0 auto;max-width:72rem;padding:1rem}.main-image-container{display:block;margin-bottom:.25rem;min-height:400px;position:relative;width:100%}.main-image{background:#e2e8f0;border:2px solid #cbd5e1;border-radius:1.5rem;border-radius:var(--radius-2xl);cursor:zoom-in;height:400px;margin:0 auto;max-width:800px;position:relative}.main-image img{transition:transform .3s ease}.main-image:hover img{transform:scale(1.02)}.favorite-heart-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease-in-out;transition:var(--transition);width:48px;z-index:10}.favorite-heart-btn:hover{transform:scale(1.1)}.favorite-heart-btn.saved{color:#ef4444;color:var(--danger-color)}.nav-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease-in-out;transition:var(--transition);width:56px;z-index:10}.nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.nav-button.prev{left:1rem}.nav-button.next{right:1rem}.nav-button svg{color:#1e293b;color:var(--text-primary)}.image-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-radius:.75rem;border-radius:var(--radius-lg);bottom:1rem;color:#fff;font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;position:absolute;right:1rem}.thumbnail-gallery{gap:.75rem;overflow-x:auto;padding:.5rem 0;scroll-behavior:smooth}.thumbnail-gallery::-webkit-scrollbar{height:6px}.thumbnail-gallery::-webkit-scrollbar-track{background:#f1f5f9;background:var(--bg-gray-100);border-radius:3px}.thumbnail-gallery::-webkit-scrollbar-thumb{background:#2563eb;background:var(--primary-color);border-radius:3px}.thumbnail-gallery::-webkit-scrollbar-thumb:hover{background:#1d4ed8;background:var(--primary-dark)}.thumbnail-item{background:#e2e8f0;background:var(--bg-gray-200);border:2px solid #0000;border-radius:.75rem;border-radius:var(--radius-lg);cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;transition:all .2s ease-in-out;transition:var(--transition);width:120px}.thumbnail-item:hover{transform:scale(1.05)}.thumbnail-item.active{border-color:#2563eb;border-color:var(--primary-color)}.thumbnail-item img{height:100%;object-fit:cover;width:100%}.property-actions-container{background:#fff;background:var(--bg-white);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);margin-top:1.5rem;padding:1.5rem 0}.property-actions-wrapper{flex-wrap:wrap;gap:1rem;margin:0 auto;max-width:72rem;padding:0 1rem}.property-action-btn,.property-actions-wrapper{align-items:center;display:flex;justify-content:center}.property-action-btn{background:#fff;background:var(--bg-white);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:1rem;border-radius:var(--radius-xl);color:#1e293b;color:var(--text-primary);cursor:pointer;flex-direction:column;font-size:.875rem;font-weight:600;gap:.5rem;min-height:80px;min-width:100px;overflow:hidden;padding:1rem 1.25rem;position:relative;text-decoration:none;touch-action:manipulation;transition:all .3s ease}.property-action-btn:before{background:linear-gradient(135deg,#2563eb,#1d4ed8);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:0}.property-action-btn:hover:before{opacity:1}.property-action-btn:hover{border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 8px 25px #2563eb26;transform:translateY(-2px)}.property-action-btn:hover .action-icon,.property-action-btn:hover .action-label{color:#fff;position:relative;z-index:1}.action-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.action-icon,.action-label{position:relative;transition:all .3s ease;z-index:1}.action-label{font-size:.75rem;font-weight:600;line-height:1.2;text-align:center}.no-images{color:#64748b;color:var(--text-secondary);padding:4rem 2rem;text-align:center}.no-images-placeholder{align-items:center;display:flex;flex-direction:column;gap:1rem}.no-images-placeholder h3{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}.agent-info-sidebar{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1.5rem;border-radius:var(--radius-2xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem;position:sticky;top:1rem}.agent-info-header h3{border-bottom:2px solid #2563eb;border-bottom:2px solid var(--primary-color);color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.agent-details{gap:.75rem}.agent-detail-item,.agent-details{display:flex;flex-direction:column}.agent-detail-item{gap:.25rem}.agent-label{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.agent-value{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-weight:500;line-height:1.4}.agent-email-link,.agent-phone-link{color:#2563eb;color:var(--primary-color);text-decoration:none;transition:all .2s ease-in-out;transition:var(--transition)}.agent-email-link:hover,.agent-phone-link:hover{color:#1d4ed8;color:var(--primary-dark);text-decoration:underline}.property-overview{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.property-overview-content{margin:0 auto;max-width:72rem;padding:1rem}.property-overview-top{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin-bottom:.5rem}.property-info-block{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1.5rem;border-radius:var(--radius-2xl);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.5rem}.property-title h1{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.property-location{margin-top:.25rem}.property-price h2{color:#2563eb;color:var(--primary-color);font-size:2.5rem;font-weight:700;line-height:1;margin:0 0 .75rem}.property-status-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.status-tag{background:#f1f5f9;background:var(--bg-gray-100);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:9999px;color:#64748b;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:.25rem .75rem}.status-tag.Active{background:#10b981;background:var(--success-color);border-color:#10b981;border-color:var(--success-color);color:#fff}.status-tag.Pending{background:#f59e0b;background:var(--warning-color);border-color:#f59e0b;border-color:var(--warning-color);color:#fff}.status-tag.Sold{background:#ef4444;background:var(--danger-color);border-color:#ef4444;border-color:var(--danger-color);color:#fff}.property-actions{background:#f1f5f9;background:var(--bg-gray-100);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1.5rem;border-radius:var(--radius-2xl);flex-direction:column;gap:.75rem;padding:1rem}.action-price h3{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0;text-align:center}.action-button{align-items:center;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1rem;border-radius:var(--radius-xl);cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease-in-out;transition:var(--transition)}.action-button.primary{background:#e2e8f0;background:var(--bg-gray-200);color:#1e293b;color:var(--text-primary)}.action-button.primary:hover{background:#2563eb;background:var(--primary-color);border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;transform:translateY(-1px)}.action-button.secondary{background:#e2e8f0;background:var(--bg-gray-200);color:#1e293b;color:var(--text-primary);font-size:.75rem}.action-button.secondary:hover{background:#2563eb;background:var(--primary-color);border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;transform:translateY(-1px)}.action-buttons-row{display:flex;gap:.5rem}.action-buttons-row .action-button{flex:1 1}.financial-info-section{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.financial-info-content{margin:0 auto;max-width:72rem;padding:1rem}.financial-info-content h2{color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-weight:500;margin-bottom:1rem}.financial-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.financial-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.financial-grid{grid-template-columns:repeat(3,1fr)}}.financial-item{background:#f1f5f9;background:var(--bg-gray-100);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.financial-label{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.financial-value{color:#1e293b;color:var(--text-primary);font-size:1rem;font-weight:700}.property-description{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.property-description-content{margin:0 auto;max-width:72rem;padding:1rem}.property-description h2{color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.property-description p{color:#64748b;color:var(--text-secondary);font-size:1rem;line-height:1.5;margin:0 0 .75rem}.description-content{position:relative}.expand-button{align-items:center;background:none;border:none;color:#2563eb;color:var(--primary-color);cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;margin-top:.5rem;padding:.5rem 0;text-decoration:underline;text-underline-offset:2px;transition:all .2s ease-in-out;transition:var(--transition)}.expand-button:hover{color:#1d4ed8;color:var(--primary-dark);text-decoration:none}.expand-button:focus{border-radius:.375rem;border-radius:var(--radius-sm);outline:2px solid #2563eb;outline:2px solid var(--primary-color);outline-offset:2px}.expand-button svg{transition:all .2s ease-in-out;transition:var(--transition)}.property-key-details{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.property-key-details-content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin:0 auto;max-width:72rem;padding:1rem}@media (min-width:768px){.property-key-details-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.property-key-details-content{grid-template-columns:repeat(4,1fr)}}.key-detail-card{align-items:center;background:#f1f5f9;background:var(--bg-gray-100);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1.5rem;border-radius:var(--radius-2xl);display:flex;gap:.75rem;padding:1rem}.key-detail-icon{align-items:center;background:#dbeafe;background:var(--primary-light);border-radius:.75rem;border-radius:var(--radius-lg);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.key-detail-icon svg{color:#2563eb;color:var(--primary-color);height:20px;width:20px}.key-detail-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.key-detail-info .detail-value{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1}.key-detail-info .detail-label{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.property-features-grid{background:#fff;background:var(--bg-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);width:100%}.property-features-content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin:0 auto;max-width:72rem;padding:1rem}@media (min-width:768px){.property-features-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.property-features-content{grid-template-columns:repeat(4,1fr)}}.features-section{background:#0000;border:none;border-radius:0;margin-bottom:1.5rem;padding:0}.features-section h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#1e293b;color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.25rem}.details-grid{display:flex;flex-direction:column;gap:.5rem}.detail-item{align-items:flex-start;justify-content:space-between;padding:.25rem 0}.detail-label{color:#64748b;color:var(--text-secondary);flex-shrink:0;letter-spacing:.05em;margin-right:1rem;text-transform:uppercase}.detail-value{color:#1e293b;color:var(--text-primary);flex:1 1;font-weight:500}.features-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.features-list li{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-weight:400;list-style:none;margin-left:0;padding:.125rem 0}.private-remarks{border-top:1px solid #f1f5f9;border-top:1px solid var(--border-light);margin-top:.75rem;padding-top:.75rem}.private-remarks h3{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.property-meta-info{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-light);padding-bottom:.75rem}.property-meta-info:last-child{border-bottom:none}.property-meta-info h3{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.meta-grid{flex-direction:column}.meta-grid,.meta-item{display:flex;gap:.75rem}.meta-item{align-items:center;padding:.25rem 0}.meta-item svg{color:#2563eb;color:var(--primary-color);flex-shrink:0;height:16px;width:16px}.meta-item span{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-weight:500}.showing-instructions{color:#64748b;color:var(--text-secondary);font-size:.9rem;line-height:1.4;padding:.75rem 0}.image-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.image-modal{background:#fff;background:var(--bg-white);border-radius:1rem;border-radius:var(--radius-xl);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.image-modal img{height:100%;object-fit:contain;width:100%}.image-modal-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease-in-out;transition:var(--transition);width:48px}.image-modal-close:hover{background:#000000e6;transform:scale(1.1)}.loading-container{color:var(--text-secondary);min-height:400px}.error-container{color:#64748b;color:var(--text-secondary)}.error-container h2{color:#ef4444;color:var(--danger-color);margin-bottom:1rem}.error-container p{color:var(--text-secondary);margin-bottom:2rem}.back-button{background:#2563eb;background:var(--primary-color);border-radius:.75rem;border-radius:var(--radius-lg);color:#fff;display:inline-flex;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out}.back-button:hover{background:#1d4ed8;background:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:768px){.property-header-content,.property-map-content,.property-sidebar-content,.property-tax-content{grid-template-columns:1fr}.property-features-content,.property-key-details-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.property-actions-wrapper{gap:.75rem}.property-action-btn{min-height:70px;min-width:85px;padding:.75rem}.action-icon{height:20px;width:20px}.action-label{font-size:.7rem}}@media (max-width:768px){.property-overview-top{gap:1rem;grid-template-columns:1fr}.agent-info-sidebar{position:static}.image-gallery{padding:.5rem}.main-image-container{margin-bottom:.1rem}.thumbnail-gallery{margin-top:.1rem}.thumbnail-item{height:70px;width:100px}.main-image{max-width:100%}.nav-button{height:40px;width:40px}.nav-button svg{height:20px;width:20px}.property-actions-wrapper{gap:.5rem;justify-content:space-between}.property-action-btn{flex:1 1;max-width:90px;min-height:60px;min-width:70px;padding:.5rem}.action-icon{height:18px;width:18px}.action-label{font-size:.65rem}}@media (max-width:480px){.property-features-content,.property-key-details-content,.tax-grid{grid-template-columns:1fr}.image-gallery{padding:.3rem}.main-image-container{margin-bottom:-6.95rem}.thumbnail-gallery{margin-top:.05rem}.thumbnail-item{height:60px;width:80px}.nav-button{height:36px;width:36px}.nav-button.prev{left:.5rem}.nav-button.next{right:.5rem}.nav-button svg{height:18px;width:18px}.property-actions-wrapper{gap:.4rem;padding:0 .5rem}.property-action-btn{max-width:80px;min-height:50px;min-width:60px;padding:.4rem}.action-icon{height:16px;width:16px}.action-label{font-size:.6rem;line-height:1.1}}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--primary-light:#dbeafe;--secondary-color:#10b981;--text-primary:#1e293b;--text-secondary:#64748b;--radius-md:0.5rem;--radius-lg:0.75rem;--transition:all 0.3s ease}.property-email-page{background-color:#f8fafc;background-color:var(--bg-light);font-family:Poppins,sans-serif;min-height:100vh}.email-page-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);gap:1.5rem;padding:1rem 2rem}.back-button,.email-page-header{align-items:center;background:#fff;background:var(--bg-white);display:flex}.back-button{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-md);color:#64748b;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.back-button:hover{background:#f8fafc;background:var(--bg-light);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.back-button:hover,.header-content h1{color:#1e293b;color:var(--text-primary)}.header-content h1{align-items:center;display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin:0}.property-info-container{align-items:center;display:flex;gap:1rem;margin:.5rem 0 0}.property-thumbnail{object-fit:cover}.property-thumbnail,.property-thumbnail-placeholder{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-md);height:60px;width:80px}.property-thumbnail-placeholder{align-items:center;background:#f8fafc;background:var(--bg-light);color:#64748b;color:var(--text-secondary);display:flex;justify-content:center}.property-details{min-width:0}.property-address{color:var(--text-secondary);font-weight:500;margin:0 0 .25rem}.property-price{color:#6366f1;color:var(--primary-color);font-size:1.125rem;font-weight:600}.email-page-error,.email-page-success{align-items:center;border-radius:.5rem;border-radius:var(--radius-md);display:flex;font-weight:500;gap:.75rem;margin:1rem 2rem;padding:1rem}.email-page-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.email-page-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.email-page-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1600px;min-height:calc(100vh - 120px);padding:2rem}.email-selection-panel{background:#fff;background:var(--bg-white);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.5rem;height:fit-content;padding:1.5rem}.selection-section{display:flex;flex-direction:column;gap:1rem}.selection-section h2{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#1e293b;color:var(--text-primary);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin:0;padding-bottom:.5rem}.lead-search-input{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.75rem;transition:all .3s ease;transition:var(--transition)}.lead-search-input:focus{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.select-all-container{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.select-all-button{background:#dbeafe;background:var(--primary-light);border:1px solid #6366f1;border:1px solid var(--primary-color);border-radius:.5rem;border-radius:var(--radius-md);color:#4f46e5;color:var(--primary-dark);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.select-all-button:hover{background:#6366f1;background:var(--primary-color);color:#fff}.selected-count{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-weight:500}.leads-list{background:#f8fafc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border-color);gap:.125rem;max-height:300px;overflow-y:auto;padding:.375rem}.lead-item,.leads-list{border-radius:.5rem;border-radius:var(--radius-md)}.lead-item{background:#fff;background:var(--bg-white);border:none;cursor:pointer;gap:.5rem;max-height:3rem;min-height:2.5rem;padding:.375rem .5rem;transition:all .3s ease;transition:var(--transition)}.lead-item:hover{background:#f8fafc;background:var(--bg-light);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.lead-item.selected{background:#dbeafe;background:var(--primary-light);border-color:#0000}.lead-item.selected,.lead-item.selected .lead-name{color:#1e293b;color:var(--text-primary)}.lead-item.selected .lead-details{color:#64748b;color:var(--text-secondary)}.checkbox{align-items:center;border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.25rem;border-radius:var(--radius-sm);color:#fff;display:flex;flex-shrink:0;height:16px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:16px}.lead-item.selected .checkbox{background-color:#6366f1;background-color:var(--primary-color);border-color:#6366f1;border-color:var(--primary-color);color:#fff}.lead-info{align-items:center;border:none;flex:1 1;gap:.75rem;min-width:0}.lead-name{color:var(--text-primary);flex-shrink:0;font-size:.875rem;min-width:0}.lead-details{align-items:center;color:#64748b;color:var(--text-secondary);flex-wrap:wrap;font-size:.7rem;gap:.5rem;min-width:0}.lead-status{border-radius:.75rem;flex-shrink:0;font-size:.6rem;font-weight:600;padding:.125rem .375rem;text-transform:uppercase;white-space:nowrap}.status-hot{background-color:#fee2e2;color:#b91c1c}.status-warm{background-color:#ffedd5;color:#c2410c}.status-cold{background-color:#e0f2fe;color:#0369a1}.template-select{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-md);color:#1e293b;color:var(--text-primary);cursor:pointer;font-size:.875rem;padding:.75rem;transition:all .3s ease;transition:var(--transition);width:100%}.template-select:focus,.template-select:hover{border-color:#6366f1;border-color:var(--primary-color)}.template-select:focus{box-shadow:0 0 0 3px #6366f11a;outline:none}.send-section{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding-top:1rem}.send-button{background:#10b981;background:var(--secondary-color);border-radius:.5rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.5rem;transition:all .3s ease;transition:var(--transition);width:100%}.send-button:hover:not(:disabled){background:#059669;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.send-button:disabled{opacity:.5;transform:none}.email-preview-panel{background:#fff;background:var(--bg-white);border-radius:.75rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:calc(100vh - 200px);padding:1rem}.email-preview-panel h2{border-bottom:2px solid #6366f1;border-bottom:2px solid var(--primary-color);color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.preview-error,.preview-loading,.preview-placeholder{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.preview-error svg,.preview-placeholder svg{color:#64748b;color:var(--text-secondary);margin-bottom:1rem}.preview-loading .loading-spinner{margin-bottom:1rem}.email-preview{display:flex;flex-direction:column;height:100%}.preview-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:.75rem;padding-bottom:.75rem}.preview-header h3{color:#1e293b;color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 .5rem}.preview-header p{color:#64748b;color:var(--text-secondary);font-size:.875rem;margin:0}.preview-content{background:#fff;background:var(--bg-white);border:none;border-radius:.5rem;border-radius:var(--radius-md);flex:1 1;overflow:hidden}.preview-content iframe{border:none;height:100%;width:100%}.empty-state,.loading-state{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.loading-spinner{border:2px solid #e2e8f0;border-top:2px solid #6366f1;border:2px solid var(--border-color);border-top-color:var(--primary-color);height:24px;margin-bottom:.5rem;width:24px}@media (max-width:1200px){.email-page-content{gap:1.5rem;grid-template-columns:1fr}.email-preview-panel{height:500px}}@media (max-width:768px){.email-page-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.header-content h1{font-size:1.25rem}.property-info-container{gap:.75rem}.property-thumbnail,.property-thumbnail-placeholder{height:49px;width:65px}.property-price{font-size:1rem}.email-page-content{gap:1rem;padding:1rem}.email-preview-panel,.email-selection-panel{padding:.5rem}.leads-list{max-height:250px}.email-preview-panel{height:400px}}@media (max-width:480px){.email-page-header{padding:.75rem}.property-info-container{gap:.5rem}.property-thumbnail,.property-thumbnail-placeholder{height:45px;width:60px}.property-address{font-size:.8rem}.property-price{font-size:.9rem}.email-page-content{padding:.75rem}.email-preview-panel,.email-selection-panel{padding:.5rem}.leads-list{max-height:200px}.email-preview-panel{height:350px}.send-button{font-size:.875rem;padding:.75rem 1rem}}.all-properties-page{background-color:#f8fafc;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.all-properties-header{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.all-properties-header:before{background-image:url(https://images.unsplash.com/photo-1523217582562-09d0def993a6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.15;position:absolute;right:0;top:0;z-index:0}.header-content{margin:0 auto;max-width:900px;position:relative;z-index:1}.all-properties-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px #0000001a}.subtitle{font-size:1.25rem;font-weight:400;margin:0 auto;max-width:600px;opacity:.9}.properties-search-container{margin:0 auto;max-width:1280px;padding:2rem}.search-form-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-top:-3rem;padding:2rem;position:relative;z-index:2}.search-intro{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.search-intro svg{color:#3b82f6}.search-intro h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.search-description{color:#64748b;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.properties-container{margin:0 auto;max-width:1280px;padding:1rem 2rem 4rem}.properties-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.property-card{background-color:#fff;border:1px solid #e2e8f080;border-radius:12px;box-shadow:0 4px 12px #0000000d;cursor:pointer}.property-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.property-image{height:220px}.property-image img{transition:transform .5s ease}.placeholder-image{background-color:#f1f5f9;color:#94a3b8;width:100%}.property-badge{background-color:#3b82f6e6;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.03em;padding:.35rem .75rem;position:absolute;right:12px;text-transform:uppercase;top:12px}.property-details{padding:1.5rem}.property-address{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:1.125rem;font-weight:600;margin:0 0 .75rem;overflow:hidden}.property-price{align-items:center;color:#3b82f6;display:flex;font-size:1.25rem;gap:.5rem;margin:0 0 1rem}.property-features{display:flex;gap:1rem;margin-bottom:1rem}.feature{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.4rem}.feature svg{color:#94a3b8}.property-location{color:#64748b;font-size:.875rem;margin-bottom:1.25rem;margin-top:auto}.property-location svg{color:#94a3b8}.view-details-button{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1rem;transition:background-color .2s ease;width:100%}.view-details-button:hover{background-color:#2563eb}.loading-container{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.loading-animation{display:flex;gap:.5rem;margin-bottom:1rem}.loading-dot{animation:bounce 1.4s ease-in-out infinite both;background-color:#3b82f6;border-radius:50%;height:.75rem;width:.75rem}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.error-container{padding:4rem 2rem}.error-container svg{color:#f43f5e;margin-bottom:1rem}.error-container h2{color:#1e293b;font-size:1.5rem;margin-bottom:.5rem}.error-container p{color:#64748b;margin-bottom:1.5rem}.retry-button{background-color:#3b82f6;border-radius:6px;font-size:.95rem}.retry-button:hover{background-color:#2563eb}.public-footer{background-color:#1e293b;color:#fff;padding:4rem 2rem 2rem}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1280px}.footer-section h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;margin-top:0}.footer-section p{color:#cbd5e1;line-height:1.6}.footer-section ul{list-style-type:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #cbd5e133;color:#94a3b8;font-size:.875rem;margin:3rem auto 0;max-width:1280px;padding-top:1.5rem;text-align:center}.property-modal-overlay{align-items:center;background-color:#0f172acc;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.property-modal{animation:modalFadeIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:grid;grid-template-columns:1fr;max-height:calc(100vh - 2rem);max-width:1000px;overflow-y:auto;position:relative;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-modal{align-items:center;background-color:#fffc;border:none;border-radius:50%;box-shadow:0 2px 5px #0000001a;color:#64748b;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s ease;width:36px;z-index:5}.close-modal:hover{background-color:#fff;color:#ef4444;transform:scale(1.1)}.modal-image-gallery{position:relative}.main-image{height:350px;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.thumbnail-gallery{background-color:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:8px;padding:12px}.thumbnail{border:2px solid #0000;border-radius:4px;cursor:pointer;height:50px;overflow:hidden;transition:all .2s ease;width:70px}.thumbnail:hover{border-color:#3b82f6}.thumbnail img{height:100%;object-fit:cover;width:100%}.more-photos{align-items:center;background-color:#0000000d;color:#64748b;display:flex;font-size:.8rem;font-weight:600;justify-content:center}.modal-header{align-items:flex-start;margin-bottom:1rem}.modal-header h2{font-size:1.5rem;font-weight:700;line-height:1.3;max-width:70%}.modal-header .property-price{color:#3b82f6;font-size:1.5rem;font-weight:700;white-space:nowrap}.property-status-badge{background-color:#3b82f6;border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;padding:.35rem .75rem;text-transform:uppercase}.property-highlights{grid-gap:1rem;background-color:#f8fafc;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-bottom:1.5rem;padding:1.25rem}.highlight{align-items:center;display:flex;flex-direction:column;text-align:center}.highlight svg{color:#3b82f6;margin-bottom:.5rem}.highlight-value{color:#1e293b;font-size:1.25rem;font-weight:700}.highlight-label{color:#64748b;font-size:.85rem}.property-description{margin-bottom:1.5rem}.property-description h3,.property-features-section h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;margin-top:0}.property-description p{color:#475569;font-size:.95rem;line-height:1.6;white-space:pre-line}.features-grid{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:1.5rem}.feature-item{align-items:center;background-color:#f8fafc;border-radius:6px;color:#475569;display:flex;font-size:.9rem;gap:.5rem;padding:.65rem 1rem}.feature-item svg{color:#64748b}.contact-button,.schedule-button{border-radius:6px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.875rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease}.contact-button{background-color:#3b82f6;border:none;color:#fff}.contact-button:hover{background-color:#2563eb}.schedule-button{background-color:#fff;border:2px solid #3b82f6;color:#3b82f6}.schedule-button:hover{background-color:#eff6ff}@media (min-width:768px){.property-modal{grid-template-columns:1fr}.modal-header h2{font-size:1.75rem}}@media (max-width:767px){.all-properties-header h1{font-size:2rem}.subtitle{font-size:1rem}.search-form-wrapper{margin-top:-2rem;padding:1.5rem}.properties-grid{grid-template-columns:1fr}.modal-header{flex-direction:column}.modal-header h2{margin-bottom:.5rem;max-width:100%}.main-image{height:250px}.property-highlights{grid-template-columns:repeat(2,1fr)}.modal-actions{flex-direction:column}.close-modal{right:10px;top:10px}.properties-container{padding:1rem}.footer-content{gap:2rem;grid-template-columns:1fr}}.wysiwyg-editor-container{background:#fff;border:2px solid #e1e5e9;border-radius:8px;overflow:hidden;position:relative;transition:border-color .2s ease}.wysiwyg-editor-container:focus-within{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.wysiwyg-editor-container.error{border-color:#e74c3c}.wysiwyg-editor-container.error:focus-within{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.wysiwyg-editor-container.disabled{opacity:.6;pointer-events:none}.quill-container{width:100%}.wysiwyg-editor-container .ql-toolbar{background:#f8f9fa;border:none;border-bottom:1px solid #e1e5e9;padding:8px}.wysiwyg-editor-container .ql-container{border:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px}.wysiwyg-editor-container .ql-editor{line-height:1.6;min-height:200px;padding:12px}.html-input-panel .ql-editor{background:#fff;color:#2d3748;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace!important;font-size:13px!important}.html-editor-layout{display:flex;min-height:300px;width:100%}.html-input-panel,.html-preview-panel{display:flex;flex:1 1;flex-direction:column;min-height:100%}.html-input-panel{border-right:1px solid #e1e5e9}.panel-header{background:#f8f9fa;border-bottom:1px solid #e1e5e9;margin:0;padding:8px 12px}.panel-header h4{color:#4a5568;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.html-input-textarea,.html-source-textarea{background:#fff;border:none;color:#2d3748;flex:1 1;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace;font-size:13px;line-height:1.5;min-height:250px;outline:none;padding:12px;resize:none;width:100%}.html-input-textarea:focus,.html-source-textarea:focus{background:#fff;outline:none}.html-input-textarea::placeholder,.html-source-textarea::placeholder{color:#a0aec0;font-style:italic}.html-preview-content{background:#fff;color:#2d3748;flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.6;min-height:250px;overflow-y:auto;padding:12px}.html-preview-content h1,.html-preview-content h2,.html-preview-content h3,.html-preview-content h4,.html-preview-content h5,.html-preview-content h6{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:0}.html-preview-content h1{color:#1a202c;font-size:2em}.html-preview-content h2{color:#2d3748;font-size:1.5em}.html-preview-content h3{color:#4a5568;font-size:1.25em}.html-preview-content p{margin-bottom:16px}.html-preview-content ol,.html-preview-content ul{margin-bottom:16px;padding-left:24px}.html-preview-content li{margin-bottom:4px}.html-preview-content blockquote{border-left:4px solid #e2e8f0;color:#718096;font-style:italic;margin:16px 0;padding-left:16px}.html-preview-content a{color:#3182ce;text-decoration:underline}.html-preview-content a:hover{color:#2c5282}.html-preview-content strong{font-weight:600}.html-preview-content em{font-style:italic}.html-preview-content code{background:#f7fafc;border-radius:3px;color:#e53e3e;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,Courier New,monospace;font-size:.875em;padding:2px 4px}.html-preview-content pre{background:#f7fafc;border-radius:6px;margin:16px 0;overflow-x:auto;padding:12px}.html-preview-content pre code{background:none;color:#2d3748;padding:0}.editor-helpers{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-top:1px solid #e1e5e9;padding:16px}.editor-helpers:before{color:#4a5568;content:"Quick Insert:";display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.placeholder-buttons{display:flex;flex-wrap:wrap;gap:10px}.placeholder-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #667eea;border-radius:6px;box-shadow:0 2px 4px #667eea33;color:#fff;cursor:pointer;font-family:Courier New,monospace;font-size:12px;font-weight:500;padding:8px 14px;transition:all .2s ease}.placeholder-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);border-color:#5a6fd8;box-shadow:0 4px 8px #667eea4d;transform:translateY(-2px)}.placeholder-btn:active:not(:disabled){box-shadow:0 2px 4px #667eea33;transform:translateY(-1px)}.placeholder-btn:disabled{background:#9ca3af;border-color:#9ca3af;box-shadow:none;cursor:not-allowed;opacity:.6}@media (max-width:768px){.html-editor-layout{flex-direction:column}.html-input-panel{border-bottom:1px solid #e1e5e9;border-right:none}.html-input-textarea,.html-preview-content{min-height:200px}.editor-helpers{padding:12px}.placeholder-buttons{gap:8px}.placeholder-btn{border-radius:4px;font-size:11px;padding:6px 10px}.placeholder-btn:hover:not(:disabled){transform:translateY(-1px)}}.html-preview-content:empty:before{color:#a0aec0;content:"HTML preview will appear here...";display:block;font-style:italic;margin-top:50px;text-align:center}.email-templates-page{background-color:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:0 1.5rem}.templates-header{align-items:flex-end;background-color:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin:0 -1.5rem 2rem;padding:2rem 1.5rem 1rem}.header-content h1{color:#1a202c;font-size:2rem;font-weight:700;margin:0 0 .5rem}.header-subtitle{color:#718096;font-size:1rem;margin:0}.templates-actions{align-items:center;display:flex;gap:1rem}.add-template-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 4px #667eea33;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.add-template-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.add-template-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.templates-toolbar{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}.templates-toolbar,.toolbar-left{align-items:center;display:flex;gap:1rem}.toolbar-left{flex:1 1}.toolbar-right{align-items:center;display:flex;gap:1rem}.search-icon{color:#a0aec0;left:12px;z-index:1}.search-input{background-color:#f7fafc;border:1px solid #e2e8f0}.search-input:focus{background-color:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.view-toggle{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.view-toggle button{background:none;border:none;color:#718096;cursor:pointer;padding:.5rem .75rem;transition:all .2s}.view-toggle button:hover{background-color:#edf2f7}.view-toggle button.active{background-color:#667eea;color:#fff}.sort-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:.875rem;padding:.5rem .75rem}.sort-select:focus{border-color:#667eea;outline:none}.template-form-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;padding:2rem}.template-form-card h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}.form-group input,.form-group textarea{border:1px solid #e2e8f0;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group textarea.error{background-color:#fff5f5;border-color:#f56565}.form-group textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:120px}.field-error{color:#e53e3e}.field-error,.form-hint{font-size:.75rem;margin-top:.5rem}.form-hint{color:#718096}.templates-container{background-color:initial}.template-card.modern{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 4px #0000000d;overflow:visible;position:relative;transition:all .3s ease}.template-card.modern:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.template-card-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#edf2f7);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 1.25rem}.template-category{align-items:center;border-radius:20px;color:#fff;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;letter-spacing:.025em;padding:.375rem .75rem;text-transform:uppercase}.category-icon{font-size:.875rem}.category-name{font-size:.75rem}.template-status{align-items:center;display:flex}.status-badge{display:flex}.status-badge.active{background-color:#c6f6d5;color:#22543d}.status-badge.inactive{background-color:#fed7d7;color:#c53030}.template-main{padding:1.25rem}.template-title{color:#1a202c;font-size:1.125rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.template-subject{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#718096;display:-webkit-box;font-size:.875rem;line-height:1.4;margin:0 0 1rem;overflow:hidden}.template-preview-section{margin-bottom:1rem}.preview-container{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;height:280px;overflow:hidden;position:relative}.preview-iframe-container{height:100%;position:relative;width:100%}.preview-iframe{background-color:#fff;border:none;height:100%;width:100%}.preview-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#0000,#0000001a 60%,#0000004d);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.template-card.modern:hover .preview-overlay{opacity:1}.preview-expand-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff3;border-radius:50%;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.preview-expand-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 6px 20px #667eea99;transform:scale(1.1)}.template-footer{align-items:center;background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:center;min-height:70px;padding:1rem}.template-actions{align-items:center;flex-wrap:wrap;justify-content:center!important;width:100%}.action-btn{border-radius:8px;font-size:.875rem;font-weight:500;gap:.375rem;min-height:40px;transition:all .2s ease;white-space:nowrap}.action-btn.large{height:40px;max-width:120px;min-width:80px;padding:.5rem .75rem}.action-btn:not(.large){flex-shrink:0;height:40px;padding:0;width:40px}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea33}.action-btn.primary:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.action-btn.secondary{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.action-btn.secondary:hover{background-color:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px)}.action-btn.secondary.large:hover{background-color:#e6fffa;border-color:#81e6d9;color:#319795}.action-btn.danger{background-color:#f7fafc;border:1px solid #e2e8f0;color:#e53e3e}.action-btn.danger:hover{background-color:#fed7d7;border-color:#feb2b2;color:#c53030;transform:translateY(-1px)}.action-btn.small{height:32px;width:32px}.action-btn span{font-size:.8rem;font-weight:500;line-height:1}.action-btn svg{flex-shrink:0;height:14px;width:14px}.templates-list{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.list-header{grid-gap:1rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#4a5568;display:grid;font-size:.875rem;font-weight:600;gap:1rem;grid-template-columns:1fr 100px 120px 150px;padding:1rem 1.5rem}.list-header-cell{align-items:center;display:flex}.template-list-item{grid-gap:1rem;border-bottom:1px solid #f1f5f9;display:grid;gap:1rem;grid-template-columns:1fr 100px 120px 150px;padding:1rem 1.5rem;transition:background-color .2s}.template-list-item:hover{background-color:#f8fafc}.template-list-item:last-child{border-bottom:none}.list-cell{align-items:center;display:flex}.template-info{min-width:0}.template-name{color:#1a202c;font-size:.875rem;margin:0 0 .25rem}.template-name,.template-subject-list{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-subject-list{color:#718096;font-size:.75rem;margin:0}.category-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;gap:.375rem;padding:.25rem .5rem;white-space:nowrap}.category-badge,.usage-stats{align-items:center;display:flex}.usage-stats{flex-direction:column}.usage-count{color:#2d3748;font-size:1rem;font-weight:600}.last-sent,.usage-label{color:#718096;font-size:.75rem}.list-actions{display:flex;gap:.5rem;justify-content:flex-start}.dropdown-container{position:relative}.dropdown-menu.modern{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;bottom:100%;box-shadow:0 10px 25px #00000026;margin-bottom:.5rem;min-width:160px;overflow:hidden;position:absolute;right:0;z-index:50}.dropdown-item{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s;width:100%}.dropdown-item:hover{background-color:#f7fafc}.dropdown-item.danger{color:#e53e3e}.dropdown-item.danger:hover{background-color:#fed7d7}.dropdown-divider{background-color:#e2e8f0;height:1px;margin:.25rem 0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009}.preview-modal,.test-email-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:90%}.test-email-modal{max-width:500px}.modal-header{background-color:#f8fafc}.modal-header h2{color:#1a202c}.close-button{border-radius:4px;color:#a0aec0;font-size:1.5rem;line-height:1;padding:.25rem;transition:color .2s}.close-button:hover{background-color:#edf2f7;color:#718096}.modal-content{padding:1.5rem}.email-preview{border:1px solid #e2e8f0;border-radius:8px;height:70vh;overflow:hidden}.email-preview iframe{border:none;height:100%;width:100%}.preview-loading{align-items:center;color:#718096;display:flex;font-size:.875rem;height:200px;justify-content:center}.modal-actions{gap:.75rem;margin-top:1.5rem}.cancel-button{background-color:#edf2f7;border:none;border-radius:8px;color:#4a5568;padding:.75rem 1.5rem;transition:background-color .2s}.cancel-button:hover{background-color:#e2e8f0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:500;padding:.75rem 1.5rem}.submit-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.submit-button:disabled{opacity:.6}.form-error{background-color:#fed7d7;color:#c53030;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.error,.form-error{align-items:center;border:1px solid #feb2b2;border-radius:8px;display:flex;gap:.5rem}.error{margin-bottom:1.5rem}.loading{color:#718096;font-size:.875rem;padding:4rem 2rem}.empty-state{border:1px solid #e2e8f0}.empty-state h2{color:#1a202c;font-weight:600}.empty-state p{color:#718096;line-height:1.6}.template-help-toggle{margin-bottom:1.5rem}.help-button{align-items:center;background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;color:#3182ce;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.help-button:hover{background-color:#bee3f8;transform:translateY(-1px)}.placeholder-help{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.placeholder-header h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:0}.placeholder-header p{color:#718096;font-size:.875rem;margin:0 0 1rem}.placeholder-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:1rem}.placeholder-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-direction:column;padding:.75rem}.placeholder-code{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.placeholder-code code{background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:4px;color:#2b6cb0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;padding:.25rem .5rem}.copy-button{align-items:center;background:none;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s ease}.copy-button:hover{background-color:#f7fafc;color:#4a5568}.placeholder-desc{color:#718096;font-size:.75rem;line-height:1.4}.placeholder-note{align-items:flex-start;background-color:#fef5e7;border:1px solid #f6e05e;border-radius:8px;color:#b7791f;display:flex;gap:.75rem;padding:1rem}.placeholder-note p{font-size:.875rem;line-height:1.4;margin:0}@media (max-width:1200px){.templates-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:768px){.email-templates-page{padding:0 1rem}.templates-header{align-items:flex-start;flex-direction:column;gap:1rem;margin:0 -1rem 2rem;padding:1.5rem 1rem}.template-actions{justify-content:center!important;width:100%}.templates-toolbar{align-items:stretch}.templates-toolbar,.toolbar-left,.toolbar-right{flex-direction:column;gap:1rem}.search-box{min-width:auto}.templates-grid{grid-template-columns:1fr}.templates-stats{gap:1rem;justify-content:space-around}.list-header,.template-list-item{font-size:.75rem;grid-template-columns:1fr 80px 120px}.list-cell.date,.list-cell.stats,.list-header-cell.date,.list-header-cell.stats{display:none}.placeholder-list{grid-template-columns:1fr}.preview-modal,.test-email-modal{max-height:85vh;width:95%}.email-preview{height:60vh}.template-actions{gap:.5rem;justify-content:center!important;width:100%}.action-btn.large{height:40px;max-width:120px;min-width:80px;padding:.625rem 1rem}.action-btn:not(.large){height:40px;width:40px}.action-btn span{font-size:.75rem}}@media (max-width:480px){.template-card-header{align-items:flex-start;flex-direction:column;gap:.75rem}.template-footer{align-items:stretch;flex-direction:column;gap:.75rem;padding:.875rem}.template-actions{flex-wrap:wrap;gap:.5rem;justify-content:center!important}.action-btn.large{font-size:.75rem;height:40px;max-width:100px;min-width:70px;padding:.625rem .75rem}.action-btn:not(.large){height:40px;width:40px}.action-btn span{font-size:.7rem}.template-stats{justify-content:space-around}.preview-expand-btn{height:40px;width:40px}}.task-form-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:24px;padding:24px}.task-form-card h2{color:#2d3748;font-size:20px;font-weight:600;margin:0 0 20px}.task-form-error{align-items:center;background:#fed7d7;border:1px solid #fc8181;border-radius:8px;color:#c53030;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}.task-form-dismiss-error{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;margin-left:auto;opacity:.7}.task-form-dismiss-error:hover{opacity:1}.task-form-group{margin-bottom:20px}.task-form-group label{color:#2d3748;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.task-form-group input,.task-form-group select,.task-form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 16px;transition:border-color .2s ease;width:100%}.task-form-group input:focus,.task-form-group select:focus,.task-form-group textarea:focus{border-color:#38a169;box-shadow:0 0 0 3px #38a1691a;outline:none}.task-form-group input:disabled,.task-form-group select:disabled,.task-form-group textarea:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.task-form-group textarea{min-height:80px;resize:vertical}.task-form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.task-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.task-form-cancel-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.task-form-cancel-button:hover{border-color:#a0aec0;color:#2d3748}.task-form-submit-button{background:linear-gradient(135deg,#38a169,#2f855a);border:2px solid #38a169;border-radius:8px;box-shadow:0 2px 4px #38a16933;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.task-form-submit-button:hover{background:linear-gradient(135deg,#2f855a,#276749);box-shadow:0 4px 12px #38a1694d;transform:translateY(-1px)}.task-form-submit-button:active{transform:translateY(0)}.task-form-cancel-button:disabled,.task-form-submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.task-form-card{margin:16px;padding:20px}.task-form-row{gap:16px;grid-template-columns:1fr}.task-form-actions{flex-direction:column;gap:12px}.task-form-cancel-button,.task-form-submit-button{justify-content:center;width:100%}}.task-page{background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;max-width:100%;min-height:calc(100vh - 80px);padding:20px}.task-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px}.task-header-left h1{color:#1e293b;font-size:28px;font-weight:700;margin:0 0 12px}.task-stats{display:flex;flex-wrap:wrap;gap:24px}.task-stat{align-items:center;background:#f1f5f9;border-radius:20px;color:#64748b;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px}.task-stat.urgent{background:#fef2f2;color:#dc2626}.task-stat.completed{background:#f0fdf4;color:#16a34a}.task-header-right{align-items:center;display:flex;gap:12px}.task-add-task-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .2s ease}.task-add-task-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.task-controls{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;gap:16px;justify-content:space-between;margin-bottom:24px;padding:20px 24px}.task-controls,.task-controls-left{align-items:center;display:flex;flex-wrap:wrap}.task-controls-left{gap:20px}.task-search{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;min-width:250px;padding:8px 12px}.task-search-input{background:#0000;border:none;color:#1e293b;font-size:14px;outline:none;width:100%}.task-search-input::placeholder{color:#94a3b8}.task-filters{display:flex;flex-wrap:wrap;gap:8px}.task-filters button{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.task-filters button:hover{border-color:#3b82f6;color:#3b82f6}.task-filters button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.task-controls-right{align-items:center;display:flex;gap:12px}.task-view-toggle{background:#f1f5f9;border-radius:6px;display:flex;padding:4px}.view-toggle-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.view-toggle-btn:hover{background:#e2e8f0;color:#475569}.view-toggle-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#3b82f6}.task-connect-calendar-button,.task-disconnect-calendar-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s ease}.task-connect-calendar-button:hover{border-color:#3b82f6;color:#3b82f6}.task-disconnect-calendar-button:hover{border-color:#dc2626;color:#dc2626}.task-calendar-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}.task-dismiss-error{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;margin-left:auto;opacity:.7}.task-dismiss-error:hover{opacity:1}.task-kanban-board{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:20px}.task-kanban-column{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;min-height:500px;overflow:hidden}.task-kanban-header{background:#f8fafc;border-bottom:3px solid;padding:20px}.task-kanban-title{align-items:center;display:flex;gap:12px}.task-kanban-title h3{color:#1e293b;flex:1 1;font-size:18px;font-weight:600;margin:0}.task-count{background:#e2e8f0;border-radius:12px;color:#64748b;font-size:12px;font-weight:600;padding:4px 8px}.task-kanban-content{flex:1 1;max-height:600px;overflow-y:auto;padding:16px}.task-kanban-empty{color:#94a3b8;font-style:italic;padding:40px 20px;text-align:center}.task-kanban-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:12px;padding:16px;transition:all .2s ease}.task-kanban-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.task-card-header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:12px}.task-card-title h4{color:#1e293b;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 8px}.task-card-actions{display:flex;flex-shrink:0;gap:4px}.task-action{align-items:center;background:#f1f5f9;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.task-action:hover{background:#e2e8f0;color:#475569}.task-action.edit:hover{background:#dbeafe;color:#3b82f6}.task-action.delete:hover{background:#fee2e2;color:#dc2626}.task-action.calendar-sync:hover{background:#f0fdf4;color:#16a34a}.task-card-description{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 12px}.task-card-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.task-meta-item{align-items:center;color:#64748b;display:flex;font-size:12px;gap:6px}.task-meta-item a{color:#3b82f6;text-decoration:none}.task-meta-item a:hover{text-decoration:underline}.task-complete-btn{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:8px 12px;transition:all .2s ease;width:100%}.task-complete-btn:hover{background:#059669}.task-complete-btn:disabled{cursor:not-allowed;opacity:.6}.task-list-view{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-top:20px;overflow:hidden}.task-list-header{background:#f8fafc;border-bottom:1px solid #e2e8f0}.task-list-header-row{background:#0000;border-bottom:none}.task-list-row{grid-gap:16px;align-items:center;border-bottom:1px solid #f1f5f9;display:grid;gap:16px;grid-template-columns:2fr 1fr 1fr 1fr 120px;padding:16px 20px;transition:background-color .2s ease}.task-list-row:hover{background:#f8fafc}.task-list-row:last-child{border-bottom:none}.task-list-cell,.task-sort-button{align-items:center;display:flex}.task-sort-button{background:none;border:none;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;gap:4px;padding:0}.task-sort-button:hover{color:#3b82f6}.task-title-wrapper h4{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 4px}.task-description{color:#64748b;font-size:14px;line-height:1.4;margin:0}.task-due-info{display:flex;flex-direction:column;gap:4px}.task-due-date{color:#1e293b;font-size:14px;font-weight:500}.task-status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.task-status-badge.status-pending{background:#fef3c7;color:#d97706}.task-status-badge.status-completed{background:#d1fae5;color:#059669}.task-actions{display:flex;gap:4px}.task-action.complete{background:#10b981;color:#fff}.task-action.complete:hover{background:#059669}.task-action.reopen{background:#f59e0b;color:#fff}.task-action.reopen:hover{background:#d97706}.task-urgency-badge{border-radius:8px;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.task-urgency-badge.overdue{background:#fee2e2;color:#dc2626}.task-urgency-badge.urgent{background:#fef3c7;color:#d97706}.task-loading{color:#64748b;font-size:16px;font-weight:500;padding:60px 20px;text-align:center}.task-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 16px;width:40px}.task-loading-indicator{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:16px;width:16px}.task-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}.task-error button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-left:auto;padding:6px 12px}.task-empty-state{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-top:20px;padding:60px 20px;text-align:center}.task-empty-state h2{color:#1e293b;font-size:24px;font-weight:700;margin:0 0 12px}.task-empty-state p{color:#64748b;font-size:16px;line-height:1.6;margin:0 auto 24px;max-width:400px}.task-delete-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.task-delete-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;padding:24px;width:90%}.task-delete-modal h2{color:#1e293b;font-size:20px;font-weight:600;margin:0 0 12px}.task-delete-modal p{color:#64748b;line-height:1.5;margin:0 0 16px}.task-delete-warning{color:#dc2626;font-size:14px;font-weight:600}.task-delete-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.task-cancel-button,.task-delete-button{border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.task-cancel-button{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.task-cancel-button:hover{background:#e2e8f0}.task-delete-button{background:#dc2626;border:1px solid #dc2626;color:#fff}.task-delete-button:hover{background:#b91c1c}.task-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@media (max-width:1024px){.task-kanban-board{gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.task-page{padding:16px}.task-header{gap:16px}.task-controls,.task-controls-left,.task-header{align-items:stretch;flex-direction:column}.task-search{min-width:auto}.task-filters{justify-content:center}.task-kanban-board,.task-list-row{grid-template-columns:1fr}.task-list-row{gap:8px;padding:12px 16px}.task-list-cell{justify-content:flex-start}.task-list-cell.task-list-cell-actions{justify-content:flex-end}}@media (max-width:480px){.task-stats{gap:8px}.task-filters,.task-stats{flex-direction:column}.task-filters button{text-align:center}}.investment-analysis{margin:0 auto;max-width:800px;padding:20px}.form-section{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:20px}.form-section h3{color:#2c3e50}.form-group,.form-section h3{margin-bottom:15px}.form-group label{color:#666;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;padding:8px;width:100%}.analyze-btn{background-color:#00b34e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px;width:100%}.analyze-btn:hover{background-color:#2980b9}.analyze-btn:disabled{background-color:#bdc3c7;cursor:not-allowed}.analysis-results{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:30px;padding:20px}.results-section{margin-bottom:30px}.results-section h4{border-bottom:2px solid #eee;color:#2c3e50;margin-bottom:15px;padding-bottom:5px}.result-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.result-item{background:#f8f9fa;border-radius:4px;padding:15px}.result-item label{color:#666;display:block;font-size:.9rem;margin-bottom:5px}.result-item value{color:#2c3e50;display:block;font-size:1.2rem;font-weight:600}.error{background:#fde8e8;border-radius:4px;color:#e74c3c;margin-top:10px;padding:10px;text-align:center}.down-payment-container{display:flex;flex-direction:column;gap:8px}.down-payment-toggle{display:flex;gap:4px;margin-bottom:4px}.toggle-btn{background:#f5f5f5;border:1px solid #ccc;cursor:pointer;flex:1 1;font-size:14px;padding:6px 12px;transition:all .2s ease}.toggle-btn.active{background:#007bff;border-color:#0056b3;color:#fff}.down-payment-input{align-items:center;display:flex;position:relative}.down-payment-input input{padding-right:24px;width:100%}.input-suffix{color:#666;font-size:14px;position:absolute;right:8px}.down-payment-preview{background:#f8f9fa;border-radius:4px;color:#666;font-size:12px;margin-top:4px;padding:4px 8px}.analytics-container{margin:0 auto;max-width:1200px;padding:2rem}.analytics-header{margin-bottom:2rem}.analytics-title{gap:.75rem;margin-bottom:.5rem}.analytics-title h1{color:#333;color:var(--text-dark,#333);font-size:1.8rem;font-weight:600;margin:0}.analytics-description{color:#666;color:var(--text-secondary,#666);font-size:1rem;margin:0}.analytics-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;margin-bottom:2rem;padding:1.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.analytics-section:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.section-header{border-bottom:1px solid #eaeaea;border-bottom:1px solid var(--border-color,#eaeaea);gap:.75rem;padding-bottom:.75rem}.section-header h2{color:#333;color:var(--text-dark,#333);font-size:1.3rem;font-weight:600;margin:0}.property-selector{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.property-selector label{color:#333;color:var(--text-dark,#333);font-weight:500;min-width:120px}.property-selector select{background-color:#fff;border:1px solid #ddd;border:1px solid var(--border-color,#ddd);border-radius:4px;flex:1 1;font-size:.95rem;padding:.75rem;transition:border-color .3s}.property-selector select:focus{border-color:#3d5af1;border-color:var(--primary-color,#3d5af1);box-shadow:0 0 0 2px #3d5af11a;outline:none}.no-property-message{align-items:center;background-color:#f9f9f9;border-radius:8px;color:#666;color:var(--text-secondary,#666);display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.no-property-message svg{color:#999;color:var(--text-light,#999);margin-bottom:1rem}.future-analytics-placeholder{background-color:#f9f9f9;border-radius:8px;color:#666;color:var(--text-secondary,#666);padding:1.5rem}.future-analytics-placeholder ul{margin-top:.75rem;padding-left:1.5rem}.future-analytics-placeholder li{margin-bottom:.5rem}.analytics-error,.analytics-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:2rem;text-align:center}.loading-spinner{border-top:3px solid var(--primary-color,#3d5af1)}.analytics-error h2{color:#333;color:var(--text-dark,#333);margin:1rem 0 .5rem}.analytics-error p{color:#666;color:var(--text-secondary,#666);margin-bottom:1.5rem}.retry-button{background-color:#3d5af1;background-color:var(--primary-color,#3d5af1)}.retry-button:hover{background-color:#2a3eb1;background-color:var(--primary-dark,#2a3eb1)}@media (max-width:768px){.analytics-container{padding:1.5rem 1rem}.analytics-title h1{font-size:1.6rem}.property-selector{align-items:flex-start;flex-direction:column;gap:.5rem}.property-selector label{min-width:auto}.property-selector select{width:100%}}.activities-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.activities-header{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.activities-title-section{align-items:center;display:flex;gap:1rem}.activities-title-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:12px;color:#2b7a78;padding:.75rem}.activities-title{color:#000;font-size:2rem;font-weight:700;margin:0}.activities-subtitle{color:#64748b;font-size:1rem;margin:.5rem 0 0}.activities-stats{display:flex;gap:1rem}.activities-stat-card{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #2b7a78;border-radius:12px;display:flex;flex-direction:column;min-width:100px;padding:1rem 1.5rem}.activities-stat-card svg{color:#2b7a78;margin-bottom:.5rem}.activities-stat-number{color:#2b7a78;font-size:1.5rem;font-weight:700}.activities-stat-label{color:#64748b;font-size:.875rem;text-align:center}.activities-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:center}.activities-loading-icon{animation:spin 1s linear infinite;color:#2b7a78;margin-bottom:1rem}.activities-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:2rem;padding:1rem;text-align:center}.activities-error p{color:#dc2626;margin-bottom:1rem}.activities-retry-btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.activities-retry-btn:hover{background:#b91c1c}.activities-empty{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:4rem 2rem;text-align:center}.activities-empty-icon{color:#94a3b8;margin-bottom:1rem}.activities-empty h3{color:#475569;margin-bottom:.5rem}.activities-empty p{color:#64748b}.activities-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.activities-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.activities-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.activities-card-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.activities-card-meta{align-items:center;display:flex;gap:1.5rem}.activities-datetime{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.activities-datetime svg{color:#94a3b8}.activities-duration{background:#eff6ff;color:#2b7a78;font-size:.875rem;gap:.5rem}.activities-duration,.activities-source-badge{align-items:center;border-radius:8px;display:flex;font-weight:500;padding:.375rem .75rem}.activities-source-badge{font-size:.75rem;gap:.375rem;text-transform:capitalize}.activities-source-badge--website{background:#dbeafe;border:1px solid #93c5fd;color:#2b7a78}.activities-source-badge--email{background:#fef3c7;border:1px solid #fcd34d;color:#d97706}.activities-source-badge--default{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.activities-source-icon{flex-shrink:0}.activities-card-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.activities-section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.activities-section-header h3{color:#2b7a78;font-size:1.125rem;font-weight:600;margin:0}.activities-section-icon{color:#2b7a78}.activities-property-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.activities-property-info{display:flex;flex-direction:column;gap:1rem}.activities-property-main{display:flex;flex-direction:column;gap:.75rem}.activities-property-address{align-items:center;color:#475569;display:flex;font-weight:500;gap:.5rem}.activities-property-address svg{color:#ef4444;flex-shrink:0}.activities-property-price{align-items:center;color:#2b7a78;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem}.activities-property-price svg{color:#2b7a78}.activities-property-meta{display:flex;flex-wrap:wrap;gap:.75rem}.activities-county,.activities-mls-id{background:#e0f2fe;border-radius:6px;color:#0369a1;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.activities-property-unavailable{color:#64748b;font-style:italic}.activities-lead-section{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:1rem}.activities-lead-info{display:flex;flex-direction:column;gap:.75rem}.activities-lead-name{color:#374151;font-weight:600}.activities-lead-fullname{color:#1f2937;font-size:1.125rem}.activities-lead-contact{align-items:center;display:flex;gap:.5rem}.activities-lead-contact svg{color:#6366f1;flex-shrink:0}.activities-email-link{color:#6366f1;font-weight:500;text-decoration:none}.activities-email-link:hover{text-decoration:underline}.activities-lead-unavailable{color:#64748b;font-style:italic}.activities-card-footer{border-top:1px solid #f1f5f9;padding-top:1rem}.activities-technical-info{align-items:center;color:#94a3b8;display:flex;font-size:.75rem;justify-content:space-between}.activities-id,.activities-ip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem}.activity-item.completed{background:#f0f9ff}@media (max-width:1024px){.activities-container{padding:1rem}.activities-header{align-items:stretch;flex-direction:column;gap:1rem}.activities-title-section{justify-content:center;text-align:center}.activities-stats{justify-content:center}}@media (max-width:768px){.activities-card-content{gap:1rem;grid-template-columns:1fr}.activities-card-header{align-items:stretch;flex-direction:column;gap:1rem}.activities-card-meta{align-items:flex-start;flex-direction:column;gap:.75rem}.activities-datetime{flex-wrap:wrap}.activities-technical-info{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.activities-container{padding:.5rem}.activities-header{padding:1rem}.activities-title{font-size:1.5rem}.activities-card{padding:1rem}.activities-lead-section,.activities-property-section{padding:.75rem}}.notifications-container{margin:0 auto;max-width:1200px;padding:2rem}.notifications-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.header-title{align-items:center;display:flex;gap:.75rem}.header-title h1{color:#1a202c;color:var(--neutral-900,#1a202c);font-size:1.75rem;font-weight:600;margin:0}.notifications-actions{align-items:center;display:flex;gap:1rem}.mark-all-read-button{align-items:center;background-color:#6366f1;background-color:var(--primary-color,#6366f1);border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s ease}.mark-all-read-button:hover{background-color:#086c32;background-color:var(--primary-dark,#086c32)}.mark-all-read-button:disabled{background-color:#cbd5e0;background-color:var(--neutral-400,#cbd5e0);cursor:not-allowed}.filter-controls{background-color:#f7fafc;background-color:var(--neutral-100,#f7fafc);border:1px solid #edf2f7;border:1px solid var(--neutral-200,#edf2f7);border-radius:.5rem;gap:.5rem;padding:.25rem}.filter-button{background:none;border:none;border-radius:.375rem;color:#718096;color:var(--neutral-600,#718096);font-weight:500;padding:.375rem .75rem}.filter-button:hover{background-color:#edf2f7;background-color:var(--neutral-200,#edf2f7);color:#1a202c;color:var(--neutral-900,#1a202c)}.filter-button.active{background-color:#fff;box-shadow:0 1px 3px #0000001a;color:#31ce7a;color:var(--primary-color,#31ce7a)}.notifications-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.notification-item{background-color:#fff;border:1px solid #edf2f7;border:1px solid var(--neutral-200,#edf2f7);border-radius:.5rem;display:flex;gap:1rem;padding:1rem;position:relative;transition:all .2s ease}.notification-item:hover{box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.notification-item.unread{background-color:#f8fafc;background-color:var(--neutral-50,#f8fafc);border-left:3px solid #3182ce;border-left:3px solid var(--primary-color,#3182ce)}.notification-icon{align-items:center;background-color:#f7fafc;background-color:var(--neutral-100,#f7fafc);border-radius:50%;color:#718096;color:var(--neutral-600,#718096);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.notification-icon.lead_assigned,.notification-icon.lead_update{background-color:#ed89361a;color:#ed8936;color:var(--accent-color,#ed8936)}.notification-icon.task_completed,.notification-icon.task_due,.notification-icon.task_reminder{background-color:#48bb781a;color:#48bb78;color:var(--success-color,#48bb78)}.notification-icon.property_update,.notification-icon.property_viewed{background-color:#3182ce1a;color:#3182ce;color:var(--primary-color,#3182ce)}.notification-icon.email_opened,.notification-icon.email_sent{background-color:#38b2ac1a;color:#38b2ac;color:var(--secondary-color,#38b2ac)}.notification-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.notification-message{color:#2d3748;color:var(--neutral-800,#2d3748);font-size:.95rem;padding-right:1.5rem;position:relative}.unread-dot{background-color:#31ce80;background-color:var(--primary-color,#31ce80);border-radius:50%;height:8px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px}.notification-meta{align-items:center;display:flex;justify-content:space-between}.notification-time{color:#a0aec0;color:var(--neutral-500,#a0aec0);font-size:.75rem}.mark-read-button{align-items:center;background:none;border:none;border-radius:.25rem;color:#3182ce;color:var(--primary-color,#3182ce);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s ease}.mark-read-button:hover{background-color:#3182ce1a}.empty-notifications{align-items:center;background-color:#fff;border:1px dashed #e2e8f0;border:1px dashed var(--neutral-300,#e2e8f0);border-radius:.5rem;color:#718096;color:var(--neutral-600,#718096);display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem;text-align:center}.empty-notifications svg{color:#cbd5e0;color:var(--neutral-400,#cbd5e0);margin-bottom:1.5rem}.empty-notifications p{font-size:1.125rem;font-weight:500;margin:0 0 .5rem}.empty-subtitle{color:#a0aec0!important;color:var(--neutral-500,#a0aec0)!important;font-size:.875rem!important;max-width:400px}.notifications-error,.notifications-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:2rem;text-align:center}.loading-spinner{border:3px solid #0000001a;border-top:3px solid var(--primary-color,#31ce6d);margin-bottom:1rem}.notifications-error h2{color:#1a202c;color:var(--neutral-900,#1a202c);margin:1rem 0 .5rem}.notifications-error p{color:#718096;color:var(--neutral-600,#718096);margin-bottom:1.5rem}.retry-button{background-color:#3182ce;background-color:var(--primary-color,#3182ce);border-radius:.375rem;padding:.5rem 1rem;transition:background-color .2s}.retry-button:hover{background-color:#2c5282;background-color:var(--primary-dark,#2c5282)}.notifications-footer{margin-top:1.5rem}@media (max-width:768px){.notifications-container{padding:1.5rem 1rem}.notifications-header{align-items:flex-start;flex-direction:column;gap:1rem}.notifications-actions{flex-wrap:wrap;width:100%}.mark-all-read-button{flex:1 1;justify-content:center}.filter-controls{justify-content:space-between;width:100%}.filter-button{flex:1 1;text-align:center}}@media (max-width:480px){.notification-item{align-items:flex-start;flex-direction:column;gap:.75rem}.notification-meta{width:100%}}:root{--cma-primary-green:#10b981;--cma-primary-green-light:#34d399;--cma-primary-green-dark:#059669;--cma-accent-green:#6ee7b7;--cma-bg-green-light:#f0fdf4;--cma-bg-green-ultra-light:#fafffe;--cma-border-green:#bbf7d0;--cma-text-green:#065f46;--cma-text-green-light:#047857;--cma-pure-white:#fff;--cma-soft-gray:#f8fafc;--cma-border-light:#e2e8f0;--cma-text-primary:#1f2937;--cma-text-secondary:#6b7280;--cma-shadow-green:#10b9811a;--cma-shadow-soft:#0000000d;--cma-success-green:#22c55e;--cma-warning-orange:#f59e0b;--cma-error-red:#ef4444}.cma-main-container{animation:cmaFadeInUp .6s ease-out;background:#fff;background:var(--cma-pure-white);border-radius:24px;box-shadow:0 4px 32px #0000000d,0 0 0 1px #e2e8f0;box-shadow:0 4px 32px var(--cma-shadow-soft),0 0 0 1px var(--cma-border-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1400px;overflow:hidden;padding:40px;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes cmaFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cma-main-container:hover{box-shadow:0 8px 40px #0000000d,0 0 0 1px #bbf7d0;box-shadow:0 8px 40px var(--cma-shadow-soft),0 0 0 1px var(--cma-border-green)}.cma-header-section{align-items:center;background:linear-gradient(135deg,#f0fdf4,#fff);background:linear-gradient(135deg,var(--cma-bg-green-light) 0,var(--cma-pure-white) 100%);border:2px solid #bbf7d0;border:2px solid var(--cma-border-green);border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;overflow:hidden;padding:32px 40px;position:relative}.cma-header-section:before{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7);background:linear-gradient(90deg,var(--cma-primary-green),var(--cma-primary-green-light),var(--cma-accent-green));content:"";height:4px;left:0;position:absolute;right:0;top:0}.cma-title-wrapper{flex:1 1;margin-right:20px;min-width:250px}.cma-main-title{color:#065f46;color:var(--cma-text-green);font-size:2.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0 0 8px}.cma-main-title,.cma-subtitle{word-wrap:break-word;overflow-wrap:break-word}.cma-subtitle{color:#047857;color:var(--cma-text-green-light);font-size:1.125rem;font-weight:500;margin:0}.cma-demo-badge{align-items:center;background:#f59e0b;background:var(--cma-warning-orange);border-radius:12px;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:8px;margin-right:16px;padding:12px 20px}.cma-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.cma-download-btn,.cma-send-btn{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--cma-primary-green),var(--cma-primary-green-light));border:none;border-radius:12px;box-shadow:0 2px 8px #10b9811a;box-shadow:0 2px 8px var(--cma-shadow-green);color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:all .2s ease}.cma-download-btn:hover,.cma-send-btn:hover{background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--cma-primary-green-dark),var(--cma-primary-green));box-shadow:0 4px 16px #10b9811a;box-shadow:0 4px 16px var(--cma-shadow-green);transform:translateY(-2px)}.cma-demo-notice{align-items:center;background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:16px;color:#065f46;color:var(--cma-text-green);display:flex;gap:12px;margin-bottom:32px;overflow:hidden;padding:20px 24px}.cma-demo-notice p{word-wrap:break-word;font-weight:500;margin:0;overflow-wrap:break-word}.cma-content-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr;width:100%}.cma-chart-section,.cma-comparables-section,.cma-insights-section,.cma-map-card,.cma-market-overview-card,.cma-subject-property-card{background:#fff;background:var(--cma-pure-white);border:1px solid #e2e8f0;border:1px solid var(--cma-border-light);border-radius:20px;box-shadow:0 2px 16px #0000000d;box-shadow:0 2px 16px var(--cma-shadow-soft);box-sizing:border-box;overflow:hidden;padding:32px;transition:all .3s ease;width:100%}.cma-chart-section:hover,.cma-comparables-section:hover,.cma-insights-section:hover,.cma-map-card:hover,.cma-market-overview-card:hover,.cma-subject-property-card:hover{border-color:#bbf7d0;border-color:var(--cma-border-green);box-shadow:0 4px 24px #0000000d;box-shadow:0 4px 24px var(--cma-shadow-soft)}.cma-card-header{border-bottom:2px solid #f0fdf4;border-bottom:2px solid var(--cma-bg-green-light);flex-wrap:wrap;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.cma-card-header,.cma-card-title{align-items:center;display:flex;gap:12px}.cma-card-title{word-wrap:break-word;color:#065f46;color:var(--cma-text-green);font-size:1.5rem;font-weight:700;margin:0;overflow-wrap:break-word}.cma-chart-subtitle{color:#6b7280}.cma-chart-subtitle,.cma-map-subtitle{color:var(--cma-text-secondary);font-size:.875rem;font-weight:500;margin:0}.cma-subject-details{display:flex;flex-direction:column;gap:24px;width:100%}.cma-property-image{align-items:center;background:#f0fdf4;background:var(--cma-bg-green-light);border:2px dashed #bbf7d0;border:2px dashed var(--cma-border-green);border-radius:16px;color:#065f46;color:var(--cma-text-green);display:flex;flex-direction:column;height:300px;justify-content:center}.cma-image-placeholder{font-size:2.5rem;margin-bottom:8px}.cma-image-text{font-size:.875rem;font-weight:600;letter-spacing:.05em;text-align:center;text-transform:uppercase}.cma-property-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.cma-stat-item{align-items:center;background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:12px;display:flex;gap:16px;overflow:hidden;padding:20px;transition:all .2s ease}.cma-stat-item:hover{background:#f0fdf4;background:var(--cma-bg-green-light);border-color:#34d399;border-color:var(--cma-primary-green-light)}.cma-stat-icon{align-items:center;background:#10b981;background:var(--cma-primary-green);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.cma-stat-content{flex:1 1;min-width:0;overflow:hidden}.cma-stat-label{color:#6b7280;color:var(--cma-text-secondary);font-size:.875rem;font-weight:600;margin-bottom:4px}.cma-stat-label,.cma-stat-value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cma-stat-value{color:#1f2937;color:var(--cma-text-primary);font-size:1.125rem;font-weight:700}.cma-price-highlight{color:#10b981;color:var(--cma-primary-green);font-size:1.25rem}.cma-property-status{align-items:center;display:flex}.cma-status-badge{border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:8px 16px;text-transform:uppercase}.cma-status-active{background:#22c55e;background:var(--cma-success-green);color:#fff}.cma-chart-container{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:16px;margin-top:24px;overflow:hidden;padding:20px}.cma-market-trend,.cma-trend-badge{align-items:center;display:flex}.cma-trend-badge{border-radius:20px;font-size:.875rem;font-weight:600;gap:8px;padding:8px 16px}.cma-trend-increasing{background:#22c55e;background:var(--cma-success-green);color:#fff}.cma-trend-decreasing{background:#ef4444;background:var(--cma-error-red);color:#fff}.cma-trend-stable{background:#6b7280;background:var(--cma-text-secondary);color:#fff}.cma-market-description{margin-bottom:24px}.cma-market-description p{word-wrap:break-word;color:#6b7280;color:var(--cma-text-secondary);font-size:1rem;margin:0;overflow-wrap:break-word}.cma-market-stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.cma-stat-card{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:16px;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.cma-stat-card:hover{background:#f0fdf4;background:var(--cma-bg-green-light);border-color:#34d399;border-color:var(--cma-primary-green-light);box-shadow:0 4px 16px #10b9811a;box-shadow:0 4px 16px var(--cma-shadow-green);transform:translateY(-2px)}.cma-stat-premium{background:linear-gradient(135deg,#f0fdf4,#fff);background:linear-gradient(135deg,var(--cma-bg-green-light),var(--cma-pure-white));border:2px solid #bbf7d0;border:2px solid var(--cma-border-green)}.cma-stat-card .cma-stat-content,.cma-stat-card .cma-stat-icon{margin-bottom:16px}.cma-highlight-value{color:#10b981;color:var(--cma-primary-green);font-size:1.5rem}.cma-stat-unit{font-size:.875rem;font-weight:500}.cma-stat-note,.cma-stat-unit{color:#6b7280;color:var(--cma-text-secondary)}.cma-stat-note{display:block;font-size:.75rem;margin-top:4px}.cma-stat-indicator{position:absolute;right:16px;top:16px}.cma-indicator{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.cma-indicator-high{background:#22c55e;background:var(--cma-success-green);color:#fff}.cma-indicator-moderate{background:#f59e0b;background:var(--cma-warning-orange);color:#fff}.cma-indicator-fast{background:#22c55e;background:var(--cma-success-green);color:#fff}.cma-indicator-slow{background:#ef4444;background:var(--cma-error-red);color:#fff}.cma-stat-trend{border-radius:50%;bottom:16px;height:8px;position:absolute;right:16px;width:8px}.cma-trend-positive{background:#22c55e;background:var(--cma-success-green)}.cma-trend-neutral{background:#6b7280;background:var(--cma-text-secondary)}.cma-comparable-count{align-items:center;display:flex;gap:12px}.cma-count-badge{background:#10b981;background:var(--cma-primary-green);border-radius:20px;color:#fff;flex-shrink:0;font-size:1rem;font-weight:700;min-width:32px;padding:8px 12px;text-align:center}.cma-count-text{color:#6b7280;color:var(--cma-text-secondary);font-weight:500}.cma-comparable-description{margin-bottom:24px}.cma-comparable-description p{word-wrap:break-word;color:#6b7280;color:var(--cma-text-secondary);font-size:1rem;margin:0;overflow-wrap:break-word}.cma-comparable-cards-wrapper{margin-top:24px;width:100%}.cma-comparable-cards-container{display:flex;flex-direction:column;gap:20px;width:100%}.cma-comparable-property-card{background:#fff;background:var(--cma-pure-white);border:1px solid #e2e8f0;border:1px solid var(--cma-border-light);border-radius:12px;box-shadow:0 2px 8px #0000000d;box-shadow:0 2px 8px var(--cma-shadow-soft);box-sizing:border-box;display:flex;overflow:hidden;padding:16px;transition:all .3s ease;width:100%}.cma-comparable-property-card:hover{border-color:#bbf7d0;border-color:var(--cma-border-green);box-shadow:0 4px 16px #0000000d;box-shadow:0 4px 16px var(--cma-shadow-soft)}.cma-clickable-card{cursor:pointer;transition:all .2s ease}.cma-clickable-card:hover{border-color:#10b981;border-color:var(--cma-primary-green);box-shadow:0 6px 20px #10b9811a;box-shadow:0 6px 20px var(--cma-shadow-green);transform:translateY(-2px)}.cma-clickable-card:active{box-shadow:0 2px 8px #0000000d;box-shadow:0 2px 8px var(--cma-shadow-soft);transform:translateY(0)}.cma-sold-indicator{position:absolute;right:10px;top:10px;z-index:10}.cma-sold-badge{background:#ef4444;border-radius:4px;box-shadow:0 2px 4px #ef44444d;color:#fff;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.cma-comparable-card-image{flex-shrink:0;height:90px;margin-right:16px;width:120px}.cma-comparable-image-placeholder{align-items:center;background:#f0fdf4;background:var(--cma-bg-green-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:8px;color:#065f46;color:var(--cma-text-green);display:flex;font-size:.75rem;font-weight:600;height:100%;justify-content:center;text-align:center;width:100%}.cma-comparable-placeholder-text{line-height:1.2;padding:8px}.cma-comparable-card-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.cma-comparable-card-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:12px}.cma-comparable-card-header,.cma-comparable-status-indicator{align-items:center;display:flex;gap:8px}.cma-comparable-status-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:12px;width:12px}.cma-comparable-status-text{color:#1f2937;color:var(--cma-text-primary);font-size:.875rem;font-weight:600}.cma-status-Sold .cma-comparable-status-dot{background:#10b981}.cma-status-Under_Contract .cma-comparable-status-dot{background:#f59e0b}.cma-status-Coming_Soon .cma-comparable-status-dot{background:#8b5cf6}.cma-status-Active .cma-comparable-status-dot{background:#ef4444}.cma-status-Sold .cma-comparable-status-text{color:#10b981}.cma-status-Under_Contract .cma-comparable-status-text{color:#f59e0b}.cma-status-Coming_Soon .cma-comparable-status-text{color:#8b5cf6}.cma-status-Active .cma-comparable-status-text{color:#ef4444}.cma-comparable-card-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%}.cma-comparable-metric-item{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:6px;display:flex;flex-direction:column;gap:2px;padding:8px;text-align:center}.cma-comparable-metric-label{color:#6b7280;color:var(--cma-text-secondary);font-size:.7rem;font-weight:600;letter-spacing:.025em;line-height:1.2;text-transform:uppercase}.cma-comparable-metric-value{color:#1f2937;color:var(--cma-text-primary);font-size:.875rem;font-weight:700;line-height:1.2}.cma-comparable-card-details{margin-top:16px}.cma-comparable-address-section{width:100%}.cma-comparable-property-address{word-wrap:break-word;color:#3b82f6;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 8px;overflow-wrap:break-word}.cma-comparable-property-info{display:flex;flex-wrap:wrap;gap:16px}.cma-comparable-apn,.cma-comparable-mls-id{color:#6b7280;color:var(--cma-text-secondary);font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cma-table-wrapper{margin-top:24px;width:100%}.cma-table-container{background:#fff;background:var(--cma-pure-white);border:1px solid #e2e8f0;border:1px solid var(--cma-border-light);border-radius:16px;max-width:100%;overflow-x:auto}.cma-comparables-table{border-collapse:collapse;font-size:.875rem;table-layout:fixed;width:100%}.cma-table-head{background:linear-gradient(135deg,#f0fdf4,#fafffe);background:linear-gradient(135deg,var(--cma-bg-green-light),var(--cma-bg-green-ultra-light))}.cma-table-header-row{border-bottom:2px solid #bbf7d0;border-bottom:2px solid var(--cma-border-green)}.cma-table-th{border-right:1px solid #e2e8f0;border-right:1px solid var(--cma-border-light);color:#065f46;color:var(--cma-text-green);font-size:.875rem;font-weight:700;overflow:hidden;padding:16px 12px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.cma-table-th:last-child{border-right:none}.cma-table-body{background:#fff;background:var(--cma-pure-white)}.cma-table-row{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--cma-border-light);transition:all .2s ease}.cma-table-row:hover{background:#fafffe;background:var(--cma-bg-green-ultra-light)}.cma-table-row:last-child{border-bottom:none}.cma-table-td{border-right:1px solid #e2e8f0;border-right:1px solid var(--cma-border-light);overflow:hidden;padding:16px 12px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.cma-table-td:last-child{border-right:none}.cma-address-content{max-width:200px;overflow:hidden;text-overflow:ellipsis}.cma-address-text{color:#1f2937;color:var(--cma-text-primary);font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cma-price-amount{color:#10b981;color:var(--cma-primary-green);font-size:1rem;font-weight:700}.cma-bed-bath,.cma-sqft-amount{color:#1f2937;color:var(--cma-text-primary);font-weight:600}.cma-sqft-unit{color:#6b7280;color:var(--cma-text-secondary);display:block;font-size:.75rem;margin-top:2px}.cma-price-per-sqft{color:#10b981;color:var(--cma-primary-green);font-weight:600}.cma-sold-date,.cma-tax-amount,.cma-year-built{color:#1f2937;color:var(--cma-text-primary);font-weight:500}.cma-days-on-market{color:#1f2937;color:var(--cma-text-primary);font-weight:600}.cma-dom-unit{color:#6b7280;color:var(--cma-text-secondary);display:block;font-size:.75rem;margin-top:2px}.cma-no-comparables{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:16px;padding:40px;text-align:center}.cma-no-data-text{font-size:1.125rem;font-weight:500;margin:0 0 8px}.cma-debug-text,.cma-no-data-text{color:#6b7280;color:var(--cma-text-secondary)}.cma-debug-text{font-size:.75rem;opacity:.7}.cma-insights-badge{align-items:center;display:flex}.cma-ai-badge{background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--cma-primary-green),var(--cma-primary-green-light));border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:8px 16px;text-transform:uppercase}.cma-insights-content{grid-gap:24px;display:grid;gap:24px;width:100%}.cma-insight-section{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:1px solid #bbf7d0;border:1px solid var(--cma-border-green);border-radius:16px;overflow:hidden;padding:24px;transition:all .3s ease}.cma-insight-section:hover{background:#f0fdf4;background:var(--cma-bg-green-light);border-color:#34d399;border-color:var(--cma-primary-green-light)}.cma-insight-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.cma-insight-icon{align-items:center;background:#10b981;background:var(--cma-primary-green);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:32px;justify-content:center;width:32px}.cma-insight-title{word-wrap:break-word;color:#065f46;color:var(--cma-text-green);font-size:1.125rem;font-weight:700;margin:0;overflow-wrap:break-word}.cma-insight-content{grid-gap:12px;display:grid;gap:12px;width:100%}.cma-insight-point{align-items:flex-start;display:flex;gap:12px;overflow:hidden;padding:8px 0}.cma-point-bullet{color:#10b981;color:var(--cma-primary-green);flex-shrink:0;font-size:1.125rem;font-weight:700;line-height:1.5}.cma-point-text{word-wrap:break-word;color:#1f2937;color:var(--cma-text-primary);font-weight:500;line-height:1.5;overflow-wrap:break-word}.cma-email-section{background:#fafffe;background:var(--cma-bg-green-ultra-light);border:2px solid #bbf7d0;border:2px solid var(--cma-border-green);border-radius:20px;margin-top:40px;overflow:hidden;padding:32px}.cma-email-header{margin-bottom:24px;text-align:center}.cma-email-title{color:#065f46;color:var(--cma-text-green);font-size:1.5rem;font-weight:700;margin:0 0 8px}.cma-email-subtitle,.cma-email-title{word-wrap:break-word;overflow-wrap:break-word}.cma-email-subtitle{color:#6b7280;color:var(--cma-text-secondary);font-size:1rem;margin:0}.cma-lead-select-container{margin-bottom:24px}.cma-lead-search-container,.cma-lead-select-container{position:relative;width:100%}.cma-lead-search-input{background:#fff;background:var(--cma-pure-white);border:2px solid #e2e8f0;border:2px solid var(--cma-border-light);border-radius:12px;box-sizing:border-box;font-size:1rem;padding:16px 20px 16px 48px;transition:all .2s ease;width:100%}.cma-lead-search-input:focus{border-color:#10b981;border-color:var(--cma-primary-green);box-shadow:0 0 0 3px #10b9811a;box-shadow:0 0 0 3px var(--cma-shadow-green);outline:none}.cma-search-icon{color:#6b7280;color:var(--cma-text-secondary);left:16px;position:absolute;top:50%;transform:translateY(-50%)}.cma-lead-dropdown{background:#fff;background:var(--cma-pure-white);border:2px solid #e2e8f0;border:2px solid var(--cma-border-light);border-radius:12px;box-shadow:0 4px 24px #0000000d;box-shadow:0 4px 24px var(--cma-shadow-soft);left:0;margin-top:4px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.cma-lead-option{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--cma-border-light);cursor:pointer;padding:16px 20px;transition:all .2s ease}.cma-lead-option:hover{background:#fafffe;background:var(--cma-bg-green-ultra-light)}.cma-lead-option:last-child{border-bottom:none}.cma-lead-info{display:flex;flex-direction:column;gap:4px}.cma-lead-name{color:#1f2937;color:var(--cma-text-primary);font-weight:600}.cma-lead-email,.cma-lead-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cma-lead-email{color:#6b7280;color:var(--cma-text-secondary);font-size:.875rem}.cma-selected-lead{align-items:center;background:#f0fdf4;background:var(--cma-bg-green-light);border:2px solid #bbf7d0;border:2px solid var(--cma-border-green);border-radius:12px;display:flex;justify-content:space-between;overflow:hidden;padding:16px 20px}.cma-selected-lead-info{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.cma-selected-lead-name{color:#065f46;color:var(--cma-text-green);font-weight:600}.cma-selected-lead-email,.cma-selected-lead-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cma-selected-lead-email{color:#047857;color:var(--cma-text-green-light);font-size:.875rem}.cma-remove-lead-btn{align-items:center;background:#ef4444;background:var(--cma-error-red);border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:12px;transition:all .2s ease;width:32px}.cma-remove-lead-btn:hover{background:#dc2626}.cma-send-email-btn{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);background:linear-gradient(135deg,var(--cma-primary-green),var(--cma-primary-green-light));border:none;border-radius:12px;box-shadow:0 2px 8px #10b9811a;box-shadow:0 2px 8px var(--cma-shadow-green);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:12px;justify-content:center;padding:16px 24px;transition:all .2s ease;width:100%}.cma-send-email-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#10b981);background:linear-gradient(135deg,var(--cma-primary-green-dark),var(--cma-primary-green));box-shadow:0 4px 16px #10b9811a;box-shadow:0 4px 16px var(--cma-shadow-green);transform:translateY(-2px)}.cma-send-email-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:1024px){.cma-main-container{padding:24px}.cma-header-section{flex-direction:column;gap:24px;padding:24px;text-align:center}.cma-title-wrapper{flex:none;margin-right:0}.cma-subject-details{gap:20px}.cma-property-image{height:250px}.cma-property-stats{grid-template-columns:1fr}.cma-market-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.cma-main-container{border-radius:16px;padding:16px}.cma-header-section{border-radius:16px;padding:20px}.cma-main-title{font-size:2rem}.cma-header-actions{flex-direction:column;gap:12px;width:100%}.cma-download-btn,.cma-send-btn{justify-content:center;width:100%}.cma-chart-section,.cma-comparables-section,.cma-insights-section,.cma-market-overview-card,.cma-subject-property-card{padding:20px}.cma-table-container{max-width:100%;overflow-x:auto}.cma-comparables-table{min-width:800px}.cma-table-td,.cma-table-th{font-size:.75rem;padding:12px 8px}.cma-market-stats-grid,.cma-property-stats{grid-template-columns:1fr}.cma-property-image{height:200px}.cma-stat-card{padding:16px}.cma-insight-section{padding:20px}}@media (max-width:480px){.cma-main-container{padding:12px}.cma-main-title{font-size:1.75rem}.cma-subtitle{font-size:1rem}.cma-stat-item{padding:16px}.cma-property-image{height:160px}.cma-stat-card{padding:16px}.cma-email-section{padding:20px}.cma-table-td,.cma-table-th{font-size:.75rem;padding:10px 6px}.cma-card-header{align-items:flex-start;flex-direction:column}.cma-comparable-property-card{flex-direction:column;padding:12px}.cma-comparable-card-image{height:80px;margin-bottom:12px;margin-right:0;width:100%}.cma-comparable-card-metrics{gap:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.cma-comparable-metric-item{padding:6px}.cma-comparable-metric-label{font-size:.65rem}.cma-comparable-metric-value{font-size:.8rem}.cma-comparable-property-info{flex-direction:column;gap:4px}}.cma-map-section{grid-column:1/-1;margin-bottom:30px}.cma-map-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.cma-map-legend{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:20px;margin-top:15px;padding:12px}.cma-legend-item{align-items:center;display:flex;font-size:14px;gap:8px}.cma-legend-marker{border-radius:50%;display:inline-block;height:16px;width:16px}.cma-subject-marker{background-color:#dc2626;border:2px solid #fff;box-shadow:0 0 0 1px #dc2626}.cma-comparable-marker{background-color:#2563eb;border:2px solid #fff;box-shadow:0 0 0 1px #2563eb}.property-map-container{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}:root{--primary-color:#2b7a78;--primary-dark:#21706a;--primary-darker:#1b4d4a;--primary-light:#3aa89c;--accent-color:#2b7a78;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--text-primary:#1a202c;--text-secondary:#4a5568;--bg-light:#f8fafc;--bg-white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012,0 2px 4px #0000000d;--shadow-lg:0 10px 15px #0000000a,0 4px 6px #0000000d;--shadow-hover:0 14px 28px #00000026,0 10px 10px #0000001a;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--transition-slow:all 0.5s cubic-bezier(0.25,1,0.5,1);--transition-base:all 0.3s cubic-bezier(0.25,1,0.5,1);--transition-fast:all 0.15s cubic-bezier(0.25,1,0.5,1)}.cma-page{background-color:#f8fafc;background-color:var(--bg-light);color:#1a202c;color:var(--text-primary);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1300px;min-height:calc(100vh - 4rem);padding:2rem}.cma-page-header{background:linear-gradient(135deg,#fff,#f0f9ff);background:linear-gradient(135deg,var(--bg-white) 0,#f0f9ff 100%);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);margin-bottom:2.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.cma-page-header:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cma-page-header:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='0 0 100 100'%3E%3Cpath fill='%232b7a7820' d='M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm48 25a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm-43-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm63 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM34 90a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm56-76a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 1 0 .001-3.999A2 2 0 0 0 80 29zM60 91a2 2 0 1 0 .001-3.999A2 2 0 0 0 60 91zM35 41a2 2 0 1 0 .001-3.999A2 2 0 0 0 35 41zM12 60a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 60z'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;content:"";height:100%;opacity:.3;position:absolute;right:0;top:0;width:300px;z-index:0}.cma-page-title{align-items:center;display:flex;gap:1rem;margin-bottom:1rem;position:relative;z-index:1}.cma-page-title svg{color:#2b7a78;color:var(--primary-color);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.cma-page-title:hover svg{color:#3aa89c;color:var(--primary-light);transform:scale(1.1) rotate(-5deg)}.cma-page-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1b4d4a,#3aa89c);background:linear-gradient(90deg,var(--primary-darker),var(--primary-light));-webkit-background-clip:text;color:#1a202c;color:var(--text-primary);font-size:2.25rem;font-weight:600;margin:0;text-shadow:0 2px 4px #0000000d}.cma-page-description{color:#4a5568;color:var(--text-secondary);font-size:1.125rem;font-weight:300;line-height:1.6;margin:0;max-width:80%;position:relative;z-index:1}.cma-search-section{margin-bottom:2rem}.search-container{margin:0 auto;max-width:600px;position:relative}.search-input-wrapper{align-items:center;background:#fff;background:var(--bg-white);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);display:flex;padding:.75rem 1rem;position:relative;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.search-input-wrapper:focus-within{border-color:#2b7a78;border-color:var(--primary-color);box-shadow:0 0 0 3px #2b7a781a;transform:translateY(-1px)}.search-icon{color:#4a5568;color:var(--text-secondary);margin-right:.75rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.search-input-wrapper:focus-within .search-icon{color:#2b7a78;color:var(--primary-color)}.search-input{font-family:inherit}.search-input::placeholder{color:#4a5568;color:var(--text-secondary);opacity:.7}.search-loading{color:#2b7a78;color:var(--primary-color);margin-left:.75rem}.city-suggestions{animation:slideDown .3s cubic-bezier(.25,1,.5,1);background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);left:0;margin-top:.5rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.city-suggestion-item{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.city-suggestion-item:hover{background-color:#2b7a78;background-color:var(--primary-color);color:#fff}.city-suggestion-item:hover svg{color:#fff}.city-suggestion-item svg{color:#2b7a78;color:var(--primary-color);transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.selected-property-card{animation:fadeInUp .6s cubic-bezier(.25,1,.5,1);background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);margin-bottom:2rem;overflow:hidden;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.selected-property-card:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.selected-property-header{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-light) 100%);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.selected-property-header h3{font-size:1.25rem;font-weight:600;margin:0}.status-badge{border-radius:var(--radius-full)}.status-badge.active{background-color:#10b981;background-color:var(--success-color)}.selected-property-content{display:flex;gap:2rem;padding:2rem}.property-image-section{border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);flex-shrink:0;height:200px;overflow:hidden;width:300px}.property-main-image{height:100%;object-fit:cover;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base);width:100%}.property-main-image:hover{transform:scale(1.05)}.property-no-image{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);background:linear-gradient(135deg,var(--bg-light) 0,#e2e8f0 100%);color:#4a5568;color:var(--text-secondary);display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;width:100%}.property-no-image span{font-size:.875rem;font-weight:500}.property-details-section{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.property-address h4{color:#1a202c;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.property-location{align-items:center;color:#4a5568;color:var(--text-secondary);display:flex;font-size:1rem;gap:.5rem}.property-location svg{color:#2b7a78;color:var(--primary-color)}.property-specs-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.spec-item{align-items:center;background:#f8fafc;background:var(--bg-light);border-radius:.5rem;border-radius:var(--radius-lg);display:flex;gap:.75rem;padding:1rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.spec-item:hover{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:#fff;transform:translateY(-2px)}.spec-item:hover svg{color:#fff}.spec-item svg{color:#2b7a78;color:var(--primary-color);transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.spec-content{display:flex;flex-direction:column;gap:.25rem}.spec-value{font-size:1.125rem;font-weight:600}.spec-label{font-size:.75rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.cma-welcome-section{animation:fadeIn .5s cubic-bezier(.25,1,.5,1);background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);padding:3rem 2rem;text-align:center}.welcome-content{margin:0 auto;max-width:800px}.welcome-icon{color:#2b7a78;color:var(--primary-color);margin-bottom:1.5rem}.welcome-content h2{color:#1a202c;color:var(--text-primary);font-size:2rem;font-weight:600;margin:0 0 1rem}.welcome-content>p{color:#4a5568;color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-item{background:#f8fafc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.feature-item:hover{border-color:#2b7a78;border-color:var(--primary-color);box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-item svg{color:#2b7a78;color:var(--primary-color);margin-bottom:1rem}.feature-item h4{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.feature-item p{color:#4a5568;color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:0}.cma-error{animation:slideIn .5s cubic-bezier(.25,1,.5,1);background-color:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);color:#ef4444;color:var(--danger-color);display:flex;flex-direction:column;margin-bottom:1.5rem;padding:1.5rem}.cma-error>span{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.75rem}.cma-loading{animation:pulse 2s infinite;background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);color:#4a5568;color:var(--text-secondary);margin-bottom:1.5rem;padding:3rem 2rem;position:relative;text-align:center}.cma-loading:before{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top:3px solid var(--primary-color);content:"";display:block;height:50px;margin:0 auto 1rem;width:50px}.cma-loading p{font-size:1.125rem;font-weight:500;margin:.75rem 0 0}.debug-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.5rem;border-radius:var(--radius-lg);color:#343a40;font-size:.875rem;margin-top:1.25rem;padding:1.25rem}.debug-info h4{color:#343a40;font-size:1rem;margin-bottom:.75rem;margin-top:0}.debug-info pre{background-color:#f1f3f5;border-radius:.25rem;border-radius:var(--radius-sm);font-family:SFMono-Regular,Consolas,monospace;font-size:.8125rem;line-height:1.5;margin:0 0 1rem;max-height:18.75rem;overflow:auto;padding:1rem;white-space:pre-wrap;word-break:break-word}.debug-info p{color:#4a5568;color:var(--text-secondary);font-weight:500;margin-bottom:1rem}.retry-button{background-color:#2b7a78;background-color:var(--primary-color);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);display:inline-flex;font-size:.875rem;justify-content:center;padding:.625rem 1.25rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.retry-button:hover{background-color:#21706a;background-color:var(--primary-dark);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md)}.retry-button:active{box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);transform:translateY(0)}.retry-button svg{animation:spin-once 1.5s cubic-bezier(.4,0,.2,1)}@keyframes spin-once{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cma-analysis-container{animation:fadeInUp .6s cubic-bezier(.25,1,.5,1);background-color:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);overflow:hidden;transition:all .5s cubic-bezier(.25,1,.5,1);transition:var(--transition-slow)}.cma-analysis-container:hover{box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cma-search-container{margin-bottom:2.5rem;position:relative}.search-bar-wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:900px;position:relative}.search-input-container{align-items:center;background:#fff;background:var(--bg-white);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;overflow:visible;position:relative;transition:all .2s ease;width:100%}.search-input-container:focus-within{border-color:#2b7a78;border-color:var(--primary-color);box-shadow:0 0 0 3px #2b7a781a,0 2px 8px #0000001a}.search-input{background:#0000;border:none;color:#1a202c;color:var(--text-primary);flex:1 1;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;min-width:0;outline:none;padding:1rem .75rem 1rem 1.5rem}.search-input::placeholder{color:#9ca3af;opacity:1}.clear-search-button-inline{background:#e5e7eb;color:#6b7280;font-weight:300;height:24px;line-height:1;padding:0;width:24px}.clear-search-button-inline:hover{color:#fff;transform:scale(1.1)}.clear-search-button-inline:active{transform:scale(.95)}.search-button{align-items:center;background:#2b7a78;background:var(--primary-color);border:none;border-radius:0 12px 12px 0;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.95rem;font-weight:600;justify-content:center;margin-left:-1px;min-width:120px;padding:1rem 2rem;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:#21706a;background:var(--primary-dark)}.search-button:active:not(:disabled){transform:scale(.98)}.search-button:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}.search-button svg{flex-shrink:0}.loading-spinner{margin-right:1rem}.city-suggestions-dropdown{animation:slideDown .2s ease-out;background:#fff;background:var(--bg-white);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.city-suggestion-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:.75rem;padding:.875rem 1.25rem;transition:background-color .15s ease}.city-suggestion-item:first-child{border-radius:12px 12px 0 0}.city-suggestion-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.city-suggestion-item:hover{background-color:#f0fdf4}.city-suggestion-item:hover svg{color:#2b7a78;color:var(--primary-color)}.city-suggestion-item svg{color:#6b7280;flex-shrink:0;transition:color .15s ease}.search-results-info{align-items:center;background:#fff;background:var(--bg-white);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);color:#4a5568;color:var(--text-secondary);display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:1rem;padding:.75rem 1rem}.search-results-info svg{color:#2b7a78;color:var(--primary-color)}.search-error{align-items:center;color:#ef4444;color:var(--danger-color);display:flex;font-weight:500;gap:.5rem;margin-left:auto}.clear-search-button{align-items:center;background:#4a5568;background:var(--text-secondary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;margin-left:.5rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast);width:24px}.clear-search-button:hover{background:#ef4444;background:var(--danger-color);transform:scale(1.1)}.clear-search-button-inline{align-items:center;background:#4a5568;background:var(--text-secondary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:28px;justify-content:center;margin-right:.75rem;opacity:.7;transition:all .2s ease;width:28px}.clear-search-button-inline:hover{background:#ef4444;background:var(--danger-color);opacity:1;transform:scale(1.15)}.clear-search-button-inline:active{transform:scale(1.05)}.cma-properties-container{margin-top:2rem}.cma-properties-header{align-items:center;background:#fff;background:var(--bg-white);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.cma-properties-title h3{color:#1a202c;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.cma-properties-title p{color:#4a5568;color:var(--text-secondary);font-size:1rem;margin:0}.cma-view-controls,.view-mode-button{display:flex;gap:.5rem}.view-mode-button{align-items:center;background:#f8fafc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);color:#4a5568;color:var(--text-secondary);cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.view-mode-button.active,.view-mode-button:hover{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-color:#2b7a78;border-color:var(--primary-color);color:#fff}.cma-properties-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:2rem}.cma-properties-grid.list-view{grid-template-columns:1fr}.cma-property-card{animation:fadeInUp .6s cubic-bezier(.25,1,.5,1);background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.cma-property-card:hover{box-shadow:0 14px 28px #00000026,0 10px 10px #0000001a;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.cma-property-image{height:200px;overflow:hidden;position:relative;width:100%}.cma-property-image img{height:100%;object-fit:cover;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base);width:100%}.cma-property-card:hover .cma-property-image img{transform:scale(1.05)}.no-image{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);background:linear-gradient(135deg,var(--bg-light) 0,#e2e8f0 100%);color:#4a5568;color:var(--text-secondary);display:flex;font-size:.875rem;font-weight:500;height:100%;justify-content:center;width:100%}.cma-property-status{border-radius:var(--radius-full);color:#fff;font-size:.75rem;font-weight:600;left:.75rem;letter-spacing:.5px;padding:.25rem .75rem;position:absolute;text-transform:uppercase;top:.75rem;z-index:2}.status-active{background:#10b981;background:var(--success-color)}.status-coming-soon{background:#f59e0b;background:var(--warning-color)}.status-under-contract{background:#8b5cf6}.status-closed,.status-sold{background:#ef4444;background:var(--danger-color)}.status-hold{background:#6b7280}.status-expired,.status-withdrawn{background:#9ca3af}.status-contingent,.status-new,.status-pending{background:#3b82f6}.status-back-on-market{background:#f59e0b}.status-unknown{background:#6b7280}.cma-favorite-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base);width:32px;z-index:2}.cma-favorite-btn:hover{background:#fff;transform:scale(1.1)}.cma-favorite-btn svg{color:#9ca3af;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.cma-favorite-btn:hover svg{color:#ef4444}.cma-property-content{padding:1.5rem}.cma-property-address{color:#1a202c;color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.cma-property-location{align-items:center;color:#4a5568;color:var(--text-secondary);display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1rem}.cma-property-location svg,.cma-property-price{color:#2b7a78;color:var(--primary-color)}.cma-property-price{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.cma-property-features{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.cma-property-feature{align-items:center;color:#4a5568;color:var(--text-secondary);display:flex;font-size:.875rem;gap:.5rem}.cma-property-feature svg{color:#2b7a78;color:var(--primary-color);flex-shrink:0}.cma-property-meta{display:flex;flex-direction:column;gap:.5rem}.cma-property-meta-item{align-items:center;color:#4a5568;color:var(--text-secondary);display:flex;font-size:.75rem;gap:.5rem}.cma-property-meta-item svg{color:#2b7a78;color:var(--primary-color);flex-shrink:0}.cma-source-tag{align-self:flex-start}.cma-source-label{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-radius:.25rem;border-radius:var(--radius-sm);color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-transform:uppercase}.cma-property-updated-at{align-items:center;color:#4a5568;color:var(--text-secondary);display:flex;font-size:.75rem;font-style:italic;gap:.5rem}.cma-property-updated-at svg{color:#2b7a78;color:var(--primary-color);flex-shrink:0}.cma-properties-grid.list-view .cma-property-card{display:flex;height:200px}.cma-properties-grid.list-view .cma-property-image{flex-shrink:0;height:100%;width:300px}.cma-properties-grid.list-view .cma-property-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.cma-properties-grid.list-view .cma-property-features{grid-template-columns:repeat(4,1fr)}.cma-properties-grid.list-view .cma-property-meta{flex-direction:row;flex-wrap:wrap;gap:1rem}.cma-pagination{display:flex;justify-content:center;margin-top:2rem}.no-properties-found{background:#fff;background:var(--bg-white);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);grid-column:1/-1;padding:4rem 2rem;text-align:center}.no-properties-found svg{color:#4a5568;color:var(--text-secondary);margin-bottom:1rem}.no-properties-found h3{color:#1a202c;color:var(--text-primary);font-size:1.5rem;margin:0 0 .5rem}.no-properties-found p{color:#4a5568;color:var(--text-secondary);margin:0 0 2rem}.reset-search-button{background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:.5rem;border-radius:var(--radius-lg);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.reset-search-button:hover{background:#21706a;background:var(--primary-dark);transform:translateY(-1px)}.cma-analysis-container{margin-top:2rem}.cma-analysis-header{align-items:center;background:#fff;background:var(--bg-white);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem 2rem}.back-to-grid-button{align-items:center;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:.5rem;border-radius:var(--radius-lg);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.25,1,.5,1);transition:var(--transition-base)}.back-to-grid-button:hover{background:#21706a;background:var(--primary-dark);transform:translateY(-1px)}.cma-analysis-header h3{color:#1a202c;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}@media (max-width:768px){.cma-page{padding:1rem}.cma-properties-header{align-items:flex-start;flex-direction:column;gap:1rem}.cma-properties-grid{gap:1rem;grid-template-columns:1fr}.cma-properties-grid.list-view .cma-property-card{flex-direction:column;height:auto}.cma-properties-grid.list-view .cma-property-image{height:200px;width:100%}.cma-properties-grid.list-view .cma-property-features{grid-template-columns:repeat(2,1fr)}.cma-properties-grid.list-view .cma-property-meta{flex-direction:column;gap:.5rem}.cma-property-content{padding:1rem}.cma-property-features{grid-template-columns:1fr}.search-bar-wrapper{max-width:100%}}@media (max-width:480px){.cma-page-header{padding:1.5rem}.cma-page-title h1{font-size:1.75rem}.cma-properties-header{padding:1rem}.cma-properties-title h3{font-size:1.25rem}.view-mode-button{font-size:.875rem;padding:.5rem .75rem}}.workflow-dashboard{background-color:#f8fafc;min-height:100vh;padding:24px}.workflow-dashboard__error,.workflow-dashboard__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;margin-bottom:16px}.workflow-dashboard__error{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.workflow-dashboard__error h3{color:#374151;margin:1rem 0 .5rem}.workflow-dashboard__error p{margin-bottom:1.5rem;max-width:500px}.workflow-dashboard__setup-help{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin:1rem 0;max-width:600px;padding:1.5rem;text-align:left}.workflow-dashboard__setup-help h4{color:#92400e;font-size:1.1rem;margin:0 0 .5rem}.workflow-dashboard__setup-help p{color:#92400e;margin:0 0 1rem}.workflow-dashboard__setup-steps ol{color:#92400e;margin:0;padding-left:1.5rem}.workflow-dashboard__setup-steps li{margin-bottom:.5rem}.workflow-dashboard__setup-steps code{background:#fde68a;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;padding:.2rem .4rem}.workflow-dashboard__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.workflow-dashboard__title{align-items:center;display:flex;gap:12px}.workflow-dashboard__title h1{color:#1f2937;font-size:28px;font-weight:700;margin:0}.workflow-dashboard__actions{display:flex;gap:12px}.workflow-dashboard__summary{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.summary-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.summary-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.summary-card__icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.summary-card:nth-child(2) .summary-card__icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.summary-card:nth-child(3) .summary-card__icon{background:linear-gradient(135deg,#10b981,#059669)}.summary-card:nth-child(4) .summary-card__icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.summary-card__content h3{color:#1f2937;font-size:32px;font-weight:700;line-height:1;margin:0 0 4px}.summary-card__content p{color:#6b7280;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.workflow-dashboard__stages{margin-bottom:40px}.workflow-dashboard__stages h2{color:#1f2937;font-size:24px;font-weight:600;margin:0 0 24px}.stages-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.stage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.stage-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stage-card__header{align-items:center;display:flex;gap:16px;margin-bottom:20px}.stage-card__icon{align-items:center;border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.stage-card__info h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 4px}.stage-card__info p{color:#6b7280;font-size:14px;margin:0}.stage-card__progress{align-items:center;display:flex;gap:12px;margin-bottom:20px}.progress-bar{background-color:#e2e8f0;flex:1 1}.progress-fill{border-radius:4px}.progress-text{color:#6b7280;font-size:12px;font-weight:600;min-width:30px}.stage-card__leads{margin-bottom:20px}.stage-card__leads h4{color:#374151;font-size:14px;font-weight:600;margin:0 0 12px}.leads-list{display:flex;flex-direction:column;gap:8px}.lead-item{align-items:center;background-color:#f9fafb;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px;transition:background-color .2s ease}.lead-item:hover{background-color:#f3f4f6}.lead-info{gap:2px}.lead-name{font-size:14px;text-decoration:none;transition:color .2s ease}.lead-name:hover{color:#3b82f6}.lead-days{color:#6b7280;font-size:12px}.lead-view{color:#6b7280;transition:color .2s ease}.lead-view:hover{color:#3b82f6}.view-all-link{align-items:center;display:flex;font-size:12px;gap:4px;margin-top:8px;transition:color .2s ease}.view-all-link:hover{color:#1d4ed8}.stage-card__actions{display:flex;gap:8px}.workflow-dashboard__activity{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.workflow-dashboard__activity h2{color:#1f2937;font-size:20px;font-weight:600;margin:0 0 20px}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{background-color:#f9fafb;border-radius:8px;gap:12px;padding:16px}.activity-icon{background-color:#3b82f6;color:#fff;flex-shrink:0;height:32px;width:32px}.activity-content p{color:#374151;font-size:14px;margin:0 0 4px}.activity-time{color:#6b7280;font-size:12px}.btn{border-radius:6px;font-size:14px;gap:8px;padding:8px 16px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn-primary{background-color:#3b82f6}.btn-primary:hover{background-color:#2563eb}.btn-outline{background-color:initial;border:1px solid #3b82f6;color:#3b82f6}.btn-outline:hover{background-color:#3b82f6;color:#fff}@media (max-width:768px){.workflow-dashboard{padding:16px}.workflow-dashboard__header{align-items:flex-start;flex-direction:column;gap:16px}.workflow-dashboard__title h1{font-size:24px}.stages-grid,.workflow-dashboard__summary{gap:16px;grid-template-columns:1fr}.summary-card{padding:20px}.summary-card__content h3{font-size:28px}.stage-card{padding:20px}}@media (max-width:480px){.workflow-dashboard{padding:12px}.stage-card,.summary-card{padding:16px}.stage-card__header{gap:12px}.stage-card__icon{height:32px;width:32px}.stage-card__info h3{font-size:16px}}.workflow-page{background-color:#f8fafc;min-height:100vh}:root{--layout-sidebar-width:250px;--layout-sidebar-collapsed-width:70px;--layout-header-height:60px;--layout-primary-color:#2b7a78;--layout-primary-light:#3aa89c;--layout-primary-dark:#21706a;--layout-primary-darker:#1b4d4a;--layout-accent-color:#2b7a78;--layout-sidebar-bg:#f5f6f3;--layout-sidebar-text:#222c26;--layout-text-light:#222c26;--layout-text-lighter:#222c26;--layout-neutral-50:#f9fafb;--layout-neutral-100:#f7fafc;--layout-neutral-200:#edf2f7;--layout-neutral-300:#e2e8f0;--layout-neutral-400:#cbd5e0;--layout-neutral-500:#a0aec0;--layout-neutral-600:#718096;--layout-neutral-700:#4a5568;--layout-neutral-800:#2d3748;--layout-neutral-900:#1a202c;--layout-shadow-sm:0 1px 2px #0000000d;--layout-shadow-md:0 4px 6px #0000001a;--layout-shadow-lg:0 10px 15px #0000001a;--layout-transition-normal:0.3s ease;--layout-transition-fast:0.15s ease}.layout-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.layout-sidebar{background:#f5f6f3;background:var(--layout-sidebar-bg);bottom:0;box-shadow:0 4px 6px #0000001a;box-shadow:var(--layout-shadow-md);color:#222c26;color:var(--layout-sidebar-text);display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s ease,transform .3s ease;transition:width var(--layout-transition-normal),transform var(--layout-transition-normal);width:250px;width:var(--layout-sidebar-width);z-index:100}.layout-sidebar.layout-collapsed{width:70px;width:var(--layout-sidebar-collapsed-width)}.layout-sidebar-logo{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;height:80px;justify-content:space-between;min-height:80px;padding:1.25rem 1.5rem}.layout-sidebar-logo h2{color:#222c26;color:var(--layout-sidebar-text);font-size:1.4rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;transition:opacity .3s ease;transition:opacity var(--layout-transition-normal);white-space:nowrap}.layout-logo-image{height:32px;margin-right:.75rem;width:32px}.layout-brand-text{font-size:1.4rem;letter-spacing:.5px}.layout-brand-text,.layout-brand-text-small{color:#222c26;color:var(--layout-sidebar-text);font-weight:700}.layout-brand-text-small{font-size:1.1rem}.layout-sidebar-controls{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.layout-toggle-sidebar{align-items:center;background:none;border:none;border-radius:4px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-toggle-sidebar:hover{background-color:#ffffff1a;color:#2b7a78;color:var(--layout-primary-color)}.layout-close-menu{background:none;border:none;border-radius:4px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:none;padding:.25rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-close-menu:hover{background-color:#ffffff1a;color:#2b7a78;color:var(--layout-primary-color)}.layout-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.25rem;overflow-x:hidden;overflow-y:auto;padding:.75rem 0 1rem;position:relative;scrollbar-color:#cbd5e0 #0000;scrollbar-color:var(--layout-neutral-400) #0000;scrollbar-width:thin;z-index:10}.layout-sidebar-nav::-webkit-scrollbar{width:6px}.layout-sidebar-nav::-webkit-scrollbar-track{background:#0000}.layout-sidebar-nav::-webkit-scrollbar-thumb{background-color:#cbd5e0;background-color:var(--layout-neutral-400);border-radius:3px}.layout-sidebar-nav::-webkit-scrollbar-thumb:hover{background-color:#a0aec0;background-color:var(--layout-neutral-500)}.layout-sidebar-section{margin-top:.75rem;padding:.375rem 1.5rem}.layout-section-label{color:#e2e8f0;color:var(--layout-neutral-300);font-size:.8rem;font-weight:600;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.layout-nav-link,.layout-sidebar-footer a,.layout-sidebar-footer button{align-items:center;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);display:flex;font-size:1rem;gap:.75rem;margin:0 .5rem;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;text-overflow:ellipsis;transition:all .15s ease;transition:all var(--layout-transition-fast);white-space:nowrap}.layout-nav-link:hover,.layout-sidebar-footer a:hover,.layout-sidebar-footer button:hover{background-color:#2b7a781a;color:#222c26;color:var(--layout-sidebar-text)}.layout-nav-link.layout-active,.layout-sidebar-footer a.layout-active{background-color:#2b7a7826;box-shadow:0 2px 5px #00000026;color:#222c26;color:var(--layout-sidebar-text);font-weight:500}.layout-nav-link.layout-active:before,.layout-sidebar-footer a.layout-active:before{background-color:#2b7a78;background-color:var(--layout-accent-color);border-radius:0 2px 2px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.layout-nav-icon{color:#222c26;color:var(--layout-sidebar-text);flex-shrink:0;min-width:18px}.layout-nav-text,.layout-sidebar-footer a span,.layout-sidebar-footer button span{font-weight:500;opacity:1;overflow:hidden;text-overflow:ellipsis;transition:opacity .3s ease;transition:opacity var(--layout-transition-normal)}.layout-submenu-icon{color:#e2e8f0;color:var(--layout-neutral-300);flex-shrink:0;margin-left:auto!important}.layout-sidebar-footer{background-color:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;gap:.25rem;margin-top:auto;padding:.75rem 0}.layout-more-options-container{margin:0 .5rem;position:relative}.layout-more-options-button{align-items:center;background:none;border:none;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-family:inherit;font-size:1rem;padding:.75rem 1rem;position:relative;text-align:left;transition:all .15s ease;transition:all var(--layout-transition-fast);width:100%}.layout-more-options-button:hover{background-color:#ffffff1a;color:#222c26;color:var(--layout-text-lighter)}.layout-more-options-chevron{margin-left:auto;transition:transform .15s ease;transition:transform var(--layout-transition-fast)}.layout-more-options-container:has(.layout-more-options-button:focus) .layout-more-options-chevron{transform:rotate(180deg)}.layout-more-options-dropdown{animation:slideUp .2s ease-out;background-color:#fff;border:1px solid #edf2f7;border:1px solid var(--layout-neutral-200);border-radius:8px;bottom:100%;box-shadow:0 10px 15px #0000001a;box-shadow:var(--layout-shadow-lg);left:0;margin-bottom:.25rem;overflow:hidden;position:absolute;right:0;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-more-options-item{align-items:center;background:none;border:none;border-bottom:1px solid #f7fafc;border-bottom:1px solid var(--layout-neutral-100);color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-family:inherit;font-size:1rem;padding:.75rem 1rem;text-decoration:none;transition:all .15s ease;transition:all var(--layout-transition-fast);width:100%}.layout-more-options-item:last-child{border-bottom:none}.layout-more-options-item:hover{background-color:#f9fafb;background-color:var(--layout-neutral-50);color:#222c26;color:var(--layout-text-lighter)}.layout-more-options-item.layout-active,.layout-more-options-item.layout-active:hover{background-color:#2b7a78;background-color:var(--layout-accent-color);color:var(--layout-accent-text)}.layout-more-options-logout{color:var(--layout-error-color)}.layout-more-options-logout:hover{background-color:#ef44441a;color:var(--layout-error-color)}.layout-logout-button{align-items:center;background:none;border:none;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-family:inherit;font-size:1rem;margin:0 .5rem;padding:.75rem 1.5rem;text-align:left;transition:all .15s ease;transition:all var(--layout-transition-fast);width:100%}.layout-logout-button:hover{background-color:#ffffff1a;color:#222c26;color:var(--layout-text-lighter)}.layout-main-content{background-color:#f8fafc;display:flex;flex:1 1;flex-direction:column;margin-left:250px;margin-left:var(--layout-sidebar-width);min-height:100vh;overflow-x:hidden;position:relative;transition:margin-left .3s ease,width .3s ease;transition:margin-left var(--layout-transition-normal),width var(--layout-transition-normal);width:calc(100% - 250px);width:calc(100% - var(--layout-sidebar-width))}.layout-sidebar-collapsed .layout-main-content{margin-left:70px;margin-left:var(--layout-sidebar-collapsed-width);width:calc(100% - 70px);width:calc(100% - var(--layout-sidebar-collapsed-width))}.layout-header{align-items:center;background-color:#fff;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--layout-neutral-200);box-shadow:0 1px 2px #0000000d;box-shadow:var(--layout-shadow-sm);display:flex;height:60px;height:var(--layout-header-height);justify-content:space-between;min-height:60px;min-height:var(--layout-header-height);padding:0 1.5rem;position:sticky;top:0;width:100%;z-index:50}.layout-header-left{align-items:center;display:flex;gap:.75rem}.layout-mobile-menu-button{background:none;border:none;border-radius:4px;color:#4a5568;color:var(--layout-neutral-700);cursor:pointer;display:block;padding:.5rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-mobile-menu-button:hover{background-color:#f7fafc;background-color:var(--layout-neutral-100);color:#2b7a78;color:var(--layout-primary-color)}.layout-back-button{align-items:center;background:none;border:none;border-radius:4px;color:#4a5568;color:var(--layout-neutral-700);cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-back-button:hover{background-color:#f7fafc;background-color:var(--layout-neutral-100);color:#2b7a78;color:var(--layout-primary-color)}.layout-header-right{align-items:center;display:flex;gap:1rem}.layout-header-center{align-items:center;display:flex;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:max-content;z-index:1}.layout-header-title{color:#1a202c;color:var(--layout-neutral-900);display:inline-block;font-size:1.5rem;font-weight:800;margin:0;pointer-events:auto;position:relative}.layout-notification-container{position:relative}.layout-notification-button{align-items:center;background:none;border:none;border-radius:50%;color:#4a5568;color:var(--layout-neutral-700);cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-notification-button:hover{background-color:#f7fafc;background-color:var(--layout-neutral-100);color:#2b7a78;color:var(--layout-primary-color)}.layout-badge{align-items:center;background-color:#e53e3e;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 2px #0000000d;box-shadow:var(--layout-shadow-sm);color:#fff;display:flex;font-size:.85rem;font-weight:600;height:22px;justify-content:center;padding:0;position:absolute;right:-2px;text-align:center;top:-2px;width:22px}.layout-notifications-dropdown{animation:layout-dropdown-fade .2s ease;background-color:#fff;border:1px solid #edf2f7;border:1px solid var(--layout-neutral-200);border-radius:8px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--layout-shadow-lg);display:flex;flex-direction:column;margin-top:.5rem;max-height:400px;overflow:hidden;position:absolute;right:0;top:100%;width:320px;z-index:100}@keyframes layout-dropdown-fade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.layout-notifications-header{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--layout-neutral-200);display:flex;justify-content:space-between;padding:1rem}.layout-notifications-title{color:#2d3748;color:var(--layout-neutral-800);font-size:1rem;font-weight:600;margin:0}.layout-mark-all-read{background:none;border:none;color:#2b7a78;color:var(--layout-primary-color);cursor:pointer;font-size:.875rem;font-weight:500;padding:0}.layout-mark-all-read:hover{text-decoration:underline}.layout-notifications-list{max-height:300px;overflow-y:auto}.layout-notification-item{align-items:flex-start;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--layout-neutral-200);cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s ease;transition:background-color var(--layout-transition-fast);word-break:break-word}.layout-notification-item:hover{background-color:#f9fafb;background-color:var(--layout-neutral-50)}.layout-notification-item.layout-unread{background-color:#2196530d}.layout-notification-icon{align-items:center;background-color:#2196531a;border-radius:50%;color:#2b7a78;color:var(--layout-primary-color);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.layout-notification-content{flex:1 1;min-width:0}.layout-notification-message{color:#2d3748;color:var(--layout-neutral-800);font-size:.875rem;margin:0 0 .25rem;overflow-wrap:break-word;word-break:break-word}.layout-notification-meta{align-items:center;display:flex;justify-content:space-between}.layout-notification-time{color:#a0aec0;color:var(--layout-neutral-500);font-size:.75rem}.layout-mark-read-button{align-items:center;background:none;border:none;border-radius:4px;color:#2b7a78;color:var(--layout-primary-color);cursor:pointer;display:flex;justify-content:center;padding:2px}.layout-mark-read-button:hover{background-color:#2196531a}.layout-empty-notifications{color:#718096;color:var(--layout-neutral-600);padding:2rem 1rem;text-align:center}.layout-notifications-footer{border-top:1px solid #edf2f7;border-top:1px solid var(--layout-neutral-200);padding:.75rem;text-align:center}.layout-view-all{color:#2b7a78;color:var(--layout-primary-color);font-size:.875rem;font-weight:500;text-decoration:none}.layout-view-all:hover{text-decoration:underline}.layout-user-menu{align-items:center;border-radius:8px;display:flex;padding:.5rem;transition:background-color .15s ease;transition:background-color var(--layout-transition-fast)}.layout-user-menu:hover{background-color:#f7fafc;background-color:var(--layout-neutral-100)}.layout-avatar{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);background:linear-gradient(135deg,var(--layout-primary-color),var(--layout-primary-light));border-radius:50%;box-shadow:0 1px 2px #0000000d;box-shadow:var(--layout-shadow-sm);color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:36px;justify-content:center;margin-right:.75rem;width:36px}.layout-user-info{display:flex;flex-direction:column;overflow:hidden}.layout-user-name{color:#2d3748;color:var(--layout-neutral-800);font-size:.875rem;font-weight:600}.layout-user-name,.layout-user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-user-role{color:#a0aec0;color:var(--layout-neutral-500);font-size:.75rem}.layout-content{background-color:#f8fafc;box-sizing:border-box;flex:1 1;overflow-y:auto;padding:1.5rem;width:100%}.layout-mobile-overlay{animation:fade-in .2s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:90}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.layout-sidebar{display:none}.layout-main-content{margin-left:0!important;width:100%!important}.layout-header{padding:0 1rem}.layout-back-button,.layout-mobile-menu-button{display:none}.layout-notifications-dropdown{right:-70px;width:280px}.layout-notifications-dropdown:before{background-color:#fff;border-left:1px solid #edf2f7;border-left:1px solid var(--layout-neutral-200);border-top:1px solid #edf2f7;border-top:1px solid var(--layout-neutral-200);content:"";height:16px;position:absolute;right:80px;top:-8px;transform:rotate(45deg);width:16px}.layout-content{padding:1rem 1rem 80px}}@media (max-width:576px){.layout-user-info{display:none}.header-right{gap:.5rem}.notifications-dropdown{left:auto;max-width:100%;right:-1rem;width:calc(100vw - 2rem)}.notifications-dropdown:before{right:30px}}@media (max-width:480px){.notifications-dropdown{border-radius:0;left:0;margin-top:0;max-height:calc(100vh - var(--header-height));position:fixed;right:0;top:var(--header-height);width:100vw}.notifications-dropdown:before{display:none}}.layout-analytics-menu{position:relative}.layout-analytics-link{align-items:center;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-weight:500;gap:.75rem;margin:0 .625rem;padding:.75rem 1.5rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-analytics-link:hover{background-color:#ffffff1a;color:#222c26;color:var(--layout-text-lighter)}.layout-active .layout-analytics-link{background-color:#3aa89c;background-color:var(--layout-primary-light);color:#fff}.layout-dropdown-icon{margin-left:auto;transition:transform .15s ease;transition:transform var(--layout-transition-fast)}.layout-dropdown-icon.layout-open{transform:rotate(180deg)}.layout-analytics-dropdown{border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--layout-shadow-md);margin:0 .625rem .625rem;overflow:hidden;padding:.5rem 0}.layout-analytics-dropdown,.layout-collapsed .layout-analytics-dropdown{background-color:#fff;border:1px solid #e5e7eb}.layout-dropdown-item{align-items:center;color:#222c26;color:var(--layout-sidebar-text);display:flex;font-size:.9rem;gap:.625rem;padding:.625rem 1rem .625rem 2.25rem;text-decoration:none;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-dropdown-item:hover{background-color:#2b7a7814;color:#222c26;color:var(--layout-sidebar-text)}.layout-dropdown-item.layout-active{background-color:#3aa89c;background-color:var(--layout-primary-light);color:#fff}.layout-dropdown-icon{color:inherit}.layout-dropdown-text{flex:1 1;font-weight:400}.layout-collapsed .layout-analytics-menu:hover .layout-analytics-dropdown{display:block}.sidebar.collapsed .analytics-link{justify-content:center;padding:.75rem 0}.sidebar.collapsed .analytics-dropdown{background-color:var(--primary-dark);border-left:1px solid #ffffff1a;border-radius:0 6px 6px 0;box-shadow:var(--shadow-md);left:calc(var(--sidebar-collapsed-width) - 5px);margin:0;max-height:none;min-width:200px;position:absolute;top:0;z-index:1000}.sidebar.collapsed .analytics-dropdown a{padding:.75rem 1rem}.sidebar.collapsed .analytics-menu{position:relative}.analytics-menu .analytics-dropdown{opacity:1;pointer-events:auto;visibility:visible}.layout-admin-menu{position:relative}.layout-admin-link{align-items:center;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-weight:500;gap:.75rem;margin:0 .625rem;padding:.75rem 1.5rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-admin-link:hover{background-color:#ffffff1a;color:#222c26;color:var(--layout-text-lighter)}.layout-active .layout-admin-link{background-color:#3aa89c;background-color:var(--layout-primary-light);color:#fff}.layout-admin-dropdown{border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--layout-shadow-md);margin:0 .625rem .625rem;overflow:hidden;padding:.5rem 0}.layout-admin-dropdown,.layout-collapsed .layout-admin-dropdown{background-color:#fff;border:1px solid #e5e7eb}.layout-collapsed .layout-admin-menu:hover .layout-admin-dropdown{display:block}.sidebar.collapsed .admin-link{justify-content:center;padding:.75rem 0}.sidebar.collapsed .admin-dropdown{background-color:var(--primary-dark);border-left:1px solid #ffffff1a;border-radius:0 6px 6px 0;box-shadow:var(--shadow-md);left:calc(var(--sidebar-collapsed-width) - 5px);margin:0;max-height:none;min-width:200px;position:absolute;top:0;z-index:1000}.sidebar.collapsed .admin-dropdown a{padding:.75rem 1rem}.sidebar.collapsed .admin-menu{position:relative}.admin-menu .admin-dropdown{opacity:1;pointer-events:auto;visibility:visible}.sidebar-content{display:flex;flex-direction:column;height:100%;overflow:visible}.layout-automation-menu{position:relative}.layout-automation-link{align-items:center;border-radius:8px;color:#222c26;color:var(--layout-sidebar-text);cursor:pointer;display:flex;font-weight:500;gap:.75rem;margin:0 .625rem;padding:.75rem 1.5rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-automation-link:hover{background-color:#ffffff1a;color:#222c26;color:var(--layout-text-lighter)}.layout-active .layout-automation-link{background-color:#3aa89c;background-color:var(--layout-primary-light);color:#fff}.layout-automation-dropdown{border-radius:8px;box-shadow:0 4px 6px #0000001a;box-shadow:var(--layout-shadow-md);margin:0 .625rem .625rem;overflow:hidden;padding:.5rem 0}.layout-automation-dropdown,.layout-collapsed .layout-automation-dropdown{background-color:#fff;border:1px solid #e5e7eb}.layout-collapsed .layout-automation-menu:hover .layout-automation-dropdown{display:block}.sidebar.collapsed .automation-link{justify-content:center;padding:.75rem 0}.sidebar.collapsed .automation-dropdown{background-color:var(--primary-dark);border-left:1px solid #ffffff1a;border-radius:0 6px 6px 0;box-shadow:var(--shadow-md);left:calc(var(--sidebar-collapsed-width) - 5px);margin:0;max-height:none;min-width:200px;position:absolute;top:0;z-index:1000}.sidebar.collapsed .automation-dropdown a{padding:.75rem 1rem}.sidebar.collapsed .automation-menu{position:relative}.automation-menu .automation-dropdown{opacity:1;pointer-events:auto;visibility:visible}.layout-user-menu{cursor:pointer;position:relative}.layout-user-dropdown{animation:layout-dropdown-fade .2s ease;background-color:#fff;border:1px solid #edf2f7;border:1px solid var(--layout-neutral-200);border-radius:8px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--layout-shadow-lg);margin-top:.5rem;overflow:hidden;position:absolute;right:0;top:100%;width:300px;z-index:1000}.layout-user-dropdown-header{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--layout-neutral-200);display:flex;gap:.75rem;padding:1rem}.layout-user-dropdown-avatar{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);background:linear-gradient(135deg,var(--layout-primary-color),var(--layout-primary-light));border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:48px;justify-content:center;width:48px}.layout-user-dropdown-info{flex:1 1}.layout-user-dropdown-info h4{color:#2d3748;color:var(--layout-neutral-800);font-size:1rem;font-weight:600;margin:0 0 .25rem}.layout-user-dropdown-info span{color:#718096;color:var(--layout-neutral-600);font-size:.875rem}.layout-user-dropdown-details{border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--layout-neutral-200);padding:1rem}.layout-user-detail-item{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.75rem}.layout-user-detail-item:last-child{margin-bottom:0}.layout-detail-icon{color:#2b7a78;color:var(--layout-primary-color);margin-top:.25rem}.layout-detail-label{color:#a0aec0;color:var(--layout-neutral-500);display:block;font-size:.75rem;margin-bottom:.125rem}.layout-detail-value{color:#2d3748;color:var(--layout-neutral-800);display:block;font-size:.875rem}.layout-user-dropdown-footer{align-items:center;display:flex;justify-content:space-between;padding:1rem}.layout-user-dropdown-link{color:#2b7a78;color:var(--layout-primary-color);font-size:.875rem;font-weight:500;text-decoration:none}.layout-user-dropdown-link:hover{text-decoration:underline}.layout-user-dropdown-logout{align-items:center;background-color:#e53e3e1a;border:none;border-radius:4px;color:#e53e3e;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.375rem .75rem;transition:all .15s ease;transition:all var(--layout-transition-fast)}.layout-user-dropdown-logout:hover{background-color:#e53e3e33}.mobile-bottom-nav{align-items:center;background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;height:70px;justify-content:space-around;left:0;padding:.5rem 0;position:fixed;right:0;z-index:1000}.mobile-bottom-nav-item{align-items:center;border-radius:8px;color:#6b7280;display:flex;flex-direction:column;height:50px;justify-content:center;min-width:60px;padding:.5rem;text-decoration:none;transition:all .2s ease}.mobile-bottom-nav-item:hover{background-color:#2b7a780d;color:#2b7a78}.mobile-bottom-nav-active{background-color:#2b7a781a;color:#2b7a78}.mobile-bottom-nav-icon{margin-bottom:.25rem;transition:transform .2s ease}.mobile-bottom-nav-active .mobile-bottom-nav-icon{transform:scale(1.1)}.mobile-bottom-nav-label{font-size:.75rem;font-weight:500;line-height:1;text-align:center}@media (max-width:480px){.mobile-bottom-nav{height:65px;padding:.375rem 0}.mobile-bottom-nav-item{height:45px;min-width:50px;padding:.375rem}.mobile-bottom-nav-icon{margin-bottom:.125rem}.mobile-bottom-nav-label{font-size:.7rem}}@media (max-width:768px){body{padding-bottom:70px}.dashboard-container,.layout-content{padding-bottom:80px}}@media (max-width:480px){body{padding-bottom:65px}.dashboard-container,.layout-content{padding-bottom:75px}}.rental-estimate-container{display:flex;gap:2rem;height:calc(100vh - 80px);padding:2rem}.error-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.error-message{color:#e03131;font-size:1.1rem;margin-bottom:1rem}.retry-button{background:#2b8a3e;border-radius:4px;font-size:.9rem;transition:background .2s ease}.retry-button:hover{background:#2f9e44}.properties-section{display:flex;flex:1 1;flex-direction:column;gap:1rem;height:100%;max-width:500px}.search-header{gap:1rem}.search-bar,.search-header{align-items:center;display:flex}.search-bar{background:#fff;border:1px solid #e1e1e1;border-radius:6px;flex:1 1;gap:.5rem;padding:.5rem 1rem}.search-bar input{background:#0000;border:none;flex:1 1;font-size:1rem;outline:none}.new-property-button{align-items:center;background:#1971c2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.new-property-button:hover{background:#1864ab}.new-property-form{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:calc(100vh - 200px);overflow-y:auto;padding:1.5rem}.new-property-form h3{background:#fff;border-bottom:1px solid #f0f0f0;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;position:sticky;top:0}.form-row{display:flex;margin-bottom:1rem}.form-row input,.form-row select,.form-row textarea{background:#fff;border:1px solid #e1e1e1;border-radius:4px;flex:1 1;font-size:.9rem;padding:.75rem;transition:border-color .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#1971c2;outline:none}.form-row input::placeholder,.form-row textarea::placeholder{color:#999}.form-row select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1em;cursor:pointer;padding-right:2.5rem}.form-row select:invalid{color:#999}.form-row textarea{min-height:80px;resize:vertical}.form-row input[type=number]{-moz-appearance:textfield}.form-row input[type=number]::-webkit-inner-spin-button,.form-row input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.analyze-button{background:#1971c2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background-color .2s;width:100%}.analyze-button:hover:not(:disabled){background:#1864ab}.analyze-button:disabled{background:#ccc;cursor:not-allowed}.properties-list{flex:1 1;overflow-y:auto;padding:1rem}.no-properties{align-items:center;color:#666;display:flex;font-size:.9rem;height:200px;justify-content:center;padding:1rem;text-align:center}.property-item-list{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;margin:.5rem;overflow:hidden;transition:transform .2s,box-shadow .2s}.property-item:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.property-item.selected{border:2px solid #3182ce}.property-image-container{background-color:#f7fafc;flex-shrink:0;height:90px;overflow:hidden;width:120px}.property-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-item:hover .property-image{transform:scale(1.05)}.property-image-placeholder{align-items:center;background-color:#f7fafc;color:#a0aec0;display:flex;font-size:.875rem;height:100%;justify-content:center;width:100%}.property-details{flex:1 1;flex-direction:column;justify-content:center;padding:.75rem}.property-details h3{color:#2d3748;font-size:1rem;margin:0 0 .25rem}.property-details p{color:#4a5568;font-size:.8125rem;margin:0 0 .15rem}.property-location{color:#718096;font-size:.8125rem;margin:0}.analysis-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-y:auto;padding:2rem}.loading{flex-direction:column;gap:1rem;height:200px}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#1971c2}.loading-progress{background:#f3f3f3;border-radius:2px;height:4px;overflow:hidden;position:relative;width:200px}.loading-progress-bar{animation:progress 2s ease-in-out infinite;background:#1971c2;height:100%;left:0;position:absolute;top:0;width:30%}.loading-text{color:#666;font-size:.9rem;text-align:center}@keyframes progress{0%{left:-30%;width:30%}50%{left:100%;width:30%}to{left:100%;width:30%}}.no-analysis{align-items:center;color:#666;display:flex;font-size:1.1rem;height:100%;justify-content:center}.analysis-content h2{color:#333;margin:0 0 2rem}.estimate-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.confidence-box,.estimate-box{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center}.confidence-box h3,.estimate-box h3{color:#666;font-size:1rem;margin:0 0 1rem}.amount{color:#2b8a3e;font-size:2rem;font-weight:700;margin:0}.range{color:#666;font-size:.9rem;margin:.5rem 0 0}.score{color:#1971c2;font-size:2rem;font-weight:700;margin:0}.factors-section{margin-bottom:2rem}.factors-section h3{color:#333;margin:0 0 1rem}.factors-section ul{list-style:none;margin:0;padding:0}.factors-section li{border-bottom:1px solid #eee;color:#666;padding:.5rem 0}.comps-section h3{color:#333;margin:0 0 1rem}.comps-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.comp-card{background:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:1rem}.comp-card h4{color:#333;font-size:1rem;margin:0 0 .5rem}.comp-card p{color:#666;font-size:.9rem;margin:.25rem 0}.comp-card .distance{color:#1971c2;font-weight:500}.email-section{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.email-section h3{color:#333;margin:0 0 1rem}.email-section select{border:1px solid #ddd;border-radius:4px;font-size:.9rem;margin-bottom:1rem;padding:.5rem;width:100%}.send-button{align-items:center;background:#2b8a3e;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1.5rem;transition:background .2s ease}.send-button:hover{background:#2f9e44}.send-button:disabled{background:#adb5bd;cursor:not-allowed}.lead-select-container{margin-bottom:1rem}.lead-search-container,.lead-select-container{position:relative;width:100%}.lead-search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;padding:.75rem 2.5rem .75rem 2rem;transition:all .2s ease;width:100%}.lead-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-icon{color:#94a3b8;pointer-events:none;right:1rem}.lead-dropdown{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;margin-top:.5rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.lead-option{cursor:pointer;padding:.75rem 1rem;transition:background-color .2s ease}.lead-option:hover{background-color:#f8fafc}.lead-option.selected{background-color:#eff6ff}.lead-dropdown:empty{display:none}.lead-dropdown:empty:after{color:#64748b;content:"No leads found";display:block;font-size:.875rem;padding:1rem;text-align:center}.selected-lead-display{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;justify-content:space-between;margin-top:.5rem;padding:.75rem}.selected-lead-info{display:flex;flex-direction:column;gap:.25rem}.remove-selected-lead{border-radius:.25rem;color:#ef4444;cursor:pointer;padding:.25rem;transition:background-color .2s ease}.remove-selected-lead:hover{background-color:#fee2e2}@media (max-width:640px){.lead-select-container{margin-bottom:.75rem}.lead-search-input{font-size:.8125rem;padding:.625rem 2.25rem .625rem .875rem}.lead-dropdown{max-height:250px}.lead-option{padding:.625rem .875rem}}@media (max-width:768px){.rental-estimate-container{flex-direction:column;height:auto}.properties-section{max-width:100%}.form-row,.search-header{flex-direction:column}.form-row{gap:.5rem}.error-container{padding:1rem}.form-row select{width:100%}.new-property-form{max-height:none;padding:1rem}}.search-actions{display:flex;gap:10px}.filter-button{align-items:center;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:8px 16px;transition:all .2s ease}.filter-button:hover{background-color:#e0e0e0}.filters-panel{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin:10px 0;padding:20px}.filters-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.filter-group{gap:8px}.filter-group label{color:#333;font-size:14px;font-weight:500}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px}.range-inputs{align-items:center;display:flex;gap:8px}.range-inputs input{flex:1 1;min-width:0}.range-inputs span{color:#666;font-size:14px}.filters-actions{border-top:1px solid #eee;justify-content:flex-end;padding-top:10px}.reset-filters{background-color:#f8f8f8;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.reset-filters:hover{background-color:#e8e8e8;color:#333}.health-indicator{align-items:center;border-radius:20px;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease}.health-indicator.healthy{background:#d3f9d8;border:1px solid #8ce99a;color:#2b8a3e}.health-indicator.unhealthy{background:#ffe0e6;border:1px solid #ffa8a8;color:#c92a2a}.health-indicator.unknown{background:#e7f5ff;border:1px solid #74c0fc;color:#1971c2}.health-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.health-indicator.healthy .health-dot{animation:pulse-green 2s infinite;background:#2b8a3e}.health-indicator.unhealthy .health-dot{background:#c92a2a}.health-indicator.unknown .health-dot{animation:pulse-blue 2s infinite;background:#1971c2}.health-error{cursor:help;margin-left:.25rem}@keyframes pulse-green{0%{box-shadow:0 0 0 0 #2b8a3eb3}70%{box-shadow:0 0 0 10px #2b8a3e00}to{box-shadow:0 0 0 0 #2b8a3e00}}.rental-estimate-pulse{animation:pulse-blue 2s infinite}@keyframes pulse-blue{0%{box-shadow:0 0 0 0 #6366f1b3}70%{box-shadow:0 0 0 10px #6366f100}to{box-shadow:0 0 0 0 #6366f100}}:root{--primary-blue:#1e40af;--primary-blue-light:#3b82f6;--primary-blue-dark:#1e3a8a;--accent-gold:#f59e0b;--accent-gold-light:#fbbf24;--accent-gold-dark:#d97706;--pure-white:#fff;--off-white:#f8fafc;--light-gray:#f1f5f9;--medium-gray:#e2e8f0;--dark-gray:#64748b;--text-dark:#0f172a;--text-gray:#475569;--text-light:#94a3b8;--success-green:#10b981;--warning-orange:#f59e0b;--error-red:#ef4444;--border-light:#e2e8f0;--border-medium:#cbd5e1;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--gradient-primary:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);--gradient-gold:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);--gradient-hero:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);--gradient-card:linear-gradient(135deg,#fff,#f8fafc);--gradient-glass:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.publicpropertydetails-page{font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#0f172a;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}.publicpropertydetails-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-light);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);position:sticky;top:0;transition:all .3s ease;z-index:1000}.publicpropertydetails-nav{padding:0}.publicpropertydetails-nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.2rem 2rem}.publicpropertydetails-logo{align-items:center;display:flex;text-decoration:none;transition:transform .3s ease}.publicpropertydetails-logo:hover{transform:scale(1.05)}.publicpropertydetails-logo img{height:45px;width:auto}.publicpropertydetails-nav-links{align-items:center;display:flex;gap:2.5rem}.publicpropertydetails-nav-link{border-radius:12px;color:#0f172a;color:var(--text-dark);font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-nav-link:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.publicpropertydetails-nav-link:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;color:var(--pure-white);transform:translateY(-2px)}.publicpropertydetails-nav-link:hover:before{left:0}.publicpropertydetails-main{margin:0 auto;max-width:1400px;min-height:calc(100vh - 200px);padding:2rem}.publicpropertydetails-container{display:flex;flex-direction:column;gap:3rem}.publicpropertydetails-back-section{margin-bottom:1rem}.publicpropertydetails-back-btn{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #1e40af;border:2px solid var(--primary-blue);border-radius:16px;color:#1e40af;color:var(--primary-blue);display:inline-flex;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-back-btn:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.publicpropertydetails-back-btn:hover{border-color:#0000;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;color:var(--pure-white);transform:translateY(-3px)}.publicpropertydetails-back-btn:hover:before{left:0}.publicpropertydetails-images{margin-bottom:4rem}.publicpropertydetails-image-gallery{background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:24px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl);margin:0 auto;max-width:1200px;overflow:hidden;position:relative;width:100%}.publicpropertydetails-main-image-container{margin-bottom:1.5rem;position:relative}.publicpropertydetails-main-image{background:#f1f5f9;background:var(--light-gray);border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);cursor:zoom-in;height:500px;margin:0 1.5rem;overflow:hidden;position:relative}.publicpropertydetails-featured-image{border-radius:20px;height:100%;object-fit:cover;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.publicpropertydetails-featured-image:hover{filter:brightness(1.1);transform:scale(1.05)}.publicpropertydetails-no-image{align-items:center;background:linear-gradient(135deg,#f1f5f9,#f8fafc);background:linear-gradient(135deg,var(--light-gray) 0,var(--off-white) 100%);color:#475569;color:var(--text-gray);display:flex;flex-direction:column;height:100%;justify-content:center}.publicpropertydetails-no-image svg{color:var(--accent-green);margin-bottom:1rem}.publicpropertydetails-image-nav{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #fff3;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#1e40af;color:var(--primary-blue);cursor:pointer;display:flex;font-size:1.8rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:10}.publicpropertydetails-image-nav:hover{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);border-color:#0000;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;color:var(--pure-white);transform:translateY(-50%) scale(1.15)}.publicpropertydetails-prev{left:20px}.publicpropertydetails-next{right:20px}.publicpropertydetails-image-counter{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000d9;border:1px solid #ffffff1a;border-radius:2rem;bottom:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;position:absolute;right:24px}.publicpropertydetails-thumbnail-gallery{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--gradient-card);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:20px;margin:0 1.5rem;padding:2rem;position:relative}.publicpropertydetails-thumbnail-scroll{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;scroll-behavior:smooth}.publicpropertydetails-thumbnail-scroll::-webkit-scrollbar{height:8px}.publicpropertydetails-thumbnail-scroll::-webkit-scrollbar-track{background:#f1f5f9;background:var(--light-gray);border-radius:4px}.publicpropertydetails-thumbnail-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);border-radius:4px}.publicpropertydetails-thumbnail-scroll::-webkit-scrollbar-thumb:hover{background:#1e3a8a;background:var(--primary-blue-dark)}.publicpropertydetails-thumbnail-item{border:3px solid #0000;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);cursor:pointer;flex-shrink:0;height:90px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:140px}.publicpropertydetails-thumbnail-item:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.publicpropertydetails-thumbnail-item:hover{border-color:#1e40af;border-color:var(--primary-blue);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px) scale(1.05)}.publicpropertydetails-thumbnail-item:hover:before{opacity:.1}.publicpropertydetails-thumbnail-item.active{border-color:#1e40af;border-color:var(--primary-blue);box-shadow:0 0 0 3px #1e40af,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:0 0 0 3px var(--primary-blue),var(--shadow-xl);transform:translateY(-3px) scale(1.02)}.publicpropertydetails-thumbnail-item.active:before{opacity:.15}.publicpropertydetails-thumbnail-item img{height:100%;object-fit:cover;position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:2}.publicpropertydetails-thumbnail-item:hover img{transform:scale(1.08)}.publicpropertydetails-no-images{align-items:center;background:linear-gradient(135deg,#f1f5f9,#f8fafc);background:linear-gradient(135deg,var(--light-gray) 0,var(--off-white) 100%);border:2px dashed #e2e8f0;border:2px dashed var(--border-light);border-radius:20px;display:flex;height:500px;justify-content:center}.publicpropertydetails-no-images-placeholder{color:#475569;color:var(--text-gray);text-align:center}.publicpropertydetails-no-images-placeholder svg{color:var(--primary-green);margin-bottom:1rem}.publicpropertydetails-no-images-placeholder h3{color:#0f172a;color:var(--text-dark);font-size:1.5rem;margin:1rem 0 .5rem}.publicpropertydetails-no-images-placeholder p{color:#475569;color:var(--text-gray);font-size:1rem}.publicpropertydetails-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.publicpropertydetails-info{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--gradient-card);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:24px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl);overflow:hidden;padding:3rem;position:relative}.publicpropertydetails-info:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.publicpropertydetails-header-info{align-items:flex-start;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);background:var(--gradient-glass);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);display:flex;justify-content:space-between;margin-bottom:3rem;padding:2.5rem}.publicpropertydetails-title-section h1{color:#0f172a;color:var(--text-dark);font-size:2.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0 0 .75rem}.publicpropertydetails-location{align-items:center;color:#475569;color:var(--text-gray);display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem}.publicpropertydetails-location svg,.publicpropertydetails-price{color:#1e40af;color:var(--primary-blue)}.publicpropertydetails-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;letter-spacing:-.025em}.publicpropertydetails-actions{display:flex;gap:1rem}.publicpropertydetails-action-btn{align-items:center;background:#fff;background:var(--pure-white);border:2px solid #1e40af;border:2px solid var(--primary-blue);border-radius:16px;color:#1e40af;color:var(--primary-blue);cursor:pointer;display:flex;font-weight:700;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-action-btn:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.publicpropertydetails-action-btn:hover{border-color:#0000;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;color:var(--pure-white);transform:translateY(-3px)}.publicpropertydetails-action-btn:hover:before{left:0}.publicpropertydetails-features{grid-gap:1.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);background:var(--gradient-glass);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:3rem;padding:2rem}.publicpropertydetails-feature{align-items:center;background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-feature:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.publicpropertydetails-feature:hover{border-color:#1e40af;border-color:var(--primary-blue);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.publicpropertydetails-feature:hover:before{transform:scaleX(1)}.publicpropertydetails-feature svg{color:#1e40af;color:var(--primary-blue);margin-bottom:.75rem;transition:all .3s ease}.publicpropertydetails-feature:hover svg{color:#3b82f6;color:var(--primary-blue-light);transform:scale(1.1)}.publicpropertydetails-feature-value{color:#0f172a;color:var(--text-dark);font-size:1.6rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.5rem}.publicpropertydetails-feature-label{color:#475569;color:var(--text-gray);font-size:.85rem;font-weight:600;letter-spacing:.75px;text-transform:uppercase}.publicpropertydetails-details-grid{grid-gap:1.5rem;gap:1.5rem}.publicpropertydetails-detail-item{border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-detail-item:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:0}.publicpropertydetails-detail-item:hover{border-left-color:#3b82f6;border-left-color:var(--primary-blue-light);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl)}.publicpropertydetails-detail-item:hover:before{opacity:.03}.publicpropertydetails-detail-label,.publicpropertydetails-detail-value{position:relative;z-index:1}.publicpropertydetails-contact-sidebar{position:sticky;top:120px}.publicpropertydetails-contact-card{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);border-radius:24px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl);color:#fff;color:var(--pure-white);overflow:hidden;padding:3rem;position:relative;text-align:center}.publicpropertydetails-contact-card:before{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.publicpropertydetails-contact-card>*{position:relative;z-index:1}.publicpropertydetails-contact-card h3{font-size:1.75rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .75rem}.publicpropertydetails-contact-card p{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.publicpropertydetails-contact-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.publicpropertydetails-contact-form input,.publicpropertydetails-contact-form textarea{background:#fffffff2;border:none;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#0f172a;color:var(--text-dark);font-size:1rem;font-weight:500;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-contact-form input:focus,.publicpropertydetails-contact-form textarea:focus{background:#fff;background:var(--pure-white);box-shadow:0 0 0 4px #fff6,0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:0 0 0 4px #fff6,var(--shadow-lg);outline:none;transform:translateY(-2px)}.publicpropertydetails-contact-form input::placeholder,.publicpropertydetails-contact-form textarea::placeholder{color:#94a3b8;color:var(--text-light);font-weight:500}.publicpropertydetails-contact-form textarea{min-height:120px;resize:vertical}.publicpropertydetails-contact-error{background:#ef44441a;border:1px solid #ef444433;border-radius:12px;color:#fca5a5;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.publicpropertydetails-contact-submit{background:#fff;background:var(--pure-white);border:none;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#1e40af;color:var(--primary-blue);cursor:pointer;font-size:1.1rem;font-weight:800;letter-spacing:.75px;overflow:hidden;padding:1.25rem 2.5rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-contact-submit:before{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.publicpropertydetails-contact-submit:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;color:var(--pure-white);transform:translateY(-3px)}.publicpropertydetails-contact-submit:hover:before{left:0}.publicpropertydetails-contact-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.publicpropertydetails-contact-submit:disabled:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:none}.publicpropertydetails-contact-submit:disabled:before{display:none}.publicpropertydetails-contact-info{border-top:1px solid #fff3;display:flex;flex-direction:column;gap:1.25rem;padding-top:2.5rem}.publicpropertydetails-contact-method{align-items:center;background:#ffffff1a;border-radius:12px;color:#fff;color:var(--pure-white);display:flex;font-weight:600;gap:1rem;justify-content:center;padding:1rem;transition:all .3s ease}.publicpropertydetails-contact-method:hover{background:#ffffff26;transform:translateY(-2px)}.publicpropertydetails-contact-method svg{opacity:.9;transition:all .3s ease}.publicpropertydetails-contact-method:hover svg{opacity:1;transform:scale(1.1)}.publicpropertydetails-disclosures{background:linear-gradient(135deg,#f1f5f9,#f8fafc);background:linear-gradient(135deg,var(--light-gray) 0,var(--off-white) 100%);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-light);margin-top:4rem;padding:3rem 0}.publicpropertydetails-disclosures-container{margin:0 auto;max-width:1200px;padding:0 2rem}.publicpropertydetails-disclosures-header{margin-bottom:3rem;text-align:center}.publicpropertydetails-disclosures-header h3{color:#0f172a;color:var(--text-dark);font-size:2rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .5rem}.publicpropertydetails-disclosures-header p{color:#475569;color:var(--text-gray);font-size:1.1rem;font-weight:500;margin:0}.publicpropertydetails-disclosures-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.publicpropertydetails-disclosure-section{background:#fff;background:var(--pure-white);border-left:4px solid #1e40af;border-left:4px solid var(--primary-blue);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease}.publicpropertydetails-disclosure-section:hover{border-left-color:#3b82f6;border-left-color:var(--primary-blue-light);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.publicpropertydetails-disclosure-section h4{color:#1e40af;color:var(--primary-blue);font-size:1.2rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}.publicpropertydetails-disclosure-section p{color:#475569;color:var(--text-gray);font-size:.95rem;font-weight:500;line-height:1.6;margin:0}.publicpropertydetails-footer{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);background:var(--gradient-hero);color:#fff;color:var(--pure-white);margin-top:5rem;overflow:hidden;position:relative}.publicpropertydetails-footer:before{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);bottom:0;content:"";left:0;opacity:.05;position:absolute;right:0;top:0;z-index:0}.publicpropertydetails-footer>*{position:relative;z-index:1}.publicpropertydetails-footer-container{margin:0 auto;max-width:1400px;padding:4rem 2rem 2rem}.publicpropertydetails-footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.publicpropertydetails-footer-section{display:flex;flex-direction:column;gap:1rem}.publicpropertydetails-footer-brand{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.publicpropertydetails-footer-logo{filter:brightness(0) invert(1);height:40px;width:auto}.publicpropertydetails-footer-brand h4{color:#fff;color:var(--pure-white);font-size:1.5rem;font-weight:800;letter-spacing:-.025em;margin:0}.publicpropertydetails-footer-section p{font-size:1rem;line-height:1.6;margin:0;opacity:.9}.publicpropertydetails-footer-title{color:#fff;color:var(--pure-white);font-size:1.2rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem;padding-bottom:.5rem;position:relative}.publicpropertydetails-footer-title:after{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.publicpropertydetails-footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.publicpropertydetails-footer-links li{margin:0}.publicpropertydetails-footer-links a{color:#fff;color:var(--pure-white);font-size:.95rem;font-weight:500;opacity:.8;text-decoration:none;transition:all .3s ease}.publicpropertydetails-footer-links a:hover{color:#fbbf24;color:var(--accent-gold-light);opacity:1;transform:translateX(4px)}.publicpropertydetails-footer-contact{display:flex;flex-direction:column;gap:1rem}.publicpropertydetails-footer-contact-item{align-items:center;color:#fff;color:var(--pure-white);display:flex;font-size:.95rem;font-weight:500;gap:.75rem}.publicpropertydetails-footer-contact-item svg{color:#fbbf24;color:var(--accent-gold-light);flex-shrink:0;height:18px;width:18px}.publicpropertydetails-footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.publicpropertydetails-footer-bottom p{font-size:.9rem;font-weight:500;margin:0;opacity:.8}.publicpropertydetails-footer-legal{display:flex;gap:2rem}.publicpropertydetails-footer-legal a{color:#fff;color:var(--pure-white);font-size:.9rem;font-weight:500;opacity:.7;text-decoration:none;transition:opacity .3s ease}.publicpropertydetails-footer-legal a:hover{color:#fbbf24;color:var(--accent-gold-light);opacity:1}.publicpropertydetails-error,.publicpropertydetails-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.publicpropertydetails-spinner{animation:spin 1s linear infinite;border:4px solid #f1f5f9;border-top:4px solid var(--light-gray);border:4px solid var(--light-gray);border-radius:50%;border-top-color:var(--primary-green);height:50px;margin-bottom:1rem;width:50px}.publicpropertydetails-error p,.publicpropertydetails-loading p{color:#475569;color:var(--text-gray);font-size:1.1rem;margin-bottom:1rem}.publicpropertydetails-error h2{color:#0f172a;color:var(--text-dark);margin-bottom:1rem}.publicpropertydetails-status{margin-top:1rem}.status-badge{border-radius:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);font-size:.9rem;font-weight:700;letter-spacing:.75px;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-badge:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.status-badge:hover:before{left:100%}.status-badge.active{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);color:#fff;color:var(--pure-white)}.status-badge.under-contract{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;color:var(--pure-white)}.status-badge.sold{background:linear-gradient(135deg,#6b7280,#374151);color:#fff;color:var(--pure-white)}.status-badge.pending{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;color:var(--pure-white)}.publicpropertydetails-description{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);background:var(--gradient-glass);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);margin-bottom:3rem;padding:2.5rem}.publicpropertydetails-description h3{color:#0f172a;color:var(--text-dark);font-size:1.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 1.25rem}.publicpropertydetails-description p{color:#475569;color:var(--text-gray);font-size:1.1rem;font-weight:500;line-height:1.8;margin:0}.publicpropertydetails-details-section{margin-bottom:3rem}.publicpropertydetails-details-section h3{border-bottom:3px solid #1e40af;border-bottom:3px solid var(--primary-blue);color:#0f172a;color:var(--text-dark);font-size:1.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 2rem;padding-bottom:.75rem;position:relative}.publicpropertydetails-details-section h3:after{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);border-radius:2px;bottom:-3px;content:"";height:3px;left:0;position:absolute;width:60px}.publicpropertydetails-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.publicpropertydetails-detail-item{align-items:center;border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:10px;box-shadow:0 2px 10px #2e7d320d;display:flex;justify-content:space-between;padding:1rem 1.25rem;transition:all .3s ease}.publicpropertydetails-detail-item:hover{background:#f8fafc;background:var(--off-white);border-color:var(--accent-green);box-shadow:0 5px 20px var(--shadow-light);transform:translateY(-2px)}.publicpropertydetails-detail-label{color:#475569;color:var(--text-gray);flex:1 1;font-size:.95rem;font-weight:600}.publicpropertydetails-detail-value{color:#0f172a;color:var(--text-dark);flex:1 1;font-size:1rem;font-weight:700;max-width:60%;text-align:right;word-break:break-word}@media (max-width:768px){.publicpropertydetails-main,.publicpropertydetails-nav-container{padding:1rem}.publicpropertydetails-nav-links{gap:1rem}.publicpropertydetails-content{gap:2rem;grid-template-columns:1fr}.publicpropertydetails-contact-sidebar{position:static}.publicpropertydetails-header-info{align-items:flex-start;flex-direction:column;gap:1.5rem}.publicpropertydetails-actions{justify-content:flex-start;width:100%}.publicpropertydetails-features{grid-template-columns:repeat(2,1fr)}.publicpropertydetails-details-grid{grid-template-columns:1fr}.publicpropertydetails-main-image{height:300px;margin:0 .5rem}.publicpropertydetails-image-gallery{max-width:95%}.publicpropertydetails-thumbnail-gallery{margin:0 .5rem}.publicpropertydetails-contact-card,.publicpropertydetails-info{padding:1.5rem}.publicpropertydetails-quick-stats{flex-direction:column;gap:1rem;padding:1rem}.publicpropertydetails-agent-card{flex-direction:column;padding:1rem;text-align:center}.publicpropertydetails-agent-contact{align-items:center;flex-direction:column;gap:.5rem}.publicpropertydetails-title-container{align-items:flex-start;flex-direction:column;gap:1.5rem}.publicpropertydetails-price-section{align-items:flex-start;width:100%}.publicpropertydetails-price-section .publicpropertydetails-price{font-size:2.5rem;text-align:left}.publicpropertydetails-stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.publicpropertydetails-stat-card{padding:1rem}.publicpropertydetails-agent-header{align-items:flex-start;flex-direction:column;gap:1rem}.publicpropertydetails-disclosures-content{gap:1.5rem;grid-template-columns:1fr}.publicpropertydetails-footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}.publicpropertydetails-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.publicpropertydetails-footer-legal{justify-content:center}}@media (max-width:480px){.publicpropertydetails-title-section h1{font-size:1.8rem}.publicpropertydetails-price{font-size:1.6rem}.publicpropertydetails-features{grid-template-columns:1fr}.publicpropertydetails-feature-value{font-size:1.5rem}.publicpropertydetails-main-image{height:250px;margin:0 .25rem}.publicpropertydetails-image-gallery{max-width:98%}.publicpropertydetails-thumbnail-gallery{margin:0 .25rem;padding:1rem}.publicpropertydetails-stats-grid{gap:.75rem;grid-template-columns:1fr}.publicpropertydetails-stat-card{padding:.75rem}.publicpropertydetails-stat-icon{height:40px;width:40px}.publicpropertydetails-stat-value{font-size:1.5rem}.publicpropertydetails-agent-section{padding:1.5rem}.publicpropertydetails-agent-card{gap:1rem;padding:1rem}.publicpropertydetails-agent-avatar{font-size:1.2rem;height:50px;width:50px}.publicpropertydetails-disclosures-container{padding:0 1rem}.publicpropertydetails-disclosures-header h3{font-size:1.5rem}.publicpropertydetails-disclosure-section{padding:1.5rem}.publicpropertydetails-footer-content{gap:2rem;grid-template-columns:1fr}.publicpropertydetails-footer-container{padding:3rem 1rem 2rem}}.publicpropertydetails-fade-in{animation:fadeIn .8s cubic-bezier(.4,0,.2,1)}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.publicpropertydetails-info>*{animation:slideInUp .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.publicpropertydetails-info>:first-child{animation-delay:.1s}.publicpropertydetails-info>:nth-child(2){animation-delay:.2s}.publicpropertydetails-info>:nth-child(3){animation-delay:.3s}.publicpropertydetails-info>:nth-child(4){animation-delay:.4s}.publicpropertydetails-info>:nth-child(5){animation-delay:.5s}.publicpropertydetails-info>:nth-child(6){animation-delay:.6s}.publicpropertydetails-contact-sidebar{animation:slideInRight .8s cubic-bezier(.4,0,.2,1) .3s both}.publicpropertydetails-image-gallery{animation:scaleIn .8s cubic-bezier(.4,0,.2,1) .2s both}.publicpropertydetails-detail-item,.publicpropertydetails-feature,.publicpropertydetails-thumbnail-item{transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-loading-shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%}html{scroll-behavior:smooth}.publicpropertydetails-action-btn:focus,.publicpropertydetails-contact-submit:focus,.publicpropertydetails-image-nav:focus{outline:3px solid #3b82f6;outline:3px solid var(--primary-blue-light);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.publicpropertydetails-status-badge{margin-bottom:1rem}.publicpropertydetails-quick-stats{background:#f8fafc;background:var(--off-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;gap:2rem;margin-top:1.5rem;padding:1.5rem}.publicpropertydetails-stat{align-items:center;color:#475569;color:var(--text-gray);display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.publicpropertydetails-stat svg{color:var(--primary-green)}.publicpropertydetails-agent-info{background:linear-gradient(135deg,var(--primary-green) 0,var(--light-green) 100%);border-radius:15px;color:#fff;color:var(--pure-white);margin:2rem 0 1.5rem;padding:1.5rem}.publicpropertydetails-agent-info h4{color:#fff;color:var(--pure-white);font-size:1.1rem;font-weight:700;margin:0 0 1rem}.publicpropertydetails-agent-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;gap:1rem;padding:1rem}.publicpropertydetails-agent-avatar{color:var(--primary-green);font-size:1.3rem;font-weight:700;height:50px;width:50px}.publicpropertydetails-agent-details h5{color:#fff;color:var(--pure-white);font-size:1rem;font-weight:700;margin:0 0 .25rem}.publicpropertydetails-agent-details p{font-size:.85rem;margin:0 0 .5rem}.publicpropertydetails-agent-contact{gap:1rem}.publicpropertydetails-agent-contact .publicpropertydetails-contact-method{font-size:.85rem;justify-content:flex-start}.publicpropertydetails-agent-contact .publicpropertydetails-contact-method svg{height:14px;width:14px}.publicpropertydetails-contact-info h4{color:#fff;color:var(--pure-white);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.publicpropertydetails-header-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--off-white) 0,var(--light-gray) 100%);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);margin-bottom:3rem;overflow:hidden;padding:3rem;position:relative}.publicpropertydetails-header-section:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.publicpropertydetails-title-container{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.publicpropertydetails-title-header{flex:1 1}.publicpropertydetails-price-section{align-items:flex-end;display:flex;flex-direction:column;gap:1.5rem}.publicpropertydetails-price-section .publicpropertydetails-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#1e40af;color:var(--primary-blue);font-size:3rem;font-weight:900;letter-spacing:-.025em;text-align:right}.publicpropertydetails-price-section .publicpropertydetails-action-btn{font-size:1rem;padding:1rem 2rem}.publicpropertydetails-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2.5rem}.publicpropertydetails-stat-card{align-items:center;background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.publicpropertydetails-stat-card:before{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);background:var(--gradient-primary);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.publicpropertydetails-stat-card:hover{border-color:#1e40af;border-color:var(--primary-blue);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.publicpropertydetails-stat-card:hover:before{transform:scaleX(1)}.publicpropertydetails-stat-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-blue-light) 100%);border-radius:12px;color:#fff;color:var(--pure-white);display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px}.publicpropertydetails-stat-card:hover .publicpropertydetails-stat-icon{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:scale(1.1)}.publicpropertydetails-stat-content{display:flex;flex-direction:column;gap:.25rem}.publicpropertydetails-stat-value{color:#0f172a;color:var(--text-dark);font-size:1.8rem;font-weight:800;letter-spacing:-.025em}.publicpropertydetails-stat-label{color:#475569;color:var(--text-gray);font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.publicpropertydetails-agent-section{background:linear-gradient(135deg,#1e40af,#1e3a8a);background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-blue-dark) 100%);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);color:#fff;color:var(--pure-white);overflow:hidden;padding:2rem;position:relative}.publicpropertydetails-agent-section:before{background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);background:var(--gradient-gold);bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.publicpropertydetails-agent-section>*{position:relative;z-index:1}.publicpropertydetails-agent-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.publicpropertydetails-agent-header h3{color:#fff;color:var(--pure-white);font-size:1.5rem;font-weight:800;margin:0}.publicpropertydetails-agent-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;color:var(--pure-white);font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.publicpropertydetails-agent-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.publicpropertydetails-agent-card:hover{background:#fff3;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.publicpropertydetails-agent-avatar{align-items:center;background:#fff;background:var(--pure-white);border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#1e40af;color:var(--primary-blue);display:flex;flex-shrink:0;font-size:1.5rem;font-weight:800;height:60px;justify-content:center;width:60px}.publicpropertydetails-agent-details{flex:1 1}.publicpropertydetails-agent-details h4{color:#fff;color:var(--pure-white);font-size:1.2rem;font-weight:700;margin:0 0 .25rem}.publicpropertydetails-agent-details p{color:#fff;color:var(--pure-white);font-size:.9rem;margin:0 0 1rem;opacity:.9}.publicpropertydetails-agent-contact{display:flex;gap:1.5rem}.publicpropertydetails-agent-contact .publicpropertydetails-contact-method{align-items:center;color:#fff;color:var(--pure-white);display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.publicpropertydetails-agent-contact .publicpropertydetails-contact-method svg{color:#fff;color:var(--pure-white);height:16px;opacity:.9;width:16px}.publicpropertydetails-features{background:linear-gradient(135deg,#fff,#f8fafc);background:linear-gradient(135deg,var(--pure-white) 0,var(--off-white) 100%);border:2px solid #e2e8f0;border:2px solid var(--border-light);box-shadow:0 5px 20px var(--shadow-light)}.publicpropertydetails-detail-item{background:#fff;background:var(--pure-white);border-left:4px solid var(--accent-green);box-shadow:0 3px 15px var(--shadow-light)}.publicpropertydetails-detail-item:hover{border-left-color:var(--primary-green);box-shadow:0 8px 30px var(--shadow-medium)}@media print{.publicpropertydetails-contact-form,.publicpropertydetails-footer,.publicpropertydetails-navbar{display:none}.publicpropertydetails-main-content{margin-top:0;padding:0}.publicpropertydetails-content-grid{grid-template-columns:1fr}}.settings-container{background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.settings-header{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:32px}.settings-title{color:#111827;font-size:28px;font-weight:600;margin:0 0 8px}.settings-subtitle{color:#6b7280;font-size:16px;line-height:1.5;margin:0}.settings-message{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:12px;margin-bottom:24px;padding:16px 20px}.settings-message-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.settings-message-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.settings-content{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:280px 1fr}.settings-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:8px;position:sticky;top:24px}.settings-tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;padding:16px 20px;text-align:left;transition:all .2s ease;width:100%}.settings-tab:hover{background:#f3f4f6;color:#374151}.settings-tab-active{background:#6366f1!important;color:#fff!important}.settings-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:32px}.settings-form{max-width:800px}.settings-form-header{border-bottom:1px solid #e5e7eb;margin-bottom:32px;padding-bottom:24px}.settings-form-title{color:#111827;font-size:24px;font-weight:600;margin:0 0 8px}.settings-form-description{color:#6b7280;font-size:16px;line-height:1.5;margin:0}.settings-form-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.settings-form-group-full{grid-column:1/-1}.settings-form-group{display:flex;flex-direction:column;gap:8px}.settings-form-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:4px}.settings-form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:15px;outline:none;padding:12px 16px;transition:all .2s ease}.settings-form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.settings-form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.settings-password-input{position:relative}.settings-password-toggle{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.settings-password-toggle:hover{color:#374151}.settings-checkbox-label{align-items:center;cursor:pointer;display:flex;gap:12px;padding:8px 0}.settings-checkbox{accent-color:#3b82f6;height:18px;width:18px}.settings-checkbox-text{color:#374151;font-size:15px;font-weight:500}.settings-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;text-decoration:none;transition:all .2s ease}.settings-btn:hover{background:#f9fafb;border-color:#9ca3af}.settings-btn:disabled{cursor:not-allowed;opacity:.5}.settings-btn-primary{background:#6366f1;border-color:#6366f1;color:#fff}.settings-btn-primary:hover{background:#166534;border-color:#166534}.settings-btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.settings-btn-danger:hover{background:#dc2626;border-color:#dc2626}.settings-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;padding-top:24px}.settings-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.sources-list{grid-gap:24px;display:grid;gap:24px}.source-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;position:relative;transition:all .2s ease}.source-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.source-configured{border-left:4px solid #10b981}.source-disabled{border-left:4px solid #f59e0b;opacity:.8}.source-info{justify-content:space-between;margin-bottom:16px}.source-info,.source-name{align-items:center;display:flex}.source-name{color:#111827;font-size:18px;font-weight:600;gap:12px}.source-status{align-items:center;display:flex}.source-badge{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.source-badge-enabled{background:#d1fae5;color:#065f46}.source-badge-disabled{background:#fef3c7;color:#92400e}.source-badge-not-configured{background:#f3f4f6;color:#6b7280}.source-details{background:#f9fafb;border-radius:8px;margin-bottom:20px;padding:16px}.source-detail{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.source-detail:last-child{border-bottom:none}.source-detail strong{color:#374151;font-weight:500;min-width:120px}.source-actions{display:flex;flex-wrap:wrap;gap:12px}.source-edit-form{background:#f8faff;border:2px solid #3b82f6;border-radius:12px;padding:24px}.source-edit-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.source-edit-header h3{color:#111827;font-size:20px;font-weight:600;margin:0}.source-edit-actions{display:flex;gap:8px}.user-sources-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:24px}.user-sources-title{align-items:center;color:#111827;display:flex;font-size:20px;font-weight:600;gap:8px;margin:0 0 16px}.user-sources-active{display:flex;flex-direction:column;gap:16px}.user-sources-list{display:flex;flex-wrap:wrap;gap:8px}.user-source-badge{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #10b9814d;border-radius:20px;box-shadow:0 2px 4px #10b98133;color:#fff;font-size:14px;font-weight:500;padding:8px 16px}.user-sources-note{background:#f9fafb;border-left:4px solid #10b981;border-radius:8px;color:#6b7280;font-size:14px;margin:0;padding:12px 16px}.user-sources-empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;padding:32px 16px;text-align:center}.user-sources-empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.user-sources-empty-text{color:#374151;font-size:18px;font-weight:500;margin:0 0 8px}.user-sources-empty-note{color:#6b7280;font-size:14px;line-height:1.5;margin:0;max-width:400px}.settings-form-input-wrapper{align-items:center;display:flex;position:relative}.settings-form-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.settings-form-input-success{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}.settings-form-input-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.settings-form-validation{font-size:14px;font-weight:500;margin-top:8px}.settings-form-validation-error{color:#ef4444}.settings-form-validation-success{color:#10b981}.settings-form-help{color:#6b7280;font-size:14px;line-height:1.4;margin-top:8px}.settings-form-input-readonly{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#374151;display:flex;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;min-height:48px;padding:12px 16px}.settings-form-url-base{color:#6b7280;font-weight:500}.settings-form-url-username{background:#10b9811a;border-radius:4px;color:#10b981;font-weight:600;padding:2px 6px}.required-asterisk{color:#ef4444;margin-left:4px}@media (max-width:768px){.settings-form-input-readonly{font-size:13px;padding:10px 14px}.settings-form-url-base,.settings-form-url-username{font-size:13px}}@media (max-width:480px){.settings-form-input-readonly{align-items:flex-start;flex-direction:column;gap:4px}.settings-form-url-base,.settings-form-url-username{font-size:12px}}@media (max-width:768px){.user-sources-section{margin-bottom:20px;padding:20px}.user-sources-title{font-size:18px}.user-source-badge{font-size:13px;padding:6px 12px}.user-sources-empty{padding:24px 12px}.user-sources-empty-icon{font-size:40px}.user-sources-empty-text{font-size:16px}}@media (max-width:1024px){.settings-content{gap:16px;grid-template-columns:1fr}.settings-tabs{display:flex;overflow-x:auto;padding:4px;position:static}.settings-tab{min-width:auto;white-space:nowrap}}@media (max-width:768px){.settings-container{padding:16px}.settings-form-container,.settings-header{padding:24px}.settings-form-grid{gap:16px;grid-template-columns:1fr}.settings-form-actions,.source-actions,.source-edit-header{flex-direction:column}.source-edit-header{align-items:stretch;gap:16px}.source-edit-actions{justify-content:stretch}}@media (max-width:480px){.settings-title{font-size:24px}.settings-form-title{font-size:20px}.source-name{font-size:16px}}.templates-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.templates-loading p{color:#6b7280;font-size:16px}.templates-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:24px}.template-card{border:2px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.template-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.template-selected{border-color:#10b981;box-shadow:0 4px 12px #10b98133}.template-preview{background:#f3f4f6;height:200px;overflow:hidden;position:relative;width:100%}.template-preview-image{height:100%;object-fit:cover;width:100%}.template-selected-badge{align-items:center;background:#10b981;border-radius:6px;box-shadow:0 2px 8px #10b9814d;color:#fff;display:flex;font-size:13px;font-weight:600;gap:6px;padding:6px 12px;position:absolute;right:12px;top:12px}.template-info{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:20px}.template-header-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.template-name{color:#111827;flex:1 1;font-size:18px;margin:0;min-width:150px}.template-layout-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:4px 10px;white-space:nowrap}.layout-modern{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.layout-classic{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.layout-minimal{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.template-description{color:#6b7280;flex:1 1;font-size:14px;margin:0}.template-colors{display:flex;gap:8px;margin-top:4px}.template-color{border:2px solid #e5e7eb;border-radius:6px;cursor:help;height:32px;transition:transform .2s ease;width:32px}.template-color:hover{transform:scale(1.15)}.settings-btn-selected{background:#10b981;color:#fff;cursor:default}.settings-btn-selected:hover{background:#059669}.settings-btn-selected:disabled{background:#10b981;cursor:not-allowed;opacity:.7}.templates-empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.templates-empty-icon{color:#d1d5db;margin-bottom:16px}.templates-empty p{color:#6b7280;font-size:16px}@media (max-width:768px){.templates-grid{gap:16px;grid-template-columns:1fr}.template-card{max-width:100%}.template-preview{height:180px}}@media (max-width:480px){.template-info{padding:16px}.template-header-row{align-items:flex-start;flex-direction:column}.template-name{font-size:16px}.template-layout-badge{align-self:flex-start}.template-description{font-size:13px}.template-preview{height:160px}}.adminusers-container{background-color:#f8fafc;margin:0 auto;max-width:1200px;min-height:calc(100vh - 70px);padding:2rem}.adminusers-access-denied{color:#64748b;padding:3rem;text-align:center}.adminusers-access-denied h2{color:#dc2626;margin-bottom:1rem}.adminusers-header{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.adminusers-header,.adminusers-header-content{align-items:center;display:flex;justify-content:space-between}.adminusers-header-content{width:100%}.adminusers-title-section{display:flex;flex-direction:column}.adminusers-title{align-items:center;color:#2b7a78;display:flex;font-size:2rem;font-weight:700;gap:.75rem;margin:0}.adminusers-subtitle{color:#64748b;font-size:1.1rem;margin-top:.5rem}.adminusers-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.adminusers-btn-primary{background:#2b7a78;color:#fff}.adminusers-btn-primary:hover{background:#21706a;transform:translateY(-1px)}.adminusers-btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.adminusers-btn-secondary:hover{background:#e2e8f0;color:#374151}.adminusers-btn-edit{background:#f0f9ff;border:1px solid #0ea5e9;color:#0ea5e9}.adminusers-btn-edit:hover{background:#0ea5e9;color:#fff}.adminusers-btn-delete{background:#fef2f2;border:1px solid #dc2626;color:#dc2626}.adminusers-btn-delete:hover{background:#dc2626;color:#fff}.adminusers-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.adminusers-search{flex:1 1;min-width:300px;position:relative}.adminusers-search-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:.75rem 1rem .75rem 2.5rem;width:100%}.adminusers-search-icon{color:#64748b;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.adminusers-filter{position:relative}.adminusers-filter-icon{color:#64748b;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.adminusers-filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-weight:500;min-width:150px;padding:.75rem 1rem .75rem 2.5rem}.adminusers-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.adminusers-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:3rem}.adminusers-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#2b7a78;height:40px;margin-bottom:1rem;width:40px}.adminusers-table-container{overflow-x:auto}.adminusers-table{border-collapse:collapse;font-size:.9rem;width:100%}.adminusers-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#374151;font-weight:600;padding:1rem;text-align:left}.adminusers-table td{border-bottom:1px solid #f1f5f9;padding:1rem;vertical-align:top}.adminusers-table tr:hover{background:#f8fafc}.adminusers-user-cell{width:200px}.adminusers-user-info{align-items:center;display:flex;gap:.75rem}.adminusers-user-avatar{align-items:center;background:#2b7a78;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;width:40px}.adminusers-user-details{display:flex;flex-direction:column;gap:.25rem}.adminusers-user-name{color:#1e293b;font-weight:600}.adminusers-user-email{color:#64748b;font-size:.8rem}.adminusers-role-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.adminusers-role-badge.admin{background:#fef2f2;color:#dc2626}.adminusers-role-badge.agent{background:#f0fdf4;color:#059669}.adminusers-contact-cell{width:200px}.adminusers-contact-info{display:flex;flex-direction:column;gap:.25rem}.adminusers-contact-item{align-items:center;color:#64748b;display:flex;font-size:.8rem;gap:.5rem}.adminusers-sources{display:flex;flex-wrap:wrap;gap:.25rem}.adminusers-source-badge{background:#f1f5f9;border-radius:4px;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.adminusers-date,.adminusers-trial-days{color:#64748b;font-size:.8rem}.adminusers-date{align-items:center}.adminusers-actions,.adminusers-date{display:flex;gap:.5rem}.adminusers-empty{color:#64748b;padding:3rem;text-align:center}.adminusers-empty h3{color:#2b7a78;margin-bottom:1rem}.adminusers-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.adminusers-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.adminusers-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.adminusers-modal-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.adminusers-modal-close{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;padding:.5rem;transition:all .2s ease}.adminusers-modal-close:hover{background:#f1f5f9;color:#374151}.adminusers-form{padding:1.5rem}.adminusers-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.adminusers-form-group{display:flex;flex-direction:column;gap:.5rem}.adminusers-form-group-full{grid-column:1/-1}.adminusers-form-label{color:#374151;font-size:.9rem;font-weight:500}.adminusers-form-input,.adminusers-form-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;padding:.75rem;transition:all .2s ease}.adminusers-form-input:focus,.adminusers-form-select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.adminusers-password-input{position:relative}.adminusers-password-toggle{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:color .2s ease}.adminusers-password-toggle:hover{color:#374151}.adminusers-checkbox-group{display:flex;flex-direction:column;gap:.75rem}.adminusers-checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.adminusers-checkbox{accent-color:#2b7a78;height:16px;width:16px}.adminusers-checkbox-text{font-weight:500}.adminusers-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}@media (max-width:768px){.adminusers-container{padding:1rem}.adminusers-header-content{align-items:flex-start;flex-direction:column;gap:1rem}.adminusers-filters{flex-direction:column}.adminusers-search{min-width:auto}.adminusers-form-grid{grid-template-columns:1fr}.adminusers-modal{margin:1rem;max-height:calc(100vh - 2rem)}.adminusers-table{font-size:.8rem}.adminusers-table td,.adminusers-table th{padding:.75rem .5rem}}.lead-assignment-rules-container{background:#f8fafc;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.lead-assignment-rules-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:32px;padding:24px}.page-title{font-size:28px;gap:12px;margin:0 0 8px}.page-title svg{color:#6366f1}.page-description{color:#64748b;font-size:16px;line-height:1.5;margin:0}.add-rule-button{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .2s ease;white-space:nowrap}.add-rule-button:hover{background:#5855eb;box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.rules-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.rules-header h2{color:#1e293b;font-size:20px;font-weight:600;margin:0}.rules-stats{display:flex;gap:16px}.stat-item{font-size:14px;gap:6px}.stat-item svg{color:#10b981}.empty-state{padding:80px 24px}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state h3{color:#475569;font-size:20px}.empty-state p{font-size:16px;line-height:1.5;margin:0 0 24px}.create-first-rule-button{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.create-first-rule-button:hover{background:#5855eb;transform:translateY(-1px)}.rules-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));padding:24px}.rule-card{overflow:hidden}.rule-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.rule-card.inactive{background:#f8fafc;opacity:.7}.rule-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;padding:20px}.rule-title h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}.status-badge{font-size:12px;padding:4px 12px}.status-badge.inactive{background:#fef3c7;color:#92400e}.rule-actions{gap:8px}.delete-button,.edit-button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.edit-button{background:#dbeafe;color:#1d4ed8}.edit-button:hover{background:#bfdbfe}.delete-button{background:#fee2e2;color:#dc2626}.delete-button:hover{background:#fecaca}.rule-content{padding:20px}.rule-criteria{display:flex;flex-direction:column;gap:12px}.criterion{align-items:center;color:#475569;display:flex;font-size:14px;gap:8px}.criterion svg{color:#6366f1;flex-shrink:0}.rule-footer{background:#f8fafc;border-top:1px solid #f1f5f9;padding:16px 20px}.rule-date{color:#64748b;font-size:12px}.loading-spinner{padding:80px 24px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#6366f1;height:40px;margin-bottom:16px;width:40px}.form-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.form-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.form-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.form-modal-header h2{color:#1e293b;font-size:20px;font-weight:600;margin:0}.close-button{align-items:center;background:#f1f5f9;color:#64748b;display:flex;height:32px;justify-content:center;width:32px}.close-button:hover{background:#e2e8f0;color:#475569}.rule-form{padding:24px}.form-section{margin-bottom:32px}.form-section h3{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.form-row{grid-gap:16px;gap:16px;margin-bottom:16px}.form-group label{margin-bottom:6px}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.checkbox-label{color:#374151;font-size:14px;gap:8px;margin-bottom:8px}.checkbox-label input[type=checkbox]{accent-color:#6366f1;height:16px;width:16px}.checkbox-group{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.form-actions{border-top:1px solid #e2e8f0;gap:12px;justify-content:flex-end;padding-top:24px}.cancel-button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.cancel-button:hover{background:#f8fafc;border-color:#9ca3af}.save-button{align-items:center;background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s ease}.save-button:hover{background:#5855eb}@media (max-width:768px){.lead-assignment-rules-container{padding:16px}.lead-assignment-rules-header{align-items:stretch;flex-direction:column;gap:16px}.add-rule-button{align-self:flex-start}.rules-header{align-items:flex-start;flex-direction:column;gap:12px}.rules-stats{align-self:stretch;justify-content:space-between}.rules-grid{padding:16px}.checkbox-group,.form-row,.rules-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-modal{margin:20px;max-height:calc(100vh - 40px)}}@media (max-width:480px){.page-title{font-size:24px}.rule-header{align-items:flex-start;flex-direction:column;gap:12px}.rule-actions{align-self:flex-end}}.automation-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.automation-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.features-section,.stats-grid{margin-bottom:3rem}.features-section{display:block!important;visibility:visible!important}.section-title{margin:0 0 1.5rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 1px 3px #0000001a;color:inherit;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s ease}.feature-card:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.feature-card.blue:hover{border-color:#3b82f6}.feature-card.green:hover{border-color:#10b981}.feature-card.orange:hover{border-color:#f59e0b}.feature-card.purple:hover{border-color:#8b5cf6}.feature-card.teal:hover{border-color:#14b8a6}.feature-card.indigo:hover{border-color:#6366f1}.feature-header{align-items:flex-start;display:flex;margin-bottom:1rem}.feature-icon-wrapper{align-items:center;border-radius:10px;color:#fff;display:flex;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.feature-icon-wrapper.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.feature-icon-wrapper.green{background:linear-gradient(135deg,#10b981,#059669)}.feature-icon-wrapper.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.feature-icon-wrapper.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-icon-wrapper.teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.feature-icon-wrapper.indigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}.feature-icon{height:1.5rem;width:1.5rem}.feature-info{flex:1 1}.feature-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.feature-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.feature-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.feature-stats{color:#64748b;font-size:.875rem;font-weight:500}.feature-arrow{color:#94a3b8;height:1rem;transition:transform .2s ease;width:1rem}.feature-card:hover .feature-arrow{color:#64748b;transform:translateX(4px)}.activities-section{margin-bottom:3rem}.section-header{align-items:center;display:flex;justify-content:space-between}.view-all-link{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none}.view-all-link:hover{text-decoration:underline}.activities-list{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.activity-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;transition:background-color .2s ease}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:#f8fafc}.activity-icon{background:#f1f5f9;border-radius:6px;color:#64748b;height:2rem;margin-right:1rem;width:2rem}.activity-description{color:#1e293b;font-size:.875rem;line-height:1.4;margin:0 0 .5rem}.activity-meta{align-items:center;display:flex;justify-content:space-between}.activity-time{color:#94a3b8;font-size:.75rem}.activity-status{background:#f1f5f9;border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.text-green-600{color:#059669}.text-yellow-600{color:#d97706}.text-gray-600{color:#475569}.quick-actions-section{margin-bottom:2rem}.quick-actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.quick-action-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;transition:all .2s ease}.quick-action-btn:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.action-icon{color:#64748b;height:2rem;width:2rem}.quick-action-btn span{color:#475569;font-size:.875rem;font-weight:500}@media (max-width:768px){.automation-container{padding:1rem}.automation-header{flex-direction:column;gap:1rem;padding:1.5rem}.stats-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.features-grid{grid-gap:1rem;display:grid!important;gap:1rem;grid-template-columns:1fr;visibility:visible!important}.feature-card{padding:1.25rem}.feature-header{align-items:flex-start;flex-direction:column;gap:.75rem}.feature-icon-wrapper{margin-right:0}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.page-title,.stat-number{font-size:1.5rem}}@media (max-width:480px){.automation-container{padding:.75rem}.automation-header{padding:1rem}.features-grid{grid-gap:.75rem;display:grid!important;gap:.75rem;visibility:visible!important}.feature-card{padding:1rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}.quick-actions-grid{grid-template-columns:1fr}.activity-meta{align-items:flex-start;flex-direction:column;gap:.25rem}}.lead-scoring-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:1rem}.page-header{border-radius:8px;margin-bottom:1rem;padding:1rem}.back-link{margin-bottom:.5rem}.page-title{font-size:1.5rem;margin:0 0 .25rem}.title-icon{height:1.5rem;margin-right:.5rem;width:1.5rem}.page-subtitle{font-size:.875rem}.header-actions{gap:.5rem}.btn-primary{border-radius:6px;padding:.5rem 1rem}.btn-primary:hover{box-shadow:0 4px 12px #2b7a7840}.btn-secondary{border-radius:6px;padding:.5rem 1rem;text-decoration:none}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.stat-card{gap:1rem;padding:1rem;transition:transform .2s ease}.stat-card,.stat-icon{border-radius:8px}.stat-icon.blue{background:linear-gradient(45deg,#3b82f6,#1d4ed8)}.stat-icon.green{background:linear-gradient(45deg,#10b981,#059669)}.stat-icon.orange{background:linear-gradient(45deg,#f59e0b,#d97706)}.stat-icon.purple{background:linear-gradient(45deg,#8b5cf6,#7c3aed)}.stat-number{font-size:1.5rem}.filters-section{border-radius:8px;margin-bottom:1rem}.filters-header{border-bottom:1px solid #e2e8f0;padding:1rem}.filters-left{align-items:center;display:flex;gap:1rem}.section-title{font-size:1.125rem}.results-count{background:#f1f5f9;border-radius:12px;padding:.25rem .75rem}.filters-actions{gap:.5rem}.btn-filter{font-weight:500}.filters-form{padding:1rem}.filter-group{gap:.5rem}.filter-input:focus,.filter-select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a}.search-input svg{color:#9ca3af;height:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%);width:1rem}.search-input input{padding-left:2.5rem}.table-container{border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-wrapper{overflow-x:auto}.leads-table{border-collapse:collapse;font-size:.875rem;table-layout:fixed;width:100%}.leads-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;overflow:hidden;padding:.75rem .5rem;text-align:left;text-overflow:ellipsis;white-space:nowrap}.leads-table th.sortable{cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.leads-table th.sortable:hover{background:#e5e7eb}.th-content{align-items:center;display:flex;gap:.5rem}.leads-table td{border-bottom:1px solid #f3f4f6;overflow:hidden;padding:.75rem .5rem;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.leads-table tr:hover{background:#f9fafb}.leads-table tr:last-child td{border-bottom:none}.leads-table td:first-child,.leads-table th:first-child{width:20%}.leads-table td:nth-child(2),.leads-table td:nth-child(3),.leads-table td:nth-child(4),.leads-table td:nth-child(5),.leads-table td:nth-child(6),.leads-table td:nth-child(7),.leads-table th:nth-child(2),.leads-table th:nth-child(3),.leads-table th:nth-child(4),.leads-table th:nth-child(5),.leads-table th:nth-child(6),.leads-table th:nth-child(7){width:12%}.leads-table td:nth-child(8),.leads-table th:nth-child(8){width:8%}.lead-info{display:flex;gap:.25rem}.lead-name{font-weight:600}.lead-email,.lead-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-email{font-size:.75rem}.score-badge{align-items:center;border-radius:6px;display:inline-flex;flex-direction:column;padding:.5rem;white-space:nowrap}.score-badge.hot{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.score-badge.warm{background:#fffbeb;border:1px solid #fed7aa;color:#d97706}.score-badge.cool{background:#f0f9ff;border:1px solid #bfdbfe;color:#2563eb}.score-badge.cold{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.score-number{font-size:1rem;font-weight:700;line-height:1}.score-label{font-size:.75rem;font-weight:500;margin-top:.25rem}.llm-score{align-items:center;display:flex;flex-direction:column;gap:.25rem;white-space:nowrap}.llm-score .score-number{color:#374151;font-size:1rem;font-weight:700}.confidence{color:#64748b;font-size:.75rem}.no-score{color:#9ca3af;font-style:italic}.status-badge{border-radius:12px;white-space:nowrap}.status-badge.qualified{background:#dcfce7;color:#166534}.status-badge.unqualified{background:#fef2f2;color:#dc2626}.status-badge.pending{background:#fef3c7;color:#d97706}.activity-text,.source-text{color:#64748b;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-buttons{white-space:nowrap}.btn-icon{flex-shrink:0}.empty-state{padding:3rem 1rem}.empty-content{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem}.empty-content svg{color:#9ca3af}.empty-content p{font-size:1rem;font-weight:500;margin:0}.empty-subtext{color:#9ca3af}.loading-state{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem}.loading-icon{animation:spin 1s linear infinite;color:#2b7a78;margin-bottom:1rem}.modal-content{border-radius:8px;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.modal-header{padding:1rem}.modal-header h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.modal-body{max-height:60vh;overflow-y:auto;padding:1rem}.lead-details{gap:.75rem}.detail-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0}.detail-row:last-child{border-bottom:none}.detail-label{color:#374151;font-size:.875rem;font-weight:600}.detail-value{color:#64748b;font-size:.875rem;max-width:60%;text-align:right}.modal-footer{border-top:1px solid #e5e7eb;gap:.5rem;padding:1rem}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-row{grid-template-columns:1fr}}@media (max-width:768px){.lead-scoring-container{padding:.5rem}.page-header{align-items:stretch;flex-direction:column;gap:1rem}.header-actions{justify-content:flex-end}.stats-grid{grid-template-columns:1fr}.filters-header{align-items:stretch;flex-direction:column;gap:1rem}.filters-left{justify-content:space-between}.filters-actions{justify-content:flex-end}.leads-table{font-size:.75rem}.leads-table td,.leads-table th{padding:.5rem .25rem}.score-badge{padding:.25rem}.score-number{font-size:.875rem}.score-label{font-size:.625rem}.action-buttons{flex-direction:column;gap:.25rem}.btn-icon{height:1.75rem;width:1.75rem}}.scoring-rules-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.rules-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.rules-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:2rem}.rule-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;position:relative;transition:all .2s ease}.rule-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.rule-header{justify-content:space-between;margin-bottom:1rem}.rule-category,.rule-header{align-items:center;display:flex}.rule-category{background:#f1f5f9;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.category-label{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.rule-weight{align-items:center;background:#eff6ff;border-radius:6px;display:flex;flex-direction:column;min-width:60px;padding:.5rem .75rem}.weight-number{color:#3b82f6;font-size:1.25rem;font-weight:700}.weight-label{color:#64748b;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.rule-content{margin-bottom:1rem}.rule-name{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.rule-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.rule-status{margin-bottom:1rem}.rule-actions{display:flex;gap:.5rem;justify-content:flex-end}.modal-header{padding:1.5rem 2rem}.rule-form{padding:2rem}@media (max-width:768px){.scoring-rules-container{padding:1rem}.page-header{flex-direction:column;gap:1rem;padding:1.5rem}.rules-grid{padding:1.5rem}.form-row,.rules-grid{grid-template-columns:1fr}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-footer{flex-direction:column}.page-title{font-size:1.5rem}}@media (max-width:480px){.header-actions{flex-direction:column;width:100%}.rule-header{align-items:flex-start;flex-direction:column;gap:1rem}.rule-actions{justify-content:flex-start}}.drip-campaigns-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:10px;color:#fff;display:flex;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#6366f1}.stat-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-content{flex:1 1}.stat-number{color:#1e293b;font-weight:700;margin:0 0 .25rem}.stat-label{margin:0}.filters-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.filters-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.5rem}.filters-actions{display:flex;gap:.75rem}.btn-filter{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.btn-filter:hover{background:#e2e8f0;color:#334155}.filters-form{background:#f8fafc;padding:1.5rem}.filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.filter-input,.filter-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s ease}.filter-input:focus,.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-input{position:relative}.search-input .filter-input{padding-left:2.5rem}.campaigns-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow:hidden}.table-header{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 1.5rem}.results-count{color:#64748b;font-size:.875rem;font-weight:500}.campaigns-table{overflow-x:auto}.table-row{grid-gap:1rem;align-items:center;border-bottom:1px solid #f1f5f9;display:grid;gap:1rem;grid-template-columns:2fr 1.5fr 1fr 1fr 1.5fr 1fr;padding:1rem 1.5rem}.table-row.header{background:#f8fafc;color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table-row:last-child{border-bottom:none}.table-row:hover:not(.header){background:#f8fafc}.table-cell{align-items:center;display:flex}.lead-info{align-items:flex-start;flex-direction:column}.lead-name{color:#1e293b;margin-bottom:.25rem}.lead-email{color:#64748b;font-size:.875rem}.sequence-type{color:#1e293b;font-size:.875rem;font-weight:500}.status-badge.green{background:#dcfce7;color:#166534}.status-badge.gray{background:#f1f5f9;color:#64748b}.next-email-text,.stage-text{color:#64748b;font-size:.875rem}.btn-icon{text-decoration:none}.quick-start-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.quick-start-content{align-items:end;display:flex;gap:1rem;margin-top:1rem}.lead-selector,.sequence-selector{display:flex;flex:1 1;flex-direction:column}.selector-label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.selector-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s ease}.selector-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.empty-state{padding:3rem 1.5rem}.empty-text{font-size:1.125rem}.empty-subtext{margin:0}.modal-header{border-bottom:1px solid #f1f5f9}.modal-close{border-radius:4px;color:#64748b;font-size:1.5rem;padding:0;transition:background-color .2s ease}.modal-close:hover{background:#f1f5f9;color:#475569}.modal-body{padding:1.5rem}.campaign-details{display:flex;flex-direction:column;gap:1.5rem}.detail-section h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 1rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{flex-direction:column}.detail-item label{color:#64748b;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.detail-item span{color:#1e293b;font-size:.875rem}.modal-footer{padding:1.5rem}.loading-spinner svg{height:2rem;margin-bottom:1rem;width:2rem}@media (max-width:768px){.drip-campaigns-container{padding:1rem}.page-header{flex-direction:column;gap:1rem;padding:1.5rem}.stats-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.table-row{gap:.5rem;grid-template-columns:1fr;padding:1rem}.table-row.header{display:none}.table-cell{justify-content:space-between}.table-cell:before{color:#64748b;content:attr(data-label);font-size:.75rem;font-weight:600;text-transform:uppercase}.filter-row{grid-template-columns:1fr}.quick-start-content{align-items:stretch;flex-direction:column}.page-title,.stat-number{font-size:1.5rem}}@media (max-width:480px){.filters-actions,.header-actions{flex-direction:column;width:100%}.modal-footer{flex-direction:column}}.completed-badge{background:#10b981;border-radius:.375rem;color:#fff;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.25rem .5rem}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-top:.25rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;transition:width .3s ease}.progress-container{align-items:center;display:flex;gap:.5rem}.progress-text{color:#64748b;font-size:.875rem;min-width:40px}.next-email-info{display:flex;flex-direction:column;gap:.25rem}.next-email-subject{color:#4b5563;font-size:.75rem;font-style:italic;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.next-email-day{color:#3b82f6;font-size:.75rem;font-weight:500}.next-email-text.completed{color:#10b981;font-weight:600}.email-timeline{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.timeline-item{align-items:flex-start;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .2s ease}.timeline-item.completed{background:#f0fdf4;border-color:#10b981}.timeline-item.current{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.timeline-item.pending{background:#f9fafb;border-color:#d1d5db;opacity:.7}.timeline-marker{font-size:1.25rem;min-width:2rem;text-align:center}.timeline-content{flex:1 1}.timeline-header{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.email-stage{color:#1e293b;font-weight:600}.email-day{background:#f1f5f9;color:#475569}.email-day,.email-status{border-radius:.375rem;font-size:.75rem;padding:.125rem .5rem}.email-status{font-weight:500}.email-status.completed{background:#d1fae5;color:#065f46}.email-status.current{background:#dbeafe;color:#1d4ed8}.email-status.pending{background:#f3f4f6;color:#6b7280}.email-subject{color:#1e293b;font-weight:500;margin-bottom:.25rem}.email-template{color:#64748b;font-family:Courier New,monospace;font-size:.875rem}.large-modal{max-height:90vh;max-width:900px}.lead-details{flex-direction:column;gap:2rem}.lead-details .detail-section h4{align-items:center;border-bottom:2px solid #e2e8f0;color:#1e293b;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.lead-details .detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.lead-details .detail-item{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:8px;padding:1rem}.lead-details .detail-item label{color:#475569;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.lead-details .detail-item span{color:#1e293b;font-weight:500}.status-badge.active,.status-badge.hot{background:#d1fae5;color:#065f46}.status-badge.warm{background:#fef3c7;color:#92400e}.status-badge.cold,.status-badge.inactive{background:#f3f4f6;color:#374151}.status-badge.converted{background:#ede9fe;color:#5b21b6}.priority-high{color:#dc2626;font-weight:700}.priority-medium{color:#ea580c;font-weight:600}.priority-low{color:#16a34a;font-weight:500}.approved{color:#16a34a;font-weight:600}.not-approved{color:#dc2626;font-weight:600}.active{color:#16a34a;font-weight:600}.inactive{color:#6b7280;font-weight:500}.score-high{background:#d1fae5;color:#16a34a;font-weight:700}.score-high,.score-medium{border-radius:.375rem;padding:.25rem .5rem}.score-medium{background:#fed7aa;color:#ea580c;font-weight:600}.score-low{background:#fecaca;border-radius:.375rem;color:#dc2626;font-weight:500;padding:.25rem .5rem}.notes-content{background:#f8fafc;border-left:4px solid #8b5cf6;border-radius:8px;padding:1rem}.notes-content p{color:#1e293b;line-height:1.6;margin:0}.modal-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600}@media (max-width:768px){.large-modal{margin:1rem;max-width:95vw}.lead-details .detail-grid{grid-template-columns:1fr}.lead-details .detail-item{padding:.75rem}}.campaign-templates-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.page-header{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.back-link{color:#64748b}.back-link:hover,.title-icon{color:#3b82f6}.title-icon{height:2rem;margin-right:.75rem;width:2rem}.btn-primary{background:#3b82f6;transition:background-color .2s ease}.btn-primary:hover{background:#2563eb}.btn-secondary.small{font-size:.875rem}.templates-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.section-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:1.5rem 2rem}.section-title{font-size:1.5rem;margin:0 0 .5rem}.section-subtitle{color:#64748b;font-size:.875rem;margin:0}.templates-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));padding:2rem}.template-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;position:relative;transition:all .2s ease}.template-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.template-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.template-type{align-items:center;background:#f1f5f9;border-radius:6px;color:#475569;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.type-label{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.template-status{margin-bottom:1rem}.status-badge{border-radius:6px;font-weight:600;letter-spacing:.05em;padding:.375rem .75rem}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#f1f5f9;color:#64748b}.template-content{margin-bottom:1rem}.template-name{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.template-description{color:#64748b;display:block;font-size:.875rem;font-style:italic;line-height:1.5;margin:0 0 1rem;padding:.25rem 0}.template-stats{display:flex;gap:1rem}.stat-item{font-size:.875rem;gap:.5rem}.template-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-icon:hover{color:#475569}.btn-icon.danger:hover{background:#fee2e2;color:#dc2626}.empty-icon{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;justify-content:center;margin-bottom:1.5rem}.empty-text{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.empty-subtext{color:#64748b;font-size:.875rem;margin:0 0 1.5rem;max-width:400px}.modal-content.large{max-width:800px}.modal-header{padding:1.5rem 2rem 1rem}.modal-title{margin:0}.template-form{padding:2rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{min-height:80px;resize:vertical}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.form-checkbox{accent-color:#3b82f6;height:1rem;width:1rem}.emails-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.emails-list{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.email-item{border-bottom:1px solid #e2e8f0;padding:1.5rem}.email-item:last-child{border-bottom:none}.email-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.email-header h4{color:#1e293b;color:#3b82f6;font-size:1rem;font-size:.875rem;font-weight:600;margin:0}.email-fields{space-y:1rem}.email-fields .form-row{margin-bottom:1rem}.email-fields .form-group{margin-bottom:.75rem}.modal-footer{border-top:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}.loading-spinner{color:#64748b}.loading-spinner .animate-spin{animation:spin 1s linear infinite;margin-bottom:1rem}.template-sequence-builder{background:#f8fafc;border-radius:12px;box-shadow:0 2px 8px #3b82f612;margin-bottom:2rem;padding:1.5rem}.sequence-item{align-items:flex-start;background:#fff;border-radius:10px;box-shadow:0 1px 4px #3b82f614;display:flex;gap:1.5rem;margin-bottom:1.25rem;padding:1.25rem 1rem;position:relative;transition:box-shadow .2s}.sequence-item:hover{box-shadow:0 4px 16px #3b82f621}.sequence-number{align-items:center;background:#3b82f6;border-radius:50%;box-shadow:0 2px 6px #3b82f61f;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:2.2rem;justify-content:center;margin-right:1rem;min-width:2.2rem}.sequence-controls{display:flex;flex:1 1;gap:1.5rem}.sequence-delay,.sequence-template{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.sequence-label{color:#64748b;font-size:.85rem;font-weight:500;margin-bottom:.15rem}.sequence-actions{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-left:1rem}.add-template-btn{background:#e0e7ff;border:none;border-radius:8px;box-shadow:0 1px 4px #3b82f612;color:#3730a3;font-size:1rem;font-weight:600;margin-top:1rem;transition:background .2s}.add-template-btn:hover{background:#c7d2fe;color:#1e3a8a}.modal-content.extra-large{background:linear-gradient(120deg,#f8fafc 60%,#e0e7ff);box-shadow:0 8px 32px #3b82f621;max-width:900px}.modal-header{border-bottom:1.5px solid #e0e7ff;padding-bottom:1rem}.modal-title{color:#3730a3;font-size:1.5rem;font-weight:700}.modal-footer{gap:1.5rem;padding-bottom:1rem}.form-help{color:#64748b;display:block;font-size:.8rem;margin-top:.25rem}@media (max-width:900px){.modal-content.extra-large{max-width:100vw;min-width:0}.template-sequence-builder{padding:1rem}.sequence-item{flex-direction:column;gap:1rem;padding:1rem .5rem}.sequence-actions{flex-direction:row;margin-left:0;margin-top:1rem}}@media (max-width:768px){.campaign-templates-container{padding:1rem}.page-header{flex-direction:column;gap:1rem;padding:1.5rem}.templates-grid{padding:1.5rem}.form-row,.templates-grid{grid-template-columns:1fr}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-footer{flex-direction:column}.page-title{font-size:1.5rem}.emails-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:600px){.modal-content.extra-large,.template-sequence-builder{padding:.5rem}}@media (max-width:480px){.header-actions{flex-direction:column;width:100%}.template-header{align-items:flex-start;flex-direction:column;gap:1rem}.template-actions{justify-content:flex-start}.template-stats{flex-direction:column;gap:.5rem}}.campaign-template-item{background:#e0e7ff;border-radius:8px;margin-bottom:1rem;padding:1rem}.property-alerts-container{background-color:#f8fafc;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.property-alerts-header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.back-link{color:#6b7280;display:inline-flex;font-size:.875rem}.back-link:hover{color:#6366f1}.page-title{color:#1f2937}.title-icon{color:#6366f1;height:1.75rem;width:1.75rem}.page-subtitle{color:#6b7280;font-size:1rem}.btn-primary{background-color:#6366f1;border-radius:.5rem;display:inline-flex;font-weight:500}.btn-primary:hover{background-color:#4f46e5;transform:translateY(-1px)}.btn-secondary{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;display:inline-flex}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-icon{background:none;border:none;border-radius:.375rem;color:#6b7280;padding:.5rem}.btn-icon:hover{background-color:#f3f4f6}.search-box{min-width:300px}.search-icon{height:1.25rem;left:1rem;width:1.25rem}.search-input{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem .75rem 2.75rem;transition:border-color .2s ease}.search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-select{border:1px solid #d1d5db;border-radius:.5rem;transition:border-color .2s ease}.filter-select:focus{border-color:#6366f1}.alerts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.alert-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.alert-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.alert-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.alert-title{flex:1 1}.alert-title h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.status-badge{border-radius:1rem}.alert-actions{display:flex;gap:.5rem}.alert-content{margin-top:1rem}.alert-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.alert-criteria{margin-bottom:1rem}.alert-criteria h4{color:#374151;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.criteria-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.criteria-item{align-items:center;display:flex;gap:8px;padding:4px 0}.criteria-location-info{display:flex;flex-direction:column;gap:2px}.criteria-coordinates{background:#ecfdf5;border-radius:3px;color:#059669;display:inline-block;font-family:monospace;font-size:.75rem;padding:1px 4px}.alert-stats{border-top:1px solid #e5e7eb;display:flex;gap:1rem;padding-top:1rem}.stat-item{color:#6b7280}.empty-state{border:2px dashed #d1d5db;border-radius:.75rem}.empty-icon{height:3rem;width:3rem}.empty-state h3{color:#374151}.empty-state p{color:#6b7280;margin:0 auto 2rem;max-width:400px}.loading-spinner{color:#6b7280;padding:4rem 2rem}.modal-overlay{background-color:#00000080}.modal-content{background-color:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{color:#1f2937}.modal-close{background:none;border-radius:.375rem;color:#6b7280;display:inline-flex;padding:.5rem}.modal-close:hover{background-color:#f3f4f6;color:#374151}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#219653;box-shadow:0 0 0 3px #2196531a}.form-group textarea{min-height:80px}.modal-actions{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.property-alerts-container{padding:1rem}.property-alerts-header{flex-direction:column;gap:1rem}.header-actions{justify-content:flex-start;width:100%}.btn-primary{justify-content:center;width:100%}.filters-section{align-items:stretch;flex-direction:column}.search-box{min-width:auto}.alerts-grid,.criteria-grid{grid-template-columns:1fr}.alert-stats{flex-direction:column;gap:.5rem}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-actions .btn-primary,.modal-actions .btn-secondary{justify-content:center;width:100%}}@media (max-width:480px){.page-title{font-size:1.5rem}.alert-card{padding:1rem}.alert-header{flex-direction:column;gap:1rem}.alert-actions{align-self:flex-end}}.stat-item.clickable{cursor:pointer;transition:all .2s ease}.stat-item.clickable:hover{background-color:var(--primary-color-light);border-radius:6px;color:var(--primary-color);margin:-4px -8px;padding:4px 8px}.large-modal{max-height:80vh;max-width:800px;overflow-y:auto}.modal-body{padding:20px}.leads-list{width:100%}.leads-header{border-bottom:1px solid var(--border-color);color:var(--text-color);font-weight:600;margin-bottom:20px;padding-bottom:10px}.leads-grid{grid-gap:16px;display:grid;gap:16px;max-height:400px;overflow-y:auto}.lead-card{align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:8px;display:flex;justify-content:space-between;padding:16px;transition:all .2s ease}.lead-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #0000001a}.lead-info h4{color:var(--text-color);font-size:16px;font-weight:600;margin:0 0 4px}.lead-email,.lead-phone{color:var(--text-muted);font-size:14px;margin:2px 0}.lead-details{display:flex;gap:12px;margin-top:8px}.lead-status{background-color:var(--success-color-light);border-radius:12px;color:var(--success-color);padding:2px 8px}.lead-score,.lead-status{font-size:12px;font-weight:500}.lead-score{color:var(--text-muted)}.lead-actions{display:flex;gap:8px}.btn-sm{font-size:12px;padding:6px 12px}.loading-spinner{color:var(--text-muted);padding:40px}.loading-spinner svg{margin-bottom:12px}.empty-state{color:var(--text-muted);padding:40px}.empty-state .empty-icon{height:48px;margin:0 auto 16px;opacity:.5;width:48px}.empty-state h3{font-size:18px;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}.property-alerts-dropdown-container{position:relative;width:100%}.property-alerts-dropdown-trigger{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;display:flex;justify-content:space-between;min-height:42px;padding:.75rem;transition:border-color .2s ease}.property-alerts-dropdown-trigger:hover{border-color:#9ca3af}.property-alerts-dropdown-trigger:focus{border-color:#219653;box-shadow:0 0 0 3px #2196531a;outline:none}.property-alerts-selected-items{color:#374151;flex:1 1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-alerts-dropdown-arrow{color:#6b7280;font-size:.75rem;margin-left:.5rem;transition:transform .2s ease}.property-alerts-dropdown-content{background-color:#fff;border:1px solid #d1d5db;border-radius:0 0 .5rem .5rem;border-top:none;box-shadow:0 4px 6px -1px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.property-alerts-dropdown-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem;transition:background-color .2s ease}.property-alerts-dropdown-item:last-child{border-bottom:none}.property-alerts-dropdown-item:hover{background-color:#f3f4f6}.property-alerts-dropdown-item input[type=checkbox]{cursor:pointer;margin:0}.property-alerts-dropdown-item span{color:#374151;flex:1 1}.property-alerts-location-search-container{position:relative;width:100%}.property-alerts-search-input-wrapper{align-items:center;display:flex;position:relative}.property-alerts-search-icon{color:#6b7280;left:12px;position:absolute;z-index:1}.property-alerts-location-search{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:.9rem;padding:12px 12px 12px 40px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.property-alerts-location-search:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.property-alerts-search-loading{color:#6b7280;font-size:.8rem;font-style:italic;position:absolute;right:12px}.property-alerts-suggestions-dropdown{background:#fff;border:2px solid #d1d5db;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.property-alerts-suggestion-item{align-items:center;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease}.property-alerts-suggestion-item:last-child{border-bottom:none}.property-alerts-suggestion-item:hover{background-color:#f0fdf4}.property-alerts-suggestion-icon{color:#10b981;flex-shrink:0;margin-right:12px}.property-alerts-suggestion-content{flex:1 1}.property-alerts-suggestion-main{align-items:center;display:flex;gap:8px;margin-bottom:2px}.property-alerts-suggestion-city{color:#111827;font-weight:600}.property-alerts-suggestion-state{color:#6b7280;font-weight:500}.property-alerts-suggestion-zip{background:#f3f4f6;border-radius:4px;color:#9ca3af;font-size:.9rem;padding:2px 6px}.property-alerts-suggestion-county{color:#9ca3af;font-size:.85rem;font-style:italic}.property-alerts-no-suggestions{color:#9ca3af;font-style:italic;padding:16px;text-align:center}.property-alerts-selected-location{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;display:flex;gap:8px;margin-top:8px;padding:8px 12px}.property-alerts-location-icon{color:#10b981;flex-shrink:0}.property-alerts-location-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.property-alerts-coordinates{background:#ecfdf5;border-radius:4px;color:#059669;display:inline-block;font-family:monospace;font-size:.8rem;padding:2px 6px}.property-alerts-remove-location{background:none;border:none;border-radius:4px;color:#dc2626;cursor:pointer;margin-left:auto;padding:2px;transition:background-color .2s ease}.property-alerts-remove-location:hover{background-color:#fef2f2}@media (max-width:768px){.property-alerts-suggestions-dropdown{max-height:200px}.property-alerts-suggestion-item{padding:10px 12px}.property-alerts-selected-location,.property-alerts-suggestion-main{align-items:flex-start;flex-direction:column;gap:4px}.property-alerts-remove-location{align-self:flex-end}}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;overflow-x:auto}.data-table{border-collapse:collapse;font-size:.875rem;width:100%}.data-table th{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;padding:.75rem;text-align:left;white-space:nowrap}.data-table td{border-bottom:1px solid #f3f4f6;padding:.75rem;vertical-align:top}.data-table tr:hover{background-color:#f9fafb}.property-address .address-line{color:#1f2937;font-weight:500}.property-address .city-line{color:#6b7280;font-size:.8rem}.price-cell{color:#059669;font-weight:600}.lead-name{color:#1f2937;font-weight:500}.email-link{color:#3b82f6;text-decoration:none}.email-link:hover{text-decoration:underline}.phone-link{color:#6b7280;text-decoration:none}.phone-link:hover{color:#1f2937}.status-badge{border-radius:.375rem;display:inline-block;padding:.25rem .5rem;text-transform:capitalize}.status-active{background-color:#d1fae5;color:#065f46}.status-inactive{background-color:#fee2e2;color:#991b1b}.status-pending{background-color:#fef3c7;color:#92400e}.status-new{background-color:#dbeafe;color:#1e40af}.status-unknown{background-color:#f3f4f6;color:#6b7280}.score-badge,.score-cell{text-align:center}.score-badge{border-radius:.375rem;display:inline-block;font-size:.75rem;font-weight:600;min-width:2rem;padding:.25rem .5rem}.score-high{background-color:#d1fae5;color:#065f46}.score-medium{background-color:#fef3c7;color:#92400e}.score-low{background-color:#fee2e2;color:#991b1b}.qualified-badge{border-radius:.375rem;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.qualified-yes{background-color:#d1fae5;color:#065f46}.qualified-no{background-color:#f3f4f6;color:#6b7280}.action-buttons{gap:.5rem}.btn-sm{border:none;border-radius:.375rem;cursor:pointer;font-size:.75rem;padding:.375rem .75rem;transition:all .2s ease}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb;color:#1f2937}@media (max-width:768px){.table-container{font-size:.8rem}.data-table td,.data-table th{padding:.5rem}.property-address .address-line,.property-address .city-line{font-size:.75rem}.action-buttons{flex-direction:column;gap:.25rem}.btn-sm{font-size:.7rem;padding:.25rem .5rem}}.pagination-controls{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem 0}.pagination-navigation{align-items:center;display:flex;gap:.5rem;justify-content:center}.pagination-nav{font-size:.875rem;min-width:80px;padding:.5rem 1rem}.pagination-numbers{align-items:center;display:flex;gap:.25rem;margin:0 1rem}.pagination-number{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.pagination-number:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.pagination-number.active{background-color:#6366f1;border-color:#6366f1;color:#fff}.pagination-number:disabled{cursor:not-allowed;opacity:.5}.pagination-ellipsis{align-items:center;color:#6b7280;display:flex;font-size:.875rem;height:36px;justify-content:center;width:36px}.pagination-info{color:#6b7280;font-size:.875rem;text-align:center}.properties-total{color:#6b7280;font-size:.875rem;margin-left:.5rem}.follow-up-tasks-container{background-color:#f8fafc;margin:0 auto;max-width:1200px;min-height:calc(100vh - 70px);padding:2rem}.follow-up-tasks-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.follow-up-tasks-title{color:#6366f1;font-size:2rem;font-weight:700;margin:0}.follow-up-tasks-subtitle{color:#64748b;font-size:1.1rem;margin-top:.5rem}.follow-up-tasks-actions{align-items:center;display:flex;gap:1rem}.follow-up-tasks-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.follow-up-tasks-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem}.follow-up-tasks-section h3{align-items:center;color:#6366f1;display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.follow-up-tasks-list{display:flex;flex-direction:column;gap:1rem}.follow-up-task-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1.5rem;transition:all .2s ease}.follow-up-task-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a;transform:translateY(-2px)}.follow-up-task-item.completed{background:#f0f9ff;border-color:#0ea5e9}.follow-up-task-item.overdue{background:#fef2f2;border-color:#ef4444}.follow-up-task-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.follow-up-task-title{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.follow-up-task-priority{border-radius:20px;font-size:.875rem;font-weight:500;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.follow-up-task-priority.high{background:#fef2f2;color:#dc2626}.follow-up-task-priority.medium{background:#fffbeb;color:#d97706}.follow-up-task-priority.low{background:#f0f9ff;color:#0ea5e9}.follow-up-task-details{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.follow-up-task-meta{align-items:center;color:#64748b;display:flex;font-size:.875rem;justify-content:space-between}.follow-up-task-due-date{align-items:center;display:flex;gap:.5rem}.follow-up-task-actions{display:flex;gap:.5rem}.follow-up-task-action-btn{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.follow-up-task-action-btn.primary{background:#6366f1;color:#fff}.follow-up-task-action-btn.primary:hover{background:#4f46e5;transform:translateY(-1px)}.follow-up-task-action-btn.secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.follow-up-task-action-btn.secondary:hover{background:#e2e8f0;color:#374151}.follow-up-tasks-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.follow-up-tasks-filter{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.follow-up-tasks-filter:hover{border-color:#6366f1;color:#6366f1}.follow-up-tasks-filter.active{background:#6366f1;border-color:#6366f1;color:#fff}.follow-up-tasks-empty{color:#64748b;padding:3rem 2rem;text-align:center}.follow-up-tasks-empty h3{color:#6366f1;margin-bottom:1rem}.follow-up-tasks-empty p{font-size:1.1rem;margin-bottom:2rem}.follow-up-tasks-empty-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.follow-up-tasks-empty-btn:hover{background:#4f46e5;transform:translateY(-2px)}.follow-up-tasks-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.follow-up-tasks-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;text-align:center}.follow-up-tasks-stat-value{color:#6366f1;font-size:2rem;font-weight:700;margin-bottom:.5rem}.follow-up-tasks-stat-label{color:#64748b;font-weight:500}.follow-up-tasks-stat.pending .follow-up-tasks-stat-value{color:#f59e0b}.follow-up-tasks-stat.completed .follow-up-tasks-stat-value{color:#10b981}.follow-up-tasks-stat.overdue .follow-up-tasks-stat-value{color:#ef4444}@media (max-width:768px){.follow-up-tasks-container{padding:1rem}.follow-up-tasks-header{align-items:flex-start;flex-direction:column;gap:1rem}.follow-up-tasks-content{gap:1.5rem;grid-template-columns:1fr}.follow-up-tasks-filters{flex-direction:column}.follow-up-tasks-stats{grid-template-columns:repeat(2,1fr)}}.lead-capture-forms-container{background-color:#f8fafc;margin:0 auto;max-width:1200px;min-height:calc(100vh - 70px);padding:2rem}.lead-capture-forms-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header-content{flex:1 1}.back-link{align-items:center;color:#2b7a78;display:flex;font-weight:500;gap:.5rem;margin-bottom:1rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#21706a}.page-title{align-items:center;color:#1e293b;display:flex;font-size:2rem;font-weight:700;gap:.75rem;margin:0 0 .5rem}.title-icon{color:#2b7a78}.page-subtitle{color:#64748b;font-size:1.1rem;margin:0}.btn-primary,.header-actions{align-items:center}.btn-primary{background:linear-gradient(45deg,#2b7a78,#3aa89c);border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-primary:hover{box-shadow:0 10px 25px #2b7a784d}.btn-secondary{align-items:center;background:#f1f5f9;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:#e2e8f0;color:#374151}.btn-secondary.small{font-size:.75rem;padding:.5rem 1rem}.btn-icon{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.btn-icon:hover{background:#e2e8f0;color:#374151;transform:translateY(-1px)}.filters-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-box{flex:1 1;max-width:400px;position:relative}.search-icon{color:#9ca3af;height:1rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%);width:1rem}.search-input{background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .2s ease;width:100%}.search-input:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.filter-controls{display:flex;gap:1rem}.filter-select{background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.filter-select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a}.forms-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;transition:all .2s ease}.form-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.form-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.form-title h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.status-badge.text-green-600.bg-green-100{background-color:#e6fffa!important;color:#0f766e!important}.status-badge.text-gray-600.bg-gray-100{background-color:#f1f5f9!important;color:#64748b!important}.status-badge.text-yellow-600.bg-yellow-100{background-color:#fffbeb!important;color:#d97706!important}.form-actions{display:flex;gap:.5rem}.form-content{margin-top:1rem}.form-description{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.form-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-stats{border-top:1px solid #f1f5f9;display:flex;gap:1rem;padding-top:1rem}.stat-item{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.25rem}.empty-state{border:2px dashed #e2e8f0;padding:3rem 2rem}.empty-icon{color:#9ca3af;height:4rem;margin:0 auto 1rem;width:4rem}.empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:3rem}.loading-spinner .animate-spin{border-color:#2b7a78}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;max-height:90vh;max-width:90vw}.large-modal{max-width:90vw;min-width:600px;width:800px}.modal-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.modal-header h2{color:#1e293b;font-size:1.25rem}.modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:6px;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.modal-close:hover{background:#e2e8f0}.modal-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{font-size:.875rem}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:.875rem;padding:.75rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.field-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.fields-container{background:#f8fafc;overflow-x:auto}.field-item,.fields-container{border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.field-item{background:#fff;margin-bottom:1rem}.field-row{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:2fr 2fr 1fr auto;min-width:0}.field-input{display:flex;flex-direction:column;gap:.25rem;min-width:0;overflow:hidden}.field-input label{color:#64748b;font-size:.75rem;font-weight:500;margin:0}.field-input input,.field-input select{border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-size:.875rem;min-width:0;padding:.5rem;width:100%}.field-checkbox{align-items:center;display:flex;gap:.5rem}.field-checkbox input{width:auto}.modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}@media (max-width:768px){.lead-capture-forms-container{padding:1rem}.lead-capture-forms-header{align-items:stretch;flex-direction:column;gap:1rem}.header-actions{justify-content:flex-start}.filters-section{align-items:stretch;flex-direction:column}.search-box{max-width:none}.field-row,.form-row,.forms-grid{grid-template-columns:1fr}.field-row{gap:.5rem}.modal-content{margin:1rem;width:95vw}}@media (max-width:480px){.page-title{font-size:1.5rem}.form-card{padding:1rem}.form-header{flex-direction:column;gap:1rem}.form-actions{justify-content:flex-start}}.agent-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #10b9811a;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;position:sticky;right:0;top:0;z-index:1000}.agent-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.agent-header-brand{cursor:pointer;flex-shrink:0}.agent-header-logo{align-items:center;color:var(--template-primary);display:flex;gap:.5rem;text-decoration:none;transition:transform .3s ease}.agent-header-logo:hover{transform:translateY(-1px)}.agent-header-logo i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));-webkit-background-clip:text;background-clip:text;color:var(--template-primary);font-size:1.5rem}.agent-logo-text{display:none;font-size:1.25rem}.agent-logo-text,.agent-logo-text-small{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--template-primary),var(--template-primary));-webkit-background-clip:text;background-clip:text;font-weight:700}.agent-logo-text-small{display:block;font-size:1.1rem}.agent-header-user{flex-shrink:0;position:relative}.agent-header-user-trigger{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;gap:.75rem;padding:.5rem;transition:all .2s ease}.agent-header-user-trigger:hover{background-color:#0000000d}.agent-header-user-avatar{flex-shrink:0}.agent-header-user-avatar-image{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:38px;object-fit:cover;width:38px}.agent-header-user-avatar-placeholder{align-items:center;background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:.875rem;font-weight:600;height:38px;justify-content:center;width:38px}.agent-header-user-info{display:none}.agent-header-user-name{color:#111827;font-size:.875rem;font-weight:600;margin:0}.agent-header-user-role{color:#6b7280;display:block;font-size:.75rem}.agent-header-dropdown-icon{color:#6b7280;transition:transform .2s ease}.agent-dropdown-open{transform:rotate(180deg)}.agent-header-dropdown{animation:fadeInDown .2s ease-out;background:#fff;border:1px solid #0000001a;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin-top:.5rem;overflow:hidden;position:absolute;right:0;top:100%;width:300px;z-index:1001}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.agent-header-dropdown-header{align-items:center;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:1.5rem}.agent-header-dropdown-avatar{flex-shrink:0}.agent-header-dropdown-avatar-image{border:2px solid #fff;border-radius:50%;box-shadow:0 4px 6px #0000001a;height:60px;object-fit:cover;width:60px}.agent-header-dropdown-avatar-placeholder{align-items:center;background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;font-size:1.25rem;font-weight:600;height:60px;justify-content:center;width:60px}.agent-header-dropdown-info{flex:1 1}.agent-header-dropdown-info h4{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.agent-header-dropdown-info span{color:#4b5563;display:block;font-size:.875rem}.agent-header-dropdown-details{padding:1rem 1.5rem}.agent-header-detail-item{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.agent-detail-icon{color:var(--template-primary);flex-shrink:0;margin-top:.25rem}.agent-header-detail-item div{display:flex;flex-direction:column}.agent-detail-label{color:#6b7280;font-size:.75rem;font-weight:500}.agent-detail-value{color:#111827;font-size:.875rem;font-weight:500}.agent-header-dropdown-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.agent-header-dropdown-contact{align-items:center;background:var(--template-primary);border-radius:.375rem;box-shadow:0 2px 4px #10b98133;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;text-decoration:none;transition:background .2s ease}.agent-header-dropdown-contact:hover{background:var(--template-secondary)}.agent-header-phone{background:#4b5563}.agent-header-phone:hover{background:#374151}@media (min-width:640px){.agent-logo-text{display:block}.agent-logo-text-small{display:none}.agent-header-user-info{display:block}}@media (max-width:639px){.agent-header{padding:.5rem 0}.agent-header-dropdown{right:-.5rem;width:280px}.agent-header-dropdown-avatar-image,.agent-header-dropdown-avatar-placeholder{height:50px;width:50px}.agent-header-dropdown-header{padding:1rem}.agent-header-dropdown-details,.agent-header-dropdown-footer{padding:.75rem 1rem}}@media (max-width:480px){.agent-header-content{flex-direction:row}.agent-header-brand{flex:1 1}.agent-header-user{display:flex;justify-content:flex-end}.agent-header-user-trigger{justify-content:center;padding:.5rem}.agent-header-dropdown{right:0;width:280px}.agent-header-dropdown-header{padding:1rem}.agent-header-dropdown-info h4{font-size:1rem}.agent-header-dropdown-info span{font-size:.75rem}.agent-header-dropdown-details{padding:.75rem 1rem}.agent-header-detail-item{margin-bottom:.75rem}.agent-header-dropdown-footer{padding:.75rem 1rem}.agent-header-dropdown-contact{font-size:.75rem;padding:.375rem .625rem}}.searchproperties-container{margin:0 auto;max-width:600px}.searchproperties-container,.searchproperties-form{position:relative;width:100%}.searchproperties-input-wrapper{display:flex;gap:12px;width:100%}.searchproperties-input-container{align-items:center;background:#fff;border:2px solid #e5e5e5;border-radius:12px;display:flex;flex:1 1;overflow:hidden;position:relative;transition:all .3s ease}.searchproperties-input-container:focus-within{border-color:var(--template-primary);box-shadow:0 0 0 3px #10b9811a}.searchproperties-search-icon{align-items:center;color:#6b7280;display:flex;font-size:18px;padding:0 16px}.searchproperties-input{background:#0000;border:none;color:#374151;flex:1 1;font-size:16px;outline:none;padding:16px 0}.searchproperties-input::placeholder{color:#9ca3af}.searchproperties-loading-spinner{align-items:center;display:flex;padding:0 16px}.searchproperties-spinner{animation:searchproperties-spin 1s linear infinite;border:2px solid #e5e5e5;border-radius:50%;border-top:2px solid var(--template-primary);height:20px;width:20px}@keyframes searchproperties-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.searchproperties-search-btn{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 24px;transition:all .3s ease;white-space:nowrap}.searchproperties-search-btn:hover{background:linear-gradient(135deg,var(--template-secondary),var(--template-secondary));box-shadow:0 8px 25px #10b98140;transform:translateY(-2px)}.searchproperties-search-btn:active{transform:translateY(0)}.searchproperties-dropdown{animation:searchproperties-fadeIn .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d,0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;left:0;margin-top:8px;max-height:300px;min-width:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:9999}@keyframes searchproperties-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.searchproperties-suggestions{list-style:none;margin:0;padding:8px}.searchproperties-suggestion{border-radius:8px;cursor:pointer;padding:12px;transition:all .2s ease}.searchproperties-suggestion:hover{background:#f0fdfa;transform:translateX(4px)}.searchproperties-suggestion-content{align-items:center;display:flex;gap:12px}.searchproperties-location-icon{color:var(--template-primary);flex-shrink:0;font-size:16px}.searchproperties-suggestion-text{flex:1 1}.searchproperties-suggestion-main{color:#333;font-weight:500;margin-bottom:2px}.searchproperties-suggestion-details{display:flex;flex-wrap:wrap;font-size:.85em;gap:10px}.searchproperties-suggestion-sub{color:#666;font-size:.85em;margin-right:8px}.searchproperties-suggestion-address{color:#777;font-size:.8em;font-style:italic;margin-top:2px}.searchproperties-no-results{align-items:center;color:#6b7280;display:flex;gap:8px;justify-content:center;padding:20px;text-align:center}.searchproperties-no-results-icon{font-size:18px;opacity:.7}@media (max-width:768px){.searchproperties-input-wrapper{flex-direction:column;gap:12px}.searchproperties-search-btn{font-size:15px;padding:14px 20px}.searchproperties-input{font-size:15px;padding:14px 0}.searchproperties-search-icon{font-size:16px;padding:0 14px}}@media (max-width:480px){.searchproperties-input{font-size:14px;padding:12px 0}.searchproperties-search-btn{font-size:14px;padding:12px 18px}}.property-carousel{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.agentwebsite-hero-background .property-carousel{background:#0000;border:none;padding:0}.property-carousel-container{height:100%;margin:0 auto;position:relative;width:100%}.property-carousel-track{align-items:center;animation:scroll-right-to-left 80s linear infinite;display:flex;height:100%;width:2400vw}@keyframes scroll-right-to-left{0%{transform:translateX(0)}to{transform:translateX(-1200vw)}}.property-carousel-item{border-radius:0;flex-shrink:0;height:100vh;margin-right:0;overflow:hidden;position:relative;transform:translateZ(0);width:100vw}.agentwebsite-hero-background .property-carousel-item{pointer-events:none}.agentwebsite-hero-background .property-carousel-item:hover,.property-carousel-item:hover{animation-play-state:running;transform:none}.property-carousel-image-container{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:0;height:100%;overflow:hidden;position:relative;width:100%}.property-carousel-image{border-radius:0;height:100%;object-fit:cover;scale:1.1;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.property-carousel-item:hover .property-carousel-image{transform:none}.property-carousel-overlay{background:linear-gradient(180deg,#0000,#0006 50%,#000000d9);border-radius:0 0 20px 20px;bottom:0;color:#fff;left:0;padding:1.5rem 1rem 1rem;position:absolute;right:0;transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1)}.property-carousel-item:hover .property-carousel-overlay{transform:translateY(0)}.property-carousel-content h4{font-size:1.1rem;font-weight:600;line-height:1.2;margin-bottom:.25rem;text-shadow:0 2px 8px #0009}.property-carousel-content p{font-size:.9rem;margin-bottom:.5rem;opacity:.95;text-shadow:0 1px 4px #0009;text-transform:capitalize}.property-carousel-price{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10b981e6;border-radius:12px;color:#2b7a78;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem;text-shadow:none}.agentwebsite-hero-background .property-carousel-overlay{background:linear-gradient(180deg,#0000,#0000004d 50%,#000000b3);opacity:.9}.agentwebsite-hero-background .property-carousel-item:hover .property-carousel-overlay{transform:translateY(100%)}.property-carousel:hover .property-carousel-track{animation-play-state:paused}.agentwebsite-hero-background .property-carousel-right-fade,.agentwebsite-hero-background .property-carousel:after{display:none}.property-carousel:after{background:linear-gradient(90deg,#f9fafb,#f9fafb00);left:0}.property-carousel-right-fade,.property-carousel:after{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:100px;z-index:3}.property-carousel-right-fade{background:linear-gradient(270deg,#f9fafb,#f9fafb00);right:0}@media (max-width:768px){.property-carousel{padding:1.5rem 0}.property-carousel-container{height:250px}.property-carousel-item{height:200px;margin-right:15px;width:250px}.property-carousel-track{animation:scroll-right-to-left-mobile 50s linear infinite;width:6360px}@keyframes scroll-right-to-left-mobile{0%{transform:translateX(0)}to{transform:translateX(-3180px)}}.property-carousel-overlay{padding:1rem .75rem .75rem}.property-carousel-content h4{font-size:1rem}.property-carousel-content p{font-size:.85rem}}@media (max-width:480px){.property-carousel{padding:1rem 0}.property-carousel-container{height:200px}.property-carousel-item{border-radius:12px;height:160px;margin-right:10px;width:200px}.property-carousel-track{animation:scroll-right-to-left-small 40s linear infinite;width:5040px}@keyframes scroll-right-to-left-small{0%{transform:translateX(0)}to{transform:translateX(-2520px)}}.property-carousel-overlay{padding:.75rem .5rem .5rem}.property-carousel-content h4{font-size:.95rem}.property-carousel-content p{font-size:.8rem}}.showallproperties-container{animation:fadeInUp .6s ease-out;margin:0 auto;max-width:1200px;padding:2rem 1rem}@keyframes slideInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.showallproperties-header{animation:fadeInUp .8s ease-out .2s both;margin-bottom:3rem;text-align:center}.showallproperties-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--template-primary) 0,var(--template-primary) 100%);-webkit-background-clip:text;background-clip:text;color:var(--template-primary);font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.showallproperties-count{color:#6b7280;font-size:1.1rem;font-weight:500;margin:0}.showallproperties-filters{animation:slideInScale .8s ease-out .3s both;background:linear-gradient(135deg,#fff,#f8fffe);border:1px solid #10b9811a;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:3rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease-in-out}.showallproperties-filters.has-active-filters{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 3px #10b9811a}.showallproperties-filter-header{border-bottom:1px solid #10b98133;margin-bottom:1.5rem;padding-bottom:1rem}.showallproperties-active-filters-count{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));box-shadow:0 4px 6px -1px #10b9814d}.showallproperties-filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem}.showallproperties-filter-group{border-radius:8px;flex:1 1;margin-bottom:.5rem;min-width:140px;padding:.75rem;transition:all .2s ease-in-out}.showallproperties-filter-group.active{background-color:#10b98114;border-left:3px solid var(--template-primary)}.showallproperties-filter-group label{color:var(--template-primary);display:block;font-size:.95rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.showallproperties-price-inputs{align-items:center;display:flex;gap:.75rem}.showallproperties-price-inputs span{color:var(--template-primary);font-size:.9rem;font-weight:600}.showallproperties-filter-input,.showallproperties-filter-select{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;font-weight:500;padding:.875rem 1rem;transition:all .3s ease;width:100%}.showallproperties-filter-input:focus,.showallproperties-filter-select:focus{border-color:var(--template-primary);box-shadow:0 0 0 4px #10b98126;outline:none;transform:translateY(-1px)}.showallproperties-filter-actions{align-items:flex-end;display:flex;flex-shrink:0;gap:.75rem}.showallproperties-apply-btn,.showallproperties-clear-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.showallproperties-apply-btn{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));box-shadow:0 4px 6px -1px #10b9814d;color:#fff}.showallproperties-apply-btn:hover{background:linear-gradient(135deg,var(--template-secondary),var(--template-secondary));box-shadow:0 8px 12px -2px #10b98166;transform:translateY(-2px)}.showallproperties-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.showallproperties-card{animation:slideInScale .6s ease-out both;animation-delay:calc(var(--index)*.1s);background:#fff;border:1px solid #e5e7ebcc;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.showallproperties-card:hover{box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #10b9811a;transform:translateY(-8px) scale(1.02)}.showallproperties-image-container{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);height:240px;overflow:hidden;position:relative}.showallproperties-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.showallproperties-card:hover .showallproperties-image{transform:scale(1.1)}.showallproperties-image-overlay{background:linear-gradient(180deg,#0000,#0000001a 50%,#0000004d);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.showallproperties-card:hover .showallproperties-image-overlay{opacity:1}.showallproperties-price-badge{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-radius:25px;box-shadow:0 4px 6px -1px #10b98166;color:#fff;font-size:1.1rem;font-weight:700;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;z-index:2}.showallproperties-status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:15px;color:#374151;font-size:.8rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.4rem .8rem;position:absolute;text-transform:uppercase;top:1rem;z-index:2}.showallproperties-content{padding:1.5rem}.showallproperties-details{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.showallproperties-detail{align-items:center;color:#6b7280;display:flex;font-size:.9rem;font-weight:500;gap:.4rem}.showallproperties-detail i{color:var(--template-primary);font-size:.85rem}.showallproperties-address{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:1rem}.showallproperties-address i{color:var(--template-primary);font-size:.9rem}.showallproperties-type{background:#10b9811a;border-radius:12px;color:var(--template-secondary);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;padding:.4rem .8rem;text-transform:uppercase}.showallproperties-actions{display:flex;gap:.75rem}.showallproperties-contact-btn,.showallproperties-view-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1rem;text-transform:uppercase;transition:all .3s ease}.showallproperties-view-btn{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));box-shadow:0 4px 6px -1px #10b9814d;color:#fff;cursor:pointer;display:block;text-align:center;text-decoration:none;transition:all .3s ease}.showallproperties-view-btn:hover{background:linear-gradient(135deg,var(--template-secondary),var(--template-secondary));box-shadow:0 8px 12px -2px #10b98166;color:#fff;text-decoration:none;transform:translateY(-2px)}.showallproperties-contact-btn{background:#10b9811a;border:2px solid #10b98133;color:var(--template-secondary)}.showallproperties-contact-btn:hover{background:#10b98133;border-color:#10b9814d;transform:translateY(-1px)}.showallproperties-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.showallproperties-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top:4px solid var(--template-primary);height:50px;margin-bottom:1rem;width:50px}.showallproperties-loading p{color:#6b7280;font-size:1.1rem;font-weight:500}.showallproperties-error{color:#dc2626;padding:3rem 2rem;text-align:center}.showallproperties-no-properties{padding:4rem 2rem;text-align:center}.showallproperties-no-properties-icon{color:#d1d5db;font-size:4rem;margin-bottom:1rem}.showallproperties-no-properties h3{color:#374151;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.showallproperties-no-properties p{color:#6b7280;font-size:1rem}.showallproperties-pagination{align-items:center;animation:fadeInUp .6s ease-out .8s both;display:flex;gap:1rem;justify-content:center;margin-top:3rem}.showallproperties-page-btn{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-weight:600;min-width:44px;padding:.75rem 1.25rem;transition:all .3s ease}.showallproperties-page-btn:hover:not(:disabled){border-color:var(--template-primary);color:var(--template-primary);transform:translateY(-1px)}.showallproperties-page-btn:disabled{cursor:not-allowed;opacity:.5}.showallproperties-page-btn.active{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-color:var(--template-primary);box-shadow:0 4px 6px -1px #10b9814d;color:#fff}.showallproperties-page-numbers{display:flex;gap:.5rem}.showallproperties-page-number{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-weight:600;min-width:44px;padding:.75rem 1rem;transition:all .3s ease}.showallproperties-page-number:hover:not(:disabled){border-color:var(--template-primary);color:var(--template-primary);transform:translateY(-1px)}.showallproperties-page-number:disabled{cursor:not-allowed;opacity:.5}.showallproperties-page-number.active{background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-color:var(--template-primary);box-shadow:0 4px 6px -1px #10b9814d;color:#fff}.showallproperties-empty{padding:4rem 2rem;text-align:center}.showallproperties-empty-icon{color:#d1d5db;font-size:4rem;margin-bottom:1.5rem}.showallproperties-empty h3{color:#374151;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.showallproperties-empty p{color:#6b7280;font-size:1rem}.showallproperties-filter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.showallproperties-filter-header h3{color:var(--template-primary);font-size:1.25rem;font-weight:600;margin:0}.showallproperties-active-filters-count{align-items:center;animation:pulse 2s infinite;background-color:var(--template-primary);border-radius:9999px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.showallproperties-filters.has-active-filters{background-color:#10b9810d;border:1px solid #10b9814d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.showallproperties-filter-group.active label{color:var(--template-secondary);font-weight:600}.showallproperties-filter-input.active,.showallproperties-filter-select.active{background-color:#10b9810d;border-color:var(--template-primary);box-shadow:0 0 0 2px #10b98126}.showallproperties-clear-btn i{margin-right:.5rem}.showallproperties-clear-btn{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.75rem 1.25rem;transition:all .3s ease}.showallproperties-clear-btn:hover{background-color:#fee2e2;border-color:#ef4444;color:#b91c1c}@media (max-width:768px){.showallproperties-container{padding:1rem .5rem}.showallproperties-header h2{font-size:2rem}.showallproperties-filters{border-radius:12px;margin-bottom:2rem;padding:1.5rem}.showallproperties-filter-row{flex-direction:column;gap:1.25rem}.showallproperties-filter-group{margin-bottom:0;width:100%}.showallproperties-filter-input,.showallproperties-filter-select{border-radius:8px;font-size:.9rem;padding:.75rem 1rem}.showallproperties-filter-actions{justify-content:space-between;margin-top:.5rem;width:100%}.showallproperties-apply-btn,.showallproperties-clear-btn{border-radius:8px;flex:1 1;font-size:.9rem;padding:.75rem 1rem}.showallproperties-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.showallproperties-card{border-radius:16px}.showallproperties-image-container{height:200px}.showallproperties-content{padding:1.25rem}.showallproperties-details{gap:.75rem}.showallproperties-pagination{flex-wrap:wrap;gap:.5rem}}@media (max-width:480px){.showallproperties-container{padding:1rem .25rem}.showallproperties-header h2{font-size:1.75rem}.showallproperties-filters{margin:0 .5rem 2rem;padding:1rem}.showallproperties-filter-group label{font-size:.85rem;margin-bottom:.5rem}.showallproperties-price-inputs{flex-direction:column;gap:.5rem;width:100%}.showallproperties-price-inputs input{width:100%}.showallproperties-price-inputs span{align-self:center;display:block;margin:-.25rem 0}.showallproperties-filter-actions{flex-direction:column;gap:.75rem}.showallproperties-apply-btn,.showallproperties-clear-btn{font-size:.85rem;padding:.75rem 1rem;width:100%}.showallproperties-grid{grid-template-columns:1fr}.showallproperties-actions{flex-direction:column;gap:.75rem}.showallproperties-contact-btn,.showallproperties-view-btn{padding:.75rem 1rem;width:100%}}@media (max-width:380px){.showallproperties-filters{padding:1rem .75rem}.showallproperties-filter-group{margin-bottom:.75rem}.showallproperties-filter-input,.showallproperties-filter-select{font-size:.85rem;padding:.625rem .75rem}.showallproperties-apply-btn,.showallproperties-clear-btn{font-size:.8rem;letter-spacing:.25px;padding:.625rem .75rem}.showallproperties-price-inputs{flex-direction:column;gap:.75rem}.showallproperties-price-inputs span{display:none}.showallproperties-price-inputs input::placeholder{font-size:.8rem}}@media (max-width:992px){.showallproperties-filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.showallproperties-filter-actions{display:grid;grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%}}@media (hover:none) and (pointer:coarse){.showallproperties-filter-input,.showallproperties-filter-select{font-size:16px;min-height:44px}.showallproperties-apply-btn,.showallproperties-clear-btn{min-height:44px}}.agentform-container{background:linear-gradient(135deg,#f0fdf4,#fff);margin-top:3rem;padding:4rem 0}.agentform-content{margin:0 auto;max-width:1200px;padding:0 1rem}.agentform-header{margin-bottom:3rem;text-align:center}.agentform-header h2{color:var(--template-text);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.agentform-header p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.agentform-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:350px 1fr}.agentform-agent-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem;position:sticky;text-align:center;top:2rem}.agentform-agent-avatar{margin-bottom:1.5rem}.agentform-avatar-image{object-fit:cover}.agentform-avatar-image,.agentform-avatar-placeholder{border:4px solid var(--template-primary);border-radius:50%;height:80px;width:80px}.agentform-avatar-placeholder{align-items:center;background:var(--template-primary);color:#fff;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;margin:0 auto}.agentform-agent-info h3{color:var(--template-text);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.agentform-agent-title{color:#6b7280;font-size:1rem;margin-bottom:1.5rem}.agentform-contact-info{margin-bottom:1.5rem}.agentform-contact-item{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;margin-bottom:.75rem}.agentform-contact-item i{color:var(--template-primary);text-align:center;width:16px}.agentform-contact-item a{color:inherit;text-decoration:none;transition:color .2s ease}.agentform-contact-item a:hover{color:var(--template-primary)}.agentform-agent-stats{border-top:1px solid #e5e7eb;padding-top:1.5rem}.agentform-stat{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:.75rem}.agentform-stat:last-child{margin-bottom:0}.agentform-stat i{color:var(--template-primary);text-align:center;width:16px}.agentform-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem}.agentform-form{display:flex;flex-direction:column;gap:1.5rem}.agentform-row{display:flex;gap:1rem;margin-bottom:1rem}.agentform-field{display:flex;flex-direction:column}.agentform-label{color:#374151;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.agentform-input,.agentform-select,.agentform-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .2s ease}.agentform-input:focus,.agentform-select:focus,.agentform-textarea:focus{border-color:var(--template-primary);box-shadow:0 0 0 3px #10b9811a;outline:none}.agentform-textarea{font-family:inherit;min-height:120px;resize:vertical}.agentform-property-types{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.agentform-checkbox-option{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;padding:.5rem 1rem;transition:all .2s ease}.agentform-checkbox-option:hover{background-color:#f3f4f6;border-color:#d1d5db}.agentform-checkbox-option input[type=checkbox]{accent-color:var(--template-primary);margin-right:.5rem}.agentform-checkbox-text{color:#4b5563;font-size:.9rem}.agentform-price-input{position:relative}.agentform-price-symbol{color:#4b5563;font-weight:500;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.agentform-price-input .agentform-input{padding-left:26px}.agentform-radio-group{display:flex;flex-wrap:wrap;gap:1rem}.agentform-radio-option{align-items:center;cursor:pointer;display:flex}.agentform-radio-option input[type=radio]{display:none}.agentform-radio-text{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.agentform-radio-option input[type=radio]:checked+.agentform-radio-text{background:var(--template-primary);border-color:var(--template-primary);color:#fff}.agentform-radio-text:hover{border-color:var(--template-primary);color:var(--template-primary)}.agentform-radio-option input[type=radio]:checked+.agentform-radio-text:hover{color:#fff}.agentform-radio-text i{text-align:center;width:16px}.agentform-submit-btn{align-items:center;background:var(--template-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease}.agentform-submit-btn:hover:not(:disabled){background:var(--template-secondary);transform:translateY(-1px)}.agentform-submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.agentform-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.agentform-toast{align-items:center;animation:slideIn .3s ease;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-width:400px;min-width:300px;padding:15px;position:fixed;right:20px;top:20px;z-index:1000}.agentform-toast-success{background-color:#d1fae5;border-left:5px solid var(--template-primary);color:#064e3b}.agentform-toast-error{background-color:#fee2e2;border-left:5px solid #ef4444;color:#7f1d1d}.agentform-toast-info{background-color:#e0f2fe;border-left:5px solid #0ea5e9;color:#0c4a6e}.agentform-toast-content{align-items:center;display:flex;gap:10px}.agentform-toast-content .info-icon{color:#0ea5e9}.agentform-toast-close{background:none;border:none;color:currentColor;cursor:pointer;opacity:.6;padding:0}.agentform-toast-close:hover{opacity:1}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.agentform-error-message,.agentform-info-message,.agentform-success-message{align-items:center;border-radius:8px;display:flex;gap:10px;margin-top:20px;padding:15px}.agentform-success-message{background-color:#d1fae5;color:#064e3b}.agentform-error-message{background-color:#fee2e2;color:#7f1d1d}.agentform-info-message{align-items:center;background-color:#e0f2fe;border-left:5px solid #0ea5e9;border-radius:8px;color:#0c4a6e;display:flex;gap:12px;margin-bottom:20px;padding:15px}.agentform-info-message i{color:#0ea5e9;font-size:18px}.agentform-contact-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.agentform-contact-option{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer;padding:1.5rem;transition:all .3s ease}.agentform-contact-link,.agentform-contact-option{align-items:center;display:flex;flex-direction:column}.agentform-contact-link{color:inherit;height:100%;position:relative;text-decoration:none;width:100%}.agentform-contact-link:after{background-color:var(--template-primary);bottom:-.5rem;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.agentform-contact-option:hover{border-color:var(--template-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.agentform-contact-link:hover:after{width:50px}.agentform-contact-option:hover .agentform-contact-icon{background-color:var(--template-primary);color:#fff;transform:scale(1.1)}.agentform-contact-icon{align-items:center;background:#f0fdf4;border-radius:50%;color:var(--template-primary);display:flex;font-size:1.2rem;height:50px;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;width:50px}.agentform-location-search-container{margin-bottom:1.5rem;position:relative}.agentform-search-input-wrapper{align-items:center;display:flex;position:relative;width:100%}.agentform-search-icon{color:#6b7280;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.agentform-location-search{border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;padding:10px 12px 10px 40px;transition:all .2s ease;width:100%}.agentform-location-search:focus{border-color:var(--template-primary);box-shadow:0 0 0 3px #10b9811a;outline:none}.agentform-search-loading{background:#fffc;border-radius:4px;color:#6b7280;font-size:.8rem;padding:2px 8px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.agentform-radius-selector{align-items:center;display:flex;gap:12px;margin-top:12px}.agentform-radius-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;padding:8px 12px}.agentform-suggestions-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;top:calc(100% + 4px);width:100%;z-index:10}.agentform-suggestion-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:10px;padding:10px 16px;transition:background .2s ease}.agentform-suggestion-item:last-child{border-bottom:none}.agentform-suggestion-item:hover{background:#f9fafb}.agentform-suggestion-icon{color:var(--template-primary);flex-shrink:0}.agentform-suggestion-content{flex:1 1}.agentform-suggestion-main{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:2px}.agentform-suggestion-city,.agentform-suggestion-state{color:#374151;font-weight:500}.agentform-suggestion-zip{background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:.8rem;padding:2px 6px}.agentform-suggestion-county{color:#6b7280;font-size:.8rem;font-style:italic}.agentform-no-suggestions{color:#6b7280;font-style:italic;padding:16px;text-align:center}.agentform-locations-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.agentform-location-tag{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:10px 16px}.agentform-location-tag-icon{color:var(--template-primary);flex-shrink:0;margin-top:2px}.agentform-location-info{flex:1 1}.agentform-location-main{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.agentform-location-main strong{color:#374151;font-weight:600}.agentform-zip-code{background:#f0fdf4;border-radius:4px;color:#064e3b;font-size:.85rem;font-weight:500;padding:2px 8px}.agentform-location-details{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px}.agentform-county{color:#6b7280;font-style:italic}.agentform-address{background:#f0fdf4;border:1px solid #d1fae5;border-radius:4px;color:#6b7280;font-size:.8rem;padding:2px 8px}.agentform-radius{background:#f3f4f6;border-radius:4px;color:#6b7280;padding:2px 6px}.agentform-location-coordinates{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;font-size:.8rem;gap:10px;margin-top:6px;padding-top:6px}.agentform-coordinates{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:monospace;font-size:.75rem;padding:3px 8px}.agentform-accuracy{color:#6b7280;font-size:.75rem;font-style:italic}.agentform-remove-location{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s ease;width:28px}.agentform-remove-location:hover{background:#dc2626;transform:scale(1.05)}.agentform-no-locations{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;font-style:italic;padding:16px;text-align:center}@media (max-width:768px){.agentform-container{padding:2rem 0}.agentform-header h2{font-size:2rem}.agentform-content{padding:0 .5rem}.agentform-agent-card,.agentform-form-container{padding:1.5rem}.agentform-row{gap:.5rem}.agentform-radio-group,.agentform-row{flex-direction:column}.agentform-radio-text{justify-content:center}.agentform-contact-options{gap:1rem;grid-template-columns:1fr}.agentform-contact-option{padding:1.25rem}.agentform-contact-text h4{font-size:1rem}.agentform-contact-text p{font-size:.85rem}.agentform-additional-contact h3{font-size:1.3rem;margin-bottom:1.5rem}}.modern-layout{background:var(--template-background);color:var(--template-text);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}.modern-hero-search{align-items:center;background:linear-gradient(135deg,var(--template-primary) 0,var(--template-accent) 100%);display:flex;justify-content:center;min-height:600px;overflow:hidden;position:relative}.modern-hero-background{z-index:1}.modern-hero-background,.modern-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.modern-hero-overlay{background:linear-gradient(135deg,#10b981d9,#059669bf 50%,#047857d9);z-index:2}.modern-hero-search-content{margin:0 auto;max-width:800px;padding:3rem 1rem;position:relative;text-align:center;width:90%;z-index:3}.modern-hero-text{animation:fadeInUp .8s ease-out;margin-bottom:3rem}.modern-hero-title{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 10px #0003}.modern-hero-subtitle{color:#fffffff2;font-size:clamp(1rem,2vw,1.3rem);font-weight:400;text-shadow:0 1px 5px #0000001a}.modern-search-container{animation:fadeInScale .8s ease-out .2s backwards;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:2rem}.modern-search-header{margin-bottom:1.5rem}.modern-search-header h3{color:var(--template-text);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.modern-search-header p{color:var(--template-text-light);font-size:1rem}.modern-services-section{background:var(--template-background-alt);padding:5rem 0}.modern-content{margin:0 auto;max-width:1200px;padding:0 1rem}.modern-section-header{margin-bottom:3rem;text-align:center}.modern-section-header h2{color:var(--template-text);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.modern-section-header p{color:var(--template-text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.modern-services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.modern-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.modern-service-card:before{background:linear-gradient(90deg,var(--template-primary),var(--template-secondary));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.modern-service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.modern-service-card:hover:before{transform:scaleX(1)}.modern-service-icon{align-items:center;background:linear-gradient(135deg,var(--template-primary),var(--template-accent));border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:60px}.modern-service-card:hover .modern-service-icon{transform:scale(1.1) rotate(5deg)}.modern-service-card h3{color:var(--template-text);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.modern-service-card p{color:var(--template-text-light);line-height:1.6;margin-bottom:1.5rem}.modern-service-card ul{list-style:none;padding:0;text-align:left}.modern-service-card li{color:var(--template-text-light);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.modern-service-card li:before{color:var(--template-primary);content:"✓";font-weight:700;left:0;position:absolute}.modern-properties-section{background:var(--template-background);padding:5rem 0}.modern-contact-section{background:var(--template-background-alt);padding:5rem 0}.modern-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:4rem 0 2rem}.modern-footer-content{margin:0 auto;max-width:1200px;padding:0 1rem}.modern-footer-info{margin-bottom:3rem;text-align:center}.modern-footer-info h3{font-size:2rem;font-weight:600;margin-bottom:.5rem}.modern-footer-info p{color:#9ca3af;margin-bottom:1.5rem}.modern-footer-contact{align-items:center;color:#d1d5db;display:inline-flex;gap:.5rem;margin:0 1rem .5rem}.modern-footer-contact i{color:var(--template-primary)}.modern-footer-contact a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.modern-footer-contact a:hover{color:var(--template-primary)}.modern-footer-links{grid-gap:2rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem;padding-bottom:2rem}.modern-footer-column h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.modern-footer-column ul{list-style:none;padding:0}.modern-footer-column li{margin-bottom:.75rem}.modern-footer-column a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.modern-footer-column a:hover{color:var(--template-primary)}.modern-footer-bottom{color:#6b7280;font-size:.9rem;padding-top:2rem;text-align:center}.modern-footer-bottom p{margin:.25rem 0}@media (max-width:768px){.modern-hero-search{min-height:500px}.modern-search-container{padding:1.5rem}.modern-contact-section,.modern-properties-section,.modern-services-section{padding:3rem 0}.modern-section-header h2{font-size:2rem}.modern-footer-links,.modern-services-grid{grid-template-columns:1fr}.modern-footer-links{text-align:center}}.property-collage{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.property-collage-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);height:120%;opacity:.3;transform:translate(-10%,-10%) rotate(-2deg);width:120%}.property-collage-item{animation:fadeInUp 1s ease-out forwards;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;opacity:0;overflow:hidden;position:relative;transform:translateY(20px)}.property-collage-item:nth-child(odd){transform:translateY(20px) rotate(1deg)}.property-collage-item:nth-child(2n){transform:translateY(20px) rotate(-1deg)}.property-collage-overlay{background:linear-gradient(45deg,#10b98166,#0596694d 50%,#04785780);border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.property-collage-gradient{background:radial-gradient(ellipse at center,#10b9811a 0,#10b9814d 50%,#10b98199 100%);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}@media (max-width:768px){.property-collage-grid{gap:.5rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);opacity:.2}.property-collage-item{border-radius:8px}}@media (max-width:480px){.property-collage-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);opacity:.15}}.classic-layout{background:#fff;color:var(--template-text);font-family:Georgia,Times New Roman,serif;line-height:1.8;min-height:100vh}.classic-hero{background:linear-gradient(180deg,#f8f9fa 0,#fff);border-bottom:3px solid var(--template-primary);padding:3rem 0}.classic-hero-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1rem}.classic-hero-left{display:flex;flex-direction:column;gap:2rem}.classic-agent-card{background:#fff;border:2px solid var(--template-primary);border-radius:8px;box-shadow:0 4px 12px #00000014;padding:2.5rem;text-align:center}.classic-agent-avatar{border:4px solid var(--template-primary);border-radius:50%;box-shadow:0 4px 8px #0000001a;height:150px;margin:0 auto 1.5rem;overflow:hidden;width:150px}.classic-agent-avatar-image{height:100%;object-fit:cover;width:100%}.classic-agent-avatar-placeholder{align-items:center;background:var(--template-primary);color:#fff;display:flex;font-family:Inter,sans-serif;font-size:3rem;font-weight:700;height:100%;justify-content:center;width:100%}.classic-agent-info{margin-bottom:1.5rem}.classic-agent-name{color:var(--template-text);font-family:Georgia,serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.classic-agent-title{color:var(--template-primary);font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.classic-agent-company{align-items:center;color:var(--template-text-light);display:flex;font-family:Inter,sans-serif;font-size:1rem;gap:.5rem;justify-content:center}.classic-agent-company i{color:var(--template-primary)}.classic-agent-description{background:#f9fafb;border-left:4px solid var(--template-primary);border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.classic-agent-description p{color:var(--template-text-light);font-family:Georgia,serif;font-size:.95rem;line-height:1.7;text-align:left}.classic-agent-contact-buttons{display:flex;gap:1rem;justify-content:center}.classic-contact-btn{align-items:center;border:2px solid #0000;border-radius:6px;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.classic-btn-primary{background:var(--template-primary);border-color:var(--template-primary);color:#fff}.classic-btn-primary:hover{background:var(--template-accent);border-color:var(--template-accent);box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.classic-btn-secondary{background:#fff;border-color:var(--template-primary);color:var(--template-primary)}.classic-btn-secondary:hover{background:var(--template-primary);box-shadow:0 4px 8px #00000026;color:#fff;transform:translateY(-2px)}.classic-search-box{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.classic-search-box h3{color:var(--template-text);font-family:Georgia,serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.classic-hero-right{border-radius:8px;box-shadow:0 8px 24px #0000001f;min-height:500px;overflow:hidden;position:relative}.classic-content{margin:0 auto;max-width:1200px;padding:0 1rem}.classic-section-header{margin-bottom:3rem;text-align:center}.classic-section-header h2{color:var(--template-text);font-family:Georgia,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.classic-divider{background:var(--template-primary);height:3px;margin:1rem auto;width:80px}.classic-section-header p{color:var(--template-text-light);font-family:Georgia,serif;font-size:1.1rem}.classic-services-section{background:#fff;padding:5rem 0}.classic-services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.classic-service-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;position:relative;transition:all .3s ease}.classic-service-item:before{background:var(--template-primary);border-radius:8px 0 0 8px;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px}.classic-service-item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.classic-service-item:hover:before{transform:scaleY(1)}.classic-service-icon-wrap{align-items:center;background:var(--template-primary);border-radius:8px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;width:60px}.classic-service-item:hover .classic-service-icon-wrap{transform:scale(1.1)}.classic-service-item h3{color:var(--template-text);font-family:Georgia,serif;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.classic-service-item p{color:var(--template-text-light);font-family:Georgia,serif;font-size:.95rem;line-height:1.7}.classic-properties-section{background:#f8f9fa;padding:5rem 0}.classic-contact-section{background:#fff;padding:5rem 0}.classic-footer{background:#1f2937;border-top:4px solid var(--template-primary);color:#fff;padding:3rem 0 2rem}.classic-footer-content{margin:0 auto;max-width:1200px;padding:0 1rem;text-align:center}.classic-footer-main{margin-bottom:2rem}.classic-footer-main h3{font-family:Georgia,serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.classic-footer-tagline{color:#9ca3af;font-family:Georgia,serif;font-size:1.1rem;font-style:italic;margin-bottom:1.5rem}.classic-footer-contacts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.classic-footer-contact-item{align-items:center;color:#d1d5db;display:flex;font-family:Inter,sans-serif;gap:.5rem}.classic-footer-contact-item i{color:var(--template-primary);font-size:1.1rem}.classic-footer-contact-item a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.classic-footer-contact-item a:hover{color:var(--template-primary)}.classic-footer-bottom{border-top:1px solid #ffffff1a;color:#6b7280;font-family:Inter,sans-serif;font-size:.9rem;padding-top:2rem}.classic-footer-bottom p{margin:.25rem 0}.classic-footer-powered{font-size:.85rem;opacity:.7}@media (max-width:968px){.classic-hero-container{gap:2rem;grid-template-columns:1fr}.classic-hero-right{min-height:400px}.classic-services-grid{grid-template-columns:1fr}.classic-agent-contact-buttons{flex-direction:column}.classic-contact-btn{justify-content:center;width:100%}.classic-section-header h2{font-size:2rem}.classic-footer-contacts{flex-direction:column;gap:1rem}}@media (max-width:640px){.classic-hero{padding:2rem 0}.classic-agent-card{padding:1.5rem}.classic-agent-avatar{height:120px;width:120px}.classic-agent-name{font-size:1.6rem}.classic-contact-section,.classic-properties-section,.classic-services-section{padding:3rem 0}}.minimal-layout{background:#fff;color:var(--template-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:100vh}.minimal-container{margin:0 auto;max-width:900px;padding:0 2rem}.minimal-container-narrow{max-width:700px}.minimal-hero{background:linear-gradient(180deg,#00000003 0,#0000);border-bottom:1px solid #f0f0f0;padding:6rem 0 5rem}.minimal-hero-container{margin:0 auto;max-width:700px;padding:0 2rem}.minimal-agent-profile{margin-bottom:4rem;text-align:center}.minimal-agent-avatar{border:3px solid var(--template-primary);border-radius:50%;height:120px;margin:0 auto 2rem;overflow:hidden;width:120px}.minimal-agent-avatar-image{height:100%;object-fit:cover;width:100%}.minimal-agent-avatar-placeholder{align-items:center;background:var(--template-primary);color:#fff;display:flex;font-size:2.5rem;font-weight:600;height:100%;justify-content:center;width:100%}.minimal-hero-title{color:var(--template-text);font-size:2.5rem;font-weight:300;letter-spacing:-.02em;margin-bottom:.5rem}.minimal-hero-subtitle{color:var(--template-primary);font-size:1.1rem;font-weight:500;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.minimal-hero-tagline{color:var(--template-text-light);font-size:1.1rem;font-weight:300;line-height:1.7;margin:0 auto;max-width:500px}.minimal-search-wrapper{margin-top:3rem}.minimal-section-title{color:var(--template-text);font-size:2rem;font-weight:300;letter-spacing:-.02em;margin-bottom:3rem;text-align:center}.minimal-services-section{background:#fff;padding:5rem 0}.minimal-services-list{display:flex;flex-direction:column;gap:0}.minimal-service-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:2rem;padding:2.5rem 0;transition:all .3s ease}.minimal-service-item:first-child{padding-top:0}.minimal-service-item:last-child{border-bottom:none}.minimal-service-item:hover{padding-left:1rem}.minimal-service-item:hover .minimal-service-icon{background:var(--template-primary);color:#fff}.minimal-service-icon{align-items:center;background:#f9fafb;border-radius:50%;color:var(--template-primary);display:flex;font-size:1.2rem;height:50px;justify-content:center;min-width:50px;transition:all .3s ease;width:50px}.minimal-service-content{flex:1 1}.minimal-service-content h3{color:var(--template-text);font-size:1.3rem;font-weight:500;letter-spacing:-.01em;margin-bottom:.5rem}.minimal-service-content p{color:var(--template-text-light);font-size:1rem;font-weight:300;line-height:1.7}.minimal-properties-section{background:#fafafa;padding:5rem 0}.minimal-contact-section{background:#fff;padding:5rem 0}.minimal-footer{background:#fff;border-top:1px solid #f0f0f0;padding:3rem 0}.minimal-footer-content{text-align:center}.minimal-footer-name{color:var(--template-text);font-size:1.2rem;font-weight:500;letter-spacing:-.01em;margin-bottom:1rem}.minimal-footer-contacts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1.5rem}.minimal-footer-link{color:var(--template-text-light);font-size:.95rem;font-weight:300;position:relative;text-decoration:none;transition:color .3s ease}.minimal-footer-link:after{background:var(--template-primary);bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}.minimal-footer-link:hover{color:var(--template-primary)}.minimal-footer-link:hover:after{transform:scaleX(1)}.minimal-footer-credit{color:#9ca3af;font-size:.85rem;font-weight:300}@media (max-width:768px){.minimal-container{padding:0 1.5rem}.minimal-hero{padding:4rem 0 3rem}.minimal-hero-title{font-size:2rem}.minimal-hero-subtitle,.minimal-hero-tagline{font-size:1rem}.minimal-section-title{font-size:1.75rem}.minimal-service-item{flex-direction:column;gap:1rem;padding:2rem 0}.minimal-service-item:hover{padding-left:0;padding-top:2rem}.minimal-contact-section,.minimal-properties-section,.minimal-services-section{padding:3rem 0}.minimal-footer-contacts{flex-direction:column;gap:.75rem}}@media (max-width:480px){.minimal-agent-avatar{height:100px;width:100px}.minimal-hero-title{font-size:1.75rem}.minimal-section-title{font-size:1.5rem}.minimal-service-content h3{font-size:1.15rem}.minimal-service-content p{font-size:.95rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.minimal-agent-profile,.minimal-service-item{animation:fadeIn .6s ease-out}.minimal-service-item{animation-fill-mode:backwards}.minimal-service-item:first-child{animation-delay:.1s}.minimal-service-item:nth-child(2){animation-delay:.2s}.minimal-service-item:nth-child(3){animation-delay:.3s}.minimal-service-item:nth-child(4){animation-delay:.4s}:root{--template-primary:var(--template-primary);--template-secondary:var(--template-secondary);--template-accent:var(--template-accent);--template-text:#333;--template-text-light:#6b7280;--template-background:#fff;--template-background-alt:#f9fafb}.agentwebsite-container{background:#fff;background:var(--template-background);color:#333;color:var(--template-text);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}.agentwebsite-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:100vh}.agentwebsite-spinner{animation:agentwebsite-spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top:4px solid var(--template-primary);height:40px;width:40px}@keyframes agentwebsite-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.agentwebsite-loading p{color:#6b7280;color:var(--template-text-light);font-size:1.1rem}.agentwebsite-error{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.agentwebsite-error-icon{font-size:4rem;margin-bottom:1.5rem}.agentwebsite-error-title{color:#333;color:var(--template-text);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.agentwebsite-error-message{color:#6b7280;color:var(--template-text-light);font-size:1.1rem;margin-bottom:2rem}.agentwebsite-error-actions{display:flex;gap:1rem}.agentwebsite-btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}.agentwebsite-btn-primary{background:var(--template-primary);color:#fff}.agentwebsite-btn-primary:hover{background:var(--template-secondary);transform:translateY(-1px)}.agentwebsite-btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.agentwebsite-btn-secondary:hover{background:#f9fafb;background:var(--template-background-alt)}.agentwebsite-hero-search{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 0;position:relative}.agentwebsite-hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.agentwebsite-hero-background .property-carousel{filter:blur(2px);height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%}.agentwebsite-hero-background .property-carousel-container{height:100%;overflow:hidden;width:100%}.agentwebsite-hero-background .property-carousel-track{align-items:stretch;animation:scroll-right-to-left 80s linear infinite;height:100vh}.agentwebsite-hero-background .property-carousel-item{border-radius:0;height:100vh;margin:0;opacity:1;width:100vw}.agentwebsite-hero-background .property-carousel-image{height:100vh;object-fit:cover;object-position:center;width:100vw}.agentwebsite-hero-overlay{background:linear-gradient(135deg,#0003,#0000001a 50%,#0000004d);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.agentwebsite-hero-overlay:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 40% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.agentwebsite-hero-overlay:after{animation:subtleShimmer 20s linear infinite;background:linear-gradient(45deg,#0000,#ffffff14 25%,#0000 50%,#ffffff14 75%,#0000);background-size:100px 100px;bottom:0;content:"";left:0;opacity:.4;pointer-events:none;position:absolute;right:0;top:0}@keyframes subtleShimmer{0%{background-position:-100px -100px}to{background-position:100px 100px}}.agentwebsite-hero-search-content{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:#fff;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;text-align:center;z-index:3}.agentwebsite-hero-text{animation:fadeInUp .8s ease-out;margin-bottom:3rem}.agentwebsite-hero-title{-webkit-text-fill-color:#0000;animation:fadeInScale 1s ease-out .2s both;background:linear-gradient(135deg,#fff,#f0f9ff);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 4px 12px #0006}.agentwebsite-hero-subtitle{animation:fadeInUp 1s ease-out .4s both;font-size:1.3rem;font-weight:300;letter-spacing:.5px;margin:0 auto;max-width:600px;opacity:.95;text-shadow:0 2px 8px #0006}.agentwebsite-search-container{animation:fadeInScale 1s ease-out .6s both;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:1px solid #fff6;border-radius:24px;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;margin:0 auto;max-width:900px;overflow:hidden;padding:2.5rem;position:relative;transform:translateZ(0)}.agentwebsite-search-container:before{background:linear-gradient(90deg,var(--template-primary),var(--template-secondary),var(--template-secondary));border-radius:24px 24px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.agentwebsite-search-container:after{animation:searchGlow 8s ease-in-out infinite;background:radial-gradient(circle,#10b98108 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes searchGlow{0%,to{opacity:.3;transform:scale(.8) rotate(0deg)}50%{opacity:.6;transform:scale(1.2) rotate(180deg)}}.agentwebsite-search-header{margin-bottom:2rem;position:relative;text-align:center;z-index:1}.agentwebsite-search-header h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#333,var(--template-primary));background:linear-gradient(135deg,var(--template-text),var(--template-primary));-webkit-background-clip:text;background-clip:text;color:#333;color:var(--template-text);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.agentwebsite-search-header p{color:#6b7280;color:var(--template-text-light);font-size:1rem;font-weight:400;opacity:.9}.agentwebsite-profile-card{animation:fadeInScale 1.2s ease-out .6s both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;margin:0 auto;max-width:500px;padding:2rem;transition:transform .3s ease}.agentwebsite-profile-card:hover{transform:translateY(-5px)}.agentwebsite-profile-avatar{margin-bottom:1.5rem;text-align:center}.agentwebsite-avatar-image{border:4px solid #fff;border-radius:50%;box-shadow:0 8px 16px -4px #0003;height:100px;object-fit:cover;transition:transform .3s ease;width:100px}.agentwebsite-avatar-image:hover{transform:scale(1.05)}.agentwebsite-avatar-placeholder{align-items:center;background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border:4px solid #fff;border-radius:50%;box-shadow:0 8px 16px -4px #10b9814d;color:#fff;display:flex;font-size:2rem;font-weight:600;height:100px;justify-content:center;margin:0 auto;transition:transform .3s ease;width:100px}.agentwebsite-avatar-placeholder:hover{transform:scale(1.05)}.agentwebsite-profile-info{color:#333;text-align:center}.agentwebsite-profile-name{color:#333;color:var(--template-text);font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.agentwebsite-profile-title{color:#6b7280;color:var(--template-text-light);font-size:1.1rem;margin-bottom:.5rem}.agentwebsite-profile-company{color:var(--template-primary);font-size:1rem;font-weight:500;margin-bottom:1rem}.agentwebsite-profile-stats{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.agentwebsite-stat{align-items:center;color:#6b7280;color:var(--template-text-light);display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.agentwebsite-stat i{color:var(--template-primary)}.agentwebsite-content{margin:0 auto;max-width:1200px;padding:0 1rem}.agentwebsite-section-header{margin-bottom:3rem;text-align:center}.agentwebsite-section-header h2{color:#333;color:var(--template-text);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.agentwebsite-section-header p{color:#6b7280;color:var(--template-text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.agentwebsite-services-section{background:#f9fafb;background:var(--template-background-alt);padding:5rem 0}.agentwebsite-services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.agentwebsite-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.agentwebsite-service-card:before{background:linear-gradient(90deg,var(--template-primary),var(--template-secondary));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.agentwebsite-service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.agentwebsite-service-card:hover:before{transform:scaleX(1)}.agentwebsite-service-icon{align-items:center;background:linear-gradient(135deg,var(--template-primary),var(--template-secondary));border-radius:50%;box-shadow:0 4px 6px -1px #10b9814d;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:60px}.agentwebsite-service-card:hover .agentwebsite-service-icon{transform:scale(1.1) rotate(5deg)}.agentwebsite-service-card h3{color:#333;color:var(--template-text);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.agentwebsite-service-card p{color:#6b7280;color:var(--template-text-light);line-height:1.6;margin-bottom:1.5rem}.agentwebsite-service-card ul{list-style:none;text-align:left}.agentwebsite-service-card li{color:#374151;font-size:.9rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.agentwebsite-service-card li:before{color:var(--template-primary);content:"✓";font-weight:700;left:0;position:absolute}.agentwebsite-properties-section{background:#fff;padding:5rem 0}.agentwebsite-contact-section{background:#fff}.agentwebsite-footer{background:#1f2937;color:#fff;padding:3rem 0 2rem}.agentwebsite-footer-content{margin:0 auto;max-width:1200px;padding:0 1rem}.agentwebsite-footer-info{margin-bottom:2rem}.agentwebsite-footer-info h3{color:var(--template-primary);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.agentwebsite-footer-info p{color:#d1d5db;margin-bottom:1rem}.agentwebsite-footer-contact{align-items:center;color:#d1d5db;display:flex;gap:.5rem;margin-bottom:.5rem}.agentwebsite-footer-contact i{color:var(--template-primary);width:16px}.agentwebsite-footer-contact a{color:inherit;text-decoration:none;transition:color .2s ease}.agentwebsite-footer-contact a:hover{color:var(--template-primary)}.agentwebsite-footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.agentwebsite-footer-column h4{color:var(--template-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.agentwebsite-footer-column ul{list-style:none}.agentwebsite-footer-column li{margin-bottom:.5rem}.agentwebsite-footer-column a{color:#d1d5db;text-decoration:none;transition:color .2s ease}.agentwebsite-footer-column a:hover{color:var(--template-primary)}.agentwebsite-footer-bottom{border-top:1px solid #374151;color:#9ca3af;font-size:.9rem;padding-top:2rem;text-align:center}.agentwebsite-footer-bottom p{margin-bottom:.5rem}@keyframes floatSearch{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-10px) translateZ(0)}}.agentwebsite-search-container{animation:floatSearch 6s ease-in-out infinite}.agentwebsite-search-container:hover{animation-play-state:paused;box-shadow:0 35px 70px -12px #00000080,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;transform:translateY(-5px) scale(1.02)}@media (max-width:1024px){.agentwebsite-hero-search{min-height:90vh;padding:3rem 0}.agentwebsite-hero-title{font-size:3rem}.agentwebsite-search-container{border-radius:20px;padding:2rem}.agentwebsite-hero-background .property-carousel-item{height:100vh;margin:0;width:100vw}.agentwebsite-hero-background .property-carousel-track{height:100vh}.agentwebsite-hero-background .property-carousel-image{height:100vh;object-fit:cover;width:100vw}}@media (max-width:768px){.agentwebsite-hero-search{min-height:80vh;padding:2rem 0}.agentwebsite-hero-title{font-size:2.5rem;text-shadow:0 4px 16px #00f71180}.agentwebsite-hero-subtitle{font-size:1.1rem}.agentwebsite-search-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:18px;margin:0 1rem;padding:1.75rem}.agentwebsite-hero-background .property-carousel-item{height:100vh;margin:0;width:100vw}.agentwebsite-hero-background .property-carousel-track{animation-duration:70s;height:100vh}.agentwebsite-hero-background .property-carousel-image{height:100vh;object-fit:cover;width:100vw}}@media (max-width:480px){.agentwebsite-hero-search{min-height:70vh;padding:1.5rem 0}.agentwebsite-hero-title{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 4px 12px #03fc5ab3}.agentwebsite-hero-subtitle{font-size:1.2rem}.agentwebsite-search-container{border-radius:20px;margin:0 .75rem;padding:2rem}.agentwebsite-search-header h3{font-size:1.8rem}.agentwebsite-search-header p{font-size:1.1rem}.agentwebsite-hero-background .property-carousel-item{height:100vh;margin:0;width:100vw}.agentwebsite-hero-background .property-carousel-track{animation-duration:60s;height:100vh}.agentwebsite-hero-background .property-carousel-image{height:100vh;object-fit:cover;width:100vw}.agentwebsite-hero-background{filter:blur(1.5px)}}@media (prefers-reduced-motion:no-preference){.agentwebsite-hero-background{will-change:transform}.agentwebsite-hero-search:hover .agentwebsite-hero-background{transform:scale(1.02);transition:transform 10s ease-out}}@media (prefers-contrast:high){.agentwebsite-hero-overlay{background:linear-gradient(135deg,#000000e6,#000000f2 50%,#000000fa)}.agentwebsite-search-container{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:2px solid var(--template-primary)}}.matching-leads-container{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.matching-leads-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.matching-leads-title-section{flex:1 1}.matching-leads-title{color:#1e293b;font-size:2rem;font-weight:700;margin:0 0 .5rem}.matching-leads-subtitle{color:#64748b;font-size:1rem;margin:0}.matching-leads-actions{align-items:center;display:flex;gap:1rem}.matching-leads-row-limit{align-items:center;display:flex;gap:.5rem}.matching-leads-row-limit-label{color:#374151;font-size:.875rem;font-weight:500;white-space:nowrap}.matching-leads-row-limit-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;min-width:100px;padding:.5rem .75rem;transition:all .2s ease}.matching-leads-row-limit-select:hover{border-color:#9ca3af}.matching-leads-row-limit-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.matching-leads-row-limit-select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.matching-leads-count-display{color:#6b7280;font-size:.75rem;font-weight:400;white-space:nowrap}.matching-leads-refresh-button{align-items:center;background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.matching-leads-refresh-button:hover{background:#1d4ed8;transform:translateY(-1px)}.matching-leads-refresh-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.matching-leads-content{margin-top:2rem}.matching-leads-empty-state{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:4rem 2rem;text-align:center}.matching-leads-empty-icon{color:#94a3b8;margin-bottom:1rem}.matching-leads-empty-title{color:#374151;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.matching-leads-empty-text{color:#6b7280;line-height:1.6;margin:0 0 2rem}.matching-leads-empty-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.matching-leads-empty-button{border-radius:.5rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.matching-leads-empty-button:not(.secondary){background:#2563eb;color:#fff}.matching-leads-empty-button:not(.secondary):hover{background:#1d4ed8}.matching-leads-empty-button.secondary{background:#f1f5f9;border:1px solid #d1d5db;color:#374151}.matching-leads-empty-button.secondary:hover{background:#e2e8f0}.matching-leads-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.matching-leads-property-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .2s ease}.matching-leads-property-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.matching-leads-property-summary{border-bottom:1px solid #f1f5f9;padding:1.5rem}.matching-leads-property-link{color:inherit;display:block;text-decoration:none}.matching-leads-property-image-container{aspect-ratio:16/9;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.matching-leads-property-image{height:100%;object-fit:cover;width:100%}.matching-leads-property-details{margin-top:1rem}.matching-leads-property-address{color:#1e293b;font-size:1.25rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.matching-leads-property-price{color:#059669;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.matching-leads-property-features{color:#64748b;font-size:.875rem;margin:0 0 .5rem}.matching-leads-property-listed-date{color:#94a3b8;font-size:.875rem;margin:0}.matching-leads-property-modified-date{color:#059669;font-weight:500}.matching-leads-section{padding:1.5rem}.matching-leads-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.matching-leads-count{color:#1e293b;font-size:.875rem;font-weight:600}.matching-leads-list{display:flex;flex-direction:column;gap:.75rem}.matching-leads-lead-item{align-items:center;background:#f8fafc;border-radius:.5rem;color:inherit;display:flex;justify-content:space-between;padding:1rem;text-decoration:none;transition:all .2s ease}.matching-leads-lead-item:hover{background:#f1f5f9;transform:translateX(2px)}.matching-leads-lead-info{flex:1 1}.matching-leads-lead-name{color:#1e293b;font-size:.875rem;font-weight:600;margin:0 0 .25rem}.matching-leads-lead-email{color:#64748b;font-size:.75rem;margin:0 0 .5rem}.matching-leads-match-score{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.matching-leads-score-badge{background:#10b981;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.matching-leads-match-reasons{color:#64748b;font-size:.75rem}.matching-leads-lead-actions{display:flex;gap:.5rem}.matching-leads-action-button{align-items:center;background:#e2e8f0;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;height:2rem;justify-content:center;text-decoration:none;transition:all .2s ease;width:2rem}.matching-leads-action-button:hover{background:#cbd5e1;color:#374151}.matching-leads-view-all-button{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:500;margin-top:.5rem;padding:.5rem 0;text-align:left}.matching-leads-view-all-button:hover{color:#1d4ed8;text-decoration:underline}.matching-leads-no-leads{color:#94a3b8;padding:2rem;text-align:center}.matching-leads-no-leads p{font-style:italic;margin:0}.matching-leads-error-container,.matching-leads-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;text-align:center}.matching-leads-loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#2563eb;height:3rem;margin-bottom:1rem;width:3rem}.matching-leads-loading-text{color:#64748b;font-size:1.125rem}.matching-leads-error-icon{color:#ef4444;margin-bottom:1rem}.matching-leads-error-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.matching-leads-error-message{color:#64748b;margin:0 0 2rem}.matching-leads-retry-button{align-items:center;background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.matching-leads-retry-button:hover{background:#1d4ed8}.matching-leads-retry-icon{animation:spin 1s linear infinite}.matching-leads-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.matching-leads-modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px #0000001a;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.matching-leads-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.matching-leads-modal-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.matching-leads-modal-close{align-items:center;background:none;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.matching-leads-modal-close:hover{background:#f1f5f9;color:#374151}.matching-leads-modal-content{max-height:60vh;overflow-y:auto;padding:1.5rem}.matching-leads-modal-lead-item{align-items:center;border:1px solid #e2e8f0;border-radius:.5rem;color:inherit;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem;text-decoration:none;transition:all .2s ease}.matching-leads-modal-lead-item:hover{background:#f8fafc;border-color:#cbd5e1}.matching-leads-modal-lead-item:last-child{margin-bottom:0}.matching-leads-modal-lead-info h4{color:#1e293b;font-size:.875rem;font-weight:600;margin:0 0 .25rem}.matching-leads-modal-lead-info p{color:#64748b;font-size:.75rem;margin:0 0 .5rem}.matching-leads-modal-match-score{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.matching-leads-modal-score-badge{background:#10b981;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.matching-leads-modal-match-reasons{color:#64748b;font-size:.75rem}.matching-leads-modal-lead-actions{display:flex;gap:.5rem}.matching-leads-modal-action-button{align-items:center;background:#e2e8f0;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;height:2rem;justify-content:center;text-decoration:none;transition:all .2s ease;width:2rem}.matching-leads-modal-action-button:hover{background:#cbd5e1;color:#374151}.matching-leads-view-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;display:flex;padding:.25rem}.matching-leads-view-toggle-btn{align-items:center;background:#0000;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:40px;justify-content:center;min-width:60px;padding:.5rem .75rem;transition:all .15s ease}.matching-leads-view-toggle-btn:hover{background:#e2e8f0;color:#374151}.matching-leads-view-toggle-btn.active{background:#36807d;box-shadow:0 1px 2px #0000000d;color:#fff}.matching-leads-view-toggle-btn.active:hover{background:#2a6360}.matching-leads-list-view{width:100%}.matching-leads-list-view-table{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.matching-leads-list-view-header{background:#36807d;border-bottom:1px solid #2a6360;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem 1rem}.matching-leads-list-view-header,.matching-leads-list-view-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1fr}.matching-leads-list-view-row{align-items:center;border-bottom:1px solid #f1f5f9;padding:1rem;transition:background-color .15s ease}.matching-leads-list-view-row:hover{background:#f8fafc}.matching-leads-list-view-row:last-child{border-bottom:none}.matching-leads-list-view-cell{align-items:center;display:flex;min-height:60px}.matching-leads-list-view-property{align-items:center;display:flex;gap:.75rem;width:100%}.matching-leads-list-view-image{border-radius:.25rem;flex-shrink:0;height:60px;overflow:hidden;width:60px}.matching-leads-list-view-image img{height:100%;object-fit:cover;width:100%}.matching-leads-list-view-property-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.matching-leads-list-view-address{color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none}.matching-leads-list-view-address:hover{color:#2563eb}.matching-leads-list-view-source{color:#64748b;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.matching-leads-list-view-price{color:#059669;font-size:.875rem;font-weight:600}.matching-leads-list-view-date,.matching-leads-list-view-features{color:#64748b;font-size:.875rem}.matching-leads-list-view-modified-date{color:#059669;font-size:.75rem;font-weight:500;margin-top:.25rem}.matching-leads-list-view-leads{display:flex;flex-direction:column;gap:.5rem}.matching-leads-list-view-lead-count{color:#374151;font-size:.875rem;font-weight:600}.matching-leads-list-view-lead-preview{display:flex;flex-direction:column;gap:.25rem}.matching-leads-list-view-lead-item{align-items:center;display:flex;font-size:.75rem;justify-content:space-between}.matching-leads-list-view-lead-name{color:#374151;font-weight:500}.matching-leads-list-view-lead-score{color:#059669;font-weight:600}.matching-leads-list-view-lead-more{color:#64748b;font-size:.75rem;font-style:italic}.matching-leads-list-view-actions{display:flex;flex-direction:column;gap:.5rem}.matching-leads-list-view-action-btn{background:#36807d;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.5rem .75rem;text-align:center;text-decoration:none;transition:all .15s ease}.matching-leads-list-view-action-btn:hover{background:#2a6360;transform:translateY(-1px)}@media screen and (max-width:1200px){.matching-leads-list-view-header,.matching-leads-list-view-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}}@media screen and (max-width:992px){.matching-leads-list-view-header,.matching-leads-list-view-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}}@media screen and (max-width:768px){.matching-leads-container{padding:1rem}.matching-leads-header{align-items:stretch;flex-direction:column;gap:1rem}.matching-leads-title{font-size:1.5rem}.matching-leads-actions{align-items:stretch;flex-direction:column;gap:.5rem}.matching-leads-row-limit{justify-content:center}.matching-leads-row-limit-select{flex:1 1;max-width:150px}.matching-leads-view-toggle{justify-content:center}.matching-leads-grid{gap:1rem;grid-template-columns:1fr}.matching-leads-property-card{margin-bottom:1rem}.matching-leads-modal{margin:1rem;max-height:90vh}.matching-leads-list-view-table{background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;gap:0}.matching-leads-list-view-header{display:none}.matching-leads-list-view-row{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:row;gap:12px;margin-bottom:12px;overflow:hidden;padding:16px;position:relative}.matching-leads-list-view-row:before{background:linear-gradient(180deg,#059669,#10b981);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.matching-leads-list-view-row:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px);transition:all .2s ease}.matching-leads-list-view-cell{min-height:auto;padding:0}.matching-leads-list-view-property{align-items:flex-start;flex-direction:row;gap:12px;width:100%}.matching-leads-list-view-image{border:2px solid #e2e8f0;border-radius:8px;flex-shrink:0;height:70px;overflow:hidden;width:70px}.matching-leads-list-view-image img{height:100%;object-fit:cover;width:100%}.matching-leads-list-view-property-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.matching-leads-list-view-address{color:#1f2937;font-size:16px;font-weight:700;line-height:1.2;margin:0}.matching-leads-list-view-price{color:#059669;font-size:18px;font-weight:800;margin:0}.matching-leads-list-view-features{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px;margin:0}.matching-leads-list-view-date{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:8px;margin:0}.matching-leads-list-view-modified-date{color:#059669;font-weight:600}.matching-leads-list-view-leads{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:8px;margin-top:8px;padding:12px}.matching-leads-list-view-lead-count{align-items:center;color:#065f46;display:flex;font-size:14px;font-weight:700;gap:6px;margin-bottom:8px}.matching-leads-list-view-lead-count:before{content:"👥";font-size:16px}.matching-leads-list-view-lead-preview{display:flex;flex-direction:column;gap:6px}.matching-leads-list-view-lead-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;font-size:13px;justify-content:space-between;padding:6px 8px}.matching-leads-list-view-lead-name{color:#374151;font-weight:600}.matching-leads-list-view-lead-score{background:#d1fae5;border-radius:4px;color:#059669;font-size:12px;font-weight:700;padding:2px 6px}.matching-leads-list-view-lead-more{color:#6b7280;font-size:12px;font-style:italic;padding:4px;text-align:center}.matching-leads-list-view-actions{display:flex;gap:8px;margin-top:12px}.matching-leads-list-view-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:10px 16px;transition:all .2s ease}.matching-leads-list-view-action-btn:first-child{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.matching-leads-list-view-action-btn:first-child:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-1px)}.matching-leads-list-view-action-btn:last-child{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.matching-leads-list-view-action-btn:last-child:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:translateY(-1px)}}@media (max-width:480px){.matching-leads-empty-actions{align-items:center;flex-direction:column}.matching-leads-lead-item{align-items:stretch;flex-direction:column;gap:1rem}.matching-leads-lead-actions{justify-content:center}.matching-leads-list-view-row{padding:.75rem}.matching-leads-list-view-property{align-items:center;flex-direction:column;text-align:center}.matching-leads-list-view-image{height:120px;margin-bottom:.5rem;width:100%}.matching-leads-list-view-actions{flex-direction:column}}.ai-chat-container{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:48px;overflow:hidden}.ai-chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;padding:24px 20px 20px;transition:all .3s ease}.ai-chat-header:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}.ai-chat-header-content{align-items:center;display:flex;gap:12px}.ai-chat-header-content h3{font-size:24px;font-weight:700;letter-spacing:.5px;margin:0}.ai-chat-expand-icon{font-size:12px;transition:transform .3s ease}.ai-chat-expand-icon.expanded{transform:rotate(180deg)}.ai-chat-content{padding:20px 20px 32px}.ai-chat-suggestions{margin-bottom:20px}.ai-chat-suggestions h4{color:#374151;font-size:14px;font-weight:600;margin:0 0 12px}.ai-chat-suggestions-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ai-chat-suggestion-button{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;line-height:1.4;padding:8px 12px;text-align:left;transition:all .2s ease}.ai-chat-suggestion-button:hover{background:#f3f4f6;border-color:#9ca3af}.ai-chat-examples{margin-bottom:20px}.ai-chat-examples h4{color:#374151;font-size:14px;font-weight:600;margin:0 0 12px}.ai-chat-example-category{margin-bottom:12px}.ai-chat-example-category h5{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.ai-chat-example-buttons{display:flex;flex-wrap:wrap;gap:6px}.ai-chat-example-button{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#374151;cursor:pointer;font-size:11px;line-height:1.3;padding:6px 10px;transition:all .2s ease}.ai-chat-example-button:hover{background:#f9fafb;border-color:#d1d5db}.ai-chat-interface{border-top:1px solid #e5e7eb;padding-top:16px}.ai-chat-interface-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ai-chat-interface-header h4{color:#374151;font-size:14px;font-weight:600;margin:0}.ai-chat-clear-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:11px;gap:6px;padding:6px 10px;transition:all .2s ease}.ai-chat-clear-button:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.ai-chat-messages{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;max-height:300px;overflow-y:auto;padding:12px}.ai-chat-welcome{color:#6b7280;padding:20px;text-align:center}.ai-chat-welcome p{font-size:14px;margin:12px 0 0}.ai-chat-message{align-items:flex-start;display:flex;gap:8px;margin-bottom:12px}.ai-chat-message.user{flex-direction:row-reverse}.ai-chat-message-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;width:24px}.ai-chat-message.user .ai-chat-message-icon{background:#3b82f6;color:#fff}.ai-chat-message.ai .ai-chat-message-icon{background:#10b981;color:#fff}.ai-chat-message-content{flex:1 1;max-width:80%}.ai-chat-message-text{word-wrap:break-word;border-radius:12px;font-size:14px;line-height:1.4;padding:8px 12px}.ai-chat-message.user .ai-chat-message-text{background:#3b82f6;border-bottom-right-radius:4px;color:#fff}.ai-chat-message.ai .ai-chat-message-text{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#374151}.ai-chat-message.error .ai-chat-message-text{background:#ef4444;color:#fff}.ai-chat-confidence{color:#6b7280;font-size:11px;font-style:italic;margin-top:4px}.ai-chat-message-timestamp{color:#9ca3af;font-size:10px;margin-top:4px}.ai-chat-typing-indicator{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.spinning{animation:spin 1s linear infinite}.ai-chat-input{align-items:center;display:flex;gap:8px}.ai-chat-input-field{border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s ease}.ai-chat-input-field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ai-chat-input-field:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.ai-chat-send-button{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px 12px;transition:all .2s ease}.ai-chat-send-button:hover:not(:disabled){background:#2563eb}.ai-chat-send-button:disabled{background:#9ca3af;cursor:not-allowed}.ai-chat-property-list{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-top:10px;padding:10px}.ai-chat-search-criteria{background:#e3f2fd;border-left:3px solid #2196f3;border-radius:6px;margin-bottom:15px;padding:10px}.ai-chat-search-criteria strong{color:#1976d2;display:block;margin-bottom:8px}.ai-chat-search-criteria ul{list-style-type:none;margin:0;padding-left:20px}.ai-chat-search-criteria li{color:#424242;font-size:.9em;margin-bottom:4px}.ai-chat-search-criteria li:before{color:#2196f3;content:"•";font-weight:700;margin-right:8px}.ai-chat-property-list h4{color:#374151;font-size:13px;font-weight:600;margin:0 0 8px}.ai-chat-property-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:12px}.ai-chat-property-item:last-child{margin-bottom:0}.ai-chat-property-item strong{color:#1f2937;display:block;font-size:14px;margin-bottom:4px}.ai-chat-property-item p{color:#6b7280;font-size:12px;margin:2px 0}.ai-chat-mls-id{color:#22c55e!important;font-size:11px!important;font-weight:600!important;margin-bottom:4px!important}.ai-chat-relevance-info{background:#f0fdf4;border-left:3px solid #22c55e;border-radius:6px;margin-top:8px;padding:8px}.ai-chat-relevance-score{color:#22c55e;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.ai-chat-relevance-factors{margin-top:6px}.ai-chat-relevance-factors strong{color:#374151;font-size:11px;margin-bottom:2px}.ai-chat-relevance-factors ul{margin:4px 0 0;padding-left:16px}.ai-chat-relevance-factors li{color:#6b7280;font-size:11px;margin-bottom:1px}.ai-chat-property-details{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ai-chat-property-details span{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#9ca3af;font-size:10px;padding:2px 6px}.ai-chat-chart-container{margin-top:12px;text-align:center}.ai-chat-chart-image{border:1px solid #e5e7eb;border-radius:6px;height:auto;max-width:100%}@media (max-width:768px){.ai-chat-suggestions-grid{grid-template-columns:1fr}.ai-chat-example-buttons{flex-direction:column}.ai-chat-message-content{max-width:90%}.ai-chat-messages{max-height:250px}}@media (prefers-color-scheme:dark){.ai-chat-container{background:#1f2937;border-color:#374151}.ai-chat-content,.ai-chat-examples h4,.ai-chat-suggestions h4{color:#f9fafb}.ai-chat-suggestion-button{background:#374151;border-color:#4b5563;color:#f9fafb}.ai-chat-suggestion-button:hover{background:#4b5563}.ai-chat-example-button{background:#374151;border-color:#4b5563;color:#f9fafb}.ai-chat-example-button:hover{background:#4b5563}.ai-chat-messages{background:#374151;border-color:#4b5563}.ai-chat-message.ai .ai-chat-message-text{background:#4b5563;border-color:#6b7280;color:#f9fafb}.ai-chat-input-field{background:#374151;border-color:#4b5563;color:#f9fafb}.ai-chat-input-field:focus{border-color:#3b82f6}.ai-chat-property-list{background:#374151;border-color:#4b5563}.ai-chat-property-item strong{color:#f9fafb}}.ai-chat-property-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.ai-chat-property-header h4{color:#374151;font-size:1.1em;font-weight:600;margin:0}.ai-chat-email-button{align-items:center;background:#10b981;border:none;border-radius:6px;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.ai-chat-email-button:hover{background:#059669;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.ai-chat-email-button:active{transform:translateY(0)}.ai-chat-email-button svg{height:14px;width:14px}.dashboard-ai-chat-cta{align-items:flex-start;background:linear-gradient(135deg,#2b7a78,#3aa89c);border-radius:14px;box-shadow:0 2px 12px #2b7a7814;color:#fff;display:flex;flex-direction:column;gap:10px;margin:32px 0 40px;padding:28px 24px 18px}.dashboard-ai-chat-cta-header{align-items:center;display:flex;font-size:1.35rem;font-weight:700;gap:10px;margin-bottom:2px}.dashboard-ai-chat-cta-desc{color:#e0e7ff;font-size:1rem;font-weight:400;margin-bottom:10px}.dashboard-ai-chat-cta-button{background:#fff;border:none;border-radius:8px;box-shadow:0 1px 4px #2b7a781a;color:#2b7a78;cursor:pointer;font-size:1.08rem;font-weight:600;margin-top:8px;padding:10px 22px;text-decoration:none;transition:background .18s,color .18s}.dashboard-ai-chat-cta-button:hover{background:#e6fffa;color:#21706a}.ai-agent-container{background:#f0f9ff;border-radius:8px;margin-bottom:1rem;padding:1rem}.agent-analytics-container{padding:20px}.agent-analytics-header{margin-bottom:16px}.agent-analytics-title{align-items:center;display:flex;gap:8px}.agent-analytics-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.agent-analytics-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000a;overflow:hidden}.agent-analytics-card-header{background:#fafafa;border-bottom:1px solid #f0f0f0;padding:12px 14px}.agent-analytics-card-title{align-items:center;display:flex;gap:8px}.agent-analytics-card-body{height:260px;padding:8px 12px}.agent-analytics-error,.agent-analytics-loading{padding:24px}.email-engagement{align-items:center;display:flex;gap:24px;padding:12px}.email-engagement .metric{display:flex;flex-direction:column}.email-engagement .label{color:#6b7280;font-size:12px}.email-engagement .value{color:#2d5a2d;font-size:20px;font-weight:600}.property-analytics-container{padding:20px}.property-analytics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.mls-filter,.property-analytics-title{align-items:center;display:flex;gap:8px}.property-analytics-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.property-analytics-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.property-analytics-card h3{font-size:16px;margin:0 0 8px}.property-analytics-card ul{margin:0;max-height:220px;overflow-y:auto;padding-left:16px}.map-title{gap:8px}.map-placeholder,.map-title{align-items:center;display:flex}.map-placeholder{background:#f5f5f5;border-radius:8px;height:360px;justify-content:center}.map-note{color:#555;font-size:12px;margin-top:8px}.property-analytics-error,.property-analytics-loading{padding:24px}.market-snapshot-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);min-height:100vh;overflow-x:hidden;position:relative}.market-snapshot-container:before{background:radial-gradient(circle at 20% 20%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 80% 80%,#10b9810d 0,#0000 50%),radial-gradient(circle at 40% 60%,#8b5cf608 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.error-container,.loading-container{color:#1e293b}.retry-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;box-shadow:0 4px 12px #3b82f64d,0 2px 4px #0000001a;font-weight:600;transition:all .3s ease}.retry-button:hover{box-shadow:0 8px 20px #3b82f666,0 4px 8px #00000026;transform:translateY(-2px)}.hero-section{background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0}.hero-section:before{background:radial-gradient(circle at 30% 30%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 70% 70%,#10b9810d 0,#0000 50%);pointer-events:none}.hero-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr auto}.hero-text{color:#1e293b}.hero-title{gap:1rem}.hero-icon{color:#3b82f6;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3))}.hero-subtitle{color:#64748b;margin:0 0 2rem;max-width:500px}.hero-actions{align-items:center;gap:2rem}.last-updated{color:#64748b;font-size:.875rem}.hero-stats{display:flex;flex-direction:column;gap:1.5rem}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #e2e8f080;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:center;transition:all .3s ease}.hero-stat:hover{background:#ffffffe6;box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.stat-value{color:#1e293b;font-size:2rem;font-weight:800;margin-bottom:.5rem}.stat-label{letter-spacing:.05em;text-transform:uppercase}.insights-dashboard{margin:0 auto;max-width:1200px;padding:4rem 2rem}.dashboard-header{margin-bottom:3rem;text-align:center}.dashboard-title{align-items:center;color:#1e293b;display:flex;font-size:2.5rem;font-weight:700;gap:1rem;justify-content:center;margin:0}.insights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.insight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#f8fafccc);border:1px solid #e2e8f080;border-radius:20px;box-shadow:0 4px 12px #0000000d;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.insight-card:before{background:linear-gradient(90deg,#3b82f6,#10b981,#8b5cf6);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.insight-card:hover{background:linear-gradient(135deg,#fffffff2,#f8fafce6);box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.insight-card:hover:before{opacity:1}.insight-header{gap:1rem;margin-bottom:1.5rem}.insight-header,.insight-icon{align-items:center;display:flex}.insight-icon{background:#3b82f61a;border-radius:12px;color:#3b82f6;height:3rem;justify-content:center;width:3rem}.insight-title{color:#1e293b;font-size:1.25rem;font-weight:600}.insight-content{color:#64748b}.temperature-display{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.temperature-value{color:#1e293b;font-size:1.5rem;font-weight:700}.temperature-indicator{background:#10b981;border-radius:50%;height:12px;width:12px}.temperature-indicator.hot{background:#ef4444;box-shadow:0 0 20px #ef444480}.temperature-indicator.moderate{background:#eab308;box-shadow:0 0 20px #eab30880}.temperature-indicator.cool{background:#3b82f6;box-shadow:0 0 20px #3b82f680}.trend-display{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.trend-value{color:#1e293b;font-size:1.5rem;font-weight:700}.trend-chart{display:flex;gap:2px}.trend-bar{background:#374151;border-radius:2px;height:20px;width:8px}.trend-bar.rising{background:linear-gradient(0deg,#10b981,#34d399)}.trend-bar.stable{background:linear-gradient(0deg,#eab308,#fbbf24)}.trend-bar.falling{background:linear-gradient(0deg,#ef4444,#f87171)}.score-display{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.score-value{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;color:#fff;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.score-bar{background:#ffffff1a;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.score-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;height:100%;transition:width .3s ease}.insight-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.analytics-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.analytics-header{margin-bottom:3rem;text-align:center}.analytics-title{align-items:center;color:#1e293b;display:flex;font-size:2.5rem;font-weight:700;gap:1rem;justify-content:center;margin:0}.analytics-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.analytics-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#f8fafccc);border:1px solid #e2e8f080;border-radius:20px;box-shadow:0 4px 12px #0000000d;padding:2rem;transition:all .3s ease}.analytics-card:hover{background:linear-gradient(135deg,#fffffff2,#f8fafce6);box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.card-header{margin-bottom:1.5rem}.card-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin:0}.activity-grid,.indicators-grid,.investment-grid,.price-grid{grid-gap:1rem;display:grid;gap:1rem}.activity-item,.indicator-item,.investment-item,.price-item{align-items:center;background:#fff9;border:1px solid #e2e8f04d;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.activity-item:hover,.indicator-item:hover,.investment-item:hover,.price-item:hover{background:#fffc;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.activity-item{gap:1rem}.activity-icon,.activity-item{align-items:center;display:flex}.activity-icon{background:#3b82f633;border-radius:8px;color:#3b82f6;height:2.5rem;justify-content:center;width:2.5rem}.activity-content{flex:1 1}.activity-label,.indicator-label,.investment-label,.price-label{color:#64748b;font-size:.875rem;font-weight:500}.activity-value,.indicator-value,.investment-value,.price-value{color:#1e293b;font-size:1rem;font-weight:600}.investment-value.grade{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:6px;color:#fff;font-size:.875rem;padding:.25rem .75rem}.neighborhood-forecast{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:4rem 2rem}.forecast-section,.neighborhood-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#f8fafccc);border:1px solid #e2e8f080;border-radius:20px;box-shadow:0 4px 12px #0000000d;padding:2rem}.section-header{margin-bottom:1.5rem}.section-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin:0}.forecast-grid,.neighborhood-grid{grid-gap:1rem;display:grid;gap:1rem}.neighborhood-item{align-items:center;background:#fff9;border:1px solid #e2e8f04d;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.neighborhood-item:hover{background:#fffc;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.neighborhood-icon{align-items:center;background:#10b98133;border-radius:8px;color:#10b981;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.neighborhood-content{flex:1 1}.neighborhood-value{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.neighborhood-label{color:#64748b;font-size:.875rem}.forecast-item{align-items:center;background:#fff9;border:1px solid #e2e8f04d;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.forecast-item:hover{background:#fffc;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.forecast-period{color:#64748b;font-size:.875rem;font-weight:500}.forecast-outlook{color:#1e293b;font-size:1rem;font-weight:600}.key-factors{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;margin-top:1.5rem;padding:1rem}.key-factors h4{color:#3b82f6;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.key-factors ul{color:#64748b;margin:0;padding-left:1.5rem}.key-factors li{font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.action-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-top:1px solid #e2e8f0;overflow:hidden;padding:4rem 2rem;position:relative}.action-section:before{background:radial-gradient(circle at 30% 30%,#3b82f60d 0,#0000 50%),radial-gradient(circle at 70% 70%,#10b9810d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.action-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:1}.action-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.action-text p{color:#64748b;font-size:1.125rem;margin:0 auto 2rem;max-width:600px}.action-buttons{flex-wrap:wrap;gap:3rem}.action-btn,.action-buttons{display:flex;justify-content:center}.action-btn{align-items:center;border:none;border-radius:16px;cursor:pointer;font-size:1.125rem;font-weight:700;gap:.75rem;letter-spacing:.05em;min-width:320px;overflow:hidden;padding:1.75rem 3.5rem;position:relative;text-transform:uppercase;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 25px #3b82f666,0 4px 8px #00000026;color:#fff}.action-btn.primary:hover{box-shadow:0 12px 35px #3b82f680,0 6px 12px #0003;transform:translateY(-3px) scale(1.02)}.action-btn.secondary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b98166,0 4px 8px #00000026;color:#fff}.action-btn.secondary:hover{box-shadow:0 12px 35px #10b98180,0 6px 12px #0003;transform:translateY(-3px) scale(1.02)}.snapshot-footer{color:#64748b;font-size:.875rem;padding:2rem;text-align:center}.footer-content p{margin:.25rem 0}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-stats{flex-direction:row;justify-content:center}.analytics-layout,.neighborhood-forecast{grid-template-columns:1fr}}@media (max-width:768px){.hero-section{padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column}.action-section,.analytics-section,.insights-dashboard,.neighborhood-forecast{padding:2rem 1rem}.insights-grid{grid-template-columns:1fr}.action-buttons{align-items:center;flex-direction:column;gap:2rem}.action-btn{max-width:350px;min-width:auto;width:100%}}@media (max-width:480px){.hero-title{flex-direction:column;font-size:2rem;gap:.5rem}.hero-actions{flex-direction:column;gap:1rem}.action-text h2,.analytics-title,.dashboard-title{font-size:2rem}}.text-red-500{color:#ef4444}.text-yellow-500{color:#eab308}.text-blue-500{color:#3b82f6}.text-green-500{color:#22c55e}.text-gray-500{color:#6b7280}.text-red-600{color:#dc2626}.text-yellow-600{color:#ca8a04}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-gray-600{color:#4b5563}.bg-red-50{background-color:#fef2f2}.bg-yellow-50{background-color:#fefce8}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.bg-gray-50{background-color:#f9fafb}.border-red-200{border-color:#fecaca}.border-yellow-200{border-color:#fde047}.border-blue-200{border-color:#bfdbfe}.border-green-200{border-color:#bbf7d0}.border-gray-200{border-color:#e5e7eb}.property-inquiry-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.property-inquiry-modal{animation:modalSlideIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 24px}.modal-header,.modal-header h2{align-items:center;display:flex}.modal-header h2{color:#111827;font-size:20px;font-weight:600;gap:12px;margin:0}.close-button{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s ease}.close-button:hover{background-color:#f3f4f6;color:#374151}.modal-content{flex:1 1;max-height:calc(90vh - 140px);overflow-y:auto;padding:24px}.modal-error,.modal-success{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:12px;margin-bottom:20px;padding:16px}.modal-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.modal-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.property-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;padding:20px}.property-summary h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 16px}.property-info{display:flex;flex-direction:column;gap:8px}.property-price{color:#059669;font-size:24px;font-weight:700;margin:0}.property-address{color:#374151;font-size:16px;line-height:1.4}.property-details{color:#6b7280;font-size:14px;margin:0}.inquiry-form{gap:20px;margin-bottom:24px}.form-group,.inquiry-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#374151;font-size:14px}.form-group input,.form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{font-family:inherit;min-height:100px;resize:vertical}.submit-button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:14px 24px;transition:all .2s ease}.submit-button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.submit-button:disabled{background-color:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.contact-info{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.contact-info h4{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 16px}.contact-method{align-items:center;color:#374151;display:flex;font-size:14px;gap:12px;margin-bottom:12px}.contact-method:last-child{margin-bottom:0}.contact-method svg{color:#6b7280;flex-shrink:0}@media (max-width:640px){.property-inquiry-modal-overlay{padding:16px}.property-inquiry-modal{max-height:95vh;max-width:100%}.modal-header{padding:16px 20px}.modal-content{padding:20px}.property-summary{padding:16px}.property-price{font-size:20px}.submit-button{font-size:15px;padding:12px 20px}}.featured-properties-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem 1rem}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.error-container h2,.loading-container h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem}.error-container p,.loading-container p{color:#64748b;margin:0}.retry-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.retry-button:hover{background:#2563eb}.hero-section{background:linear-gradient(135deg,teal,#00a3a3);margin-bottom:3rem;overflow:hidden;padding:4rem 2rem;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-text{flex:1 1}.hero-title{align-items:center;color:#fff;display:flex;font-size:3.5rem;font-weight:800;letter-spacing:-.025em;margin:0 0 1rem;text-shadow:0 2px 4px #0000001a}.hero-icon{color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:3.5rem;margin-right:1.5rem;width:3.5rem}.hero-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin:0 0 1.5rem}.hero-welcome{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;padding:1.25rem}.hero-welcome p{color:#fff;font-weight:500;margin:0}.hero-actions{display:flex;flex-direction:column;gap:1rem}.hero-refresh-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .3s ease}.hero-refresh-button:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.main-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:320px 1fr;margin:0 auto;max-width:1400px;padding:0 2rem}.sidebar{display:flex;flex-direction:column;gap:2rem;height:fit-content;position:sticky;top:2rem}.sidebar-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:16px;box-shadow:0 8px 25px #00000014;padding:1.5rem}.sidebar-title{align-items:center;color:#1e293b;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem;margin:0 0 1.25rem}.sidebar-title:before{background:linear-gradient(135deg,teal,#00a3a3);border-radius:2px;content:"";height:20px;width:4px}.properties-content{min-height:600px}.lead-welcome{background:linear-gradient(135deg,#e6fffa,#f0fdf4);border:1px solid teal;border-radius:12px;box-shadow:0 4px 12px #0080801a;margin-top:1.5rem;padding:1.25rem}.lead-welcome p{color:#065f46;color:#92400e;font-weight:500;margin:0}.header-actions{display:flex;gap:1rem}.refresh-button{align-items:center;background:linear-gradient(135deg,teal,#00a3a3);border:none;border-radius:12px;box-shadow:0 4px 12px #0080804d;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s ease}.refresh-button:hover{background:linear-gradient(135deg,#066,teal);box-shadow:0 6px 20px #00808066;transform:translateY(-2px)}.clear-filters-button{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem 1.25rem;transition:all .3s ease;width:100%}.clear-filters-button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;color:#475569;transform:translateY(-1px)}.view-button,.view-toggle{display:flex;gap:.5rem}.view-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.view-button.active{background:linear-gradient(135deg,teal,#00a3a3);border-color:teal;box-shadow:0 4px 12px #0080804d;color:#fff}.view-button:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.stats-card{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.stat-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}.stat-number{color:teal;display:block;font-size:2rem;font-weight:800;line-height:1;margin-bottom:.25rem}.stat-label{color:#64748b;font-size:.875rem;font-weight:500}.view-button:hover{background:#f8fafc;border-color:#cbd5e1}.view-button.active:hover{background:#2563eb;box-shadow:0 2px 6px #3b82f64d}.filters-form{padding:1.25rem 1.5rem}.filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem}.filter-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group label{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin-bottom:.5rem}.filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000001a;font-size:.875rem;min-height:44px;padding:.75rem 1rem;transition:all .3s ease}.filter-select:focus{border-color:teal;box-shadow:0 0 0 3px #0080801a;outline:none;transform:translateY(-1px)}@media (max-width:768px){.sidebar-section{padding:1rem}.stats-card{gap:.75rem;grid-template-columns:1fr}.view-options-section{display:none}.properties-display{grid-gap:1rem!important;display:grid!important;gap:1rem!important;grid-template-columns:1fr!important}.properties-display .property-card{flex-direction:column!important;min-height:auto!important}.properties-display .property-image{height:200px!important;width:100%!important}.properties-display .property-content{height:auto!important;padding:1rem!important}.property-card{border-radius:12px;margin-bottom:0}.property-image{height:220px}.property-content{padding:1.25rem}.property-price{font-size:1.5rem}.property-details{padding:1rem 0}.property-actions-bottom,.property-details{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{font-size:1rem;justify-content:center;padding:1rem;width:100%}}.properties-count{margin:0 auto 1rem;max-width:1200px;padding:0 1rem}.properties-count p{color:#64748b;font-size:.875rem;margin:0}.properties-display{margin:0 auto 2rem;max-width:1200px}.properties-display.grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.properties-display.list{display:flex;flex-direction:column;gap:1rem}.property-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.property-card:hover{border-color:#00808033;box-shadow:0 20px 40px #00000026;transform:translateY(-4px)}.properties-display.list .property-card{align-items:stretch;display:flex;flex-direction:row;min-height:200px}.properties-display.list .property-image{flex-shrink:0;height:auto;width:280px}.properties-display.list .property-content{display:flex;flex:1 1;flex-direction:column;height:100%;padding:1.5rem}.properties-display.list .property-details,.properties-display.list .property-header,.properties-display.list .property-meta{margin-bottom:1rem}.properties-display.list .property-description{flex:1 1;margin-bottom:1rem}.properties-display.list .property-actions-bottom{margin-top:auto}.property-image{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);flex-shrink:0;height:280px;overflow:hidden;position:relative}.property-image img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.property-card:hover .property-image img{transform:scale(1.05)}.placeholder-image{align-items:center;background:#f1f5f9;color:#64748b;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center}.placeholder-image span{font-size:.875rem;margin-top:.5rem}.property-badges{display:flex;gap:.5rem;left:1rem;position:absolute;top:1rem}.badge{border-radius:4px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.badge.featured{background:linear-gradient(135deg,teal,#00a3a3);box-shadow:0 2px 8px #0080804d;color:#fff}.badge.new{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 2px 8px #10b9814d;color:#fff}.property-actions{background:#0000;box-shadow:none;display:flex;gap:.5rem;position:absolute;right:0;top:-1.1rem}.property-card .property-actions .action-button{align-items:center;border:none;box-shadow:none;cursor:pointer;display:flex;justify-content:center;transition:all .2s ease}.action-button:hover{color:#f8fafc;opacity:1;transform:scale(1.1)}.property-content{display:flex;flex-direction:column;height:100%;padding:1.5rem}.property-header{display:flex;flex-direction:column;margin-bottom:1rem}.property-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,teal,#00a3a3);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .5rem}.property-address{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem;margin:0}.property-details{border-bottom:1px solid #f1f5f9;border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;gap:1.5rem;margin-bottom:1rem;padding:1rem 0}.detail-item{color:#64748b;font-size:.875rem;gap:.5rem}.detail-item,.property-meta{align-items:center;display:flex}.property-meta{flex-shrink:0;justify-content:space-between;margin-bottom:1rem}.property-type{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#475569;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.list-date{align-items:center;color:#94a3b8;display:flex;font-size:.75rem;gap:.25rem}.property-description{color:#475569;flex:1 1;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.property-actions-bottom{display:flex;gap:.75rem;margin-top:auto}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,teal,#00a3a3);box-shadow:0 4px 12px #0080804d;color:#fff;flex:1 1;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#066,teal);box-shadow:0 6px 20px #00808066;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;color:#475569;transition:all .3s ease}.btn-secondary:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:0 4px 12px #0000001a;color:#334155;transform:translateY(-1px)}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d}.empty-icon{color:#94a3b8;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin:0 0 .5rem}.empty-state p{color:#64748b;margin:0 0 1.5rem}.cta-section{background:linear-gradient(135deg,teal,#00a3a3);border-radius:20px;box-shadow:0 20px 40px #0080804d;color:#fff;margin:0 auto 2rem;max-width:1200px;overflow:hidden;padding:3.5rem 2rem;position:relative;text-align:center}.cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.cta-content h2{color:#fff;font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-content p{font-size:1.125rem;margin:0 0 2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.cta-button.primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.cta-button.primary:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.properties-footer{color:#64748b;font-size:.875rem;margin:0 auto;max-width:1200px;padding:2rem;text-align:center}.properties-footer p{margin:.25rem 0}@media (max-width:1024px){.main-content{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.sidebar{order:2;position:static}.properties-content{order:1}}@media (max-width:768px){.featured-properties-container{padding:0}.hero-section{margin-bottom:1.5rem;padding:2rem 1rem}.hero-content{flex-direction:column;gap:1.5rem;text-align:center}.hero-title{font-size:2rem;line-height:1.2}.hero-icon{height:2rem;margin-right:.75rem;width:2rem}.hero-subtitle{font-size:1rem}.main-content{gap:1rem;padding:0 1rem}.sidebar{gap:1rem}.sidebar-section{padding:1.25rem}.sidebar-title{font-size:1rem;margin-bottom:1rem}.filter-group{margin-bottom:1.25rem}.filter-select{font-size:1rem;padding:.875rem 1rem}.clear-filters-button{font-size:1rem;padding:1rem}.properties-display{grid-gap:1rem!important;display:grid!important;gap:1rem!important;grid-template-columns:1fr!important}.properties-display .property-card{flex-direction:column!important;min-height:auto!important}.properties-display .property-image{height:200px!important;width:100%!important}.properties-display .property-content{height:auto!important;padding:1rem!important}.property-card{border-radius:12px;margin-bottom:0}.property-image{height:220px}.property-content{padding:1.25rem}.property-price{font-size:1.5rem}.property-details{padding:1rem 0}.property-actions-bottom,.property-details{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{font-size:1rem;justify-content:center;padding:1rem;width:100%}.cta-section{padding:2rem 1rem}.cta-content h2{color:#fff;font-size:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}}@media (max-width:480px){.hero-title{font-size:1.75rem}.hero-icon{height:1.75rem;width:1.75rem}.property-image{height:200px}.property-content{padding:1rem}.property-price{font-size:1.25rem}.sidebar-section{padding:1rem}.filter-select{padding:.75rem .875rem}}.animate-spin{animation:spin 1s linear infinite}.property-card{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.properties-display.grid .property-card:first-child{animation-delay:.1s}.properties-display.grid .property-card:nth-child(2){animation-delay:.2s}.properties-display.grid .property-card:nth-child(3){animation-delay:.3s}.properties-display.grid .property-card:nth-child(4){animation-delay:.4s}.properties-display.grid .property-card:nth-child(5){animation-delay:.5s}.properties-display.grid .property-card:nth-child(6){animation-delay:.6s}.property-card *{transition:all .3s cubic-bezier(.4,0,.2,1)}.loading-container{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.more-container{background-color:#f8fafc;margin:0 auto;max-width:600px;min-height:calc(100vh - 70px);padding:1.5rem}.more-header{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.more-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.more-subtitle{color:#6b7280;font-size:.875rem;margin:0}.more-menu-section{margin-bottom:2rem}.more-section-title{border-bottom:1px solid #e5e7eb;color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.more-menu{display:flex;flex-direction:column;gap:.5rem}.more-menu-item{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px #0000000d;color:inherit;display:flex;padding:1rem;text-decoration:none;transition:all .2s ease}.more-menu-item:hover{border-color:#2b7a78;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.more-menu-icon{align-items:center;background:#2b7a781a;border-radius:12px;color:#2b7a78;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:1rem;width:48px}.more-menu-content{flex:1 1;min-width:0}.more-menu-title{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}.more-menu-description{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.more-menu-arrow{color:#9ca3af;flex-shrink:0;margin-left:.5rem}.more-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem;text-align:center}.more-logout-button{align-items:center;background:#ef4444;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s ease;width:100%}.more-logout-button:hover{background:#dc2626;transform:translateY(-1px)}@media (max-width:768px){.more-container{padding:1rem 1rem 80px}.more-menu-item{padding:.875rem}.more-menu-icon{height:40px;margin-right:.75rem;width:40px}.more-menu-title{font-size:.9375rem}.more-menu-description{font-size:.8125rem}.more-section-title{font-size:1rem}}@media (max-width:480px){.more-container{padding:.75rem .75rem 75px}.more-title{font-size:1.25rem}.more-subtitle{font-size:.8125rem}.more-menu-item{padding:.75rem}.more-menu-icon{height:36px;margin-right:.625rem;width:36px}.more-section-title{font-size:.9375rem}}.instagram-integration{margin:0 auto;max-width:1200px;padding:20px}.instagram-header{margin-bottom:40px;text-align:center}.instagram-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.instagram-header p{color:#666;font-size:1.1rem}.connect-section{display:flex;justify-content:center;margin-top:60px}.connect-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.connect-card h2{color:#333;font-size:1.8rem;margin-bottom:20px}.connect-card p{color:#666;line-height:1.6;margin-bottom:30px}.connect-button{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:transform .2s ease}.connect-button:hover{transform:translateY(-2px)}.connect-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.integration-dashboard{grid-gap:30px;display:grid;gap:30px}.integration-status{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px}.integration-status h2{color:#333;font-size:1.6rem;margin-bottom:20px}.account-info{margin-bottom:20px}.account-info p{color:#555;margin:8px 0}.disconnect-button{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.disconnect-button:hover{background:#c82333}.settings-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px}.settings-section h3{color:#333;font-size:1.4rem;margin-bottom:20px}.settings-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.setting-item,.setting-item label{align-items:center;display:flex}.setting-item label{color:#555;cursor:pointer;font-weight:500}.setting-item input[type=checkbox]{accent-color:#405de6;height:18px;margin-right:12px;width:18px}.save-settings-button{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background-color .2s ease}.save-settings-button:hover{background:#218838}.test-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px;text-align:center}.test-section h3{color:#333;font-size:1.4rem;margin-bottom:15px}.test-section p{color:#666;margin-bottom:25px}.test-button{background:#17a2b8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background-color .2s ease}.test-button:hover{background:#138496}.posts-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px}.posts-section h3{color:#333;font-size:1.4rem;margin-bottom:20px}.posts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.post-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.post-status{background:#405de6;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:4px 12px;text-transform:uppercase}.post-status.draft{background:#6c757d}.post-status.posted{background:#28a745}.post-status.failed{background:#dc3545}.post-date{color:#666;font-size:.9rem}.post-content{margin-bottom:15px}.post-caption{color:#333;line-height:1.5;margin-bottom:10px}.post-property{color:#666}.post-property,.publish-button{font-size:.9rem;font-weight:500}.publish-button{background:#405de6;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s ease}.publish-button:hover{background:#3041b3}.loading{color:#666;font-size:1.1rem;padding:60px;text-align:center}@media (max-width:768px){.instagram-integration{padding:15px}.instagram-header h1{font-size:2rem}.connect-card{padding:30px 20px}.posts-grid,.settings-grid{grid-template-columns:1fr}.integration-status,.posts-section,.settings-section,.test-section{padding:20px}}.instagram-callback{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh}.callback-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:400px;padding:2rem;text-align:center;width:90%}.callback-content h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.callback-content p{color:#666;font-size:.9rem;margin-top:1rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:1rem auto;width:40px}*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}body{background-color:#f7fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;margin:0;padding:0}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:#2d3748;font-weight:600}h1{font-size:1.75rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}p{margin-bottom:1rem}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-gray-500{color:#718096}.text-gray-700{color:#4a5568}.text-blue-600{color:#3182ce}.bg-white{background-color:#fff}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.btn{align-items:center;background-color:#4299e1;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;padding:.5rem 1rem;transition:background-color .2s}.btn:hover{background-color:#3182ce}.btn-secondary{background-color:#e2e8f0;color:#4a5568}.btn-secondary:hover{background-color:#cbd5e0}.btn-danger{background-color:#f56565;color:#fff}.btn-danger:hover{background-color:#e53e3e}.btn-sm{font-size:.875rem;padding:.25rem .5rem}.btn-lg{font-size:1rem;padding:.75rem 1.5rem}.btn-icon{align-items:center;display:inline-flex}.form-group{margin-bottom:1rem}.form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.form-control{border:1px solid #e2e8f0;border-radius:.25rem;font-size:1rem;padding:.5rem .75rem;transition:border-color .2s;width:100%}.form-control:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e133;outline:none}.form-text{color:#718096;font-size:.75rem;margin-top:.25rem}.badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-align:center}.badge-primary{background-color:#ebf8ff;color:#3182ce}.badge-success{background-color:#c6f6d5;color:#2f855a}.badge-warning{background-color:#feebc8;color:#c05621}.badge-danger{background-color:#fed7d7;color:#c53030}.alert{border-radius:.25rem;margin-bottom:1rem;padding:1rem}.alert-info{background-color:#ebf8ff;border-left:4px solid #3182ce;color:#2b6cb0}.alert-success{background-color:#c6f6d5;border-left:4px solid #2f855a;color:#276749}.alert-warning{background-color:#feebc8;border-left:4px solid #ed8936;color:#c05621}.alert-danger{background-color:#fed7d7;border-left:4px solid #e53e3e;color:#c53030}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.table th{background-color:#f7fafc;color:#4a5568;font-weight:600}.table tr:last-child td{border-bottom:none}.table tr:hover{background-color:#f7fafc}.pagination{display:flex;gap:.25rem;justify-content:center;margin-top:1.5rem}.pagination-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;color:#4a5568;cursor:pointer;padding:.5rem .75rem;transition:all .2s}.pagination-button:hover{background-color:#f7fafc}.pagination-button.active{background-color:#4299e1;border-color:#4299e1;color:#fff}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.loading{align-items:center;color:#4a5568;display:flex;font-size:1rem;justify-content:center;padding:2rem}.loading:after{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#4299e1;content:"";height:1.5rem;margin-left:.5rem;width:1.5rem}@keyframes spin{to{transform:rotate(1turn)}}.error{background-color:#fed7d7;border-radius:.25rem;color:#c53030;margin-bottom:1rem;padding:1rem}.empty-state{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state h2{color:#2d3748;margin-bottom:.5rem;margin-top:0}.empty-state p{color:#4a5568;margin-bottom:2rem}.app{display:flex;flex-direction:column;min-height:100vh}@media (max-width:768px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}