@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=DM+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@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:-webkit-fit-content;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{-webkit-margin-end:10px;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}.lead-item.lead-item-unsubscribed .lead-unsubscribed-label{color:#6b7280}.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-chart-fixed-height{height:300px;min-height:0;overflow:hidden;position:relative;width:100%}.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-greeting{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem;justify-content:space-between;margin-bottom:1.25rem}.dashboard-greeting-name{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.dashboard-greeting-sub{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.8125rem;font-weight:400;margin:.2rem 0 0}.dashboard-greeting-date{color:#cbd5e0;color:var(--dashboard-neutral-400);font-size:.8125rem;font-weight:500;white-space:nowrap}@media (max-width:576px){.dashboard-greeting-date{display:none}.dashboard-greeting-name{font-size:1.25rem}}.dashboard-section-header{align-items:center;display:flex;gap:.75rem;margin:1.5rem 0 1rem}.dashboard-section-label{color:#cbd5e0;color:var(--dashboard-neutral-400);flex-shrink:0;font-size:.6875rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.dashboard-section-header:after{background:#edf2f7;background:var(--dashboard-neutral-200);content:"";flex:1 1;height:1px}.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-hero{background:#fff;border:1px solid #2b7a7824;border-radius:12px;border-top:3px solid #2b7a78;border-top:3px solid var(--dashboard-primary-color);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;margin:0 0 1.25rem;padding:14px 18px}.dashboard-ai-hero-label{align-items:center;background:#2b7a7814;border-radius:4px;color:#2b7a78;color:var(--dashboard-primary-color);display:inline-flex;font-size:10px;font-weight:700;gap:5px;letter-spacing:.07em;margin-bottom:10px;padding:3px 8px;text-transform:uppercase}.dashboard-ai-search-bar{align-items:center;background:#f9fafb;background:var(--dashboard-neutral-50);border:1.5px solid #edf2f7;border:1.5px solid var(--dashboard-neutral-200);border-radius:10px;display:flex;gap:10px;margin-bottom:10px;padding:0 14px;transition:border-color .15s,background .15s,box-shadow .15s}.dashboard-ai-search-bar:focus-within{background:#fff;border-color:#2b7a78;border-color:var(--dashboard-primary-color);box-shadow:0 0 0 3px #2b7a781a}.dashboard-ai-search-pin{color:#2b7a78;color:var(--dashboard-primary-color);flex-shrink:0}.dashboard-ai-search-input{background:none;border:none;color:#1a202c;color:var(--dashboard-neutral-900);flex:1 1;font-size:14px;min-width:0;outline:none;padding:10px 0}.dashboard-ai-search-clear,.dashboard-ai-search-input::placeholder{color:#cbd5e0;color:var(--dashboard-neutral-400)}.dashboard-ai-search-clear{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:0;transition:color .15s}.dashboard-ai-search-clear:hover{color:#4a5568;color:var(--dashboard-neutral-700)}.dashboard-ai-quick-tiles{display:flex;flex-wrap:wrap;gap:6px}.dashboard-ai-tile{align-items:center;background:#2b7a780f;border:1px solid #2b7a782e;border-radius:6px;color:#21706a;color:var(--dashboard-primary-dark);cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:5px 11px;transition:background .15s,color .15s,transform .1s}.dashboard-ai-tile:hover{background:#2b7a7821;color:#1b4d4a;color:var(--dashboard-primary-darker);transform:translateY(-1px)}.dashboard-market-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a142899;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1100}.dashboard-market-modal{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0000002e;max-height:85vh;max-width:560px;overflow:hidden;overflow-y:auto;width:100%}.dashboard-market-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #f0f4f8;display:flex;justify-content:space-between;padding:16px 20px}.dashboard-market-modal-title{align-items:center;color:#0f172a;display:flex;font-size:15px;font-weight:700;gap:7px}.dashboard-market-modal-date{color:#94a3b8;font-size:13px;font-weight:400}.dashboard-market-modal-close{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;transition:color .15s}.dashboard-market-modal-close:hover{color:#475569}.dashboard-market-loading{align-items:center;display:flex;flex-direction:column;gap:10px;padding:48px 24px;text-align:center}.dashboard-market-loading p{color:#334155;font-size:14px;font-weight:600;margin:0}.dashboard-market-loading span{color:#94a3b8;font-size:12px}.dashboard-market-spin{animation:dm-spin .9s linear infinite;color:#2563eb}@keyframes dm-spin{to{transform:rotate(1turn)}}.dashboard-market-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:13px;gap:8px;margin:20px;padding:12px 16px}.dashboard-market-report{padding:0 0 4px}.dashboard-market-tiles{grid-gap:1px;background:#f0f4f8;border-bottom:1px solid #f0f4f8;display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.dm-tile{background:#fff;flex-direction:column;gap:4px;padding:16px 8px;text-align:center}.dm-tile,.dm-tile-icon{align-items:center;display:flex}.dm-tile-icon{color:#334155;font-size:20px;margin-bottom:2px}.dm-tile-label{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.dm-tile-value{color:#0f172a;font-size:15px;font-weight:700}.dm-tile-temp.dm-tile-hot{background:#fff7ed}.dm-tile-temp.dm-tile-cool{background:#eff6ff}.dm-tile-temp.dm-tile-moderate{background:#fefce8}.dm-grade-val{color:#2563eb;font-size:22px;font-weight:800}.dashboard-market-stats{border-bottom:1px solid #f0f4f8;display:flex;gap:0;overflow-x:auto}.dashboard-market-stat{align-items:center;border-right:1px solid #f0f4f8;display:flex;flex:1 1;flex-direction:column;min-width:70px;padding:12px 8px;text-align:center}.dashboard-market-stat:last-child{border-right:none}.dashboard-market-stat-value{color:#0f172a;font-size:13px;font-weight:700}.dashboard-market-stat-label{color:#94a3b8;font-size:10px;font-weight:500;margin-top:2px}.dashboard-market-insight{align-items:flex-start;background:#f8faff;border-bottom:1px solid #f0f4f8;display:flex;gap:10px;padding:14px 20px}.dashboard-market-insight-icon{color:#2563eb;flex-shrink:0;margin-top:2px}.dashboard-market-insight-text{color:#475569;font-size:12.5px;line-height:1.6;margin:0}.dashboard-market-actions{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px}.dashboard-market-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:9px 16px;transition:background .15s,transform .1s}.dashboard-market-btn:hover{transform:translateY(-1px)}.dashboard-market-btn--primary{background:#2563eb;color:#fff}.dashboard-market-btn--primary:hover{background:#1d4ed8}.dashboard-market-btn--secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155}.dashboard-market-btn--secondary:hover{background:#e2e8f0}.dashboard-market-btn--ghost{background:#0000;border:1px solid #e2e8f0;color:#64748b}.dashboard-market-btn--ghost:hover{background:#f8fafc}.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:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(6,1fr);margin-bottom:1.5rem}.dashboard-stat-card{align-items:center;background-color:#fff;border-radius:10px;border-top:3px solid #edf2f7;border-top:3px solid var(--dashboard-neutral-200);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;display:flex;gap:.75rem;overflow:hidden;padding:.75rem .875rem;position:relative;transition:all .25s ease;transition:all var(--dashboard-transition-normal)}.dashboard-clickable{cursor:pointer}.dashboard-clickable:hover{box-shadow:0 6px 16px #00000017;transform:translateY(-2px)}.dashboard-stat-icon{align-items:center;background-color:#f7fafc;background-color:var(--dashboard-neutral-100);border-radius:8px;color:#718096;color:var(--dashboard-neutral-600);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.dashboard-stat-content{flex:1 1;min-width:0}.dashboard-stat-value{color:#1a202c;color:var(--dashboard-neutral-900);font-size:1.375rem;font-weight:700;line-height:1.1;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-stat-label{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.6875rem;font-weight:500;letter-spacing:.03em;line-height:1.3;text-transform:uppercase}.dashboard-stat-card-primary{background:linear-gradient(160deg,#2b7a780d,#fff 65%);border-top-color:#2b7a78;border-top-color:var(--dashboard-primary-color)}.dashboard-stat-card-primary .dashboard-stat-icon{background-color:#2b7a781f;color:#2b7a78;color:var(--dashboard-primary-color)}.dashboard-stat-card-success{background:linear-gradient(160deg,#10b9810d,#fff 65%);border-top-color:#10b981;border-top-color:var(--dashboard-success-color)}.dashboard-stat-card-success .dashboard-stat-icon{background-color:#10b9811f;color:#10b981;color:var(--dashboard-success-color)}.dashboard-stat-card-info{background:linear-gradient(160deg,#3b82f60d,#fff 65%);border-top-color:#3b82f6;border-top-color:var(--dashboard-info-color)}.dashboard-stat-card-info .dashboard-stat-icon{background-color:#3b82f61f;color:#3b82f6;color:var(--dashboard-info-color)}.dashboard-stat-card-warning{background:linear-gradient(160deg,#f59e0b0d,#fff 65%);border-top-color:#f59e0b;border-top-color:var(--dashboard-warning-color)}.dashboard-stat-card-warning .dashboard-stat-icon{background-color:#f59e0b1f;color:#f59e0b;color:var(--dashboard-warning-color)}.dashboard-stat-card-accent{background:linear-gradient(160deg,#3aa89c0d,#fff 65%);border-top-color:#3aa89c;border-top-color:var(--dashboard-accent-color)}.dashboard-stat-card-accent .dashboard-stat-icon{background-color:#3aa89c1f;color:#3aa89c;color:var(--dashboard-accent-color)}.dashboard-stat-card-violet{background:linear-gradient(160deg,#7c3aed0d,#fff 65%);border-top-color:#7c3aed}.dashboard-stat-card-violet .dashboard-stat-icon{background-color:#7c3aed1f;color:#7c3aed}.dashboard-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr;margin-top:0}.dashboard-left-column,.dashboard-right-column{display:flex;flex-direction:column;gap:1.25rem}.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:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:.75rem;border-radius:var(--dashboard-radius-xl);box-shadow:0 1px 3px #0000000d;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 4px 12px #00000014}.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:.875rem 1.125rem}.dashboard-card-title{align-items:center;color:#4a5568;color:var(--dashboard-neutral-700);display:flex;gap:.625rem}.dashboard-card-title h2{color:#718096;color:var(--dashboard-neutral-600);font-size:.8125rem;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.dashboard-card-title svg{flex-shrink: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:.75rem;font-weight:600;gap:.25rem;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;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 #f7fafc;border-bottom:1px solid var(--dashboard-neutral-100);color:inherit;display:flex;gap:.75rem;justify-content:space-between;padding:.625rem 1.125rem;text-decoration:none;transition:background-color .15s ease;transition:background-color var(--dashboard-transition-fast)}.dashboard-hot-lead-item:hover{background-color:#f9fafb;background-color:var(--dashboard-neutral-50)}.dashboard-hot-lead-item:last-child{border-bottom:none}.dashboard-lead-avatar{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);background:linear-gradient(135deg,var(--dashboard-primary-color),var(--dashboard-primary-light));border-radius:9999px;border-radius:var(--dashboard-radius-full);color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:32px;justify-content:center;letter-spacing:.02em;text-transform:uppercase;width:32px}.dashboard-lead-name{color:#1a202c;color:var(--dashboard-neutral-900)}.dashboard-lead-email,.dashboard-lead-name{margin:0 0 .125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-lead-email{color:#a0aec0;color:var(--dashboard-neutral-500)}.dashboard-lead-contact-time{color:#cbd5e0;color:var(--dashboard-neutral-400);font-size:.6875rem;margin:0}.dashboard-lead-actions{flex-shrink:0;gap:.375rem}.dashboard-action-button{background-color:#fff;border:1px solid #edf2f7;border:1px solid var(--dashboard-neutral-200);border-radius:9999px;border-radius:var(--dashboard-radius-full);color:#a0aec0;color:var(--dashboard-neutral-500);cursor:pointer;transition:all .15s ease;transition:all var(--dashboard-transition-fast)}.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:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem}.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:130px;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:.75rem}.dashboard-property-address{font-size:.8125rem;line-height:1.35;margin:0 0 .3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-property-features{font-size:.75rem;margin:0 0 .3rem}.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{align-items:flex-start;border-bottom:1px solid #f7fafc;border-bottom:1px solid var(--dashboard-neutral-100);color:inherit;display:flex;gap:.75rem;padding:.625rem 1.125rem;text-decoration:none;transition:background-color .15s ease;transition:background-color var(--dashboard-transition-fast)}.dashboard-task-item:hover{background-color:#f9fafb;background-color:var(--dashboard-neutral-50)}.dashboard-task-item:last-child{border-bottom:none}.dashboard-task-priority{align-self:stretch;border-radius:2px;flex-shrink:0;margin-top:2px;min-height:36px;width:3px}.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,.dashboard-priority-normal{background-color:#e2e8f0;background-color:var(--dashboard-neutral-300)}.dashboard-task-content{flex:1 1;min-width:0}.dashboard-task-title{color:#1a202c;color:var(--dashboard-neutral-900);font-size:.875rem;font-weight:600;margin:0 0 .1875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-task-due{align-items:center;color:#a0aec0;color:var(--dashboard-neutral-500);display:flex;font-size:.75rem;gap:.3rem;margin:0 0 .125rem}.dashboard-task-related{color:#cbd5e0;color:var(--dashboard-neutral-400);font-size:.6875rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-activities-list{display:flex;flex:1 1;flex-direction:column}.dashboard-activity-item{align-items:flex-start;border-bottom:1px solid #f7fafc;border-bottom:1px solid var(--dashboard-neutral-100);display:flex;gap:.75rem;padding:.5625rem 1.125rem}.dashboard-activity-item:last-child{border-bottom:none}.dashboard-activity-icon{align-items:center;background-color:#2b7a7814;border-radius:6px;color:#2b7a78;color:var(--dashboard-primary-color);display:flex;flex-shrink:0;height:26px;justify-content:center;margin-top:1px;width:26px}.dashboard-activity-content{flex:1 1;min-width:0}.dashboard-activity-text{color:#4a5568;color:var(--dashboard-neutral-700);font-size:.8125rem;margin:0 0 .125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-activity-lead{color:#2b7a78;color:var(--dashboard-primary-color);font-size:.6875rem;font-weight:500;margin:0 0 .125rem}.dashboard-activity-time{color:#cbd5e0;color:var(--dashboard-neutral-400);font-size:.6875rem;margin:0}.dashboard-empty-state{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1.75rem 1.25rem;text-align:center}.dashboard-empty-state svg{color:#e2e8f0;color:var(--dashboard-neutral-300);margin-bottom:.75rem}.dashboard-empty-text{color:#a0aec0;color:var(--dashboard-neutral-500);font-size:.875rem;margin:0 0 1rem}.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:-webkit-fit-content;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{gap:.625rem;grid-template-columns:repeat(3,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:.5rem;grid-template-columns:repeat(3,1fr)}.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-hero{padding:12px 14px}.dashboard-ai-tile{font-size:11px;padding:5px 9px}.dashboard-ai-matching-section{gap:.75rem;grid-template-columns:1fr}.dashboard-stats-container{gap:.5rem;grid-template-columns:repeat(2,1fr)}.dashboard-stat-card{align-items:flex-start;flex-direction:column;gap:.625rem;padding:.625rem .75rem}.dashboard-stat-icon{border-radius:6px;height:30px;width:30px}.dashboard-stat-value{font-size:1.25rem}.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}.login-button{align-items:center;background:#2b7a78;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;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}}.registration-page{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem}.registration-container{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #00000014;display:flex;min-height:700px;overflow:hidden;width:1000px}.registration-logo-section{display:none}.registration-left{background:linear-gradient(135deg,#2b7a78,#3aafa9);color:#fff}.registration-left,.registration-right{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.registration-right{background:#fff;overflow-y:auto}.registration-header{margin-bottom:2em;text-align:left}.registration-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1em}.registration-logo img{height:60px;object-fit:contain;width:60px}.registration-brand-text{color:#2b7a78;font-size:1.5rem;font-weight:700}.registration-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.registration-subtitle{color:#ffffffd9;font-size:1.1rem;margin-bottom:2rem}.registration-features{list-style:none;margin:0 0 2em;padding:0}.registration-features li{align-items:center;color:#ffffffe6;display:flex;font-size:1rem;margin-bottom:.75rem}.registration-features li:before{color:#4ade80;content:"✓";font-weight:700;margin-right:.75rem}.registration-note{background:#ffffff26;border-radius:.5rem;margin-top:1rem;padding:1rem}.registration-note p{color:#fffffff2;font-size:.9rem;line-height:1.5;margin:0}.registration-form{width:100%}.registration-form-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:left}.registration-form-subtitle{color:#64748b;font-size:.9rem;margin-bottom:2rem;text-align:left}.form-group input{box-sizing:border-box}.form-group input.error{border-color:#ef4444}.field-hint{color:#64748b;display:block;font-size:.75rem;margin-top:.25rem}.error-message{background:#fef2f2}.registration-button{align-items:center;background:#2b7a78;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.registration-button:hover{background:#21706a;box-shadow:0 4px 12px #2b7a784d;transform:translateY(-1px)}.registration-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.registration-footer{color:#64748b;font-size:.9rem;margin-top:1.5rem;text-align:center}.registration-footer-link{color:#2b7a78;font-weight:500;text-decoration:none}.registration-footer-link:hover{text-decoration:underline}@media (max-width:1000px){.registration-page{padding:1rem}.registration-container{flex-direction:column;min-height:0;min-height:auto;padding-top:1rem;width:100%}.registration-left,.registration-right{padding:2rem 1rem}.registration-logo-section{display:flex;justify-content:center;order:1;padding:1rem}.registration-left{order:3}.registration-right{order:2}.registration-form,.registration-form-subtitle,.registration-form-title{text-align:center}.registration-header{margin-bottom:1.5em;text-align:center}.registration-title{font-size:2rem}.registration-subtitle{font-size:1rem}.registration-features{margin-bottom:1.5em}.form-row{grid-template-columns:1fr}}.auth-page{align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-container,.auth-page{background:#fff;display:flex}.auth-container{border-radius:1rem;box-shadow:0 10px 25px #00000014;min-height:600px;overflow:hidden;width:920px}.auth-logo-section{display:none}.auth-left{background:linear-gradient(135deg,#2b7a78,#3aafa9);color:#fff}.auth-left,.auth-right{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.auth-right{background:#fff}.auth-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1em}.auth-logo img{height:60px;object-fit:contain;width:60px}.auth-brand-text{color:#2b7a78;font-size:1.5rem;font-weight:700}.auth-header{margin-bottom:2em;text-align:left}.auth-title{color:#fff;font-size:2.4rem;font-weight:700;margin-bottom:1rem}.auth-subtitle{color:#ffffffd9;font-size:1.05rem;margin-bottom:2rem}.auth-features{list-style:none;margin:0 0 2em;padding:0}.auth-features li{align-items:center;color:#ffffffe6;display:flex;font-size:1rem;margin-bottom:.75rem}.auth-features li:before{color:#4ade80;content:"✓";font-weight:700;margin-right:.75rem}.auth-form{width:100%}.auth-form-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:left}.auth-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%}.password-field{align-items:center;display:flex;position:relative}.password-field input{padding-right:3rem}.password-toggle{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;justify-content:center;position:absolute;right:.75rem}.password-toggle:disabled{cursor:not-allowed;opacity:.6}.form-group input:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.form-helper{color:#64748b;font-size:.85rem;margin-top:.5rem}.error-message{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.success-message{color:#059669;font-size:.9rem}.auth-button,.success-message{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.auth-button{background:#2b7a78;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.auth-button:hover{background:#21706a;box-shadow:0 4px 12px #2b7a784d;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-footer{color:#64748b;font-size:.9rem;margin-top:2rem;text-align:center}.auth-footer-link{background:none;border:none;color:#2b7a78;cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none}.auth-footer-link:hover{text-decoration:underline}.auth-note{color:#64748b;font-size:.85rem;margin-top:.75rem}.auth-timer{color:#1e293b;font-size:1.1rem;font-weight:600;margin-top:.5rem}@media (max-width:900px){.auth-page{padding:1rem}.auth-container{flex-direction:column;min-height:0;min-height:auto;padding-top:1rem;width:100%}.auth-left,.auth-right{padding:2rem 1rem}.auth-logo-section{display:flex;justify-content:center;order:1;padding:1rem}.auth-left{order:3}.auth-right{order:2}.auth-form,.auth-form-subtitle,.auth-form-title,.auth-header{text-align:center}.auth-header{margin-bottom:1.5em}.auth-title{font-size:2rem}.auth-subtitle{font-size:1rem}}.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%}@keyframes rotateBorder{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.header-register-button{align-items:center;background:#0000;border-radius:50px;box-shadow:0 4px 15px #0000000d;color:#2b7a78;display:flex;font-size:.9rem;font-weight:700;isolation:isolate;justify-content:center;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:transform .3s ease}.header-register-button:before{animation:rotateBorder 3s linear infinite;background:conic-gradient(#2b7a78 0,#34d399 25%,#2b7a78 50%,#34d399 75%,#2b7a78 100%);content:"";height:300%;left:50%;position:absolute;top:50%;width:300%;z-index:-2}.header-register-button:after{background:#fff;border-radius:48px;content:"";inset:2px;position:absolute;z-index:-1}.header-register-button:hover{box-shadow:0 8px 25px #2b7a7833;transform:translateY(-2px) scale(1.02)}.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-register-button{border-radius:50px;color:#2b7a78;display:block;font-weight:700;isolation:isolate;margin-bottom:5px;overflow:hidden;padding:1rem 1.5rem;position:relative;text-align:center;text-decoration:none;transition:transform .3s ease}.header-mobile-register-button:before{animation:rotateBorder 3s linear infinite;background:conic-gradient(#2b7a78 0,#34d399 25%,#2b7a78 50%,#34d399 75%,#2b7a78 100%);content:"";height:300%;left:50%;position:absolute;top:50%;width:300%;z-index:-2}.header-mobile-register-button:after{background:#fff;border-radius:48px;content:"";inset:3px;position:absolute;z-index:-1}.header-mobile-register-button:hover{transform:scale(1.02)}.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;position:relative;z-index:10}.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-mobile-nav-cta{display:none}.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:1rem}.herosection-mobile-nav-cta{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.herosection-mobile-nav-cta .header-mobile-demo-button,.herosection-mobile-nav-cta .header-mobile-login-button,.herosection-mobile-nav-cta .header-mobile-register-button{font-size:1rem;padding:1rem 2rem}.herosection-mobile-nav-cta .header-mobile-register-button:after{border-radius:47px;inset:3px}.herosection-mobile-nav-cta .herosection-mobile-cta-inline{display:inline-block;margin-bottom:0}.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:.75rem}.herosection-mobile-nav-cta .header-mobile-demo-button,.herosection-mobile-nav-cta .header-mobile-login-button,.herosection-mobile-nav-cta .header-mobile-register-button{font-size:.9rem;padding:.875rem 1.5rem}.herosection-mobile-nav-cta .header-mobile-register-button:after{border-radius:46px;inset:3px}.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{background:linear-gradient(45deg,#219653,#1a2a32);font-size:1.5rem;font-weight:700;height:60px;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:-webkit-fit-content;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:0 0 2rem}.privacy-site-header{background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:14px 24px}.privacy-site-logo{color:teal;font-size:20px;font-weight:700;letter-spacing:-.3px;text-decoration:none}.privacy-site-logo:hover{color:#066}.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}}:root{--leads-primary:#2b7a78;--leads-primary-light:#3aa89c;--leads-primary-dark:#21706a;--leads-primary-darker:#1b4d4a;--leads-success:#10b981;--leads-warning:#f59e0b;--leads-danger:#ef4444;--leads-info:#3b82f6;--leads-white:#fff;--leads-gray-50:#f9fafb;--leads-gray-100:#f3f4f6;--leads-gray-200:#e5e7eb;--leads-gray-300:#d1d5db;--leads-gray-400:#9ca3af;--leads-gray-500:#6b7280;--leads-gray-600:#4b5563;--leads-gray-700:#374151;--leads-gray-800:#1f2937;--leads-gray-900:#111827;--leads-text-primary:#1f2937;--leads-text-secondary:#6b7280;--leads-text-tertiary:#9ca3af;--leads-bg-primary:#fff;--leads-bg-secondary:#f9fafb;--leads-bg-tertiary:#f3f4f6;--leads-shadow-xs:0 1px 2px 0 #0000000d;--leads-shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--leads-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--leads-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--leads-shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--leads-shadow-2xl:0 25px 50px -12px #00000040;--leads-radius-sm:0.375rem;--leads-radius-md:0.5rem;--leads-radius-lg:0.75rem;--leads-radius-xl:1rem;--leads-radius-2xl:1.5rem;--leads-radius-full:9999px;--leads-spacing-xs:0.25rem;--leads-spacing-sm:0.5rem;--leads-spacing-md:1rem;--leads-spacing-lg:1.5rem;--leads-spacing-xl:2rem;--leads-spacing-2xl:3rem;--leads-transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--leads-transition-base:200ms cubic-bezier(0.4,0,0.2,1);--leads-transition-slow:300ms cubic-bezier(0.4,0,0.2,1)}.leads-page{background:linear-gradient(135deg,#f8fafc,#f1f5f9);margin:0 auto;max-width:1800px;min-height:calc(100vh - 4rem);padding:2rem}@media (max-width:768px){.leads-page{padding:1rem}}.leads-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.leads-header h1{color:#1f2937;color:var(--leads-text-primary);font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0}.leads-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.leads-view-toggle{background:#fff;background:var(--leads-white);border:2px solid #e5e7eb;border:2px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:flex;gap:.25rem;padding:.25rem}.leads-view-toggle-button{align-items:center;background:#0000;border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#9ca3af;color:var(--leads-text-tertiary);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:36px}.leads-view-toggle-button:hover{background:#f3f4f6;background:var(--leads-gray-100);color:#1f2937;color:var(--leads-text-primary)}.leads-view-toggle-button.active{background:#2b7a78;background:var(--leads-primary);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);color:#fff}.leads-header-actions{align-items:center;display:flex;gap:.75rem}.add-lead-button,.leads-add-button{align-items:center;background:linear-gradient(135deg,#2b7a78,#21706a);background:linear-gradient(135deg,var(--leads-primary) 0,var(--leads-primary-dark) 100%);border:none;border-radius:.75rem;border-radius:var(--leads-radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--leads-shadow-md);color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base);white-space:nowrap}.add-lead-button:hover,.leads-add-button:hover{background:linear-gradient(135deg,#21706a,#1b4d4a);background:linear-gradient(135deg,var(--leads-primary-dark) 0,var(--leads-primary-darker) 100%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--leads-shadow-lg);transform:translateY(-2px)}.add-lead-button:active,.leads-add-button:active{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);transform:translateY(0)}.leads-import-button{align-items:center;background:#fff;background:var(--leads-white);border:2px solid #2b7a78;border:2px solid var(--leads-primary);border-radius:.75rem;border-radius:var(--leads-radius-lg);color:#2b7a78;color:var(--leads-primary);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base);white-space:nowrap}.leads-import-button:hover{background:#2b7a78;background:var(--leads-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--leads-shadow-md);color:#fff;transform:translateY(-2px)}.leads-toolbar{background:#fff;background:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.leads-search-form,.search-form{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.leads-search-input-wrapper,.search-input-wrapper{flex:1 1;min-width:250px;position:relative}.leads-search-icon,.search-icon{color:#9ca3af;color:var(--leads-gray-400);left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.leads-search-input,.search-input{background:#fff;background:var(--leads-white);border:2px solid #e5e7eb;border:2px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);color:#1f2937;color:var(--leads-text-primary);font-size:.9375rem;padding:.875rem 1rem .875rem 2.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base);width:100%}.leads-search-input:focus,.search-input:focus{border-color:#2b7a78;border-color:var(--leads-primary);box-shadow:0 0 0 3px #2b7a781a;outline:none}.clear-search-button,.leads-clear-search-button{align-items:center;background:none;border:none;border-radius:9999px;border-radius:var(--leads-radius-full);color:#9ca3af;color:var(--leads-gray-400);cursor:pointer;display:flex;font-size:1.25rem;font-weight:700;height:28px;justify-content:center;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:28px}.clear-search-button:hover,.leads-clear-search-button:hover{background-color:#f3f4f6;background-color:var(--leads-gray-100);color:#4b5563;color:var(--leads-gray-600)}.leads-search-button,.search-button{background:#2b7a78;background:var(--leads-primary);border:none;border-radius:.75rem;border-radius:var(--leads-radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.875rem 2rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base);white-space:nowrap}.leads-search-button:hover,.search-button:hover{background:#21706a;background:var(--leads-primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--leads-shadow-md);transform:translateY(-1px)}.filter-button,.leads-filter-button{align-items:center;background:#fff;background:var(--leads-white);border:2px solid #e5e7eb;border:2px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base);white-space:nowrap}.filter-button:hover,.leads-filter-button:hover{background:#2b7a780d;border-color:#2b7a78;border-color:var(--leads-primary);color:#2b7a78;color:var(--leads-primary)}.leads-filter-panel{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.leads-filter-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.leads-filter-group{display:flex;flex-direction:column;gap:.5rem}.leads-filter-label{color:#6b7280;color:var(--leads-text-secondary);font-size:.875rem;font-weight:600}.leads-filter-input,.leads-filter-select{background:#fff;background:var(--leads-white);border:2px solid #e5e7eb;border:2px solid var(--leads-gray-200);border-radius:.5rem;border-radius:var(--leads-radius-md);color:#1f2937;color:var(--leads-text-primary);font-size:.9375rem;padding:.75rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-filter-input:focus,.leads-filter-select:focus{border-color:#2b7a78;border-color:var(--leads-primary);box-shadow:0 0 0 3px #2b7a781a;outline:none}.leads-filter-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--leads-gray-200);display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.leads-filter-apply-button{background:#2b7a78;background:var(--leads-primary);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-filter-apply-button:hover{background:#21706a;background:var(--leads-primary-dark);transform:translateY(-1px)}.filter-reset-button,.leads-filter-reset-button{background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.filter-reset-button:hover,.leads-filter-reset-button:hover{background:#e5e7eb;background:var(--leads-gray-200);color:#1f2937;color:var(--leads-text-primary)}.leads-filter-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--leads-gray-200);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.leads-filter-header h3{color:#1f2937;color:var(--leads-text-primary);font-size:1.25rem;font-weight:700;margin:0}.leads-filter-close{align-items:center;background:none;border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#9ca3af;color:var(--leads-text-tertiary);cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:32px}.leads-filter-close:hover{background:#f3f4f6;background:var(--leads-gray-100);color:#1f2937;color:var(--leads-text-primary)}.leads-filter-content,.leads-filter-section{margin-bottom:1.5rem}.leads-filter-section:last-child{margin-bottom:0}.leads-filter-section-label{color:#6b7280;color:var(--leads-text-secondary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.leads-filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.leads-filter-option{background:#f3f4f6;background:var(--leads-gray-100);border:2px solid #0000;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast)}.leads-filter-option:hover{background:#e5e7eb;background:var(--leads-gray-200);color:#1f2937;color:var(--leads-text-primary)}.leads-filter-option.active{background:#2b7a78;background:var(--leads-primary);border-color:#2b7a78;border-color:var(--leads-primary);color:#fff}.leads-filter-footer{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--leads-gray-200);display:flex;justify-content:space-between;padding-top:1rem}.leads-filter-summary{color:#9ca3af;color:var(--leads-text-tertiary);font-size:.875rem}.leads-active-filters{color:#2b7a78;color:var(--leads-primary);font-weight:600}.leads-filter-count{align-items:center;background:#2b7a78;background:var(--leads-primary);border-radius:9999px;border-radius:var(--leads-radius-full);color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;margin-left:.5rem;min-width:20px;padding:0 .375rem}.leads-filter-button.has-active-filters{background:#2b7a780d;border-color:#2b7a78;border-color:var(--leads-primary);color:#2b7a78;color:var(--leads-primary)}.leads-table-container{display:none}@media (min-width:1024px){.leads-cards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}}@media (max-width:1023px){.leads-cards-grid{display:none}}.leads-list-container{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);margin-bottom:2rem;overflow:hidden}.leads-list-scrollbar-top{-webkit-overflow-scrolling:touch;background:#f9fafb;background:var(--leads-gray-50);border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--leads-gray-200);height:20px;overflow-x:auto;overflow-y:hidden;scrollbar-color:#9ca3af #f3f4f6;scrollbar-color:var(--leads-gray-400) var(--leads-gray-100);scrollbar-width:thin}.leads-list-scrollbar-top::-webkit-scrollbar{height:12px}.leads-list-scrollbar-top::-webkit-scrollbar-track{background:#f3f4f6;background:var(--leads-gray-100);border-radius:6px}.leads-list-scrollbar-top::-webkit-scrollbar-thumb{background:#9ca3af;background:var(--leads-gray-400);border:2px solid #f3f4f6;border:2px solid var(--leads-gray-100);border-radius:6px}.leads-list-scrollbar-top::-webkit-scrollbar-thumb:hover{background:#6b7280;background:var(--leads-gray-500)}.leads-list-scrollbar-track{height:1px;min-width:100%}.leads-list-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:visible;scrollbar-color:#9ca3af #f3f4f6;scrollbar-color:var(--leads-gray-400) var(--leads-gray-100);scrollbar-width:thin}.leads-list-table-wrapper::-webkit-scrollbar{height:12px}.leads-list-table-wrapper::-webkit-scrollbar-track{background:#f3f4f6;background:var(--leads-gray-100);border-radius:6px}.leads-list-table-wrapper::-webkit-scrollbar-thumb{background:#9ca3af;background:var(--leads-gray-400);border:2px solid #f3f4f6;border:2px solid var(--leads-gray-100);border-radius:6px}.leads-list-table-wrapper::-webkit-scrollbar-thumb:hover{background:#6b7280;background:var(--leads-gray-500)}.leads-list-table{border-collapse:collapse;min-width:1000px;width:100%}.leads-list-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--leads-gray-200)}.leads-list-table th{color:#6b7280;color:var(--leads-text-secondary);font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:1rem 1.25rem;text-align:left;text-transform:uppercase;white-space:nowrap}.leads-list-table tbody tr{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--leads-gray-200);transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast)}.leads-list-table tbody tr:hover{background:#f9fafb;background:var(--leads-gray-50)}.leads-list-table tbody tr:last-child{border-bottom:none}.leads-list-table td{font-size:.9375rem;padding:1rem 1.25rem;vertical-align:middle}.leads-list-name-link,.leads-list-table td{color:#1f2937;color:var(--leads-text-primary)}.leads-list-name-link{font-weight:600;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1);transition:color var(--leads-transition-fast)}.leads-list-name-link:hover{color:#2b7a78;color:var(--leads-primary)}.leads-list-contact{display:flex;flex-direction:column;gap:.375rem}.leads-list-contact-item{align-items:center;color:#6b7280;color:var(--leads-text-secondary);display:flex;font-size:.875rem;gap:.5rem}.leads-list-contact-item svg{color:#9ca3af;color:var(--leads-gray-400);flex-shrink:0}.leads-list-contact-item span:not(.leads-email-unsubscribed-badge){max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leads-list-contact-item .leads-email-unsubscribed-badge{margin-left:.25rem}.leads-list-status-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.375rem .75rem;text-transform:uppercase}.leads-list-status-badge.leads-status-hot,.leads-list-status-badge.leads-status-new{background:#dcfce7;color:#166534}.leads-list-status-badge.leads-status-warm{background:#fef3c7;color:#92400e}.leads-list-status-badge.leads-status-cold{background:#e0f2fe;color:#0c4a6e}.leads-list-workflow-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.leads-list-workflow-none{background:#9ca3af;background:var(--leads-gray-400)}.leads-list-source{color:#6b7280;color:var(--leads-text-secondary);font-size:.875rem}.leads-list-sms-badge{align-items:center;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem}.leads-list-sms-badge.opted-in{color:#166534}.leads-list-sms-badge.opted-out{color:#6b7280;color:var(--leads-gray-500)}.leads-list-score-badge{align-items:center;border-radius:.5rem;border-radius:var(--leads-radius-md);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:inline-flex;flex-direction:column;font-weight:700;height:56px;justify-content:center;text-align:center;width:56px}.leads-list-score-badge.leads-score-hot{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.leads-list-score-badge.leads-score-warm{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#ea580c}.leads-list-score-badge.leads-score-cool{background:linear-gradient(135deg,#e6fffa,#b2f5ea);color:#0f766e}.leads-list-score-badge.leads-score-cold{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b}.leads-list-score-number{font-size:1.125rem;line-height:1;margin-bottom:.125rem}.leads-list-score-label{font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.leads-list-no-score{color:#9ca3af;color:var(--leads-gray-400);font-size:.875rem}.leads-list-alert-toggle{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-gray-500);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:36px}.leads-list-alert-toggle.enabled{background:#dcfce7;color:#10b981;color:var(--leads-success)}.leads-list-alert-toggle.enabled:hover{background:#bbf7d0}.leads-list-alert-toggle.disabled:hover{background:#e5e7eb;background:var(--leads-gray-200)}.leads-list-date{color:#6b7280;color:var(--leads-text-secondary);font-size:.875rem}.leads-list-actions{align-items:center;display:flex;gap:.5rem}.leads-list-action-button{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:32px}.leads-list-action-button:hover{background:#2b7a78;background:var(--leads-primary);color:#fff;transform:scale(1.05)}.leads-list-actions-more{position:relative}.leads-list-actions-dropdown{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);bottom:100%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--leads-shadow-lg);margin-bottom:.5rem;min-width:160px;overflow:hidden;position:absolute;right:0;z-index:1000}.leads-list-dropdown-item{align-items:center;background:none;border:none;color:#1f2937;color:var(--leads-text-primary);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:100%}.leads-list-dropdown-item:hover{background:#f9fafb;background:var(--leads-gray-50)}.leads-list-dropdown-item.leads-list-dropdown-item-delete{color:#ef4444;color:var(--leads-danger)}.leads-list-dropdown-item.leads-list-dropdown-item-delete:hover{background:#fee2e2}@media (max-width:1023px){.leads-list-container{display:none}}.leads-card{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:flex;flex-direction:column;justify-content:space-evenly;overflow:hidden;padding:1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-card:before{background:linear-gradient(90deg,#2b7a78,#3aa89c);background:linear-gradient(90deg,var(--leads-primary) 0,var(--leads-primary-light) 100%);border-radius:.75rem .75rem 0 0;border-radius:var(--leads-radius-lg) var(--leads-radius-lg) 0 0;content:"";height:4px;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);transition:opacity var(--leads-transition-base)}.leads-card:nth-child(6n+1):before{background:linear-gradient(90deg,#ec4899,#f472b6)}.leads-card:nth-child(6n+2):before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.leads-card:nth-child(6n+3):before{background:linear-gradient(90deg,#10b981,#34d399)}.leads-card:nth-child(6n+4):before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.leads-card:nth-child(6n+5):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.leads-card:nth-child(6n+6):before{background:linear-gradient(90deg,#ef4444,#f87171)}.leads-card:hover{border-color:#3aa89c;border-color:var(--leads-primary-light);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--leads-shadow-lg);transform:translateY(-4px)}.leads-card-header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.leads-card-name-section{flex:1 1;min-width:0}.leads-card-name-link{color:#1f2937;color:var(--leads-text-primary);display:block;font-size:1rem;font-weight:700;margin-bottom:.25rem;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .15s cubic-bezier(.4,0,.2,1);transition:color var(--leads-transition-fast);white-space:nowrap}.leads-card-name-link:hover{color:#2b7a78;color:var(--leads-primary)}.leads-card-meta{color:#9ca3af;color:var(--leads-text-tertiary);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:.75rem}.leads-card-date,.leads-card-source{align-items:center;display:inline-flex;gap:.25rem}.leads-card-score{flex-shrink:0}.leads-card-score-badge{align-items:center;border-radius:.5rem;border-radius:var(--leads-radius-md);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:flex;flex-direction:column;font-weight:700;height:48px;justify-content:center;text-align:center;width:48px}.leads-card-score-badge.leads-score-hot{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.leads-card-score-badge.leads-score-warm{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#ea580c}.leads-card-score-badge.leads-score-cool{background:linear-gradient(135deg,#e6fffa,#b2f5ea);color:#0f766e}.leads-card-score-badge.leads-score-cold{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b}.leads-card-score-number{font-size:1.125rem;line-height:1;margin-bottom:.125rem}.leads-card-score-label{font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.leads-card-contact,.leads-card-content{margin-bottom:.75rem}.leads-card-contact{display:flex;flex-direction:column;gap:.375rem}.leads-card-contact-item{align-items:center;color:#6b7280;color:var(--leads-text-secondary);display:flex;font-size:.8125rem;gap:.5rem}.leads-card-contact-item svg{color:#9ca3af;color:var(--leads-gray-400);flex-shrink:0}.leads-card-contact-item span:not(.leads-email-unsubscribed-badge){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leads-email-unsubscribed-badge{background:#f3f4f6;background:var(--leads-gray-100);border-radius:4px;color:#6b7280;color:var(--leads-gray-500);flex-shrink:0;font-size:.6875rem;font-weight:600;letter-spacing:.02em;margin-left:.25rem;padding:.2rem .45rem;text-transform:uppercase}.leads-card-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:0}.leads-card-status-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.375rem .75rem;text-transform:uppercase}.leads-card-status-badge.leads-status-hot,.leads-card-status-badge.leads-status-new{background:#dcfce7;color:#166534}.leads-card-status-badge.leads-status-warm{background:#fef3c7;color:#92400e}.leads-card-status-badge.leads-status-cold{background:#e0f2fe;color:#0c4a6e}.leads-card-workflow-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.leads-card-workflow-none{background:#9ca3af;background:var(--leads-gray-400)}.leads-card-sms-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.7rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.leads-card-sms-badge.opted-in{background:#dcfce7;color:#166534}.leads-card-sms-badge.opted-out{background:#f3f4f6;background:var(--leads-gray-100);color:#6b7280;color:var(--leads-gray-500)}.leads-card-footer{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--leads-gray-200);display:flex;justify-content:space-between;padding-top:.75rem}.leads-card-alerts{align-items:center;display:flex;gap:.5rem}.leads-card-alert-toggle{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-gray-500);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:32px}.leads-card-alert-toggle.enabled{background:#dcfce7;color:#10b981;color:var(--leads-success)}.leads-card-alert-toggle.enabled:hover{background:#bbf7d0}.leads-card-alert-toggle.disabled:hover{background:#e5e7eb;background:var(--leads-gray-200)}.leads-card-alert-status{color:#9ca3af;color:var(--leads-text-tertiary);font-size:.8125rem;font-weight:500}.leads-card-actions{align-items:center;display:flex;gap:.5rem}.leads-card-action-button{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:32px}.leads-card-action-button:hover{background:#2b7a78;background:var(--leads-primary);color:#fff;transform:scale(1.05)}.leads-card-actions-more{position:relative}.leads-card-actions-dropdown{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:.75rem;border-radius:var(--leads-radius-lg);bottom:100%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--leads-shadow-lg);margin-bottom:.5rem;min-width:160px;overflow:hidden;position:absolute;right:0;z-index:1000}.leads-card-dropdown-item{align-items:center;background:none;border:none;color:#1f2937;color:var(--leads-text-primary);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:100%}.leads-card-dropdown-item:hover{background:#f9fafb;background:var(--leads-gray-50)}.leads-card-dropdown-item.leads-card-dropdown-item-delete{color:#ef4444;color:var(--leads-danger)}.leads-card-dropdown-item.leads-card-dropdown-item-delete:hover{background:#fee2e2}.leads-mobile-cards{display:block}@media (min-width:1024px){.leads-mobile-cards{display:none}}.leads-mobile-card{background:#fff;background:var(--leads-white);border:1px solid #e5e7eb;border:1px solid var(--leads-gray-200);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);margin-bottom:1rem;padding:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-mobile-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--leads-shadow-md);transform:translateY(-2px)}.leads-mobile-card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.leads-mobile-card-avatar{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);background:linear-gradient(135deg,var(--leads-primary) 0,var(--leads-primary-light) 100%);border-radius:.75rem;border-radius:var(--leads-radius-lg);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:#1f2937;color:var(--leads-text-primary);display:block;font-size:1.125rem;font-weight:700;margin-bottom:.5rem;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1);transition:color var(--leads-transition-fast)}.leads-mobile-card-name:hover{color:#2b7a78;color:var(--leads-primary)}.leads-mobile-card-meta{color:#9ca3af;color:var(--leads-text-tertiary);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:.75rem}.leads-mobile-date,.leads-mobile-source{align-items:center;display:inline-flex;gap:.25rem}.leads-mobile-card-score{flex-shrink:0}.leads-mobile-score-badge{align-items:center;border-radius:.5rem;border-radius:var(--leads-radius-md);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:flex;flex-direction:column;font-weight:700;height:56px;justify-content:center;text-align:center;width:56px}.leads-mobile-score-badge.leads-score-hot{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.leads-mobile-score-badge.leads-score-warm{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#ea580c}.leads-mobile-score-badge.leads-score-cool{background:linear-gradient(135deg,#e6fffa,#b2f5ea);color:#0f766e}.leads-mobile-score-badge.leads-score-cold{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b}.leads-mobile-score-number{font-size:1.25rem;line-height:1;margin-bottom:.125rem}.leads-mobile-score-label{font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.leads-mobile-card-content{margin-bottom:1rem}.leads-mobile-contact-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.leads-mobile-contact-item{align-items:center;color:#6b7280;color:var(--leads-text-secondary);display:flex;font-size:.875rem;gap:.5rem}.leads-mobile-contact-item svg{color:#9ca3af;color:var(--leads-gray-400);flex-shrink:0}.leads-mobile-status-section{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.leads-mobile-status-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.375rem .75rem;text-transform:uppercase}.leads-mobile-status-badge.leads-status-hot,.leads-mobile-status-badge.leads-status-new{background:#dcfce7;color:#166534}.leads-mobile-status-badge.leads-status-warm{background:#fef3c7;color:#92400e}.leads-mobile-status-badge.leads-status-cold{background:#e0f2fe;color:#0c4a6e}.leads-mobile-workflow-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.leads-mobile-workflow-none{background:#9ca3af;background:var(--leads-gray-400)}.leads-mobile-sms-badge{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.7rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.leads-mobile-sms-badge.opted-in{background:#dcfce7;color:#166534}.leads-mobile-sms-badge.opted-out{background:#f3f4f6;background:var(--leads-gray-100);color:#6b7280;color:var(--leads-gray-500)}.leads-mobile-factors-section{display:flex;flex-wrap:wrap;gap:.5rem}.leads-mobile-factor-indicator{align-items:center;border-radius:9999px;border-radius:var(--leads-radius-full);display:inline-flex;font-size:.6875rem;font-weight:600;letter-spacing:.05em;padding:.25rem .625rem;text-transform:uppercase}.leads-mobile-factor-indicator.positive{background:#dcfce7;color:#166534}.leads-mobile-factor-indicator.negative{background:#fee2e2;color:#dc2626}.leads-mobile-card-actions{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--leads-gray-200);display:flex;gap:.75rem;justify-content:space-between;padding-top:1rem}.leads-mobile-action-button,.leads-mobile-primary-actions{display:flex;flex:1 1;gap:.5rem}.leads-mobile-action-button{align-items:center;border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);cursor:pointer;font-size:.875rem;font-weight:600;justify-content:center;padding:.625rem 1rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast)}.leads-mobile-action-button.primary{background:#2b7a78;background:var(--leads-primary);color:#fff}.leads-mobile-action-button.primary:hover{background:#21706a;background:var(--leads-primary-dark);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);transform:translateY(-1px)}.leads-mobile-secondary-actions{display:flex;gap:.5rem}.leads-mobile-action-button.secondary{background:#f3f4f6;background:var(--leads-gray-100);color:#6b7280;color:var(--leads-text-secondary);flex:0 0 auto;padding:.625rem}.leads-mobile-action-button.secondary:hover{background:#e5e7eb;background:var(--leads-gray-200);color:#1f2937;color:var(--leads-text-primary)}.leads-mobile-action-button.secondary.danger:hover{background:#fee2e2;color:#ef4444;color:var(--leads-danger)}.sortable-header{position:relative}.sort-button{align-items:center;background:none;border:none;border-radius:.375rem;border-radius:var(--leads-radius-sm);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:flex-start;padding:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:100%}.sort-button:hover{background-color:#f9fafb;background-color:var(--leads-gray-50);color:#1f2937;color:var(--leads-text-primary)}.sort-arrow{color:#9ca3af;color:var(--leads-gray-400);flex-shrink:0;margin-left:.25rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast)}.sort-arrow.inactive{color:#d1d5db;color:var(--leads-gray-300)}.sort-arrow.active{color:#2b7a78;color:var(--leads-primary)}.leads-pagination-container{background:#fff;background:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);margin-top:2rem;padding:1.5rem}@media (max-width:1023px){.leads-desktop-pagination{display:none!important}}@media (max-width:768px){.leads-mobile-cards .leads-pagination-container{margin-top:1rem;padding:.75rem}}.leads-loading{align-items:center;background:#fff;background:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem 2rem}.leads-loading-icon{animation:spin 1s linear infinite;color:#2b7a78;color:var(--leads-primary)}.leads-error{align-items:center;background:#fff;background:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);color:#ef4444;color:var(--leads-danger);display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem 2rem}.leads-retry-button{background:#2b7a78;background:var(--leads-primary);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-retry-button:hover{background:#21706a;background:var(--leads-primary-dark);transform:translateY(-1px)}.leads-empty-state{background:#fff;background:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);padding:4rem 2rem;text-align:center}.leads-empty-state h2{color:#1f2937;color:var(--leads-text-primary);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.leads-empty-state p{color:#6b7280;color:var(--leads-text-secondary);font-size:1rem;margin:0 0 2rem}.delete-modal-overlay,.leads-delete-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);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;background-color:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--leads-shadow-2xl);max-width:500px;padding:2rem;width:90%}.leads-delete-modal h2{color:#1f2937;color:var(--leads-text-primary);font-size:1.5rem;font-weight:700;margin:0 0 1rem}.leads-delete-warning{color:#6b7280;color:var(--leads-text-secondary);font-size:1rem;margin:0 0 1.5rem}.leads-delete-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.leads-cancel-button{background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-cancel-button:hover{background:#e5e7eb;background:var(--leads-gray-200);color:#1f2937;color:var(--leads-text-primary)}.leads-delete-button{background:#ef4444;background:var(--leads-danger);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-delete-button:hover{background:#dc2626;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--leads-shadow-sm);transform:translateY(-1px)}@media (max-width:768px){.leads-header{align-items:flex-start;flex-direction:column}.leads-header-right{justify-content:space-between;width:100%}.leads-view-toggle{display:none}.leads-header-actions{flex-wrap:wrap;width:100%}.leads-add-button,.leads-import-button{flex:1 1;justify-content:center}.leads-search-form{flex-direction:column}.leads-filter-button,.leads-search-button,.leads-search-input-wrapper{width:100%}.leads-cards-grid,.leads-filter-row{grid-template-columns:1fr}}.leads-csv-import-modal{background-color:#fff;background-color:var(--leads-white);border-radius:1rem;border-radius:var(--leads-radius-xl);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--leads-shadow-2xl);max-height:90vh;max-width:600px;overflow-y:auto;padding:0;width:90%}.leads-csv-import-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--leads-gray-200);display:flex;justify-content:space-between;padding:1.5rem}.leads-csv-import-header h2{color:#1f2937;color:var(--leads-text-primary);font-size:1.5rem;font-weight:700;margin:0}.leads-csv-close-button{align-items:center;background:none;border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#9ca3af;color:var(--leads-text-tertiary);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-fast);width:32px}.leads-csv-close-button:hover{background:#f3f4f6;background:var(--leads-gray-100);color:#1f2937;color:var(--leads-text-primary)}.leads-csv-import-content{padding:1.5rem}.leads-csv-description{color:#6b7280;color:var(--leads-text-secondary);font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.leads-csv-file-input-wrapper{margin-bottom:1.5rem}.leads-csv-file-input{display:none}.leads-csv-file-label{align-items:center;background:#f9fafb;background:var(--leads-gray-50);border:3px dashed #d1d5db;border:3px dashed var(--leads-gray-300);border-radius:1rem;border-radius:var(--leads-radius-xl);cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:3rem 2rem;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-csv-file-label:hover{background:#2b7a780d;border-color:#2b7a78;border-color:var(--leads-primary)}.leads-csv-file-label.leads-csv-file-selected{background:#2b7a781a;border-color:#2b7a78;border-color:var(--leads-primary)}.leads-csv-format-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.leads-csv-format-badge{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem}.leads-csv-format-badge-icon{font-size:1.25rem}.leads-csv-import-actions{border-top:1px solid #e5e7eb;border-top:1px solid var(--leads-gray-200);display:flex;gap:.75rem;justify-content:flex-end;padding-top:1.5rem}.leads-csv-cancel-button{background:#f3f4f6;background:var(--leads-gray-100);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-csv-cancel-button:hover{background:#e5e7eb;background:var(--leads-gray-200);color:#1f2937;color:var(--leads-text-primary)}.leads-csv-import-button{background:#2b7a78;background:var(--leads-primary);border:none;border-radius:.5rem;border-radius:var(--leads-radius-md);color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);transition:all var(--leads-transition-base)}.leads-csv-import-button:hover:not(:disabled){background:#21706a;background:var(--leads-primary-dark);transform:translateY(-1px)}.leads-csv-import-button:disabled{cursor:not-allowed;opacity:.6}.leads-csv-preview{background:#f9fafb;background:var(--leads-gray-50);border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-text-secondary);font-size:.875rem;margin-top:1.5rem;padding:1rem}.leads-no-score{padding:.5rem}.leads-mobile-no-score,.leads-no-score{align-items:center;background:#f3f4f6;background:var(--leads-gray-100);border-radius:.5rem;border-radius:var(--leads-radius-md);color:#6b7280;color:var(--leads-gray-500);display:flex;font-size:.8125rem;font-style:italic;justify-content:center}.leads-mobile-no-score{height:56px;width:56px}.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{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23666' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:10px 6px;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%}}.lo-tab{display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:20px}.lo-card{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.lo-card-header{align-items:center;border-bottom:1px solid var(--mid-gray);display:flex;gap:12px;justify-content:space-between;padding:14px 20px}.lo-card-title{align-items:center;color:var(--text-dark);display:inline-flex;font-size:14px;font-weight:700;gap:6px;letter-spacing:.1px}.lo-card-content{padding:20px}.lo-prefs-card{border-top:4px solid #3b82f6}.lo-prefs-card .lo-card-header{background:#eff6ff;border-bottom-color:#bfdbfe}.lo-prefs-card .lo-card-title{color:#1d4ed8}.lo-ai-card{border-top:4px solid #f59e0b}.lo-ai-card .lo-card-header{background:#fffbeb;border-bottom-color:#fde68a;flex-wrap:wrap}.lo-ai-card .lo-card-title{color:#b45309}.lo-notes-card{border-top:4px solid #8b5cf6}.lo-notes-card .lo-card-header{background:#f5f3ff;border-bottom-color:#ddd6fe}.lo-notes-card .lo-card-title{color:#6d28d9}.lo-score-hot{color:#dc2626}.lo-score-warm{color:#ea580c}.lo-score-cool{color:#0f766e}.lo-score-cold{color:#64748b}.lo-score-none{color:#9ca3af}.lo-chip-hot{background:#fee2e2;color:#dc2626}.lo-chip-warm{background:#ffedd5;color:#ea580c}.lo-chip-cool{background:#e6fffa;color:#0f766e}.lo-chip-cold{background:#f1f5f9;color:#64748b}.lo-chip-none{background:#f8fafc;color:#9ca3af}.lo-hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border-top:4px solid var(--primary-green);box-shadow:0 2px 8px #0000000f;padding:20px 24px}.lo-hero-label{color:var(--primary-green);font-size:11px;font-weight:700;letter-spacing:.8px;margin-bottom:16px;text-transform:uppercase}.lo-hero-body,.lo-hero-scores{align-items:stretch;display:flex}.lo-hero-scores{flex:1 1}.lo-hero-score-col{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:0 24px;text-align:center}.lo-hero-score-col:first-child{padding-left:0}.lo-hero-score-num{font-size:42px;font-weight:800;line-height:1;margin-bottom:8px}.lo-hero-tier-chip{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;margin-bottom:6px;padding:3px 10px}.lo-hero-score-lbl{color:var(--text-medium);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.lo-hero-score-sub{color:#9ca3af;font-size:10px;margin-top:3px}.lo-hero-divider{background:#0000001a;margin:0 4px}.lo-hero-divider,.lo-hero-divider--strong{align-self:stretch;flex-shrink:0;width:1px}.lo-hero-divider--strong{background:#00000026;margin:0 24px}.lo-hero-meta{display:flex;flex-direction:column;gap:10px;justify-content:center;min-width:180px}.lo-hero-qual{align-items:center;align-self:flex-start;border-radius:20px;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:5px 12px}.lo-hero-qual--yes{background:#dcfce7;color:#16a34a}.lo-hero-qual--no{background:#fee2e2;color:#dc2626}.lo-hero-meta-item{display:flex;flex-direction:column;gap:2px}.lo-hero-meta-lbl{color:var(--text-medium);font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.lo-hero-urgency{color:#d97706;font-size:13px;font-weight:600}.lo-hero-budget{color:var(--text-dark);font-size:14px;font-weight:600}.lo-hero-reason{border-top:1px solid #00000014;color:var(--text-medium);font-size:12px;line-height:1.4;max-width:220px;padding-top:6px}.lo-action-banners{display:flex;flex-direction:column;gap:8px}.lo-action-banner{align-items:center;border-radius:8px;display:flex;font-size:13px;font-weight:500;gap:10px;padding:10px 14px}.lo-action-banner--warn{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.lo-action-banner--info{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.lo-action-banner svg{flex-shrink:0}.lo-action-banner span{flex:1 1}.lo-banner-btn{background:#0000;border:1px solid;border-radius:6px;color:inherit;cursor:pointer;font-size:12px;font-weight:600;opacity:.9;padding:4px 12px;transition:all .15s;white-space:nowrap}.lo-banner-btn:hover:not(:disabled){background:#0000000f;opacity:1}.lo-banner-btn:disabled{cursor:not-allowed;opacity:.5}.lo-badge{align-items:center;border-radius:10px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:2px 8px;white-space:nowrap}.lo-badge--success{background:#dcfce7;color:#16a34a}.lo-badge--warn{background:#ffedd5;color:#c2410c}.lo-badge--neutral{background:var(--mid-gray);color:var(--text-medium)}.lo-btn-ghost{align-items:center;background:var(--white);border:1px solid var(--mid-gray);border-radius:6px;color:var(--text-dark);cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px;transition:all .15s;white-space:nowrap}.lo-btn-ghost:hover:not(:disabled){border-color:var(--primary-green);color:var(--primary-green)}.lo-btn-ghost:disabled{cursor:not-allowed;opacity:.5}.lo-btn-sm{font-size:11px;padding:2px 8px}.lo-prefs-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.lo-prefs-budget{align-items:center;border-right:1px solid var(--mid-gray);color:var(--primary-green);display:flex;flex-shrink:0;gap:6px;padding-right:20px}.lo-prefs-budget svg{flex-shrink:0}.lo-prefs-budget-range{color:var(--text-dark);font-size:20px;font-weight:700}.lo-prefs-chips{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.lo-prefs-chip{align-items:center;background:var(--light-green);border-radius:20px;color:var(--primary-green);display:inline-flex;font-size:13px;font-weight:500;gap:5px;padding:5px 12px}.lo-prefs-chip svg{flex-shrink:0}.lo-prefs-locations{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.lo-prefs-location-pill{align-items:center;background:var(--white);border:1px solid var(--mid-gray);border-radius:16px;color:var(--text-medium);display:inline-flex;font-size:12px;gap:4px;padding:4px 10px}.lo-prefs-location-pill svg{color:var(--primary-green);flex-shrink:0}.lo-prefs-other{background:var(--light-gray);border-left:3px solid var(--primary-green);border-radius:0 6px 6px 0;color:var(--text-dark);font-size:13px;line-height:1.5;padding:10px 14px;white-space:pre-wrap}.lo-prefs-empty{color:var(--text-light);font-size:13px;font-style:italic}.lo-ai-zap{color:#f59e0b}.lo-ai-header-row{gap:12px;justify-content:space-between}.lo-ai-header-meta,.lo-ai-header-row{align-items:center;display:flex;flex-wrap:wrap}.lo-ai-header-meta{gap:10px}.lo-ai-timestamp{align-items:center;color:var(--text-light);display:flex;font-size:11px;gap:4px}.lo-ai-confidence{background:var(--light-gray);border-radius:10px;color:var(--text-medium);font-size:11px;padding:2px 8px}.lo-ai-tabs{border-bottom:1px solid var(--mid-gray);display:flex;margin-bottom:20px}.lo-ai-tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:var(--text-medium);cursor:pointer;font-size:13px;font-weight:500;margin-bottom:-1px;padding:8px 16px;transition:all .15s;white-space:nowrap}.lo-ai-tab-btn.active,.lo-ai-tab-btn:hover{color:var(--primary-green)}.lo-ai-tab-btn.active{border-bottom-color:var(--primary-green);font-weight:600}.lo-ai-panel-content{display:flex;flex-direction:column;gap:18px}.lo-ai-tag-group{display:flex;flex-direction:column;gap:8px}.lo-ai-tag-label{align-items:center;color:var(--text-dark);display:flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.5px;text-transform:uppercase}.lo-ai-tag-label svg{color:var(--primary-green)}.lo-ai-tags{display:flex;flex-wrap:wrap;gap:6px}.lo-ai-tag{border-radius:14px;display:inline-block;font-size:12px;font-weight:500;padding:4px 11px}.lo-ai-tag--positive{background:#dcfce7;color:#16a34a}.lo-ai-tag--negative{background:#fee2e2;color:#dc2626}.lo-ai-tag--opportunity{background:#eff6ff;color:#2563eb}.lo-ai-tag--step{background:#f1f5f9;color:#475569}.lo-ai-tag--feature{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.lo-ai-tag--numeric{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.lo-ai-tag--intent{background:#f5f3ff;border:1px solid #ddd6fe;color:#7c3aed;font-weight:600}.lo-ai-tag--style{background:#fefce8;border:1px solid #fde68a;color:#854d0e}.lo-ai-summary{color:var(--text-dark);font-size:13px;line-height:1.5;margin-bottom:4px}.lo-ai-profile-chips{display:flex;flex-wrap:wrap;gap:6px}.lo-ai-reasoning{background:#f8fafc;border-left:4px solid var(--primary-green);border-radius:8px;color:var(--text-dark);font-size:14px;line-height:1.7;padding:16px 20px}.lo-ai-empty{align-items:center;color:var(--text-light);display:flex;flex-direction:column;gap:8px;padding:36px 20px;text-align:center}.lo-ai-empty svg{color:#f59e0b;opacity:.5}.lo-ai-empty p{color:var(--text-medium);font-size:14px;font-weight:500;margin:0}.lo-ai-empty-sub{color:var(--text-light)!important;font-size:12px!important;line-height:1.5;max-width:320px}.lo-ai-empty-panel{color:var(--text-light);font-size:13px;font-style:italic;padding:4px 0}.lo-notes-content{color:var(--text-dark);font-size:14px;line-height:1.7;white-space:pre-wrap}.lo-spin{animation:lo-spin 1s linear infinite}@media (max-width:768px){.lo-grid-2col{grid-template-columns:1fr}.lo-hero-body{flex-direction:column;gap:16px}.lo-hero-scores{justify-content:space-around}.lo-hero-divider--strong{height:1px;margin:0;width:100%}.lo-hero-meta{flex-direction:row;flex-wrap:wrap;gap:12px;min-width:0;min-width:auto}.lo-hero-score-col{padding:0 12px}}@media (max-width:480px){.lo-hero-score-num{font-size:32px}.lo-hero-divider{display:none}.lo-hero-scores{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.lo-hero-score-col{padding:0}.lo-ai-tabs{overflow-x:auto;scrollbar-width:thin}}@media print{.lo-tab{gap:16px}.lo-card{border:1px solid var(--mid-gray);box-shadow:none;page-break-inside:avoid}}.leadoverview-info-card{background:var(--white);border-radius:12px;border-top:4px solid #6366f1;box-shadow:0 2px 8px #0000000f;overflow:hidden}.leadoverview-card-header{align-items:center;background:#eef2ff;border-bottom:1px solid #c7d2fe;display:flex;gap:12px;justify-content:space-between;padding:14px 20px}.leadoverview-card-header h2{color:#4338ca;font-size:14px;font-weight:700;letter-spacing:.1px;margin:0}.leadoverview-card-content{padding:20px}.leadoverview-automation-card .card{background:var(--white);border-radius:12px;border-top:4px solid #0891b2;box-shadow:0 2px 8px #0000000f;overflow:hidden}.leadoverview-automation-card .card-header{align-items:center;background:#ecfeff;border-bottom:1px solid #a5f3fc;display:flex;gap:10px;padding:14px 20px}.leadoverview-automation-card .card-title{align-items:center;color:#0e7490;display:flex;font-size:14px;font-weight:700;gap:8px;letter-spacing:.1px;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:18px;padding:12px 14px}.status-info{align-items:center;display:flex;gap:10px}.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 2px}.status-details .status-description{color:#6b7280;font-size:12px;margin:0}.status-badge{letter-spacing:.4px;padding:3px 10px}.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:18px}.toggle-info .toggle-title{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 2px}.toggle-info .toggle-description{color:#6b7280;font-size:12px;margin:0}.toggle-switch{display:inline-block;flex-shrink:0;height:24px;position:relative;width:46px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:.3s}.toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}input:checked+.toggle-slider{background-color:var(--primary-green)}input:disabled+.toggle-slider{cursor:not-allowed;opacity:.5}input:checked+.toggle-slider:before{transform:translateX(22px)}.frequency-section{margin-bottom:18px}.frequency-header .frequency-label{color:#1f2937;display:block;font-size:14px;font-weight:600;margin-bottom:2px}.frequency-header .frequency-description{color:#6b7280;font-size:12px;margin:0 0 8px}.frequency-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:14px;padding:8px 12px;width:100%}.frequency-select:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px #2c87591f;outline:none}.frequency-select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.alert-history-section{margin-bottom:18px}.history-title{align-items:center;color:#1f2937;display:flex;font-size:13px;font-weight:600;gap:6px;margin:0 0 10px}.history-details{display:flex;flex-direction:column;gap:6px}.history-item{display:flex;font-size:13px;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:8px;margin-bottom:18px;padding:10px 14px}.summary-text{color:#1e40af;font-size:13px;line-height:1.5;margin:0}.manual-trigger-section{border-top:1px solid var(--mid-gray);padding-top:16px}.trigger-button{align-items:center;background:var(--white);border:1px solid var(--mid-gray);border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .15s;width:100%}.trigger-button:hover:not(:disabled){background:var(--light-green);border-color:var(--primary-green);color:var(--primary-green)}.trigger-button:disabled{cursor:not-allowed;opacity:.5}.loading-state{color:#6b7280;font-size:13px;gap:10px;padding:24px}.loading-spinner{animation:lo-spin 1s linear infinite;border:2px solid #e5e7eb;border-top:2px solid var(--primary-green)}.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{display:flex;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-tiles-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.leadtask-tile.leadtask-item{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;display:flex;flex-direction:column;gap:0;overflow:hidden;padding:1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.leadtask-tile.leadtask-item:before{background:linear-gradient(90deg,#2b7a78,#3aa89c);border-radius:.75rem .75rem 0 0;content:"";height:4px;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.leadtask-tile.leadtask-item:nth-child(6n+1):before{background:linear-gradient(90deg,#ec4899,#f472b6)}.leadtask-tile.leadtask-item:nth-child(6n+2):before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.leadtask-tile.leadtask-item:nth-child(6n+3):before{background:linear-gradient(90deg,#10b981,#34d399)}.leadtask-tile.leadtask-item:nth-child(6n+4):before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.leadtask-tile.leadtask-item:nth-child(6n+5):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.leadtask-tile.leadtask-item:nth-child(6n+6):before{background:linear-gradient(90deg,#ef4444,#f87171)}.leadtask-tile.leadtask-item:hover{border-color:#3aa89c;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.leadtask-tile.leadtask-item.completed{background:#ecfdf5;background:var(--green-50);opacity:.88}.leadtask-tile-header{margin-bottom:.75rem}.leadtask-tile-title-row{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.leadtask-tile-title-row h3{color:#1f2937;color:var(--text-dark);flex:1 1;font-size:1rem;font-weight:700;line-height:1.35;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leadtask-tile-title-row h3.completed{color:#9ca3af;color:var(--text-light);text-decoration:line-through}.leadtask-tile-actions{display:flex;flex-shrink:0;gap:.5rem}.leadtask-tile-badges{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.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-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-complete-button,.leadtask-delete-button,.leadtask-edit-button,.leadtask-reopen-button{align-items:center;background:#f3f4f6;background:var(--gray-100);border:none;border-radius:.5rem;color:#9ca3af;color:var(--text-light);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);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-tile-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#6b7280;color:var(--text-medium);display:-webkit-box;font-size:.8125rem;line-height:1.5;margin-bottom:.75rem;overflow:hidden;padding:.5rem 0;text-overflow:ellipsis}.leadtask-tile-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);margin-top:auto;padding-top:.75rem}.leadtask-complete-full,.leadtask-reopen-full{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.375rem;justify-content:center;padding:.75rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.leadtask-complete-full{background:#10b981;background:var(--primary-green);color:#fff;color:var(--white)}.leadtask-complete-full:hover{background:#059669;background:var(--primary-green-dark);transform:translateY(-1px)}.leadtask-reopen-full{background:#e5e7eb;background:var(--gray-200);color:#1f2937;color:var(--text-dark);min-height:40px;width:100%}.leadtask-reopen-full:hover{background:#3b82f6;background:var(--blue);color:#fff;color:var(--white)}.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-tile.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-tile-actions,.leadtask-tile-title-row{flex-wrap:wrap}.leadtask-complete-button,.leadtask-delete-button,.leadtask-edit-button,.leadtask-reopen-button{height:32px;width:32px}.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-tiles-grid{grid-template-columns:1fr}.leadtask-tile.leadtask-item{padding:1rem}}.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}.btn-processing{color:#fff!important;cursor:progress!important}.btn-processing,.btn-processing:hover{background-color:#f59e0b!important;border-color:#f59e0b!important}.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-top-color:#3b82f6;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:-webkit-sticky;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:-webkit-sticky;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}.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:2000!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:-webkit-sticky!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:-webkit-fit-content!important;height:fit-content!important;overflow-y:auto!important;padding:20px!important}#document-upload-modal-body .form-group{margin-bottom:16px!important}#document-upload-modal-body .checkbox-label{display:flex!important;font-size:14px!important;gap:8px!important}#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:10!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:-webkit-sticky!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{--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{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1400px;padding:24px}.leaddetails-header,.leaddetails-page{background-color:#fff;background-color:var(--white);border-radius:8px}.leaddetails-header{border-bottom:3px solid #2c8759;border-bottom:3px solid var(--primary-green);box-shadow:0 2px 10px #0000000d;margin-bottom:24px;padding:20px 24px}.leaddetails-profile{align-items:center;display:flex;gap:16px}.leaddetails-avatar{align-items:center;border-radius:50%;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:52px;justify-content:center;letter-spacing:.5px;width:52px}.leaddetails-avatar--hot{background-color:#dc2626}.leaddetails-avatar--warm{background-color:#ea580c}.leaddetails-avatar--cool{background-color:#0f766e}.leaddetails-avatar--cold{background-color:#64748b}.leaddetails-identity{flex:1 1;min-width:0}.leaddetails-name-row{gap:12px;justify-content:space-between;margin-bottom:10px}.leaddetails-name-left,.leaddetails-name-row{align-items:center;display:flex;flex-wrap:wrap}.leaddetails-name-left{gap:10px;min-width:0}.leaddetails-name-row h1{color:#333;color:var(--text-dark);font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0;white-space:nowrap}.leaddetails-meta-strip{align-items:center;border-top:1px solid #e0e0e0;border-top:1px solid var(--mid-gray);display:flex;flex-wrap:wrap;gap:4px 20px;padding-top:10px}.leaddetails-meta-item{align-items:center;color:#555;color:var(--text-medium);display:inline-flex;font-size:13px;gap:5px;text-decoration:none;transition:color .15s}.leaddetails-meta-item:hover{color:#2c8759;color:var(--primary-green)}.leaddetails-meta-item svg{color:#777;color:var(--text-light);flex-shrink:0}.leaddetails-lead-status{background-color:#eef8f0;background-color:var(--light-green);color:#2c8759;color:var(--primary-green);font-size:13px;font-weight:500}.leaddetails-lead-status,.leaddetails-score-chip{border-radius:12px;padding:3px 10px;white-space:nowrap}.leaddetails-score-chip{font-size:12px;font-weight:600}.leaddetails-score-chip--hot{background:#fee2e2;color:#dc2626}.leaddetails-score-chip--warm{background:#ffedd5;color:#ea580c}.leaddetails-score-chip--cool{background:#e6fffa;color:#0f766e}.leaddetails-score-chip--cold{background:#f1f5f9;color:#64748b}.leaddetails-quick-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.leaddetails-action-btn{align-items:center;background:#fff;background:var(--white);border:1px solid #e0e0e0;border:1px solid var(--mid-gray);border-radius:6px;color:#333;color:var(--text-dark);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 14px;text-decoration:none;transition:all .15s}.leaddetails-action-btn:hover{background:#eef8f0;background:var(--light-green);border-color:#2c8759;border-color:var(--primary-green);color:#2c8759;color:var(--primary-green)}.leaddetails-action-btn--primary{background:#2c8759;background:var(--primary-green);border-color:#2c8759;border-color:var(--primary-green);color:#fff;color:var(--white)}.leaddetails-action-btn--primary:hover{background:#1e5d3c;background:var(--dark-green);border-color:#1e5d3c;border-color:var(--dark-green);color:#fff;color:var(--white)}.leaddetails-action-btn--disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.leaddetails-action-btn svg{flex-shrink:0}.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{padding:16px}.leaddetails-tabs{padding-bottom:8px}.leaddetails-tabs button{font-size:16px;padding:12px 16px}}@media (max-width:576px){.leaddetails-page{padding:16px}.leaddetails-profile{align-items:flex-start}.leaddetails-avatar{font-size:16px;height:44px;width:44px}.leaddetails-name-row h1{font-size:18px}.leaddetails-tabs button{font-size:15px;padding:10px 12px}}@media print{.leaddetails-page{max-width:100%;padding:0}.leaddetails-actions,.leaddetails-tabs{display:none}}: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:-webkit-fit-content;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;font-size:14px;gap:6px;max-width:none;min-width:auto;white-space:nowrap;width:-webkit-fit-content;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{margin-bottom:15px}.card-header h3{color:#333;flex:1 1;font-size:18px;font-weight:600;margin:0}.card-actions{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;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;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:-webkit-fit-content;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}.DemoPropertyNotice-badge{align-items:center;background:#b91c1c;border:1px solid #ffffff59;border-radius:999px;box-shadow:0 6px 18px #0000002e;color:#fff;display:inline-flex;font-size:12px;font-weight:800;height:22px;justify-content:center;letter-spacing:.08em;padding:0 8px;text-transform:uppercase}.DemoPropertyNotice-banner{align-items:flex-start;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;color:#7f1d1d;display:flex;gap:10px;margin-bottom:14px;padding:12px 14px}.DemoPropertyNotice-bannerTitle{font-weight:800;line-height:1.1}.DemoPropertyNotice-bannerBody{color:#9f1239;font-size:13px;margin-top:2px}.DemoPropertyNotice-bannerText{display:flex;flex-direction:column}.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:-webkit-sticky;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-demoBadge{margin-left:8px;transform:translateY(-1px);vertical-align:middle}.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-demoBadge{left:10px;position:absolute;top:42px;z-index:4}.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:-webkit-sticky;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-addressCell{position:relative}.PropertiesTableView-demoBadge{margin-left:8px;vertical-align:middle}.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}.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:-webkit-fit-content;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:-webkit-sticky;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{background-color:var(--primary-green);border-radius:50%;color:#fff;font-size:10px;font-weight:700;height:18px;position:absolute;right:-5px;top:-5px;width:18px}.Properties-emailToolbarButton span,.SKM-overlay{align-items:center;display:flex;justify-content:center}.SKM-overlay{background:#0000008c;inset:0;padding:16px;position:fixed;z-index:9999}.SKM-modal{background:#fff;border-radius:16px;box-shadow:0 28px 80px #0000004d;display:flex;flex-direction:column;height:min(88vh,800px);overflow:hidden;width:min(1080px,96vw)}.SKM-header{background:linear-gradient(135deg,#2b7a78,#3aa89c);flex-shrink:0;height:50px;justify-content:space-between;padding:0 18px}.SKM-header,.SKM-header-title{align-items:center;display:flex}.SKM-header-title{color:#fff;font-size:14px;font-weight:800;gap:8px;letter-spacing:.01em}.SKM-close{align-items:center;background:#ffffff2e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background .15s;width:30px}.SKM-close:hover{background:#ffffff4d}.SKM-body{display:grid;flex:1 1;grid-template-columns:300px 1fr;min-height:0;overflow:hidden}.SKM-left{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;overflow-y:auto}.SKM-left::-webkit-scrollbar{width:4px}.SKM-left::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.SKM-config-card{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:14px 14px 16px}.SKM-config-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.SKM-field{display:flex;flex-direction:column;gap:4px}.SKM-label{color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.SKM-input,.SKM-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#1e293b;font-family:inherit;font-size:13px;font-weight:500;height:34px;padding:0 9px;transition:border-color .15s}.SKM-input:focus,.SKM-select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a;outline:none}.SKM-toggles{display:flex;gap:14px;margin-top:10px}.SKM-toggle{color:#475569;font-size:12.5px;font-weight:600;-webkit-user-select:none;user-select:none}.SKM-generate-btn,.SKM-toggle{align-items:center;cursor:pointer;display:flex;gap:6px}.SKM-generate-btn{background:linear-gradient(135deg,#2b7a78,#3aa89c);border:none;border-radius:8px;color:#fff;font-size:13.5px;font-weight:800;height:36px;justify-content:center;margin-top:12px;transition:opacity .15s;width:100%}.SKM-generate-btn:hover:not(:disabled){opacity:.9}.SKM-generate-btn:disabled{cursor:not-allowed;opacity:.65}.SKM-spin{animation:SKM-spin-anim .85s linear infinite}@keyframes SKM-spin-anim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SKM-editor-panel{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:14px}.SKM-tabs-row{align-items:center;display:flex;gap:8px}.SKM-tabs-label{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.SKM-tabs{display:flex;flex-wrap:wrap;gap:5px}.SKM-tab{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:28px;justify-content:center;transition:all .15s;width:28px}.SKM-tab.active{background:#2b7a78;border-color:#2b7a78;color:#fff}.SKM-tab:not(.active):hover{border-color:#2b7a78;color:#2b7a78}.SKM-fields{display:flex;flex-direction:column;gap:11px}.SKM-bullet-row{align-items:center;display:flex;gap:5px;margin-top:4px}.SKM-bullet-input{border:1.5px solid #e2e8f0;border-radius:6px;flex:1 1;font-family:inherit;font-size:12.5px;height:30px;padding:0 8px;transition:border-color .15s}.SKM-bullet-input:focus{border-color:#2b7a78;outline:none}.SKM-bullet-remove{align-items:center;background:#ef444414;border:none;border-radius:6px;color:#ef4444;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:26px;justify-content:center;transition:background .15s;width:26px}.SKM-bullet-remove:hover{background:#ef44442e}.SKM-add-bullet{align-self:flex-start;background:#2b7a7814;border:none;border-radius:6px;color:#2b7a78;cursor:pointer;font-size:12px;font-weight:700;margin-top:2px;padding:4px 10px;transition:background .15s}.SKM-add-bullet:hover{background:#2b7a7826}.SKM-font-controls{align-items:stretch;border:1.5px solid #e2e8f0;border-radius:7px;display:flex;overflow:hidden;width:-webkit-fit-content;width:fit-content}.SKM-font-btn{background:#fff;border:none;color:#2b7a78;cursor:pointer;font-size:12.5px;font-weight:800;line-height:1;padding:5px 12px;transition:background .15s}.SKM-font-btn:hover:not(:disabled){background:#2b7a7812}.SKM-font-btn:disabled{color:#cbd5e1;cursor:not-allowed}.SKM-font-value{align-items:center;border-left:1.5px solid #e2e8f0;border-right:1.5px solid #e2e8f0;color:#1e293b;display:flex;font-size:12.5px;font-weight:700;justify-content:center;min-width:46px;padding:5px 12px;text-align:center}.SKM-photo-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));margin-top:4px}.SKM-photo-thumb{aspect-ratio:1;border:2px solid #0000;border-radius:6px;cursor:pointer;overflow:hidden;position:relative;transition:border-color .15s}.SKM-photo-thumb:hover{border-color:#2b7a7873}.SKM-photo-thumb.active{border-color:#2b7a78}.SKM-photo-thumb img{display:block;height:100%;object-fit:cover;width:100%}.SKM-photo-check{background:#2b7a78;border-radius:50%;color:#fff;font-size:9px;font-weight:700;height:15px;justify-content:center;position:absolute;right:3px;top:3px;width:15px}.SKM-photo-check,.SKM-right{align-items:center;display:flex}.SKM-right{background:#f1f4f2;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding:20px 20px 24px}.SKM-right::-webkit-scrollbar{width:4px}.SKM-right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.SKM-empty-state{flex:1 1;flex-direction:column;gap:12px;padding:40px;text-align:center}.SKM-empty-icon-wrap,.SKM-empty-state{align-items:center;display:flex;justify-content:center}.SKM-empty-icon-wrap{background:#2b7a7814;border-radius:50%;color:#2b7a78;height:68px;width:68px}.SKM-empty-title{color:#475569;font-size:16px;font-weight:700}.SKM-empty-sub{color:#94a3b8;font-size:13px;line-height:1.55;max-width:240px}.SKM-preview-wrapper{flex-direction:column}.SKM-preview-area,.SKM-preview-wrapper{align-items:center;display:flex;gap:10px;width:100%}.SKM-nav-btn,.SKM-preview-area{justify-content:center}.SKM-nav-btn{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 4px #0000000f;color:#475569;cursor:pointer;display:flex;flex-shrink:0;height:34px;transition:all .15s;width:34px}.SKM-nav-btn:hover:not(:disabled){background:#2b7a780a;border-color:#2b7a78;color:#2b7a78}.SKM-nav-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.3}.SKM-preview-frame{flex:1 1;max-width:340px;min-width:0}.SKM-preview-img{border-radius:10px;box-shadow:0 8px 28px #0000002e;display:block;height:auto;width:100%}.SKM-slide-counter{background:#fffc;border:1px solid #00000014;border-radius:20px;color:#64748b;font-size:11.5px;font-weight:600;padding:3px 12px}.SKM-download-btn{background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:800;height:40px;letter-spacing:.01em;max-width:340px;transition:opacity .15s;width:100%}.SKM-download-btn:hover:not(:disabled){opacity:.9}.SKM-download-btn:disabled{cursor:not-allowed;opacity:.6}.SKM-caption-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;max-width:340px;overflow:hidden;width:100%}.SKM-caption-header{border-bottom:1px solid #f1f5f9;color:#64748b;display:flex;font-size:10.5px;justify-content:space-between;letter-spacing:.06em;padding:7px 12px;text-transform:uppercase}.SKM-caption-header,.SKM-copy-btn{align-items:center;font-weight:700}.SKM-copy-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;font-size:11.5px;gap:4px;padding:3px 9px;transition:all .15s}.SKM-copy-btn:hover{background:#2b7a780a;border-color:#2b7a78;color:#2b7a78}.SKM-caption-textarea{background:#0000;border:none;color:#374151;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;line-height:1.55;padding:10px 12px;resize:none;width:100%}.SKM-caption-textarea:focus{outline:none}@media (max-width:680px){.SKM-modal{border-radius:12px 12px 0 0;height:95vh;width:100vw}.SKM-body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.SKM-left{border-bottom:1px solid #e2e8f0;border-right:none;max-height:42vh}}.aim-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.aim-modal{background:#fff;border:1px solid #00000014;border-radius:14px;box-shadow:0 20px 60px #00000040;max-height:90vh;overflow-y:auto;width:min(1100px,95vw)}.aim-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:14px 14px 0 0;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.aim-title{align-items:center;color:#0f172a;display:inline-flex;font-size:16px;font-weight:700;gap:10px}.aim-header-actions{align-items:center;display:flex;gap:6px}.aim-header-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:7px 14px;transition:all .15s}.aim-header-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.aim-close{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;padding:6px;transition:all .15s}.aim-close:hover{background:#f1f5f9;color:#0f172a}.aim-body{padding:20px}.aim-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:320px;text-align:center}.aim-loading p{font-size:15px;font-weight:600;margin:0}.aim-loading-sub{color:#94a3b8!important;font-size:13px!important;font-weight:400!important}.aim-spin{animation:aim-rotate 1.5s linear infinite}@keyframes aim-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.aim-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:14px;gap:10px;padding:14px 16px}.aim-error button{background:#0000;border:1px solid #dc2626;border-radius:8px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:600;margin-left:auto;padding:6px 16px}.aim-error button:hover{background:#dc2626;color:#fff}.aim-location-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:16px}.aim-location-row h2{color:#0f172a;font-size:20px;margin:0}.aim-ts{color:#94a3b8;font-size:12px}.aim-estimate-banner{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px;color:#fff;margin-bottom:20px;padding:20px 24px;text-align:center}.aim-estimate-label{font-size:13px;letter-spacing:.06em;margin-bottom:6px;opacity:.85;text-transform:uppercase}.aim-estimate-range{font-size:28px;font-weight:800}.aim-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:24px}.aim-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px;text-align:center}.aim-stat-label{color:#64748b;font-size:11px;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.aim-stat-value{color:#0f172a;font-size:18px;font-weight:700}.aim-map-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:18px}.aim-map-section h3{align-items:center;color:#1e293b;display:flex;font-size:15px;font-weight:700;gap:6px;margin:0 0 8px}.aim-map-legend{color:#64748b;display:flex;font-size:12px;gap:16px;margin-bottom:10px}.aim-legend-item{align-items:center;display:inline-flex;gap:5px}.aim-legend-dot{border-radius:3px;display:inline-block;height:10px;width:10px}.aim-map-container{border:1px solid #e2e8f0;border-radius:10px;height:380px;overflow:hidden;width:100%}.aim-map-static{display:none}.aim-charts-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.aim-charts-row .aim-chart-section{margin-bottom:0}@media (max-width:768px){.aim-charts-row{grid-template-columns:1fr}}.aim-chart-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:18px}.aim-chart-section h3{color:#1e293b;font-size:15px;font-weight:700;margin:0 0 14px}.aim-narrative{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:24px;padding:20px}.aim-narrative h3{color:#166534;font-size:15px;font-weight:700;margin:0 0 12px}.aim-narrative-content{color:#374151;font-size:14px;line-height:1.75}.aim-narrative-content h3{color:#166534;font-size:15px;margin:16px 0 8px}.aim-narrative-content p{margin:0 0 10px}.aim-narrative-content ul{margin:8px 0;padding-left:20px}.aim-narrative-content li{margin-bottom:4px}.aim-narrative-content strong{color:#0f172a}.aim-table-section{margin-bottom:24px}.aim-table-section h3{color:#1e293b;font-size:15px;font-weight:700;margin:0 0 10px}.aim-table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.aim-table{border-collapse:collapse;font-size:13px;width:100%}.aim-table th{background:#f1f5f9;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600;padding:10px 12px;text-align:left;white-space:nowrap}.aim-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:10px 12px}.aim-table tbody tr:hover{background:#f8fafc}.aim-table tbody tr:last-child td{border-bottom:none}.aim-email-panel{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px}.aim-email-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.aim-email-panel-header h4{color:#0f172a;font-size:14px;font-weight:700;margin:0}.aim-email-success-banner{align-items:flex-start;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;color:#065f46;display:flex;gap:12px;margin-bottom:12px;padding:16px 18px}.aim-email-success-banner .aim-email-success-icon{color:#059669;flex-shrink:0;margin-top:2px}.aim-email-success-text{display:flex;flex-direction:column;gap:4px}.aim-email-success-text>span:first-child{font-size:14px;font-weight:600}.aim-email-success-closing{color:#047857;font-size:12px;font-weight:500;opacity:.9}.aim-email-panel-close{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;padding:4px}.aim-email-panel-close:hover{background:#e2e8f0}.aim-email-search{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#94a3b8;display:flex;gap:8px;margin-bottom:8px;padding:8px 12px}.aim-email-search input{background:#0000;border:none;color:#334155;flex:1 1;font-size:13px;outline:none}.aim-email-select-all{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.aim-email-select-all button{background:#0000;border:none;color:#3b82f6;cursor:pointer;font-size:12px;font-weight:600;padding:2px 0}.aim-email-select-all button:hover{text-decoration:underline}.aim-email-select-all span{color:#64748b;font-size:12px}.aim-email-leads{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:200px;overflow-y:auto}.aim-email-empty,.aim-email-loading{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px;justify-content:center;padding:24px}.aim-email-lead{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:10px;padding:8px 12px;transition:background .1s}.aim-email-lead:last-child{border-bottom:none}.aim-email-lead:hover{background:#f8fafc}.aim-email-lead.selected{background:#eff6ff}.aim-email-lead.disabled{cursor:not-allowed;opacity:.5}.aim-email-lead input[type=checkbox]{accent-color:#3b82f6;flex-shrink:0;height:16px;width:16px}.aim-email-lead-info{display:flex;flex:1 1;flex-direction:column;min-width:0}.aim-email-lead-name{color:#1e293b;font-size:13px;font-weight:600}.aim-email-lead-email{color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aim-email-unsub{color:#ef4444;flex-shrink:0;font-size:11px;font-weight:500}.aim-email-check{color:#3b82f6;flex-shrink:0}.aim-email-send-row{display:flex;justify-content:flex-end;margin-top:12px}.aim-email-send-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 20px;transition:background .15s}.aim-email-send-btn:hover:not(:disabled){background:#2563eb}.aim-email-send-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.aim-modal{border-radius:12px;max-height:95vh;width:100%}.aim-stats{grid-template-columns:repeat(2,1fr)}.aim-estimate-range{font-size:22px}.aim-header-btn span{display:none}}@media print{body>:not(.aim-overlay){display:none!important}.aim-overlay{background:none;padding:0;position:static}.aim-modal{border:none;border-radius:0;box-shadow:none;max-height:none;overflow:visible;position:static;width:100%}.aim-email-panel,.aim-header,.aim-screen-only{display:none!important}.aim-map-static{display:block!important}.aim-body{padding:0}.aim-chart-section,.aim-table-section{break-inside:avoid;page-break-inside:avoid}}.nr-overlay{align-items:flex-start;background:#000000a6;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:24px 12px 48px;position:fixed;z-index:1200}.nr-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:820px;overflow:hidden;width:100%}.nr-modal-header{align-items:flex-start;background:#1a1a2e;border-bottom:1px solid #e5e7eb;color:#fff;display:flex;justify-content:space-between;padding:20px 24px 16px}.nr-modal-title{font-size:1.4rem;font-weight:700;margin:0 0 4px}.nr-modal-address{color:#c0c4d0;font-size:.85rem;margin:0}.nr-close-btn{background:none;border:none;border-radius:6px;color:#c0c4d0;cursor:pointer;font-size:1.3rem;line-height:1;padding:4px 8px;transition:background .15s}.nr-close-btn:hover{background:#ffffff1f;color:#fff}.nr-modal-body{padding:0}.nr-loading{align-items:center;color:#555;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 24px;text-align:center}.nr-spinner{animation:nr-spin .9s linear infinite;border:5px solid #e0e0e0;border-radius:50%;border-top-color:#6b48ff;height:48px;width:48px}@keyframes nr-spin{to{transform:rotate(1turn)}}.nr-loading p{font-size:1rem;margin:0}.nr-loading small{color:#888}.nr-error{align-items:center;color:#c0392b;display:flex;flex-direction:column;gap:16px;padding:48px 24px;text-align:center}.nr-retry-btn{background:#6b48ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 24px;transition:background .15s}.nr-retry-btn:hover{background:#5236d4}.nr-section{align-items:stretch;border-bottom:1px solid #e5e7eb;display:flex;min-height:130px}.nr-section:last-child{border-bottom:none}.nr-section-label{align-items:center;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-size:.65rem;font-weight:800;gap:6px;justify-content:center;letter-spacing:.03em;line-height:1.3;min-width:80px;padding:16px 8px;text-align:center}.nr-label-icon{font-size:1.4rem}.nr-label-purple{background:#6b3fa0}.nr-label-gold{background:#c89b14}.nr-label-brown{background:#7b5c3a}.nr-label-red{background:#c0392b}.nr-section-body{flex:1 1;min-width:0;padding:16px 18px}.nr-section-header{margin-bottom:12px}.nr-section-title{color:#111;font-size:.95rem;font-weight:800;letter-spacing:.04em;margin:0 0 4px}.nr-section-desc{color:#444;font-size:.78rem;line-height:1.5;margin:0}.nr-highlight-purple{color:#6b3fa0}.nr-highlight-gold{color:#b8860b}.nr-highlight-red{color:#c0392b}.nr-services-grid{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(3,1fr)}.nr-service-item{align-items:center;display:flex;gap:6px}.nr-service-icon{flex-shrink:0;font-size:1rem}.nr-service-info{display:flex;flex-direction:column}.nr-service-name{color:#333;font-size:.63rem;font-weight:700;letter-spacing:.02em}.nr-service-dist{color:#777;font-size:.7rem}.nr-section-badge{align-items:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;min-width:90px;padding:16px 12px;text-align:center}.nr-badge-purple .nr-badge-number{color:#6b3fa0;font-size:2.6rem;font-weight:900;line-height:1}.nr-badge-label{color:#888;font-size:.58rem;font-weight:700;letter-spacing:.05em;line-height:1.3;margin-bottom:4px;text-transform:uppercase}.nr-badge-unit{color:#888;font-size:.65rem;font-weight:700;letter-spacing:.04em;margin-top:2px}.nr-schools-list{display:flex;flex-direction:column;gap:8px}.nr-school-item{align-items:center;display:flex;gap:10px}.nr-rating-badge{align-items:center;background:#c89b14;border-radius:50%;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:40px;justify-content:center;width:40px}.nr-rating-num{font-size:1rem;font-weight:900;line-height:1}.nr-rating-label{font-size:.45rem;font-weight:700;letter-spacing:.05em;line-height:1}.nr-school-info{display:flex;flex-direction:column}.nr-school-grades{color:#888;font-size:.65rem;font-weight:600}.nr-school-name{color:#222;font-size:.75rem;font-weight:700;letter-spacing:.01em}.nr-school-dist{color:#c89b14;font-size:.63rem;font-weight:700}.nr-road-signs{flex-shrink:0;gap:6px;padding:12px 16px}.nr-road-sign,.nr-road-signs{align-items:center;display:flex;flex-direction:column;justify-content:center}.nr-road-sign{border-radius:6px;color:#fff;font-size:.85rem;font-weight:900;height:44px;line-height:1.1;text-align:center;transform:rotate(45deg);width:44px}.nr-road-sign small{font-size:.45rem;font-weight:700;letter-spacing:.04em}.nr-sign-blue{background:#2563eb}.nr-sign-orange{background:#ea7c2b}.nr-sign-green{background:#16a34a}.nr-outdoor-label{color:#7b5c3a;font-size:.7rem;font-weight:800;letter-spacing:.06em;margin-bottom:8px}.nr-outdoor-grid{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(2,1fr)}.nr-outdoor-item{align-items:flex-start;display:flex;gap:6px}.nr-outdoor-icon{flex-shrink:0;font-size:1rem;margin-top:2px}.nr-outdoor-info{display:flex;flex-direction:column}.nr-outdoor-type{color:#888;font-size:.6rem;font-weight:700;letter-spacing:.04em}.nr-outdoor-name{color:#222;font-size:.73rem;font-weight:700;line-height:1.25}.nr-outdoor-dist{color:#666;font-size:.65rem}.nr-outdoor-summary{flex-shrink:0;gap:6px;padding:12px 14px;position:relative}.nr-outdoor-bubble,.nr-outdoor-summary{align-items:center;display:flex;flex-direction:column;justify-content:center}.nr-outdoor-bubble{border-radius:50%;color:#fff;text-align:center}.nr-bubble-green{background:#16a34a;height:58px;width:58px}.nr-bubble-teal{background:#0d9488;height:44px;width:44px}.nr-bubble-darkgreen{background:#15803d;height:50px;width:50px}.nr-bubble-brown{background:#92400e;height:38px;width:38px}.nr-bubble-num{font-size:1rem;font-weight:900;line-height:1}.nr-bubble-label{font-size:.42rem;font-weight:700;letter-spacing:.04em;line-height:1.2}.nr-outdoor-within{color:#555;font-size:.55rem;font-weight:800;letter-spacing:.04em;line-height:1.3;margin-top:2px;text-align:center}.nr-food-category-label{color:#c0392b;font-size:.7rem;font-weight:800;letter-spacing:.06em;margin-bottom:8px}.nr-food-grid{display:flex;flex-direction:column;gap:5px}.nr-food-row{align-items:center;display:flex;gap:8px}.nr-food-cat{color:#333;flex-shrink:0;font-size:.7rem;width:150px}.nr-food-bar-wrap{background:#f0f0f0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.nr-food-bar{background:#c0392b;border-radius:4px;height:100%;min-width:4px;transition:width .6s ease}.nr-food-count{color:#555;flex-shrink:0;font-size:.7rem;font-weight:600;text-align:right;width:28px}.nr-food-total-badge{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px;justify-content:center;min-width:100px;padding:16px 12px;text-align:center}.nr-food-total-num{color:#0d9488;font-size:2.4rem;font-weight:900;line-height:1}.nr-stars{color:#f59e0b;font-size:.9rem}.nr-food-total-label{color:#888;font-size:.58rem;font-weight:700;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}@media (max-width:580px){.nr-section-label{min-width:60px}.nr-food-total-badge,.nr-outdoor-summary,.nr-road-signs,.nr-section-badge{min-width:70px;padding:10px 8px}.nr-services-grid{grid-template-columns:repeat(2,1fr)}.nr-outdoor-grid{grid-template-columns:1fr}.nr-badge-purple .nr-badge-number,.nr-food-total-num{font-size:1.8rem}.nr-bubble-green{height:48px;width:48px}.nr-bubble-teal{height:36px;width:36px}.nr-bubble-darkgreen{height:42px;width:42px}.nr-bubble-brown{height:32px;width:32px}}.nr-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.nr-print-btn{align-items:center;background:#fff;border:none;border-radius:7px;color:#1a1a2e;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:6px;padding:7px 14px;transition:background .15s,color .15s;white-space:nowrap}.nr-print-btn:hover{background:#e8e4ff;color:#6b48ff}.nr-instagram-btn{align-items:center;background:#fff;border:1.5px solid #ddd6fe;border-radius:7px;color:#7c3aed;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:6px;padding:7px 14px;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.nr-instagram-btn:hover:not(:disabled){background:#f5f3ff;border-color:#7c3aed}.nr-instagram-btn:disabled{cursor:not-allowed;opacity:.65}.nr-agent-footer{align-items:center;background:#f8f9fb;border-top:3px solid #1a1a2e;display:flex;gap:16px;padding:18px 24px}.nr-agent-avatar{border:2px solid #ddd;border-radius:50%;flex-shrink:0;height:64px;object-fit:cover;width:64px}.nr-agent-info{display:flex;flex-direction:column;gap:2px;min-width:0}.nr-agent-name{color:#1a1a2e;font-size:1rem;font-weight:800}.nr-agent-title{color:#6b48ff;font-size:.75rem;font-weight:600}.nr-agent-company{color:#444;font-size:.8rem;font-weight:600}.nr-agent-contact{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.nr-agent-contact span{color:#555;font-size:.75rem}: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:-webkit-sticky;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{border:1px solid var(--border-color);border-radius:1rem;border-radius:var(--radius-xl);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{display:flex;flex-direction:column;gap:.75rem}.meta-item{gap:.75rem;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:-webkit-fit-content;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-item.lead-item-unsubscribed{cursor:not-allowed;opacity:.65;pointer-events:none}.lead-item.lead-item-unsubscribed .lead-unsubscribed-label{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-weight:500}.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{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)}.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}} 
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre{margin:0;padding:0}@supports (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor li,.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor .ql-code-block-container,.ql-snow .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.wysiwyg-editor-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:visible;position:relative;transition:border-color .15s ease,box-shadow .15s ease}.wysiwyg-editor-container:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.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}.wysiwyg-editor-surface{background:#fff;border-radius:12px;overflow:visible}.quill-container{display:flex;flex:1 1;flex-direction:column;width:100%}.wysiwyg-editor-container .ql-toolbar{background:linear-gradient(135deg,#f8fafc,#edf2f7);border:none;border-bottom:1px solid #e2e8f0;padding:10px}.wysiwyg-editor-container .ql-container{border:none;flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px}.wysiwyg-editor-container .ql-editor{color:#2d3748;line-height:1.6;min-height:200px;padding:12px}.html-preview-content img,.wysiwyg-editor-container .ql-editor img{height:auto;max-width:100%}.wysiwyg-editor-container .ql-tooltip{z-index:2000}.html-editor-layout{display:flex;min-height:300px;width:100%}.html-input-panel,.html-preview-panel{display:flex;flex:0 0 50%;flex-direction:column;max-width:50%;min-height:100%;min-width:0;width:50%}.html-input-panel{border-right:1px solid #e2e8f0}.richtext-editor-layout{display:flex;min-height:300px;width:100%}.richtext-input-panel{border-right:1px solid #e1e5e9;display:flex;flex:1 1;flex-direction:column}.richtext-toolbar{background:#f8fafc;border-bottom:1px solid #e1e5e9;display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px}.richtext-toolbar button{background:#fff;border:1px solid #d2d6dc;border-radius:5px;color:#2d3748;cursor:pointer;font-size:12px;padding:5px 8px}.richtext-toolbar button:hover:not(:disabled){border-color:#667eea;color:#4c51bf}.richtext-toolbar button.is-active{background:#667eea;border-color:#667eea;color:#fff}.richtext-toolbar button:disabled{cursor:not-allowed;opacity:.65}.richtext-editable{color:#2d3748;flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.6;min-height:250px;outline:none;overflow-y:auto;padding:12px}.richtext-editable:empty:before{color:#a0aec0;content:attr(data-placeholder);font-style:italic}.panel-header{background:linear-gradient(135deg,#f8fafc,#edf2f7);border-bottom:1px solid #e2e8f0;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-wrapper{background:#fff;display:flex;flex:1 1;flex-direction:column;min-height:250px;overflow-y:auto}.html-preview-content{flex:0 0 auto;padding:12px}.html-preview-content,.html-preview-signature{color:#2d3748;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.6}.html-preview-signature{border-top:1px solid #e2e8f0;margin-top:24px;padding:16px 12px 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 ol{list-style-type:decimal}.html-preview-content ol ol{list-style-type:lower-alpha}.html-preview-content ol ol ol{list-style-type:lower-roman}.html-preview-content ol ol ol ol{list-style-type:upper-alpha}.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}.html-preview-content .ql-align-center{text-align:center}.html-preview-content .ql-align-right{text-align:right}.html-preview-content .ql-align-justify{text-align:justify}.html-preview-content .ql-size-small{font-size:.75em}.html-preview-content .ql-size-large{font-size:1.5em}.html-preview-content .ql-size-huge{font-size:2.5em}.html-preview-content .ql-font-serif{font-family:Georgia,Times New Roman,Times,serif}.html-preview-content .ql-font-monospace{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.editor-helpers{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-top:1px solid #e2e8f0;padding:16px}.editor-tip{color:#4a5568;font-size:12px;line-height:1.4;margin-bottom:12px}.editor-tip kbd{background:#fff;border:solid #e2e8f0;border-radius:6px;border-width:1px 1px 2px;color:#2d3748;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;padding:2px 6px}.editor-actions-row{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 12px}.editor-action-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:12px;font-weight:600;padding:8px 12px;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.editor-action-btn:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px)}.editor-action-btn.secondary{background:#667eea14;border-color:#667eea40;color:#5a67d8}.editor-action-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.wysiwyg-popover-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2500}.wysiwyg-popover{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 24px 60px #00000040;max-width:560px;overflow:hidden;width:100%}.wysiwyg-popover-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#edf2f7);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:14px 16px}.wysiwyg-popover-title{color:#1a202c;font-size:14px;font-weight:700}.wysiwyg-popover-close{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#718096;cursor:pointer;font-size:20px;height:34px;line-height:1;width:34px}.wysiwyg-popover-close:hover{background:#edf2f7;color:#4a5568}.wysiwyg-popover-body{display:flex;flex-direction:column;gap:12px;padding:16px}.wysiwyg-field{display:block}.wysiwyg-field-label{color:#4a5568;font-size:12px;font-weight:700;margin-bottom:6px}.wysiwyg-input{border:1px solid #e2e8f0;border-radius:10px;font-size:14px;padding:10px 12px;width:100%}.wysiwyg-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f;outline:none}.wysiwyg-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.wysiwyg-hint{color:#718096;font-size:12px}.wysiwyg-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.wysiwyg-chip{background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#4a5568;cursor:pointer;font-size:12px;padding:6px 10px}.wysiwyg-chip.active{background:#667eea1f;border-color:#667eea8c;color:#5a67d8;font-weight:700}.wysiwyg-popover-actions{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:14px 16px}.wysiwyg-primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff}.wysiwyg-primary-btn,.wysiwyg-secondary-btn{cursor:pointer;font-weight:700;padding:10px 14px}.wysiwyg-secondary-btn{background:#edf2f7;border:1px solid #e2e8f0;border-radius:10px;color:#4a5568}.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,.richtext-editor-layout{flex-direction:column}.html-input-panel,.richtext-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}.editor-type-toggle{display:inline-flex;gap:.5rem;margin-bottom:.75rem}.editor-type-btn{background:#f8fafc;border:1px solid #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.8rem;font-weight:600;padding:.45rem .8rem;transition:all .2s ease}.editor-type-btn:hover:not(:disabled){border-color:#667eea;color:#434190}.editor-type-btn.active{background:#667eea;border-color:#667eea;color:#fff}.editor-type-btn:disabled{cursor:not-allowed;opacity:.7}.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}.editor-mode-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:.25rem 0 .75rem}.editor-mode-toggle{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;display:inline-flex;overflow:hidden}.editor-mode-btn{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#718096;cursor:pointer;font-size:.8125rem;font-weight:600;padding:.5rem .85rem;transition:background-color .15s ease,color .15s ease}.editor-mode-btn:hover:not(:disabled){background:#edf2f7;color:#4a5568}.editor-mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.editor-mode-btn:disabled{cursor:not-allowed;opacity:.6}.editor-mode-hint{color:#718096;flex:1 1;font-size:.75rem;line-height:1.4;min-width:260px;padding-top:.15rem}.form-group-checkbox{margin-bottom:1.5rem}.form-group-checkbox .checkbox-label{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.form-group-checkbox .checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;margin:0;width:auto}.form-group-checkbox .checkbox-label span,.form-group-checkbox .checkbox-toggle{-webkit-user-select:none;user-select:none}.form-group-checkbox .checkbox-toggle{align-items:center;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.5rem 0;transition:background-color .15s ease}.form-group-checkbox .checkbox-toggle:hover:not(:disabled){background-color:#667eea0f}.form-group-checkbox .checkbox-toggle:focus-visible{outline:2px solid #667eea;outline-offset:2px}.form-group-checkbox .checkbox-toggle-box{align-items:center;background-color:#fff;border:2px solid #cbd5e0;border-radius:4px;color:#fff;display:inline-flex;height:20px;justify-content:center;min-height:20px;min-width:20px;transition:border-color .15s ease,background-color .15s ease;width:20px}.form-group-checkbox .checkbox-toggle.checked .checkbox-toggle-box{background-color:#667eea;border-color:#667eea}.form-group-checkbox .checkbox-toggle-label{flex:1 1}.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.active{background-color:#c6f6d5;color:#22543d}.status-badge.inactive{background-color:#fed7d7;color:#c53030}.template-main{padding:1.25rem}.template-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.template-title{color:#1a202c;font-size:1.125rem;font-weight:600;line-height:1.3;margin:0}.template-signature-badge{align-items:center;background:#667eea1f;border-radius:6px;color:#667eea;display:inline-flex;font-size:.7rem;font-weight:500;gap:.25rem;padding:.2rem .5rem}.template-signature-badge.list{font-size:.65rem;padding:.15rem .4rem}.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%}.templates-category-section{margin-bottom:2.5rem}.templates-category-section:last-child{margin-bottom:0}.templates-category-title{align-items:center;color:#1a202c;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin:0 0 .25rem}.templates-category-hint{color:#718096;font-size:.875rem;margin:0 0 1rem}.templates-tabs{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;display:flex;gap:0;margin-bottom:1.25rem;padding:0 0 0 .5rem}.templates-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#718096;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;margin-bottom:-1px;padding:.75rem 1.25rem;transition:color .2s,border-color .2s}.templates-tab:hover{color:#4a5568}.templates-tab.active{border-bottom-color:#667eea;color:#667eea}.templates-tab-count{background:#e2e8f0;border-radius:10px;color:#4a5568;font-size:.75rem;padding:.15rem .5rem}.templates-tab.active .templates-tab-count{background:#667eea33;color:#667eea}.template-badges{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.35rem}.template-system-badge{align-items:center;background:#5a67d81f;border-radius:6px;color:#5a67d8;display:inline-flex;font-size:.7rem;font-weight:500;gap:.25rem;padding:.2rem .5rem}.template-system-badge.list{font-size:.65rem;padding:.15rem .4rem}.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;gap:.5rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.preview-expand-btn.signature-toggle.active{background:linear-gradient(135deg,#27ae60,#219653);box-shadow:0 4px 15px #27ae6066}.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:52px;padding:.625rem 1rem}.template-actions{align-items:center;flex-wrap:wrap;gap:.375rem;justify-content:center!important;width:100%}.action-btn{border-radius:8px;display:flex;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}.template-card-btn{border-radius:6px;font-size:.8125rem;height:32px!important;max-height:32px!important;min-height:32px!important}.template-card-btn.template-card-btn-large{max-width:96px!important;min-width:64px;padding:.375rem .625rem!important}.template-card-btn:not(.template-card-btn-large){max-width:62px!important;min-width:62px!important;padding:0!important;width:62px!important}.template-card-btn span{font-size:.75rem}.template-card-btn svg{height:13px;width:13px}.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-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.template-name-row .template-name{margin: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{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}.template-card-btn.template-card-btn-large{max-width:88px!important;min-width:60px;padding:.375rem .5rem!important}.template-card-btn:not(.template-card-btn-large){height:32px!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}}@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-card-btn.template-card-btn-large{font-size:.7rem;max-width:80px!important;min-width:56px;padding:.375rem .5rem!important}.template-card-btn:not(.template-card-btn-large){height:32px!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}.template-card-btn span{font-size:.6875rem}.template-stats{justify-content:space-around}.preview-expand-btn{height:40px;width:40px}}.sms-templates-page{background-color:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:0 1.5rem}.sms-templates-page .sms-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}.sms-templates-page .sms-header-left h1{align-items:center;color:#1a202c;display:flex;font-size:2rem;font-weight:700;margin:0 0 .5rem}.sms-templates-page .sms-header-left .sms-subtitle{color:#718096;font-size:1rem;margin:0}.sms-templates-page .sms-add-template-btn{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}.sms-templates-page .sms-add-template-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.sms-templates-page .sms-add-template-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.sms-templates-page .sms-loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.sms-templates-page .sms-spinner{animation:sms-spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes sms-spin{to{transform:rotate(1turn)}}.sms-templates-page .sms-error-banner{align-items:center;background-color:#fee;border:1px solid #fc8181;border-radius:8px;color:#c53030;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.sms-templates-page .sms-tabs-container{margin-bottom:1.5rem}.sms-templates-page .sms-tabs{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a;display:flex;gap:.5rem;padding:.5rem}.sms-templates-page .sms-tab{align-items:center;background:none;border:none;border-radius:6px;color:#718096;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.sms-templates-page .sms-tab:hover{background-color:#f7fafc;color:#2d3748}.sms-templates-page .sms-tab.sms-tab-active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea33;color:#fff}.sms-templates-page .sms-filters-section{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}.sms-templates-page .sms-search-box{align-items:center;display:flex;flex:1 1;min-width:250px;position:relative}.sms-templates-page .sms-search-box svg{color:#a0aec0;left:12px;position:absolute}.sms-templates-page .sms-search-box input{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .2s ease;width:100%}.sms-templates-page .sms-search-box input:focus{background-color:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.sms-templates-page .sms-view-toggle{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden}.sms-templates-page .sms-view-toggle button{align-items:center;background:none;border:none;color:#718096;cursor:pointer;display:flex;padding:.5rem .75rem;transition:all .2s}.sms-templates-page .sms-view-toggle button:hover{background-color:#edf2f7}.sms-templates-page .sms-view-toggle button.sms-view-active{background-color:#667eea;color:#fff}.sms-templates-page .sms-empty-state{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.sms-templates-page .sms-empty-state svg{color:#cbd5e0;margin-bottom:1.5rem}.sms-templates-page .sms-empty-state h3{color:#2d3748;font-size:1.25rem;margin:0 0 .5rem}.sms-templates-page .sms-empty-state p{color:#718096;margin:0 0 2rem;max-width:400px}.sms-templates-page .sms-create-first-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.sms-templates-page .sms-create-first-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.sms-templates-page .sms-templates-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.sms-templates-page .sms-templates-list{display:flex;flex-direction:column;gap:1rem}.sms-templates-page .sms-template-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.sms-templates-page .sms-template-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.sms-templates-page .sms-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.sms-templates-page .sms-card-title-section{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:.5rem}.sms-templates-page .sms-card-title-section h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin:0}.sms-templates-page .sms-system-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.sms-templates-page .sms-category-badge,.sms-templates-page .sms-system-badge{border-radius:12px;display:inline-block;font-size:.75rem;padding:.25rem .75rem}.sms-templates-page .sms-category-badge{background-color:#e6fffa;color:#234e52;font-weight:500}.sms-templates-page .sms-card-actions{display:flex;gap:.5rem}.sms-templates-page .sms-icon-btn{align-items:center;background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.sms-templates-page .sms-icon-btn:hover{background-color:#edf2f7;border-color:#cbd5e0;color:#2d3748}.sms-templates-page .sms-icon-btn.sms-icon-btn-danger{color:#e53e3e}.sms-templates-page .sms-icon-btn.sms-icon-btn-danger:hover{background-color:#fff5f5;border-color:#fc8181}.sms-templates-page .sms-card-content{margin-bottom:1rem}.sms-templates-page .sms-template-preview{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4a5568;display:-webkit-box;font-size:.875rem;line-height:1.6;margin:0;overflow:hidden;text-overflow:ellipsis}.sms-templates-page .sms-card-footer{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:flex;font-size:.75rem;justify-content:space-between;padding-top:1rem}.sms-templates-page .sms-char-count{color:#667eea;font-weight:500}.sms-templates-page .sms-updated-date{color:#a0aec0}.sms-templates-page .sms-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.sms-templates-page .sms-modal-content{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px #00000026;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.sms-templates-page .sms-modal-content.sms-modal-small{max-width:500px}.sms-templates-page .sms-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.sms-templates-page .sms-modal-header h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.sms-templates-page .sms-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.sms-templates-page .sms-close-btn:hover{background-color:#f7fafc;color:#4a5568}.sms-templates-page .sms-modal-body,.sms-templates-page .sms-template-form{padding:1.5rem}.sms-templates-page .sms-form-error{align-items:center;background-color:#fff5f5;border:1px solid #fc8181;border-radius:8px;color:#c53030;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:1rem}.sms-templates-page .sms-form-group{margin-bottom:1.5rem}.sms-templates-page .sms-form-group label{align-items:center;color:#4a5568;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;margin-bottom:.5rem}.sms-templates-page .sms-char-warning{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.sms-templates-page .sms-char-warning.sms-char-warning-success{background-color:#c6f6d5;color:#22543d}.sms-templates-page .sms-char-warning.sms-char-warning-info{background-color:#bee3f8;color:#2c5282}.sms-templates-page .sms-char-warning.sms-char-warning-error{background-color:#fed7d7;color:#742a2a}.sms-templates-page .sms-form-group input,.sms-templates-page .sms-form-group textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.sms-templates-page .sms-form-group input:focus,.sms-templates-page .sms-form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.sms-templates-page .sms-form-group input.sms-input-error,.sms-templates-page .sms-form-group textarea.sms-input-error{background-color:#fff5f5;border-color:#f56565}.sms-templates-page .sms-form-group textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:150px;resize:vertical}.sms-templates-page .sms-field-error{color:#e53e3e;display:block;font-size:.75rem;margin-top:.5rem}.sms-templates-page .sms-help-text{align-items:center;color:#718096;display:flex;font-size:.75rem;gap:.5rem;margin-top:.5rem}.sms-templates-page .sms-help-text svg{flex-shrink:0}.sms-templates-page .sms-form-group-checkbox{margin-bottom:1.5rem}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle{align-items:center;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.5rem 0;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle:hover:not(:disabled){background-color:#667eea0f}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle:focus-visible{outline:2px solid #667eea;outline-offset:2px}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle-box{align-items:center;background-color:#fff;border:2px solid #cbd5e0;border-radius:4px;color:#fff;display:inline-flex;height:20px;justify-content:center;min-height:20px;min-width:20px;transition:border-color .15s ease,background-color .15s ease;width:20px}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle.sms-checkbox-checked .sms-checkbox-toggle-box{background-color:#667eea;border-color:#667eea}.sms-templates-page .sms-form-group-checkbox .sms-checkbox-toggle-label{flex:1 1}.sms-templates-page .sms-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}.sms-templates-page .sms-cancel-btn,.sms-templates-page .sms-submit-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.sms-templates-page .sms-cancel-btn{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.sms-templates-page .sms-cancel-btn:hover:not(:disabled){background-color:#edf2f7;border-color:#cbd5e0}.sms-templates-page .sms-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea33;color:#fff}.sms-templates-page .sms-submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.sms-templates-page .sms-cancel-btn:disabled,.sms-templates-page .sms-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.sms-templates-page .sms-button-spinner{animation:sms-spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media (max-width:768px){.sms-templates-page .sms-header{align-items:stretch;flex-direction:column;gap:1rem}.sms-templates-page .sms-filters-section{flex-direction:column}.sms-templates-page .sms-search-box{min-width:100%}.sms-templates-page .sms-templates-grid{grid-template-columns:1fr}.sms-templates-page .sms-modal-content{border-radius:0;max-width:100%}}.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 #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;margin-bottom:12px;overflow:hidden;padding:1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.task-kanban-card:before{background:linear-gradient(90deg,#2b7a78,#3aa89c);border-radius:.75rem .75rem 0 0;content:"";height:4px;left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.task-kanban-card:nth-child(6n+1):before{background:linear-gradient(90deg,#ec4899,#f472b6)}.task-kanban-card:nth-child(6n+2):before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.task-kanban-card:nth-child(6n+3):before{background:linear-gradient(90deg,#10b981,#34d399)}.task-kanban-card:nth-child(6n+4):before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.task-kanban-card:nth-child(6n+5):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.task-kanban-card:nth-child(6n+6):before{background:linear-gradient(90deg,#ef4444,#f87171)}.task-kanban-card:hover{border-color:#3aa89c;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.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:.5rem}.task-action{align-items:center;background:#f3f4f6;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);width:32px}.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-radius:.5rem;border-top:1px solid #e5e7eb;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:6px;justify-content:center;margin-top:.75rem;padding:.75rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);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;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-disabled-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:3rem 2rem}.cma-disabled-content{background:#fff;background:var(--bg-white);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.75rem;border-radius:var(--radius-xl);box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);max-width:600px;padding:3rem;text-align:center}.cma-disabled-icon{color:#f59e0b;color:var(--warning-color);margin-bottom:1.5rem;opacity:.8}.cma-disabled-content h2{color:#1a202c;color:var(--text-primary);font-size:1.75rem;font-weight:600;margin-bottom:1rem}.cma-disabled-message{font-size:1.1rem;margin-bottom:1rem}.cma-disabled-contact,.cma-disabled-message{color:#4a5568;color:var(--text-secondary);line-height:1.6}.cma-disabled-contact{font-size:1rem;margin-bottom:2rem}.cma-disabled-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cma-contact-support-btn{align-items:center;background:#2b7a78;background:var(--primary-color);border:none;border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.cma-contact-support-btn:hover{background:#21706a;background:var(--primary-dark);box-shadow:0 10px 15px #0000000a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cma-back-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.5rem;border-radius:var(--radius-lg);color:#1a202c;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .15s cubic-bezier(.25,1,.5,1);transition:var(--transition-fast)}.cma-back-btn:hover{background:#f8fafc;background:var(--bg-light);border-color:#2b7a78;border-color:var(--primary-color);color:#2b7a78;color:var(--primary-color)}.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}.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:-webkit-sticky;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:-webkit-max-content;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;overflow:hidden;width:36px}.layout-avatar-image{height:100%;object-fit:cover;width:100%}.layout-avatar-text{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.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-dropdown-item-disabled{cursor:not-allowed;opacity:.5;pointer-events:none;position:relative}.layout-dropdown-item-disabled:hover{background-color:initial;color:#222c26;color:var(--layout-sidebar-text)}.layout-dropdown-item-disabled .layout-dropdown-icon{opacity:.5}.layout-dropdown-item-disabled .layout-dropdown-text{opacity:.6}.layout-dropdown-disabled-badge{background-color:#e53e3e1a;border-radius:4px;color:#e53e3e;font-size:.75rem;font-weight:500;margin-left:auto;padding:.25rem .5rem;white-space:nowrap}.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;overflow:hidden;width:48px}.layout-user-dropdown-avatar-image{height:100%;object-fit:cover;width:100%}.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:1 1;flex-direction:column;height:50px;justify-content:center;min-width:52px;padding:.5rem .25rem;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:44px;padding:.375rem .125rem}.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:-webkit-sticky;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:-webkit-sticky;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:-webkit-sticky;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}}.unsubpref-page{align-items:center;background:linear-gradient(135deg,#1f2937,#111827);display:flex;justify-content:center;min-height:100vh;padding:2rem}.unsubpref-card{background-color:#fff!important;border-left:4px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0003;box-sizing:border-box;color:#111827!important;color-scheme:light;max-height:calc(100vh - 4rem);max-width:520px;overflow-y:auto;padding:2rem 2.5rem;position:relative;width:100%}.unsubpref-card.unsubpref-card--sub{background:linear-gradient(180deg,#22c55e0f 0,#fff 120px)!important;background-color:#fff!important;border-left-color:#22c55e}.unsubpref-card.unsubpref-card--unsub{background:linear-gradient(180deg,#f3f4f6cc 0,#fff 120px)!important;background-color:#fff!important;border-left-color:#9ca3af}.unsubpref-status{align-items:center;border-radius:999px;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem}.unsubpref-status--sub{background:#dcfce7!important;color:#166534!important}.unsubpref-status--unsub{background:#f3f4f6!important;color:#374151!important}.unsubpref-logo--active{color:#22c55e!important}.unsubpref-loading,.unsubpref-logo--muted{color:#6b7280!important}.unsubpref-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.unsubpref-loading p{color:#6b7280!important}.unsubpref-loading .unsubpref-spinner{animation:unsubpref-spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2b7a78;height:40px;width:40px}@keyframes unsubpref-spin{to{transform:rotate(1turn)}}.unsubpref-icon{margin-bottom:1rem}.unsubpref-icon.unsubpref-icon--error{color:#dc2626!important}.unsubpref-icon.unsubpref-icon--success{color:#22c55e!important}.unsubpref-icon.unsubpref-icon--muted{color:#6b7280!important}.unsubpref-card h1{color:#111827!important;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.unsubpref-message{color:#4b5563!important;line-height:1.5;margin:0 0 .5rem}.unsubpref-hint{color:#6b7280!important;font-size:.9rem;margin:0}.unsubpref-header{margin-bottom:1.5rem;text-align:center}.unsubpref-logo{margin-bottom:.5rem}.unsubpref-email{color:#6b7280!important;font-size:.9rem;margin:.25rem 0 0}.unsubpref-email,.unsubpref-intro{word-wrap:break-word;overflow-wrap:break-word}.unsubpref-intro{color:#4b5563!important;font-size:.95rem;line-height:1.5;margin:0 0 1.25rem}.unsubpref-error{word-wrap:break-word;align-items:center;background:#fef2f2!important;border-radius:8px;color:#dc2626!important;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem;overflow-wrap:break-word;padding:.75rem 1rem}.unsubpref-form{margin-top:.5rem}.unsubpref-actions{font-size:.9rem;margin-bottom:1rem}.unsubpref-actions .unsubpref-link-btn{background:none;border:none;color:#2b7a78;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.unsubpref-actions .unsubpref-link-btn:hover{color:#1e5654}.unsubpref-actions .unsubpref-sep{color:#d1d5db;margin:0 .5rem}.unsubpref-checkboxes{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.unsubpref-checkbox{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;min-width:0;padding:.75rem 1rem;transition:background .15s,border-color .15s}.unsubpref-checkbox:hover{background:#f3f4f6;border-color:#d1d5db}.unsubpref-checkbox input[type=checkbox]{accent-color:#2b7a78;flex-shrink:0;height:1.1rem;width:1.1rem}.unsubpref-checkbox .unsubpref-label{word-wrap:break-word;color:#374151;flex:1 1;font-size:.95rem;line-height:1.4;min-width:0;overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.unsubpref-checkbox .unsubpref-label strong{color:#111827}.unsubpref-checkbox .unsubpref-desc{color:#6b7280;font-weight:400}.unsubpref-submit{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1.5rem;transition:background .15s,color .15s,border-color .15s;width:100%}.unsubpref-submit--subscribe{background:#22c55e!important;border:none!important;color:#fff!important}.unsubpref-submit--subscribe:hover:not(:disabled){background:#16a34a!important;color:#fff!important}.unsubpref-submit--unsubscribe{background:#fff!important;border:2px solid #dc2626!important;color:#dc2626!important}.unsubpref-submit--unsubscribe:hover:not(:disabled){background:#fef2f2!important;border-color:#b91c1c!important;color:#b91c1c!important}.unsubpref-submit:disabled{cursor:not-allowed;opacity:.7}.settings-signature-form{margin-top:32px}.settings-signature-header-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.settings-signature-badge{align-self:flex-start;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.settings-signature-badge-custom{background:#d1fae5;color:#065f46}.settings-signature-badge-default{background:#f3f4f6;color:#6b7280}.settings-signature-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}.settings-signature-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:180px;resize:vertical}.settings-signature-placeholders{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:12px}.settings-signature-placeholders-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.settings-signature-placeholders-list{display:flex;flex-wrap:wrap;gap:8px}.settings-signature-placeholder-btn{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#4338ca;cursor:pointer;font-size:12px;font-weight:600;padding:6px 10px;transition:all .2s ease}.settings-signature-placeholder-btn:hover{background:#e0e7ff;border-color:#a5b4fc}.settings-signature-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;min-height:180px;padding:16px}.settings-signature-preview-content{color:#111827}.settings-signature-preview-empty{color:#9ca3af;font-size:14px}.settings-signature-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:32px 0}.settings-profile-theme-section{margin-top:32px}.profile-theme-username-block{margin-bottom:24px}.profile-theme-username-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px}.profile-theme-username-input-wrap{flex:1 1;min-width:200px}.profile-theme-save-username-btn{flex-shrink:0}@media (max-width:480px){.profile-theme-username-row{flex-direction:column}.profile-theme-save-username-btn{width:100%}}.profile-theme-url-block{margin-bottom:24px}.profile-theme-url-link{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#111827;display:inline-flex;font-size:15px;gap:4px;padding:10px 14px;text-decoration:none;transition:border-color .2s,background .2s}.profile-theme-url-link:hover{background:#ecfdf5;border-color:#10b981;color:#065f46}.profile-theme-url-base{color:#6b7280}.profile-theme-url-username{font-weight:600}.profile-theme-url-icon{flex-shrink:0;opacity:.7}.profile-theme-no-username{background:#f3f4f6;border-radius:8px;color:#6b7280;font-size:14px;padding:16px}.profile-theme-subtitle{color:#374151;font-size:16px;font-weight:600;margin:0 0 16px}.profile-theme-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.profile-theme-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:border-color .2s,box-shadow .2s}.profile-theme-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.profile-theme-card-selected{background:#ecfdf5;border-color:#10b981;box-shadow:0 0 0 1px #10b981}.profile-theme-card-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.profile-theme-card-name{color:#111827;font-size:16px;font-weight:600}.profile-theme-card-badge{align-items:center;background:#a7f3d0;border-radius:999px;color:#065f46;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:4px 10px}.profile-theme-card-desc{color:#6b7280;font-size:13px;line-height:1.4;margin:0 0 16px}.profile-theme-card-actions{display:flex;flex-wrap:wrap;gap:10px}.profile-theme-btn-preview{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:6px;padding:8px 14px;transition:border-color .2s,background .2s,color .2s}.profile-theme-btn-preview:hover{background:#f0fdf4;border-color:#10b981;color:#059669}.profile-theme-btn-current{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46;cursor:default}.profile-theme-spinner{display:inline-block;height:16px;margin-right:6px;vertical-align:middle;width:16px}.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}.reactEasyCrop_Cover_Horizontal,.reactEasyCrop_Cover_Vertical{height:auto!important;width:auto!important}.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:-webkit-sticky;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-profile-picture-card{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;display:flex;gap:24px;margin-bottom:32px;padding:20px}.settings-profile-picture-preview{align-items:center;background:linear-gradient(135deg,var(--layout-primary-color),var(--layout-primary-light));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:22px;font-weight:600;height:88px;justify-content:center;overflow:hidden;width:88px}.settings-profile-picture-image{border:1px dashed #d1d5db;height:100%;object-fit:cover;width:100%}.settings-profile-picture-placeholder{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.settings-profile-picture-details h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 6px}.settings-profile-picture-details{flex:1 1}.settings-profile-picture-details p{color:#6b7280;font-size:14px;margin:0 0 12px}.settings-profile-picture-actions{display:flex;flex-wrap:wrap;gap:12px}.settings-profile-picture-modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.settings-profile-picture-overlay{background:#0f172a73;inset:0;position:absolute}.settings-profile-picture-modal-content{background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a40;padding:24px;position:relative;width:min(520px,92vw);z-index:1}.settings-profile-picture-modal-content-sm{width:min(440px,92vw)}.settings-profile-picture-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.settings-profile-picture-modal-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.settings-profile-picture-close{background:#0000;border:none;color:#6b7280;cursor:pointer;padding:4px}.settings-profile-picture-dropzone{background:#f8fafc;border:1px dashed #c7d2fe;border-radius:12px;cursor:pointer;padding:24px;text-align:center;transition:border-color .2s ease,background-color .2s ease}.settings-profile-picture-dropzone:hover{background:#eef2ff;border-color:#6366f1}.settings-profile-picture-dropzone-crop{cursor:default;padding:16px}.settings-profile-picture-dropzone-crop:hover{background:#f8fafc;border-color:#c7d2fe}.settings-profile-picture-dropzone-content{grid-gap:8px;color:#4b5563;display:grid;font-size:14px;gap:8px}.settings-profile-picture-dropzone-content p{font-weight:500;margin:0}.settings-profile-picture-dropzone-content span{color:#6b7280;font-size:12px}.settings-profile-picture-cropper{background:#0f172a;border-radius:12px;height:320px;overflow:hidden;position:relative;width:100%}.settings-profile-picture-input{display:none}.settings-profile-picture-preview-image{border-radius:12px;max-height:260px;object-fit:cover;width:100%}.settings-profile-picture-error{color:#dc2626;font-size:13px;margin-top:12px}.settings-profile-picture-zoom{align-items:center;color:#374151;display:flex;font-size:13px;gap:12px;margin-top:12px}.settings-profile-picture-zoom input[type=range]{accent-color:#6366f1;flex:1 1}.settings-profile-picture-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.settings-profile-picture-confirm-text{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.settings-profile-picture-dropzone-icon{align-items:center;display:flex;flex-direction:column;gap:8px}@media (max-width:640px){.settings-profile-picture-card{align-items:flex-start;flex-direction:column}.settings-profile-picture-actions{width:100%}}.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}.settings-signature-header-row{align-items:flex-start;flex-direction:column}}@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}.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-top-color:#6366f1;margin-bottom:16px}.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{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{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{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{color:#64748b;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{font-size:1.125rem}.modal-body{max-height:60vh;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}.stat-card{transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026}.stat-icon{border-radius:10px;height:3rem;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-number{color:#1e293b;font-weight:700;margin:0 0 .25rem}.stat-label{margin:0}.filters-section{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{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-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;font-size:1.5rem;padding:0;transition:background-color .2s ease}.modal-close:hover{color:#475569}.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}.spinner-small{animation:drip-spin .6s linear infinite;border:2px solid;border-radius:50%;border-right:2px solid #0000;display:inline-block;height:1rem;margin-right:.5rem;vertical-align:middle;width:1rem}@keyframes drip-spin{to{transform:rotate(1turn)}}@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}}.empty-leads-message{align-items:center;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:13px;gap:8px;margin-top:8px;padding:12px}.sequence-info-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.section-header .section-title{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin:0 0 .5rem}.section-subtitle{font-size:.95rem}.sequence-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.sequence-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.sequence-info-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #0000001a}.sequence-card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.sequence-icon{font-size:2rem;line-height:1}.sequence-card-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.sequence-card-description{color:#64748b;font-size:.875rem;margin:0}.sequence-card-details{margin-top:1rem}.sequence-details-text{color:#475569;font-size:.875rem;line-height:1.6;margin:0 0 1rem}.sequence-meta{border-top:1px solid #e2e8f0;display:flex;gap:1rem;padding-top:1rem}.meta-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.ai-infographics-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.infographics-actions{margin-top:1.5rem}.btn-primary.large{font-size:1rem;padding:1rem 2rem}.modal-content{display:flex;flex-direction:column;max-width:900px}.modal-content.large{max-width:1000px}.modal-header h3{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin:0}.modal-close{color:#64748b;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.infographic-step{border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem}.infographic-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.step-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:600;height:2.5rem;justify-content:center;width:2.5rem}.step-content{flex:1 1}.step-content h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.infographic-generating-note{color:#64748b;font-size:.8125rem;margin:0 0 1rem}.form-select{background:#fff;border:1px solid #d1d5db}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.infographic-type-cards{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.infographic-type-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.infographic-type-card:hover{background:#f1f5f9;border-color:#cbd5e1}.infographic-type-card.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.type-icon{font-size:3rem;margin-bottom:.75rem}.infographic-type-card h5{color:#1e293b;font-size:1rem;margin:0 0 .5rem}.infographic-type-card p{color:#64748b;font-size:.875rem}.infographic-preview-container{margin-top:1rem}.infographic-include-signature-toggle{align-items:center;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;margin-bottom:.75rem;padding:.5rem 0;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.infographic-include-signature-toggle:hover{background-color:#667eea0f}.infographic-include-signature-toggle:focus-visible{outline:2px solid #667eea;outline-offset:2px}.infographic-include-signature-toggle .toggle-box{align-items:center;background-color:#fff;border:2px solid #cbd5e0;border-radius:4px;color:#fff;display:inline-flex;height:20px;justify-content:center;min-height:20px;min-width:20px;transition:border-color .15s ease,background-color .15s ease;width:20px}.infographic-include-signature-toggle.checked .toggle-box{background-color:#667eea;border-color:#667eea}.infographic-preview-wrapper{margin-bottom:1rem}.infographic-preview{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:0;padding:1rem}.infographic-preview-signature{background:#fff;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;border-top:none;color:#2d3748;font-size:14px;line-height:1.6;margin-top:0;padding:1rem 1rem 0}.infographic-preview-signature table{max-width:100%}.preview-actions{display:flex;gap:1rem;justify-content:flex-end}@media (max-width:768px){.infographic-type-cards,.sequence-cards-grid{grid-template-columns:1fr}.infographic-step{flex-direction:column;gap:1rem}.step-number{align-self:flex-start}}.sequence-emails-list{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto;padding-right:.5rem}.email-item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;transition:all .2s ease}.email-item-card:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000001a}.email-item-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.email-item-number{color:#3b82f6;font-size:.9rem;font-weight:600}.email-item-delay{align-items:center;color:#64748b;display:flex;font-size:.85rem;gap:.5rem}.email-item-content{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.email-item-subject{color:#1e293b;flex:1 1;font-size:1rem;font-weight:500;margin:0}.email-item-actions{display:flex;gap:.5rem}.email-preview{display:flex;flex-direction:column;gap:1.5rem}.email-preview-header{grid-gap:1rem;border-bottom:1px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding-bottom:1rem}.preview-field{display:flex;flex-direction:column;gap:.5rem}.preview-field label{color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.preview-value{color:#1e293b;font-size:1rem;font-weight:500}.email-preview-content{display:flex;flex-direction:column;gap:.75rem}.email-preview-content label{color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.email-preview-html{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-height:500px;min-height:300px;overflow-y:auto;padding:1.5rem}.email-preview-html h1,.email-preview-html h2,.email-preview-html h3{color:#1e293b;margin-top:0}.email-preview-html p{color:#334155;line-height:1.6;margin:.75rem 0}.email-preview-placeholder{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;padding:2rem;text-align:center}.sms-campaigns-page{background-color:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:0 1.5rem 2rem}.page-header{background-color:#fff;border-bottom:1px solid #e2e8f0;margin:0 -1.5rem 2rem;padding:2rem 1.5rem 1rem}.header-left{flex:1 1}.back-link{margin-bottom:.75rem;transition:color .2s}.back-link:hover{color:#10b981}.header-left h1{align-items:center;color:#1a202c;display:flex;font-size:2rem;font-weight:700;margin:0 0 .5rem}.subtitle{color:#718096;font-size:1rem;margin:0}.create-campaign-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.create-campaign-button:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#10b981;height:40px;width:40px}.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;gap:1rem;padding:1.5rem;transition:all .2s}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.stat-content{flex:1 1}.stat-value{color:#1a202c;font-size:1.75rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{color:#718096}.quick-start-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.section-header h2{align-items:center;color:#1a202c;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin:0 0 .5rem}.section-header p{color:#718096;font-size:.875rem;margin:0}.quick-start-form{display:flex;flex-wrap:wrap;gap:1rem}.quick-start-hint{color:#64748b;font-size:.8125rem;margin:.5rem 0 0}.form-select{background-color:#fff;border:1px solid #e2e8f0;color:#1a202c;flex:1 1;min-width:200px;padding:.75rem;transition:all .2s}.form-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.start-button,.test-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.test-button{background-color:#f7fafc;border:1px solid #e2e8f0;color:#4a5568}.test-button:hover:not(:disabled){background-color:#edf2f7}.start-button{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px #10b98133;color:#fff}.start-button:hover:not(:disabled){box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.start-button:disabled,.test-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.filters-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;justify-content:space-between;padding:1rem 1.5rem}.search-box{align-items:center;display:flex;min-width:250px}.search-box svg{color:#a0aec0;left:12px;position:absolute}.search-box input{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .2s;width:100%}.search-box input:focus{background-color:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.filter-controls{align-items:center;gap:.75rem}.filter-select{padding:.75rem;transition:all .2s}.filter-select:focus{border-color:#10b981}.refresh-button{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;font-weight:500;padding:.75rem 1rem;transition:all .2s}.refresh-button:hover{background-color:#edf2f7;border-color:#cbd5e0}.empty-state svg{color:#cbd5e0;margin-bottom:1.5rem}.empty-state h3{color:#2d3748}.empty-state p{color:#718096}.create-first-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.create-first-button:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.section-heading{color:#1a202c;font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.section-heading:first-of-type{margin-top:0}.test-section{margin-top:1rem}.empty-state-small{padding:2rem}.empty-state-small svg{margin-bottom:.75rem}.empty-state-small p{margin:0}.enrollments-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.enrollments-toolbar .search-box{max-width:320px}.results-count{color:#64748b;font-size:.875rem}.enrollment-actions{align-items:center;display:flex;gap:.5rem}.action-btn-icon{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;text-decoration:none;transition:all .2s;width:32px}.action-btn-icon:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.action-btn-icon.danger{border-color:#fecaca;color:#dc2626}.action-btn-icon.danger:hover{background:#fef2f2;border-color:#f87171}.action-btn-icon:disabled{cursor:not-allowed;opacity:.6}.enrollments-table .lead-cell .lead-name{color:#1a202c;font-weight:500}.enrollments-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.enrollments-table{border-collapse:collapse;font-size:.875rem;width:100%}.enrollments-table td,.enrollments-table th{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.enrollments-table th{background:#f8fafc;color:#475569;font-weight:600}.enrollments-table tbody tr:hover{background:#f8fafc}.enrollments-table tbody tr:last-child td{border-bottom:none}.campaigns-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.campaign-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s}.campaign-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.card-title-row{align-items:center;display:flex;flex:1 1;gap:.75rem}.campaign-icon{font-size:2rem;line-height:1}.card-title-row h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.campaign-type{color:#718096;font-size:.875rem;margin:0}.status-badge{border-radius:12px;display:flex;gap:.375rem}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.paused{background-color:#fed7aa;color:#92400e}.status-badge.draft{background-color:#e5e7eb;color:#374151}.campaign-description{color:#4a5568;font-size:.875rem;line-height:1.6;margin:0 0 .75rem}.sequence-steps-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem;padding:.5rem .75rem}.sequence-steps-label{color:#64748b;display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.sequence-steps-list{color:#475569;font-size:.8125rem;line-height:1.5;margin:0;padding-left:1.25rem}.sequence-steps-list li{margin-bottom:.125rem}.campaign-stats{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.stat-item{color:#718096}.stat-item svg{color:#10b981}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.action-button{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem 1rem;transition:all .2s}.action-button.edit{border-color:#3b82f6;color:#3b82f6}.action-button.edit:hover{background-color:#eff6ff}.action-button.pause{border-color:#f59e0b;color:#f59e0b}.action-button.pause:hover{background-color:#fffbeb}.action-button.activate{border-color:#10b981;color:#10b981}.action-button.activate:hover{background-color:#ecfdf5}.action-button.delete{border-color:#ef4444;color:#ef4444}.action-button.delete:hover{background-color:#fef2f2}.campaign-modal-overlay{align-items:center;animation:campaign-modal-fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:1000}@keyframes campaign-modal-fadeIn{0%{opacity:0}to{opacity:1}}.campaign-modal{animation:campaign-modal-slideUp .25s ease;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;width:100%}@keyframes campaign-modal-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.campaign-modal-header{align-items:flex-start;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 1.75rem}.campaign-modal-title-wrap{flex:1 1;min-width:0}.campaign-modal-header h2{color:#1e293b;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem}.campaign-modal-subtitle{color:#64748b;font-size:.875rem;line-height:1.4;margin:0}.campaign-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.5rem;transition:all .2s}.campaign-modal-close:hover{background-color:#f1f5f9;color:#475569}.campaign-modal-form{overflow-y:auto;padding:1.5rem 1.75rem 1.75rem}.campaign-form-section{margin-bottom:1.75rem}.campaign-form-section:last-of-type{margin-bottom:0}.campaign-form-section-title{color:#1e293b;font-size:.9375rem;font-weight:600;letter-spacing:.01em;margin:0 0 .5rem}.campaign-form-hint{color:#64748b;font-size:.8125rem;line-height:1.4;margin:0 0 .75rem}.campaign-form-group{margin-bottom:1rem}.campaign-form-group:last-child{margin-bottom:0}.campaign-form-group label{color:#475569;display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem}.campaign-form-group input,.campaign-form-group select,.campaign-form-group textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9375rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.campaign-form-group input:focus,.campaign-form-group select:focus,.campaign-form-group textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f;outline:none}.campaign-form-group input::placeholder,.campaign-form-group textarea::placeholder{color:#94a3b8}.campaign-form-group textarea{min-height:72px;resize:vertical}.sequence-type-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.sequence-type-card{align-items:flex-start;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1rem;text-align:left;transition:all .2s}.sequence-type-card:hover{background:#f1f5f9;border-color:#cbd5e1}.sequence-type-card-active{background:#ecfdf5;border-color:#10b981;color:#065f46}.sequence-type-card-active .sequence-type-desc{color:#047857}.sequence-type-icon{font-size:1.5rem;line-height:1}.sequence-type-label{color:#1e293b;font-size:.875rem;font-weight:600}.sequence-type-card-active .sequence-type-label{color:#065f46}.sequence-type-desc{color:#64748b;font-size:.75rem;line-height:1.3}.template-sequence-list{display:flex;flex-direction:column;gap:.75rem}.sequence-empty{align-items:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem;text-align:center}.sequence-empty svg{color:#cbd5e1;margin-bottom:.75rem}.sequence-empty p{color:#64748b;font-size:.875rem;margin:0 0 1rem;max-width:280px}.add-sequence-first{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.add-sequence-first:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.sequence-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s}.sequence-row:hover{border-color:#cbd5e1}.sequence-step-num{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.8125rem;font-weight:700;height:28px;justify-content:center;width:28px}.sequence-row-fields{align-items:center;display:flex;flex:1 1;gap:.75rem;min-width:0}.sequence-template-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;flex:1 1;font-size:.875rem;min-width:0;padding:.5rem .75rem;transition:border-color .2s}.sequence-template-select:focus{border-color:#10b981;outline:none}.sequence-delay-wrap{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.sequence-delay-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding:.5rem;text-align:center;width:64px}.sequence-delay-input:focus{border-color:#10b981;outline:none}.sequence-delay-label{color:#64748b;font-size:.75rem;white-space:nowrap}.sequence-remove-btn{align-items:center;background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:all .2s;width:36px}.sequence-remove-btn:hover{background:#fef2f2;border-color:#f87171}.add-sequence-btn{align-items:center;background:#fff;border:2px dashed #cbd5e1;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.add-sequence-btn:hover{background:#f0fdf4;border-color:#10b981;color:#059669}.campaign-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.campaign-cancel-btn,.campaign-submit-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.campaign-cancel-btn{background:#f1f5f9;color:#475569}.campaign-cancel-btn:hover{background:#e2e8f0;color:#334155}.campaign-submit-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px #10b98140;color:#fff}.campaign-submit-btn:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}@media (max-width:768px){.page-header{flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:1fr}.filters-section,.quick-start-form{flex-direction:column}.search-box{min-width:100%}.campaigns-grid{grid-template-columns:1fr}.sequence-row-fields{flex-wrap:wrap}.sequence-delay-wrap{width:100%}.sequence-delay-input{width:80px}.sequence-type-grid{grid-template-columns:1fr}.campaign-modal{margin:auto 0;max-height:95vh}}.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{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{display:flex;gap: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{color:#1e293b;font-size:2rem;margin:0 0 .5rem}.page-subtitle{color:#64748b;font-size:1.1rem}.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{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:-webkit-sticky;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:620px}.searchproperties-container,.searchproperties-form{position:relative;width:100%}.searchproperties-input-wrapper{align-items:stretch;display:flex;gap:12px;width:100%}.searchproperties-input-container{align-items:center;background:#fff;border:2px solid #ffffffe6;border-radius:14px;box-shadow:0 4px 20px #00000014;display:flex;flex:1 1;overflow:hidden;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1)}.searchproperties-input-container:hover{border-color:#fff;box-shadow:0 6px 24px #0000001a}.searchproperties-input-container:focus-within{border-color:#10b981;border-color:var(--template-primary,#10b981);box-shadow:0 0 0 4px #10b98126;outline:none}.searchproperties-search-icon{align-items:center;color:#10b981;color:var(--template-primary,#10b981);display:flex;font-size:1rem;opacity:.9;padding:0 18px}.searchproperties-input-container:focus-within .searchproperties-search-icon{color:#10b981;color:var(--template-primary,#10b981);opacity:1}.searchproperties-input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:1rem;font-weight:500;min-width:0;outline:none;padding:16px 4px 16px 0}.searchproperties-input::placeholder{color:#9ca3af;font-weight:400}.searchproperties-loading-spinner{align-items:center;display:flex;padding:0 18px}.searchproperties-spinner{animation:searchproperties-spin .7s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top:2px solid var(--template-primary,#10b981);height:20px;width:20px}@keyframes searchproperties-spin{to{transform:rotate(1turn)}}.searchproperties-search-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--template-primary,#10b981),var(--template-secondary,#059669));border:none;border-radius:14px;box-shadow:0 4px 14px #10b98159;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;letter-spacing:.02em;padding:16px 28px;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.searchproperties-search-btn i{font-size:.9em;opacity:.95}.searchproperties-search-btn:hover{box-shadow:0 8px 24px #10b98166;filter:brightness(1.05);transform:translateY(-2px)}.searchproperties-search-btn:active{transform:translateY(0)}.searchproperties-dropdown{animation:searchproperties-dropdownIn .2s ease-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;margin-top:8px;max-height:320px;min-width:280px;overflow-x:hidden;overflow-y:auto;position:fixed;z-index:9999}@keyframes searchproperties-dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.searchproperties-suggestions{list-style:none;margin:0;padding:8px}.searchproperties-suggestion{border-radius:10px;cursor:pointer;padding:12px 14px;transition:all .15s ease}.searchproperties-suggestion.searchproperties-suggestion-focused,.searchproperties-suggestion:hover{background:linear-gradient(135deg,#10b98114,#0596690f)}.searchproperties-suggestion:active{background:#10b9811f}.searchproperties-suggestion-content{align-items:flex-start;display:flex;gap:14px}.searchproperties-location-icon{color:#10b981;color:var(--template-primary,#10b981);flex-shrink:0;font-size:1rem;margin-top:2px;opacity:.9}.searchproperties-suggestion-text{flex:1 1;min-width:0}.searchproperties-suggestion-main{color:#111827;font-size:.95rem;font-weight:600;margin-bottom:4px}.searchproperties-suggestion-details{display:flex;flex-wrap:wrap;font-size:.813rem;gap:8px 12px}.searchproperties-suggestion-sub{color:#6b7280}.searchproperties-suggestion-address{color:#9ca3af;font-size:.8rem;margin-top:4px}.searchproperties-no-results{align-items:center;color:#6b7280;display:flex;font-size:.95rem;gap:10px;justify-content:center;padding:24px 20px;text-align:center}.searchproperties-no-results-icon{font-size:1.25rem;opacity:.7}@media (max-width:768px){.searchproperties-container{max-width:100%}.searchproperties-input-wrapper{flex-direction:column;gap:12px}.searchproperties-search-btn{font-size:.9375rem;padding:14px 20px}.searchproperties-input{font-size:1rem;padding:14px 0}.searchproperties-search-icon{padding:0 14px}.searchproperties-input-container,.searchproperties-search-btn{border-radius:12px}}@media (max-width:480px){.searchproperties-input{font-size:16px;padding:13px 0}.searchproperties-search-btn{font-size:.9375rem;padding:13px 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}.property-carousel-demo-badge{animation:demoBadgePulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;box-shadow:0 2px 6px #f59e0b66;color:#fff;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.5px;margin-left:.5rem;padding:.2rem .6rem;text-transform:uppercase}@keyframes demoBadgePulse{0%,to{box-shadow:0 2px 6px #f59e0b66}50%{box-shadow:0 2px 10px #f59e0b99}}.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-price{min-width:300px}.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 .showallproperties-filter-input{flex:1 1;min-width:120px}.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;padding:.4rem .8rem;top:1rem}.showallproperties-demo-badge,.showallproperties-status-badge{left:1rem;letter-spacing:.5px;position:absolute;text-transform:uppercase;z-index:2}.showallproperties-demo-badge{animation:demoPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;bottom:1rem;box-shadow:0 2px 8px #f59e0b66;color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem}@keyframes demoPulse{0%,to{box-shadow:0 2px 8px #f59e0b66}50%{box-shadow:0 2px 12px #f59e0b99}}.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-skeleton-card{animation:none;pointer-events:none}.showallproperties-skeleton-card:hover{transform:none}.showallproperties-skeleton-text{border-radius:4px;height:1.25rem;width:8rem}.showallproperties-skeleton-input,.showallproperties-skeleton-text{animation:skeletonShimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%}.showallproperties-skeleton-input{border-radius:10px;height:2.75rem;min-width:80px}.showallproperties-skeleton-image{background:#e5e7eb;overflow:hidden;position:relative}.showallproperties-skeleton-shimmer{animation:skeletonShimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);background-size:200% 100%;inset:0;position:absolute}.showallproperties-skeleton-line{animation:skeletonShimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:6px;display:block}.showallproperties-skeleton-detail{height:.9rem;width:4rem}.showallproperties-skeleton-address{height:1rem;margin-bottom:1rem;width:85%}.showallproperties-skeleton-type{height:1.25rem;margin-bottom:1.5rem;width:5rem}.showallproperties-skeleton-btn{border-radius:10px;height:2.5rem;width:100%}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.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-grid-wrapper{position:relative}.showallproperties-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border-radius:16px;display:flex;flex-direction:column;gap:1rem;inset:0;justify-content:center;position:absolute;z-index:10}.showallproperties-loading-spinner{animation:showallproperties-spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top:3px solid var(--template-primary,#10b981);height:48px;width:48px}@keyframes showallproperties-spin{to{transform:rotate(1turn)}}.showallproperties-loading-text{color:#6b7280;font-size:1rem;font-weight:500}.showallproperties-loading-inline{align-items:center;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;padding:4rem 2rem;text-align:center}.showallproperties-loading-inline .showallproperties-loading-spinner{border-width:2px;height:40px;width:40px}.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);box-sizing:border-box;margin-top:3rem;max-width:100%;overflow-x:hidden;padding:4rem 0}.agentform-content{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.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:minmax(0,350px) minmax(0,1fr);min-width:0}.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:-webkit-sticky;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;min-width:0;padding:2rem}.agentform-form{display:flex;flex-direction:column;gap:1.5rem}.agentform-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;min-width:0}.agentform-field{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.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;box-sizing:border-box;font-size:1rem;max-width:100%;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:900px){.agentform-layout{grid-template-columns:1fr}}@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}}.default-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}.default-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}.default-hero-background{z-index:1}.default-hero-background,.default-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.default-hero-overlay{background:linear-gradient(135deg,#10b981d9,#059669bf 50%,#047857d9);z-index:2}.default-hero-search-content{margin:0 auto;max-width:800px;padding:3rem 1rem;position:relative;text-align:center;width:90%;z-index:3}.default-hero-text{animation:defaultFadeInUp .8s ease-out;margin-bottom:3rem}.default-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}.default-hero-subtitle{color:#fffffff2;font-size:clamp(1rem,2vw,1.3rem);font-weight:400;text-shadow:0 1px 5px #0000001a}.default-search-container{animation:defaultFadeInScale .8s ease-out .2s backwards;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffffffa;border-radius:20px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff80;padding:2.25rem}.default-search-header{margin-bottom:1.5rem;text-align:center}.default-search-header h3{color:var(--template-text);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.default-search-header p{color:var(--template-text-light);font-size:1rem;margin:0}.default-services-section{background:var(--template-background-alt);padding:5rem 0}.default-content{margin:0 auto;max-width:1200px;padding:0 1rem}.default-section-header{margin-bottom:3rem;text-align:center}.default-section-header h2{color:var(--template-text);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.default-section-header p{color:var(--template-text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.default-services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.default-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}.default-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}.default-service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.default-service-card:hover:before{transform:scaleX(1)}.default-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}.default-service-card:hover .default-service-icon{transform:scale(1.1) rotate(5deg)}.default-service-card h3{color:var(--template-text);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.default-service-card p{color:var(--template-text-light);line-height:1.6;margin-bottom:1.5rem}.default-service-card ul{list-style:none;padding:0;text-align:left}.default-service-card li{color:var(--template-text-light);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.default-service-card li:before{color:var(--template-primary);content:"✓";font-weight:700;left:0;position:absolute}.default-properties-section{background:var(--template-background);padding:5rem 0}.default-contact-section{background:var(--template-background-alt)}.default-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:4rem 0 2rem}.default-footer-content{margin:0 auto;max-width:1200px;padding:0 1rem}.default-footer-info{margin-bottom:3rem;text-align:center}.default-footer-info h3{font-size:2rem;font-weight:600;margin-bottom:.5rem}.default-footer-info p{color:#9ca3af;margin-bottom:1.5rem}.default-footer-contact{align-items:center;color:#d1d5db;display:inline-flex;gap:.5rem;margin:0 1rem .5rem}.default-footer-contact i{color:var(--template-primary)}.default-footer-contact a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.default-footer-contact a:hover{color:var(--template-primary)}.default-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}.default-footer-column h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.default-footer-column ul{list-style:none;padding:0}.default-footer-column li{margin-bottom:.75rem}.default-footer-column a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.default-footer-column a:hover{color:var(--template-primary)}.default-footer-bottom{color:#6b7280;font-size:.9rem;padding-top:2rem;text-align:center}.default-footer-bottom p{margin:.25rem 0}@keyframes defaultFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes defaultFadeInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.default-hero-search{min-height:500px}.default-hero-search-content{padding:2rem 1rem}.default-search-container{padding:1.25rem 1rem}.default-contact-section,.default-properties-section,.default-services-section{padding:3rem 0}.default-section-header h2{font-size:clamp(1.5rem,4vw,2rem)}.default-footer-links,.default-services-grid{gap:1.5rem;grid-template-columns:1fr}.default-footer-links{text-align:center}.default-footer-contact{align-items:center;display:flex;justify-content:center;min-height:44px}}@media (max-width:480px){.default-hero-title{font-size:clamp(1.5rem,6vw,2rem)}.default-hero-subtitle{font-size:clamp(.9rem,2.5vw,1.1rem)}.default-service-card{padding:1.5rem 1rem}}.modern-layout{background:var(--template-background);color:var(--template-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}.modern-container{margin:0 auto;max-width:1100px;padding:0 1.25rem}.modern-hero{align-items:center;background:var(--template-primary);color:#fff;display:flex;justify-content:center;min-height:70vh;min-height:min(70vh,560px);overflow:hidden;padding:4rem 1.25rem;position:relative}.modern-hero-inner{max-width:640px;position:relative;text-align:center;width:100%;z-index:2}.modern-hero-badge{background:#fff3;border-radius:999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;margin-bottom:1.25rem;padding:.35rem .85rem;text-transform:uppercase}.modern-hero-title{font-size:clamp(2rem,6vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem}.modern-hero-tagline{font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.5;margin:0 0 2rem;opacity:.95}.modern-hero-search-wrap{background:#fff;border-radius:16px;box-shadow:0 16px 48px #00000026;margin:0 auto;max-width:480px;padding:1.25rem 1.5rem}.modern-hero-shape{aspect-ratio:1;background:#ffffff0f;border-radius:50%;bottom:-20%;max-width:400px;pointer-events:none;position:absolute;right:-10%;width:60%}.modern-services{background:var(--template-background-alt);padding:4rem 0}.modern-heading{color:var(--template-text);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;text-align:center}.modern-heading-desc{color:var(--template-text-light);font-size:1.05rem;margin:0 auto 2.5rem;max-width:520px;text-align:center}.modern-services-list{display:flex;flex-direction:column;gap:0}.modern-service{grid-gap:1.5rem;align-items:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:auto 1fr;margin-bottom:.75rem;padding:1.75rem 1.5rem;transition:border-color .2s,box-shadow .2s}.modern-service:hover{border-color:var(--template-primary);box-shadow:0 4px 20px #10b9811f}.modern-service-num{color:var(--template-primary);font-size:1.5rem;font-weight:800;line-height:1;opacity:.9}.modern-service-body h3{color:var(--template-text);font-size:1.25rem;font-weight:600;margin:0 0 .4rem}.modern-service-body p{color:var(--template-text-light);font-size:.95rem;line-height:1.6;margin:0}.modern-properties{background:var(--template-background);padding:4rem 0}.modern-contact{background:var(--template-background-alt)}.modern-footer{background:#111827;color:#9ca3af;padding:2rem 0}.modern-footer-top{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.modern-footer-brand{display:flex;flex-direction:column;gap:.15rem}.modern-footer-brand strong{color:#fff;font-size:1.1rem}.modern-footer-brand span{font-size:.85rem;opacity:.8}.modern-footer-cta{display:flex;gap:1rem}.modern-footer-link{align-items:center;color:#d1d5db;display:inline-flex;font-size:.95rem;font-weight:500;min-height:44px;padding:.5rem 0;text-decoration:none;transition:color .2s}.modern-footer-link:hover{color:var(--template-primary)}.modern-footer-bottom{text-align:center}.modern-footer-bottom p{font-size:.85rem;margin:0;opacity:.8}@media (max-width:768px){.modern-hero{min-height:auto;padding:3rem 1rem}.modern-hero-search-wrap{padding:1rem 1.25rem}.modern-services{padding:3rem 0}.modern-service{gap:.5rem;grid-template-columns:1fr;padding:1.25rem 1rem}.modern-service-num{font-size:1.25rem}.modern-properties{padding:3rem 0}.modern-footer-top{align-items:flex-start;flex-direction:column;text-align:left}.modern-footer-cta{justify-content:flex-start;width:100%}.modern-footer-link{min-height:44px}}@media (max-width:480px){.modern-container{padding:0 1rem}.modern-hero-title{font-size:clamp(1.6rem,8vw,2.25rem)}.modern-hero-tagline{font-size:.95rem}}.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:320px}.classic-services-grid{gap:1.5rem;grid-template-columns:1fr}.classic-agent-contact-buttons{flex-direction:column;gap:.75rem}.classic-contact-btn{justify-content:center;min-height:48px;padding:.875rem 1.5rem;width:100%}.classic-section-header h2{font-size:clamp(1.5rem,4vw,2rem)}.classic-footer-contacts{flex-direction:column;gap:1rem}.classic-content{padding:0 1rem}}@media (max-width:640px){.classic-hero{padding:2rem 0}.classic-hero-container{padding:0 1rem}.classic-agent-card{padding:1.5rem 1rem}.classic-agent-avatar{height:120px;width:120px}.classic-agent-name{font-size:clamp(1.4rem,5vw,1.6rem)}.classic-agent-description{padding:1rem}.classic-contact-section,.classic-properties-section,.classic-services-section{padding:3rem 0}.classic-service-item{padding:1.5rem 1rem}.classic-footer-main h3{font-size:1.5rem}.classic-footer-contact-item a{align-items:center;display:inline-flex;min-height:44px}}@media (max-width:480px){.classic-agent-avatar{height:100px;width:100px}.classic-agent-name{font-size:1.35rem}.classic-section-header h2{font-size:1.4rem}.classic-search-box{padding:1.25rem 1rem}}.classic-layout{overflow-x:hidden}.classic-contact-btn{-webkit-tap-highlight-color:transparent}.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;overflow-x:hidden;padding:5rem 0}.minimal-contact-section .minimal-container-narrow{max-width:100%}.minimal-contact-section .agentform-container{margin-top: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.25rem}.minimal-hero{padding:4rem 0 3rem}.minimal-hero-container{padding:0 1.25rem}.minimal-hero-title{font-size:clamp(1.75rem,5vw,2rem)}.minimal-hero-subtitle,.minimal-hero-tagline{font-size:1rem}.minimal-section-title{font-size:clamp(1.5rem,4vw,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}.minimal-footer-link{align-items:center;display:inline-flex;min-height:44px}}@media (max-width:480px){.minimal-container{padding:0 1rem}.minimal-agent-avatar{height:100px;width:100px}.minimal-hero-title{font-size:1.6rem}.minimal-section-title{font-size:1.4rem}.minimal-service-content h3{font-size:1.15rem}.minimal-service-content p{font-size:.95rem}.minimal-service-item{padding:1.5rem 0}}.minimal-layout{overflow-x:hidden}.minimal-footer-link{-webkit-tap-highlight-color:transparent}@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}.coral-layout{--template-primary:#e07c5c;--template-secondary:#c45c3c;--template-accent:#f4a574;--template-text:#2d2a26;--template-text-light:#6b6560;--template-background:#fef7f4;--template-background-alt:#fff5f1;background:var(--template-background);color:var(--template-text);font-family:Inter,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.coral-wrap{margin:0 auto;max-width:1100px;padding:0 1.25rem}.coral-hero{align-items:center;display:flex;justify-content:center;min-height:65vh;min-height:min(65vh,520px);overflow:hidden;padding:4rem 1.25rem;position:relative}.coral-hero-bg{inset:0;position:absolute;z-index:0}.coral-hero-overlay{background:linear-gradient(135deg,#e07c5ce0,#c45c3cd9);inset:0;position:absolute;z-index:1}.coral-hero-inner{max-width:600px;position:relative;text-align:center;width:100%;z-index:2}.coral-hero-badge{border:1px solid #fff6;border-radius:999px;color:#ffffffe6;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.25rem;padding:.4rem 1rem;text-transform:uppercase}.coral-hero-title{color:#fff;font-size:clamp(1.9rem,5vw,3rem);font-weight:700;line-height:1.2;margin:0 0 .75rem;text-shadow:0 2px 12px #00000026}.coral-hero-tagline{color:#fffffff2;font-size:clamp(1rem,2vw,1.15rem);line-height:1.5;margin:0 0 2rem}.coral-hero-search{background:#fff;border-radius:24px;box-shadow:0 20px 50px #0003;margin:0 auto;max-width:460px;padding:1.25rem 1.5rem}.coral-services{background:var(--template-background-alt);padding:4rem 0}.coral-heading{color:var(--template-text);font-size:clamp(1.75rem,4vw,2.2rem);font-weight:700;margin:0 0 .5rem;text-align:center}.coral-heading-desc{color:var(--template-text-light);font-size:1.05rem;margin:0 0 2.5rem;text-align:center}.coral-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.coral-card{background:#fff;border:1px solid #e07c5c33;border-radius:20px;box-shadow:0 4px 20px #e07c5c14;padding:2rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.coral-card:hover{box-shadow:0 12px 32px #e07c5c26;transform:translateY(-4px)}.coral-card-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.coral-card h3{color:var(--template-text);font-size:1.35rem;font-weight:600;margin:0 0 .5rem}.coral-card p{color:var(--template-text-light);font-size:.95rem;line-height:1.6;margin:0}.coral-properties{background:var(--template-background);padding:4rem 0}.coral-contact{background:var(--template-background-alt)}.coral-footer{background:linear-gradient(180deg,#2d2a26,#1a1816);color:#e8e6e4;padding:2.5rem 0}.coral-footer-inner{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.coral-footer-brand strong{color:#fff;display:block;font-size:1.1rem}.coral-footer-brand span{font-size:.85rem;opacity:.8}.coral-footer-links{display:flex;gap:1.25rem}.coral-footer-links a{align-items:center;color:var(--template-accent);display:inline-flex;font-weight:500;min-height:44px;text-decoration:none;transition:opacity .2s}.coral-footer-links a:hover{opacity:.9}.coral-footer-credit{font-size:.85rem;margin:0;opacity:.7;text-align:center}@media (max-width:768px){.coral-hero{min-height:auto;padding:3rem 1rem}.coral-properties,.coral-services{padding:3rem 0}.coral-cards{grid-template-columns:1fr}.coral-footer-inner{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.coral-hero-title{font-size:1.6rem}.coral-card{padding:1.5rem}}.slate-layout{--template-primary:#475569;--template-secondary:#334155;--template-accent:#64748b;--template-text:#1e293b;--template-text-light:#64748b;--template-background:#fff;--template-background-alt:#f8fafc;background:var(--template-background);color:var(--template-text);font-family:Inter,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.slate-wrap{margin:0 auto;max-width:1100px;padding:0 1.25rem}.slate-hero{background:linear-gradient(180deg,#1e293b,#334155);color:#fff;padding:5rem 1.25rem 4rem;text-align:center}.slate-hero-content{margin:0 auto;max-width:640px}.slate-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem}.slate-hero-subtitle{color:#94a3b8;font-size:clamp(1rem,2vw,1.15rem);line-height:1.5;margin:0 0 2.5rem}.slate-hero-search{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000040;margin:0 auto;max-width:480px;padding:1.25rem 1.5rem}.slate-services{background:var(--template-background-alt);padding:4rem 0}.slate-heading{color:var(--template-text);font-size:clamp(1.75rem,4vw,2.2rem);font-weight:700;margin:0 0 2.5rem;text-align:center}.slate-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.slate-service{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.slate-service:hover{border-color:var(--template-primary);box-shadow:0 4px 20px #4755691f}.slate-service-icon{color:var(--template-primary);display:block;font-size:1.75rem;margin-bottom:1.25rem}.slate-service h3{color:var(--template-text);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.slate-service p{color:var(--template-text-light);font-size:.95rem;line-height:1.6;margin:0}.slate-properties{background:var(--template-background);padding:4rem 0}.slate-contact{background:var(--template-background-alt)}.slate-footer{background:#1e293b;color:#94a3b8;padding:2rem 0}.slate-footer-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.slate-footer-name{color:#fff;font-size:1.1rem;font-weight:600}.slate-footer-cta{display:flex;gap:1.25rem}.slate-footer-cta a{align-items:center;color:#94a3b8;display:inline-flex;font-size:.95rem;min-height:44px;text-decoration:none;transition:color .2s}.slate-footer-cta a:hover{color:#fff}.slate-footer-credit{font-size:.8rem;margin:0;opacity:.7}@media (max-width:768px){.slate-hero{padding:3.5rem 1rem 3rem}.slate-properties,.slate-services{padding:3rem 0}.slate-grid{grid-template-columns:1fr}.slate-footer-row{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.slate-hero-title{font-size:1.75rem}.slate-service{padding:1.5rem}}.violet-layout{--template-primary:#7c3aed;--template-secondary:#5b21b6;--template-accent:#8b5cf6;--template-text:#1f1f24;--template-text-light:#6b6b76;--template-background:#faf5ff;--template-background-alt:#f3e8ff;background:var(--template-background);color:var(--template-text);font-family:Inter,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.violet-wrap{margin:0 auto;max-width:1100px;padding:0 1.25rem}.violet-hero{align-items:center;display:flex;justify-content:center;min-height:70vh;min-height:min(70vh,540px);overflow:hidden;padding:4rem 1.25rem;position:relative}.violet-hero-gradient{background:linear-gradient(135deg,#5b21b6,#7c3aed 50%,#a78bfa);inset:0;position:absolute;z-index:0}.violet-hero-gradient:after{background:radial-gradient(ellipse 80% 60% at 50% 100%,#a78bfa66 0,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.violet-hero-inner{max-width:600px;position:relative;text-align:center;width:100%;z-index:1}.violet-hero-title{color:#fff;font-size:clamp(2rem,5.5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem;text-shadow:0 2px 20px #0003}.violet-hero-tagline{color:#ffffffeb;font-size:clamp(1rem,2vw,1.2rem);line-height:1.5;margin:0 0 2rem}.violet-hero-search{background:#fff;border-radius:16px;box-shadow:0 20px 50px #0003;margin:0 auto;max-width:460px;padding:1.25rem 1.5rem}.violet-services{background:var(--template-background-alt);padding:4rem 0}.violet-heading{color:var(--template-text);font-size:clamp(1.75rem,4vw,2.2rem);font-weight:700;margin:0 0 2.5rem;text-align:center}.violet-list{display:flex;flex-direction:column;gap:0}.violet-item{grid-gap:1.5rem;align-items:start;background:#fff;border:1px solid #7c3aed26;border-radius:16px;display:grid;gap:1.5rem;grid-template-columns:auto 1fr;margin-bottom:.75rem;padding:1.75rem 1.5rem;transition:border-color .2s,box-shadow .2s}.violet-item:hover{border-color:var(--template-primary);box-shadow:0 8px 30px #7c3aed1f}.violet-item-dot{background:linear-gradient(135deg,var(--template-primary),var(--template-accent));border-radius:50%;flex-shrink:0;height:12px;margin-top:.4rem;width:12px}.violet-item h3{color:var(--template-text);font-size:1.25rem;font-weight:600;margin:0 0 .35rem}.violet-item p{color:var(--template-text-light);font-size:.95rem;line-height:1.6;margin:0}.violet-properties{background:var(--template-background);padding:4rem 0}.violet-contact{background:var(--template-background-alt)}.violet-footer{background:linear-gradient(180deg,#2e1065,#1e1b4b);color:#c4b5fd;padding:2.5rem 0}.violet-footer-top{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.violet-footer-top strong{color:#fff;font-size:1.1rem}.violet-footer-links{display:flex;gap:1.25rem}.violet-footer-links a{align-items:center;color:#a78bfa;display:inline-flex;font-weight:500;min-height:44px;text-decoration:none;transition:color .2s}.violet-footer-links a:hover{color:#fff}.violet-footer-credit{font-size:.85rem;margin:0;opacity:.8;text-align:center}@media (max-width:768px){.violet-hero{min-height:auto;padding:3rem 1rem}.violet-properties,.violet-services{padding:3rem 0}.violet-item{gap:.5rem;grid-template-columns:1fr;padding:1.25rem 1rem}.violet-item-dot{margin-top:0}.violet-footer-top{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.violet-hero-title{font-size:1.75rem}}.aurora-layout{--aurora-primary:#06d6a0;--aurora-secondary:#118ab2;--aurora-accent:#ef476f;--aurora-text:#e8e8f0;--aurora-text-light:#a0a0b8;--aurora-surface:#ffffff0f;--aurora-border:#ffffff1a;--aurora-bg:#060614;--aurora-bg-alt:#0a0a1c;--template-primary:#06d6a0;--template-secondary:#118ab2;--template-accent:#ef476f;--template-text:#e8e8f0;--template-text-light:#a0a0b8;--template-background:#060614;--template-background-alt:#0a0a1c;--aurora-font-heading:"Outfit",-apple-system,sans-serif;--aurora-font-body:"DM Sans",-apple-system,sans-serif;background:radial-gradient(ellipse 120% 80% at 50% -20%,#118ab226 0,#0000 50%),radial-gradient(ellipse 80% 60% at 90% 50%,#06d6a014 0,#0000 45%),radial-gradient(ellipse 70% 80% at 10% 80%,#8b5cf60f 0,#0000 45%),var(--aurora-bg);color:var(--aurora-text);font-family:var(--aurora-font-body);line-height:1.6;min-height:100vh;overflow-x:hidden}.aurora-wrap{margin:0 auto;max-width:1140px;padding:0 1.25rem}.aurora-hero{align-items:center;display:flex;min-height:80vh;min-height:min(80vh,640px);overflow:hidden;padding:5rem 1.25rem;position:relative}.aurora-hero-bg{inset:0;position:absolute;z-index:0}.aurora-hero-overlay{background:linear-gradient(160deg,#060614eb,#06d6a01f 35%,#118ab22e 55%,#ef476f1a 75%,#060614f0)}.aurora-hero-overlay,.aurora-orbs{inset:0;position:absolute;z-index:1}.aurora-orbs{pointer-events:none}.aurora-orb{animation:aurora-float 14s ease-in-out infinite alternate;border-radius:50%;filter:blur(80px);opacity:.45;position:absolute}.aurora-orb-1{background:radial-gradient(circle,#06d6a080,#0000 70%);height:380px;left:-5%;top:-10%;width:380px}.aurora-orb-2{animation-delay:-5s;background:radial-gradient(circle,#118ab280,#0000 70%);height:320px;right:-8%;top:20%;width:320px}.aurora-orb-3{animation-delay:-9s;background:radial-gradient(circle,#ef476f66,#0000 70%);bottom:-5%;height:280px;left:30%;width:280px}@keyframes aurora-float{0%{transform:translate(0) scale(1)}to{transform:translate(30px,-20px) scale(1.12)}}.aurora-hero-split{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 380px;margin:0 auto;max-width:1140px;position:relative;width:100%;z-index:2}.aurora-hero-left{max-width:560px}.aurora-hero-chip{background:#06d6a014;border:1px solid #06d6a059;border-radius:999px;color:var(--aurora-primary);display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;padding:.4rem 1.2rem;text-transform:uppercase}.aurora-hero-chip,.aurora-hero-title{font-family:var(--aurora-font-heading)}.aurora-hero-title{color:#fff;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:0 0 1rem;text-shadow:0 0 40px #06d6a040}.aurora-hero-tagline{color:var(--aurora-text-light);font-size:clamp(1rem,2vw,1.15rem);line-height:1.6;margin:0}.aurora-glass-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid var(--aurora-border);border-radius:24px;box-shadow:0 24px 64px #0006;padding:2.5rem 2rem;text-align:center}.aurora-glass-avatar{border:3px solid #06d6a066;border-radius:50%;box-shadow:0 0 24px #06d6a033;height:100px;margin:0 auto 1.25rem;overflow:hidden;width:100px}.aurora-glass-avatar-img{height:100%;object-fit:cover;width:100%}.aurora-glass-avatar-placeholder{align-items:center;background:linear-gradient(135deg,var(--aurora-primary),var(--aurora-secondary));color:#fff;display:flex;font-size:2.2rem;font-weight:700;height:100%;justify-content:center;width:100%}.aurora-glass-name{color:#fff;font-family:var(--aurora-font-heading);font-size:1.4rem;font-weight:600;margin:0 0 .25rem}.aurora-glass-title{color:var(--aurora-primary);font-size:.85rem;font-weight:500;margin:0 0 .25rem}.aurora-glass-company{color:var(--aurora-text-light);font-size:.8rem;margin:0 0 1.25rem}.aurora-glass-actions{display:flex;gap:.75rem;justify-content:center}.aurora-glass-btn{align-items:center;background:var(--aurora-primary);border-radius:12px;color:#0a0a1a;display:inline-flex;font-size:.85rem;font-weight:600;gap:.4rem;padding:.6rem 1.25rem;text-decoration:none;transition:all .25s ease}.aurora-glass-btn:hover{box-shadow:0 4px 16px #06d6a04d;transform:translateY(-2px)}.aurora-glass-btn-outline{background:#0000;border:1px solid #06d6a059;color:var(--aurora-primary)}.aurora-glass-btn-outline:hover{background:#06d6a01a}.aurora-search-section{margin-top:-2rem;padding-bottom:2rem;position:relative;z-index:3}.aurora-search-bar{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffff12;border:1px solid var(--aurora-border);border-radius:20px;box-shadow:0 16px 48px #0000004d;margin:0 auto;max-width:680px;padding:1.5rem 2rem}.aurora-search-label{align-items:center;color:var(--aurora-primary);display:flex;font-family:var(--aurora-font-heading);font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.aurora-search-label i{font-size:.9rem}.aurora-stats{background:linear-gradient(180deg,#118ab20a 0,#0000 100%),var(--aurora-bg-alt);padding:3.5rem 0}.aurora-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);text-align:center}.aurora-stat{background:var(--aurora-surface);border:1px solid var(--aurora-border);border-radius:16px;padding:1.5rem 1rem}.aurora-stat-number{color:var(--aurora-primary);display:block;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;line-height:1.2;text-shadow:0 0 20px #06d6a040}.aurora-stat-label{color:var(--aurora-text-light);display:block;font-size:.8rem;letter-spacing:.08em;margin-top:.35rem;text-transform:uppercase}.aurora-services{background:radial-gradient(ellipse 60% 40% at 50% 0,#06d6a00f 0,#0000 50%),var(--aurora-bg);padding:5rem 0}.aurora-heading{color:#fff;font-family:var(--aurora-font-heading);font-size:clamp(1.75rem,4vw,2.4rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;text-align:center}.aurora-heading-sub{color:var(--aurora-text-light);font-size:1rem;margin:0 0 3rem;text-align:center}.aurora-timeline{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);position:relative}.aurora-timeline-item{padding:0 1rem;position:relative;text-align:center}.aurora-timeline-step{align-items:center;background:linear-gradient(135deg,var(--aurora-primary),var(--aurora-secondary));border-radius:50%;box-shadow:0 0 20px #06d6a04d;color:#0a0a1a;display:flex;font-size:1.1rem;font-weight:700;height:48px;justify-content:center;margin:0 auto 1.25rem;position:relative;width:48px;z-index:2}.aurora-timeline-connector{background:linear-gradient(90deg,var(--aurora-primary),var(--aurora-secondary));height:2px;left:calc(50% + 24px);opacity:.3;position:absolute;right:calc(-50% + 24px);top:24px;z-index:1}.aurora-timeline-item h3{color:#fff;font-family:var(--aurora-font-heading);font-size:1.15rem;font-weight:600;margin:0 0 .5rem}.aurora-timeline-item p{color:var(--aurora-text-light);font-size:.9rem;line-height:1.6;margin:0}.aurora-properties{background:linear-gradient(180deg,#0000 0,#8b5cf608 50%,#0000 100%),var(--aurora-bg-alt);padding:5rem 0}.aurora-testimonial{background:radial-gradient(ellipse 80% 50% at 50% 50%,#06d6a00a 0,#0000 60%),var(--aurora-bg);padding:4rem 0}.aurora-testimonial-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--aurora-surface);border:1px solid var(--aurora-border);border-radius:24px;margin:0 auto;max-width:700px;padding:3rem 2.5rem;position:relative;text-align:center}.aurora-testimonial-quote{color:var(--aurora-primary);font-family:Georgia,serif;font-size:5rem;left:1.5rem;line-height:1;opacity:.3;position:absolute;top:.5rem}.aurora-testimonial-card p{color:var(--aurora-text);font-size:1.1rem;font-style:italic;line-height:1.7;margin:0 0 1.5rem;position:relative}.aurora-testimonial-author{align-items:center;color:var(--aurora-text-light);display:flex;font-size:.9rem;gap:.5rem;justify-content:center}.aurora-testimonial-dot{background:var(--aurora-primary);border-radius:50%;height:8px;width:8px}.aurora-contact{background:var(--aurora-bg-alt)}.aurora-footer{background:linear-gradient(180deg,#118ab208,#0000 30%),linear-gradient(180deg,#050510,#020208);color:var(--aurora-text-light);padding:3.5rem 0 2rem}.aurora-footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff0f;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.aurora-footer-brand{color:#fff;display:block;font-family:var(--aurora-font-heading);font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.aurora-footer-brand-sub{font-size:.8rem;opacity:.6}.aurora-footer-col h4{color:#fff;font-family:var(--aurora-font-heading);font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.aurora-footer-col ul{list-style:none;margin:0;padding:0}.aurora-footer-col li{margin-bottom:.5rem}.aurora-footer-col a{color:var(--aurora-text-light);font-size:.9rem;text-decoration:none;transition:color .2s}.aurora-footer-col a:hover{color:var(--aurora-primary)}.aurora-footer-bottom{text-align:center}.aurora-footer-bottom p{font-size:.8rem;margin:0;opacity:.5}@media (max-width:968px){.aurora-hero-split{gap:2rem;grid-template-columns:1fr;text-align:center}.aurora-hero-left{max-width:100%}.aurora-glass-card{margin:0 auto;max-width:380px}.aurora-timeline{gap:2rem;grid-template-columns:repeat(2,1fr)}.aurora-timeline-connector{display:none}.aurora-footer-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.aurora-hero{min-height:auto;padding:3.5rem 1rem}.aurora-stats-grid{grid-template-columns:repeat(2,1fr)}.aurora-properties,.aurora-services{padding:3.5rem 0}.aurora-orbs{display:none}}@media (max-width:480px){.aurora-hero-title{font-size:2rem}.aurora-stats-grid{gap:1rem;grid-template-columns:1fr 1fr}.aurora-timeline{gap:2rem;grid-template-columns:1fr}.aurora-glass-card{padding:2rem 1.25rem}.aurora-glass-actions{flex-direction:column}.aurora-testimonial-card{padding:2rem 1.25rem}}.sunset-layout{--sunset-primary:#c2703e;--sunset-secondary:sienna;--sunset-accent:#d4a574;--sunset-gold:#c9a84c;--sunset-text:#2c1810;--sunset-text-light:#7a6458;--sunset-bg:#fdf8f4;--sunset-bg-alt:#f9f0e8;--template-primary:#c2703e;--template-secondary:sienna;--template-accent:#d4a574;--template-text:#2c1810;--template-text-light:#7a6458;--template-background:#fdf8f4;--template-background-alt:#f9f0e8;background:var(--sunset-bg);color:var(--sunset-text);font-family:DM Sans,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.sunset-wrap{margin:0 auto;max-width:1140px;padding:0 1.25rem}.sunset-hero{align-items:center;display:flex;justify-content:center;min-height:80vh;min-height:min(80vh,640px);overflow:hidden;padding:5rem 1.25rem;position:relative}.sunset-hero-bg{inset:0;position:absolute;z-index:0}.sunset-hero-overlay{background:linear-gradient(160deg,#2c1810e0,#c2703e8c 40%,#c9a84c59 70%,#2c1810eb);inset:0;position:absolute;z-index:1}.sunset-hero-inner{max-width:560px;position:relative;text-align:center;width:100%;z-index:2}.sunset-hero-line{background:var(--sunset-gold);height:2px;margin:0 auto 1.5rem;width:48px}.sunset-hero-eyebrow{color:var(--sunset-gold);font-size:.7rem;font-weight:600;letter-spacing:.2em;margin:0 0 1.25rem;text-transform:uppercase}.sunset-hero-title{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0 0 1rem}.sunset-hero-tagline{color:#ffffffd9;font-size:clamp(.95rem,2vw,1.1rem);font-style:italic;line-height:1.6;margin:0 0 2.5rem}.sunset-hero-search{background:#fffffff2;border-radius:16px;box-shadow:0 24px 60px #00000040;margin:0 auto;max-width:460px;padding:1.25rem 1.5rem}.sunset-about{background:var(--sunset-bg);padding:5rem 0}.sunset-about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:320px 1fr}.sunset-about-photo{position:relative}.sunset-about-img{border-radius:20px;box-shadow:0 16px 48px #0000001a;height:400px;object-fit:cover;width:100%}.sunset-about-placeholder{align-items:center;background:linear-gradient(135deg,var(--sunset-primary),var(--sunset-gold));border-radius:20px;color:#fff;display:flex;font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:700;height:400px;justify-content:center;width:100%}.sunset-about-tag{color:var(--sunset-primary);display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.2em;margin-bottom:.75rem;text-transform:uppercase}.sunset-about-name{color:var(--sunset-text);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 .75rem}.sunset-about-bio{color:var(--sunset-text-light);font-size:1rem;line-height:1.7;margin:0 0 1.5rem}.sunset-about-contact{display:flex;gap:.75rem}.sunset-about-btn{align-items:center;background:var(--sunset-primary);border-radius:10px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .25s ease}.sunset-about-btn:hover{box-shadow:0 6px 20px #c2703e4d;transform:translateY(-2px)}.sunset-about-btn-outline{background:#0000;border:2px solid var(--sunset-primary);color:var(--sunset-primary)}.sunset-about-btn-outline:hover{background:var(--sunset-primary);color:#fff}.sunset-services{background:var(--sunset-bg-alt);padding:5rem 0}.sunset-services-header{margin-bottom:3rem;text-align:center}.sunset-services-tag{color:var(--sunset-primary);display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.2em;margin-bottom:.75rem;text-transform:uppercase}.sunset-heading{color:var(--sunset-text);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0}.sunset-heading-center{margin-bottom:2.5rem;text-align:center}.sunset-services-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.sunset-service-featured{background:#fff;border:1px solid #c2703e1f;border-radius:20px;overflow:hidden;padding:2.5rem 2rem;position:relative}.sunset-service-featured-number{color:#c2703e14;font-family:Playfair Display,Georgia,serif;font-size:4rem;font-weight:800;line-height:1;margin-bottom:1rem}.sunset-service-featured h3{color:var(--sunset-text);font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:600;margin:0 0 .75rem}.sunset-service-featured p{color:var(--sunset-text-light);font-size:1rem;line-height:1.7;margin:0 0 1.25rem}.sunset-service-list{list-style:none;margin:0;padding:0}.sunset-service-list li{color:var(--sunset-text-light);font-size:.9rem;padding:.4rem 0 .4rem 1.25rem;position:relative}.sunset-service-list li:before{color:var(--sunset-gold);content:"◆";font-size:.6rem;left:0;position:absolute;top:.55rem}.sunset-service-featured-accent{background:linear-gradient(90deg,var(--sunset-primary),var(--sunset-gold));bottom:0;height:3px;left:0;position:absolute;right:0}.sunset-services-stack{display:flex;flex-direction:column;gap:1.5rem}.sunset-service-stacked{background:#fff;border:1px solid #c2703e1f;border-radius:20px;flex:1 1;overflow:hidden;padding:2rem;position:relative}.sunset-service-stacked-number{color:#c2703e14;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.75rem}.sunset-service-stacked h3{color:var(--sunset-text);font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:600;margin:0 0 .5rem}.sunset-service-stacked p{color:var(--sunset-text-light);font-size:.95rem;line-height:1.6;margin:0}.sunset-service-stacked-accent{background:linear-gradient(90deg,var(--sunset-primary),var(--sunset-gold));bottom:0;height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.sunset-service-stacked:hover .sunset-service-stacked-accent{transform:scaleX(1)}.sunset-process{background:var(--sunset-bg);padding:5rem 0}.sunset-process-sub{color:var(--sunset-text-light);font-size:1rem;margin:-1.25rem 0 2.5rem;text-align:center}.sunset-process-steps{grid-gap:0;align-items:start;display:grid;gap:0;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;margin:0 auto;max-width:960px}.sunset-process-step{padding:0 .75rem;text-align:center}.sunset-process-icon{align-items:center;background:linear-gradient(135deg,var(--sunset-primary),var(--sunset-gold));border-radius:50%;box-shadow:0 8px 24px #c2703e40;color:#fff;display:flex;font-size:1.35rem;height:64px;justify-content:center;margin:0 auto 1.25rem;transition:transform .25s ease,box-shadow .25s ease;width:64px}.sunset-process-step:hover .sunset-process-icon{box-shadow:0 10px 28px #c2703e59;transform:scale(1.05)}.sunset-process-step h4{color:var(--sunset-text);font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:600;margin:0 0 .4rem}.sunset-process-step p{color:var(--sunset-text-light);font-size:.9rem;line-height:1.55;margin:0}.sunset-process-connector{align-items:center;display:flex;justify-content:center;padding-left:.5rem;padding-right:.5rem;padding-top:2rem}.sunset-process-arrow{background:linear-gradient(90deg,var(--sunset-accent),var(--sunset-gold));display:block;height:2px;max-width:48px;position:relative;width:100%}.sunset-process-arrow:after{border-bottom:5px solid #0000;border-left:8px solid var(--sunset-gold);border-top:5px solid #0000;content:"";height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.sunset-properties{background:var(--sunset-bg-alt);padding:5rem 0}.sunset-contact{background:var(--sunset-bg)}.sunset-footer{background:linear-gradient(180deg,#2c1810,#1a0e08);color:#ffffffb3;padding:3.5rem 0 2rem}.sunset-footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff14;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.sunset-footer-brand{color:#fff;display:block;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;margin-bottom:.25rem}.sunset-footer-brand-sub{font-size:.8rem;letter-spacing:.1em;opacity:.6;text-transform:uppercase}.sunset-footer-col h4{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.sunset-footer-col ul{list-style:none;margin:0;padding:0}.sunset-footer-col li{margin-bottom:.5rem}.sunset-footer-col a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.sunset-footer-col a:hover{color:var(--sunset-gold)}.sunset-footer-bottom{text-align:center}.sunset-footer-bottom p{font-size:.8rem;margin:0;opacity:.5}@media (max-width:968px){.sunset-about-grid{gap:2rem;grid-template-columns:1fr;text-align:center}.sunset-about-img,.sunset-about-placeholder{height:300px;margin:0 auto;max-width:360px}.sunset-about-contact{justify-content:center}.sunset-footer-grid,.sunset-services-layout{grid-template-columns:1fr}}@media (max-width:768px){.sunset-hero{min-height:auto;padding:3.5rem 1rem}.sunset-about,.sunset-process,.sunset-properties,.sunset-services{padding:3.5rem 0}.sunset-process-steps{gap:2rem;grid-template-columns:1fr}.sunset-process-connector{display:none}}@media (max-width:480px){.sunset-hero-title{font-size:2.2rem}.sunset-about-contact{flex-direction:column}.sunset-service-featured,.sunset-service-stacked{padding:1.75rem 1.25rem}}.ocean-layout{--ocean-primary:#0369a1;--ocean-secondary:#075985;--ocean-accent:#38bdf8;--ocean-text:#0c2d48;--ocean-text-light:#5a7d96;--ocean-bg:#f0f9ff;--ocean-bg-alt:#e0f2fe;--template-primary:#0369a1;--template-secondary:#075985;--template-accent:#38bdf8;--template-text:#0c2d48;--template-text-light:#5a7d96;--template-background:#f0f9ff;--template-background-alt:#e0f2fe;background:var(--ocean-bg);color:var(--ocean-text);font-family:DM Sans,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.ocean-wrap{margin:0 auto;max-width:1140px;padding:0 1.25rem}.ocean-hero{align-items:center;display:flex;justify-content:center;min-height:70vh;min-height:min(70vh,560px);overflow:hidden;padding:5rem 1.25rem 7rem;position:relative}@keyframes ocean-gradient-drift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ocean-wave-move{0%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(0) translateY(-3%)}to{transform:translateX(-50%) translateY(0)}}.ocean-hero-gradient{animation:ocean-gradient-drift 12s ease-in-out infinite;background:linear-gradient(135deg,#0c4a6e,#075985 25%,#0369a1 50%,#0ea5e9 75%,#38bdf8);background-position:0 50%;background-size:400% 400%;inset:0;position:absolute;z-index:0}.ocean-hero-gradient:before{animation:ocean-wave-move 8s ease-in-out infinite;background:radial-gradient(ellipse 60% 40% at 30% 70%,#38bdf866 0,#0000 50%),radial-gradient(ellipse 50% 35% at 70% 30%,#0ea5e959 0,#0000 50%);content:"";height:200%;inset:-50% -50%;pointer-events:none;position:absolute;width:200%}.ocean-hero-gradient:after{animation:ocean-gradient-drift 10s ease-in-out infinite reverse;background:linear-gradient(90deg,#0000,#ffffff0f 50%,#0000);background-position:0 50%;background-size:200% 100%;content:"";inset:0;pointer-events:none;position:absolute}.ocean-hero-inner{max-width:620px;position:relative;text-align:center;width:100%;z-index:1}.ocean-hero-avatar{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 32px #0003;height:110px;margin:0 auto 1.5rem;overflow:hidden;width:110px}.ocean-hero-avatar-img{height:100%;object-fit:cover;width:100%}.ocean-hero-avatar-placeholder{align-items:center;background:linear-gradient(135deg,var(--ocean-primary),var(--ocean-accent));color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:100%;justify-content:center;width:100%}.ocean-hero-label{align-items:center;color:#ffffffe6;display:inline-flex;font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.ocean-hero-dot{background:var(--ocean-accent);border-radius:50%;box-shadow:0 0 8px #38bdf899;height:8px;width:8px}.ocean-hero-title{color:#fff;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.ocean-hero-tagline{color:#ffffffd9;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6;margin:0 0 2.5rem}.ocean-hero-search{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;margin:0 auto;max-width:480px;padding:1.25rem 1.5rem}@keyframes ocean-wave-roll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ocean-wave{bottom:-1px;left:0;line-height:0;overflow:hidden;position:absolute;right:0;z-index:2}.ocean-wave-inner{animation:ocean-wave-roll 8s linear infinite;height:100%;width:200%}.ocean-wave svg{display:block;height:80px;width:100%}.ocean-wave path{fill:var(--ocean-bg)}.ocean-stats{background:var(--ocean-bg);padding:0 0 2rem}.ocean-stats-row{align-items:center;background:#fff;border:1px solid #0369a114;border-radius:20px;box-shadow:0 4px 24px #0369a114;display:flex;flex-wrap:wrap;gap:0;justify-content:center;padding:2rem 1.5rem}.ocean-stat-item{flex:1 1 140px;min-width:120px;padding:.75rem 1rem;text-align:center}.ocean-stat-value{color:var(--ocean-primary);display:block;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.2}.ocean-stat-label{color:var(--ocean-text-light);display:block;font-size:.75rem;letter-spacing:.08em;margin-top:.25rem;text-transform:uppercase}.ocean-stat-divider{background:#0369a11f;flex-shrink:0;height:40px;width:1px}.ocean-services{background:var(--ocean-bg);padding:5rem 0}.ocean-heading{color:var(--ocean-text);font-size:clamp(1.75rem,4vw,2.4rem);font-weight:700;margin:0 0 .5rem;text-align:center}.ocean-heading-sub{color:var(--ocean-text-light);font-size:1rem;margin:0 0 3rem;text-align:center}.ocean-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ocean-card{background:#fff;border:1px solid #0369a11a;border-radius:20px;box-shadow:0 4px 24px #0369a10f;padding:2.25rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.ocean-card:hover{box-shadow:0 16px 48px #0369a11f;transform:translateY(-6px)}.ocean-card-icon-wrap{align-items:center;background:linear-gradient(135deg,var(--ocean-primary),var(--ocean-accent));border-radius:16px;color:#fff;display:inline-flex;font-size:1.4rem;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.ocean-card h3{color:var(--ocean-text);font-size:1.3rem;font-weight:600;margin:0 0 .5rem}.ocean-card p{color:var(--ocean-text-light);font-size:.95rem;line-height:1.6;margin:0 0 1rem}.ocean-card-list{list-style:none;margin:0;padding:0}.ocean-card-list li{color:var(--ocean-text-light);font-size:.85rem;padding:.3rem 0 .3rem 1.25rem;position:relative}.ocean-card-list li:before{color:var(--ocean-primary);content:"✓";font-weight:700;left:0;position:absolute}.ocean-process{background:var(--ocean-bg-alt);padding:5rem 0}.ocean-steps{grid-gap:0;align-items:start;display:grid;gap:0;grid-template-columns:1fr auto 1fr auto 1fr;margin:0 auto;max-width:900px}.ocean-step{padding:0 .75rem;text-align:center}.ocean-step-number{color:var(--ocean-primary);font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.75rem;opacity:.2}.ocean-step h4{color:var(--ocean-text);font-size:1.1rem;font-weight:600;margin:0 0 .4rem}.ocean-step p{color:var(--ocean-text-light);font-size:.9rem;line-height:1.5;margin:0}.ocean-step-arrow{align-items:center;color:var(--ocean-accent);display:flex;font-size:1.5rem;justify-content:center;opacity:.5;padding-top:.5rem}.ocean-properties{background:var(--ocean-bg);padding:5rem 0}.ocean-contact{background:var(--ocean-bg-alt)}.ocean-footer{position:relative}@keyframes ocean-footer-wave-roll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ocean-footer-wave{line-height:0;overflow:hidden}.ocean-footer-wave-inner{animation:ocean-footer-wave-roll 10s linear infinite;height:100%;width:200%}.ocean-footer-wave svg{display:block;height:50px;width:100%}.ocean-footer-wave path{fill:#0c2d48}.ocean-footer-body{background:linear-gradient(180deg,#0c2d48,#071b2e);color:#ffffffb3;padding:2.5rem 0 2rem;position:relative;z-index:1}@keyframes ocean-footer-drift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ocean-footer-gradient{animation:ocean-footer-drift 14s ease-in-out infinite;background:linear-gradient(120deg,#07598580,#0000 40%,#0369a166 60%,#0000);background-position:0 50%;background-size:400% 400%;inset:0;pointer-events:none;position:absolute;z-index:0}.ocean-footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff14;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.ocean-footer-col strong{color:#fff;display:block;font-size:1.15rem;margin-bottom:.25rem}.ocean-footer-col span{font-size:.8rem;opacity:.6}.ocean-footer-col h4{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.ocean-footer-col ul{list-style:none;margin:0;padding:0}.ocean-footer-col li{margin-bottom:.5rem}.ocean-footer-col a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.ocean-footer-col a:hover{color:var(--ocean-accent)}.ocean-footer-credit{font-size:.8rem;margin:0;opacity:.5;text-align:center}@media (max-width:968px){.ocean-footer-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.ocean-hero{min-height:auto;padding:3.5rem 1rem 5rem}.ocean-wave svg{height:50px}.ocean-stats-row{flex-direction:column;gap:.5rem}.ocean-stat-divider{height:1px;width:60px}.ocean-process,.ocean-properties,.ocean-services{padding:3.5rem 0}.ocean-cards,.ocean-steps{grid-template-columns:1fr}.ocean-steps{gap:2rem}.ocean-step-arrow{display:none}.ocean-hero-avatar{height:90px;width:90px}}@media (max-width:480px){.ocean-hero-title{font-size:1.8rem}.ocean-card{padding:1.75rem 1.25rem}}.noir-layout{--noir-primary:#111;--noir-secondary:#222;--noir-accent:#999;--noir-text:#111;--noir-text-light:#666;--noir-bg:#fff;--noir-bg-alt:#f5f5f5;--template-primary:#111;--template-secondary:#222;--template-accent:#999;--template-text:#111;--template-text-light:#666;--template-background:#fff;--template-background-alt:#f5f5f5;background:var(--noir-bg);color:var(--noir-text);font-family:DM Sans,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.noir-wrap{max-width:1040px}.noir-wrap,.noir-wrap-wide{margin:0 auto;padding:0 1.25rem}.noir-wrap-wide{max-width:1200px}.noir-hero{background:#000;color:#fff;padding:6rem 1.25rem 5rem;position:relative;text-align:center}.noir-hero:before{background:repeating-linear-gradient(0deg,#0000,#0000 1px,hsla(0,0%,100%,.012) 0,hsla(0,0%,100%,.012) 2px);content:"";inset:0;pointer-events:none;position:absolute}.noir-hero-inner{margin:0 auto;max-width:640px;position:relative}.noir-hero-meta{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.noir-hero-rule{background:#ffffff4d;height:1px;width:40px}.noir-hero-label{color:#ffffff80;font-size:.65rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase}.noir-hero-title{font-family:Libre Baskerville,Georgia,serif;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin:0 0 .5rem}.noir-hero-amp{display:block;font-size:.5em;font-style:italic;font-weight:400;line-height:1.6;opacity:.4}.noir-hero-tagline{color:#fff6;font-size:.85rem;letter-spacing:.15em;margin:1.25rem 0 2rem;text-transform:uppercase}.noir-hero-profile{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:60px;display:flex;display:inline-flex;gap:1rem;justify-content:center;margin-bottom:2.5rem;padding:1rem 1.5rem}.noir-hero-avatar{border:2px solid #fff3;border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;width:48px}.noir-hero-avatar-img{height:100%;object-fit:cover;width:100%}.noir-hero-avatar-placeholder{align-items:center;background:#333;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:100%;justify-content:center;width:100%}.noir-hero-profile-info{display:flex;flex-direction:column;text-align:left}.noir-hero-profile-title{color:#ffffffe6;font-size:.85rem;font-weight:500}.noir-hero-profile-company{color:#fff6;font-size:.75rem}.noir-hero-search{background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000080;margin:0 auto;max-width:460px;padding:1.25rem 1.5rem}.noir-collage{background:var(--noir-bg);padding:3rem 0}.noir-services{background:var(--noir-bg);padding:5rem 0}.noir-section-header,.noir-services-header{margin-bottom:3rem;text-align:center}.noir-heading{color:var(--noir-text);font-family:Libre Baskerville,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem}.noir-heading-rule{background:#000;height:2px;margin:0 auto;width:60px}.noir-service-grid{grid-gap:0;border:1px solid #e0e0e0;display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.noir-service{border-right:1px solid #e0e0e0;padding:2.5rem 2rem;transition:background-color .25s ease}.noir-service:last-child{border-right:none}.noir-service:hover{background:#fafafa}.noir-service-num{color:#ddd}.noir-service-label,.noir-service-num{display:block;font-family:Libre Baskerville,Georgia,serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.noir-service-label{color:var(--noir-text)}.noir-service p{color:var(--noir-text-light);font-size:.95rem;line-height:1.7;margin:0 0 1rem}.noir-service-list{border-top:1px solid #eee;list-style:none;margin:0;padding:.75rem 0 0}.noir-service-list li{color:var(--noir-text-light);font-size:.85rem;padding:.3rem 0 .3rem 1rem;position:relative}.noir-service-list li:before{color:#ccc;content:"—";left:0;position:absolute}.noir-quote{background:var(--noir-bg-alt);padding:5rem 0}.noir-quote-inner{margin:0 auto;max-width:700px;position:relative;text-align:center}.noir-quote-mark{color:#e0e0e0;font-size:8rem;left:50%;line-height:1;position:absolute;top:-2rem;transform:translateX(-50%)}.noir-quote blockquote,.noir-quote-mark{font-family:Libre Baskerville,Georgia,serif}.noir-quote blockquote{color:var(--noir-text);font-size:clamp(1.1rem,2.5vw,1.5rem);font-style:italic;line-height:1.7;margin:0 0 1.5rem;position:relative;z-index:1}.noir-quote-attr{align-items:center;color:var(--noir-text-light);display:flex;font-size:.9rem;gap:.75rem;justify-content:center;letter-spacing:.1em;text-transform:uppercase}.noir-quote-rule{background:#999;height:1px;width:30px}.noir-properties{background:var(--noir-bg);padding:5rem 0}.noir-contact{background:var(--noir-bg-alt)}.noir-footer{background:#000;color:#fff9;padding:3.5rem 0 2rem}.noir-footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff14;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.noir-footer-name{color:#fff;display:block;font-family:Libre Baskerville,Georgia,serif;font-size:1.15rem;margin-bottom:.25rem}.noir-footer-title{font-size:.8rem;margin:0;opacity:.5}.noir-footer-col h4{color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.15em;margin:0 0 1rem;text-transform:uppercase}.noir-footer-col ul{list-style:none;margin:0;padding:0}.noir-footer-col li{margin-bottom:.5rem}.noir-footer-col a{color:#ffffff73;font-size:.85rem;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:color .2s}.noir-footer-col a:hover{color:#fff}.noir-footer-credit{font-size:.8rem;margin:0;opacity:.4;text-align:center}@media (max-width:968px){.noir-service-grid{border:none;grid-template-columns:1fr}.noir-service{border-bottom:1px solid #e0e0e0;border-right:none;padding:2rem 1.25rem}.noir-service:last-child{border-bottom:none}.noir-footer-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.noir-hero{padding:4rem 1rem 3.5rem}.noir-properties,.noir-quote,.noir-services{padding:3.5rem 0}.noir-collage{padding:2rem 0}.noir-hero-profile{border-radius:16px;flex-direction:column;padding:1rem}.noir-hero-profile-info{text-align:center}}@media (max-width:480px){.noir-hero-title{font-size:2.2rem}.noir-service{padding:1.75rem 1rem}.noir-quote blockquote{font-size:1.05rem}.noir-quote-mark{font-size:5rem}}.emerald-layout{--emerald-primary:#166534;--emerald-secondary:#14532d;--emerald-accent:#22c55e;--emerald-gold:#b8860b;--emerald-text:#1a2e1a;--emerald-text-light:#5a7a5a;--emerald-bg:#f7faf7;--emerald-bg-alt:#ecf5ec;--template-primary:#166534;--template-secondary:#14532d;--template-accent:#22c55e;--template-text:#1a2e1a;--template-text-light:#5a7a5a;--template-background:#f7faf7;--template-background-alt:#ecf5ec;background:var(--emerald-bg);color:var(--emerald-text);font-family:Inter,-apple-system,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.emerald-wrap{margin:0 auto;max-width:1140px;padding:0 1.25rem}.emerald-hero{align-items:center;display:flex;justify-content:center;min-height:75vh;min-height:min(75vh,600px);overflow:hidden;padding:5rem 1.25rem;position:relative}.emerald-hero-bg{inset:0;position:absolute;z-index:0}.emerald-hero-overlay{background:linear-gradient(155deg,#0e3a20f0,#14532de0 35%,#166534bf 60%,#22c55e33);inset:0;position:absolute;z-index:1}.emerald-hero-inner{max-width:620px;position:relative;text-align:center;width:100%;z-index:2}.emerald-hero-badge{align-items:center;animation:emerald-badge-in .6s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#b8860b14;border:1px solid #b8860b80;border-radius:999px;color:var(--emerald-gold);display:inline-flex;font-size:.7rem;font-weight:600;gap:.5rem;letter-spacing:.15em;margin-bottom:1.5rem;padding:.45rem 1.25rem;text-transform:uppercase}@keyframes emerald-badge-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.emerald-hero-badge-diamond{font-size:.6rem}.emerald-hero-title{animation:emerald-badge-in .6s ease-out .1s both;color:#fff;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.5rem,7vw,4.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem;text-shadow:0 2px 20px #00000040}.emerald-hero-tagline{animation:emerald-badge-in .6s ease-out .15s both;color:#ffffffeb;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6;margin:0 auto 2.5rem;max-width:520px}.emerald-hero-search{animation:emerald-badge-in .6s ease-out .2s both;background:#fffffffa;border-radius:18px;box-shadow:0 20px 60px #00000040,0 0 0 1px #fff3;margin:0 auto;max-width:480px;padding:1.25rem 1.5rem}.emerald-bio{background:var(--emerald-bg);padding:5rem 0}.emerald-bio-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:300px 1fr}.emerald-bio-photo{position:relative}.emerald-bio-img{box-shadow:0 12px 40px #0000001a;object-fit:cover}.emerald-bio-img,.emerald-bio-placeholder{border-radius:20px;height:380px;width:100%}.emerald-bio-placeholder{align-items:center;background:linear-gradient(135deg,var(--emerald-primary),var(--emerald-accent));color:#fff;display:flex;font-family:Cormorant Garamond,Georgia,serif;font-size:5rem;font-weight:700;justify-content:center}.emerald-bio-photo-accent{background:linear-gradient(90deg,var(--emerald-gold),#0000);border-radius:2px;bottom:-8px;height:4px;left:12px;position:absolute;right:12px}.emerald-bio-label{align-items:center;color:var(--emerald-gold);display:flex;font-size:.7rem;font-weight:600;gap:.75rem;letter-spacing:.15em;margin-bottom:.75rem;text-transform:uppercase}.emerald-bio-label-line{background:var(--emerald-gold);height:2px;width:32px}.emerald-bio-name{color:var(--emerald-text);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 .35rem}.emerald-bio-role{color:var(--emerald-primary);font-size:.9rem;font-weight:500;margin:0 0 1rem}.emerald-bio-desc{color:var(--emerald-text-light);font-size:1rem;line-height:1.7;margin:0 0 1.5rem}.emerald-bio-actions{display:flex;flex-wrap:wrap;gap:.75rem}.emerald-bio-btn{align-items:center;background:var(--emerald-primary);border-radius:10px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.65rem 1.4rem;text-decoration:none;transition:all .25s ease}.emerald-bio-btn:hover{box-shadow:0 6px 20px #16653440;transform:translateY(-2px)}.emerald-bio-btn-outline{background:#0000;border:2px solid var(--emerald-primary);color:var(--emerald-primary)}.emerald-bio-btn-outline:hover{background:var(--emerald-primary);color:#fff}.emerald-services{background:var(--emerald-bg-alt);padding:5rem 0}.emerald-services-header{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem}.emerald-services-rule{background:var(--emerald-gold);flex:0 0 60px;height:1px;opacity:.5}.emerald-heading{color:var(--emerald-text);font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0;text-align:center}.emerald-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.emerald-card{background:#fff;border:1px solid #1665341a;border-radius:20px;box-shadow:0 4px 20px #1665340f;overflow:hidden;padding:2.25rem 2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.emerald-card:hover{box-shadow:0 16px 48px #1665341a;transform:translateY(-5px)}.emerald-card-gold-bar{background:linear-gradient(90deg,var(--emerald-gold),var(--emerald-primary));height:3px;left:0;position:absolute;right:0;top:0}.emerald-card-top{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.emerald-card-icon{font-size:1.75rem}.emerald-card h3{color:var(--emerald-text);font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:700;margin:0}.emerald-card p{color:var(--emerald-text-light);font-size:.95rem;line-height:1.7;margin:0 0 1rem}.emerald-card-list{border-top:1px solid #16653414;list-style:none;margin:0;padding:.75rem 0 0}.emerald-card-list li{color:var(--emerald-text-light);font-size:.85rem;padding:.3rem 0 .3rem 1.25rem;position:relative}.emerald-card-list li:before{color:var(--emerald-gold);content:"◆";font-size:.55rem;left:0;position:absolute;top:.5rem}.emerald-properties{background:var(--emerald-bg);padding:5rem 0}.emerald-properties-header{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.emerald-properties .showallproperties-header{margin-top:0}.emerald-properties .showallproperties-header h2{display:none}.emerald-properties .showallproperties-count{color:var(--emerald-text-light);margin-top:.25rem}.emerald-cta{padding:0}.emerald-cta-inner{background:linear-gradient(135deg,var(--emerald-primary) 0,var(--emerald-secondary) 60%,#0f4928 100%);border-radius:24px;margin:-2rem 0 2rem;overflow:hidden;padding:3.5rem 2.5rem;position:relative;text-align:center}.emerald-cta-inner:before{background:radial-gradient(ellipse 60% 80% at 80% 20%,#b8860b26 0,#0000 50%);content:"";inset:0;pointer-events:none;position:absolute}.emerald-cta-title{color:#fff;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;margin:0 0 .75rem;position:relative}.emerald-cta-sub{color:#fffc;font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:500px;position:relative}.emerald-cta-actions{display:flex;gap:.75rem;justify-content:center;position:relative}.emerald-cta-btn{align-items:center;background:var(--emerald-gold);border-radius:12px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem;padding:.75rem 1.75rem;text-decoration:none;transition:all .25s ease}.emerald-cta-btn:hover{box-shadow:0 6px 24px #b8860b4d;transform:translateY(-2px)}.emerald-cta-btn-outline{background:#0000;border:2px solid #fff6;color:#fff}.emerald-cta-btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3}.emerald-contact{background:var(--emerald-bg-alt);padding:4rem 0 5rem}.emerald-contact-header{margin-bottom:2.5rem;text-align:center}.emerald-contact-title-row{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:.5rem}.emerald-contact-header .emerald-heading{margin:0}.emerald-contact-sub{color:var(--emerald-text-light);font-size:1.05rem;line-height:1.6;margin:.75rem auto 0;max-width:420px}.emerald-footer{background:linear-gradient(180deg,#14532d,#0a2e18);color:#ffffffb3;padding:3.5rem 0 2rem}.emerald-footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.emerald-footer-brand{color:#fff;display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;margin-bottom:.25rem}.emerald-footer-brand-sub{font-size:.8rem;letter-spacing:.1em;opacity:.6;text-transform:uppercase}.emerald-footer-col h4{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase}.emerald-footer-col ul{list-style:none;margin:0;padding:0}.emerald-footer-col li{margin-bottom:.5rem}.emerald-footer-col a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.emerald-footer-col a:hover{color:var(--emerald-gold)}.emerald-footer-credit{font-size:.8rem;margin:0;opacity:.5;text-align:center}@media (max-width:968px){.emerald-bio-grid{gap:2rem;grid-template-columns:1fr;text-align:center}.emerald-bio-img,.emerald-bio-placeholder{height:300px;margin:0 auto;max-width:340px}.emerald-bio-actions,.emerald-bio-label{justify-content:center}.emerald-footer-grid{gap:1.5rem;grid-template-columns:1fr}.emerald-services-rule{display:none}}@media (max-width:768px){.emerald-hero{min-height:auto;padding:3.5rem 1rem}.emerald-bio,.emerald-properties,.emerald-services{padding:3.5rem 0}.emerald-cards{grid-template-columns:1fr}.emerald-cta-inner{border-radius:16px;padding:2.5rem 1.5rem}}@media (max-width:480px){.emerald-hero-title{font-size:2.2rem}.emerald-card{padding:1.75rem 1.25rem}.emerald-bio-actions,.emerald-cta-actions{flex-direction:column}.emerald-cta-actions{align-items:center}}.luxe-layout{background:#fff;color:#1e3154;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow-x:hidden}.luxe-wrap{margin:0 auto;max-width:1200px;padding:0 2rem}.luxe-eyebrow{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.luxe-eyebrow-line{background:#c9a96e;display:block;flex-shrink:0;height:2px;width:36px}.luxe-eyebrow-text{color:#c9a96e;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.luxe-section-label{align-items:center;display:flex;gap:.75rem;margin-bottom:.85rem}.luxe-section-heading{color:#1e3154;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 2.5rem}.luxe-hero{background:#f8f7f4;border-bottom:1px solid #ebe8e2;padding:5rem 0 4.5rem}.luxe-hero-inner{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1.15fr .85fr;margin:0 auto;max-width:1200px;padding:0 2rem}.luxe-hero-left{display:flex;flex-direction:column}.luxe-hero-headline{color:#1e3154;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:700;letter-spacing:-.025em;line-height:1.08;margin:0 0 1.5rem}.luxe-hero-headline em{display:block;font-style:italic;font-weight:400}.luxe-hero-desc{color:#6b7280;font-size:1rem;line-height:1.75;margin:0 0 2.25rem;max-width:500px}.luxe-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.luxe-btn-primary{align-items:center;background:#1e3154;border:2px solid #1e3154;border-radius:8px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;letter-spacing:.01em;padding:.85rem 1.75rem;text-decoration:none;transition:background .2s ease,border-color .2s ease;white-space:nowrap}.luxe-btn-primary:hover{background:#162540;border-color:#162540}.luxe-btn-outline{align-items:center;background:#0000;border:2px solid #d1d5db;border-radius:8px;color:#1e3154;display:inline-flex;font-size:.9rem;font-weight:600;letter-spacing:.01em;padding:.85rem 1.75rem;text-decoration:none;transition:border-color .2s ease;white-space:nowrap}.luxe-btn-outline:hover{border-color:#1e3154}.luxe-hero-stats{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;padding:1.5rem 1.75rem}.luxe-stat{display:flex;flex:1 1;flex-direction:column;gap:.3rem;text-align:center}.luxe-stat-num{color:#1e3154;font-family:Georgia,Times New Roman,serif;font-size:1.9rem;font-weight:700;line-height:1}.luxe-stat-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.luxe-stat-divider{background:#e5e7eb;flex-shrink:0;height:42px;margin:0 .5rem;width:1px}.luxe-hero-right{display:flex;flex-direction:column}.luxe-agent-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 32px #00000012;padding:2rem}.luxe-agent-card-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.5rem}.luxe-agent-photo{background:#f3f4f6;border-radius:12px;flex-shrink:0;height:72px;overflow:hidden;width:72px}.luxe-agent-photo img{display:block;height:100%;object-fit:cover;object-position:top center;width:100%}.luxe-agent-photo-placeholder{align-items:center;background:#1e3154;color:#c9a96e;display:flex;font-family:Georgia,serif;font-size:1.6rem;font-weight:700;height:100%;justify-content:center;width:100%}.luxe-agent-card-meta{display:flex;flex-direction:column;gap:.2rem}.luxe-agent-card-name{color:#1e3154;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;margin:0}.luxe-agent-card-title{color:#6b7280;font-size:.82rem;margin:0}.luxe-agent-card-co{color:#c9a96e;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.luxe-card-search{margin-bottom:1.25rem}.luxe-card-search-label{color:#9ca3af;display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;margin:0 0 .65rem;text-transform:uppercase}.luxe-card-contact{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-top:.25rem}.luxe-card-btn{align-items:center;border-radius:8px;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;justify-content:center;padding:.7rem 1rem;text-decoration:none;transition:all .2s ease}.luxe-card-btn-primary{background:#1e3154;border:2px solid #1e3154;color:#fff}.luxe-card-btn-primary:hover{background:#162540;border-color:#162540}.luxe-card-btn-outline{background:#0000;border:2px solid #d1d5db;color:#1e3154}.luxe-card-btn-outline:hover{border-color:#1e3154}.luxe-services{background:#fff;border-bottom:1px solid #f3f4f6;padding:5rem 0}.luxe-services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.luxe-service-card{background:#f8f7f4;border:1px solid #ebe8e2;border-radius:14px;padding:2rem 1.75rem;transition:box-shadow .25s ease,transform .25s ease}.luxe-service-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.luxe-service-icon{align-items:center;background:#1e3154;border-radius:10px;color:#c9a96e;display:flex;font-size:1.1rem;height:44px;justify-content:center;margin-bottom:1.25rem;transition:transform .25s ease;width:44px}.luxe-service-card:hover .luxe-service-icon{transform:scale(1.08)}.luxe-service-card h3{color:#1e3154;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.luxe-service-card p{color:#6b7280;font-size:.88rem;line-height:1.7;margin:0}.luxe-properties{background:#f8f7f4;padding:5rem 0}.luxe-pull-quote{background:#1e3154;overflow:hidden;padding:5.5rem 0;position:relative}.luxe-pull-quote:before{color:#ffffff0a;content:"\201C";font-family:Georgia,serif;font-size:26rem;left:50%;line-height:1;pointer-events:none;position:absolute;top:-.15em;transform:translateX(-50%);-webkit-user-select:none;user-select:none}.luxe-pq-inner{margin:0 auto;max-width:760px;position:relative;text-align:center;z-index:1}.luxe-pq-stars{color:#c9a96e;font-size:1.3rem;letter-spacing:.3em;margin-bottom:2rem}.luxe-pq-text{color:#ffffffeb;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic;font-weight:400;line-height:1.65;margin:0 0 2rem;quotes:none}.luxe-pq-cite{color:#ffffff59;font-size:.78rem;font-style:normal;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.luxe-contact{background:#fff;padding:5rem 0}.luxe-footer{background:#1e3154;padding:3.5rem 0 2rem}.luxe-footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2.5rem}.luxe-footer-brand{display:flex;flex-direction:column;gap:.4rem}.luxe-footer-name{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}.luxe-footer-sub{color:#fff6;font-size:.85rem}.luxe-footer-co{color:#c9a96e;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.luxe-footer-nav{display:flex;flex-direction:column;gap:.75rem}.luxe-footer-nav a{color:#ffffff80;font-size:.88rem;text-decoration:none;transition:color .2s ease}.luxe-footer-nav a:hover{color:#c9a96e}.luxe-footer-contact{display:flex;flex-direction:column;gap:.65rem}.luxe-footer-contact a{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:color .2s ease;word-break:break-all}.luxe-footer-contact a:hover{color:#c9a96e}.luxe-footer-base{border-top:1px solid #ffffff1a;padding-top:1.5rem}.luxe-footer-base p{color:#ffffff40;font-size:.8rem;margin:0}.luxe-layout .showallproperties-price-badge{background:#1e3154;background-image:none;box-shadow:0 4px 10px #1e315459}.luxe-layout .showallproperties-view-btn{background:#1e3154;background-image:none;box-shadow:0 4px 6px #1e315433}.luxe-layout .showallproperties-view-btn:hover{background:#162540;background-image:none;box-shadow:0 8px 16px #1e31544d;color:#fff}.luxe-layout .showallproperties-type{background:#1e315414;color:#1e3154}.luxe-layout .showallproperties-address i,.luxe-layout .showallproperties-detail i{color:#c9a96e}.luxe-layout .showallproperties-card:hover{box-shadow:0 25px 50px -12px #0000002e,0 0 0 1px #c9a96e26}.luxe-layout .showallproperties-filters{background:#fff;border-color:#e5e7eb}.luxe-layout .showallproperties-filters.has-active-filters{background-color:#1e315408;border-color:#1e315440;box-shadow:0 10px 15px -3px #00000014,0 0 0 3px #1e315414}.luxe-layout .showallproperties-filter-header{border-bottom-color:#1e31541f}.luxe-layout .showallproperties-filter-group label,.luxe-layout .showallproperties-filter-header h3,.luxe-layout .showallproperties-price-inputs span{color:#1e3154}.luxe-layout .showallproperties-filter-group.active{background-color:#1e31540d;border-left-color:#c9a96e}.luxe-layout .showallproperties-filter-input:focus,.luxe-layout .showallproperties-filter-select:focus{border-color:#c9a96e;box-shadow:0 0 0 3px #c9a96e26}.luxe-layout .showallproperties-filter-input.active,.luxe-layout .showallproperties-filter-select.active{background-color:#c9a96e0a;border-color:#c9a96e;box-shadow:0 0 0 2px #c9a96e1f}.luxe-layout .showallproperties-apply-btn{background:#1e3154;background-image:none;box-shadow:0 4px 6px #1e315433}.luxe-layout .showallproperties-apply-btn:hover{background:#162540;background-image:none;box-shadow:0 8px 14px #1e31544d}.luxe-layout .showallproperties-active-filters-count{background:#1e3154;background-image:none}.luxe-layout .showallproperties-header h2{-webkit-text-fill-color:#1e3154;background:none;-webkit-background-clip:unset;background-clip:initial;color:#1e3154}.luxe-layout .showallproperties-spinner{border-top-color:#1e3154}.luxe-layout .showallproperties-page-btn:hover:not(:disabled),.luxe-layout .showallproperties-page-number:hover:not(:disabled){border-color:#1e3154;color:#1e3154}.luxe-layout .showallproperties-page-btn.active,.luxe-layout .showallproperties-page-number.active{background:#1e3154;background-image:none;border-color:#1e3154;box-shadow:0 4px 6px #1e315440}.luxe-layout .searchproperties-search-btn{background:#1e3154;background-image:none}.luxe-layout .searchproperties-search-btn:hover{background:#162540;background-image:none;box-shadow:0 8px 20px #1e315440}.luxe-layout .searchproperties-input-container:focus-within{border-color:#c9a96e;box-shadow:0 0 0 3px #c9a96e26}@media (max-width:1024px){.luxe-hero-inner{gap:3rem;grid-template-columns:1fr 1fr}.luxe-services-grid{grid-template-columns:repeat(2,1fr)}.luxe-footer-grid{gap:2rem;grid-template-columns:1.5fr 1fr 1fr}}@media (max-width:768px){.luxe-hero{padding:3.5rem 0 3rem}.luxe-hero-inner{gap:2.5rem;grid-template-columns:1fr}.luxe-hero-headline{font-size:clamp(2.2rem,9vw,3rem)}.luxe-hero-actions{flex-direction:column;gap:.75rem;margin-bottom:2rem}.luxe-btn-outline,.luxe-btn-primary{justify-content:center;width:100%}.luxe-hero-stats{padding:1.25rem 1rem}.luxe-stat-num{font-size:1.5rem}.luxe-services-grid{gap:1rem;grid-template-columns:1fr}.luxe-footer-grid{gap:2rem;grid-template-columns:1fr}.luxe-contact,.luxe-properties,.luxe-services{padding:3.5rem 0}.luxe-pull-quote{padding:4rem 0}.luxe-wrap{padding:0 1.25rem}}@media (max-width:480px){.luxe-hero-headline{font-size:clamp(1.9rem,11vw,2.5rem)}.luxe-hero-stats{flex-direction:column;gap:1.25rem}.luxe-stat-divider{height:1px;width:40px}.luxe-section-heading{font-size:1.7rem}.luxe-pq-text{font-size:1.2rem}.luxe-card-contact{grid-template-columns:1fr}.luxe-wrap{padding:0 1rem}}: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}}@page{size:letter portrait;margin:0}.pf-flyer-printable{background:#fff;box-sizing:border-box;color:#1a1a1a;font-family:Inter,Helvetica Neue,Arial,sans-serif;min-height:11in;overflow:hidden;position:relative;width:8.5in}.pf-flyer-header{display:flex;flex-direction:column;gap:8px;padding:32px 40px 28px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-flyer-header.pf-header-navy{background:#1a2e4a;color:#fff}.pf-flyer-header.pf-header-red{background:#c0392b;color:#fff}.pf-flyer-header.pf-header-teal{background:#2b7a78;color:#fff}.pf-flyer-header.pf-header-light{background:#f8f9fa;border-bottom:4px solid #2b7a78;color:#1a2e4a}.pf-badge{border-radius:3px;display:inline-block;font-size:12px;font-weight:800;letter-spacing:3px;margin-bottom:6px;padding:6px 16px;-webkit-print-color-adjust:exact;print-color-adjust:exact;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.pf-badge-gold{background:#f0c040;color:#1a1a1a}.pf-badge-red{background:#fff;color:#c0392b}.pf-badge-teal{background:#fff;color:#2b7a78}.pf-badge-navy{background:#fff;color:#1a2e4a}.pf-header-address{font-size:34px;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin:0}.pf-header-city{font-size:17px;font-weight:500;letter-spacing:.3px;margin:0;opacity:.85}.pf-header-price{font-size:44px;font-weight:900;letter-spacing:-1.5px;line-height:1;margin:6px 0 0}.pf-header-light .pf-header-price{color:#2b7a78}.pf-oh-datetime{display:flex;font-size:20px;font-weight:700;gap:24px;letter-spacing:.3px;margin-top:10px}.pf-oh-datetime span{align-items:center;display:flex;gap:6px}.pf-photos-large{grid-gap:3px;display:grid;gap:3px;grid-template-columns:1fr 1fr;height:3.4in;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-photos-large.pf-single{grid-template-columns:1fr}.pf-photos-small{grid-gap:3px;display:grid;gap:3px;grid-template-columns:1fr 1fr 1fr;height:2in;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-photos-small.pf-two-col{grid-template-columns:1fr 1fr}.pf-photos-strip{grid-gap:3px;display:grid;gap:3px;height:1.6in;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-photos-strip-1{grid-template-columns:1fr}.pf-photos-strip-2{grid-template-columns:1fr 1fr}.pf-photos-strip-3{grid-template-columns:1fr 1fr 1fr}.pf-photo{display:block;object-fit:cover}.pf-photo,.pf-photo-placeholder{height:100%;-webkit-print-color-adjust:exact;print-color-adjust:exact;width:100%}.pf-photo-placeholder{align-items:center;background:#e8ecf0;color:#aab0b8;display:flex;font-size:13px;justify-content:center}.pf-facts-row{background:#f4f6f8;border-bottom:2px solid #e2e6ea;border-top:2px solid #e2e6ea;display:flex;gap:0;justify-content:center;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-fact{border-right:1px solid #dde2e8;flex:1 1;padding:12px 8px;text-align:center}.pf-fact:last-child{border-right:none}.pf-fact-value{color:#1a2e4a;display:block;font-size:24px;font-weight:800;letter-spacing:-.5px;line-height:1}.pf-fact-label{color:#6b7280;display:block;font-size:11px;font-weight:600;letter-spacing:1.5px;margin-top:4px;text-transform:uppercase}.pf-copy{padding:20px 40px 18px}.pf-copy-headline{color:#1a2e4a;font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 6px}.pf-copy-tagline{color:#4b5563;font-size:16px;font-style:italic;font-weight:500;margin:0 0 12px}.pf-copy-description{color:#374151;font-size:14px;line-height:1.65;margin:0 0 14px}.pf-copy-points{grid-gap:6px 20px;display:grid;gap:6px 20px;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.pf-copy-points li{color:#374151;font-size:14px;font-weight:500;line-height:1.45;padding-left:18px;position:relative}.pf-copy-points li:before{color:#2b7a78;content:"✓";font-weight:800;left:0;position:absolute}.pf-flyer-just-listed .pf-copy{background:#1a2e4a;padding:22px 40px 20px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-flyer-just-listed .pf-copy-headline{color:#fff;font-size:32px;font-weight:900;letter-spacing:-.8px}.pf-flyer-just-listed .pf-copy-tagline{color:#ffffffbf;font-size:17px}.pf-flyer-just-listed .pf-copy-points li{color:#ffffffe6;font-size:15px}.pf-flyer-just-listed .pf-copy-points li:before{color:#f0c040}.pf-two-col-layout{display:grid;grid-template-columns:60% 40%;min-height:7in}.pf-col-content{gap:16px;padding:24px 28px}.pf-col-content,.pf-col-photos{display:flex;flex-direction:column}.pf-col-photos{gap:3px}.pf-col-photos .pf-photo,.pf-col-photos .pf-photo-placeholder{flex:1 1;min-height:0}.pf-section-divider{background:linear-gradient(90deg,#2b7a78,#0000);height:2px;margin:0 36px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-newsletter-photos{grid-gap:3px;display:grid;gap:3px;grid-template-columns:1fr}.pf-newsletter-photos .pf-photo{height:2.8in}.pf-newsletter-row{grid-gap:3px;display:grid;gap:3px;grid-template-columns:1fr 1fr}.pf-newsletter-row .pf-photo{height:1.8in}.pf-agent-footer{align-items:center;background:#1a2e4a;color:#fff;display:flex;gap:16px;margin-top:auto;padding:14px 28px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-agent-footer.pf-footer-teal{background:#2b7a78}.pf-agent-footer.pf-footer-light{background:#f4f6f8;border-top:2px solid #2b7a78;color:#1a2e4a}.pf-agent-footer.pf-footer-elegant{background:#ede8df;border-top:3px solid #c8b89a;color:#1a1a1a}.pf-agent-footer.pf-footer-elegant .pf-agent-avatar{border-color:#c8b89a}.pf-agent-footer.pf-footer-elegant .pf-agent-contact span{opacity:.75}.pf-agent-avatar{border:2px solid #fff6;border-radius:50%;flex-shrink:0;height:58px;object-fit:cover;width:58px}.pf-agent-footer.pf-footer-light .pf-agent-avatar{border-color:#2b7a78}.pf-agent-info{display:flex;flex-direction:column;gap:2px}.pf-agent-name{font-size:15px;font-weight:700}.pf-agent-company,.pf-agent-title{font-size:12px;opacity:.85}.pf-agent-contact{display:flex;flex-wrap:wrap;gap:14px;margin-top:4px}.pf-agent-contact span{font-size:12px;opacity:.9}.pf-flyer-elegant{background:#faf9f7;color:#1a1a1a}.pf-elegant-header{background:#fff;border-bottom:1px solid #e8e2d8;padding:32px 44px 24px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-elegant-badge{color:#c8b89a;display:inline-block;font-size:11px;font-weight:700;letter-spacing:4px;margin-bottom:10px;text-transform:uppercase}.pf-elegant-address{color:#1a1a1a;font-size:38px;font-weight:900;letter-spacing:-1px;line-height:1.1;margin:0 0 4px;text-transform:uppercase}.pf-elegant-city{color:#6a6660;font-size:16px;font-weight:500;letter-spacing:.5px;margin:0 0 10px}.pf-elegant-price{color:#1a1a1a;font-size:48px;font-weight:900;letter-spacing:-2px;line-height:1;margin-bottom:14px}.pf-elegant-accent-bar{background:#c8b89a;border-radius:3px;height:5px;width:72px}.pf-elegant-accent-bar,.pf-elegant-hero{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-elegant-hero{height:3.2in;overflow:hidden}.pf-elegant-hero .pf-photo,.pf-elegant-hero .pf-photo-placeholder{height:100%;object-fit:cover;width:100%}.pf-elegant-photo-row{grid-gap:3px;display:grid;gap:3px;height:1.8in;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-elegant-photo-row-1{grid-template-columns:1fr}.pf-elegant-photo-row-2{grid-template-columns:1fr 1fr}.pf-elegant-photo-row-3{grid-template-columns:1fr 1fr 1fr}.pf-elegant-facts{margin-top:10px}.pf-flyer-elegant .pf-facts-row{background:#ede8df;border-bottom:2px solid #d4c9b8;border-top:2px solid #d4c9b8;padding-bottom:16px;padding-top:16px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-flyer-elegant .pf-fact{border-right-color:#d4c9b8}.pf-flyer-elegant .pf-fact-value{color:#1a1a1a}.pf-flyer-elegant .pf-fact-label{color:#8a8078}.pf-elegant-copy{background:#fff;padding:22px 44px 20px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.pf-elegant-headline{color:#1a1a1a;font-size:26px;font-weight:900;letter-spacing:-.5px;margin:0 0 14px;text-transform:uppercase}.pf-elegant-points{grid-gap:8px 24px;display:grid;gap:8px 24px;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.pf-elegant-points li{align-items:flex-start;color:#2a2a2a;display:flex;font-size:14px;font-weight:500;gap:8px;line-height:1.45}.pf-elegant-check{align-items:center;background:#c8b89a;border-radius:50%;color:#fff;display:inline-flex;font-size:11px;font-weight:800;height:20px;justify-content:center;min-width:20px;-webkit-print-color-adjust:exact;print-color-adjust:exact;width:20px}.pf-preview-wrapper{display:flex;justify-content:center;padding:24px 0}.pf-preview-scale{border-radius:4px;box-shadow:0 8px 40px #0000002e;transform:scale(.72);transform-origin:top center}@media print{body *{visibility:visible!important}.pf-preview-wrapper{padding:0}.pf-preview-scale{box-shadow:none!important;transform:none!important}.pf-flyer-printable{box-shadow:none!important;min-height:0!important;width:100%!important}}.ai-chat-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 14px 36px #0f172a14;margin-bottom:40px;overflow:hidden}.ai-chat-header{background:linear-gradient(140deg,#312e81,#4338ca 40%,#0f766e);color:#f8fafc;padding:24px}.ai-chat-header-content>h3{color:#fff!important}.ai-chat-header-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.ai-chat-header-content{align-items:center;display:flex;gap:10px}.ai-chat-header-content h3{font-size:22px;font-weight:700;margin:0}.ai-chat-status-pill{align-items:center;background:#dcfce7;border-radius:999px;color:#14532d;display:inline-flex;font-size:12px;font-weight:700;padding:6px 10px}.ai-chat-header-subtitle{color:#f8fafceb;font-size:14px;margin:10px 0 12px;max-width:640px}.ai-chat-header-badges{display:flex;flex-wrap:wrap;gap:8px}.ai-chat-header-badge{align-items:center;background:#e2e8f029;border:1px solid #e2e8f03d;border-radius:999px;color:#e2e8f0;display:inline-flex;font-size:12px;gap:6px;padding:6px 10px}.ai-chat-content{display:flex;flex-direction:column;max-height:95vh;min-height:0;overflow:hidden;padding:18px}.ai-chat-layout{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:1fr minmax(240px,300px);min-height:0;transition:grid-template-columns .25s ease}.ai-chat-layout--sidebar-closed .ai-chat-right-panel{border:none;margin:0;min-width:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;width:0}.ai-chat-layout--sidebar-closed{gap:0;grid-template-columns:1fr 0}.ai-chat-right-panel{display:flex;flex-direction:column;gap:14px;min-height:0;overflow:hidden;transition:opacity .25s ease,width .25s ease}.ai-chat-right-panel-scroll{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;gap:14px;min-height:0;overflow-x:hidden;overflow-y:auto}.ai-chat-right-panel .ai-chat-input{flex-shrink:0;margin-top:auto}.ai-chat-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:12px;padding:14px}.ai-chat-card h4{color:#334155;font-size:13px;letter-spacing:.05em;margin:0 0 10px;text-transform:uppercase}.ai-chat-suggestions-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.ai-chat-example-button,.ai-chat-suggestion-button{background:#fff;border:1px solid #dbe3ee;border-radius:10px;color:#334155;cursor:pointer;line-height:1.35;text-align:left;transition:all .2s ease}.ai-chat-suggestion-button{font-size:13px;padding:10px 12px}.ai-chat-example-button:hover,.ai-chat-suggestion-button:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.ai-chat-example-category{margin-bottom:12px}.ai-chat-example-category:last-child{margin-bottom:0}.ai-chat-example-category h5{color:#64748b;font-size:11px;letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.ai-chat-example-buttons{display:flex;flex-direction:column;gap:6px}.ai-chat-example-button{font-size:12px;padding:8px 10px}.ai-chat-placeholder-text{color:#94a3b8;font-size:13px;margin:0}.ai-chat-response-window{background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;flex-direction:column;max-height:90vh;min-height:0;padding:14px}.ai-chat-response-window .ai-chat-input{flex-shrink:0;margin-top:12px}.ai-chat-interface-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.ai-chat-interface-header-right{align-items:center;display:flex;gap:10px}.ai-chat-sidebar-toggle{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;gap:6px;padding:6px 10px;transition:border-color .2s ease,color .2s ease,background .2s ease}.ai-chat-sidebar-toggle:hover{background:#f5f3ff;border-color:#4338ca;color:#4338ca}.ai-chat-interface-header h4{color:#1f2937;font-size:16px;margin:0}.ai-chat-interface-subtitle{color:#64748b;font-size:12px;margin:4px 0 0}.ai-chat-clear-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:12px;gap:6px;padding:7px 10px}.ai-chat-clear-button:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.ai-chat-messages{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1 1;margin-bottom:12px;min-height:0;overflow-y:auto;padding:12px}.ai-chat-messages.empty{align-items:center;display:flex;justify-content:center}.ai-chat-welcome{color:#64748b;max-width:520px;padding:28px 16px;text-align:center}.ai-chat-welcome p{font-size:14px;margin:10px 0 0}.ai-chat-message{align-items:flex-start;display:flex;gap:10px;margin-bottom:12px}.ai-chat-message.user{flex-direction:row-reverse}.ai-chat-message-icon{align-items:center;border-radius:999px;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.ai-chat-message.user .ai-chat-message-icon{background:#2563eb;color:#fff}.ai-chat-message.ai .ai-chat-message-icon{background:#0d9488;color:#fff}.ai-chat-message.error .ai-chat-message-icon{background:#dc2626;color:#fff}.ai-chat-message-content{max-width:82%}.ai-chat-message.ai.has-visual .ai-chat-message-content{max-width:96%;width:96%}.ai-chat-message-text{border-radius:14px;font-size:14px;line-height:1.45;padding:10px 12px;white-space:pre-wrap;word-break:break-word}.ai-chat-message.user .ai-chat-message-text{background:#2563eb;border-bottom-right-radius:4px;color:#fff}.ai-chat-message.ai .ai-chat-message-text{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;color:#1f2937}.ai-chat-message.error .ai-chat-message-text{background:#fee2e2;border:1px solid #fecaca;color:#7f1d1d}.ai-chat-confidence{color:#64748b;font-size:11px;margin-top:5px}.ai-chat-message-timestamp{color:#94a3b8;font-size:10px;margin-top:4px}.ai-chat-typing-indicator{align-items:center;color:#64748b;display:inline-flex;font-size:14px;gap:8px}.spinning{animation:spin 1s linear infinite}.ai-chat-input{display:flex;gap:8px}.ai-chat-input-field{border:1px solid #cbd5e1;border-radius:10px;flex:1 1;font-size:14px;outline:none;padding:11px 12px;transition:border-color .2s ease,box-shadow .2s ease}.ai-chat-input-field:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ai-chat-input-field:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.ai-chat-send-button{align-items:center;background:linear-gradient(140deg,#2563eb,#1d4ed8);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;justify-content:center;padding:0 14px}.ai-chat-send-button:hover:not(:disabled){filter:brightness(1.06)}.ai-chat-send-button:disabled{background:#94a3b8;cursor:not-allowed}.ai-chat-property-list{background:#eff6ff;border:1px solid #dbeafe;border-left:4px solid #2563eb;border-radius:10px;margin-top:10px;padding:10px}.ai-chat-property-header{align-items:center;border-bottom:1px solid #bfdbfe;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.ai-chat-property-header h4{color:#1e3a8a;font-size:14px;margin:0}.ai-chat-email-button{align-items:center;background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;gap:6px;padding:8px 10px}.ai-chat-email-button:hover{background:#047857}.ai-chat-search-criteria{background:#dbeafe;border-radius:8px;margin-bottom:12px;padding:8px 10px}.ai-chat-search-criteria strong{color:#1d4ed8}.ai-chat-search-criteria ul{margin:8px 0 0;padding-left:16px}.ai-chat-search-criteria li{color:#334155;font-size:12px;margin-bottom:4px}.ai-chat-property-item{background:#fff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:8px;padding:10px}.ai-chat-property-item:last-child{margin-bottom:0}.ai-chat-property-item strong{color:#0f172a;display:block;margin-bottom:4px}.ai-chat-property-item p{color:#475569;font-size:12px;margin:2px 0}.ai-chat-mls-id{color:#15803d!important;font-size:11px!important;font-weight:700!important}.ai-chat-relevance-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;margin-top:8px;padding:8px}.ai-chat-relevance-score{color:#166534;font-size:12px;font-weight:700}.ai-chat-relevance-factors strong{color:#166534;font-size:11px}.ai-chat-relevance-factors ul{margin:4px 0 0;padding-left:16px}.ai-chat-relevance-factors li{color:#14532d;font-size:11px}.ai-chat-property-details{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ai-chat-property-details span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#475569;font-size:10px;padding:3px 7px}.ai-chat-chart-container{margin-top:12px;text-align:center}.ai-chat-chart-image{border:1px solid #e2e8f0;border-radius:8px;max-width:100%}.ai-chat-visual-block{grid-gap:10px;display:grid;gap:10px;margin-top:12px}.ai-chat-visual-card{background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:10px}.ai-chat-visual-card h5{color:#1e3a8a;font-size:13px;margin:0 0 8px}.ai-chat-visual-card-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.ai-chat-visual-card-head h5{margin:0}.ai-chat-chart-actions{display:inline-flex;gap:6px}.ai-chat-chart-actions button{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#334155;cursor:pointer;font-size:11px;padding:4px 8px}.ai-chat-chart-actions button:hover{background:#eff6ff;border-color:#93c5fd}.ai-chat-visual-chart{flex-shrink:0;height:280px;max-height:280px;overflow:hidden;width:100%}@media (max-width:640px){.ai-chat-visual-chart{height:280px;max-height:280px}}.ai-chat-visual-table-wrap{overflow-x:auto}.ai-chat-visual-table{border-collapse:collapse;font-size:12px;width:100%}.ai-chat-visual-table td,.ai-chat-visual-table th{border:1px solid #dbeafe;padding:6px 8px;text-align:left}.ai-chat-visual-table th{background:#eff6ff;color:#1e3a8a}.ai-chat-visual-extra-grid{grid-gap:10px;display:grid;gap:10px}.ai-chat-kpi-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.ai-chat-kpi-tile{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:8px}.ai-chat-kpi-tile span{color:#475569;font-size:11px}.ai-chat-kpi-tile strong{color:#1e3a8a;font-size:14px}.ai-chat-map-points{grid-gap:8px;display:grid;gap:8px}.ai-chat-map-point{grid-gap:2px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:2px;padding:8px}.ai-chat-map-point strong{color:#0f172a;font-size:12px}.ai-chat-map-point span{color:#475569;font-size:11px}.ai-chat-flyer-text h6{color:#0f172a;font-size:14px;margin:0 0 6px}.ai-chat-flyer-text p{color:#334155;font-size:12px;margin:0 0 8px}.ai-chat-flyer-text ul{margin:0;padding-left:16px}.ai-chat-flyer-text li{color:#334155;font-size:12px;margin-bottom:4px}.ai-chat-flyer-photos{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));margin-top:10px}.ai-chat-flyer-photos img{border:1px solid #e2e8f0;border-radius:8px;height:90px;object-fit:cover;width:100%}.ai-chat-flyer-preview-wrapper{min-height:560px;overflow-x:auto;padding:4px 0 10px}.ai-chat-flyer-preview-scale{box-shadow:0 10px 24px #0f172a33;transform:scale(.5);transform-origin:top left;width:-webkit-fit-content;width:fit-content}@media (max-width:1200px){.ai-chat-flyer-preview-wrapper{min-height:500px}.ai-chat-flyer-preview-scale{transform:scale(.45)}}@media (max-width:768px){.ai-chat-flyer-preview-wrapper{min-height:420px}.ai-chat-flyer-preview-scale{transform:scale(.38)}}.ai-chat-infographic-html{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:380px;overflow:auto;padding:8px}.ai-chat-html-preview-shell,.ai-chat-image-preview-shell{background:#f8fafc;border:1px solid #dbeafe;border-radius:10px;overflow:hidden}.ai-chat-image-preview-shell{padding:8px}.ai-chat-image-preview{border-radius:8px;display:block;height:auto;width:100%}.ai-chat-html-preview-frame{background:#fff;border:0;width:100%}.ai-chat-flyer-frame{height:720px}.ai-chat-infographic-frame{height:560px}.ai-chat-visual-warnings{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px}.ai-chat-visual-warnings p{color:#991b1b;font-size:12px;margin:0}.ai-chat-suggestions-overlay{-webkit-overflow-scrolling:touch;align-items:flex-start;background:#0f172a80;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:16px;position:fixed;z-index:2000}.ai-chat-suggestions-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;margin:auto;max-height:calc(100vh - 32px);max-width:420px;width:100%}.ai-chat-suggestions-modal-header{align-items:center;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 18px}.ai-chat-suggestions-modal-header h4{color:#1e293b;font-size:18px;font-weight:700;letter-spacing:0;margin:0;text-transform:none}.ai-chat-suggestions-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background .2s ease,color .2s ease;width:40px}.ai-chat-suggestions-modal-close:hover{background:#e2e8f0;color:#334155}.ai-chat-suggestions-modal-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto;padding:16px}.ai-chat-suggestions-modal-body .ai-chat-card{margin-bottom:14px}.ai-chat-suggestions-modal-body .ai-chat-card:last-child{margin-bottom:0}@media (max-width:1024px){.ai-chat-layout{grid-template-columns:1fr}.ai-chat-response-window{min-height:520px;order:1}.ai-chat-right-panel{display:none;order:2}.ai-chat-content{-webkit-overflow-scrolling:touch;overflow-y:auto}}@media (max-width:640px){.ai-chat-content{padding:12px}.ai-chat-header{padding:16px}.ai-chat-suggestions-modal{max-height:calc(100vh - 24px)}.ai-chat-message-content{max-width:90%}.ai-chat-message.ai.has-visual .ai-chat-message-content{max-width:100%;width:100%}.ai-chat-messages{min-height:280px}}.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}.market-snapshot-loading{align-items:center;background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;justify-content:center;margin:0 auto 3rem;max-width:480px;padding:3rem 2rem;text-align:center}.market-snapshot-loading h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem}.market-snapshot-loading p{color:#64748b;font-size:.9375rem;margin:0}.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}.ai-insights-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.ai-insights-header{margin-bottom:1.5rem;text-align:center}.ai-insights-title{align-items:center;color:#1e293b;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;justify-content:center;margin:0}.ai-insights-content{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000000f;color:#334155;font-size:.9375rem;line-height:1.8;padding:2rem}.ai-insights-content :first-child{margin-top:0}.ai-insights-content ol,.ai-insights-content p,.ai-insights-content ul{margin:.75rem 0}.visual-summary-section{margin:0 auto 2rem;max-width:900px;padding:0 1.5rem}.visual-summary-title{color:#1e293b;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.25rem}.visual-summary-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.25rem}.visual-tile{align-items:center;border:2px solid #0000;border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:1.5rem;text-align:center}.visual-tile-temp.visual-tile-hot{background:#fef2f2;border-color:#fecaca;color:#dc2626}.visual-tile-temp.visual-tile-moderate{background:#fffbeb;border-color:#fde68a;color:#d97706}.visual-tile-temp.visual-tile-cool{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.visual-tile-trend{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.visual-tile-trend-arrow{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.visual-tile-grade{background:linear-gradient(135deg,#0f172a,#1e293b);border:none;color:#f8fafc}.visual-tile-grade .visual-tile-label{color:#94a3b8}.visual-tile-icon{font-size:2rem;margin-bottom:.5rem}.visual-tile-label{color:#64748b;font-size:.6875rem;letter-spacing:.08em;margin-bottom:.25rem;text-transform:uppercase}.visual-tile-value{font-size:1.25rem;font-weight:800}.visual-tile-value.grade{font-size:1.75rem}.visual-metrics-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:1.25rem}.visual-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;text-align:center}.visual-metric-label{color:#64748b;font-size:.6875rem;letter-spacing:.05em;margin-bottom:.375rem;text-transform:uppercase}.visual-metric-value{color:#0f172a;font-size:1.375rem;font-weight:700}.visual-metric-subtitle{color:#94a3b8;font-size:.6875rem;margin-top:.25rem}.visual-forecast-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.visual-forecast-card{border:1px solid #0000;border-radius:12px;padding:1.25rem}.visual-forecast-6m{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}.visual-forecast-6m .visual-forecast-label{color:#047857}.visual-forecast-6m .visual-forecast-value{color:#064e3b}.visual-forecast-12m{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.visual-forecast-12m .visual-forecast-label{color:#1d4ed8}.visual-forecast-12m .visual-forecast-value{color:#1e3a8a}.visual-forecast-label{font-size:.6875rem;letter-spacing:.05em;margin-bottom:.375rem;text-transform:uppercase}.visual-forecast-value{font-size:1.0625rem;font-weight:700}@media (max-width:768px){.visual-summary-row{grid-template-columns:1fr}.visual-metrics-grid{grid-template-columns:repeat(2,1fr)}.visual-forecast-row{grid-template-columns:1fr}}.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{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.action-btn{align-items:center;border:none;border-radius:16px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;letter-spacing:.05em;min-width:320px;overflow:visible;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}.action-content{box-sizing:border-box;padding:0 .5rem;width:100%}.action-buttons{align-items:stretch;display:flex;flex-direction:column;gap:1rem;width:100%}.action-btn{box-sizing:border-box;font-size:1rem;max-width:none!important;min-width:0!important;overflow:visible;padding:1.25rem 1.5rem;text-align:center;white-space:normal;width:100%!important}}@media (max-width:768px){.hero-section{padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column}.action-section,.ai-insights-section,.analytics-section,.insights-dashboard,.neighborhood-forecast{padding:2rem 1rem}.insights-grid{grid-template-columns:1fr}.action-content{box-sizing:border-box;padding:0 .75rem;width:100%}.action-buttons{align-items:stretch;flex-direction:column;gap:1rem;max-width:100%;width:100%}.action-btn{box-sizing:border-box;flex-wrap:wrap;font-size:1rem;max-width:none!important;min-width:0!important;overflow:visible;padding:1.25rem 1.5rem;text-align:center;white-space:normal;width:100%!important}}@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}.action-content{padding:0 1rem}.action-buttons{padding:0;width:100%}.action-btn{font-size:.9375rem;min-width:0!important;overflow:visible;padding:1rem 1.25rem;white-space:normal;width:100%!important}}.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}.market-trends-html{margin:0 auto;max-width:100%}.market-trends-html>div{max-width:100%}.overall-market-html{margin:0 auto;max-width:100%}.overall-market-html>div{max-width:100%}.crm-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:16px;position:fixed;z-index:1000}.crm-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:92vh;max-width:860px;overflow:hidden;width:100%}.crm-modal-header{align-items:flex-start;background:linear-gradient(135deg,#1a4f4e,#2b7a78 60%,#3aa89c);display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:20px 24px 18px}.crm-modal-title{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.crm-modal-address{color:#ffffffbf;font-size:.8125rem;margin:0}.crm-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.crm-print-btn{background:#ffffff2e;border:1.5px solid #ffffff59;border-radius:8px;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:600;padding:7px 14px;transition:background .15s;white-space:nowrap}.crm-print-btn:hover{background:#ffffff47}.crm-close-btn{align-items:center;background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:background .15s;width:32px}.crm-close-btn:hover{background:#ffffff47}.crm-modal-body{flex:1 1;overflow-y:auto}.crm-loading{align-items:center;color:#475569;display:flex;flex-direction:column;font-size:.9375rem;gap:16px;padding:64px 24px;text-align:center}.crm-spinner{animation:crm-spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#2b7a78;height:40px;width:40px}@keyframes crm-spin{to{transform:rotate(1turn)}}.crm-error{align-items:center;color:#dc2626;display:flex;flex-direction:column;gap:16px;padding:48px 24px;text-align:center}.crm-retry-btn{background:#2b7a78;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:8px 24px}.crm-report{display:flex;flex-direction:column}.crm-section{align-items:stretch;border-bottom:1px solid #f1f5f9;display:flex;min-height:160px}.crm-section-label{align-items:center;display:flex;flex-direction:column;flex-shrink:0;font-size:.6rem;font-weight:800;gap:6px;justify-content:center;letter-spacing:.08em;line-height:1.3;padding:16px 6px;text-align:center;width:72px}.crm-label-icon{font-size:1.4rem;margin-bottom:2px}.crm-label--blue{background:#1d4ed8;color:#fff}.crm-label--orange{background:#c2410c;color:#fff}.crm-label--teal{background:#0d9488;color:#fff}.crm-label--green{background:#15803d;color:#fff}.crm-section-body{flex:1 1;min-width:0;padding:18px 20px}.crm-section-head{margin-bottom:14px}.crm-section-title{color:#1e293b;font-size:.9375rem;font-weight:800;letter-spacing:.02em;margin:0 0 4px}.crm-section-desc{color:#475569;font-size:.8125rem;line-height:1.5;margin:0}.crm-section-badge{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px;justify-content:center;padding:12px 6px;text-align:center;width:80px}.crm-badge--blue{background:#dbeafe}.crm-badge--green{background:#dcfce7}.crm-badge-label{color:#64748b;font-size:.55rem;font-weight:800;letter-spacing:.06em;line-height:1.3}.crm-badge-number{color:#1e293b;font-size:1.75rem;font-weight:800;line-height:1}.crm-badge-value{color:#1e293b;font-size:.7rem;font-weight:800;line-height:1.2}.crm-badge-value--sm{font-size:.6rem;letter-spacing:.04em}.crm-badge-unit{color:#64748b;font-size:.55rem;font-weight:700;letter-spacing:.06em}.crm-climate-stats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.crm-stat{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;display:flex;flex-direction:column;gap:2px;min-width:72px;padding:10px 14px}.crm-stat-icon{font-size:1.1rem}.crm-stat-value{color:#1e40af;font-size:1rem;font-weight:700}.crm-stat-label{color:#64748b;font-size:.65rem;font-weight:600;text-align:center}.crm-seasons{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.crm-season-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:3px;padding:8px 10px}.crm-season-icon{font-size:1.1rem}.crm-season-name{color:#374151;font-size:.7rem;font-weight:700;text-transform:uppercase}.crm-season-desc{color:#64748b;font-size:.7rem;line-height:1.3}.crm-risk-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.crm-risk-item{align-items:flex-start;background:#fafafa;border:1px solid #e8edf3;border-radius:10px;display:flex;gap:10px;padding:10px 12px}.crm-risk-icon{flex-shrink:0;font-size:1.3rem;margin-top:1px}.crm-risk-info{display:flex;flex-direction:column;gap:2px;min-width:0}.crm-risk-header{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.crm-risk-type{color:#1e293b;font-size:.7rem;font-weight:800;letter-spacing:.04em}.crm-risk-badge{border-radius:20px;font-size:.65rem;font-weight:700;padding:2px 7px;white-space:nowrap}.crm-risk--very-low{background:#d1fae5;color:#065f46}.crm-risk--low{background:#dcfce7;color:#15803d}.crm-risk--moderate{background:#fef3c7;color:#92400e}.crm-risk--high{background:#fee2e2;color:#991b1b}.crm-risk--very-high{background:#fce7f3;color:#9d174d}.crm-risk-zone{color:#6b7280;font-size:.68rem;font-weight:600}.crm-risk-note{color:#64748b;font-size:.7rem;line-height:1.35}.crm-overall-risk{font-weight:700}.crm-overall--low{color:#15803d}.crm-overall--low-mod{color:#2b7a78}.crm-overall--moderate{color:#92400e}.crm-overall--mod-high{color:#c2410c}.crm-overall--high{color:#991b1b}.crm-overall-badge{justify-content:center}.crm-overall--low .crm-badge-value,.crm-overall--low-mod .crm-badge-value{background:#dcfce7;border-radius:8px;color:#15803d;padding:4px;width:100%}.crm-overall--moderate .crm-badge-value{background:#fef3c7;border-radius:8px;color:#92400e;padding:4px;width:100%}.crm-overall--high .crm-badge-value,.crm-overall--mod-high .crm-badge-value{background:#fee2e2;border-radius:8px;color:#991b1b;padding:4px;width:100%}.crm-aqi-bar-wrap{margin-bottom:14px}.crm-aqi-bar{background:linear-gradient(90deg,#22c55e 0,#84cc16 25%,#facc15 45%,#f97316 65%,#ef4444 85%,#7c3aed);border-radius:99px;height:10px;margin-bottom:4px;overflow:hidden;position:relative}.crm-aqi-fill{background:#fff9;bottom:0;position:absolute;right:0;top:0}.crm-aqi-scale{color:#94a3b8;display:flex;font-size:.6rem;font-weight:500;justify-content:space-between}.crm-air-details{display:flex;flex-direction:column;gap:6px}.crm-air-row{align-items:baseline;display:flex;font-size:.8125rem;gap:8px}.crm-air-key{color:#374151;flex-shrink:0;font-weight:600;min-width:130px;white-space:nowrap}.crm-air-val{color:#64748b}.crm-aqi-text{font-weight:700}.crm-aqi--good{color:#15803d}.crm-aqi--moderate{color:#92400e}.crm-aqi--sensitive{color:#c2410c}.crm-aqi--unhealthy{color:#991b1b}.crm-aqi--very-unhealthy{color:#7c3aed}.crm-aqi--good .crm-badge-number,.crm-aqi--good .crm-badge-unit{color:#15803d}.crm-aqi--moderate .crm-badge-number,.crm-aqi--moderate .crm-badge-unit{color:#92400e}.crm-aqi--sensitive .crm-badge-number,.crm-aqi--sensitive .crm-badge-unit{color:#c2410c}.crm-aqi--unhealthy .crm-badge-number,.crm-aqi--unhealthy .crm-badge-unit{color:#991b1b}.crm-insurance-flags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.crm-flag{align-items:center;border-radius:8px;display:flex;font-size:.8125rem;gap:8px;padding:8px 14px}.crm-flag--ok{background:#f0fdf4;border:1px solid #bbf7d0}.crm-flag--warn{background:#fffbeb;border:1px solid #fde68a}.crm-flag--required{background:#fef2f2;border:1px solid #fecaca}.crm-flag-icon{font-size:1rem}.crm-flag-text{color:#374151}.crm-factors-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0 0 12px;padding:0}.crm-factor-item{align-items:flex-start;color:#475569;display:flex;font-size:.8125rem;gap:8px;line-height:1.45}.crm-factor-dot{background:#2b7a78;border-radius:50%;flex-shrink:0;height:6px;margin-top:6px;width:6px}.crm-cost-note{background:#f0fdf9;border-left:3px solid #2b7a78;border-radius:0 8px 8px 0;color:#374151;font-size:.8125rem;margin:0;padding:10px 14px}.crm-sources{background:#f8fafc;border-top:1px solid #f1f5f9;padding:16px 20px 20px}.crm-sources-title{color:#374151;font-size:.8125rem;font-weight:700;letter-spacing:.01em;margin-bottom:10px}.crm-sources-list{display:flex;flex-direction:column;gap:5px;list-style:none;margin:0;padding:0}.crm-source-item{align-items:flex-start;display:flex;font-size:.78rem;gap:6px}.crm-source-item:before{color:#2b7a78;content:"→";flex-shrink:0;font-weight:700;margin-top:1px}.crm-source-link{color:#2b7a78;line-height:1.4;text-decoration:none;transition:color .15s;word-break:break-all}.crm-source-link:hover{color:#1a4f4e;text-decoration:underline}.crm-sources-none{color:#64748b;font-size:.8125rem;font-style:italic;margin:0}@media (max-width:620px){.crm-modal-header{padding:16px 16px 14px}.crm-section-label{width:56px}.crm-seasons{grid-template-columns:1fr 1fr}.crm-risk-grid{grid-template-columns:1fr}.crm-section-badge{width:64px}}.try-page{background:#f8fafc;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden}.try-nav{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.try-nav,.try-nav-logo{align-items:center;display:flex}.try-nav-logo{gap:.75rem;text-decoration:none}.try-nav-logo-icon{border-radius:8px;height:40px;width:40px}.try-nav-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}.try-nav-actions{align-items:center;display:flex;gap:1rem}.try-nav-login{color:#64748b;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.try-nav-login:hover{color:#1e293b}.try-nav-register{background:teal;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;padding:.45rem 1rem;text-decoration:none;transition:background .15s}.try-nav-register:hover{background:#066}.try-hero{margin:0 auto;max-width:680px;padding:4rem 1.5rem 3rem;text-align:center;width:100%}.try-hero-badge{align-items:center;background:#e6f7f7;border-radius:999px;color:teal;display:inline-flex;font-size:.8rem;font-weight:600;gap:.4rem;letter-spacing:.02em;margin-bottom:1.25rem;padding:.3rem .8rem}.try-hero-title{color:#0f172a;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:.75rem}.try-hero-subtitle{color:#64748b;font-size:1.0625rem;line-height:1.5;margin-bottom:2rem}.try-search-box{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 20px #0000000f;display:flex;gap:.5rem;margin-bottom:1rem;padding:.5rem .5rem .5rem 1rem;transition:border-color .2s,box-shadow .2s}.try-search-box:focus-within{border-color:teal;box-shadow:0 4px 20px #00808026}.try-search-icon{color:#94a3b8;flex-shrink:0}.try-search-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:1rem;min-width:0;outline:none}.try-search-input::placeholder{color:#94a3b8}.try-clear-btn{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;flex-shrink:0;padding:.25rem;transition:color .15s}.try-clear-btn:hover{color:#475569}.try-search-btn{align-items:center;background:teal;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.9375rem;font-weight:600;gap:.4rem;padding:.65rem 1.25rem;transition:background .15s,transform .1s;white-space:nowrap}.try-search-btn:hover:not(:disabled){background:#066;transform:translateY(-1px)}.try-search-btn:disabled{cursor:not-allowed;opacity:.6}.try-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.try-suggestion-chip{background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#475569;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.3rem .85rem;transition:all .15s}.try-suggestion-chip:hover:not(:disabled){background:#e6f7f7;border-color:teal;color:teal}.try-suggestion-chip:disabled{cursor:not-allowed;opacity:.5}.try-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:.9rem;gap:.5rem;margin:0 auto 1.5rem;max-width:640px;padding:.875rem 1.25rem}.try-loading-section{display:flex;justify-content:center;padding:1rem 1.5rem 3rem}.spin{animation:spin 1s linear infinite}.try-stats-bar{grid-gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;display:grid;gap:0;grid-template-columns:repeat(6,1fr);margin:0 auto 1.5rem;max-width:1135px;overflow:hidden}.try-stat-cell{align-items:center;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.2rem;padding:1.1rem .5rem;text-align:center}.try-stat-cell:last-child{border-right:none}.try-stat-icon{color:teal;margin-bottom:.1rem;opacity:.7}.try-stat-value{color:#0f172a;font-size:1rem;font-weight:700;white-space:nowrap}.try-stat-label{color:#94a3b8;font-size:.6875rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.try-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;margin:0 auto 1.5rem;max-width:1135px;padding:1.25rem 1.5rem}.try-section-title{align-items:center;color:#1e293b;display:flex;font-size:.9375rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.try-section-title svg{color:teal;flex-shrink:0}.try-price-range{display:flex;flex-direction:column;gap:.4rem}.try-range-label{align-items:baseline;display:flex;font-size:.875rem;justify-content:space-between}.try-range-low{color:#16a34a;font-weight:600}.try-range-mid{color:#64748b;font-size:.8125rem}.try-range-high{color:#dc2626;font-weight:600}.try-range-track{background:linear-gradient(90deg,#bbf7d0,#fef9c3,#fecaca);border-radius:999px;height:8px;position:relative}.try-range-fill{border-radius:999px;inset:0;position:absolute}.try-range-dot{background:#fff;border:2px solid teal;border-radius:50%;box-shadow:0 1px 4px #00000026;height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:14px}.try-range-ends{color:#94a3b8;display:flex;font-size:.6875rem;justify-content:space-between;letter-spacing:.04em;text-transform:uppercase}.try-prop-types{display:flex;flex-direction:column;gap:.65rem}.try-prop-type-row{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:130px 1fr 40px}.try-prop-type-label{color:#475569;font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.try-prop-type-bar-wrap{background:#f1f5f9;border-radius:999px;height:8px;overflow:hidden}.try-prop-type-bar{background:linear-gradient(90deg,teal,#00b3b3);border-radius:999px;height:100%;transition:width .6s ease}.try-prop-type-pct{color:teal;font-size:.8125rem;font-weight:600;text-align:right}.try-two-col{grid-gap:0 0;display:grid;gap:0 0;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1135px}.try-two-col .try-section-card{margin:0 1rem 1.5rem}.try-indicators{display:flex;flex-direction:column;gap:.65rem}.try-indicator-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:.875rem;justify-content:space-between;padding:.55rem 0}.try-indicator-row:last-child{border-bottom:none;padding-bottom:0}.try-indicator-label{color:#64748b}.try-indicator-value{color:#1e293b;font-weight:600}.try-affordability-high{color:#16a34a}.try-affordability-moderate{color:#d97706}.try-affordability-low{color:#dc2626}.try-factors-list{display:flex;flex-direction:column;gap:.55rem;list-style:none;margin:0;padding:0}.try-factor-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;color:#475569;display:flex;font-size:.875rem;gap:.5rem;line-height:1.4;padding:.45rem 0}.try-factor-item:last-child{border-bottom:none;padding-bottom:0}.try-factor-item:before{color:teal;content:"→";flex-shrink:0;font-weight:700;margin-top:.05rem}.try-report-wrapper.market-snapshot-container{box-sizing:border-box;max-width:100%;overflow-x:hidden;padding-left:0;padding-right:0;width:100%}.try-report-wrapper .try-another-section,.try-report-wrapper .try-modal-view-section,.try-report-wrapper .try-report-actions,.try-report-wrapper .visual-summary-section{margin-left:auto;margin-right:auto;max-width:1135px}@media (max-width:600px){.try-report-wrapper.market-snapshot-container{padding-left:0;padding-right:0}.try-report-wrapper .try-stats-bar{margin-left:.5rem;margin-right:.5rem}.try-report-wrapper .try-stat-value{font-size:.8125rem}.try-report-wrapper .try-stat-label{font-size:.6rem}}@media (max-width:768px){.try-report-wrapper .visual-summary-section{margin-bottom:1.25rem;padding:0 .75rem}.try-report-wrapper .visual-summary-title{font-size:1rem;margin-bottom:.75rem}.try-report-wrapper .ai-insights-section{max-width:100%;padding:1.5rem 1rem}.try-report-wrapper .ai-insights-header{margin-bottom:1rem}.try-report-wrapper .ai-insights-title{font-size:1.25rem}.try-report-wrapper .ai-insights-content{word-wrap:break-word;font-size:.875rem;max-width:100%;overflow-wrap:break-word;overflow-x:hidden;padding:1.25rem 1rem}.try-report-wrapper .ai-insights-content h3{font-size:1rem;margin-bottom:.5rem;margin-top:1rem}.try-report-wrapper .ai-insights-content li,.try-report-wrapper .ai-insights-content p,.try-report-wrapper .ai-insights-content ul{word-wrap:break-word;overflow-wrap:break-word}}@media (max-width:480px){.try-report-wrapper .visual-summary-section{padding:0 .5rem}.try-report-wrapper .ai-insights-section{padding:1rem .75rem}.try-report-wrapper .ai-insights-content{font-size:.8125rem;padding:1rem .75rem}.try-report-wrapper .try-price-range .try-range-label{flex-wrap:wrap;font-size:.8125rem;gap:.25rem}.try-report-wrapper .try-range-high,.try-report-wrapper .try-range-low,.try-report-wrapper .try-range-mid{white-space:nowrap}}@media (max-width:700px){.try-stats-bar{grid-template-columns:repeat(3,1fr);margin:0 .5rem 1.25rem}.try-stat-cell:nth-child(3){border-right:none}.try-stat-cell:nth-child(4),.try-stat-cell:nth-child(5),.try-stat-cell:nth-child(6){border-top:1px solid #f1f5f9}.try-two-col{grid-template-columns:1fr}.try-section-card{margin:0 .5rem 1.25rem}.try-prop-type-row{grid-template-columns:110px 1fr 36px}}.try-report-actions{display:flex;gap:.5rem;justify-content:flex-end;padding:.5rem 1rem 0}.try-action-btn{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.8125rem;font-weight:600;gap:.4rem;padding:.45rem .9rem;transition:all .15s}.try-action-btn:hover{background:#f0fdfa;border-color:teal;color:teal}.try-action-btn svg{flex-shrink:0}.try-email-section{background:linear-gradient(135deg,#f0fdfa,#e6f7f7);border:1.5px solid #99d6d6;border-radius:14px;box-sizing:border-box;margin:0 auto 1.5rem;max-width:1135px;padding:2rem 1.75rem;text-align:center}.try-email-icon{color:teal;margin-bottom:.5rem}.try-email-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 .4rem}.try-email-subtitle{color:#475569;font-size:.875rem;line-height:1.5;margin:0 0 1.25rem}.try-email-form{display:flex;gap:.5rem;margin:0 auto;max-width:440px}.try-email-input{background:#fff;border:1.5px solid #cbd5e1;border-radius:9px;color:#1e293b;flex:1 1;font-size:.9375rem;min-width:0;outline:none;padding:.65rem 1rem;transition:border-color .15s}.try-email-input:focus{border-color:teal}.try-email-btn{align-items:center;background:teal;border:none;border-radius:9px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;gap:.4rem;padding:.65rem 1.2rem;transition:background .15s;white-space:nowrap}.try-email-btn:hover:not(:disabled){background:#066}.try-email-btn:disabled{cursor:not-allowed;opacity:.6}.try-email-success{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;color:#16a34a;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;max-width:440px;padding:.75rem 1.25rem}.try-email-error{color:#dc2626;font-size:.8125rem;margin:.5rem 0 0}@media (max-width:500px){.try-email-form{flex-direction:column}.try-email-section{margin:0 .5rem 1.25rem;padding:1.5rem 1.25rem}}.try-report-wrapper .hero-section{padding:1.25rem 2rem}.try-report-wrapper .hero-title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.try-report-wrapper .hero-subtitle{font-size:.875rem;margin-bottom:0}.try-report-wrapper .hero-icon{height:1.75rem;width:1.75rem}.try-report-wrapper .visual-tile{min-height:100px;padding:1rem 1.25rem}.try-report-wrapper .visual-tile-icon{font-size:1.5rem;margin-bottom:4px}.try-report-wrapper .visual-tile-value{font-size:1rem}.try-report-wrapper .visual-tile-value.grade{font-size:1.375rem}.try-report-wrapper .visual-tile-label{font-size:.6875rem}.try-report-wrapper{background:#0000;border-radius:0;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1135px;padding-bottom:6rem;padding-left:1rem;padding-right:1rem;width:100%}.try-another-section{display:flex;justify-content:center;padding:2rem 1.5rem}.try-another-btn{align-items:center;background:#fff;border:1.5px solid teal;border-radius:10px;color:teal;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .15s}.try-another-btn:hover{background:#e6f7f7}.try-signup-bar{animation:slideUp .4s ease;background:linear-gradient(135deg,#0f172a,#1e293b);border-top:1px solid #ffffff1a;bottom:0;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:100}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.try-signup-bar-content{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1135px}.try-signup-bar-text{display:flex;flex-direction:column;gap:.15rem}.try-signup-bar-text strong{color:#fff;font-size:.9375rem}.try-signup-bar-text span{color:#94a3b8;font-size:.8125rem}.try-signup-bar-btn{align-items:center;background:teal;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:.9375rem;font-weight:700;gap:.4rem;padding:.7rem 1.5rem;text-decoration:none;transition:background .15s,transform .1s;white-space:nowrap}.try-signup-bar-btn:hover{background:#066;transform:translateY(-1px)}.try-footer{align-items:center;color:#94a3b8;display:flex;font-size:.8125rem;gap:.75rem;justify-content:center;padding:2rem 1.5rem 5rem}.try-footer a{color:#64748b;text-decoration:none}.try-footer a:hover{color:teal}.try-report-types{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.25rem}.try-type-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.75rem .5rem;text-align:center;transition:all .18s}.try-type-btn:hover:not(:disabled){background:#f0fdfa;border-color:teal}.try-type-btn.active{background:#e6f7f7;border-color:teal;box-shadow:0 0 0 3px #0080801f}.try-type-btn:disabled{cursor:not-allowed;opacity:.5}.try-type-icon{align-items:center;color:teal;display:flex}.try-type-btn.active .try-type-icon{color:#066}.try-type-label{color:#1e293b;font-size:.8125rem;font-weight:700;white-space:nowrap}.try-type-desc{color:#94a3b8;font-size:.7rem;white-space:nowrap}.try-type-hint{color:#64748b;font-size:.8125rem;font-style:italic;margin:.25rem 0 .5rem;text-align:center}.try-report-tab-bar{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex;flex-wrap:nowrap;gap:.25rem;margin-left:auto;margin-right:auto;max-width:1135px;overflow-x:auto;overflow-y:hidden;padding:.75rem 1rem 0;scroll-padding-inline:1rem;scrollbar-width:none}.try-report-tab-bar::-webkit-scrollbar{display:none}.try-report-tab{-webkit-tap-highlight-color:transparent;align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.8125rem;font-weight:600;gap:.35rem;min-height:36px;padding:.45rem .85rem;position:relative;transition:all .15s;white-space:nowrap}.try-report-tab:hover{background:#f0fdfa;border-color:teal;color:teal}.try-report-tab.active{background:#e6f7f7;border-color:teal;color:#066}.try-report-tab-dot{background:#16a34a;border-radius:50%;flex-shrink:0;height:6px;width:6px}.try-prop-hero{overflow:hidden;padding:0 0 1.25rem!important}.try-prop-photo{border-radius:10px 10px 0 0;display:block;height:220px;margin-bottom:0;object-fit:cover;width:100%}.try-prop-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem .75rem}.try-prop-address{align-items:center;color:#1e293b;display:flex;flex:1 1;font-size:.9375rem;font-weight:600;gap:.4rem}.try-prop-addr-icon{color:teal;flex-shrink:0}.try-prop-source-badge{background:#e0f2fe;border-radius:999px;color:#0369a1;flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:.15rem .5rem}.try-prop-price{color:teal;font-size:1.5rem;font-weight:800;white-space:nowrap}.try-prop-stats{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:0;padding:0 1.5rem}.try-prop-stat{align-items:center;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;min-width:80px;padding:.875rem 1rem;text-align:center}.try-prop-stat:last-child{border-right:none}.try-prop-stat-val{color:#0f172a;font-size:1rem;font-weight:700}.try-prop-stat-lbl{color:#94a3b8;font-size:.6875rem;letter-spacing:.04em;margin-top:.1rem;text-transform:uppercase}.try-ai-headline-card{background:linear-gradient(135deg,#f0fdfa,#e6f7f7)!important;border-color:#99d6d6!important}.try-ai-headline-badge{align-items:center;background:teal;border-radius:999px;color:#fff;display:inline-flex;font-size:.7rem;font-weight:700;gap:.3rem;letter-spacing:.04em;margin-bottom:.75rem;padding:.2rem .6rem}.try-ai-headline{color:#0f172a;font-size:1.375rem;font-weight:800;line-height:1.25;margin:0 0 .35rem}.try-ai-tagline{color:teal;font-size:1rem;font-style:italic;font-weight:500;margin:0}.try-selling-points{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.try-selling-point{align-items:flex-start;border-bottom:1px solid #f1f5f9;color:#334155;display:flex;font-size:.9rem;gap:.5rem;line-height:1.45;padding:.45rem 0}.try-selling-point:last-child{border-bottom:none}.try-selling-point:before{color:teal;content:"✓";flex-shrink:0;font-weight:700}.try-prop-description{color:#475569;font-size:.9375rem;line-height:1.65;margin:0}.try-nbhd-conv-card{display:flex!important;flex-direction:column;gap:1rem}.try-nbhd-conv-level{align-items:flex-start;display:flex;gap:.75rem}.try-nbhd-conv-icon{color:teal;flex-shrink:0;margin-top:.1rem}.try-nbhd-conv-title{color:#0f172a;font-size:1.125rem;font-weight:700}.try-nbhd-conv-desc{color:#64748b;font-size:.875rem;margin-top:.15rem}.try-nbhd-services{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.try-nbhd-service{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:.5rem .75rem}.try-nbhd-svc-name{color:#1e293b;font-size:.8125rem;font-weight:500}.try-nbhd-svc-dist{color:teal;font-size:.75rem;font-weight:600}.try-nbhd-schools-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.try-nbhd-school-level{color:teal;font-size:.9375rem;font-weight:700}.try-nbhd-school-counts{color:#94a3b8;font-size:.75rem}.try-nbhd-school-row{border-bottom:1px solid #f1f5f9;padding:.5rem 0}.try-nbhd-school-row:last-child{border-bottom:none}.try-nbhd-school-name{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.2rem}.try-nbhd-school-meta{align-items:center;color:#64748b;display:flex;font-size:.775rem;gap:.5rem}.try-nbhd-school-rating{color:#d97706;font-weight:600}.try-nbhd-school-dist{color:teal}.try-nbhd-food-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.try-nbhd-food-count{color:#0f172a;font-size:1rem;font-weight:700}.try-nbhd-food-stars{color:#d97706;font-size:.9rem;font-weight:700}.try-nbhd-food-variety{color:#64748b;font-size:.8125rem;margin-bottom:.5rem}.try-nbhd-outdoor-stats{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:1rem}.try-nbhd-outdoor-stat{background:#f0fdfa;border:1px solid #99d6d6;border-radius:10px;color:#64748b;font-size:.75rem;padding:.75rem .5rem;text-align:center}.try-nbhd-outdoor-stat span{color:teal;display:block;font-size:1.25rem;font-weight:800;margin-bottom:.15rem}.try-nbhd-outdoor-places{display:flex;flex-direction:column;gap:0}.try-nbhd-outdoor-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:.875rem;gap:.75rem;padding:.5rem 0}.try-nbhd-outdoor-row:last-child{border-bottom:none}.try-nbhd-outdoor-type{background:teal;border-radius:999px;color:#fff;flex-shrink:0;font-size:.7rem;font-weight:700;padding:.15rem .5rem;white-space:nowrap}.try-nbhd-outdoor-name{color:#1e293b;flex:1 1;font-weight:500}.try-nbhd-outdoor-dist{color:#64748b;font-size:.8125rem;white-space:nowrap}.try-climate-summary{display:flex;flex-direction:column;gap:.75rem}.try-climate-type{color:#0f172a;font-size:1.125rem;font-weight:800}.try-climate-desc{color:#64748b;font-size:.875rem;line-height:1.5}.try-climate-stats{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr)}.try-climate-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:.75rem;padding:.75rem .5rem;text-align:center}.try-climate-stat span{color:#0f172a;display:block;font-size:1.125rem;font-weight:800;margin-bottom:.15rem}.try-seasons-row{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-top:.25rem}.try-season-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:.25rem;padding:.875rem .5rem;text-align:center}.try-season-icon{font-size:1.5rem}.try-season-name{color:#1e293b;font-size:.8125rem;font-weight:700}.try-season-desc{color:#64748b;font-size:.7rem;line-height:1.35}.try-overall-risk{font-size:.9375rem;font-weight:600;margin-bottom:.75rem}.try-risk-table{display:flex;flex-direction:column;gap:0}.try-risk-row{grid-gap:.75rem;align-items:center;border-bottom:1px solid #f1f5f9;display:grid;font-size:.875rem;gap:.75rem;grid-template-columns:100px 120px 1fr;padding:.6rem 0}.try-risk-row:last-child{border-bottom:none}.try-risk-type{color:#1e293b;font-weight:600}.try-risk-badge{border-radius:999px;display:inline-block;font-size:.75rem;font-weight:700;padding:.2rem .65rem;text-align:center}.try-risk-note{color:#64748b;font-size:.8125rem;line-height:1.4}.try-aqi-rating{align-items:center;display:flex;font-size:1.25rem;font-weight:800;gap:.5rem;margin-bottom:.75rem}.try-aqi-score{color:#64748b;font-size:.875rem;font-weight:500}.try-insurance-impact{color:#1e293b;font-size:1.0625rem;font-weight:700;margin-bottom:.75rem}.try-more-reports{background:#fff;border:1.5px dashed #cbd5e1;border-radius:14px;box-sizing:border-box;margin:0 auto 1.5rem;max-width:1135px;padding:1.25rem 1.5rem;text-align:center}.try-more-reports-label{color:#64748b;font-size:.875rem;font-weight:500;margin:0 0 .75rem}.try-more-reports-btns{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.try-more-report-btn{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;display:flex;font-size:.8125rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;transition:all .15s}.try-more-report-btn:hover:not(:disabled){background:#f0fdfa;border-color:teal;color:teal}.try-more-report-btn:disabled{cursor:not-allowed;opacity:.5}.try-modal-view-section{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2.5rem 1.5rem;text-align:center}.try-modal-view-msg{color:#475569;font-size:1rem;margin:0}.try-modal-view-btn{align-items:center;background:teal;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.75rem 1.75rem;transition:background .15s,transform .1s}.try-modal-view-btn:hover{background:#066;transform:translateY(-1px)}@media (max-width:700px){.try-report-types{grid-template-columns:repeat(2,1fr)}.try-type-label{font-size:.75rem}.try-type-desc{display:none}.try-climate-stats,.try-nbhd-outdoor-stats,.try-nbhd-services,.try-seasons-row{grid-template-columns:repeat(2,1fr)}.try-risk-row{font-size:.8rem;grid-template-columns:90px 100px 1fr}.try-prop-stats{gap:0}.try-report-tab-bar{margin:0 -.5rem;padding:.75rem .75rem 0;scroll-padding-inline:.75rem}.try-report-tab{font-size:.75rem;min-height:40px;padding:.5rem .75rem}}@media (max-width:768px){.try-report-wrapper{padding-bottom:5rem}.try-report-wrapper .hero-section{padding:.875rem 1rem}.try-report-wrapper .visual-summary-section{padding:0 1rem}.try-report-wrapper .hero-title{flex-wrap:wrap;font-size:1.375rem;gap:.4rem;margin-bottom:.2rem}.try-report-wrapper .hero-icon{height:1.375rem;width:1.375rem}.try-report-wrapper .hero-subtitle{font-size:.8125rem;margin-bottom:0}.try-report-actions{flex-wrap:wrap;justify-content:stretch;padding:.5rem .75rem 0}.try-action-btn{flex:1 1;justify-content:center;min-width:140px}.try-modal-view-section{padding:1.5rem 1rem}.try-modal-view-btn{justify-content:center;width:100%}.try-more-reports{margin:0 .75rem 1.25rem;padding:1rem}.try-more-reports-btns{justify-content:stretch}.try-more-report-btn{flex:1 1;justify-content:center;min-width:120px}.try-another-section{padding:1.5rem 1rem}.try-footer{flex-wrap:wrap;font-size:.75rem;gap:.5rem;justify-content:center;padding:1.5rem 1rem 5rem}}@media (max-width:600px){.try-nav{padding:.75rem 1rem}.try-nav-logo-icon{height:34px;width:34px}.try-nav-logo-text{font-size:1.25rem}.try-hero{padding:2rem 1rem 1.75rem}.try-hero-title{font-size:1.5rem;line-height:1.25}.try-hero-subtitle{font-size:.9375rem;margin-bottom:1.5rem}.try-search-box{flex-wrap:wrap;margin-bottom:.75rem;padding:.5rem .75rem}.try-search-input{flex:1 1;font-size:16px;min-width:0;order:1}.try-search-icon{align-self:center;order:0}.try-clear-btn{order:2}.try-search-btn{-webkit-tap-highlight-color:transparent;justify-content:center;min-height:44px;order:3;padding:.75rem 1rem;width:100%}.try-suggestions{gap:.4rem;margin-top:.5rem;padding:0 .25rem}.try-suggestion-chip{-webkit-tap-highlight-color:transparent;font-size:.75rem;min-height:36px;padding:.4rem .75rem}.try-error{font-size:.8125rem;margin:0 1rem 1rem;padding:.75rem 1rem}.try-loading-section{padding:1rem 1rem 2rem}.market-snapshot-loading{margin:0 1rem 2rem;padding:2rem 1.25rem}.market-snapshot-loading h3{font-size:1.0625rem}.market-snapshot-loading p{font-size:.875rem}.try-signup-bar{padding:1rem 1rem max(1rem,env(safe-area-inset-bottom))}.try-signup-bar-content{align-items:stretch;flex-direction:column;gap:.75rem}.try-signup-bar-btn{-webkit-tap-highlight-color:transparent;justify-content:center;min-height:44px;width:100%}.try-nav-login{display:none}.try-nav-register{-webkit-tap-highlight-color:transparent;align-items:center;display:inline-flex;font-size:.8125rem;min-height:36px;padding:.5rem .875rem}}@media (max-width:480px){.try-nav{padding:.6rem .75rem}.try-nav-logo-icon{height:30px;width:30px}.try-nav-logo-text{font-size:1.1rem}.try-hero{padding:1.5rem .75rem}.try-hero-badge{font-size:.7rem;padding:.25rem .6rem}.try-hero-title{font-size:1.35rem}.try-hero-subtitle{font-size:.875rem}.try-report-types{gap:.4rem;margin-bottom:1rem;padding:0 .25rem}.try-type-btn{-webkit-tap-highlight-color:transparent;min-height:64px;padding:.6rem .35rem}.try-type-label{font-size:.7rem}.try-stats-bar{grid-template-columns:repeat(2,1fr);margin:0 .5rem 1rem}.try-stat-cell:nth-child(2){border-right:none}.try-stat-cell:nth-child(3),.try-stat-cell:nth-child(4),.try-stat-cell:nth-child(5),.try-stat-cell:nth-child(6){border-top:1px solid #f1f5f9}.try-stat-cell{padding:.75rem .35rem}.try-stat-value{font-size:.875rem}.try-stat-label{font-size:.625rem}.try-section-card{margin:0 .5rem 1rem;padding:1rem}.try-prop-type-row{gap:.5rem;grid-template-columns:80px 1fr 32px}.try-report-wrapper .hero-section{padding:.75rem}.try-report-wrapper .hero-title{font-size:1.25rem}.try-report-tab-bar{display:flex;flex-direction:column;gap:.35rem;margin:0 -.5rem;padding:.5rem .75rem;scroll-padding-inline:.75rem}.try-report-tab{-webkit-tap-highlight-color:transparent;flex-shrink:0;font-size:.6875rem;gap:.25rem;min-height:44px;padding:.5rem .65rem}.try-report-wrapper .visual-tile{min-height:80px;padding:.75rem .5rem}.try-report-wrapper .visual-tile-value{font-size:.875rem}.try-report-wrapper .visual-tile-value.grade{font-size:1.125rem}.try-report-wrapper .visual-tile-icon{font-size:1.25rem}.try-report-wrapper .visual-summary-section{padding:0 .5rem}.try-email-section{margin:0 .5rem 1rem;padding:1.25rem 1rem}.try-email-title{font-size:1rem}.try-email-subtitle{font-size:.8125rem}.try-login-modal{margin:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.try-login-modal-actions .try-login-modal-btn{-webkit-tap-highlight-color:transparent;min-height:44px}}.try-login-modal-overlay{align-items:center;animation:try-login-fadeIn .2s ease-out;background:#0f172a99;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}@keyframes try-login-fadeIn{0%{opacity:0}to{opacity:1}}.try-login-modal{animation:try-login-slideUp .25s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;padding:2rem;position:relative;width:100%}@keyframes try-login-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.try-login-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:1rem;top:1rem;transition:color .15s,background .15s}.try-login-modal-close:hover{background:#f1f5f9;color:#1e293b}.try-login-modal-icon{align-items:center;background:#f0fdfa;border-radius:12px;color:teal;display:flex;height:56px;justify-content:center;margin:0 auto 1.25rem;width:56px}.try-login-modal-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0 0 .5rem;text-align:center}.try-login-modal-text{color:#64748b;font-size:.9375rem;line-height:1.5;margin:0 0 1.5rem;text-align:center}.try-login-modal-actions{display:flex;flex-direction:column;gap:.75rem}.try-login-modal-btn{align-items:center;border-radius:10px;display:flex;font-size:.9375rem;font-weight:600;justify-content:center;padding:.75rem 1.25rem;text-decoration:none;transition:background .15s,color .15s}.try-login-modal-btn-primary{background:teal;color:#fff}.try-login-modal-btn-primary:hover{background:#066;color:#fff}.try-login-modal-btn-secondary{background:#f1f5f9;color:#475569}.try-login-modal-btn-secondary:hover{background:#e2e8f0;color:#1e293b}.try-agent-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin:0 auto 2.5rem;max-width:860px;padding:0 1.5rem}.try-agent-feature{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.6rem;padding:1.25rem 1rem;text-align:center}.try-agent-feature-icon{font-size:1.75rem;line-height:1}.try-agent-feature-text{display:flex;flex-direction:column;gap:.25rem}.try-agent-feature-text strong{color:#1e293b;font-size:.875rem;font-weight:700}.try-agent-feature-text span{color:#64748b;font-size:.78rem;line-height:1.4}.try-email-track-hint{color:#64748b;font-size:.8rem;margin-top:.85rem}.try-email-track-hint a{color:teal;font-weight:600;text-decoration:none}.try-email-track-hint a:hover{text-decoration:underline}.try-how-section{background:#fff;border-top:1px solid #e2e8f0;padding:3rem 1.5rem;text-align:center}.try-how-title{color:#1e293b;font-size:1.35rem;font-weight:700;margin:0 0 2rem}.try-how-steps{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 auto 2rem;max-width:800px}.try-how-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.75rem;max-width:200px;min-width:140px;text-align:center}.try-how-step-num{align-items:center;background:teal;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:2.25rem;justify-content:center;width:2.25rem}.try-how-step-text{display:flex;flex-direction:column;gap:.3rem}.try-how-step-text strong{color:#1e293b;font-size:.9rem;font-weight:700}.try-how-step-text span{color:#64748b;font-size:.8rem;line-height:1.45}.try-how-arrow{color:#cbd5e1;flex-shrink:0;font-size:1.4rem;padding-top:.5rem}.try-how-cta{align-items:center;background:teal;border-radius:8px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.65rem 1.5rem;text-decoration:none;transition:background .15s}.try-how-cta:hover{background:#066}@media (max-width:700px){.try-agent-features{grid-template-columns:repeat(2,1fr)}.try-how-arrow{display:none}.try-how-steps{align-items:center;flex-direction:column}.try-how-step{max-width:280px}}@media (max-width:500px){.try-agent-features{grid-template-columns:1fr}.try-agent-feature{flex-direction:row;gap:.75rem;text-align:left}}.hv-page{background:linear-gradient(160deg,#f0fdfa,#f8fafc 60%,#eff6ff);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.hv-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 24px}.hv-header-inner{align-items:center;display:flex;gap:8px;margin:0 auto;max-width:720px}.hv-logo-icon{color:teal}.hv-logo-text{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:-.3px}.hv-main{display:flex;flex:1 1;justify-content:center;padding:48px 16px 64px}.hv-step{align-items:center;display:flex;flex-direction:column;gap:20px;max-width:640px;width:100%}.hv-step-hero{text-align:center}.hv-hero-badge{background:#ccfbf1;border-radius:20px;color:#0d9488;font-size:12px;font-weight:600;letter-spacing:.3px;padding:4px 12px}.hv-hero-title{color:#0f172a;font-size:clamp(28px,5vw,42px);font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0}.hv-hero-sub{color:#475569;font-size:16px;line-height:1.6;margin:0;max-width:480px}.hv-input-row{display:flex;flex-wrap:wrap;gap:10px;width:100%}.hv-address-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex:1 1;font-size:15px;min-width:200px;outline:none;padding:14px 16px;transition:border-color .2s}.hv-address-input:focus{border-color:teal;box-shadow:0 0 0 3px #00808014}.hv-cta-btn{align-items:center;background:teal;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-width:180px;padding:14px 24px;transition:background .2s,transform .1s;white-space:nowrap}.hv-cta-btn:hover:not(:disabled){background:#066}.hv-cta-btn:active:not(:disabled){transform:scale(.98)}.hv-cta-btn:disabled{cursor:not-allowed;opacity:.65}.hv-loading-msg{animation:hv-pulse 1.5s ease-in-out infinite;color:#64748b;font-size:14px;margin:0}@keyframes hv-pulse{0%,to{opacity:1}50%{opacity:.5}}.hv-trust-row{color:#64748b;display:flex;flex-wrap:wrap;font-size:13px;gap:20px;justify-content:center}.hv-trust-row span{gap:4px}.hv-error,.hv-trust-row span{align-items:center;display:flex}.hv-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;box-sizing:border-box;color:#dc2626;font-size:14px;gap:6px;padding:10px 14px;width:100%}.hv-address-badge{align-items:center;background:#f1f5f9;border-radius:20px;color:#475569;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 14px}.hv-spinner{animation:hv-spin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes hv-spin{to{transform:rotate(1turn)}}.hv-value-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 24px #0000000f;padding:28px 32px;text-align:center;width:100%}.hv-value-label{color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.8px;margin-bottom:8px;text-transform:uppercase}.hv-value-range{color:#0f172a;font-size:clamp(24px,5vw,36px);font-weight:800;letter-spacing:-.5px}.hv-value-revealed{color:teal}.hv-market-temp{font-size:15px;font-weight:700;margin-top:6px}.hv-value-sub{color:#94a3b8;font-size:13px;margin-top:8px}.hv-stats-row{display:flex;gap:16px;width:100%}.hv-stat{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex:1 1;flex-direction:column;gap:4px;padding:16px;text-align:center}.hv-stat-val{color:#0f172a;font-size:18px;font-weight:700}.hv-stat-lbl{color:#94a3b8;font-size:11px;font-weight:500}.hv-blurred{filter:blur(5px);opacity:.7;pointer-events:none;-webkit-user-select:none;user-select:none}.hv-unlock-card{background:#fff;border:2px solid teal;border-radius:16px;box-shadow:0 4px 24px #0080801a;padding:28px;width:100%}.hv-unlock-header{align-items:center;color:teal;display:flex;font-size:16px;font-weight:700;gap:8px;margin-bottom:20px}.hv-form{flex-direction:column}.hv-form,.hv-form-row{display:flex;gap:12px}.hv-form input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:14px;outline:none;padding:12px 14px;transition:border-color .2s;width:100%}.hv-form input:focus{background:#fff;border-color:teal;box-shadow:0 0 0 3px #00808014}.hv-form-row input{flex:1 1;min-width:0}.hv-privacy-note{color:#94a3b8;font-size:12px;margin:8px 0 0;text-align:center}.hv-teaser-title{color:#0f172a;font-size:26px;font-weight:800;margin:0;text-align:center}.hv-teaser-sub{color:#475569;font-size:15px;margin:0;max-width:440px;text-align:center}.hv-success-banner{align-items:center;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;box-sizing:border-box;color:#166534;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 18px;width:100%}.hv-narrative{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;width:100%}.hv-narrative h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 14px}.hv-narrative>div{color:#374151;font-size:14px;line-height:1.7}.hv-comps{width:100%}.hv-comps h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 12px}.hv-comps-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.hv-comp-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.hv-comp-price{color:teal;font-size:16px;font-weight:700;margin-bottom:4px}.hv-comp-addr{color:#374151;font-size:12px;line-height:1.4;margin-bottom:4px}.hv-comp-meta{color:#64748b;font-size:12px}.hv-comp-date{color:#94a3b8;font-size:11px;margin-top:4px}.hv-back-link{background:none;border:none;color:teal;cursor:pointer;font-size:14px;padding:4px 0;text-decoration:underline;text-underline-offset:3px}.hv-back-link:hover{color:#066}.hv-footer{background:#fff;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:12px;padding:20px;text-align:center}.hv-footer-links{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:6px}.hv-footer-links a{color:#64748b;font-size:12px;text-decoration:none}.hv-footer-links a:hover{color:teal;text-decoration:underline}@media (max-width:520px){.hv-input-row{flex-direction:column}.hv-cta-btn{width:100%}.hv-form-row,.hv-stats-row{flex-direction:column}.hv-unlock-card,.hv-value-card{padding:20px}}.county-prices-html{margin:0 auto;max-width:100%}.county-prices-html>div{max-width:100%}.visual-tile-inventory.visual-tile-inv-low{background:#fef2f2;border-color:#fecaca;color:#dc2626}.visual-tile-inventory.visual-tile-inv-balanced{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.visual-tile-inventory.visual-tile-inv-high{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.visual-tile-inventory:not([class*=visual-tile-inv-]){background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.ai-infographics-container{margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.page-header{background:linear-gradient(135deg,#edf7f6,#f8fafc);border:1px solid #c8e6e4;border-radius:14px;margin-bottom:1.5rem;padding:1.5rem 2rem}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.header-text{display:flex;flex-direction:column;gap:.25rem}.page-title{align-items:center;color:#1a202c;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin:0}.title-icon{background:#2b7a781f;border-radius:8px;color:#2b7a78;flex-shrink:0;padding:.35rem}.page-subtitle{color:#718096;font-size:.9rem;margin:0}.header-badges{display:flex;flex-wrap:wrap;gap:.5rem}.header-badge{align-items:center;background:#fff;border:1px solid #b2d8d6;border-radius:20px;box-shadow:0 1px 2px #0000000a;color:#2b7a78;display:inline-flex;font-size:.75rem;font-weight:600;padding:.3rem .75rem;white-space:nowrap}.ai-infographics-layout{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:400px 1fr}.config-panel{background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000a;display:flex;flex-direction:column;overflow:hidden}.config-panel-header{background:linear-gradient(135deg,#2b7a78,#3aa89c);color:#fff;flex-shrink:0;padding:1.25rem 1.5rem}.config-panel-header h3{font-size:.9375rem;font-weight:600;letter-spacing:.01em;margin:0 0 .2rem}.config-panel-header p{font-size:.8rem;margin:0;opacity:.8}.config-section{border-bottom:1px solid #f1f5f9;flex-shrink:0;padding:1.375rem 1.5rem}.aig-section-header{align-items:center;display:flex;gap:.625rem;margin-bottom:1rem}.aig-section-number{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:22px;justify-content:center;width:22px}.aig-section-title{color:#374151;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.form-select{-webkit-appearance:none;appearance:none;background-color:#f8fafc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%234a5568' d='M5 7 0 2h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#2d3748;cursor:pointer;font-size:.875rem;padding:.625rem 2.25rem .625rem .875rem;transition:all .15s;width:100%}.form-select:focus,.form-select:hover{background-color:#fff;border-color:#2b7a78}.form-select:focus{box-shadow:0 0 0 3px #2b7a781a;outline:none}.empty-leads-message{align-items:flex-start;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:flex;font-size:.8125rem;gap:.625rem;padding:.75rem 1rem}.location-divider{align-items:center;color:#a0aec0;display:flex;font-size:.6875rem;font-weight:700;letter-spacing:.1em;margin:.875rem 0}.location-divider:after,.location-divider:before{border-bottom:1px solid #e8edf3;content:"";flex:1 1}.location-divider span{padding:0 .75rem}.location-input-wrapper{align-items:center;display:flex;margin-bottom:.5rem;position:relative}.location-input-icon{color:#a0aec0;left:.75rem;pointer-events:none;position:absolute}.location-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#2d3748;font-size:.875rem;padding:.625rem .875rem .625rem 2.375rem;transition:all .15s;width:100%}.location-input:focus,.location-input:hover{background-color:#fff;border-color:#2b7a78}.location-input:focus{box-shadow:0 0 0 3px #2b7a781a;outline:none}.location-input::placeholder{color:#a0aec0}.selected-location-badge{align-items:center;background:#edf7f6;border:1px solid #2b7a78;border-radius:20px;color:#2b7a78;display:inline-flex;font-size:.75rem;font-weight:500;gap:.375rem;margin-bottom:.375rem;padding:.3rem .625rem}.clear-location-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#2b7a78;cursor:pointer;display:flex;font-size:1.2rem;height:16px;justify-content:center;line-height:1;margin-left:.1rem;padding:0;transition:all .15s;width:16px}.clear-location-btn:hover{background:#2b7a78;color:#fff}.location-helper-text{color:#a0aec0;font-size:.72rem;font-style:italic;margin:0}.infographic-type-cards{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.infographic-type-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;overflow:hidden;padding:.875rem .875rem .875rem 1rem;position:relative;transition:all .15s}.infographic-type-card:after{background:#2b7a78;background:var(--card-color,#2b7a78);bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .15s;width:3px}.infographic-type-card:hover{background:#fff;border-color:#2b7a78;border-color:var(--card-color,#2b7a78);box-shadow:0 2px 8px #00000012}.infographic-type-card:hover:after{opacity:1}.infographic-type-card.selected{background:#fff;border-color:#2b7a78;border-color:var(--card-color,#2b7a78);box-shadow:0 2px 8px #00000012}.infographic-type-card.selected:after{opacity:1}.type-icon{display:block;font-size:1.375rem;line-height:1;margin-bottom:.3rem}.infographic-type-card h5{color:#2d3748;font-size:.8rem;font-weight:600;margin:0 1.25rem .2rem 0}.infographic-type-card p{color:#718096;font-size:.7rem;line-height:1.3;margin:0}.type-check{align-items:center;background:#2b7a78;background:var(--card-color,#2b7a78);border-radius:50%;color:#fff;display:flex;height:17px;justify-content:center;opacity:0;position:absolute;right:.5rem;top:.5rem;transition:opacity .15s;width:17px}.infographic-type-card.selected .type-check{opacity:1}.generate-section{background:#fafbfc;border-top:1px solid #f1f5f9;margin-top:auto;padding:1.25rem 1.5rem 1.5rem}.btn-generate{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);border:none;border-radius:10px;box-shadow:0 2px 8px #2b7a784d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.01em;padding:.8125rem 1.5rem;transition:all .2s;width:100%}.btn-generate:hover:not(:disabled){background:linear-gradient(135deg,#21706a,#2b7a78);box-shadow:0 4px 14px #2b7a7873;transform:translateY(-1px)}.btn-generate:disabled{cursor:not-allowed;opacity:.65}.generate-note{color:#a0aec0;font-size:.7rem;margin:.5rem 0 0;text-align:center}.preview-panel{background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000a;display:flex;flex-direction:column;min-height:460px;overflow:hidden}.preview-panel-header{align-items:center;background:#fafbfc;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.5rem}.preview-panel-title{align-items:center;color:#2d3748;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.preview-panel-title-dot{background:#2b7a78;border-radius:50%;flex-shrink:0;height:8px;width:8px}.preview-empty-state{flex:1 1;flex-direction:column;gap:.875rem;padding:3rem 2rem;text-align:center}.preview-empty-icon,.preview-empty-state{align-items:center;display:flex;justify-content:center}.preview-empty-icon{background:linear-gradient(135deg,#edf7f6,#d4f0ed);border-radius:18px;color:#2b7a78;height:72px;margin-bottom:.25rem;width:72px}.preview-empty-state h3{color:#2d3748;font-size:1.0625rem;font-weight:600;margin:0}.preview-empty-state>p{color:#a0aec0;font-size:.875rem;line-height:1.5;margin:0;max-width:260px}.preview-empty-steps{display:flex;flex-direction:column;gap:.5rem;margin-top:.625rem;max-width:260px;width:100%}.preview-empty-step{align-items:center;color:#718096;display:flex;font-size:.8125rem;gap:.5rem;text-align:left}.preview-empty-step-num{align-items:center;border:1.5px solid #cbd5e0;border-radius:50%;color:#a0aec0;display:flex;flex-shrink:0;font-size:.625rem;font-weight:700;height:20px;justify-content:center;width:20px}.preview-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.preview-scroll-area{background:#f8fafc;flex:1 1;max-height:600px;min-height:200px;overflow-y:auto;padding:1.5rem}.infographic-preview{background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000000f,0 1px 2px #0000000a;max-width:100%;overflow:hidden}.infographic-preview body,.infographic-preview html{display:block;margin:0!important;padding:0!important}.infographic-preview>:last-child{margin-bottom:0}.infographic-preview>div{box-sizing:border-box;max-width:100%!important}.infographic-preview table{max-width:100%;table-layout:fixed}.infographic-preview td{word-wrap:break-word;overflow-wrap:break-word}.infographic-preview-signature{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.preview-footer{background:#fff;border-top:1px solid #f1f5f9;display:grid;flex-shrink:0;grid-template-columns:1fr 1px 1fr}.preview-footer-downloads{gap:.625rem}.preview-footer-downloads,.preview-footer-sends{display:flex;flex-direction:column;padding:1rem 1.25rem}.preview-footer-sends{gap:.5rem}.footer-section-label{color:#a0aec0;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.send-options-row{align-items:center;display:flex;flex-wrap:wrap;gap:.375rem}.btn-send-lead{justify-content:center;margin-top:auto;width:100%}.preview-footer-divider{background:#f1f5f9}.send-attach-toggle{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#4a5568;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.35rem;padding:.375rem .625rem;transition:all .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.send-attach-toggle:has(input:checked){background:#edf7f6;border-color:#2b7a78;color:#2b7a78}.send-attach-toggle input[type=checkbox]{accent-color:#2b7a78;cursor:pointer;height:13px;width:13px}.send-attach-toggle:hover{background:#f7fafc;border-color:#cbd5e0}.btn-primary,.btn-secondary{border-radius:8px;display:inline-flex;font-size:.8125rem;gap:.375rem;line-height:1;padding:.5rem 1rem;transition:all .15s;white-space:nowrap}.btn-primary{background:#2b7a78;box-shadow:0 1px 3px #2b7a7833}.btn-primary:hover:not(:disabled){background:#21706a;box-shadow:0 3px 10px #2b7a7859;transform:translateY(-1px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff;border:1.5px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;color:#2d3748}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.btn-pdf-send{background:#4f46e5;box-shadow:0 1px 3px #4f46e533;color:#fff}.btn-pdf-send:hover:not(:disabled){background:#4338ca;box-shadow:0 3px 10px #4f46e559;transform:translateY(-1px)}.btn-instagram{border-color:#e1306c;color:#e1306c}.btn-instagram:hover:not(:disabled){background:#e1306c;box-shadow:0 3px 10px #e1306c40;color:#fff}.instagram-panel{background:linear-gradient(135deg,#fff5f9,#fdf2f6);border:1.5px solid #e1306c4d;border-radius:10px;display:flex;flex-direction:column;gap:.45rem;padding:.625rem .75rem}.instagram-panel-label{align-items:center;color:#c2185b;display:flex;font-size:.6875rem;font-weight:700;gap:.3rem;letter-spacing:.07em;text-transform:uppercase}.instagram-panel-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.instagram-format-toggle{border:1px solid #e1306c;border-radius:6px;display:flex;overflow:hidden}.format-option{align-items:center;background:#0000;border:none;color:#e1306c;cursor:pointer;display:flex;font-size:.7rem;font-weight:500;gap:.3rem;padding:.3rem .55rem;transition:all .15s}.format-option:first-child{border-right:1px solid #e1306c}.format-option.active{background:#e1306c;color:#fff}.format-option:hover:not(.active){background:#e1306c1a}.format-icon{border:1.5px solid;border-radius:1px;display:inline-block}.format-icon-square{height:10px;width:10px}.format-icon-portrait{height:11px;width:8px}.instagram-panel .btn-instagram{background:#e1306c;border-color:#e1306c;box-shadow:0 2px 6px #e1306c4d;color:#fff}.instagram-panel .btn-instagram:hover:not(:disabled){background:#c2185b;border-color:#c2185b;box-shadow:0 3px 10px #e1306c73;transform:translateY(-1px)}.instagram-summary-toggle{align-items:center;color:#c2185b;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.35rem;-webkit-user-select:none;user-select:none}.instagram-summary-toggle input[type=checkbox]{accent-color:#e1306c;cursor:pointer;height:13px;width:13px}.instagram-panel-extras{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.instagram-perspective-toggle{border:1px solid #e1306c;border-radius:5px;display:flex;overflow:hidden}.perspective-option{background:#0000;border:none;color:#e1306c;cursor:pointer;flex:1 1;font-size:.6875rem;font-weight:500;padding:.25rem .5rem;transition:all .15s}.perspective-option:first-child{border-right:1px solid #e1306c}.perspective-option.active{background:#e1306c;color:#fff}.perspective-option:hover:not(.active){background:#e1306c1a}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem}.loading-spinner .animate-spin{animation:spin 1s linear infinite;color:#2b7a78}.w-4{height:1rem;width:1rem}.pac-container{border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:inherit}.pac-item{border-top:1px solid #f3f4f6;font-size:.875rem;padding:.575rem .875rem}.pac-item:first-child{border-top:none}.pac-item:hover{background:#f8fafc}.pac-item-selected{background:#edf7f6}.pac-matched{color:#2b7a78;font-weight:600}@media (max-width:1024px){.ai-infographics-layout{grid-template-columns:360px 1fr}}@media (max-width:900px){.ai-infographics-layout{grid-template-columns:1fr}}@media (max-width:768px){.ai-infographics-container{padding:.75rem}.page-header{border-radius:10px;padding:1.125rem 1.25rem}.header-content{align-items:flex-start;flex-direction:column;gap:.75rem}.page-title{font-size:1.25rem}.ai-infographics-layout{gap:1rem}.infographic-type-cards{grid-template-columns:1fr 1fr}.preview-footer{grid-template-columns:1fr}.preview-footer-divider{background:#f1f5f9;height:1px}.btn-send-lead{margin-top:0}.instagram-group{align-items:flex-start;flex-direction:column;width:100%}.btn-instagram{justify-content:center;width:100%}}@media (max-width:480px){.infographic-type-cards{grid-template-columns:1fr}}@media (max-width:768px){.layout-content:has(.ai-infographics-container){padding-left:.25rem;padding-right:.25rem}}.aim-container{margin:0 auto;max-width:1060px;padding:1.5rem 2rem 3rem}.aim-header{align-items:flex-end;background:linear-gradient(135deg,#1a4f4e,#2b7a78 55%,#3aa89c);border-radius:18px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:20px;overflow:hidden;padding:28px 32px;position:relative}.aim-header:before{background:#ffffff0f;height:220px;right:-60px;top:-60px;width:220px}.aim-header:after,.aim-header:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.aim-header:after{background:#ffffff0a;bottom:-80px;height:160px;right:60px;width:160px}.aim-header-main{align-items:center;display:flex;gap:14px;z-index:1}.aim-header-icon-wrap{align-items:center;background:#ffffff2e;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.aim-header-title{color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.aim-header-subtitle{color:#ffffffbf;font-size:.875rem;line-height:1.4;margin:0}.aim-header-badges{display:flex;flex-wrap:wrap;gap:8px;z-index:1}.aim-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:5px 12px;white-space:nowrap}.aim-badge--light{background:#fff3;color:#fff}.aim-badge--outline{background:#0000;border:1.5px solid #fff6;color:#ffffffe6}.aim-layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:360px 1fr}.aim-config-panel{background:#fff;border-radius:14px;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000a;overflow:hidden}.aim-config-header{align-items:center;background:linear-gradient(135deg,#2b7a78,#3aa89c);color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:8px;letter-spacing:.01em;padding:1rem 1.25rem}.aim-config-body{padding:1.25rem}.aim-search-wrapper{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;display:flex;gap:10px;padding:11px 14px;transition:border-color .2s,box-shadow .2s}.aim-search-wrapper:focus-within{background:#fff;border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a}.aim-search-icon{color:#2b7a78;flex-shrink:0}.aim-search-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:.875rem;outline:none}.aim-search-input::placeholder{color:#94a3b8}.aim-clear-btn{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;padding:2px;transition:color .15s}.aim-clear-btn:hover{color:#374151}.aim-search-helper{color:#94a3b8;font-size:.75rem;line-height:1.4;margin:8px 0 0}.aim-selected-address{align-items:center;background:linear-gradient(135deg,#f0faf9,#e6f4f3);border:1.5px solid #b2d8d6;border-left:4px solid #2b7a78;border-radius:8px;display:flex;gap:8px;margin-top:12px;padding:10px 12px}.aim-selected-dot{animation:aim-pulse 2s ease-in-out infinite;background:#2b7a78;border-radius:50%;flex-shrink:0;height:8px;width:8px}@keyframes aim-pulse{0%,to{box-shadow:0 0 0 0 #2b7a7866;opacity:1}50%{box-shadow:0 0 0 4px #2b7a7800;opacity:.8}}.aim-selected-label{color:#1e4e4c;flex:1 1;font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aim-selected-clear{align-items:center;background:none;border:none;color:#7ab5b3;cursor:pointer;display:flex;padding:2px;transition:color .15s}.aim-selected-clear:hover{color:#1e4e4c}.aim-recent{border-top:1px solid #f1f5f9;margin-top:16px;padding-top:16px}.aim-recent-label{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.aim-recent-list{display:flex;flex-direction:column;gap:4px}.aim-recent-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.8125rem;gap:8px;padding:8px 10px;text-align:left;transition:all .15s;width:100%}.aim-recent-item:hover{background:#f0faf9;border-color:#2b7a78;color:#1e4e4c}.aim-recent-item svg{color:#94a3b8;flex-shrink:0}.aim-recent-item:hover svg{color:#2b7a78}.aim-tools-panel{display:flex;flex-direction:column;gap:14px}.aim-tools-hint{align-items:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;color:#64748b;display:flex;font-size:.875rem;gap:8px;padding:12px 16px}.aim-tools-hint svg{color:#94a3b8;flex-shrink:0}.aim-tool-cards{display:flex;flex-direction:column;gap:12px}.aim-tool-card{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 4px #0000000a;cursor:pointer;display:flex;gap:18px;padding:22px 24px;text-align:left;transition:all .18s ease;width:100%}.aim-tool-card--locked{cursor:not-allowed;opacity:.5;pointer-events:none}.aim-tool-card:not(.aim-tool-card--locked):hover{box-shadow:0 6px 28px #0000001a;transform:translateY(-2px)}.aim-tool-card--market:not(.aim-tool-card--locked):hover{background:#f0faf9;border-color:#2b7a78}.aim-tool-card--neighborhood:not(.aim-tool-card--locked):hover{background:#f0fdf8;border-color:#10b981}.aim-tool-card--climate:not(.aim-tool-card--locked):hover{background:#eff6ff;border-color:#3b82f6}.aim-tool-card-icon-wrap{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:58px;justify-content:center;width:58px}.aim-tool-card-icon-wrap--market{background:linear-gradient(135deg,#d1faf5,#99e6da);color:#2b7a78}.aim-tool-card-icon-wrap--neighborhood{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.aim-tool-card-icon-wrap--climate{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.aim-tool-card-body{flex:1 1;min-width:0}.aim-tool-card-title{color:#1e293b;font-size:1rem;font-weight:700;margin:0 0 5px}.aim-tool-card-desc{color:#64748b;font-size:.8125rem;line-height:1.45;margin:0}.aim-tool-card-arrow{color:#cbd5e1;flex-shrink:0;transition:color .18s,transform .18s}.aim-tool-card:not(.aim-tool-card--locked):hover .aim-tool-card-arrow{transform:translateX(3px)}.aim-tool-card--market:not(.aim-tool-card--locked):hover .aim-tool-card-arrow{color:#2b7a78}.aim-tool-card--neighborhood:not(.aim-tool-card--locked):hover .aim-tool-card-arrow{color:#10b981}.aim-tool-card--climate:not(.aim-tool-card--locked):hover .aim-tool-card-arrow{color:#3b82f6}.pac-container{border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin-top:4px}.pac-item{cursor:pointer;font-size:14px;padding:10px 14px}.pac-item:hover{background:#f1f5f9}@media (max-width:860px){.aim-layout{grid-template-columns:1fr}}@media (max-width:640px){.aim-container{padding:1rem 1rem 2rem}.aim-header{align-items:flex-start;flex-direction:column;padding:22px 20px}.aim-header-title{font-size:1.3rem}.aim-tool-card{padding:16px 18px}.aim-tool-card-icon-wrap{height:48px;width:48px}}.pfp-container{margin:0 auto;max-width:960px;padding:24px 24px 60px}.pfp-page-header{align-items:flex-start;display:flex;gap:14px;margin-bottom:28px}.pfp-page-icon{color:#2b7a78;flex-shrink:0;margin-top:4px}.pfp-page-title{color:#1a2e4a;font-size:22px;font-weight:700;margin:0 0 4px}.pfp-page-subtitle{color:#6b7280;font-size:14px;margin:0}.pfp-search-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;padding:24px}.pfp-mode-toggle{border:1.5px solid #d1d5db;border-radius:8px;display:flex;gap:0;margin-bottom:16px;overflow:hidden;width:-webkit-fit-content;width:fit-content}.pfp-mode-btn{background:#f9fafb;border:none;color:#6b7280;cursor:pointer;font-size:13px;font-weight:500;padding:8px 18px;transition:all .15s}.pfp-mode-btn+.pfp-mode-btn{border-left:1.5px solid #d1d5db}.pfp-mode-btn.pfp-mode-active{background:#2b7a78;color:#fff}.pfp-search-label{align-items:center;color:#374151;display:flex;font-size:13px;font-weight:600;gap:7px;margin-bottom:10px}.pfp-input-row{align-items:center;display:flex;position:relative}.pfp-address-input{border:1.5px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:15px;outline:none;padding:12px 44px 12px 16px;transition:border-color .2s;width:100%}.pfp-address-input:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781f}.pfp-clear-btn{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;padding:4px;position:absolute;right:12px}.pfp-clear-btn:hover{color:#374151}.pfp-selected-hint{color:#2b7a78;font-size:13px;font-weight:500;margin:8px 0 0}.pfp-hint{color:#9ca3af;font-size:12px;margin:8px 0 0}.pfp-type-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;padding:24px}.pfp-section-title{color:#1a2e4a;font-size:16px;font-weight:600;margin:0 0 16px}.pfp-type-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-bottom:20px}@media (max-width:640px){.pfp-type-grid{grid-template-columns:1fr 1fr}}.pfp-type-tile{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:16px 10px;text-align:center;transition:all .18s}.pfp-type-tile:hover{background:#f0fafa;border-color:#2b7a78}.pfp-type-tile.pfp-type-active{background:#e6f4f4;border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781f}.pfp-type-emoji{font-size:26px;line-height:1}.pfp-type-label{color:#1a2e4a;font-size:13px;font-weight:600}.pfp-type-desc{color:#6b7280;font-size:11px;line-height:1.3}.pfp-oh-inputs{background:#f8fffe;border:1px solid #d1fae5;border-radius:8px;margin-bottom:16px;padding:16px}.pfp-oh-title{color:#1a2e4a;font-size:14px;font-weight:600;margin:0 0 12px}.pfp-oh-row{display:flex;flex-wrap:wrap;gap:14px}.pfp-oh-row label{color:#374151;display:flex;flex:1 1;flex-direction:column;font-size:12px;font-weight:600;gap:5px;min-width:130px}.pfp-oh-field{border:1.5px solid #d1d5db;border-radius:6px;color:#111827;font-size:14px;outline:none;padding:8px 12px;transition:border-color .2s}.pfp-oh-field:focus{border-color:#2b7a78}.pfp-generate-btn{align-items:center;background:#2b7a78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:12px 28px;transition:background .18s}.pfp-generate-btn:hover{background:#215e5c}.pfp-error{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:10px;margin-top:16px;padding:14px 18px}.pfp-loading{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:80px 24px;text-align:center}@keyframes pfp-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pfp-spinner{animation:pfp-spin 1.2s linear infinite;color:#2b7a78}.pfp-loading-title{color:#1a2e4a;font-size:16px;font-weight:600;margin:0}.pfp-loading-sub{color:#6b7280;font-size:13px;margin:0}.pfp-ai-fallback-notice{align-items:flex-start;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px;color:#92400e;display:flex;font-size:14px;gap:10px;line-height:1.5;margin-bottom:16px;padding:12px 16px}.pfp-ai-fallback-icon{color:#d97706;flex-shrink:0;margin-top:2px}.pfp-preview-section{display:flex;flex-direction:column;gap:20px}.pfp-preview-actions{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;gap:16px;padding:14px 20px}.pfp-back-btn{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:7px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:4px;padding:8px 14px;transition:background .15s;white-space:nowrap}.pfp-back-btn:hover{background:#e5e7eb}.pfp-preview-meta{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow:hidden}.pfp-preview-type{color:#1a2e4a;font-size:14px;font-weight:600}.pfp-preview-address{color:#6b7280;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pfp-print-btn{align-items:center;background:#2b7a78;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 22px;transition:background .18s;white-space:nowrap}.pfp-print-btn:hover{background:#215e5c}.pfp-preview-wrapper{display:flex;justify-content:center;overflow-x:auto;padding:16px 0 40px}.pfp-preview-scale{border-radius:4px;box-shadow:0 8px 40px #0000002e;margin-bottom:-200px;transform:scale(.72);transform-origin:top center}@media (max-width:900px){.pfp-preview-scale{margin-bottom:-380px;transform:scale(.54)}}@media (max-width:600px){.pfp-preview-scale{margin-bottom:-560px;transform:scale(.38)}}@media print{.pfp-container,.pfp-page-header,.pfp-preview-actions,.pfp-preview-wrapper,.pfp-search-card,.pfp-type-section{display:none!important}}.re-overlay{align-items:flex-start;background:#0009;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:24px 16px 40px;position:fixed;z-index:1200}.re-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;max-width:760px;overflow:hidden;width:100%}.re-modal-header{align-items:center;background:#0f2b46;display:flex;justify-content:space-between;padding:18px 20px}.re-header-left{align-items:center;display:flex;gap:12px}.re-header-icon{color:#4ade80;flex-shrink:0}.re-modal-title{color:#fff;font-size:18px;font-weight:700;line-height:1.2;margin:0}.re-modal-address{color:#94a3b8;font-size:13px;margin:2px 0 0}.re-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.re-print-btn{align-items:center;background:#fff;border:none;border-radius:6px;color:#0f2b46;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:7px 14px;transition:background .15s}.re-print-btn:hover{background:#e2e8f0}.re-close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;padding:6px;transition:background .15s}.re-close-btn:hover{background:#fff3}.re-modal-body{padding:0}.re-loading{align-items:center;display:flex;flex-direction:column;gap:12px;padding:60px 24px}.re-spinner{animation:re-spin .9s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#16a34a;height:44px;width:44px}@keyframes re-spin{to{transform:rotate(1turn)}}.re-loading-text{color:#1e293b;font-size:15px;font-weight:600;margin:0}.re-loading-sub{color:#64748b;font-size:13px;margin:0}.re-error{align-items:center;display:flex;flex-direction:column;gap:16px;padding:60px 24px}.re-error-text{color:#dc2626;font-size:14px;margin:0;text-align:center}.re-retry-btn{align-items:center;background:#0f2b46;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 18px}.re-retry-btn:hover{background:#1e4d7b}.re-hero{background:linear-gradient(135deg,#0f2b46,#1e4d7b);padding:28px 24px 20px}.re-rent-range{align-items:flex-end;display:flex;gap:0;justify-content:center;margin-bottom:16px}.re-rent-col{align-items:center;display:flex;flex-direction:column;padding:0 24px}.re-rent-col--mid{border-left:1px solid #ffffff26;border-right:1px solid #ffffff26}.re-rent-label{color:#fff9;font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.re-rent-value{color:#cbd5e1;font-size:26px;font-weight:800;line-height:1}.re-rent-value--mid{color:#4ade80;font-size:36px}.re-rent-sub{color:#ffffff73;font-size:11px;margin-top:3px}.re-hero-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.re-confidence{border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.06em;padding:3px 10px;text-transform:uppercase}.re-confidence--high{background:#15803d;color:#fff}.re-confidence--medium{background:#b45309;color:#fff}.re-confidence--low{background:#6b7280;color:#fff}.re-prop-type{align-items:center;color:#ffffffb3;display:flex;font-size:12px;gap:4px}.re-prop-detail{background:#ffffff1a;border-radius:4px;color:#fff9;font-size:12px;padding:2px 8px}.re-section{border-bottom:1px solid #f1f5f9;padding:20px 24px}.re-section:last-of-type{border-bottom:none}.re-section-title{align-items:center;color:#1e293b;display:flex;font-size:14px;font-weight:700;gap:6px;letter-spacing:.06em;margin:0 0 14px;text-transform:uppercase}.re-market-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.re-market-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:12px}.re-market-label{color:#64748b;font-size:11px;font-weight:500}.re-market-val{align-items:center;color:#1e293b;display:flex;font-size:15px;font-weight:700;gap:4px;text-transform:capitalize}.re-market-val--trend{color:#16a34a}.re-trend-icon{flex-shrink:0}.re-trend-icon--up{color:#16a34a}.re-trend-icon--down{color:#dc2626}.re-trend-icon--flat{color:#64748b}.re-factors-list{display:flex;flex-direction:column;gap:10px}.re-factor-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.re-factor-left{align-items:center;display:flex;gap:8px;margin-bottom:4px}.re-factor-name{color:#1e293b;font-size:13px;font-weight:600}.re-factor-desc{color:#64748b;font-size:12px;line-height:1.5;margin:0}.re-impact{border-radius:20px;font-size:10px;font-weight:700;padding:2px 8px;text-transform:capitalize}.re-impact--positive{background:#dcfce7;color:#15803d}.re-impact--negative{background:#fee2e2;color:#b91c1c}.re-impact--neutral{background:#f1f5f9;color:#475569}.re-comps-table{border:1px solid #e2e8f0;border-radius:8px;font-size:13px;overflow:hidden}.re-comps-head{background:#f1f5f9;color:#475569;font-size:11px;font-weight:700;letter-spacing:.05em;padding:8px 14px;text-transform:uppercase}.re-comps-head,.re-comps-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:2fr 1fr 1fr 1fr}.re-comps-row{align-items:center;border-top:1px solid #f1f5f9;color:#334155;padding:10px 14px}.re-comps-row:nth-child(odd){background:#fafafa}.re-comps-addr{color:#1e293b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.re-comps-rent{color:#16a34a;font-weight:700}.re-section--recommendation{background:#f0fdf4}.re-recommendation{color:#166534;font-size:14px;line-height:1.7;margin:0}.re-generated-at{border-top:1px solid #f1f5f9;color:#94a3b8;font-size:11px;margin:0;padding:14px 24px;text-align:center}@media (max-width:600px){.re-overlay{align-items:flex-end;overflow-y:hidden;padding:0}.re-modal{border-radius:14px 14px 0 0;display:flex;flex-direction:column;max-height:92vh;max-width:100%}.re-modal-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto}.re-rent-col{padding:0 14px}.re-rent-value--mid{font-size:28px}.re-rent-value{font-size:20px}.re-market-grid{grid-template-columns:repeat(2,1fr)}.re-comps-head,.re-comps-row{grid-template-columns:1.5fr 1fr 1fr}.re-comps-head span:nth-child(3),.re-comps-row span:nth-child(3){display:none}}.pd-overlay{align-items:flex-start;background:#0009;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:24px 16px 40px;position:fixed;z-index:1200}.pd-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;max-width:680px;overflow:hidden;width:100%}.pd-modal-header{align-items:center;background:#0f2b46;display:flex;justify-content:space-between;padding:18px 20px}.pd-header-left{align-items:center;display:flex;gap:12px}.pd-header-icon{color:#fbbf24;flex-shrink:0}.pd-modal-title{color:#fff;font-size:18px;font-weight:700;line-height:1.2;margin:0}.pd-modal-address{color:#94a3b8;font-size:13px;margin:2px 0 0}.pd-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.pd-regenerate-btn{align-items:center;background:#fff;border:none;border-radius:6px;color:#0f2b46;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:7px 14px;transition:background .15s}.pd-regenerate-btn:hover{background:#e2e8f0}.pd-close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;padding:6px;transition:background .15s}.pd-close-btn:hover{background:#fff3}.pd-modal-body{padding:0}.pd-form{display:flex;flex-direction:column;gap:16px;padding:24px}.pd-form-hint{color:#64748b;font-size:13px;margin:0}.pd-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.pd-field{display:flex;flex-direction:column;gap:6px}.pd-field--full{grid-column:1/-1}.pd-label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pd-label-opt{color:#94a3b8;font-weight:400;letter-spacing:0;text-transform:none}.pd-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:9px 12px;transition:border-color .15s;width:100%}.pd-input:focus{background:#fff;border-color:#d97706}.pd-select{cursor:pointer}.pd-textarea{font-family:inherit;line-height:1.5;min-height:80px;resize:vertical}.pd-generate-btn{align-items:center;align-self:flex-start;background:#0f2b46;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:background .15s}.pd-generate-btn:hover{background:#1e4d7b}.pd-generate-btn:disabled{cursor:not-allowed;opacity:.6}.pd-loading{align-items:center;display:flex;flex-direction:column;gap:12px;padding:60px 24px}.pd-spinner{animation:pd-spin .9s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#d97706;height:44px;width:44px}@keyframes pd-spin{to{transform:rotate(1turn)}}.pd-loading-text{color:#1e293b;font-size:15px;font-weight:600;margin:0}.pd-loading-sub{color:#64748b;font-size:13px;margin:0}.pd-error{align-items:center;display:flex;flex-direction:column;gap:16px;padding:60px 24px}.pd-error-text{color:#dc2626;font-size:14px;margin:0;text-align:center}.pd-retry-btn{align-items:center;background:#0f2b46;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 18px}.pd-retry-btn:hover{background:#1e4d7b}.pd-results{display:flex;flex-direction:column;gap:14px;padding:20px 24px 24px}.pd-result-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.pd-result-card--accent{background:#fffbeb;border-color:#fcd34d}.pd-result-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.pd-result-header--mt{margin-top:14px}.pd-result-label{color:#475569;flex:1 1;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.pd-result-hint{color:#94a3b8;font-size:11px}.pd-result-headline{color:#1e293b;font-size:18px;font-weight:700;line-height:1.3;margin:0}.pd-result-tagline{color:#92400e;font-size:14px;font-style:italic;margin:0}.pd-result-text{color:#334155;font-size:14px;line-height:1.7;margin:0}.pd-features-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.pd-feature-item{align-items:flex-start;color:#334155;display:flex;font-size:13px;gap:8px}.pd-feature-item:before{color:#d97706;content:"✓";flex-shrink:0;font-weight:700;margin-top:1px}.pd-copy-btn{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;color:#475569;cursor:pointer;display:flex;flex-shrink:0;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;transition:background .15s;white-space:nowrap}.pd-copy-btn:hover{background:#e2e8f0}.pd-generated-at{color:#94a3b8;font-size:11px;margin:0;text-align:center}.pd-edit-again-btn{align-self:flex-start;background:none;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;padding:7px 14px;transition:background .15s}.pd-edit-again-btn:hover{background:#f8fafc}@media (max-width:600px){.pd-overlay{align-items:flex-end;overflow-y:hidden;padding:0}.pd-modal{border-radius:14px 14px 0 0;display:flex;flex-direction:column;max-height:92vh;max-width:100%}.pd-modal-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto}.pd-form-grid{grid-template-columns:repeat(2,1fr)}.pd-generate-btn{align-self:stretch;justify-content:center}}.lo-overlay{align-items:flex-start;background:#0009;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:24px 16px 40px;position:fixed;z-index:1200}.lo-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;max-width:640px;overflow:hidden;width:100%}.lo-modal-header{align-items:center;background:#0f2b46;display:flex;justify-content:space-between;padding:18px 20px}.lo-header-left{align-items:center;display:flex;gap:12px}.lo-header-icon{color:#818cf8;flex-shrink:0}.lo-modal-title{color:#fff;font-size:18px;font-weight:700;line-height:1.2;margin:0}.lo-modal-address{color:#94a3b8;font-size:13px;margin:2px 0 0}.lo-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.lo-redraft-btn{align-items:center;background:#fff;border:none;border-radius:6px;color:#0f2b46;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:7px 14px;transition:background .15s}.lo-redraft-btn:hover{background:#e2e8f0}.lo-close-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;padding:6px;transition:background .15s}.lo-close-btn:hover{background:#fff3}.lo-modal-body{padding:0}.lo-form{gap:16px;padding:24px}.lo-field,.lo-form{display:flex;flex-direction:column}.lo-field{gap:6px}.lo-label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.lo-label-opt{color:#94a3b8;font-weight:400;letter-spacing:0;text-transform:none}.lo-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:10px 12px;transition:border-color .15s;width:100%}.lo-input:focus{background:#fff;border-color:#4f46e5}.lo-select{cursor:pointer}.lo-textarea{font-family:inherit;line-height:1.5;min-height:80px;resize:vertical}.lo-no-leads{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#94a3b8;font-size:13px;margin:0;padding:10px 12px}.lo-draft-btn{align-items:center;align-self:flex-start;background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:background .15s}.lo-draft-btn:hover{background:#4338ca}.lo-draft-btn:disabled{cursor:not-allowed;opacity:.5}.lo-loading{align-items:center;display:flex;flex-direction:column;gap:12px;padding:60px 24px}.lo-spinner{animation:lo-spin .9s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#4f46e5;height:44px;width:44px}@keyframes lo-spin{to{transform:rotate(1turn)}}.lo-loading-text{color:#1e293b;font-size:15px;font-weight:600;margin:0}.lo-loading-sub{color:#64748b;font-size:13px;margin:0}.lo-error{align-items:center;display:flex;flex-direction:column;gap:16px;padding:60px 24px}.lo-error-text{color:#dc2626;font-size:14px;margin:0;text-align:center}.lo-retry-btn{align-items:center;background:#0f2b46;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 18px}.lo-retry-btn:hover{background:#1e4d7b}.lo-results{display:flex;flex-direction:column;gap:14px;padding:20px 24px 24px}.lo-result-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.lo-meta-tag{background:#f1f5f9;border-radius:20px;color:#475569;font-size:12px;font-weight:600;padding:3px 10px}.lo-meta-tag--purpose{background:#eef2ff;color:#4f46e5}.lo-meta-tag--email{background:#f0fdf4;color:#15803d;font-weight:500}.lo-result-card{border:1px solid #e2e8f0;border-radius:10px;padding:16px}.lo-result-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.lo-result-label{color:#475569;flex:1 1;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.lo-result-subject{color:#1e293b;font-size:15px;font-weight:600;margin:0}.lo-result-body{color:#334155;font-family:inherit;font-size:14px;line-height:1.7;margin:0;white-space:pre-wrap}.lo-copy-btn{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;color:#475569;cursor:pointer;display:flex;flex-shrink:0;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;transition:background .15s;white-space:nowrap}.lo-copy-btn:hover{background:#e2e8f0}.lo-generated-at{color:#94a3b8;font-size:11px;margin:0;text-align:center}.lo-edit-again-btn{align-self:flex-start;background:none;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;padding:7px 14px;transition:background .15s}.lo-edit-again-btn:hover{background:#f8fafc}.lo-actions-row{flex-wrap:wrap;gap:12px;justify-content:space-between}.lo-actions-row,.lo-send-btn{align-items:center;display:flex}.lo-send-btn{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;gap:7px;padding:9px 20px;transition:background .15s}.lo-send-btn:hover:not(:disabled){background:#4338ca}.lo-send-btn:disabled{cursor:not-allowed;opacity:.5}.lo-sent-badge{align-items:center;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#15803d;display:flex;font-size:13px;font-weight:600;gap:6px;padding:9px 16px}.lo-send-error{color:#dc2626;font-size:12px;margin:0;text-align:right}.lo-spin{animation:lo-spin .9s linear infinite}@media (max-width:600px){.lo-overlay{align-items:flex-end;overflow-y:hidden;padding:0}.lo-modal{border-radius:14px 14px 0 0;display:flex;flex-direction:column;max-height:92vh;max-width:100%}.lo-modal-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto}.lo-draft-btn{align-self:stretch;justify-content:center}}.hub-container{margin:0 auto;max-width:1060px;padding:2rem 2rem 3rem}.hub-header{align-items:flex-end;background:linear-gradient(135deg,#1a4f4e,#2b7a78 55%,#3aa89c);border-radius:18px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:20px;overflow:hidden;padding:28px 32px;position:relative}.hub-header:before{background:#ffffff0f;height:220px;right:-60px;top:-60px;width:220px}.hub-header:after,.hub-header:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.hub-header:after{background:#ffffff0a;bottom:-80px;height:160px;right:60px;width:160px}.hub-header-main{align-items:flex-start;display:flex;gap:16px;z-index:1}.hub-header-icon-wrap{align-items:center;background:#ffffff2e;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:46px;justify-content:center;margin-top:2px;width:46px}.hub-title{color:#fff;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .3rem}.hub-subtitle{color:#ffffffc7;font-size:.9375rem;line-height:1.55;margin:0;max-width:520px}.hub-header-badges{align-self:flex-start;display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;z-index:1}.hub-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:700;gap:5px;padding:5px 12px;white-space:nowrap}.hub-badge--light{background:#fff3;color:#fff}.hub-badge--outline{background:#0000;border:1.5px solid #ffffff4d;color:#ffffffbf}.hub-search-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;border-top:3px solid #2b7a78;box-shadow:0 4px 20px #2b7a7812;margin-bottom:20px;padding:22px 24px}.hub-search-label{color:#2b7a78;font-size:11px;font-weight:700;letter-spacing:.07em;margin-bottom:8px;text-transform:uppercase}.hub-search-wrapper{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;display:flex;gap:10px;padding:11px 16px;transition:border-color .2s,box-shadow .2s,background .2s}.hub-search-wrapper:focus-within{background:#fff;border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781f}.hub-search-icon{color:#2b7a78;flex-shrink:0}.hub-search-input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:.9375rem;outline:none}.hub-search-input::placeholder{color:#a0aec0}.hub-search-clear{align-items:center;background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;display:flex;padding:3px;transition:color .15s,background .15s}.hub-search-clear:hover{background:#ef444412;color:#ef4444}.hub-search-hint-icon{color:#d1d5db;flex-shrink:0}.hub-search-helper{color:#94a3b8;font-size:.78rem;margin:8px 0 0}.hub-recent{align-items:center;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:12px}.hub-recent-title{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.07em;margin:0;text-transform:uppercase;white-space:nowrap}.hub-recent-list{display:flex;flex-wrap:wrap;gap:6px}.hub-recent-item{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;color:#374151;cursor:pointer;display:flex;font-size:.8125rem;gap:5px;padding:5px 11px;transition:border-color .15s,background .15s,color .15s}.hub-recent-item:hover{background:#edf7f6;border-color:#2b7a78;color:#2b7a78}.hub-selected-address{align-items:center;background:linear-gradient(90deg,#f0fdf9,#edf7f6);border:1.5px solid #a7f3d0;border-left:4px solid #2b7a78;border-radius:10px;color:#134e4a;display:flex;font-size:.875rem;font-weight:500;gap:8px;margin-bottom:16px;padding:10px 16px}.hub-selected-address-dot{animation:hub-pulse 2s ease-in-out infinite;background:#2b7a78;border-radius:50%;flex-shrink:0;height:8px;width:8px}@keyframes hub-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hub-clear-address-btn{align-items:center;background:none;border:none;border-radius:4px;color:#2b7a78;cursor:pointer;display:flex;margin-left:auto;opacity:.6;padding:3px;transition:opacity .15s}.hub-clear-address-btn:hover{opacity:1}.hub-tiles-prompt{color:#64748b;font-size:.875rem;font-weight:500;margin:0 0 18px}.hub-tiles{gap:24px}.hub-tile-category,.hub-tiles{display:flex;flex-direction:column}.hub-tile-category{gap:10px}.hub-tile-category-header{align-items:center;display:flex;gap:10px}.hub-tile-category-label{color:#64748b;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hub-tile-category-badge{background:#2b7a781a;border-radius:10px;color:#2b7a78;font-size:10px;font-weight:600;padding:2px 8px}.hub-tile-group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.hub-tile{align-items:center;background:#fff;border:1.5px solid #e8edf3;border-left:3px solid #0000;border-radius:12px;cursor:pointer;display:flex;gap:14px;padding:16px 18px;position:relative;text-align:left;transition:border-color .2s,box-shadow .2s,transform .18s,background .2s;width:100%}.hub-tile:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #0000;box-shadow:0 4px 18px #00000012;transform:translateY(-1px)}.hub-tile--active{background:#f7fffe!important;box-shadow:0 4px 18px #2b7a781f!important;transform:none!important}.hub-tile--infographics.hub-tile--active{border-color:#9333ea33!important}.hub-tile--neighborhood.hub-tile--active{border-color:#16a34a33!important}.hub-tile--market.hub-tile--active{border-color:#3b82f633!important}.hub-tile--rental.hub-tile--active{border-color:#05966933!important}.hub-tile--description.hub-tile--active{border-color:#d9770633!important}.hub-tile--outreach.hub-tile--active{border-color:#4f46e533!important}.hub-tile--flyers.hub-tile--active{border-color:#ea580c33!important}.hub-tile--infographics:hover{border-left-color:#9333ea80!important}.hub-tile--neighborhood:hover{border-left-color:#16a34a80!important}.hub-tile--market:hover{border-left-color:#3b82f680!important}.hub-tile--rental:hover{border-left-color:#05966980!important}.hub-tile--description:hover{border-left-color:#d9770680!important}.hub-tile--outreach:hover{border-left-color:#4f46e580!important}.hub-tile--flyers:hover{border-left-color:#ea580c80!important}.hub-tile-icon-wrap{align-items:center;border-radius:11px;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.hub-tile-icon-wrap--market{background:#eff6ff;color:#3b82f6}.hub-tile-icon-wrap--neighborhood{background:#f0fdf4;color:#16a34a}.hub-tile-icon-wrap--infographics{background:#faf5ff;color:#9333ea}.hub-tile-icon-wrap--flyers{background:#fff7ed;color:#ea580c}.hub-tile-icon-wrap--rental{background:#ecfdf5;color:#059669}.hub-tile-icon-wrap--description{background:#fffbeb;color:#d97706}.hub-tile-icon-wrap--outreach{background:#eef2ff;color:#4f46e5}.hub-tile-body{flex:1 1;min-width:0}.hub-tile-title{color:#1e293b;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;margin:0 0 3px}.hub-tile-desc{color:#64748b;font-size:.8125rem;line-height:1.4;margin:0}.hub-tile-tag{background:#ecfdf5;border-radius:8px;color:#059669;display:inline-block;font-size:10px;font-weight:700;margin-top:5px;padding:2px 7px}.hub-tile-arrow{color:#cbd5e1;flex-shrink:0;transition:transform .2s,color .2s}.hub-tile--active .hub-tile-arrow,.hub-tile:hover .hub-tile-arrow{color:#94a3b8}.hub-tile-arrow--down{transform:rotate(90deg)}.hub-expanded-section{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;border-top:3px solid #2b7a78;box-shadow:0 4px 24px #2b7a7814;padding:26px 28px}.hub-section-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;margin-bottom:22px;padding-bottom:18px}.hub-section-icon{flex-shrink:0;margin-top:2px}.hub-section-icon--infographics{color:#9333ea}.hub-section-icon--flyer{color:#ea580c}.hub-section-title{color:#1e293b;font-size:1.125rem;font-weight:800;letter-spacing:-.01em;margin:0 0 2px}.hub-section-subtitle{color:#64748b;font-size:.8125rem;margin:0}.hub-step-label{color:#374151;font-size:.8125rem;font-weight:700;margin-bottom:10px}.hub-optional{color:#9ca3af;font-weight:400;margin-left:4px}.hub-note{color:#94a3b8;font-size:.78rem;margin:0 0 12px}.hub-loading-inline{color:#9ca3af}.hub-empty-msg,.hub-loading-inline{align-items:center;display:flex;font-size:.875rem;gap:6px}.hub-empty-msg{color:#f59e0b}.hub-select{background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;color:#1f2937;cursor:pointer;font-size:.9375rem;max-width:480px;outline:none;padding:9px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.hub-select:focus{border-color:#2b7a78;box-shadow:0 0 0 3px #2b7a781a}.hub-infographics-step{margin-bottom:22px}.hub-infographic-type-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(148px,1fr))}.hub-infographic-type-card{background:#fff;border:1.5px solid #e8edf3;border-radius:11px;cursor:pointer;padding:16px 12px;text-align:center;transition:border-color .15s,box-shadow .15s,transform .15s}.hub-infographic-type-card:hover{border-color:#b2d8d7;box-shadow:0 2px 10px #2b7a781a;transform:translateY(-1px)}.hub-infographic-type-card--selected{background:#f0fdf9;border-color:#2b7a78;box-shadow:0 2px 10px #2b7a781f}.hub-infographic-type-icon{font-size:1.625rem;margin-bottom:6px}.hub-infographic-type-label{color:#1e293b;font-size:.8125rem;font-weight:700;margin:0 0 3px}.hub-infographic-type-desc{color:#94a3b8;font-size:.7rem;line-height:1.4;margin:0}.hub-infographic-preview{margin-bottom:16px;overflow-x:auto}.hub-infographic-preview>*{max-width:100%}.hub-sig-toggle{color:#374151;cursor:pointer;font-size:.875rem;gap:8px;margin-bottom:16px;padding:8px 0;-webkit-user-select:none;user-select:none}.hub-sig-box,.hub-sig-toggle{align-items:center;display:flex}.hub-sig-box{border:1.5px solid #cbd5e1;border-radius:4px;flex-shrink:0;height:18px;justify-content:center;transition:border-color .15s,background .15s;width:18px}.hub-sig-toggle--on .hub-sig-box{background:#2b7a78;border-color:#2b7a78;color:#fff}.hub-preview-actions{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px}.hub-instagram-group,.hub-instagram-options{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.hub-format-toggle{border:1.5px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.hub-format-btn{background:#fff;border:none;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:500;padding:6px 12px;transition:background .15s,color .15s}.hub-format-btn+.hub-format-btn{border-left:1.5px solid #e2e8f0}.hub-format-btn--active{background:#2b7a78;color:#fff}.hub-checkbox-label{color:#374151;display:flex;font-size:.8125rem}.hub-btn,.hub-checkbox-label{align-items:center;cursor:pointer;gap:6px}.hub-btn{border:none;border-radius:9px;display:inline-flex;font-size:.875rem;font-weight:600;padding:9px 16px;transition:background .15s,opacity .15s,transform .15s;white-space:nowrap}.hub-btn:disabled{cursor:not-allowed;opacity:.6}.hub-btn:not(:disabled):hover{transform:translateY(-1px)}.hub-btn--primary{background:linear-gradient(135deg,#2b7a78,#3aa89c);box-shadow:0 2px 8px #2b7a7840;color:#fff}.hub-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#236462,#2b7a78)}.hub-btn--secondary{background:#fff;border:1.5px solid #e2e8f0;color:#374151}.hub-btn--secondary:hover:not(:disabled){background:#2b7a7808;border-color:#2b7a78;color:#2b7a78}.hub-mode-toggle{border:1.5px solid #e2e8f0;border-radius:9px;display:flex;gap:0;margin-bottom:16px;overflow:hidden;width:-webkit-fit-content;width:fit-content}.hub-mode-btn{background:#f8fafc;border:none;color:#64748b;cursor:pointer;font-size:.8125rem;font-weight:600;padding:8px 18px;transition:background .15s,color .15s}.hub-mode-btn+.hub-mode-btn{border-left:1.5px solid #e2e8f0}.hub-mode-btn--active{background:#ea580c;color:#fff}.hub-mls-input-row{align-items:center;display:flex;gap:8px;margin-bottom:16px}.hub-mls-input{border:1.5px solid #e2e8f0;border-radius:9px;color:#1f2937;flex:1 1;font-size:.9375rem;max-width:320px;outline:none;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.hub-mls-input:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1a}.hub-clear-inline{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;transition:color .15s}.hub-clear-inline:hover{color:#374151}.hub-flyer-type-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));margin-bottom:16px}.hub-flyer-type-tile{align-items:center;background:#fff;border:1.5px solid #e8edf3;border-radius:11px;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:14px 10px;text-align:center;transition:border-color .15s,background .15s,transform .15s}.hub-flyer-type-tile:hover{border-color:#fdba74;transform:translateY(-1px)}.hub-flyer-type-tile--active{background:#fff7ed;border-color:#ea580c;box-shadow:0 2px 8px #ea580c1f}.hub-flyer-emoji{font-size:1.5rem}.hub-flyer-label{color:#1f2937;font-size:.8125rem;font-weight:700}.hub-flyer-desc{color:#94a3b8;font-size:.7rem;line-height:1.35}.hub-oh-inputs{background:#f0fdf9;border:1.5px solid #a7f3d0;border-radius:10px;margin-bottom:16px;padding:16px}.hub-oh-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.hub-oh-row label{color:#374151;display:flex;flex:1 1;flex-direction:column;font-size:.875rem;font-weight:500;gap:4px;min-width:120px}.hub-oh-field{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1f2937;font-size:.875rem;outline:none;padding:8px 12px;transition:border-color .15s}.hub-oh-field:focus{border-color:#2b7a78}.hub-error{align-items:flex-start;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:.875rem;gap:8px;margin-top:16px;padding:12px 16px}.hub-flyer-loading{align-items:center;color:#2b7a78;display:flex;flex-direction:column;gap:12px;padding:64px 24px;text-align:center}.hub-flyer-loading-title{color:#374151;font-size:1rem;font-weight:700;margin:4px 0 0}.hub-flyer-loading-sub{color:#9ca3af;font-size:.875rem;margin:0}.hub-flyer-preview-section{display:flex;flex-direction:column;gap:20px}.hub-flyer-preview-actions{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-wrap:wrap;gap:12px;padding:12px 18px}.hub-back-btn{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:4px;padding:7px 14px;transition:background .15s;white-space:nowrap}.hub-back-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.hub-flyer-preview-meta{color:#6b7280;flex:1 1;font-size:.875rem;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.hub-print-btn{align-items:center;background:#1e293b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s;white-space:nowrap}.hub-print-btn:hover{background:#0f172a}.hub-flyer-preview-wrapper{display:flex;justify-content:center;overflow-x:auto;padding:16px 0 40px}.hub-flyer-preview-scale{border-radius:4px;box-shadow:0 10px 48px #0000002e;margin-bottom:-200px;transform:scale(.72);transform-origin:top center}@media (max-width:900px){.hub-flyer-preview-scale{margin-bottom:-350px;transform:scale(.5)}}.hub-ai-fallback-notice{align-items:flex-start;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;color:#92400e;display:flex;font-size:.875rem;gap:10px;line-height:1.5;margin-bottom:16px;padding:12px 16px}.hub-ai-fallback-icon{color:#d97706;flex-shrink:0;margin-top:2px}.hub-spin{animation:hub-spin-anim 1s linear infinite}@keyframes hub-spin-anim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:720px){.hub-container{padding:1rem 1rem 2rem}.hub-header{align-items:flex-start;flex-direction:column;padding:22px 20px}.hub-title{font-size:1.4rem}.hub-search-card{padding:18px 16px}.hub-tile-group{grid-template-columns:1fr}.hub-expanded-section{padding:20px 16px}.hub-flyer-type-grid,.hub-infographic-type-cards{grid-template-columns:1fr 1fr}}@media (max-width:480px){.hub-tile-group{grid-template-columns:1fr}.hub-infographic-type-cards{grid-template-columns:1fr 1fr}}.lsp-page{margin:0 auto;max-width:900px;padding:1.5rem 2rem}.lsp-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.lsp-header-left{align-items:center;display:flex;gap:.875rem}.lsp-header-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.lsp-title{color:#111827;font-size:1.375rem;font-weight:700;margin:0 0 .2rem}.lsp-subtitle{color:#6b7280;font-size:.82rem;margin:0}.lsp-header-badges{display:flex;flex-shrink:0;gap:.5rem}.lsp-badge{align-items:center;background:linear-gradient(135deg,#667eea22,#764ba222);border:1px solid #667eea44;border-radius:20px;color:#667eea;display:inline-flex;font-size:.72rem;font-weight:600;gap:.3rem;padding:.25rem .6rem}.lsp-badge--outline{background:#0000;border-color:#d1d5db;color:#6b7280}.lsp-view-toggle{display:flex;gap:.5rem;margin-bottom:1.25rem}.lsp-view-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:500;gap:.4rem;padding:.5rem 1rem;transition:all .15s}.lsp-view-btn:hover{border-color:#667eea;color:#667eea}.lsp-view-btn--active{background:#667eea;border-color:#667eea;color:#fff}.lsp-search-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.lsp-search-card-title{align-items:center;color:#374151;display:flex;font-size:.82rem;font-weight:600;gap:.4rem;margin-bottom:.875rem}.lsp-typeahead-wrap{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;display:flex;gap:.5rem;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}.lsp-typeahead-wrap:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea18}.lsp-typeahead-pin{color:#667eea;flex-shrink:0}.lsp-typeahead-input{background:#0000;border:none;color:#111827;flex:1 1;font-size:.875rem;min-width:0;outline:none}.lsp-typeahead-input::placeholder{color:#9ca3af}.lsp-typeahead-clear{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;height:22px;justify-content:center;transition:background .12s,color .12s;width:22px}.lsp-typeahead-clear:hover{background:#fee2e2;color:#ef4444}.lsp-typeahead-helper{color:#9ca3af;font-size:.73rem;margin:.4rem 0 0}.lsp-search-info{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.35rem;margin-top:.875rem;padding-top:.875rem}.lsp-info-item{align-items:baseline;color:#6b7280;display:flex;font-size:.78rem;gap:.4rem}.lsp-info-item svg{flex-shrink:0;margin-top:2px}.lsp-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.lsp-panel-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.875rem 1.25rem}.lsp-panel-title-row{align-items:center;display:flex;gap:.4rem}.lsp-panel-pin{color:#667eea}.lsp-panel-location{color:#111827;font-size:.875rem;font-weight:600}.lsp-cached-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#6b7280;font-size:.68rem;padding:.15rem .5rem}.lsp-refresh-btn{align-items:center;background:#0000;border:1.5px solid #e5e7eb;border-radius:7px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.75rem;gap:.35rem;padding:.35rem .75rem;transition:all .15s}.lsp-refresh-btn:hover:not(:disabled){border-color:#667eea;color:#667eea}.lsp-refresh-btn:disabled{cursor:not-allowed;opacity:.6}.lsp-tabs{border-bottom:1px solid #e5e7eb;display:flex;padding:0 1.25rem}.lsp-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:500;gap:.4rem;margin-right:1.5rem;padding:.75rem 0;transition:all .15s}.lsp-tab:hover{color:#667eea}.lsp-tab--active{border-bottom-color:#667eea;color:#667eea;font-weight:600}.lsp-tab-count{background:#667eea;border-radius:20px;color:#fff;font-size:.68rem;font-weight:700;padding:.1rem .45rem}.lsp-signal-list{display:flex;flex-direction:column;gap:.625rem;padding:1rem 1.25rem}.lsp-signal-card{border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .15s}.lsp-signal-card:hover{border-color:#d1d5db}.lsp-signal-card-header{align-items:center;background:#fff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:background .12s}.lsp-signal-card-header:hover{background:#f9fafb}.lsp-signal-icon{flex-shrink:0;font-size:1.1rem;text-align:center;width:24px}.lsp-signal-card-main{flex:1 1;min-width:0}.lsp-signal-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.lsp-signal-type-label{font-size:.82rem;font-weight:600}.lsp-signal-address{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:.25rem;margin-top:.2rem}.lsp-signal-headline{color:#374151;font-size:.78rem;font-style:italic;margin-top:.2rem}.lsp-chevron{color:#9ca3af;flex-shrink:0;transition:transform .15s}.lsp-chevron--open{transform:rotate(180deg)}.lsp-signal-card-body{background:#fafafa;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem}.lsp-signal-row{display:flex;flex-direction:column;gap:.15rem}.lsp-signal-row-label{color:#9ca3af;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.lsp-signal-row-value{color:#374151;font-size:.82rem;line-height:1.4}.lsp-signal-row--highlight{background:#f0f4ff;border:1px solid #e0e8ff;border-radius:8px;padding:.6rem .75rem}.lsp-outreach-text{color:#4f46e5;font-style:italic}.lsp-source-link{align-items:center;color:#667eea;display:inline-flex;font-size:.75rem;gap:.3rem;margin-top:.25rem;text-decoration:none}.lsp-source-link:hover{text-decoration:underline}.lsp-urgency{border-radius:20px;font-size:.68rem;font-weight:600;padding:.15rem .5rem}.lsp-urgency--high{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.lsp-urgency--medium{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.lsp-urgency--low{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.lsp-confidence{border-radius:20px;font-size:.68rem;font-weight:600;padding:.15rem .5rem}.lsp-confidence--high{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.lsp-confidence--medium{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.lsp-confidence--low{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280}.lsp-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:.6rem;padding:2.5rem 1.25rem}.lsp-loading p{color:#374151;font-size:.875rem;font-weight:500;margin:0}.lsp-loading-note{color:#9ca3af;font-size:.73rem}.lsp-spin{animation:lsp-rotate 1s linear infinite}@keyframes lsp-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lsp-empty{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:.5rem;padding:2rem 1.25rem;text-align:center}.lsp-empty-icon{color:#d1d5db}.lsp-empty p{font-size:.82rem;margin:0}.lsp-enrich-form-wrap{padding:1.25rem}.lsp-enrich-desc{color:#6b7280;font-size:.82rem;margin:0 0 1rem}.lsp-enrich-form{display:flex;flex-direction:column;gap:.75rem}.lsp-enrich-row{display:flex;gap:.625rem}.lsp-enrich-field{display:flex;flex:1 1;flex-direction:column;gap:.3rem}.lsp-enrich-field--sm{max-width:80px}.lsp-enrich-field label{color:#374151;font-size:.73rem;font-weight:600}.lsp-required{color:#ef4444}.lsp-optional{color:#9ca3af;font-weight:400}.lsp-enrich-field input{border:1.5px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.85rem;outline:none;padding:.5rem .75rem;transition:border-color .15s}.lsp-enrich-field input:focus{border-color:#667eea}.lsp-enrich-submit{align-items:center;align-self:flex-start;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:600;gap:.4rem;padding:.575rem 1.25rem;transition:background .15s}.lsp-enrich-submit:hover:not(:disabled){background:#5a6fd6}.lsp-enrich-submit:disabled{cursor:not-allowed;opacity:.7}.lsp-placeholder{margin-top:.5rem}.lsp-placeholder-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.lsp-placeholder-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:1.25rem}.lsp-placeholder-card svg{color:#9ca3af;margin-bottom:.625rem}.lsp-placeholder-card--seller svg{color:#f59e0b}.lsp-placeholder-card--buyer svg{color:#3b82f6}.lsp-placeholder-card h3{color:#374151;font-size:.875rem;font-weight:600;margin:0 0 .625rem}.lsp-placeholder-card ul{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0;padding:0}.lsp-placeholder-card li{color:#6b7280;font-size:.78rem}@media (max-width:640px){.lsp-page{padding:1rem}.lsp-header{align-items:flex-start;flex-direction:column}.lsp-placeholder-grid{grid-template-columns:1fr}.lsp-enrich-row{flex-direction:column}.lsp-enrich-field--sm{max-width:none}}.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:-webkit-fit-content;height:fit-content;position:-webkit-sticky;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-menu-item-disabled{cursor:not-allowed;opacity:.5;pointer-events:none;text-decoration:none}.more-menu-disabled-badge{background-color:#e53e3e1a;border-radius:4px;color:#e53e3e;flex-shrink:0;font-size:.75rem;margin-left:.5rem;padding:.25rem .5rem;white-space:nowrap}.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}.notfound-page{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem}.notfound-card{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #00000014;max-width:520px;padding:3rem 2.5rem;text-align:center;width:100%}.notfound-logo{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.notfound-logo img{height:54px;object-fit:contain;width:54px}.notfound-brand-text{color:#2b7a78;font-size:1.4rem;font-weight:700}.notfound-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.75rem}.notfound-subtitle{color:#64748b;font-size:1rem;margin-bottom:2rem}.notfound-actions{display:flex;flex-direction:column;gap:.75rem}.notfound-button{align-items:center;background:#2b7a78;border-radius:.5rem;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s ease}.notfound-button:hover{background:#21706a;box-shadow:0 4px 12px #2b7a784d;transform:translateY(-1px)}.notfound-link{color:#2b7a78;font-size:.95rem;font-weight:500;text-decoration:none}.notfound-link:hover{text-decoration:underline}@media (max-width:600px){.notfound-page{padding:1rem}.notfound-card{padding:2.5rem 1.5rem}.notfound-title{font-size:1.75rem}}.welcome-page{background:#f8fafc;min-height:100vh;padding-bottom:60px}.welcome-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 28px}.welcome-header,.welcome-logo{align-items:center;display:flex}.welcome-logo{gap:9px}.welcome-logo-icon{height:30px;object-fit:contain;width:30px}.welcome-logo-text{color:#0f172a;font-size:18px;font-weight:800;letter-spacing:-.02em}.welcome-hero{align-items:center;display:flex;flex-direction:column;padding:52px 24px 36px;text-align:center}.welcome-badge{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:100px;color:#3b82f6;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.02em;margin-bottom:20px;padding:5px 14px}.welcome-title{color:#0f172a;font-size:clamp(28px,5vw,42px);font-weight:800;line-height:1.15;margin:0 0 12px}.welcome-subtitle{color:#64748b;font-size:16px;line-height:1.6;margin:0 0 32px;max-width:540px}.welcome-search-box{max-width:600px;width:100%}.welcome-skip-link{background:none;border:none;color:#94a3b8;cursor:pointer;display:inline-block;font-size:13px;margin-top:18px;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.welcome-skip-link:hover{color:#64748b}.welcome-action-panel{align-items:center;display:flex;flex-direction:column;padding:28px 24px 8px;text-align:center}.welcome-action-label{color:#475569;font-size:14px;font-weight:600;letter-spacing:.05em;margin-bottom:14px;text-transform:uppercase}.welcome-action-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.welcome-lead-success{align-items:center;color:#1e293b;display:flex;flex-direction:column;font-size:15px;gap:6px;padding:24px 24px 8px;text-align:center}.welcome-success-icon{color:#16a34a}.welcome-btn-primary{align-items:center;background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:11px 22px;transition:background .15s,transform .1s}.welcome-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.welcome-btn-primary:disabled{cursor:not-allowed;opacity:.6}.welcome-btn-secondary{align-items:center;background:#fff;border:1.5px solid #2563eb;border-radius:10px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:11px 22px;transition:background .15s,transform .1s}.welcome-btn-secondary:hover{background:#eff6ff;transform:translateY(-1px)}.welcome-btn-ghost{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:11px 22px;transition:background .15s}.welcome-btn-ghost:hover{background:#e2e8f0}.welcome-btn-lg{font-size:15px;padding:13px 26px}.welcome-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.welcome-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:480px;padding:28px;width:100%}.welcome-modal-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.welcome-modal-header h3{color:#0f172a;font-size:18px;font-weight:700;margin:0}.welcome-modal-close{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;padding:2px;transition:color .15s}.welcome-modal-close:hover{color:#475569}.welcome-modal-sub{color:#64748b;font-size:13px;margin:0 0 20px}.welcome-lead-form{display:flex;flex-direction:column;gap:14px}.welcome-form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.welcome-form-group{display:flex;flex-direction:column;gap:5px}.welcome-form-group label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.welcome-form-group input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:14px;outline:none;padding:9px 12px;transition:border-color .15s}.welcome-form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.welcome-form-group input::placeholder{color:#94a3b8}.welcome-lead-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:13px;gap:6px;padding:8px 12px}.welcome-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.spin{animation:spin .8s linear infinite}@media (max-width:500px){.welcome-form-row{grid-template-columns:1fr}.welcome-action-row{flex-direction:column;max-width:320px;width:100%}.welcome-btn-lg{justify-content:center;width:100%}}*{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}}