@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--primary:#1b3a5c;--primary-hover:#234d78;--primary-light:#1b3a5c17;--primary-foreground:#f8fafc;--accent:#b8722a;--accent-hover:#9f6224;--accent-light:#b8722a1a;--accent-foreground:#fffaf2;--background:#f7f4ee;--surface:#fffdf8eb;--surface-elevated:#fff;--surface-muted:#f0ece3;--surface-strong:#e8e1d4;--foreground:#172033;--foreground-muted:#52607a;--foreground-soft:#70809a;--foreground-placeholder:#a8b4c8;--success:#2d7a56;--success-soft:#e8f4ed;--warning:#b07918;--warning-soft:#fef4dd;--error:#b04040;--error-soft:#fdecec;--info:#3268a0;--info-soft:#eaf2fb;--type-flat:#3268a0;--type-flat-bg:#3268a01a;--type-plot:#8b5e3c;--type-plot-bg:#8b5e3c1f;--type-villa:#2d7a56;--type-villa-bg:#2d7a561a;--type-house:#1b3a5c;--type-house-bg:#1b3a5c1a;--type-farm:#5a7a2d;--type-farm-bg:#5a7a2d1a;--type-office:#6b3fa0;--type-office-bg:#6b3fa01a;--type-retail:#a04030;--type-retail-bg:#a040301a;--border:#7c6c4e29;--border-strong:#69583847;--ring:#1b3a5c52;--shadow-sm:0 2px 8px #1720330f;--shadow-md:0 8px 24px #17203317;--shadow-lg:0 20px 60px #17203321;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;color:var(--foreground);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#d8c39a66,#0000 28%),radial-gradient(circle at 88% 12%,#1b3a5c26,#0000 24%),linear-gradient(#fbf8f1 0%,#f3eee3 100%);font-family:Manrope,Inter,system-ui,-apple-system,sans-serif;font-weight:500;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{width:100%;min-height:100vh;color:var(--foreground);margin:0}body.menu-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--ring);outline-offset:2px;border-radius:var(--radius-md)}#root{width:100%;min-height:100vh}.app-surface-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.page-shell{flex-direction:column;gap:1.25rem;display:flex}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.4rem 1.5rem;display:flex}.page-header-copy{max-width:720px}.page-eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin:0 0 .5rem;font-size:.74rem;font-weight:800}.page-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.page-title-row h1{letter-spacing:-.025em;margin:0;font-size:clamp(1.55rem,2vw,2rem);line-height:1.08}.page-description{color:var(--foreground-muted);max-width:62ch;margin:.6rem 0 0;font-size:.94rem}.page-header-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.stat-pill{border-radius:var(--radius-full);background:var(--surface-muted);border:1px solid var(--border);color:var(--foreground-muted);align-items:center;gap:.45rem;padding:.42rem .8rem;font-size:.84rem;font-weight:700;display:inline-flex}.btn-primary,.btn-secondary,.btn-ghost{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.78rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, #234d78 100%);color:var(--primary-foreground);box-shadow:0 4px 14px #1b3a5c38}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 22px #1b3a5c47}.btn-secondary{background:var(--accent-light);color:var(--accent);border-color:#b8722a42}.btn-secondary:hover{background:#b8722a29;transform:translateY(-1px)}.btn-ghost{border-color:var(--border);color:var(--foreground);background:#ffffffd1}.btn-ghost:hover{border-color:var(--border-strong);background:#fffffff5;transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled,.btn-ghost:disabled{opacity:.6;cursor:wait;box-shadow:none;transform:none}.section-grid{gap:1.25rem;display:grid}.two-column-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.9fr)}.panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.panel-header h2,.panel-header h3{letter-spacing:-.02em;margin:0;font-size:1.08rem}.panel-header p{color:var(--foreground-muted);margin:.28rem 0 0;font-size:.88rem}.section-stack{flex-direction:column;gap:1rem;display:flex}.field-grid{gap:1rem;display:grid}.field-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.input-shell{flex-direction:column;gap:.42rem;display:flex}.input-shell label{color:var(--foreground);font-size:.86rem;font-weight:700}.input-shell input,.input-shell select,.input-shell textarea{border-radius:var(--radius-md);border:1px solid var(--border);width:100%;min-height:48px;color:var(--foreground);background:#ffffffe6;padding:.82rem 1rem;transition:border-color .15s,box-shadow .15s}.input-shell textarea{resize:vertical;min-height:108px}.input-shell input:hover,.input-shell select:hover,.input-shell textarea:hover{border-color:var(--border-strong)}.input-shell input:focus,.input-shell select:focus,.input-shell textarea:focus{border-color:#1b3a5c80;outline:none;box-shadow:0 0 0 3px #1b3a5c1a}.input-shell input::placeholder,.input-shell textarea::placeholder{color:var(--foreground-placeholder)}.helper-text{color:var(--foreground-soft);font-size:.83rem}.segmented-control{border-radius:var(--radius-lg);background:var(--surface-muted);border:1px solid var(--border);gap:.3rem;padding:.28rem;display:inline-flex}.segmented-control button{min-height:40px;color:var(--foreground-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:13px;flex:1;padding:.58rem .9rem;font-size:.87rem;font-weight:700;transition:background-color .15s,color .15s,box-shadow .15s}.segmented-control button.active{background:var(--surface-elevated);color:var(--foreground);box-shadow:0 2px 8px #17203314}.badge{border-radius:var(--radius-full);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.32rem;min-height:26px;padding:.28rem .62rem;font-size:.76rem;font-weight:800;display:inline-flex}.badge-neutral{background:var(--surface-muted);color:var(--foreground-muted)}.badge-primary{background:var(--primary-light);color:var(--primary)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-error{background:var(--error-soft);color:var(--error)}.badge-info{background:var(--info-soft);color:var(--info)}.state-card{border-radius:var(--radius-lg);border:1px solid var(--border);color:var(--foreground-muted);background:#ffffffb3;padding:.95rem 1.15rem;font-size:.91rem}.state-card.error{background:var(--error-soft);color:var(--error);border-color:#b0404033}.state-card.success{background:var(--success-soft);color:var(--success);border-color:#2d7a5633}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2.5rem 1.5rem;display:flex}.empty-state-icon{border-radius:var(--radius-lg);background:var(--surface-muted);width:52px;height:52px;color:var(--foreground-soft);justify-content:center;align-items:center;margin-bottom:.2rem;display:inline-flex}.empty-state h3{color:var(--foreground);margin:0;font-size:1rem}.empty-state p{color:var(--foreground-muted);max-width:34ch;margin:0;font-size:.88rem}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.stat-block{padding:1.3rem;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.stat-block:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-block:after{content:"";pointer-events:none;background:radial-gradient(circle,#d8c39a33,#0000 70%);border-radius:50%;width:96px;height:96px;position:absolute;inset:auto -24px -28px auto}.stat-icon-wrap{border-radius:var(--radius-md);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.85rem;display:inline-flex}.stat-block h3{color:var(--foreground-muted);margin:0;font-size:.86rem;font-weight:600}.stat-value{color:var(--foreground);letter-spacing:-.03em;margin-top:.38rem;font-size:clamp(1.3rem,2vw,1.85rem);font-weight:800;line-height:1.1;display:block}.stat-note{color:var(--foreground-soft);margin-top:.38rem;font-size:.81rem;display:block}.list-stack{flex-direction:column;gap:.7rem;display:flex}.list-row{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(#fff 0%,#fdfaf5 100%);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.list-row:hover{border-color:#7c6c4e3d;transform:translateY(-1px);box-shadow:0 6px 18px #17203312}.list-row-main{align-items:center;gap:.85rem;min-width:0;display:flex}.list-row-avatar{border-radius:var(--radius-md);width:46px;height:46px;color:var(--primary);background:linear-gradient(135deg,#1b3a5c1a,#b8722a1a);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.list-row-avatar[data-type=flat]{background:var(--type-flat-bg);color:var(--type-flat)}.list-row-avatar[data-type=plot]{background:var(--type-plot-bg);color:var(--type-plot)}.list-row-avatar[data-type=villa]{background:var(--type-villa-bg);color:var(--type-villa)}.list-row-avatar[data-type=house]{background:var(--type-house-bg);color:var(--type-house)}.list-row-avatar[data-type=farm_land]{background:var(--type-farm-bg);color:var(--type-farm)}.list-row-avatar[data-type=office]{background:var(--type-office-bg);color:var(--type-office)}.list-row-avatar[data-type=retail]{background:var(--type-retail-bg);color:var(--type-retail)}.list-row-title{color:var(--foreground);margin:0;font-size:.95rem;font-weight:700}.list-row-subtitle,.list-row-meta{color:var(--foreground-muted);margin:.22rem 0 0;font-size:.86rem}.list-row-subtitle{align-items:center;gap:.3rem;display:inline-flex}.list-row-side{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.38rem;display:flex}.price-text{color:var(--success);font-size:.98rem;font-weight:800}.appreciation-chip{border-radius:var(--radius-full);align-items:center;gap:.28rem;padding:.26rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}.appreciation-chip.positive{background:var(--success-soft);color:var(--success)}.appreciation-chip.negative{background:var(--error-soft);color:var(--error)}.metric-bar{flex-direction:column;gap:.8rem;display:flex}.metric-bar-row{grid-template-columns:minmax(108px,1fr) minmax(0,3fr) 48px;align-items:center;gap:.75rem;display:grid}.metric-bar-label{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.87rem;font-weight:600;overflow:hidden}.metric-bar-track{border-radius:var(--radius-full);background:var(--surface-muted);height:9px;position:relative;overflow:hidden}.metric-bar-fill{border-radius:inherit;height:100%;animation:.5s cubic-bezier(.4,0,.2,1) both bar-grow}@keyframes bar-grow{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}.metric-bar-count{color:var(--foreground);text-align:right;font-size:.87rem;font-weight:800}.stepper{border-bottom:1px solid var(--border);align-items:flex-start;gap:0;padding:1.25rem 1.5rem;display:flex}.stepper-item{flex:1;align-items:center;gap:.7rem;display:flex;position:relative}.stepper-item:not(:last-child):after{content:"";background:var(--border);z-index:0;width:calc(100% - 32px - 1.2rem);height:1px;position:absolute;top:16px;left:calc(32px + .7rem)}.stepper-item.completed:not(:last-child):after{background:var(--success);opacity:.4}.stepper-index{border-radius:var(--radius-full);background:var(--surface-muted);width:32px;height:32px;color:var(--foreground-muted);z-index:1;flex-shrink:0;justify-content:center;align-items:center;font-size:.84rem;font-weight:800;transition:background-color .2s,color .2s;display:inline-flex;position:relative}.stepper-item.active .stepper-index{background:var(--primary);color:#fff}.stepper-item.completed .stepper-index{background:var(--success);color:#fff}.stepper-label{z-index:1;flex-direction:column;gap:.08rem;display:flex}.stepper-label strong{color:var(--foreground-muted);font-size:.87rem;font-weight:700}.stepper-item.active .stepper-label strong{color:var(--foreground)}.stepper-item.completed .stepper-label strong{color:var(--success)}.stepper-label span{color:var(--foreground-soft);font-size:.76rem}.tab-nav{border-bottom:1px solid var(--border);gap:0;margin-bottom:1.25rem;display:flex}.tab-btn{color:var(--foreground-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.45rem;margin-bottom:-1px;padding:.65rem 1rem;font-size:.88rem;font-weight:700;transition:color .15s,border-color .15s;display:flex}.tab-btn:hover{color:var(--foreground)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.toggle-row{border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;background:#ffffffd1;align-items:center;gap:.7rem;min-height:48px;padding:.82rem .95rem;font-weight:600;transition:border-color .15s;display:flex}.toggle-row:hover{border-color:var(--border-strong)}.toggle-row input{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}.review-hero{border-radius:var(--radius-lg);color:var(--success);background:linear-gradient(135deg,#2d7a5614,#1b3a5c0f);border:1px solid #2d7a5624;align-items:center;gap:1rem;padding:1.15rem 1.2rem;display:flex}.review-hero h2{color:var(--foreground);margin:0;font-size:1.2rem}.review-hero p{color:var(--foreground-muted);margin:.3rem 0 0;font-size:.9rem}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.review-card{border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(#fff 0%,#fbf8f2 100%);padding:.95rem 1rem}.review-card-wide{grid-column:span 2}.review-card span{color:var(--foreground-soft);font-size:.8rem;display:block}.review-card strong{color:var(--foreground);margin-top:.3rem;font-size:.95rem;display:block}@media (width<=1180px){.stat-grid,.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.page-header{flex-direction:column;align-items:stretch;padding:1.1rem 1.2rem}.field-grid.two-up,.stat-grid,.two-column-grid{grid-template-columns:1fr}.metric-bar-row{grid-template-columns:1fr;gap:.35rem}.list-row-side{text-align:left;align-items:flex-start}.stepper{gap:0;padding:1rem 1.1rem}.stepper-label{display:none}.stepper-item:not(:last-child):after{width:calc(100% - 32px - .8rem);left:calc(32px + .4rem)}.review-hero,.review-grid{flex-direction:column}.review-grid{grid-template-columns:1fr}.review-card-wide{grid-column:span 1}}.dashboard-layout-shell{grid-template-columns:268px minmax(0,1fr);gap:1.25rem;min-height:100vh;padding:1.25rem;display:grid}.dashboard-sidebar{border-radius:var(--radius-xl);color:#f8fafceb;height:calc(100vh - 2.5rem);box-shadow:var(--shadow-lg);background:linear-gradient(#122238fa 0%,#192e48f5 100%);flex-direction:column;gap:.5rem;padding:1.1rem;display:flex;position:sticky;top:1.25rem;overflow:hidden}.dashboard-sidebar:before{content:"";pointer-events:none;border-radius:inherit;background:radial-gradient(at 10% 0,#b8722a1f 0%,#0000 50%),radial-gradient(at 90% 100%,#1b3a5c66 0%,#0000 50%);position:absolute;inset:0}.sidebar-brand,.sidebar-brand-button,.sidebar-close{align-items:center;display:flex}.sidebar-brand{justify-content:space-between;gap:.75rem;margin-bottom:.35rem;position:relative}.sidebar-brand-button,.sidebar-close{color:inherit;cursor:pointer;background:0 0;border:none}.sidebar-brand-button img{width:148px;display:block}.sidebar-close,.nav-toggle{display:none}.sidebar-nav{flex-direction:column;flex:1;gap:.3rem;display:flex;position:relative}.sidebar-nav-label{color:#e8eff85c;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.25rem;padding:0 .5rem;font-size:.68rem;font-weight:800}.sidebar-link{border-radius:var(--radius-lg);color:#e0e8f4b8;border:1px solid #0000;align-items:center;gap:.8rem;padding:.78rem .85rem;text-decoration:none;transition:transform .15s,background-color .15s,color .15s,border-color .15s;display:flex;position:relative}.sidebar-link:hover{color:#ffffffeb;background:#ffffff12}.sidebar-link.active{color:#fff;background:#ffffff0f;border-color:#d8c39a38}.sidebar-link.active:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:20%;bottom:20%;left:0}.sidebar-link-icon{border-radius:var(--radius-md);background:#ffffff12;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .15s;display:inline-flex}.sidebar-link.active .sidebar-link-icon{color:var(--accent);background:#b8722a33}.sidebar-link-copy{flex-direction:column;gap:.12rem;min-width:0;display:flex}.sidebar-link-copy strong{font-size:.93rem;font-weight:700}.sidebar-link-copy span{color:#c8d6e880;white-space:nowrap;text-overflow:ellipsis;font-size:.79rem;overflow:hidden}.sidebar-link.active .sidebar-link-copy span{color:#e8dac49e}.sidebar-footer{border-radius:var(--radius-lg);background:#fffffff2;align-items:center;gap:.75rem;padding:.85rem .9rem;display:flex;position:relative}.sidebar-footer-avatar{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.82rem;font-weight:800;display:inline-flex}.sidebar-footer-copy{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.sidebar-footer-copy strong{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.sidebar-footer-copy span{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.sidebar-logout{width:36px;height:36px;min-height:unset;border-radius:var(--radius-md);color:var(--foreground-muted);flex-shrink:0;padding:0}.sidebar-logout:hover{color:var(--error);background:var(--error-soft);border-color:#b0404033}.dashboard-main{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.dashboard-topbar{z-index:10;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.1rem;display:flex;position:sticky;top:1.25rem}.topbar-left{align-items:center;gap:.85rem;display:flex}.topbar-left h2{letter-spacing:-.02em;margin:.12rem 0 0;font-size:1.15rem}.topbar-eyebrow{color:var(--foreground-soft);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.topbar-right{align-items:center;gap:.75rem;display:flex}.topbar-search{border-radius:var(--radius-md);border:1px solid var(--border);min-width:280px;color:var(--foreground-soft);background:#ffffffd9;align-items:center;gap:.55rem;padding:.7rem .95rem;transition:border-color .15s,box-shadow .15s;display:inline-flex}.topbar-search:focus-within{border-color:#1b3a5c66;box-shadow:0 0 0 3px #1b3a5c14}.topbar-search input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:.88rem}.topbar-search input::placeholder{color:var(--foreground-placeholder)}.topbar-search input:focus{outline:none}.topbar-avatar-btn{border-radius:var(--radius-lg);border:1px solid var(--border);cursor:default;background:#ffffffc7;align-items:center;gap:.6rem;padding:.35rem .5rem .35rem .35rem;display:flex}.topbar-avatar{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.84rem;font-weight:800;display:inline-flex}.topbar-avatar-name{color:var(--foreground);white-space:nowrap;font-size:.88rem;font-weight:700}.dashboard-viewport{min-width:0;padding-bottom:1.25rem}.dashboard-overlay{display:none}@media (width<=1120px){.dashboard-layout-shell{grid-template-columns:1fr}.dashboard-sidebar{z-index:30;border-radius:0 var(--radius-xl) var(--radius-xl) 0;width:min(300px,100vw - 2rem);height:100vh;transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-104%)}.dashboard-sidebar.open{transform:translate(0)}.sidebar-close,.nav-toggle,.dashboard-overlay{display:inline-flex}.dashboard-overlay{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#0a121c70;border:none;position:fixed;inset:0}.nav-toggle{border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;background:#ffffffd9;justify-content:center;width:44px;height:44px}.dashboard-topbar{top:.75rem}}@media (width<=820px){.dashboard-layout-shell{gap:.75rem;padding:.75rem}.dashboard-topbar{flex-wrap:wrap;row-gap:.6rem;padding:.75rem .9rem}.topbar-right{order:3;width:100%}.topbar-search{flex:1;min-width:0}.topbar-avatar-name{display:none}}@media (width<=520px){.dashboard-topbar{top:.5rem}}.dashboard-page{gap:1.25rem}.dashboard-panel{padding:1.35rem}.distribution-hero{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1b3a5c0f,#b8722a14);border:1px solid #b8722a1f;grid-template-columns:auto 1fr;align-items:center;gap:1.15rem;margin-bottom:1.5rem;padding:1.1rem;display:grid}.distribution-orb{color:#fff;background:radial-gradient(circle at 32% 28%,#ffffffe6,#ffffff1f),linear-gradient(135deg,#1b3a5ce6,#b8722ad9);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:0 16px 32px #1b3a5c33}.distribution-orb strong{font-size:1.9rem;font-weight:800;line-height:1}.distribution-orb span{opacity:.85;margin-top:.3rem;font-size:.78rem}.distribution-copy h3{letter-spacing:-.025em;margin:0;font-size:clamp(1.35rem,2vw,1.75rem)}.distribution-copy p{color:var(--foreground-muted);margin:.4rem 0 0;font-size:.9rem}@media (width<=720px){.distribution-hero{text-align:center;grid-template-columns:1fr}.distribution-orb{margin:0 auto}}.add-property-page{gap:1.25rem}.add-property-stepper-card{overflow:hidden}.add-property-form-card{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.add-property-step-head{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding-bottom:1.1rem;display:flex}.add-property-step-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#1b3a5c1a,#b8722a24);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.add-property-step-head h2{letter-spacing:-.02em;margin:0;font-size:1.2rem}.add-property-step-head p{color:var(--foreground-muted);margin:.35rem 0 0;font-size:.9rem}.add-property-toggles{justify-content:flex-start;gap:.5rem}.add-property-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}@media (width<=720px){.add-property-form-card{padding:1.1rem}.add-property-actions{flex-direction:column-reverse;align-items:stretch}.add-property-actions .btn-primary,.add-property-actions .btn-ghost{justify-content:center;width:100%}}.landing-page{box-sizing:border-box;background:radial-gradient(circle at 0 0,#d8c39a61,#0000 28%),radial-gradient(circle at 88% 14%,#1b3a5c29,#0000 24%),linear-gradient(#fbf8f1 0%,#f3eee3 100%);min-height:100dvh;padding:2rem}.landing-shell{flex-direction:column;gap:1.75rem;width:100%;display:flex}.landing-topbar,.feature-strip,.auth-stage,.hero-panel,.hero-copy{position:relative}.landing-topbar,.hero-grid,.feature-strip,.auth-stage{border-radius:28px}.landing-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #122e3d14;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.brand-logo{width:190px;max-width:100%;display:block}.topbar-actions{gap:.75rem;display:flex}.topbar-toggle,.auth-mode-switch button{color:#1b3a5c;font:inherit;cursor:pointer;background:#ffffffdb;border:1px solid #1630431f;border-radius:999px;padding:.7rem 1.05rem;font-weight:700;transition:transform .18s,background-color .18s,color .18s}.topbar-toggle.active,.auth-mode-switch button.active{color:#fff;background:#1b3a5c}.topbar-toggle:hover,.auth-mode-switch button:hover,.auth-provider:hover{transform:translateY(-1px)}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(380px,.9fr);gap:1.25rem;display:grid}.hero-copy,.hero-panel,.feature-card,.auth-card,.auth-intro{background:#ffffffe6;border:1px solid #122e3d14;box-shadow:0 18px 45px #13212d14}.hero-copy{border-radius:28px;padding:3.2rem;overflow:hidden}.hero-copy:after{content:"";background:radial-gradient(circle,#d4af3733,#0000 70%);border-radius:50%;width:340px;height:340px;position:absolute;inset:auto -12% -34% auto}.hero-kicker,.auth-kicker{color:#8a6a0e;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .9rem;font-size:.82rem;font-weight:800}.hero-copy h1{color:#1b3a5c;max-width:13ch;margin:0;font-size:clamp(2.8rem,4.8vw,4.8rem);line-height:.94}.hero-text{color:#4d6271;max-width:58ch;margin:1.35rem 0 0;font-size:1.08rem}.hero-stat-band{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2rem;display:grid}.hero-stat{background:linear-gradient(#fffffff2,#eef2f4e6);border:1px solid #122e3d14;border-radius:20px;padding:1rem 1.05rem}.hero-stat-label{color:#718391;font-size:.84rem;display:block}.hero-stat strong{color:var(--primary-navy);margin-top:.25rem;font-size:.96rem;display:block}.hero-panel{border-radius:28px;padding:1rem}.hero-visual-card{background:linear-gradient(160deg,#112536 0%,#23384c 100%);border-radius:22px;height:100%;min-height:520px;position:relative;overflow:hidden}.hero-visual{object-fit:cover;opacity:.84;width:100%;height:100%}.hero-badge{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;align-items:center;gap:.65rem;max-width:250px;padding:.85rem 1rem;font-weight:600;line-height:1.3;display:flex;position:absolute}.hero-badge-primary{background:#0b2030b8;top:1rem;left:1rem}.hero-badge-secondary{color:#0f2231;background:#d4af37c7;bottom:1rem;right:1rem}.feature-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-card{border-radius:24px;padding:1.4rem}.feature-icon{color:#1b3a5c;background:#b8722a24;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.feature-card h2{color:#1b3a5c;margin:1rem 0 .45rem;font-size:1.15rem}.feature-card p{color:#5e7280;margin:0}.auth-stage{grid-template-columns:minmax(0,1.2fr) minmax(380px,480px);gap:1.25rem;display:grid}.auth-intro,.auth-card{border-radius:28px;padding:2rem}.auth-intro h2{color:#1b3a5c;margin:0;font-size:clamp(2rem,3vw,2.75rem);line-height:1}.auth-intro p{color:#526876;max-width:48ch;margin:1rem 0 0;font-size:1rem}.auth-card{background:linear-gradient(#fffffffa,#f3f7f8f5);flex-direction:column;gap:1.2rem;display:flex}.auth-mode-switch{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.auth-provider-list{gap:.85rem;display:grid}.auth-provider{cursor:pointer;width:100%;font:inherit;border:1px solid #122e3d1a;border-radius:18px;justify-content:space-between;align-items:center;padding:1rem 1.1rem;font-weight:700;display:flex}.auth-provider-google{color:#fff;background:#1b3a5c}.auth-provider-facebook{color:#fff;background:#b8722a}.auth-note{color:#647887;margin:0;font-size:.95rem}.auth-error{color:#b42318;margin:0;font-weight:700}@media (width<=1100px){.hero-grid,.auth-stage,.feature-strip{grid-template-columns:1fr}.hero-visual-card{min-height:420px}}@media (width<=720px){.landing-page{padding:1rem}.landing-topbar{flex-direction:column;align-items:stretch}.topbar-actions,.auth-mode-switch,.hero-stat-band{grid-template-columns:1fr;display:grid}.hero-copy,.hero-panel,.auth-intro,.auth-card{padding:1.35rem}.hero-copy h1{max-width:none;font-size:2.55rem}.hero-visual-card{min-height:320px}.hero-badge{max-width:210px;padding:.7rem .8rem;font-size:.9rem}}.properties-page{gap:1.25rem}.properties-filter-card{padding:1.2rem 1.35rem}.properties-filter-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.properties-filter-head h2{margin:0;font-size:1rem}.properties-filter-head p{color:var(--foreground-muted);margin:.28rem 0 0;font-size:.88rem}.properties-filter-grid{grid-template-columns:1fr auto;align-items:center;gap:.85rem;display:grid}.properties-search{border-radius:var(--radius-md);border:1px solid var(--border);min-height:50px;color:var(--foreground-soft);background:#ffffffe0;align-items:center;gap:.65rem;padding:.82rem 1rem;transition:border-color .15s,box-shadow .15s;display:inline-flex}.properties-search:focus-within{color:var(--foreground-muted);border-color:#1b3a5c66;box-shadow:0 0 0 3px #1b3a5c14}.properties-search input{width:100%;color:var(--foreground);background:0 0;border:none;font-size:.9rem}.properties-search input::placeholder{color:var(--foreground-placeholder)}.properties-search input:focus{outline:none}.properties-filter-card .segmented-control{min-width:300px}.properties-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.property-card{padding:0;transition:transform .16s,box-shadow .16s;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.property-card-media{border-radius:calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px) 0 0;background:linear-gradient(145deg,#1b3a5ceb,#3268a0cc);min-height:130px;position:relative;overflow:hidden}.property-card-media[data-type=flat]{background:linear-gradient(145deg,#1a3a5e,#2f5fa0)}.property-card-media[data-type=plot]{background:linear-gradient(145deg,#5a3520,#8b5e3c)}.property-card-media[data-type=villa]{background:linear-gradient(145deg,#1a4a32,#2d7a56)}.property-card-media[data-type=house]{background:linear-gradient(145deg,#0f2238,#1b3a5c)}.property-card-media[data-type=farm_land]{background:linear-gradient(145deg,#2e4a10,#5a7a2d)}.property-card-media[data-type=office]{background:linear-gradient(145deg,#3a1f60,#6b3fa0)}.property-card-media[data-type=retail]{background:linear-gradient(145deg,#5c1e14,#a04030)}.property-card-media-icon{opacity:.12;color:#fff;position:absolute;bottom:-12px;right:-10px;transform:rotate(-10deg)}.property-card-badge{border-radius:var(--radius-full);color:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.01em;background:#ffffff24;border:1px solid #ffffff29;align-items:center;gap:.4rem;padding:.42rem .72rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:.85rem;left:.85rem}.property-card-body{padding:1.1rem 1.2rem 1.2rem}.property-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;display:flex}.property-card-top h2{letter-spacing:-.015em;margin:0;font-size:1.05rem}.property-card-address{color:var(--foreground-muted);align-items:flex-start;gap:.32rem;margin:.35rem 0 0;font-size:.84rem;line-height:1.4;display:inline-flex}.property-card-address svg{flex-shrink:0;margin-top:1px}.property-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.property-price-grid div{border-radius:var(--radius-md);background:linear-gradient(#fafaf7 0%,#f5f0e7 100%);border:1px solid #7c6c4e1a;padding:.82rem .9rem}.property-price-grid span{color:var(--foreground-soft);font-size:.79rem;font-weight:600;display:block}.property-price-grid strong{color:var(--foreground);margin-top:.28rem;font-size:.96rem;font-weight:800;display:block}.property-price-grid .property-price-main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}@media (width<=1200px){.properties-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.properties-filter-grid{grid-template-columns:1fr}.properties-filter-card .segmented-control{width:100%;min-width:0}}@media (width<=640px){.properties-grid{grid-template-columns:1fr}.properties-filter-head,.property-card-top{flex-direction:column}.property-price-grid{grid-template-columns:1fr}}.family-page{gap:1.25rem}.family-layout{grid-template-columns:minmax(300px,400px) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.family-form,.family-network-card{padding:1.35rem}.family-trust-note{border-radius:var(--radius-md);background:var(--info-soft);color:var(--info);border:1px solid #3268a024;align-items:flex-start;gap:.65rem;padding:.85rem .95rem;font-size:.85rem;line-height:1.5;display:flex}.family-trust-note svg{flex-shrink:0;margin-top:1px}.family-relationship{color:var(--foreground-muted);font-size:.87rem;font-weight:700}.family-actions{align-items:center;gap:.5rem;display:flex}.family-invite-side{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.family-actions .btn-primary,.family-actions .btn-ghost{border-radius:var(--radius-sm);min-height:36px;padding:.55rem .85rem;font-size:.86rem}.family-status-bar{flex-direction:column;gap:.6rem;display:flex}@media (width<=1020px){.family-layout{grid-template-columns:1fr}}@media (width<=720px){.family-invite-side{align-items:flex-start}.family-actions{flex-direction:column;align-items:stretch;width:100%}}.analytics-page{gap:1.25rem}.analytics-panel{padding:1.35rem}.analytics-hero{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1b3a5c0d,#b8722a14);border:1px solid #b8722a1f;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;padding:1.15rem;display:grid}.analytics-hero-item{flex-direction:column;gap:.22rem;display:flex}.analytics-hero-label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:700}.analytics-hero-value{color:var(--foreground);letter-spacing:-.025em;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:800;line-height:1.1}.analytics-hero-note{color:var(--foreground-soft);font-size:.81rem}@media (width<=640px){.analytics-hero{grid-template-columns:1fr}}#root{width:100%;height:100vh;margin:0;padding:0}
