.FAQ_section__AblqS{background:#f8f9fa}.FAQ_title__a_N1k{font-size:3rem;color:#0d4a34;text-align:center;margin-bottom:4rem}.FAQ_item__JHoCl{background:white;margin-bottom:1rem;border-radius:12px;cursor:pointer;overflow:hidden}.FAQ_question__KVX9z{padding:1.5rem;font-weight:600;display:flex;justify-content:space-between}.FAQ_answer__Zehdp{padding:0 1.5rem 1.5rem;color:#666}.Header_header__MvnS2{position:fixed;top:0;left:0;width:100%;background:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--primary-dark);padding:1rem 0}.Header_header__MvnS2.Header_minimal__7D_79{position:relative;box-shadow:none;border-bottom:none;background:transparent;padding:2.5rem 0}.Header_backLink__i2u2B{color:var(--primary);text-decoration:none;font-weight:700;display:flex;align-items:center;gap:.6rem;font-size:1rem;transition:opacity .2s}.Header_backLink__i2u2B:hover{opacity:.7}.Header_backLink__i2u2B span{font-size:1.4rem}.Header_headerContainer__Ikh3t{justify-content:space-between}.Header_headerContainer__Ikh3t,.Header_logo__j7oID a{display:flex;align-items:center}.Header_logoImg__NIVuW{height:40px;width:auto;display:block}.Header_nav__EE71E{display:flex;gap:2rem}.Header_nav__EE71E a{font-weight:500;color:var(--bg-white);transition:var(--transition)}.Header_nav__EE71E a:hover{color:var(--secondary)}.Header_actions__AFxTd{display:flex;align-items:center;gap:1.5rem}.Header_loginBtn__uNfvJ{font-weight:600;color:var(--bg-white);border:none;background:transparent;cursor:pointer;transition:var(--transition)}.Header_loginBtn__uNfvJ:hover{color:var(--secondary)}.Header_getStartedBtn__w5JTQ{font-size:.9rem;white-space:nowrap}@media (max-width:900px){.Header_nav__EE71E{display:none}}@media (max-width:600px){.Header_header__MvnS2{padding:.8rem 0}.Header_headerContainer__Ikh3t{gap:1rem}.Header_logoImg__NIVuW{height:32px}.Header_actions__AFxTd{gap:.8rem}.Header_loginBtn__uNfvJ{font-size:.85rem}.Header_getStartedBtn__w5JTQ{padding:.6rem 1rem;font-size:.8rem}}.Modal_overlay__cza8g{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;justify-content:flex-end;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Modal_overlay__cza8g.Modal_center__6ZNEi{justify-content:center;align-items:center}.Modal_modal__BlcpV{background:white;padding:1.8rem;width:100%;max-width:550px;height:100%;position:relative;box-shadow:-10px 0 30px rgba(0,0,0,.1);animation:Modal_slideInRight__z6g37 .4s cubic-bezier(.16,1,.3,1);overflow-y:auto;border-top-left-radius:24px;border-bottom-left-radius:24px}.Modal_modal__BlcpV.Modal_alert__aZWkI{height:auto;min-height:auto;width:90%;max-width:480px;border-radius:16px;padding:1.5rem;animation:Modal_popIn__gq9t9 .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes Modal_slideInRight__z6g37{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Modal_slideInUp__15jbz{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Modal_popIn__gq9t9{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.Modal_closeBtn__auQSX{position:absolute;top:1.2rem;right:1.2rem;font-size:1.25rem;color:#64748b;cursor:pointer;background:none;border:none;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s;z-index:10}.Modal_closeBtn__auQSX:hover{color:#000}.Modal_title__JXUjh{color:#000;margin-bottom:1.5rem;text-align:left;font-size:1.2rem;font-weight:700}.Modal_content__I_pH0{display:flex;flex-direction:column;gap:1rem}.Modal_formGroup__buOSP{display:flex;flex-direction:column;gap:.5rem}.Modal_formGroup__buOSP label{font-weight:700;font-size:.85rem;color:#000}.Modal_formGroup__buOSP input{padding:.8rem 1rem;border:1.5px solid #cbd5e1;border-radius:10px;font-size:.9rem;font-family:inherit;transition:border-color .2s}.Modal_formGroup__buOSP input:focus{outline:none;border-color:var(--secondary)}.Modal_passwordWrapper__y92AD{position:relative;display:flex;flex-direction:column}.Modal_eyeBtn__5L84C{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#64748b;cursor:pointer;font-size:.95rem;line-height:1;background:none;border:none;padding:.35rem;display:flex;align-items:center;justify-content:center}.Modal_eyeBtn__5L84C:hover{color:#0f172a}.Modal_eyeBtn__5L84C:focus-visible{outline:2px solid var(--secondary);outline-offset:2px;border-radius:4px}.Modal_submitBtn__ETRhn{background:#0B1E3F;color:white;border:none;padding:.9rem;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;margin-top:.5rem;transition:background .2s}.Modal_submitBtn__ETRhn:hover{background:#0a4632}.Modal_switchBtn__KmPnm{background:white;border:1px solid #e2e8f0;padding:.8rem;border-radius:10px;font-weight:700;color:#000;cursor:pointer;margin-top:.5rem;font-size:.9rem;transition:background .2s}.Modal_switchBtn__KmPnm:hover{background:#f8fafc}.Modal_forgotLink__W6z5q{color:#64748b;text-align:center;font-weight:600;text-decoration:none;font-size:.85rem;margin:.5rem 0}.Modal_alertActions__0ssmS{display:flex;gap:1rem;margin-top:1rem}.Modal_confirmBtn__vG8q7{background:#ef4444;color:white;border:none;border-radius:8px}.Modal_cancelBtn__1rKGB,.Modal_confirmBtn__vG8q7{flex:1 1;padding:.8rem;font-weight:700;cursor:pointer}.Modal_cancelBtn__1rKGB{background:white;border:1.5px solid #e2e8f0;color:#64748b;border-radius:8px}@media (max-width:550px){.Modal_modal__BlcpV{max-width:100%;border-radius:0}}.DashboardStats_statsGrid__D_Iv2{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:1.5rem}.DashboardStats_statCard__c_zf2{background:white;padding:1.5rem;border-radius:16px;border:1.5px solid #eef2f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.DashboardStats_header__L99Qn{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.DashboardStats_titleGroup__M4qTK{display:flex;align-items:center;gap:.8rem}.DashboardStats_icon__KXZ7I{font-size:1.2rem;color:#CCA425}.DashboardStats_title___d1uo{font-size:1rem;font-weight:700;color:#0f172a}.DashboardStats_actionBtn__4cgx6{background:transparent;border:none;color:#CCA425;font-weight:600;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.3rem}.DashboardStats_value__c8fx6{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:.4rem}.DashboardStats_subtitle__c_ksa{font-size:.85rem;color:#64748b;font-weight:500}@media (max-width:1000px){.DashboardStats_statsGrid__D_Iv2{grid-template-columns:1fr 1fr}}@media (max-width:600px){.DashboardStats_statsGrid__D_Iv2{grid-template-columns:1fr}}.DashboardActions_actionsContainer__NJgaM{background:white;padding:2.5rem;border-radius:16px;border:1.5px solid #eef2f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);margin-top:1.5rem}.DashboardActions_header__s9fsZ{margin-bottom:2.5rem}.DashboardActions_title__k_pWq{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.DashboardActions_subtitle__epKzK{color:#64748b;font-size:1.05rem;line-height:1.6}.DashboardActions_btnGrid__WrZaz{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.DashboardActions_actionBtn__hpxOK{padding:1.1rem;border-radius:10px;border:none;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;cursor:pointer;transition:opacity .2s}.DashboardActions_actionBtn__hpxOK:hover{opacity:.9}.DashboardActions_primary__3Fzq5{background:#0B1E3F;color:white}.DashboardActions_secondary__HoahD{background:#CCA425;color:white}@media (max-width:800px){.DashboardActions_btnGrid__WrZaz{grid-template-columns:1fr}}.DashboardTransactions_container__gLF0X{background:white;padding:2.5rem;border-radius:16px;border:1.5px solid #eef2f6;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.DashboardTransactions_header___k3F6{margin-bottom:2rem}.DashboardTransactions_title__iGqWM{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.DashboardTransactions_subtitle__Xfms7{color:#64748b;font-size:1.05rem}.DashboardTransactions_emptyState__15nQ1{padding:4rem 0;text-align:left;color:#64748b;font-size:1.1rem;font-weight:500;border-top:1px solid #f1f5f9}.Hero_hero__T3Fr4{padding:10rem 0 5rem;background:white;min-height:80vh;display:flex;align-items:center}.Hero_heroContainer__9p4e5{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.Hero_heroContent__LGzYr{display:flex;flex-direction:column;gap:2rem}.Hero_title__Bn2TU{font-size:4.2rem;font-weight:800;color:#0f172a;line-height:1.1;margin:0}.Hero_description__ycmJd{font-size:1.25rem;line-height:1.8;color:#475569;font-weight:500;max-width:550px}.Hero_cta__bvnbU{background:#0B1E3F;color:white;padding:1.2rem 2.5rem;border-radius:10px;font-weight:700;font-size:1.1rem;width:fit-content;text-decoration:none}.Hero_imageBox__dMikK{width:100%;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.1)}.Hero_heroImg__q14AZ{width:100%;height:auto;display:block}.Hero_nowrapWeb__jK_Gr{white-space:nowrap}.Hero_webBreak__yyfrl{display:block}@media (max-width:1100px){.Hero_heroContainer__9p4e5{grid-template-columns:1fr;text-align:left;gap:3rem}.Hero_title__Bn2TU{font-size:3.2rem}}@media (max-width:600px){.Hero_webBreak__yyfrl{display:none}.Hero_nowrapWeb__jK_Gr{white-space:normal}.Hero_heroContainer__9p4e5{display:flex;flex-direction:column;gap:2rem}.Hero_heroContent__LGzYr{order:1}.Hero_heroImageContainer__hCIjC{order:2;width:100%}.Hero_title__Bn2TU{font-size:2.2rem}.Hero_description__ycmJd{font-size:1rem}.Hero_hero__T3Fr4{padding-top:6rem;padding-bottom:3rem}}.WhyChooseUs_whySection__epDkI{padding:8rem 0;background:white;text-align:center}.WhyChooseUs_topIconGroup__bpIW9{margin-bottom:2rem;display:flex;justify-content:center}.WhyChooseUs_mainIcon__f9mdD{width:80px;height:80px;background:#CCA425;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.WhyChooseUs_heart__pHK2w{font-size:1.8rem;color:white}.WhyChooseUs_dot__C0FFz{position:absolute;top:5px;right:5px;width:18px;height:18px;background:#0B1E3F;border:3px solid white;border-radius:50%}.WhyChooseUs_title__HXcUe{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.WhyChooseUs_subtitle__3SzB7{font-size:1.25rem;color:#64748b;margin-bottom:5rem}.WhyChooseUs_grid__Yd6c0{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.WhyChooseUs_card__mlFbl{padding:3.5rem 2rem;border:2px solid #cca425;border-radius:20px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.WhyChooseUs_card__mlFbl:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(255,161,0,.1)}.WhyChooseUs_cardIcon__5vUgd{width:60px;height:60px;background:#0B1E3F;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:2rem}.WhyChooseUs_cardTitle__Cm91b{color:#CCA425;font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}.WhyChooseUs_cardDesc__JvC8W{color:#475569;font-size:.95rem;line-height:1.6;font-weight:500}@media (max-width:1100px){.WhyChooseUs_grid__Yd6c0{grid-template-columns:1fr 1fr}}@media (max-width:600px){.WhyChooseUs_grid__Yd6c0{grid-template-columns:1fr}.WhyChooseUs_title__HXcUe{font-size:2.5rem}}.PropertyCard_card___whh0{text-decoration:none;color:inherit;display:block;background:white;border-radius:24px;overflow:hidden;border:1.5px solid #f1f5f9;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:transform .3s ease}.PropertyCard_card___whh0:hover{transform:translateY(-8px)}.PropertyCard_imageContainer__9gv4F{height:250px;position:relative}.PropertyCard_locationBadge___FksN{position:absolute;top:1rem;left:1rem;background:#0B1E3F;color:white;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;z-index:10}.PropertyCard_content__tMZb7{padding:2rem;display:flex;flex-direction:column}.PropertyCard_title__9S_is{font-size:1.5rem;font-weight:800;color:#000;margin-bottom:.8rem}.PropertyCard_address__7i67i{margin-bottom:1rem}.PropertyCard_address__7i67i,.PropertyCard_docs__gCsmG{font-size:.95rem;color:#64748b;display:flex;align-items:center;gap:.6rem;font-weight:500}.PropertyCard_docs__gCsmG{margin-bottom:1.5rem}.PropertyCard_depositBadge__ZamhG{background:#9900cc;color:white;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:700;width:fit-content;margin-bottom:1.5rem}.PropertyCard_paymentBox__CtmUp{background:#f8fafc;padding:1.2rem;border-radius:12px;font-size:.95rem;color:#000;font-weight:700;margin-bottom:2rem}.PropertyCard_paymentBox__CtmUp span{color:#64748b;font-weight:500}.PropertyCard_investBtn__N4tGb{background:#CCA425;color:white;text-align:center;padding:1.1rem;border-radius:12px;font-weight:800;font-size:1.1rem;text-decoration:none;transition:opacity .2s}.PropertyCard_investBtn__N4tGb:hover{opacity:.9}.UnitGrid_grid__RPn84{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}@media (max-width:1024px){.UnitGrid_grid__RPn84{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.UnitGrid_grid__RPn84{grid-template-columns:1fr}}.admin_adminAuthWrap__3paYT{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef6f2);display:grid;place-items:center;padding:2rem 1rem}.admin_authCard__FHKoH{width:100%;max-width:520px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.5rem;box-shadow:0 20px 45px -30px rgba(15,23,42,.3)}.admin_brand__X7pwC{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.admin_brand__X7pwC img{width:34px;height:34px;object-fit:contain}.admin_brand__X7pwC strong{font-size:1rem;color:#0B1E3F}.admin_subtle__5E0z9{color:#64748b;font-size:.9rem}.admin_authTitle__CgXtM{font-size:1.6rem;color:#0f172a;margin-bottom:.3rem}.admin_authForm__GXiUQ{display:flex;flex-direction:column;gap:.9rem;margin-top:1.2rem}.admin_otpRow__P0z2G{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}.admin_otpInput__Y_SFk{width:100%;height:54px;border:1px solid #cbd5e1;border-radius:12px;text-align:center;font-size:1.2rem;font-weight:800;color:#0f172a}.admin_otpInput__Y_SFk:focus{outline:none;border-color:#0B1E3F;box-shadow:0 0 0 3px rgba(13,87,63,.14)}.admin_formRow__zdpOv{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.admin_field__K_eKt{display:flex;flex-direction:column;gap:.35rem}.admin_field__K_eKt label{font-size:.82rem;font-weight:700;color:#0f172a}.admin_field__K_eKt input,.admin_field__K_eKt select,.admin_field__K_eKt textarea{border:1px solid #cbd5e1;border-radius:10px;padding:.75rem .85rem;font-size:.9rem;font-family:inherit}.admin_field__K_eKt textarea{min-height:96px;resize:vertical}.admin_field__K_eKt input:focus,.admin_field__K_eKt select:focus,.admin_field__K_eKt textarea:focus{outline:none;border-color:#0B1E3F}.admin_primaryBtn__sLq2_{background:#CCA425;color:#fff;font-weight:800;border-radius:10px;padding:.8rem 1rem;border:none}.admin_secondaryBtn__9fBdX{background:#fff;color:#0f172a;border:1px solid #d1d5db;font-weight:700;border-radius:10px;padding:.75rem 1rem}.admin_linkLine__y18go{margin-top:.5rem;text-align:center;font-size:.86rem;color:#64748b}.admin_linkLine__y18go a{color:#0B1E3F;font-weight:700}.admin_adminShell__uiBg4{min-height:100vh;background:#f8fafc;display:grid;grid-template-columns:260px 1fr}.admin_sidebar__mXGAh{background:#0f172a;color:#cbd5e1;border-right:1px solid rgba(255,255,255,.08);padding:1rem}.admin_sidebarBrand__oXNhI{display:flex;align-items:center;gap:.65rem;padding:.4rem .45rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.admin_sidebarBrand__oXNhI img{width:30px;height:30px;object-fit:contain}.admin_sidebarBrand__oXNhI strong{color:#fff;font-size:.95rem}.admin_sidebarNav__WZtZQ{display:flex;flex-direction:column;gap:.3rem}.admin_sidebarNav__WZtZQ a{padding:.68rem .72rem;border-radius:10px;font-size:.9rem;color:#cbd5e1}.admin_sidebarNav__WZtZQ .admin_active__3D2D6,.admin_sidebarNav__WZtZQ a:hover{background:rgba(13,87,63,.35);color:#fff}.admin_shellMain__m8mU2{display:flex;flex-direction:column}.admin_topbar__5YbIF{height:70px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem}.admin_topbar__5YbIF h1{font-size:1rem;color:#0f172a}.admin_adminBadge__gCrrc{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:800;background:#ecfdf5;color:#0B1E3F}.admin_pageWrap__rz9xZ{padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.admin_pageHeader__KzEWi{display:flex;justify-content:space-between;align-items:center}.admin_pageHeader__KzEWi h2{font-size:1.2rem;color:#0f172a}.admin_statsGrid__wDvIu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.admin_statCard__x3Xg1{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.9rem}.admin_statCard__x3Xg1 p{font-size:.8rem;color:#64748b}.admin_statCard__x3Xg1 strong{margin-top:.35rem;display:block;font-size:1.2rem;color:#0f172a}.admin_panel__e2Yau{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.9rem}.admin_panel__e2Yau h3{font-size:.95rem;margin-bottom:.7rem;color:#0f172a}.admin_tableWrap__nezar{overflow-x:auto}.admin_table__Wi_BD{width:100%;border-collapse:collapse}.admin_table__Wi_BD td,.admin_table__Wi_BD th{font-size:.84rem;text-align:left;padding:.65rem .45rem;border-bottom:1px solid #f1f5f9;white-space:nowrap}.admin_table__Wi_BD th{color:#64748b;font-weight:700}.admin_table__Wi_BD td{color:#0f172a}.admin_status__QOVm_{padding:.25rem .5rem;border-radius:999px;font-size:.72rem;font-weight:800}.admin_ok___TSQR{background:#ecfdf5;color:#0B1E3F}.admin_warn__Y0OD_{background:#fff7ed;color:#c2410c}.admin_bad__VcSLS{background:#fef2f2;color:#b91c1c}.admin_split__pFlNB{display:grid;grid-template-columns:1.4fr 1fr;gap:.9rem}@media (max-width:1100px){.admin_adminShell__uiBg4{grid-template-columns:1fr}.admin_sidebar__mXGAh{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.admin_statsGrid__wDvIu{grid-template-columns:repeat(2,minmax(0,1fr))}.admin_split__pFlNB{grid-template-columns:1fr}}@media (max-width:680px){.admin_formRow__zdpOv{grid-template-columns:1fr}.admin_otpRow__P0z2G{gap:.35rem}.admin_otpInput__Y_SFk{height:48px;font-size:1.05rem}.admin_statsGrid__wDvIu{grid-template-columns:1fr}}.admin_userDetailBack__DFHS6{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:700;color:#0B1E3F;margin-bottom:1rem;text-decoration:none}.admin_userDetailBack__DFHS6:hover{text-decoration:underline}.admin_userDetailHero__xTePa{background:linear-gradient(135deg,#0B1E3F,#122037 52%,#0f172a);color:#fff;border-radius:20px;padding:1.75rem 1.5rem;margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:1.25rem;box-shadow:0 14px 44px -18px rgba(13,87,63,.5)}.admin_userDetailAvatar__g1PGU{width:76px;height:76px;border-radius:18px;background:#CCA425;color:#0f172a;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin_userDetailHeroBody__latsJ{flex:1 1;min-width:0}.admin_userDetailName___xH4R{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:.35rem}.admin_userDetailEmail__RXoXg{font-size:.92rem;opacity:.9;margin-bottom:.85rem;word-break:break-all}.admin_userDetailBadges__2tIWa{display:flex;flex-wrap:wrap;gap:.5rem}.admin_userDetailBadge__Q6GTv{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:capitalize}.admin_userDetailBadgeRole__WZO2g{background:rgba(255,255,255,.18);color:#fff}.admin_userDetailBadgeVerified__HcjOp{background:rgba(52,211,153,.35);color:#ecfdf5}.admin_userDetailBadgeUnverified__Rmy4F{background:rgba(251,191,36,.4);color:#fffbeb}.admin_userDetailSectionTitle__go9HE{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.85rem}.admin_userDetailFields__jdpOc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin_userDetailField__UDZmb{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem}.admin_userDetailFieldLabel__ugi8A{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.35rem}.admin_userDetailFieldValue__ILHIL{font-size:.95rem;font-weight:700;color:#0f172a;word-break:break-word}.admin_userDetailFieldValueMono__B6jMV{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;font-weight:600;color:#475569;line-height:1.4}.admin_userDetailPortfolioMini__v_ug0{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin_userDetailMini__uMbLx{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;padding:.85rem;text-align:center}.admin_userDetailMiniLabel__hM_2_{font-size:.68rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.admin_userDetailMiniValue__bT_L9{font-size:1rem;font-weight:800;color:#0B1E3F}.admin_userDetailEmpty__C1Heb{text-align:center;padding:1.5rem;color:#64748b;font-size:.9rem;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5e1}.admin_userDetailPref__UsHC2{display:flex;flex-wrap:wrap;gap:.75rem}.admin_userDetailPrefItem__s6cK1{flex:1 1;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin_userDetailPrefLabel__XjzHy{font-size:.88rem;font-weight:600;color:#334155}.admin_userDetailPrefState__t9yAL{font-size:.72rem;font-weight:800;padding:.3rem .55rem;border-radius:8px}.admin_userDetailPrefOn__YCMqz{background:#ecfdf5;color:#0B1E3F}.admin_userDetailPrefOff__E_9hH{background:#f1f5f9;color:#64748b}@media (min-width:700px){.admin_userDetailPortfolioMini__v_ug0{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.admin_userDetailFields__jdpOc{grid-template-columns:1fr}.admin_userDetailHero__xTePa{flex-direction:column;align-items:center;text-align:center}.admin_userDetailBadges__2tIWa{justify-content:center}}.PropertyCardSkeleton_card__D6ap6{display:block;background:white;border-radius:24px;overflow:hidden;border:1.5px solid #f1f5f9;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.PropertyCardSkeleton_image__jxayR{height:250px;width:100%}.PropertyCardSkeleton_content__abKrX{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.PropertyCardSkeleton_titleLine__hhisB{height:1.35rem;width:78%;border-radius:8px}.PropertyCardSkeleton_addressLine__DBRKU{height:.95rem;width:92%;border-radius:6px}.PropertyCardSkeleton_docsLine__SFLfs{height:.95rem;width:55%;border-radius:6px}.PropertyCardSkeleton_badgeLine__JuPvO{height:2.25rem;width:11rem;border-radius:50px}.PropertyCardSkeleton_paymentLine__OIjq2{height:3.5rem;width:100%;border-radius:12px}.PropertyCardSkeleton_ctaLine__wUWJl{height:3.25rem;width:100%;border-radius:12px}@keyframes shimmer_shimmerMove__FjKPW{0%{background-position:200% 0}to{background-position:-200% 0}}.shimmer_block__UeZpI{background:linear-gradient(90deg,#eef2f6,#f8fafc 40%,#e2e8f0 60%,#eef2f6);background-size:200% 100%;animation:shimmer_shimmerMove__FjKPW 1.35s ease-in-out infinite}.dashboard_propertyGrid__D0TbD{position:relative;margin-top:2rem}.dashboard_cardsWrapper__UUsIE{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.dashboard_navBtn__PsCaX{position:absolute;top:50%;left:-20px;transform:translateY(-50%);width:45px;height:45px;background:#ffedd5;color:#CCA425;border:none;border-radius:50%;font-size:1.2rem;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(255,161,0,.2)}.dashboard_dots__DWyR_{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dashboard_dot__6L_4W{width:8px;height:8px;border-radius:50%;background:#e2e8f0}.dashboard_dot__6L_4W.dashboard_active__kiHu6{background:#CCA425;width:10px;height:10px}@media (max-width:1000px){.dashboard_cardsWrapper__UUsIE{grid-template-columns:1fr 1fr}}@media (max-width:600px){.dashboard_cardsWrapper__UUsIE{grid-template-columns:1fr}}.PropertySection_title__0Y2F6{font-size:3.5rem;font-weight:800;color:#000;margin-bottom:1.5rem}.PropertySection_subtitle__YroD8{font-size:1.2rem;color:#64748b;max-width:700px;margin-bottom:5rem;line-height:1.6}.PropertySection_grid__eWrb9{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1000px){.PropertySection_grid__eWrb9{grid-template-columns:1fr 1fr}}@media (max-width:600px){.PropertySection_grid__eWrb9{grid-template-columns:1fr}}.CTASection_ctaSection__fR4w9{padding:8rem 0;background:white}.CTASection_title__9_D4H{font-size:3.5rem;font-weight:800;color:#000;margin-bottom:1.5rem;line-height:1.1}.CTASection_subtitle__yhWVp{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:800px;margin-inline:auto}.CTASection_plans__cvrLN{display:flex;justify-content:center;gap:3rem;margin-bottom:4rem;flex-wrap:wrap}.CTASection_planItem__dSawp{display:flex;align-items:center;gap:.8rem;font-weight:700;font-size:1.1rem;color:#000}.CTASection_checkIcon__E1IPT{width:28px;height:28px;background:var(--primary);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.CTASection_greenCheck__MxNeX{background:var(--secondary)}.CTASection_actions__cVa8v{display:flex;justify-content:center;gap:1.5rem}.CTASection_buyBtn__U3A0O,.CTASection_talkBtn__mcEY7{padding:1.2rem 3rem;font-size:1.1rem}.CTASection_talkBtn__mcEY7{background:white;color:var(--primary);border:1.5px solid var(--primary)}.CTASection_talkBtn__mcEY7:hover{background:var(--bg-offwhite);transform:translateY(-2px)}@media (max-width:768px){.CTASection_title__9_D4H{font-size:2.5rem}.CTASection_plans__cvrLN{gap:1.5rem}}.CashflowSection_introSection__mV2rv{background:white;padding:5rem 0}.CashflowSection_flexContainer___sLcS{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.CashflowSection_content__kQlvq{display:flex;flex-direction:column;gap:2.5rem;align-items:flex-start}.CashflowSection_introText__5D9qq{font-size:1.25rem;line-height:1.8;color:#475569;font-weight:500}.CashflowSection_imageBox__31OmZ{width:100%}.CashflowSection_placeholderImage__cvoX5{width:100%;aspect-ratio:1.2/1;background:#f1f5f9;border-radius:32px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.05)}.CashflowSection_placeholderImage__cvoX5 img{width:100%;height:100%;object-fit:cover}.CashflowSection_headingSection__U64iA{padding:6rem 0 4rem;background:white}.CashflowSection_mainHeading__EKb9P{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.CashflowSection_subHeading__qYNKm{font-size:1.2rem;color:#64748b;max-width:800px;margin-inline:auto;line-height:1.6}@media (max-width:900px){.CashflowSection_flexContainer___sLcS{grid-template-columns:1fr;gap:3rem}.CashflowSection_mainHeading__EKb9P{font-size:2.5rem}}.PropertyDetailSkeleton_topGrid__yXUQq{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start;margin-bottom:2rem}@media (max-width:960px){.PropertyDetailSkeleton_topGrid__yXUQq{grid-template-columns:1fr}}