.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f0f4f8e6;border-bottom:1px solid #0000000a;position:sticky;top:0}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.Header-module__hBw1pG__logo img{width:auto;height:32px}.Header-module__hBw1pG__desktopNav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--gray-600);transition:color var(--transition-base);font-size:.875rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLink:hover{color:var(--primary-blue)}.Header-module__hBw1pG__navLinkWithIcon{align-items:center;gap:.25rem;display:flex}.Header-module__hBw1pG__actions{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__loginBtn{color:var(--gray-700);background:var(--white);border:1px solid var(--gray-300);transition:all var(--transition-base);cursor:pointer;border-radius:8px;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.Header-module__hBw1pG__loginBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.Header-module__hBw1pG__signupBtn{color:var(--white);background:var(--primary-blue);transition:all var(--transition-base);border-radius:8px;align-items:center;gap:.25rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.Header-module__hBw1pG__signupBtn:hover{background:var(--primary-blue-hover)}.Header-module__hBw1pG__hamburger{color:var(--gray-700);padding:.5rem;display:none}.Header-module__hBw1pG__mobileMenu{background:var(--white);border-top:1px solid var(--gray-200);flex-direction:column;padding:1rem;display:flex}.Header-module__hBw1pG__mobileLink{color:var(--gray-700);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.938rem;font-weight:500}.Header-module__hBw1pG__mobileLink:hover{background:var(--gray-50);color:var(--primary-blue)}@media (max-width:768px){.Header-module__hBw1pG__signupBtn,.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__mobileLink{cursor:pointer;text-align:left;background:0 0;border:none;font-family:inherit}}
.Hero-module__ZARIfG__hero{background:var(--gray-50);padding:4rem 0 0;overflow:hidden}.Hero-module__ZARIfG__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__content{max-width:800px;margin-bottom:2rem}.Hero-module__ZARIfG__title{font-family:var(--font-general-sans);color:var(--gray-900);letter-spacing:-.025em;white-space:nowrap;margin-bottom:1rem;font-size:4.5rem;font-weight:400;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--primary-blue)}.Hero-module__ZARIfG__subtitle{font-family:var(--font-roboto);color:#64748b;margin:0 auto;font-size:.875rem;line-height:1.7}.Hero-module__ZARIfG__heroBackgroundShape{z-index:1;pointer-events:none;background:radial-gradient(#dce6ff99 0%,#f0f4ff33 60%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__showcase{width:100%;max-width:1100px;height:620px;margin:0 auto;position:relative}.Hero-module__ZARIfG__phoneImageWrapper{z-index:10;justify-content:center;width:800px;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__phoneImage{object-fit:contain;width:100%;height:auto}.Hero-module__ZARIfG__floatingCard{background:var(--white);border-radius:var(--radius-lg);z-index:4;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;box-shadow:0 8px 30px -5px #00000014}.Hero-module__ZARIfG__cardNotify{color:var(--gray-700);background:var(--white);border-radius:var(--radius-full);z-index:6;align-items:center;gap:.7rem;padding:.75rem 1.5rem;font-size:1.0625rem;font-weight:600;animation-delay:1s;display:flex;top:12%;right:20%;box-shadow:0 4px 20px #0000000f}.Hero-module__ZARIfG__floatingCardImage{z-index:4;border-radius:var(--radius-lg);height:auto;animation:6s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;box-shadow:0 10px 40px -5px #0000001a}.Hero-module__ZARIfG__cardManage{z-index:5;width:340px;animation-delay:.5s;bottom:8%;left:0%}.Hero-module__ZARIfG__cardOnTime{z-index:5;width:155px;animation-delay:1.5s;top:22%;right:22%}.Hero-module__ZARIfG__cardAdd{z-index:5;width:380px;animation-delay:2.5s;bottom:10%;right:2%}.Hero-module__ZARIfG__cardDonut{z-index:6;padding:1rem 1.25rem;animation-delay:2s;top:5%;left:2%}.Hero-module__ZARIfG__donutCard{flex-direction:column;gap:.5rem;display:flex}.Hero-module__ZARIfG__donutTitle{color:var(--gray-700);font-size:.75rem;font-weight:600}.Hero-module__ZARIfG__donutChartWrap{align-items:center;gap:.75rem;display:flex}.Hero-module__ZARIfG__donutLegend{flex-direction:column;gap:.25rem;display:flex}.Hero-module__ZARIfG__donutLegendItem{color:var(--gray-600);align-items:center;gap:.35rem;font-size:.625rem;display:flex}.Hero-module__ZARIfG__donutDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Hero-module__ZARIfG__donutVal{color:var(--gray-800);margin-left:auto;font-weight:500}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:1024px){.Hero-module__ZARIfG__title{white-space:normal;font-size:3.5rem}.Hero-module__ZARIfG__showcase{max-width:100%;height:500px}.Hero-module__ZARIfG__phoneImageWrapper{width:260px}.Hero-module__ZARIfG__cardManage{width:240px;left:0}.Hero-module__ZARIfG__cardAdd{width:260px;right:0}.Hero-module__ZARIfG__cardOnTime{width:120px;right:18%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:2rem 0 0}.Hero-module__ZARIfG__content{margin-bottom:1rem}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:.8125rem}.Hero-module__ZARIfG__showcase{height:380px}.Hero-module__ZARIfG__phoneImageWrapper{width:320px;bottom:-20px}.Hero-module__ZARIfG__cardManage,.Hero-module__ZARIfG__cardOnTime,.Hero-module__ZARIfG__cardAdd,.Hero-module__ZARIfG__cardDonut,.Hero-module__ZARIfG__cardNotify{display:none}.Hero-module__ZARIfG__heroBackgroundShape{width:500px;height:500px}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:1.5rem 0 0}.Hero-module__ZARIfG__content{margin-bottom:.5rem}.Hero-module__ZARIfG__title{font-size:1.75rem}.Hero-module__ZARIfG__subtitle{font-size:.75rem}.Hero-module__ZARIfG__showcase{height:340px}.Hero-module__ZARIfG__phoneImageWrapper{width:280px;bottom:-20px}.Hero-module__ZARIfG__heroBackgroundShape{width:400px;height:400px}}
.Features-module__zvCZ4q__section{background:var(--primary-blue-light);padding:4rem 0}.Features-module__zvCZ4q__header{text-align:left;border-bottom:1px solid var(--gray-300);margin-bottom:2.5rem;padding-bottom:1.25rem}.Features-module__zvCZ4q__title{color:var(--gray-900);font-size:2rem;font-weight:600;line-height:1.2}.Features-module__zvCZ4q__cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.Features-module__zvCZ4q__card{border-radius:var(--radius-lg);text-align:left;border:1px solid #0000000a;padding:2rem 1.75rem}.Features-module__zvCZ4q__bgGreen{background:#f0fdf4;border-color:#dcfce7}.Features-module__zvCZ4q__bgGray{background:#f8fafc;border-color:#f1f5f9}.Features-module__zvCZ4q__bgBlue{background:#f0f9ff;border-color:#e0f2fe}.Features-module__zvCZ4q__icon3d{object-fit:contain;width:96px;height:96px;margin-bottom:1.75rem;display:block;transform:rotate(4deg)}.Features-module__zvCZ4q__icon3dLg,.Features-module__zvCZ4q__icon3dXl{object-fit:contain;width:104px;height:104px;margin-bottom:1.75rem;display:block;transform:rotate(4deg)}.Features-module__zvCZ4q__cardTitle{color:var(--gray-900);white-space:pre-line;margin-bottom:.625rem;font-size:1.125rem;font-weight:700;line-height:1.35}.Features-module__zvCZ4q__cardDesc{color:var(--gray-500);white-space:pre-line;font-size:.8125rem;line-height:1.6}.Features-module__zvCZ4q__badgesWrap{justify-content:center;display:flex}.Features-module__zvCZ4q__badges{gap:1rem;display:flex}.Features-module__zvCZ4q__badge{background:var(--white);border-radius:var(--radius-full);border:1px solid var(--gray-200);align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex}.Features-module__zvCZ4q__badgeLabel{font-size:.8125rem;font-weight:500}@media (max-width:768px){.Features-module__zvCZ4q__title{font-size:1.5rem}.Features-module__zvCZ4q__cards{grid-template-columns:1fr;gap:1.25rem}.Features-module__zvCZ4q__badges{flex-direction:column;width:100%}.Features-module__zvCZ4q__badge{justify-content:center}}
.ServicesGrid-module__xRfYka__section{padding:4rem 0}.ServicesGrid-module__xRfYka__bento{align-items:stretch;gap:1.5rem;display:flex}.ServicesGrid-module__xRfYka__column{flex-direction:column;flex:1;gap:1.5rem;display:flex}.ServicesGrid-module__xRfYka__heroColumn{flex-direction:column;flex:1.25;display:flex}.ServicesGrid-module__xRfYka__card{border-radius:var(--radius-lg);background:#f0f9ff;flex-direction:column;flex:1;justify-content:center;padding:1.5rem 1.75rem;display:flex}.ServicesGrid-module__xRfYka__iconCircle{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;display:flex}.ServicesGrid-module__xRfYka__cardTitle{color:var(--gray-800);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600;line-height:1.3}.ServicesGrid-module__xRfYka__cardDesc{color:var(--gray-500);font-size:.75rem;line-height:1.5}.ServicesGrid-module__xRfYka__heroCard{background:var(--white);border-radius:var(--radius-lg);text-align:center;flex-direction:column;flex:1;min-height:500px;display:flex;overflow:hidden}.ServicesGrid-module__xRfYka__heroCardContent{padding:2rem 1.5rem 1.5rem}.ServicesGrid-module__xRfYka__heroCardBg{object-fit:cover;object-position:center top;flex:1;width:100%}.ServicesGrid-module__xRfYka__heroTitle{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.2}.ServicesGrid-module__xRfYka__heroHighlight{color:var(--green-accent)}.ServicesGrid-module__xRfYka__heroDesc{color:var(--gray-500);font-size:.875rem;line-height:1.6}@media (max-width:900px){.ServicesGrid-module__xRfYka__bento{flex-direction:column}}@media (max-width:768px){.ServicesGrid-module__xRfYka__heroTitle{font-size:1.5rem}.ServicesGrid-module__xRfYka__heroCard{min-height:auto}.ServicesGrid-module__xRfYka__card{padding:1.25rem}.ServicesGrid-module__xRfYka__heroCardContent{padding:1.5rem 1rem 1rem}}
.HowItWorks-module__tSMH5W__section{background-color:var(--gray-50);padding:4rem 0}.HowItWorks-module__tSMH5W__sectionTitle{color:var(--gray-700);border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:500}.HowItWorks-module__tSMH5W__sectionHighlight{color:var(--primary-blue)}.HowItWorks-module__tSMH5W__howItWorksBox{background:var(--white);border-radius:var(--radius-xl);padding:3rem 4rem;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #00000014}.HowItWorks-module__tSMH5W__howItWorksBox:before{content:"";background:var(--primary-blue);width:6px;height:100%;position:absolute;top:0;left:0}.HowItWorks-module__tSMH5W__stepsRow{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid;position:relative}.HowItWorks-module__tSMH5W__stepsRow:before{content:"";background:var(--primary-blue);z-index:1;height:24px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.HowItWorks-module__tSMH5W__step{z-index:2;border-radius:var(--radius-sm);background:#eaf7ed;flex-direction:column;min-height:200px;padding:1.5rem;display:flex;position:relative}.HowItWorks-module__tSMH5W__step:nth-child(2),.HowItWorks-module__tSMH5W__step:nth-child(3){background:#e6f3f7}.HowItWorks-module__tSMH5W__stepDark{background:#192132}.HowItWorks-module__tSMH5W__stepHeader{align-items:center;margin-bottom:1.5rem;display:flex}.HowItWorks-module__tSMH5W__stepIcon{color:var(--gray-800)}.HowItWorks-module__tSMH5W__iconDark{color:var(--primary-blue)}.HowItWorks-module__tSMH5W__stepTitle{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:500;line-height:1.3}.HowItWorks-module__tSMH5W__stepDark .HowItWorks-module__tSMH5W__stepTitle{color:var(--white);font-weight:600}.HowItWorks-module__tSMH5W__stepDesc{color:var(--gray-500);font-size:.6875rem;line-height:1.6}.HowItWorks-module__tSMH5W__stepDark .HowItWorks-module__tSMH5W__stepDesc{color:#94a3b8}.HowItWorks-module__tSMH5W__getStartedBtn{color:var(--white);background:var(--primary-blue);width:100%;transition:background var(--transition-base);border-radius:8px;justify-content:space-between;align-items:center;gap:.375rem;margin-top:auto;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;display:inline-flex}.HowItWorks-module__tSMH5W__getStartedBtn:hover{background:var(--primary-blue-hover)}@media (max-width:1024px){.HowItWorks-module__tSMH5W__stepsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.HowItWorks-module__tSMH5W__howItWorksBox{padding:1.5rem 1rem}.HowItWorks-module__tSMH5W__stepsRow{grid-template-columns:1fr}.HowItWorks-module__tSMH5W__stepsRow:before{display:none}.HowItWorks-module__tSMH5W__step{min-height:auto;padding:1.25rem}.HowItWorks-module__tSMH5W__sectionTitle{font-size:1.25rem}}
.CTABanner-module__jjBxnW__banner{border-radius:0;justify-content:center;align-items:center;margin:0;display:flex;position:relative;overflow:hidden}.CTABanner-module__jjBxnW__bgImage{object-fit:cover;mix-blend-mode:multiply;z-index:1;width:calc(100% + 48px);height:calc(100% + 50px);position:absolute;top:-25px;left:-24px}.CTABanner-module__jjBxnW__inner{z-index:2;text-align:center;padding:5rem 0;position:relative}.CTABanner-module__jjBxnW__title{color:var(--white);letter-spacing:-.01em;font-size:2.5rem;font-weight:500;line-height:1.3}@media (max-width:768px){.CTABanner-module__jjBxnW__title{font-size:1.75rem}}@media (max-width:480px){.CTABanner-module__jjBxnW__title{font-size:1.5rem}}
.Footer-module__S6Hkya__footer{background:var(--navy);color:#ffffffbf;padding-top:3.5rem}.Footer-module__S6Hkya__inner{grid-template-columns:1.2fr .8fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:140px;height:32px;margin-bottom:1rem}.Footer-module__S6Hkya__column{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__columnTitle{color:var(--white);margin-bottom:.375rem;font-size:.875rem;font-weight:600}.Footer-module__S6Hkya__columnTitleSpaced{color:var(--white);margin-top:1.25rem;margin-bottom:.375rem;font-size:.875rem;font-weight:600}.Footer-module__S6Hkya__link{color:#fff9;transition:color var(--transition-fast);font-size:.8125rem;line-height:1.6}.Footer-module__S6Hkya__link:hover{color:var(--white)}.Footer-module__S6Hkya__address{color:#ffffff8c;font-size:.8125rem;line-height:1.6}.Footer-module__S6Hkya__contactItem{color:#fff9;transition:color var(--transition-fast);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Footer-module__S6Hkya__contactItem:hover{color:var(--white)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff1a;padding:1.25rem 0}.Footer-module__S6Hkya__copyright{color:#fff6;text-align:center;font-size:.75rem}@media (max-width:900px){.Footer-module__S6Hkya__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr;gap:1.5rem}}
.AddTenantFlow-module__AJodZa__container{max-width:640px;margin:0 auto;padding:2rem 1.5rem;font-family:inherit}.AddTenantFlow-module__AJodZa__backLink{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;padding:0;font-size:.875rem;text-decoration:none;display:flex}.AddTenantFlow-module__AJodZa__title{color:#1e293b;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.AddTenantFlow-module__AJodZa__linkBanner{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.25rem;display:flex}.AddTenantFlow-module__AJodZa__linkInfo{align-items:center;gap:1rem;display:flex}.AddTenantFlow-module__AJodZa__iconCircle{color:#2563eb;background-color:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AddTenantFlow-module__AJodZa__linkText h4{color:#1e293b;margin:0;font-size:1rem;font-weight:600}.AddTenantFlow-module__AJodZa__linkText p{color:#64748b;margin:.25rem 0 0;font-size:.8125rem}.AddTenantFlow-module__AJodZa__generateBtn{color:#2563eb;cursor:pointer;background-color:#fff;border:1px solid #2563eb;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.AddTenantFlow-module__AJodZa__generateBtn:hover{background-color:#eff6ff}.AddTenantFlow-module__AJodZa__subtitle{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:600;display:flex}.AddTenantFlow-module__AJodZa__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:2rem}.AddTenantFlow-module__AJodZa__formGroup{margin-bottom:1.5rem}.AddTenantFlow-module__AJodZa__label{color:#1e293b;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.AddTenantFlow-module__AJodZa__inputField{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s}.AddTenantFlow-module__AJodZa__inputField:focus{border-color:#2563eb}.AddTenantFlow-module__AJodZa__phoneInputContainer{gap:.5rem;display:flex}.AddTenantFlow-module__AJodZa__countrySelector{color:#1e293b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;min-width:120px;padding:.75rem 1rem;font-size:.9375rem;display:flex}.AddTenantFlow-module__AJodZa__toggleGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.AddTenantFlow-module__AJodZa__toggleBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.AddTenantFlow-module__AJodZa__toggleBtnActive{color:#2563eb;background-color:#eff6ff;border-color:#2563eb}.AddTenantFlow-module__AJodZa__nextBtn{color:#fff;cursor:pointer;opacity:.5;background-color:#8b5cf6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.125rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.AddTenantFlow-module__AJodZa__nextBtnActive{opacity:1;background-color:#94a3b8}.AddTenantFlow-module__AJodZa__nextBtnPrimary{color:#fff;background-color:#93c5fd}.AddTenantFlow-module__AJodZa__nextBtnEnabled{opacity:1;background-color:#2563eb}.AddTenantFlow-module__AJodZa__nextBtnCustom{color:#fff;opacity:1;background-color:#8cadf5}@media (max-width:768px){.AddTenantFlow-module__AJodZa__container{padding:1.5rem 1rem}.AddTenantFlow-module__AJodZa__title{font-size:1.25rem}.AddTenantFlow-module__AJodZa__linkBanner{text-align:center;flex-direction:column;gap:1rem}.AddTenantFlow-module__AJodZa__linkInfo{text-align:center;flex-direction:column}.AddTenantFlow-module__AJodZa__toggleGrid{grid-template-columns:1fr}.AddTenantFlow-module__AJodZa__phoneInputContainer{flex-direction:column}.AddTenantFlow-module__AJodZa__countrySelector{min-width:unset}}@media (max-width:480px){.AddTenantFlow-module__AJodZa__container{padding:1rem .75rem}.AddTenantFlow-module__AJodZa__card{padding:1.25rem}}
.CreateAgreementFlow-module__s1ji3G__container{max-width:640px;margin:0 auto;padding:2rem 1.5rem}.CreateAgreementFlow-module__s1ji3G__backLink{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;padding:0;font-size:.875rem;text-decoration:none;display:flex}.CreateAgreementFlow-module__s1ji3G__title{color:#1e293b;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.CreateAgreementFlow-module__s1ji3G__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:2rem}.CreateAgreementFlow-module__s1ji3G__formGroup{margin-bottom:1.5rem}.CreateAgreementFlow-module__s1ji3G__label{color:#1e293b;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.CreateAgreementFlow-module__s1ji3G__inputField{appearance:none;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:border-color .2s}.CreateAgreementFlow-module__s1ji3G__inputField:focus{border-color:#2563eb}.CreateAgreementFlow-module__s1ji3G__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.CreateAgreementFlow-module__s1ji3G__nextBtn{color:#fff;cursor:pointer;background-color:#93c5fd;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.125rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.CreateAgreementFlow-module__s1ji3G__nextBtnActive{background-color:#2563eb}.CreateAgreementFlow-module__s1ji3G__helperText{color:#94a3b8;margin-top:.5rem;font-size:.75rem}.CreateAgreementFlow-module__s1ji3G__steps{gap:.5rem;margin-bottom:2rem;display:flex}.CreateAgreementFlow-module__s1ji3G__stepDot{background-color:#e2e8f0;border-radius:2px;flex:1;height:4px}.CreateAgreementFlow-module__s1ji3G__stepDotActive{background-color:#2563eb}@media (max-width:768px){.CreateAgreementFlow-module__s1ji3G__container{padding:1.5rem 1rem}.CreateAgreementFlow-module__s1ji3G__title{font-size:1.25rem}.CreateAgreementFlow-module__s1ji3G__grid{grid-template-columns:1fr}.CreateAgreementFlow-module__s1ji3G__card{padding:1.25rem}}@media (max-width:480px){.CreateAgreementFlow-module__s1ji3G__container{padding:1rem .75rem}}
.TenantLeads-module__m__QTq__container{padding:1rem 0}.TenantLeads-module__m__QTq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.TenantLeads-module__m__QTq__title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.TenantLeads-module__m__QTq__filtersRow{align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.TenantLeads-module__m__QTq__filterBtn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.TenantLeads-module__m__QTq__filterBtnActive{color:#2563eb;background-color:#eff6ff;border-color:#2563eb}.TenantLeads-module__m__QTq__leadsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.TenantLeads-module__m__QTq__leadCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.TenantLeads-module__m__QTq__leadHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.TenantLeads-module__m__QTq__tenantName{color:#1e293b;margin:0;font-size:1.125rem;font-weight:600}.TenantLeads-module__m__QTq__timeAgo{color:#94a3b8;font-size:.75rem}.TenantLeads-module__m__QTq__badgeRow{gap:.5rem;margin-bottom:1.25rem;display:flex}.TenantLeads-module__m__QTq__badge{border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.TenantLeads-module__m__QTq__badgeType{color:#475569;background-color:#f1f5f9}.TenantLeads-module__m__QTq__badgeFood{color:#10b981;background-color:#ecfdf5}.TenantLeads-module__m__QTq__propertyRow{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.TenantLeads-module__m__QTq__actionsRow{grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-top:auto;display:grid}.TenantLeads-module__m__QTq__actionBtn{cursor:pointer;color:#475569;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.TenantLeads-module__m__QTq__actionBtn:hover{background-color:#f8fafc}.TenantLeads-module__m__QTq__whatsappBtn{color:#25d366;border-color:#25d366}.TenantLeads-module__m__QTq__whatsappBtn:hover{background-color:#dcfce7}.TenantLeads-module__m__QTq__phoneBtn{color:#3b82f6;border-color:#3b82f6}.TenantLeads-module__m__QTq__phoneBtn:hover{background-color:#eff6ff}.TenantLeads-module__m__QTq__emptyState{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:4rem}@media (max-width:768px){.TenantLeads-module__m__QTq__header{flex-direction:column;align-items:flex-start;gap:1rem}.TenantLeads-module__m__QTq__title{font-size:1.25rem}.TenantLeads-module__m__QTq__filtersRow{gap:.5rem}.TenantLeads-module__m__QTq__leadsGrid,.TenantLeads-module__m__QTq__actionsRow{grid-template-columns:1fr}}@media (max-width:480px){.TenantLeads-module__m__QTq__emptyState{padding:2rem 1rem}.TenantLeads-module__m__QTq__filterBtn{padding:.375rem .875rem;font-size:.8125rem}}
.PropertyList-module__LE_Jua__container{padding:1rem 0}.PropertyList-module__LE_Jua__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.PropertyList-module__LE_Jua__title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.PropertyList-module__LE_Jua__addBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.PropertyList-module__LE_Jua__addBtn:hover{background-color:#1d4ed8}.PropertyList-module__LE_Jua__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.PropertyList-module__LE_Jua__card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.PropertyList-module__LE_Jua__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.PropertyList-module__LE_Jua__imageWrap{height:180px;position:relative}.PropertyList-module__LE_Jua__image{object-fit:cover;width:100%;height:100%}.PropertyList-module__LE_Jua__statusBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:99px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:1rem;left:1rem}.PropertyList-module__LE_Jua__statusDot{background-color:#10b981;border-radius:50%;width:6px;height:6px}.PropertyList-module__LE_Jua__cardBody{padding:1.25rem}.PropertyList-module__LE_Jua__propertyTitle{color:#1e293b;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.4}.PropertyList-module__LE_Jua__address{color:#64748b;align-items:center;gap:.25rem;margin:0 0 1rem;font-size:.875rem;display:flex}.PropertyList-module__LE_Jua__metrics{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.PropertyList-module__LE_Jua__price{color:#1e293b;font-size:1rem;font-weight:700}.PropertyList-module__LE_Jua__stats{color:#94a3b8;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.PropertyList-module__LE_Jua__emptyState{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:5rem 2rem}.PropertyList-module__LE_Jua__emptyIcon{color:#cbd5e1;margin-bottom:1.5rem}.PropertyList-module__LE_Jua__emptyTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PropertyList-module__LE_Jua__emptyText{color:#64748b;margin-bottom:2rem}@media (max-width:768px){.PropertyList-module__LE_Jua__header{flex-direction:column;align-items:flex-start;gap:1rem}.PropertyList-module__LE_Jua__title{font-size:1.25rem}.PropertyList-module__LE_Jua__grid{grid-template-columns:1fr}}@media (max-width:480px){.PropertyList-module__LE_Jua__addBtn{justify-content:center;width:100%}.PropertyList-module__LE_Jua__imageWrap{height:160px}}
.TenantList-module__d1DoEG__container{padding:1rem 0}.TenantList-module__d1DoEG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.TenantList-module__d1DoEG__title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.TenantList-module__d1DoEG__addBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.TenantList-module__d1DoEG__addBtn:hover{background-color:#1d4ed8}.TenantList-module__d1DoEG__tableWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.TenantList-module__d1DoEG__table{border-collapse:collapse;text-align:left;width:100%}.TenantList-module__d1DoEG__table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.TenantList-module__d1DoEG__table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;font-size:.875rem}.TenantList-module__d1DoEG__tenantName{color:#1e293b;font-weight:600}.TenantList-module__d1DoEG__tenantEmail{color:#94a3b8;font-size:.75rem;display:block}.TenantList-module__d1DoEG__badge{border-radius:99px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.TenantList-module__d1DoEG__badgeStatus{color:#10b981;background-color:#ecfdf5}.TenantList-module__d1DoEG__badgeType{color:#475569;background-color:#f1f5f9}.TenantList-module__d1DoEG__actions{gap:.75rem;display:flex}.TenantList-module__d1DoEG__actionBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.TenantList-module__d1DoEG__actionBtn:hover{color:#2563eb}.TenantList-module__d1DoEG__emptyState{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:5rem 2rem}.TenantList-module__d1DoEG__emptyIcon{color:#cbd5e1;margin-bottom:1.5rem}.TenantList-module__d1DoEG__emptyTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.TenantList-module__d1DoEG__emptyText{color:#64748b;margin-bottom:2rem}@media (max-width:768px){.TenantList-module__d1DoEG__header{flex-direction:column;align-items:flex-start;gap:1rem}.TenantList-module__d1DoEG__title{font-size:1.25rem}.TenantList-module__d1DoEG__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.TenantList-module__d1DoEG__table{min-width:600px}.TenantList-module__d1DoEG__table th,.TenantList-module__d1DoEG__table td{padding:.75rem 1rem}}@media (max-width:480px){.TenantList-module__d1DoEG__addBtn{justify-content:center;width:100%}}
.AgreementList-module__1Kwm3G__container{padding:1rem 0}.AgreementList-module__1Kwm3G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.AgreementList-module__1Kwm3G__title{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.AgreementList-module__1Kwm3G__addBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s;display:flex}.AgreementList-module__1Kwm3G__addBtn:hover{background-color:#1d4ed8}.AgreementList-module__1Kwm3G__tableWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.AgreementList-module__1Kwm3G__table{border-collapse:collapse;text-align:left;width:100%}.AgreementList-module__1Kwm3G__table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.AgreementList-module__1Kwm3G__table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;font-size:.875rem}.AgreementList-module__1Kwm3G__propertyTitle{color:#1e293b;font-weight:600;display:block}.AgreementList-module__1Kwm3G__tenantName{color:#64748b;font-size:.75rem}.AgreementList-module__1Kwm3G__rent{font-weight:600}.AgreementList-module__1Kwm3G__badge{text-transform:capitalize;border-radius:99px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.AgreementList-module__1Kwm3G__badgeActive{color:#10b981;background-color:#ecfdf5}.AgreementList-module__1Kwm3G__badgeDraft{color:#ea580c;background-color:#fff7ed}.AgreementList-module__1Kwm3G__badgeExpired{color:#ef4444;background-color:#fef2f2}.AgreementList-module__1Kwm3G__actions{gap:.75rem;display:flex}.AgreementList-module__1Kwm3G__actionBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.AgreementList-module__1Kwm3G__actionBtn:hover{color:#2563eb}.AgreementList-module__1Kwm3G__emptyState{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:5rem 2rem}.AgreementList-module__1Kwm3G__emptyIcon{color:#cbd5e1;margin-bottom:1.5rem}.AgreementList-module__1Kwm3G__emptyTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.AgreementList-module__1Kwm3G__emptyText{color:#64748b;margin-bottom:2rem}@media (max-width:768px){.AgreementList-module__1Kwm3G__header{flex-direction:column;align-items:flex-start;gap:1rem}.AgreementList-module__1Kwm3G__title{font-size:1.25rem}.AgreementList-module__1Kwm3G__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.AgreementList-module__1Kwm3G__table{min-width:600px}.AgreementList-module__1Kwm3G__table th,.AgreementList-module__1Kwm3G__table td{padding:.75rem 1rem}}@media (max-width:480px){.AgreementList-module__1Kwm3G__addBtn{justify-content:center;width:100%}}
