:root{--brand-navy-950: #04142c;--brand-navy-900: #061d3d;--brand-navy-800: #0a2d59;--brand-navy-700: #0e3d74;--brand-teal: #13b5b1;--brand-teal-strong: #079d9b;--brand-teal-text: #057371;--brand-cyan: #55dfd4;--brand-cutout: #ffffff;--ink: #0a1930;--ink-soft: #405066;--muted: #5b6b80;--line: #e7edf3;--surface: #ffffff;--surface-soft: #f7fafc;--surface-blue: #eef7f8;--success: #1a9d72;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 28px;--radius-xl: 36px;--shadow-sm: 0 8px 24px rgba(6, 29, 61, .06);--shadow-md: 0 18px 55px rgba(6, 29, 61, .11);--shell: 1180px;--header-h: 76px;--fs-badge: 12px;--fs-meta: 13px;--fs-label: 13px;--fs-table: 14px;--fs-body: 15px;--fs-body-lg: 16px;--fs-h3: 18px;--fs-h2: 22px;--fs-h1: 28px;--lh-tight: 1.15;--lh-dense: 1.4;--lh-body: 1.5;--focus-ring-color: #079d9b;--focus-ring-width: 2px;--focus-ring-offset: 2px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--surface);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg{display:block}main{min-height:60vh}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.section{padding:96px 0}.section--muted{background:var(--surface-soft);border-block:1px solid var(--line)}.section--dark{color:#fff;background:linear-gradient(145deg,var(--brand-navy-950),var(--brand-navy-800))}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-teal-text);font-weight:700;font-size:14px;letter-spacing:.01em}.section-heading{max-width:680px;margin-bottom:38px}.section-heading--center{margin-inline:auto;text-align:center}.section-heading h2,.page-title{margin:12px 0 14px;font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--ink-soft);font-size:18px;line-height:1.75}.section-heading--light p{color:#ffffffad}.section-heading--light h2{color:#fff}.page-hero{padding-top:118px;min-height:70vh}.empty-state{text-align:center;padding:80px 0}.empty-state b{font-size:72px;color:var(--brand-teal)}.empty-state h1{font-size:36px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:4px}body{font-size:var(--fs-body);line-height:var(--lh-body)}input,select,textarea,button{line-height:1.35}::placeholder{color:#718096;opacity:1}@media(max-width:760px){button,.button,a.app-nav-link,.app-icon-button,.menu-button{touch-action:manipulation}input,select,textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.brand-logo{--brand-cutout: #fff;display:inline-flex;align-items:center;gap:10px;color:var(--brand-navy-900)}.brand-logo--light{color:#fff}.brand-logo__mark{width:38px;height:38px}.brand-logo__text{font-weight:800;font-size:25px;letter-spacing:.13em;direction:ltr}.site-header{position:sticky;top:0;z-index:30;height:var(--header-h);background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,237,243,.8)}.site-header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}.site-header__brand{justify-self:start}.site-nav{display:flex;align-items:center;gap:4px}.site-nav__link{padding:11px 15px;border-radius:999px;color:var(--ink-soft);font-weight:650;font-size:15px;transition:.2s ease}.site-nav__link:hover,.site-nav__link--active{color:var(--brand-navy-900);background:var(--surface-soft)}.site-header__actions{justify-self:end;display:flex;align-items:center;gap:8px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid transparent;border-radius:13px;font-weight:750;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button--large{min-height:52px;padding-inline:24px;border-radius:15px}.button--primary{color:#fff;background:linear-gradient(135deg,var(--brand-teal),var(--brand-teal-strong));box-shadow:0 10px 25px #13b5b133}.button--soft{color:var(--brand-navy-900);background:var(--surface-soft);border-color:var(--line)}.button--ghost{color:var(--ink-soft);background:transparent}.button--outline-light{color:#fff;border-color:#ffffff40;background:#ffffff0a}.button--full{width:100%}.menu-button{display:none;width:44px;height:44px;border:0;border-radius:12px;background:var(--surface-soft);color:var(--ink);place-items:center}.hero{padding-top:72px;overflow:hidden}.hero__layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}.hero__copy h1{margin:14px 0 22px;font-size:clamp(48px,6.3vw,78px);line-height:.98;letter-spacing:-.055em}.hero__copy h1 span{color:var(--brand-teal-strong)}.hero__copy>p{max-width:620px;margin:0;color:var(--ink-soft);font-size:19px;line-height:1.8}.hero__actions{display:flex;gap:10px;margin-top:28px}.hero__proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:var(--muted);font-size:14px}.hero__proof span{display:flex;align-items:center;gap:6px}.hero__visual{position:relative;min-height:555px;display:grid;place-items:center}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.75}.hero-orb--1{width:420px;height:420px;background:radial-gradient(circle,#13b5b138,#13b5b100 68%)}.hero-orb--2{width:280px;height:280px;left:4%;top:8%;background:radial-gradient(circle,#2867b129,#2867b100 70%)}.product-window{position:relative;z-index:2;width:min(100%,630px);border:1px solid rgba(225,233,241,.96);background:#fffffff2;border-radius:28px;box-shadow:0 30px 80px #061d3d29;overflow:hidden;transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.product-window__topbar{height:62px;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:1px solid var(--line)}.product-window__logo{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;color:#fff;background:var(--brand-navy-900);font-weight:900}.product-window__title{font-weight:750}.product-window__status{margin-inline-start:auto;color:var(--success);font-size:12px}.product-window__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;background:#f8fbfd}.preview-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px;box-shadow:0 6px 18px #061d3d0a}.preview-card--wide{grid-row:span 2}.preview-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.preview-card__head span{color:var(--success);font-size:11px}.lead-list>div{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #eef2f5}.lead-list>div:last-child{border-bottom:0}.lead-list p{margin:0;flex:1;display:grid;gap:3px}.lead-list small{color:var(--muted);font-size:12px}.lead-list em{padding:5px 8px;border-radius:999px;font-style:normal;color:var(--brand-teal-strong);background:#e8f8f7;font-size:12px}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800}.avatar--1{background:#dff4ef;color:#16795f}.avatar--2{background:#edf0ff;color:#4f55a5}.avatar--3{background:#fff0dd;color:#ad6b19}.metric-preview{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px}.metric-preview span,.metric-preview small{color:var(--muted);font-size:11px}.metric-preview b{grid-row:span 2;font-size:30px;color:var(--brand-navy-900)}.preview-card--property{display:flex;align-items:center;gap:14px;grid-column:2}.preview-card--property p{margin:0;display:grid;gap:5px}.preview-card--property small{color:var(--muted);font-size:12px}.property-art{position:relative;width:88px;aspect-ratio:1.35;border-radius:12px;overflow:hidden;background:linear-gradient(#bde7ef 0,#bde7ef 45%,#dbe5d5 45%)}.property-art span{position:absolute;width:60%;height:48%;left:20%;bottom:14%;background:#f7fbfd;clip-path:polygon(0 22%,50% 0,100% 22%,100% 100%,0 100%)}.property-art i{position:absolute;width:18%;height:29%;left:42%;bottom:14%;background:#143f70}.property-art b{position:absolute;width:80%;height:6px;left:10%;bottom:9%;background:#05495233;border-radius:50%}.floating-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:12px 15px;background:#fffffff2;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);color:var(--brand-navy-900);font-size:12px}.floating-chip svg{color:var(--brand-teal-strong)}.floating-chip--top{left:0;top:70px}.floating-chip--bottom{right:-8px;bottom:72px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{min-height:235px;padding:26px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.feature-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:var(--brand-teal-strong);background:#eaf9f8}.feature-card h3{margin:24px 0 10px;font-size:20px}.feature-card p{margin:0;color:var(--ink-soft);line-height:1.7}.journey__layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:84px;align-items:center}.journey__copy h2{margin:12px 0 16px;font-size:clamp(38px,5vw,60px);letter-spacing:-.04em}.journey__copy>p{color:var(--ink-soft);font-size:18px;line-height:1.75}.check-list{display:grid;gap:12px;padding:0;margin:24px 0 0;list-style:none;color:var(--ink);font-weight:650}.client-card-demo{padding:18px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:var(--shadow-md)}.client-card-demo__head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 16px}.client-card-demo__head span{font-weight:800;font-size:20px}.client-card-demo__head b{color:var(--brand-teal-strong);font-size:13px}.demo-property{display:grid;grid-template-columns:42% 1fr;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.demo-property__image{min-height:220px;position:relative;overflow:hidden;background:linear-gradient(#b9e4ef 0,#b9e4ef 52%,#d9e3cf 52%)}.demo-property__sky{position:absolute;top:0;right:0;bottom:48%;left:0;background:linear-gradient(130deg,#caedf5,#eaf9fb)}.demo-property__building{position:absolute;width:72%;height:60%;right:15%;bottom:9%;background:linear-gradient(90deg,#f8fbfd 0,#f8fbfd 65%,#dce6ea 65%);clip-path:polygon(0 14%,76% 0,100% 13%,100% 100%,0 100%);box-shadow:inset 0 -8px #0c325314}.demo-property__building:after{content:"";position:absolute;top:28%;right:14%;bottom:12%;left:14%;background:repeating-linear-gradient(90deg,#14426c 0 7%,transparent 7% 22%);opacity:.65}.demo-property__body{padding:26px;display:flex;flex-direction:column;gap:9px;justify-content:center}.demo-property__body b{font-size:20px}.demo-property__body span{color:var(--muted)}.demo-property__body strong{margin-top:8px;font-size:24px;color:var(--brand-navy-900)}.reaction-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.reaction-row button{min-height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink-soft)}.workflow-section{padding-top:50px}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.workflow-step{position:relative;padding:28px 24px;border-top:1px solid var(--line)}.workflow-step span{color:var(--brand-teal-strong);font-weight:900;font-size:14px}.workflow-step h3{margin:32px 0 10px;font-size:20px}.workflow-step p{margin:0;color:var(--ink-soft);line-height:1.7}.pricing-preview{overflow:hidden}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1040px;margin-inline:auto}.pricing-card{position:relative;padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:#ffffff0f}.pricing-card--featured{background:#ffffff1c;border-color:#55dfd46b}.pricing-card__badge{display:inline-block;padding:6px 9px;margin-bottom:14px;border-radius:999px;color:var(--brand-cyan);background:#55dfd41a;font-size:11px;font-weight:800}.pricing-card h3{margin:0 0 8px;font-size:25px}.pricing-card>p{min-height:50px;margin:0;color:#ffffffa6;line-height:1.5}.pricing-card__price{margin:26px 0;display:flex;align-items:baseline;gap:7px}.pricing-card__price b{font-size:38px}.pricing-card__price span{color:#fff9}.pricing-card ul{display:grid;gap:12px;padding:0;margin:0 0 28px;list-style:none}.pricing-card li{display:flex;align-items:center;gap:8px;color:#ffffffd1}.pricing-card li svg{color:var(--brand-cyan)}.pricing-grid--light .pricing-card--light{color:var(--ink);background:#fff;border-color:var(--line);box-shadow:var(--shadow-sm)}.pricing-grid--light .pricing-card--light>p,.pricing-grid--light .pricing-card--light .pricing-card__price span{color:var(--muted)}.pricing-grid--light .pricing-card--light li{color:var(--ink-soft)}.pricing-card--featured-light{border-color:#13b5b180!important;box-shadow:0 18px 50px #13b5b11f!important}.final-cta{padding:70px 0 90px}.final-cta__box{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:46px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(130deg,#f7fbfc,#eef8f7)}.final-cta h2{margin:8px 0 0;font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.site-footer{color:#fffc;background:var(--brand-navy-950)}.site-footer__inner{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer p{color:#ffffff8c}.site-footer__meta{display:flex;gap:22px;color:#ffffff8c;font-size:13px}.about-layout{display:grid;grid-template-columns:1fr .8fr;gap:80px}.about-panel{padding:30px;border:1px solid var(--line);border-radius:26px;background:var(--surface-soft)}.about-panel__item>span{color:var(--brand-teal-strong);font-weight:900;font-size:12px}.about-panel h3{margin:6px 0}.about-panel p{color:var(--ink-soft);margin:0 0 24px}.login-page{min-height:calc(100vh - var(--header-h));display:grid;grid-template-columns:1.05fr .95fr;background:#f7fafc}.login-page__art{min-height:650px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(145deg,#061d3d,#0f4771)}.login-page__message{position:absolute;right:8%;bottom:10%;max-width:460px}.login-page__message h1{font-size:50px;margin:20px 0 12px}.login-page__message p{color:#ffffffb3;line-height:1.7}.login-building{position:absolute;inset:auto 4% 5% auto;width:70%;height:70%;opacity:.35}.login-building span{position:absolute;right:8%;bottom:0;width:74%;height:74%;background:#fff;clip-path:polygon(0 17%,70% 0,100% 14%,100% 100%,0 100%)}.login-building i{position:absolute;right:20%;bottom:12%;width:45%;height:35%;background:repeating-linear-gradient(90deg,#0e355e 0 9%,transparent 9% 20%)}.login-building b{position:absolute;right:0;bottom:0;width:100%;height:16%;background:linear-gradient(180deg,transparent,rgba(19,181,177,.6))}.login-page__form{display:grid;place-items:center;padding:40px}.login-box{width:min(100%,420px);padding:34px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-md)}.login-box h2{margin:0;font-size:30px}.login-box>p{color:var(--muted)}.login-box label{display:grid;gap:7px;margin:18px 0;color:var(--ink-soft);font-weight:650;font-size:14px}.login-box input{width:100%;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;outline:none}.login-box input:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11f}.login-box .button+.button{margin-top:8px}.product-groups{margin-top:30px}.auth-page{position:relative;min-height:100svh;overflow:hidden;background:linear-gradient(160deg,#f8fbfc,#f3f8fa 52%,#eef7f7);color:var(--ink)}.auth-page__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.auth-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.72}.auth-orb--one{width:520px;height:520px;inset-inline-start:-190px;top:-190px;background:radial-gradient(circle,#13b5b124,#13b5b100 68%)}.auth-orb--two{width:560px;height:560px;inset-inline-end:-230px;bottom:-260px;background:radial-gradient(circle,#07305817,#07305800 70%)}.auth-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.24;background-image:linear-gradient(rgba(7,48,88,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,48,88,.035) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 82%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 82%,transparent 100%)}.auth-simple-topbar{position:relative;z-index:2;width:min(100% - 48px,1440px);height:84px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.auth-simple-topbar .brand-logo__mark{width:39px;height:39px}.auth-simple-topbar .brand-logo__text{font-size:25px}.auth-simple-shell{position:relative;z-index:1;min-height:calc(100svh - 84px);display:grid;place-items:center;padding:36px 20px 92px}.auth-panel{width:min(100%,470px);padding:34px;border:1px solid rgba(211,225,234,.98);border-radius:26px;background:#fffffff2;box-shadow:0 26px 80px #061d3d1c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-panel--simple{width:min(100%,460px)}.auth-panel__head--simple{text-align:center}.auth-secure-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:13px;padding:7px 10px;border:1px solid #cce9e7;border-radius:999px;background:#effafa;color:var(--brand-teal-text);font-size:12px;font-weight:850}.auth-panel__head h1{margin:0;font-size:30px;line-height:1.15;letter-spacing:-.035em}.auth-panel__head p{max-width:350px;margin:9px auto 27px;color:var(--muted);font-size:14px;line-height:1.55}.auth-form{display:grid;gap:17px}.auth-form>label{display:grid;gap:7px}.auth-form label>span{color:var(--ink-soft);font-size:14px;font-weight:800}.auth-input{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd;transition:border-color .18s,background .18s,box-shadow .18s}.auth-input:focus-within{border-color:#13b5b1b8;background:#fff;box-shadow:0 0 0 4px #13b5b117}.auth-input svg{flex:0 0 auto;color:#78909e}.auth-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-family:inherit;font-size:16px}.auth-input input::placeholder{color:#8e9dab}.auth-submit{width:100%;min-height:52px;margin-top:2px;font-size:15px}.auth-submit:disabled{cursor:wait;opacity:.72}.auth-error-message{display:flex;align-items:flex-start;gap:8px;margin:0;padding:11px 12px;border:1px solid #f0c8c8;border-radius:11px;background:#fff6f6;color:#9b2f2f;font-size:13px;line-height:1.45}.auth-error-message svg{flex:0 0 auto;margin-top:1px}.auth-simple-footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:25px;padding-top:20px;border-top:1px solid #e8eef2;color:var(--muted);font-size:13px}.auth-simple-footer a{display:inline-flex;align-items:center;gap:4px;color:var(--brand-teal-text);font-weight:850;text-decoration:none}.auth-simple-footer a:hover{text-decoration:underline}.entry-loading{min-height:100svh;display:grid;place-content:center;justify-items:center;gap:12px;background:#f7fafb;color:var(--muted);font-size:14px}.entry-loading .brand-logo{transform:scale(1.05)}@media(max-width:640px){.auth-page{overflow:auto}.auth-simple-topbar{width:calc(100% - 28px);height:72px}.auth-simple-topbar .brand-logo__mark{width:34px;height:34px}.auth-simple-topbar .brand-logo__text{font-size:22px}.auth-simple-shell{min-height:calc(100svh - 72px);padding:22px 14px 46px;align-items:start}.auth-panel,.auth-panel--simple{width:100%;padding:28px 20px;border-radius:22px}.auth-panel__head h1{font-size:27px}.auth-panel__head p{margin-bottom:24px;font-size:14px}.auth-input{height:54px}.auth-submit{min-height:54px}.auth-simple-footer{flex-wrap:wrap;text-align:center}}@media(max-width:380px){.auth-panel,.auth-panel--simple{padding-inline:16px}.auth-panel__head h1{font-size:25px}.auth-simple-footer{font-size:12px}}@media(prefers-reduced-motion:reduce){.auth-page *{scroll-behavior:auto!important}}.diro-splash{position:relative;min-height:100svh;display:grid;place-items:center;overflow:hidden;background:linear-gradient(155deg,#fbfdfd,#f5f9fb 56%,#eef8f7);color:var(--ink)}.diro-splash__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.diro-splash__ambient span{position:absolute;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle,rgba(19,181,177,.12),transparent 67%)}.diro-splash__ambient span:first-child{inset-inline-start:-260px;top:-240px}.diro-splash__ambient span:last-child{inset-inline-end:-260px;bottom:-260px;background:radial-gradient(circle,rgba(7,48,88,.08),transparent 68%)}.diro-splash__content{position:relative;z-index:1;display:grid;justify-items:center;gap:14px;padding:30px;text-align:center}.diro-splash__content .brand-logo{transform:scale(1.4);margin-bottom:18px}.diro-splash__content p{margin:0;color:var(--ink-soft);font-size:16px;font-weight:700}.diro-splash__content small{color:var(--muted);font-size:13px}.diro-splash__loader{width:38px;height:38px;margin-top:7px;padding:3px;border-radius:999px;background:conic-gradient(var(--brand-teal) 0 32%,#dbe9e8 32% 100%);animation:diro-splash-spin 1.15s linear infinite}.diro-splash__loader i{display:block;width:100%;height:100%;border-radius:inherit;background:#f7fbfb}@keyframes diro-splash-spin{to{transform:rotate(360deg)}}.auth-google-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #dbe4ea;border-radius:13px;background:#fff;color:var(--ink);font:inherit;font-size:14px;font-weight:850;box-shadow:0 3px 12px #061d3d09;transition:border-color .18s,box-shadow .18s,transform .18s}.auth-google-button:hover{border-color:#bdccd7;box-shadow:0 8px 20px #061d3d12;transform:translateY(-1px)}.auth-google-button:disabled{opacity:.65;cursor:wait;transform:none}.auth-google-mark{width:20px;height:20px;flex:0 0 auto}.auth-divider{display:flex;align-items:center;gap:12px;margin:17px 0;color:var(--muted);font-size:12px;font-weight:700}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e8eef2}.auth-form__helper-row{display:flex;align-items:center;justify-content:space-between;margin-top:-4px}.auth-link-button{border:0;background:transparent;color:var(--brand-teal-text);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.auth-link-button:hover{text-decoration:underline}.auth-register-callout{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:20px;padding:14px;border:1px solid #dbeceb;border-radius:14px;background:#f5fbfa;color:var(--muted);font-size:13px}.auth-register-callout a{display:inline-flex;align-items:center;gap:4px;color:var(--brand-teal-text);font-weight:900;text-decoration:none}.auth-register-callout a:hover{text-decoration:underline}.auth-field-hint{margin-top:1px;color:var(--muted);font-size:12px}.auth-success-card{display:grid;justify-items:center;gap:15px;padding:20px;border:1px solid #cce9e7;border-radius:16px;background:#f3fbfa;text-align:center}.auth-success-card>svg{color:var(--brand-teal-text)}.auth-success-card b{font-size:14px;line-height:1.5}.auth-success-card .button{width:100%}@media(max-width:640px){.auth-page{min-height:100svh;background:#f8fbfc}.auth-simple-topbar{height:auto;min-height:calc(66px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);width:calc(100% - 28px)}.auth-simple-shell{min-height:calc(100svh - 66px - env(safe-area-inset-top));padding:18px 14px calc(30px + env(safe-area-inset-bottom));align-items:center}.auth-panel,.auth-panel--simple{padding:24px 18px;border-radius:22px;box-shadow:0 18px 48px #061d3d17}.auth-panel__head h1{font-size:28px}.auth-panel__head p{margin:8px auto 21px;font-size:14px}.auth-secure-badge{margin-bottom:10px}.auth-google-button,.auth-submit{min-height:54px}.auth-divider{margin:14px 0}.auth-register-callout{flex-wrap:wrap;text-align:center;margin-top:16px}.auth-simple-footer{margin-top:15px;padding-top:15px}.diro-splash__content .brand-logo{transform:scale(1.28)}}@media(prefers-reduced-motion:reduce){.diro-splash__loader{animation:none}}.property-builder-page{background:#f6f9fb}.property-builder-hero{padding:64px 0 34px;background:linear-gradient(180deg,#fff 0,#f6f9fb);border-bottom:1px solid var(--line)}.property-builder-hero__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:34px}.property-builder-hero h1{max-width:760px;margin:10px 0 12px;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.045em}.property-builder-hero p{max-width:760px;margin:0;color:var(--ink-soft);font-size:17px;line-height:1.75}.property-builder-actions{display:flex;gap:8px;flex-shrink:0}.property-builder-workspace{padding:26px 0 90px}.property-builder-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:18px}.property-builder-stepper div{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:8px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--muted);font-size:13px}.property-builder-stepper span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--surface-soft);font-size:11px;font-weight:800}.property-builder-stepper .is-active{color:var(--brand-navy-900);border-color:#13b5b152;background:#f2fbfa}.property-builder-stepper .is-active span{color:#fff;background:var(--brand-teal-strong)}.property-builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.property-builder-main{display:grid;gap:18px}.property-builder-card,.property-live-preview{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}.property-builder-card{padding:24px}.property-builder-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.property-builder-card__head--compact{align-items:center}.property-builder-card__head h2,.property-tour-panel__copy h2{margin:5px 0 6px;font-size:24px;letter-spacing:-.025em}.property-builder-card__head p{max-width:690px;margin:0;color:var(--ink-soft);line-height:1.65}.property-builder-kicker{color:var(--brand-teal-strong);font-size:12px;font-weight:850}.quality-badge,.autosave-pill,.premium-badge{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;padding:8px 10px;border-radius:999px;font-size:11px;font-weight:800}.quality-badge{color:var(--brand-teal-strong);background:#eaf9f8}.autosave-pill{color:var(--success);background:#ecf8f3}.premium-badge{width:max-content;color:#fff;background:var(--brand-navy-900);letter-spacing:.08em}.property-upload-stage{position:relative;min-height:300px;overflow:hidden;display:grid;place-items:center;border:1px dashed #b8c9d7;border-radius:20px;background:linear-gradient(135deg,#eef7f8,#f7fafc)}.property-upload-stage__scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.36}.scene-wall{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#d8e6eb 0,#d8e6eb 53%,#eef3f5 53%)}.scene-window{position:absolute;width:36%;height:54%;left:8%;top:10%;border:10px solid rgba(255,255,255,.7);background:linear-gradient(#aadbe7,#d8f2f3 58%,#b7d7c3 58%);box-shadow:inset 0 0 0 1px #0a2d5914}.scene-sofa{position:absolute;width:44%;height:26%;right:11%;bottom:15%;border-radius:35px 35px 8px 8px;background:#d6dee3;box-shadow:0 18px 0 -9px #061d3d14}.scene-floor{position:absolute;left:0;right:0;bottom:0;height:28%;background:repeating-linear-gradient(100deg,#9a7c5921 0,#9a7c5921 3px,#fff3 3px,#fff3 42px)}.property-upload-stage__content{position:relative;z-index:2;width:min(90%,420px);display:grid;justify-items:center;gap:9px;padding:28px;text-align:center;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.property-upload-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--brand-teal-strong);background:#e9f8f7;font-size:27px;line-height:1}.property-upload-stage__content strong{font-size:18px}.property-upload-stage__content small{color:var(--muted)}.property-photo-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:12px}.property-photo-thumb{position:relative;min-height:92px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#eaf0f4;color:#fff;text-align:right}.property-photo-thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(4,20,44,.7))}.property-photo-thumb span,.property-photo-thumb b{position:absolute;z-index:1}.property-photo-thumb span{top:8px;right:8px;width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#ffffffe6;color:var(--brand-navy-900);font-size:12px}.property-photo-thumb b{right:9px;bottom:8px;font-size:11px}.property-photo-thumb--living{background:linear-gradient(145deg,#aacbd5,#e6d8c8)}.property-photo-thumb--kitchen{background:linear-gradient(145deg,#c2d6d9,#8ea7af)}.property-photo-thumb--balcony{background:linear-gradient(145deg,#9fd6e4,#97bea3)}.property-photo-thumb--bedroom{background:linear-gradient(145deg,#d8cdbf,#b9c7d2)}.property-photo-thumb--add{display:grid;place-items:center;color:var(--brand-teal-strong);background:#f7fbfb}.property-photo-thumb--add:before{display:none}.property-photo-thumb--add b{position:static;color:var(--ink-soft)}.property-photo-thumb--add{font-size:25px}.media-guidance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.media-guidance-grid div{padding:14px;border-radius:15px;background:var(--surface-soft)}.media-guidance-grid b{color:var(--brand-teal-strong);font-size:11px}.media-guidance-grid span{display:block;margin:4px 0;font-weight:800}.media-guidance-grid small{color:var(--muted);line-height:1.45}.property-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.property-field{display:grid;gap:7px;color:var(--ink-soft);font-size:12px;font-weight:700}.property-field input,.property-field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none}.property-field input{height:46px;padding:0 12px}.property-field textarea{padding:12px;resize:vertical;line-height:1.65}.property-field input:focus,.property-field textarea:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11a}.property-field small{color:var(--muted);font-weight:500;line-height:1.5}.property-builder-divider{height:1px;margin:22px 0;background:var(--line)}.property-description-layout{display:grid;gap:12px}.property-field--full{grid-column:1/-1}.property-tags-block{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.property-tags-block__head{display:flex;align-items:center;justify-content:space-between}.property-tags-block__head button{border:0;background:transparent;color:var(--brand-teal-strong);font-weight:750}.property-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.property-tags span{padding:8px 11px;border:1px solid #d7eeec;border-radius:999px;background:#f2fbfa;color:#167c79;font-size:12px;font-weight:700}.property-tour-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;overflow:hidden}.property-tour-panel__visual{position:relative;min-height:280px;overflow:hidden;border-radius:18px;background:linear-gradient(#c6e9ef 0,#c6e9ef 48%,#d9d4c8 48%);perspective:600px}.tour-room{position:absolute;background:#ffffffc2;border:1px solid rgba(8,45,83,.08)}.tour-room--back{width:62%;height:62%;left:19%;top:14%}.tour-room--left{width:38%;height:68%;left:-8%;top:8%;transform:rotateY(38deg);transform-origin:right}.tour-room--right{width:38%;height:68%;right:-8%;top:8%;transform:rotateY(-38deg);transform-origin:left}.tour-hotspot{position:absolute;display:grid;place-items:center;border:3px solid rgba(255,255,255,.85);border-radius:50%;color:#fff;background:var(--brand-teal-strong);box-shadow:0 8px 20px #079d9b40;font-weight:900}.tour-hotspot--1{width:58px;height:58px;left:44%;top:38%}.tour-hotspot--2{width:34px;height:34px;left:24%;top:55%}.property-tour-panel__copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.property-tour-panel__copy p{margin:0 0 14px;color:var(--ink-soft);line-height:1.7}.property-tour-panel__copy ul{display:grid;gap:8px;padding:0;margin:0 0 18px;list-style:none}.property-tour-panel__copy li{display:flex;align-items:center;gap:8px;color:var(--ink-soft)}.property-tour-panel__copy li svg{color:var(--brand-teal-strong)}.property-live-preview{position:sticky;top:calc(var(--header-h) + 18px);overflow:hidden}.property-live-preview__top{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line);font-weight:800}.property-live-preview__top b{padding:5px 8px;border-radius:999px;color:var(--success);background:#ecf8f3;font-size:12px}.property-live-preview__image{position:relative;height:235px;overflow:hidden;background:linear-gradient(#bde7ef 0,#bde7ef 50%,#cfdac8 50%)}.preview-sky{position:absolute;top:0;right:0;bottom:48%;left:0;background:linear-gradient(140deg,#c9edf3,#edf9fb)}.preview-home{position:absolute;width:78%;height:60%;right:11%;bottom:7%;background:linear-gradient(90deg,#f7fbfc 0,#f7fbfc 68%,#dde7e9 68%);clip-path:polygon(0 15%,72% 0,100% 15%,100% 100%,0 100%)}.preview-window{position:absolute;width:49%;height:26%;right:25%;bottom:21%;background:repeating-linear-gradient(90deg,#184b72 0 9%,transparent 9% 23%);opacity:.75}.preview-balcony{position:absolute;width:57%;height:5%;right:22%;bottom:30%;border-top:3px solid rgba(255,255,255,.85);border-bottom:1px solid rgba(10,45,89,.18)}.preview-count{position:absolute;left:12px;bottom:12px;padding:6px 8px;border-radius:9px;color:#fff;background:#04142cb8;font-size:12px}.property-live-preview__body{padding:17px}.preview-location{color:var(--brand-teal-strong);font-size:11px;font-weight:800}.property-live-preview__body h3{margin:7px 0 8px;font-size:19px;line-height:1.35}.property-live-preview__body strong{font-size:22px}.preview-specs{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.preview-specs span{padding:6px 8px;border-radius:8px;background:var(--surface-soft);color:var(--ink-soft);font-size:12px}.property-live-preview__body p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.preview-reactions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px}.preview-reactions button{min-height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);font-size:12px}.property-builder-demo-link{margin-top:26px;display:flex;justify-content:center}@media(max-width:980px){.property-builder-hero__inner{align-items:flex-start;flex-direction:column}.property-builder-layout{grid-template-columns:1fr}.property-live-preview{position:static}.property-live-preview{display:grid;grid-template-columns:260px 1fr}.property-live-preview__top{grid-column:1/-1}.property-live-preview__image{height:100%;min-height:250px}.property-form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.property-builder-hero{padding:36px 0 24px}.property-builder-hero h1{font-size:38px}.property-builder-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.property-builder-stepper{grid-template-columns:repeat(5,auto);overflow:hidden;gap:5px}.property-builder-stepper div{min-width:0;padding:7px 5px;gap:4px;flex-direction:column;font-size:12px}.property-builder-stepper span{width:22px;height:22px}.property-builder-card{padding:16px;border-radius:20px}.property-builder-card__head{gap:12px;flex-direction:column}.property-builder-card__head h2,.property-tour-panel__copy h2{font-size:21px}.property-upload-stage{min-height:250px}.property-upload-stage__content{padding:20px 14px}.property-photo-strip{grid-template-columns:repeat(3,1fr)}.property-photo-thumb{min-height:78px}.media-guidance-grid{grid-template-columns:1fr}.property-form-grid{grid-template-columns:1fr 1fr}.property-tour-panel{grid-template-columns:1fr}.property-tour-panel__visual{min-height:220px}.property-live-preview{display:block;border-radius:20px}.property-live-preview__image{height:215px;min-height:0}.preview-reactions{gap:5px}}.property-builder-demo-link{gap:8px;flex-wrap:wrap}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#f5f8fb}html[dir=rtl] .app-shell{direction:rtl}html[dir=ltr] .app-shell{direction:ltr}.app-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:20px 14px;border-inline-end:1px solid var(--line);background:#fffffff5;z-index:40}.app-sidebar__brand{padding:4px 8px 22px}.app-sidebar__nav{min-height:0;overflow-y:auto;display:grid;gap:5px;padding-inline-end:2px;scrollbar-width:thin}.app-nav-link{min-height:44px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:13px;color:var(--ink-soft);font-weight:700;font-size:14px;transition:.18s ease}.app-nav-link:hover{background:#f6f9fb;color:var(--brand-navy-900)}.app-nav-link.is-active{background:#eef9f8;color:var(--brand-teal-text)}.app-nav-link b{margin-inline-start:auto;min-width:22px;height:22px;display:grid;place-items:center;padding:0 6px;border-radius:999px;color:#fff;background:var(--brand-navy-900);font-size:11px}.app-sidebar__bottom{flex-shrink:0;margin-top:auto;display:grid;gap:12px;padding-top:10px}.app-plan-card{display:grid;gap:5px;padding:14px;border-radius:16px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-950),var(--brand-navy-800))}.app-plan-card span{color:var(--brand-cyan);font-size:11px;font-weight:900;letter-spacing:.08em}.app-plan-card b{font-size:13px}.app-plan-card small{color:#fff9;font-size:11px}.app-shell__main{min-width:0}.app-topbar{position:sticky;top:0;z-index:35;min-height:70px;display:flex;align-items:center;gap:16px;padding:10px 24px;border-bottom:1px solid var(--line);background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-search{flex:1;max-width:620px;min-width:240px;height:44px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:#f9fbfc;color:var(--muted)}.app-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.app-search kbd{padding:4px 7px;border:1px solid #dce4eb;border-radius:7px;background:#fff;color:var(--muted);font-size:11px;box-shadow:0 1px 1px #04142c0d}.app-topbar__actions{margin-inline-start:auto;display:flex;align-items:center;gap:8px}.app-icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft)}.app-icon-button i{position:absolute;left:-3px;top:-4px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;color:#fff;background:#ef6363;font-size:11px;font-style:normal;font-weight:900}.app-profile-chip{min-width:165px;display:flex;align-items:center;gap:9px;padding-block:5px;padding-inline:8px 10px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-align:start}.app-profile-chip>div{display:grid;gap:1px}.app-profile-chip b{font-size:13px}.app-profile-chip small{color:var(--muted);font-size:11px}.app-profile-chip svg{margin-inline-start:auto;color:var(--muted)}.app-avatar{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;border-radius:10px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));font-size:12px;font-weight:900}.app-topbar__mobile-title{display:none}.app-content{min-height:calc(100vh - 70px)}.app-page{width:min(calc(100% - 40px),1440px);margin-inline:auto;padding:32px 0 70px}.app-page-heading{min-height:82px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.app-page-heading h1{margin:4px 0 6px;font-size:32px;letter-spacing:-.035em}.app-page-heading p{max-width:720px;margin:0;color:var(--ink-soft);line-height:1.6}.app-page-heading>div:last-child{display:flex;gap:8px}.app-eyebrow,.app-panel__kicker{color:var(--brand-teal-text);font-size:11px;font-weight:900;letter-spacing:.08em}.app-panel{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 6px 18px #061d3d09}.app-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.app-panel__head h2{margin:3px 0 0;font-size:18px;letter-spacing:-.02em}.app-panel__head>a,.app-panel__head>button{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--brand-teal-text);font-size:13px;font-weight:800}.app-placeholder{min-height:360px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--brand-teal-text);text-align:center}.app-placeholder b{color:var(--ink);font-size:22px}.app-placeholder span{color:var(--muted)}.app-mobile-nav{display:none}@media(max-width:1100px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.app-sidebar{padding-inline:10px}.app-sidebar__brand{overflow:hidden;padding-inline:10px}.app-sidebar__brand .brand-logo__text{display:none}.app-sidebar__brand .brand-logo__mark{width:36px;height:36px}.app-nav-link{justify-content:center;padding:0}.app-nav-link span,.app-nav-link b,.app-plan-card{display:none}}@media(max-width:760px){.app-shell{display:block}.app-sidebar{display:none}.app-topbar{min-height:62px;padding:9px 14px}.app-topbar__mobile-title{display:grid;gap:0;direction:ltr}.app-topbar__mobile-title b{color:var(--brand-navy-900);font-size:17px;letter-spacing:.12em}.app-topbar__mobile-title span{color:var(--muted);font-size:11px}.app-search{display:none}.app-profile-chip{min-width:0;padding:4px;border:0;background:transparent}.app-profile-chip>div,.app-profile-chip>svg{display:none}.app-quick-add{display:none}.app-page{width:min(calc(100% - 24px),100%);padding:22px 0 92px}.app-page-heading{min-height:0;margin-bottom:18px;align-items:flex-start}.app-page-heading h1{font-size:27px}.app-page-heading p{font-size:13px}.app-page-heading>.button,.app-page-heading>button{padding-inline:12px;font-size:12px}.app-mobile-nav{position:fixed;z-index:60;left:10px;right:10px;bottom:9px;min-height:62px;display:grid;grid-template-columns:repeat(5,1fr);padding:5px;border:1px solid rgba(225,233,241,.95);border-radius:19px;background:#fffffff5;box-shadow:0 14px 40px #061d3d29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:13px;color:var(--muted);font-size:11px;font-weight:800}.app-mobile-nav a.is-active{color:var(--brand-teal-text);background:#eef9f8}.app-mobile-nav a:nth-child(3){color:#fff;background:var(--brand-navy-900)}.app-panel{border-radius:18px}}.app-nav-link--owner{margin-top:8px;border:1px solid #dcebe9;background:#fbfefe;color:var(--brand-navy-900)}.app-nav-link--owner.is-active{border-color:#bfe0dc;background:linear-gradient(135deg,#eef9f8,#f7fbff)}.app-owner-button{color:var(--brand-teal-text);background:#eef9f8}.app-topbar>.global-search-wrap{flex:1}.app-nav-logout-button{border:1px solid #f1dddd;background:snow;color:#a84646}.app-nav-logout-button:hover{background:#fff1f1;color:#8c2f2f}.app-nav-logout-button:disabled{opacity:.55;cursor:wait}.app-profile-chip b{font-size:14px}.app-profile-chip small,.app-eyebrow,.app-panel__kicker,.app-plan-card span,.app-plan-card small{font-size:12px}.app-plan-card b,.app-search input{font-size:14px}.app-topbar__mobile-title span{font-size:12px}@media(max-width:760px){.app-mobile-nav a{font-size:12px;min-height:50px}.app-page-heading p{font-size:14px;line-height:1.5}.app-page-heading>.button,.app-page-heading>button{font-size:13px;min-height:44px}}.app-topbar__mobile-shell,.app-sidebar__mobile-head,.app-sidebar__mobile-profile,.app-sidebar__mobile-tools,.app-mobile-drawer-backdrop{display:none}@media(max-width:760px){body.diro-mobile-menu-open{overflow:hidden}.app-shell{display:block;min-height:100svh}.app-shell__main{min-height:100svh}.app-topbar{min-height:calc(66px + env(safe-area-inset-top));padding:calc(10px + env(safe-area-inset-top)) 16px 10px;background:#fffffff5;border-bottom:1px solid rgba(216,228,234,.92);box-shadow:0 5px 18px #061d3d09}.app-topbar__mobile-shell{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.app-topbar__mobile-shell .brand-logo__mark{width:34px;height:34px}.app-topbar__mobile-shell .brand-logo__text{font-size:22px;letter-spacing:.13em}.app-topbar__actions,.app-topbar>.global-search-wrap,.app-topbar__mobile-title{display:none}.app-mobile-menu-toggle{position:relative;width:46px;height:46px;display:grid;place-content:center;gap:5px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--brand-navy-900);box-shadow:0 5px 16px #061d3d0d}.app-mobile-menu-toggle span{width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .16s ease}.app-mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.app-mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.app-mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.app-sidebar{display:flex;position:fixed;z-index:90;top:0;bottom:0;inset-inline-start:0;width:min(88vw,360px);height:100svh;padding:0 16px calc(18px + env(safe-area-inset-bottom));border:0;border-inline-end:1px solid var(--line);background:#fffffffb;box-shadow:0 30px 90px #04142c38;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transition:transform .26s cubic-bezier(.22,.8,.22,1);overflow:hidden}html[dir=rtl] .app-sidebar{transform:translate(105%)}html[dir=ltr] .app-sidebar{transform:translate(-105%)}.app-sidebar.is-mobile-open{transform:translate(0)}.app-sidebar__brand{display:none}.app-sidebar__mobile-head{min-height:calc(72px + env(safe-area-inset-top));display:flex;align-items:flex-end;justify-content:space-between;padding:calc(12px + env(safe-area-inset-top)) 4px 12px;border-bottom:1px solid #edf1f5;flex-shrink:0}.app-sidebar__mobile-head .brand-logo__mark{width:34px;height:34px}.app-sidebar__mobile-head .brand-logo__text{font-size:22px;letter-spacing:.13em}.app-sidebar__close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink)}.app-sidebar__mobile-profile{margin:14px 0 10px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px;border:1px solid #e3ebf1;border-radius:16px;background:linear-gradient(135deg,#f8fbfc,#f2fafa);text-align:start;color:var(--ink)}.app-sidebar__mobile-profile .app-avatar{width:42px;height:42px;border-radius:13px;font-size:13px}.app-sidebar__mobile-profile>span:nth-child(2){min-width:0;display:grid;gap:2px}.app-sidebar__mobile-profile b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.app-sidebar__mobile-profile small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}.app-sidebar__nav{display:grid;gap:4px;overflow-y:auto;padding:2px 0 12px;scrollbar-width:none}.app-sidebar__nav::-webkit-scrollbar{display:none}.app-nav-link{min-height:48px;justify-content:flex-start;padding:0 12px;border-radius:13px;font-size:14px}.app-nav-link span,.app-nav-link b{display:initial}.app-nav-link b{display:grid}.app-nav-more{display:none}.app-sidebar__secondary{display:grid!important;gap:4px}.app-sidebar__bottom{gap:7px;padding:10px 0 0;border-top:1px solid #edf1f5;background:#fff}.app-sidebar__mobile-tools{display:grid;grid-template-columns:1fr 1fr;gap:6px}.app-sidebar__mobile-tools .app-nav-link{border:1px solid var(--line);background:#fbfcfd}.app-plan-card{display:none}.app-nav-logout-button{min-height:46px}.app-mobile-drawer-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#04142c57;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s ease}.app-shell.is-mobile-menu-open .app-mobile-drawer-backdrop{opacity:1;pointer-events:auto}.app-mobile-nav{display:none!important}.app-page{width:min(calc(100% - 24px),100%);padding:24px 0 calc(34px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.app-sidebar,.app-mobile-menu-toggle span,.app-mobile-drawer-backdrop{transition:none!important}}.dashboard-heading{align-items:flex-end}.dashboard-heading__actions{display:flex;gap:8px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.dashboard-stat{min-height:114px;display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}.dashboard-stat__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px}.dashboard-stat>div:last-child{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:baseline}.dashboard-stat span{grid-column:1/-1;color:var(--muted);font-size:13px}.dashboard-stat b{font-size:25px}.dashboard-stat small{color:var(--muted);font-size:12px}.dashboard-stat--teal .dashboard-stat__icon{color:#087c79;background:#eaf9f8}.dashboard-stat--rose .dashboard-stat__icon{color:#b65368;background:#fff0f2}.dashboard-stat--amber .dashboard-stat__icon{color:#a46b20;background:#fff6e8}.dashboard-stat--blue .dashboard-stat__icon{color:#2d66a1;background:#eef5fc}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.dashboard-grid>.app-panel{padding:20px}.dashboard-agenda{grid-row:span 2}.agenda-list{display:grid;margin-top:12px}.agenda-item{position:relative;min-height:88px;display:grid;grid-template-columns:62px 2px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f5}.agenda-item:last-child{border-bottom:0}.agenda-item time{display:grid;color:var(--brand-navy-900);font-weight:900;font-size:18px}.agenda-item time small{color:var(--muted);font-size:11px;font-weight:600}.agenda-item__line{width:2px;height:48px;border-radius:3px;background:#dde8ee}.agenda-item>div{display:grid;gap:3px}.agenda-item>div b{font-size:13px}.agenda-item>div strong{font-size:13px}.agenda-item>div small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.agenda-item em{padding:6px 8px;border-radius:999px;color:#087c79;background:#eaf9f8;font-size:12px;font-style:normal;font-weight:900}.agenda-item.is-next{margin-inline:-8px;padding-inline:8px;border-radius:14px;background:#f7fbfb}.agenda-item.is-next .agenda-item__line{background:var(--brand-teal)}.attention-list{display:grid;margin-top:10px}.attention-client{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f5}.attention-client:last-child{border-bottom:0}.attention-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;font-size:12px;font-weight:900}.attention-avatar--hot{color:#a64255;background:#fff0f2}.attention-avatar--warm{color:#9a6927;background:#fff6e8}.attention-avatar--seller{color:#26609b;background:#edf4fc}.attention-avatar--future{color:#7059a7;background:#f1edfb}.attention-client>div{min-width:0}.attention-client>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.attention-client b{font-size:13px}.attention-client>div>div span{color:var(--brand-teal-text);font-size:12px;font-weight:800}.attention-client p{margin:3px 0 5px;overflow:hidden;color:var(--ink-soft);font-size:12px;white-space:nowrap;text-overflow:ellipsis}.attention-client small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.activity-feed{display:grid;margin-top:10px}.activity-item{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid #edf1f5}.activity-item:last-child{border-bottom:0}.activity-item>span{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:var(--brand-teal-strong);background:#eef9f8}.activity-item>div{display:grid;gap:3px}.activity-item b{font-size:13px}.activity-item small,.activity-item time{color:var(--muted);font-size:12px}.live-dot{display:flex;align-items:center;gap:5px;color:var(--success);font-size:11px;font-weight:800}.live-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #1a9d721a}.dashboard-push-card{grid-column:2;min-height:154px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;background:linear-gradient(135deg,#fff,#f3fbfa)!important}.push-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal))}.dashboard-push-card h2{margin:3px 0 5px;font-size:16px}.dashboard-push-card p{margin:0;max-width:520px;color:var(--ink-soft);font-size:13px;line-height:1.55}@media(max-width:1100px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.dashboard-agenda{grid-row:auto}.dashboard-push-card{grid-column:auto}}@media(max-width:760px){.dashboard-heading{display:grid;gap:12px}.dashboard-heading__actions{width:100%}.dashboard-heading__actions .button{flex:1}.dashboard-stats{grid-template-columns:1fr 1fr;gap:8px}.dashboard-stat{min-height:98px;padding:12px;gap:9px}.dashboard-stat__icon{width:36px;height:36px}.dashboard-stat b{font-size:20px}.dashboard-grid{gap:10px}.dashboard-grid>.app-panel{padding:15px}.agenda-item{grid-template-columns:52px 2px 1fr;gap:8px}.agenda-item em{display:none}.dashboard-push-card{grid-template-columns:40px 1fr}.dashboard-push-card>.button{grid-column:1/-1;width:100%}.activity-item time{display:none}}.dashboard-goal-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(190px,280px) auto;gap:15px;align-items:center;margin-bottom:16px;padding:15px 17px;border:1px solid rgba(13,92,102,.12);border-radius:20px;color:#fff;background:radial-gradient(circle at 15% -50%,rgba(75,226,212,.28),transparent 38%),linear-gradient(120deg,#061d3d,#0b315f 58%,#0b626f);box-shadow:0 10px 28px #061d3d17}.dashboard-goal-card:after{content:"";position:absolute;left:-45px;bottom:-95px;width:190px;height:190px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 30px #ffffff05}.dashboard-goal-card__icon{position:relative;z-index:2;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#0a5c57;background:#87f2e7}.dashboard-goal-card__copy{position:relative;z-index:2;display:grid;gap:2px}.dashboard-goal-card__copy small{color:#8cf1e7;font-size:11px;font-weight:900;letter-spacing:.08em}.dashboard-goal-card__copy b{font-size:15px}.dashboard-goal-card__copy span{color:#ffffffad;font-size:12px}.dashboard-goal-card__progress{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.dashboard-goal-card__progress strong{color:#8cf1e7;font-size:14px}.dashboard-goal-card__progress>span{height:7px;overflow:hidden;border-radius:999px;background:#ffffff1c}.dashboard-goal-card__progress>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4bdccc,#8dfff3)}.dashboard-goal-card__progress small{color:#ffffffad;font-size:12px}.dashboard-goal-card>svg{position:relative;z-index:2;color:#fff9}@media(max-width:850px){.dashboard-goal-card{grid-template-columns:auto 1fr auto}.dashboard-goal-card__progress{grid-column:2/-1}.dashboard-goal-card__progress small{padding-left:8px}}@media(max-width:520px){.dashboard-goal-card{grid-template-columns:auto 1fr;padding:13px}.dashboard-goal-card>svg{display:none}.dashboard-goal-card__icon{width:42px;height:42px}.dashboard-goal-card__copy b{font-size:13px}.dashboard-goal-card__progress{grid-column:1/-1}}.client-summary-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:14px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.client-summary-strip>div{min-height:74px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-inline-start:1px solid var(--line)}.client-summary-strip>div:first-child{border-inline-start:0}.client-summary-strip b{font-size:23px}.client-summary-strip span{color:var(--muted);font-size:12px}.clients-workspace{padding:16px}.clients-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:10px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}.clients-search{height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#f9fbfc;color:var(--muted)}.clients-search input{width:100%;border:0;outline:0;background:transparent}.clients-filters{display:flex;gap:4px;padding:3px;border-radius:12px;background:#f4f7f9}.clients-filters button{min-height:34px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.clients-filters button.is-active{color:var(--brand-navy-900);background:#fff;box-shadow:0 2px 8px #061d3d0f}.client-list-head,.client-row{display:grid;grid-template-columns:1.1fr 1fr .6fr .75fr;gap:14px;align-items:center}.client-list-head{padding:12px 14px 8px;color:var(--muted);font-size:12px;font-weight:800}.client-row{min-height:80px;padding:10px 14px;border-top:1px solid #edf1f5;transition:.15s ease}.client-row:hover{margin-inline:-4px;padding-inline:18px;border-radius:13px;background:#f8fbfc}.client-row__identity{display:flex;align-items:center;gap:10px}.client-avatar,.client-profile-avatar{display:grid;place-items:center;flex-shrink:0;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));font-weight:900}.client-avatar{width:38px;height:38px;border-radius:12px;font-size:12px}.client-row__identity>div,.client-row__need,.client-row__status{display:grid;gap:3px}.client-row b{font-size:14px}.client-row small{color:var(--muted);font-size:12px}.client-row__need small{white-space:nowrap}.client-status{width:max-content;display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:900}.client-status--hot{color:#a64055;background:#fff0f2}.client-status--active{color:#8c651f;background:#fff5e3}.client-status--seller{color:#275e99;background:#eef5fc}.client-status--future{color:#6f59a4;background:#f1edfb}.client-row__action{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--brand-teal-text);font-size:12px;font-weight:800}.client-profile-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;padding:20px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff,#f4fbfa)}.client-profile-identity{display:flex;align-items:center;gap:14px}.client-profile-avatar{width:58px;height:58px;border-radius:17px;font-size:15px}.client-profile-identity h1{margin:3px 0 6px;font-size:27px}.client-contact-line{display:flex;flex-wrap:wrap;gap:9px}.client-contact-line>span:not(.client-status){display:flex;align-items:center;gap:4px;color:var(--muted);font-size:13px}.client-profile-actions{display:flex;gap:7px}.client-profile-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.client-profile-grid>.app-panel{padding:20px}.client-needs-panel{grid-row:span 1}.client-needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.client-needs-grid>div{display:grid;gap:4px;padding:12px;border-radius:13px;background:#f7fafc}.client-needs-grid span{color:var(--muted);font-size:12px}.client-needs-grid b{font-size:13px}.client-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.client-tags span{padding:6px 8px;border-radius:999px;color:#147773;background:#eef9f8;font-size:12px;font-weight:800}.client-smart-note{display:flex;gap:10px;padding:12px;border:1px solid #dff0ee;border-radius:14px;background:#f4fbfa;color:var(--brand-teal-text)}.client-smart-note div{display:grid;gap:3px}.client-smart-note b{color:var(--ink);font-size:13px}.client-smart-note p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.5}.client-next-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.client-next-panel h2{margin:5px 0;font-size:18px}.client-next-panel strong{font-size:22px}.client-next-panel p{margin:6px 0 14px;color:var(--ink-soft);font-size:13px;line-height:1.55}.client-next-panel>div{display:flex;gap:7px}.client-properties-panel{grid-column:1/-1}.client-property-metrics{display:flex;gap:7px;margin:14px 0}.client-property-metrics span{padding:7px 10px;border-radius:10px;background:#f6f9fb;color:var(--muted);font-size:12px}.client-property-metrics b{color:var(--ink);font-size:13px}.mini-property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-property-card{overflow:hidden;display:grid;grid-template-columns:110px 1fr;border:1px solid var(--line);border-radius:14px}.mini-property-card>div:last-child{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:10px}.mini-property-card b{font-size:13px}.mini-property-card small{color:var(--muted);font-size:12px}.mini-property-card strong{color:var(--brand-navy-900);font-size:13px}.property-photo-art{position:relative;min-height:90px;overflow:hidden;background:linear-gradient(145deg,#b8dce5,#e6dbcb)}.property-photo-art:before{content:"";position:absolute;left:12%;right:12%;bottom:10%;height:58%;border-radius:3px 3px 0 0;background:#ffffffbf;clip-path:polygon(0 18%,60% 0,100% 18%,100% 100%,0 100%)}.property-photo-art:after{content:"";position:absolute;left:24%;right:24%;bottom:19%;height:22%;background:repeating-linear-gradient(90deg,#16476c 0 10%,transparent 10% 25%);opacity:.55}.property-photo-art--balcony{background:linear-gradient(145deg,#aedce8,#9bc8b5)}.property-photo-art--kitchen{background:linear-gradient(145deg,#d7d6cc,#9db6bd)}.property-photo-art--building{background:linear-gradient(145deg,#bbdce4,#ccd9c6)}.property-photo-art>span{position:absolute;z-index:2;top:7px;right:7px;padding:4px 7px;border-radius:7px;background:#ffffffeb;color:var(--brand-teal-text);font-size:11px;font-weight:900}.client-timeline-panel{grid-column:1/-1}.client-timeline{display:grid;margin-top:12px}.client-timeline>div{position:relative;display:grid;grid-template-columns:34px 1fr;gap:10px;padding:11px 0}.client-timeline>div:not(:last-child):after{content:"";position:absolute;inset-inline-start:16px;top:43px;bottom:-8px;width:1px;background:#e3eaef}.client-timeline__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;color:var(--brand-teal-strong);background:#eef9f8}.client-timeline>div>div{display:grid;gap:2px}.client-timeline time{color:var(--muted);font-size:12px}.client-timeline b{font-size:13px}.client-timeline p{margin:0;color:var(--ink-soft);font-size:13px}.client-folder-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.client-folder-main{display:grid;gap:14px}.folder-properties-panel,.folder-message-panel,.folder-access-panel{padding:20px}.folder-property-list{display:grid;margin-top:14px}.folder-property{display:grid;grid-template-columns:20px 86px 1fr auto 24px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f5}.folder-property:last-child{border-bottom:0}.folder-property .property-photo-art{min-height:64px;border-radius:10px}.folder-drag{color:#aab5c0;cursor:grab}.folder-property>div:nth-of-type(2){display:grid;gap:2px}.folder-property small,.folder-property span{color:var(--muted);font-size:12px}.folder-property b{font-size:13px}.folder-property>strong{font-size:13px}.folder-property>button{border:0;background:transparent;color:#9aa7b4;font-size:20px}.folder-message-panel h2{margin:4px 0 10px;font-size:18px}.folder-message-panel textarea{width:100%;min-height:105px;padding:12px;border:1px solid var(--line);border-radius:12px;resize:vertical;outline:0;line-height:1.6}.folder-message-panel small{display:block;margin-top:6px;color:var(--muted);font-size:12px}.folder-access-panel{position:sticky;top:88px}.folder-access-panel h2{margin:5px 0 16px;font-size:20px}.folder-access-panel>label:not(.folder-switch){display:grid;gap:6px;margin:12px 0;color:var(--ink-soft);font-size:13px;font-weight:800}.folder-access-panel select{height:42px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:#fff}.folder-switch{display:grid;grid-template-columns:auto 34px 1fr;gap:8px;align-items:center;padding:12px 0;border-block:1px solid #edf1f5}.folder-switch input{position:absolute;opacity:0}.folder-switch>span,.preference-switch>span{position:relative;width:34px;height:20px;border-radius:999px;background:#dbe3e9;transition:.18s}.folder-switch>span:after,.preference-switch>span:after{content:"";position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:.18s;box-shadow:0 1px 3px #0000001f}.folder-switch input:checked+span,.preference-switch input:checked+span{background:var(--brand-teal)}.folder-switch input:checked+span:after,.preference-switch input:checked+span:after{transform:translate(-14px)}.folder-switch div{display:grid;gap:2px}.folder-switch b{font-size:13px}.folder-switch small{color:var(--muted);font-size:12px}.folder-permissions{display:grid;gap:8px;padding:14px 0}.folder-permissions>b{font-size:13px}.folder-permissions label{display:flex;align-items:center;gap:7px;color:var(--ink-soft);font-size:13px}.folder-permissions input{accent-color:var(--brand-teal)}.folder-link-preview{display:grid;gap:5px;margin-bottom:10px;padding:11px;border-radius:12px;background:#f5f8fb}.folder-link-preview span{color:var(--muted);font-size:12px}.folder-link-preview code{direction:ltr;overflow:hidden;color:var(--brand-navy-900);font-size:12px;white-space:nowrap;text-overflow:ellipsis}.folder-access-panel>.button+.button{margin-top:7px}@media(max-width:1000px){.clients-toolbar{grid-template-columns:1fr auto}.clients-filters{grid-row:2;grid-column:1/-1}.client-list-head,.client-row{grid-template-columns:1fr .9fr .55fr}.client-list-head span:last-child,.client-row__action{display:none}.client-profile-grid{grid-template-columns:1fr}.client-properties-panel,.client-timeline-panel{grid-column:auto}.client-folder-layout{grid-template-columns:1fr}.folder-access-panel{position:static}}@media(max-width:760px){.client-summary-strip{grid-template-columns:1fr 1fr}.client-summary-strip>div:nth-child(3){border-inline-start:0}.client-summary-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.clients-workspace{padding:12px}.clients-toolbar{grid-template-columns:1fr}.clients-toolbar>.button{display:none}.clients-filters{grid-row:auto;grid-column:auto;overflow-x:auto}.client-list-head{display:none}.client-row{grid-template-columns:1fr auto;gap:8px;padding:12px 4px}.client-row__need{display:none}.client-row__status{align-items:end}.client-profile-hero{align-items:flex-start;flex-direction:column;padding:15px}.client-profile-actions{width:100%}.client-profile-actions .button{flex:1;padding-inline:9px;font-size:12px}.client-contact-line span:nth-child(2){display:none!important}.client-profile-grid>.app-panel{padding:15px}.client-needs-grid{grid-template-columns:1fr 1fr}.mini-property-grid{grid-template-columns:1fr}.mini-property-card{grid-template-columns:100px 1fr}.folder-property{grid-template-columns:72px 1fr auto}.folder-drag,.folder-property>strong{display:none}.folder-property>button{grid-column:3;grid-row:1}.folder-property .property-photo-art{grid-column:1;grid-row:1}.folder-property>div:nth-of-type(2){grid-column:2;grid-row:1}.folder-properties-panel,.folder-message-panel,.folder-access-panel{padding:15px}}.client-summary-strip span{font-size:13px}.clients-search input{font-size:14px}.clients-filters button,.client-list-head{font-size:13px}.client-row b{font-size:15px}.client-row small{font-size:13px;line-height:1.4}.client-status{font-size:12px}.client-row__action,.client-needs-grid span,.client-tags span{font-size:13px}.client-needs-grid b,.client-smart-note b{font-size:14px}.client-smart-note p,.client-contact-line>span:not(.client-status){font-size:14px}@media(max-width:760px){.client-row{min-height:86px}.clients-filters button{min-height:40px;padding-inline:12px}.client-status{font-size:12px}}.calendar-heading{align-items:flex-end}.calendar-heading>div:last-child{display:flex;gap:7px}.calendar-workspace{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;align-items:start}.calendar-workspace.has-settings{grid-template-columns:minmax(0,1fr) 260px 285px}.calendar-main{overflow:hidden}.calendar-toolbar{min-height:68px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line)}.calendar-month-title{display:flex;align-items:center;gap:7px}.calendar-month-title button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-soft)}.calendar-month-title>div{min-width:135px;text-align:center}.calendar-month-title h2{margin:0;font-size:17px}.calendar-month-title span{color:var(--muted);font-size:12px}.calendar-view-switch{margin-inline-start:auto;display:flex;padding:3px;border-radius:10px;background:#f4f7f9}.calendar-view-switch button{min-height:30px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.calendar-view-switch button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #061d3d0d}.calendar-today{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-weekdays{min-height:32px;align-items:center;border-bottom:1px solid var(--line);background:#fafcfd}.calendar-weekdays span{text-align:center;color:var(--muted);font-size:12px;font-weight:800}.calendar-day{position:relative;min-height:105px;display:block;padding:8px;border:0;border-left:1px solid #edf1f5;border-bottom:1px solid #edf1f5;background:#fff;color:var(--ink);text-align:right;overflow:hidden}.calendar-day:nth-child(7n){border-left:0}.calendar-day:hover{background:#fafdfd}.calendar-day.is-muted{background:#fbfcfd;color:#b2bcc6}.calendar-day.is-selected{top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 2px #13b5b173;background:#f8fcfc}.calendar-day.is-today .calendar-day__numbers b{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--brand-teal-strong)}.calendar-day__numbers{display:flex;align-items:center;justify-content:space-between}.calendar-day__numbers b{font-size:12px}.calendar-day__numbers span{color:var(--muted);font-size:12px}.calendar-day>em{display:block;width:max-content;max-width:100%;margin-top:4px;padding:3px 5px;border-radius:6px;color:#a66b1f;background:#fff5e5;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-day__events{display:grid;gap:3px;margin-top:6px}.calendar-event-dot{min-width:0;display:flex;align-items:center;gap:4px;padding:3px 4px;border-radius:6px;background:#f5f8fa;color:var(--ink-soft);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event-dot i{width:4px;height:4px;flex-shrink:0;border-radius:50%;background:var(--brand-teal)}.calendar-event-dot--meeting i{background:#5279bc}.calendar-event-dot--valuation i{background:#bd7a4d}.calendar-event-dot--property i{background:#7258aa}.calendar-event-dot--followup i{background:#d56876}.calendar-event-dot--contract i{background:#3f8b68}.calendar-day__events small{color:var(--muted);font-size:12px}.calendar-side,.calendar-settings{padding:17px}.calendar-side__head{padding-bottom:13px;border-bottom:1px solid var(--line)}.calendar-side__head h2{margin:4px 0;font-size:17px}.calendar-side__head small{color:var(--muted);font-size:12px}.calendar-side-events{display:grid;gap:8px;padding:12px 0}.calendar-side-event{display:grid;grid-template-columns:46px 1fr;gap:9px;padding:10px;border:1px solid var(--line);border-radius:12px;border-right:3px solid var(--brand-teal)}.calendar-side-event--meeting{border-right-color:#5279bc}.calendar-side-event--valuation{border-right-color:#bd7a4d}.calendar-side-event time{display:grid;font-size:13px;font-weight:900}.calendar-side-event time small{color:var(--muted);font-size:12px}.calendar-side-event>div{display:grid;gap:4px}.calendar-side-event b{font-size:12px}.calendar-side-event span,.calendar-side-event small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.calendar-empty{min-height:190px;display:grid;place-items:center;align-content:center;gap:5px;color:#aab7c1;text-align:center}.calendar-empty b{color:var(--ink);font-size:12px}.calendar-empty span{color:var(--muted);font-size:12px}.calendar-settings__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}.calendar-settings__head h2{margin:3px 0 0;font-size:17px}.calendar-settings__head button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:9px;background:#f4f7f9;color:var(--muted)}.calendar-settings-group{display:grid;gap:3px;padding:13px 0;border-bottom:1px solid #edf1f5}.calendar-settings-group>b{margin-bottom:4px;font-size:12px}.preference-switch{position:relative;min-height:44px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px}.preference-switch>div{display:grid;gap:2px}.preference-switch b{font-size:12px}.preference-switch small{color:var(--muted);font-size:12px}.preference-switch input{position:absolute;opacity:0}.preference-switch>span{grid-column:2;grid-row:1}.calendar-select-row{min-height:38px;display:grid;grid-template-columns:1fr 96px;align-items:center;gap:8px;padding:5px 0}.calendar-select-row>span{color:var(--ink-soft);font-size:12px;font-weight:800}.calendar-select-row select,.calendar-select-row input{width:100%;height:31px;padding:0 7px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:12px}.calendar-settings-note{display:flex;gap:8px;margin-top:12px;padding:10px;border-radius:12px;color:var(--brand-teal-strong);background:#eef9f8}.calendar-settings-note p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.55}.calendar-settings-note b{color:var(--ink);font-size:12px}@media(max-width:1280px){.calendar-workspace.has-settings{grid-template-columns:minmax(0,1fr) 270px}.calendar-workspace.has-settings .calendar-side{display:none}}@media(max-width:980px){.calendar-workspace,.calendar-workspace.has-settings{grid-template-columns:1fr}.calendar-workspace.has-settings .calendar-side{display:block}.calendar-settings{order:-1}.calendar-settings-group{grid-template-columns:1fr 1fr;column-gap:20px}.calendar-settings-group>b{grid-column:1/-1}.calendar-settings-note{grid-column:1/-1}.calendar-day{min-height:92px}}@media(max-width:760px){.calendar-heading{display:grid;gap:12px}.calendar-heading>div:last-child{width:100%}.calendar-heading .button{flex:1}.calendar-main{margin-inline:-12px;border-inline:0;border-radius:0}.calendar-toolbar{padding:9px 10px;flex-wrap:wrap}.calendar-month-title{width:100%;justify-content:center}.calendar-month-title>div{min-width:140px}.calendar-view-switch{margin-inline-start:0;flex:1}.calendar-day{min-height:72px;padding:5px}.calendar-day__numbers span{display:none}.calendar-day>em{font-size:12px}.calendar-event-dot{padding:2px;font-size:0}.calendar-event-dot i{width:5px;height:5px}.calendar-day__events{display:flex;flex-wrap:wrap;gap:2px}.calendar-day__events small{display:none}.calendar-settings-group{grid-template-columns:1fr}.calendar-settings-group>b,.calendar-settings-note{grid-column:auto}.calendar-side,.calendar-settings{padding:14px}}.calendar-day__numbers .is-hidden-number{color:transparent}.calendar-modal-backdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#04142c6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.calendar-modal{width:min(100%,430px);overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 30px 90px #04142c47}.calendar-modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.calendar-modal__head h2{margin:3px 0 0;font-size:20px}.calendar-modal__head button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:10px;background:#f4f7f9;color:var(--muted)}.calendar-modal__form{display:grid;gap:11px;padding:18px 20px}.calendar-modal__form>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.calendar-modal__form label{display:grid;gap:5px;color:var(--ink-soft);font-size:12px;font-weight:800}.calendar-modal__form input,.calendar-modal__form select{width:100%;height:42px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:0;color:var(--ink)}.calendar-modal__form input:focus,.calendar-modal__form select:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b117}.calendar-modal__footer{display:flex;justify-content:flex-end;gap:7px;padding:14px 20px;border-top:1px solid var(--line);background:#fafcfd}.client-portal{min-height:100vh;background:#f6f9fb;color:var(--ink)}.client-portal-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px max(18px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.client-portal-broker{display:flex;align-items:center;gap:8px}.client-portal-broker>div{display:grid;gap:0}.client-portal-broker small{color:var(--muted);font-size:12px}.client-portal-broker b{font-size:12px}.client-portal-broker button{min-height:34px;display:flex;align-items:center;gap:5px;margin-inline-start:6px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.client-portal-main{width:min(calc(100% - 30px),1120px);margin-inline:auto;padding:28px 0 70px}.client-portal-hero{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px 32px;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--brand-navy-950),#0d4472 65%,#126d77);overflow:hidden;position:relative}.client-portal-hero:after{content:"";position:absolute;left:-50px;top:-100px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(85,223,212,.22),transparent 68%)}.client-portal-hero>div{position:relative;z-index:1}.client-portal-hero span{color:var(--brand-cyan);font-size:12px;font-weight:900}.client-portal-hero h1{margin:6px 0 8px;font-size:34px}.client-portal-hero p{max-width:640px;margin:0;color:#ffffffb3;font-size:11px;line-height:1.7}.client-portal-stats{display:flex;gap:8px}.client-portal-stats span{min-width:78px;display:grid;gap:2px;padding:12px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#ffffff12;color:#ffffffa6;font-size:12px}.client-portal-stats b{color:#fff;font-size:22px}.client-portal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 0 12px}.client-portal-tabs{display:flex;gap:4px;padding:3px;border-radius:11px;background:#edf2f5}.client-portal-tabs button{min-height:34px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.client-portal-tabs button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #061d3d0d}.client-filter-button{min-height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:800}.portal-property-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.portal-property-card{overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 6px 18px #061d3d09}.portal-property-photo{position:relative;height:220px}.portal-property-photo.property-photo-art:before{left:18%;right:18%;height:55%}.portal-property-photo>span{position:absolute;z-index:3;left:10px;bottom:10px;padding:5px 7px;border-radius:8px;color:#fff;background:#04142cb8;font-size:12px}.portal-property-photo>button{position:absolute;z-index:3;left:10px;top:10px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;background:#ffffffe6;color:var(--brand-navy-900)}.portal-property-body{padding:14px}.portal-property-body>div:first-child{display:grid;gap:3px}.portal-property-body>div:first-child>span{color:var(--brand-teal-strong);font-size:12px;font-weight:800}.portal-property-body h2{margin:0;font-size:15px}.portal-property-body strong{font-size:17px}.portal-property-body small{color:var(--muted);font-size:12px}.portal-reactions{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:11px}.portal-reactions button{min-height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:800}.portal-reactions button.is-active.is-like{color:#a64255;border-color:#f0cbd3;background:#fff4f6}.portal-reactions button.is-active.is-maybe{color:#9b691c;border-color:#f0ddb8;background:#fff9ed}.portal-reactions button.is-active.is-no{color:#6d7782;background:#f4f6f8}.portal-note{height:38px;display:flex;align-items:center;gap:6px;margin-top:7px;padding:0 9px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#fafcfd}.portal-note input{width:100%;border:0;outline:0;background:transparent;font-size:12px}.portal-compare{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border:1px solid #d9efed;border-radius:20px;background:linear-gradient(135deg,#fff,#f0faf9)}.portal-compare h2{margin:4px 0 0;font-size:18px}@media(max-width:760px){.client-portal-header{min-height:62px;padding-inline:12px}.client-portal-header .brand-logo__text{font-size:18px}.client-portal-broker>div{display:none}.client-portal-main{width:calc(100% - 20px);padding-top:12px}.client-portal-hero{min-height:0;padding:20px;align-items:flex-start;flex-direction:column}.client-portal-hero h1{font-size:28px}.client-portal-stats{width:100%}.client-portal-stats span{flex:1;min-width:0}.client-portal-toolbar{align-items:stretch;flex-direction:column}.client-portal-tabs{overflow-x:auto}.portal-property-grid{grid-template-columns:1fr}.portal-property-photo{height:205px}.portal-compare{align-items:flex-start;flex-direction:column}.portal-compare .button{width:100%}}.client-room-loading,.client-room-state,.client-room-gate{min-height:100vh;display:grid;place-items:center;align-content:center;gap:18px;padding:24px;background:radial-gradient(circle at 50% 10%,#eefaf9 0,transparent 35%),#f6f9fb;color:var(--ink);text-align:center}.client-room-loading p{margin:0;color:var(--muted);font-size:14px}.client-room-loader{width:34px;height:34px;border:3px solid #dce9ec;border-top-color:var(--brand-teal);border-radius:50%;animation:clientRoomSpin .8s linear infinite}@keyframes clientRoomSpin{to{transform:rotate(360deg)}}.client-room-state>section{width:min(100%,430px);padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 50px #061d3d14}.client-room-state>section>span,.client-room-gate__icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;background:#eaf8f7;color:var(--brand-teal-strong)}.client-room-state h1,.client-room-gate h1{margin:5px 0 8px;font-size:25px}.client-room-state p,.client-room-gate p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.65}.client-room-gate{align-content:start;padding-top:7vh}.client-room-gate__brand{margin-bottom:4px}.client-room-gate__card{width:min(100%,440px);padding:34px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 22px 60px #061d3d17}.client-room-gate__card>small{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.client-room-gate form{display:grid;gap:10px;margin-top:22px;text-align:right}.client-room-gate form label{font-size:13px;font-weight:800}.client-room-gate form input{width:100%;height:52px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#fbfdfe;color:var(--ink);font-size:22px;font-weight:800;letter-spacing:.25em;text-align:center;outline:none}.client-room-gate form input:focus{border-color:var(--brand-teal);box-shadow:0 0 0 4px #18b3a91f}.client-room-gate__error{padding:9px 11px;border-radius:10px;background:#fff1f3;color:#a44257;font-size:12px}.client-room-gate__secure{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;color:var(--muted);font-size:11px}.client-room-gate__demo{display:block;margin-top:10px!important;color:#8b96a4!important;font-size:12px!important;line-height:1.5}.client-portal-broker small{font-size:11px}.client-portal-broker b{font-size:13px}.client-portal-broker button{font-size:11px}.client-portal-hero>div:first-child>span{font-size:12px}.client-portal-hero p{font-size:14px}.client-portal-stats span{font-size:11px}.client-portal-tabs button,.client-filter-button{font-size:12px}.client-portal-toolbar__actions{display:flex;align-items:center;gap:8px}.portal-saved{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:9px;background:#edf9f6;color:#168466;font-size:11px;font-weight:800}.portal-property-copy>span{font-size:11px!important}.portal-property-body h2{font-size:18px}.portal-property-body strong{font-size:20px}.portal-property-body small,.portal-reactions button{font-size:12px}.portal-note{height:44px}.portal-note input{font-size:12px}.portal-visited-badge{position:absolute;z-index:3;right:10px;top:10px;display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:9px;background:#094b49e6;color:#fff;font-size:12px;font-style:normal;font-weight:800}.portal-visited-badge.is-upcoming{background:#071d3bd1}.portal-property-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.portal-property-tags span{padding:5px 7px;border-radius:8px;background:#f0f5f7;color:#526273;font-size:12px;font-weight:700}.portal-compare-toggle{display:flex;align-items:center;justify-content:flex-start;gap:7px;margin-top:9px;color:var(--brand-teal-strong);font-size:11px;font-weight:800}.portal-compare-toggle input{accent-color:var(--brand-teal)}.portal-compare-toggle span{display:flex;align-items:center;gap:4px}.portal-compare p{margin:5px 0 0;color:var(--muted);font-size:12px}.portal-empty-state{display:grid;place-items:center;gap:5px;padding:46px 20px;border:1px dashed #cad8dd;border-radius:20px;background:#fff;text-align:center}.portal-empty-state h2{margin:3px 0 0;font-size:18px}.portal-empty-state p{margin:0;color:var(--muted);font-size:13px}.portal-compare-panel{position:fixed;z-index:80;inset:5vh max(20px,calc((100vw - 1100px)/2));overflow:auto;padding:22px;border:1px solid var(--line);border-radius:24px;background:#fffffffa;box-shadow:0 28px 80px #051a383d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.portal-compare-panel:before{content:"";position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background:#04142c61}.portal-compare-panel>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.portal-compare-panel h2{margin:4px 0 0;font-size:23px}.portal-compare-panel>header>button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.portal-compare-table{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-compare-table article{position:relative;display:grid;gap:7px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff}.portal-compare-table article>button{position:absolute;z-index:2;left:9px;top:9px;width:28px;height:28px;border:0;border-radius:9px;background:#ffffffeb;color:var(--ink);font-size:17px}.portal-compare-thumb{height:150px;border-radius:13px;overflow:hidden}.portal-compare-table article>b{font-size:14px}.portal-compare-table article>span,.portal-compare-table article>small{color:var(--muted);font-size:11px}.portal-compare-table article>strong{font-size:17px}.portal-compare-table article>div:last-child{display:flex;flex-wrap:wrap;gap:5px}.portal-compare-table article em{display:flex;align-items:center;gap:3px;padding:4px 6px;border-radius:7px;background:#edf9f6;color:#197f69;font-size:12px;font-style:normal;font-weight:800}.folder-security-note{display:flex;align-items:flex-start;gap:7px;padding:9px;border-radius:10px;background:#eff9f8;color:#2b6870;font-size:12px;line-height:1.5}@media(max-width:760px){.client-room-gate{padding-top:24px}.client-room-gate__card{padding:24px 18px}.client-portal-hero p{font-size:13px}.client-portal-tabs button{font-size:11px;white-space:nowrap}.client-portal-toolbar__actions{justify-content:space-between}.portal-property-body h2{font-size:17px}.portal-property-body strong{font-size:19px}.portal-compare-panel{top:10px;right:10px;bottom:10px;left:10px;max-height:calc(100vh - 20px);padding:15px;border-radius:18px}.portal-compare-table{grid-template-columns:1fr}.portal-compare-thumb{height:130px}}.admin-heading{align-items:flex-end}.admin-heading .app-eyebrow{display:flex;align-items:center;gap:6px}.admin-heading__actions{display:flex;align-items:center;gap:8px}.admin-demo-badge{min-height:38px;display:flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #f0dfb6;border-radius:11px;color:#8d6726;background:#fff9eb;font-size:12px;font-weight:800}.admin-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.admin-stat{min-height:118px;display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--line);border-radius:19px;background:#fff}.admin-stat__icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px}.admin-stat>div{display:grid;gap:2px}.admin-stat small{color:var(--muted);font-size:13px}.admin-stat b{font-size:24px;letter-spacing:-.02em}.admin-stat em{color:var(--muted);font-size:12px;font-style:normal}.admin-stat--teal .admin-stat__icon{color:#087c79;background:#eaf9f8}.admin-stat--blue .admin-stat__icon{color:#2d66a1;background:#eef5fc}.admin-stat--green .admin-stat__icon{color:#25765b;background:#ecf8f2}.admin-stat--violet .admin-stat__icon{color:#67539a;background:#f3effc}.admin-grid{display:grid;gap:14px;margin-bottom:14px}.admin-grid>.app-panel{padding:19px}.admin-grid--top{grid-template-columns:minmax(0,1.65fr) minmax(280px,.55fr)}.admin-grid--middle{grid-template-columns:1fr 1fr 1fr}.admin-grid--bottom{grid-template-columns:1.2fr .8fr}.admin-user-table{margin-top:12px}.admin-user-row{min-height:60px;display:grid;grid-template-columns:minmax(150px,1.5fr) .7fr 1fr .55fr .55fr .7fr 28px;gap:8px;align-items:center;border-bottom:1px solid #edf1f5;color:var(--ink-soft);font-size:14px}.admin-user-row--head{min-height:36px;color:var(--muted);font-size:12px;font-weight:800}.admin-user-identity{display:flex;align-items:center;gap:9px}.admin-user-identity i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));font-size:11px;font-style:normal;font-weight:900}.admin-user-identity b{color:var(--ink);font-size:14px}.admin-user-row>span:nth-child(3){display:grid;gap:1px}.admin-user-row>span:nth-child(3) b{color:var(--ink);font-size:13px}.admin-user-row>span:nth-child(3) small{color:var(--muted);font-size:12px}.admin-user-row>button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:9px;background:#f5f8fa;color:var(--muted)}.admin-online:before{content:"";display:inline-block;width:6px;height:6px;margin-inline-end:5px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #1a9d721a}.admin-plan-chip{display:inline-flex;padding:5px 7px;border-radius:999px;font-size:12px}.admin-plan-chip--pro{color:#087c79;background:#eaf9f8}.admin-plan-chip--office{color:#67539a;background:#f3effc}.admin-plan-chip--solo{color:#2d66a1;background:#eef5fc}.admin-privacy-note{display:flex;gap:8px;margin-top:12px;padding:10px;border-radius:12px;color:var(--brand-teal-text);background:#eef9f8}.admin-privacy-note p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.55}.admin-privacy-note b{color:var(--ink)}.admin-live-panel{min-height:100%;display:flex;flex-direction:column}.admin-live-ring{width:154px;height:154px;display:grid;place-items:center;margin:22px auto 12px;border-radius:50%;background:conic-gradient(var(--brand-teal) 0 63%,#dce9ee 63% 100%);position:relative}.admin-live-ring:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:50%;background:#fff}.admin-live-ring>div{position:relative;z-index:1;display:grid;text-align:center}.admin-live-ring b{font-size:35px}.admin-live-ring span{color:var(--muted);font-size:12px}.admin-live-breakdown{display:flex;justify-content:center;gap:13px;flex-wrap:wrap;color:var(--ink-soft);font-size:12px}.admin-live-breakdown span{display:flex;align-items:center;gap:5px}.admin-live-breakdown i{width:6px;height:6px;border-radius:50%;background:var(--brand-teal)}.admin-live-breakdown span:nth-child(2) i{background:#5379bc}.admin-live-breakdown span:nth-child(3) i{background:#7258aa}.admin-mini-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:16px}.admin-mini-metrics>div{display:grid;gap:2px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fbfcfd}.admin-mini-metrics b{font-size:16px}.admin-mini-metrics span{color:var(--muted);font-size:12px}.admin-plan-list,.admin-usage-list,.admin-health-list,.admin-security-feed{display:grid;margin-top:12px}.admin-plan-line{display:grid;grid-template-columns:100px 1fr 34px;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f5}.admin-plan-line>div:first-child{display:grid;gap:2px}.admin-plan-line b{font-size:13px}.admin-plan-line span{color:var(--muted);font-size:12px}.admin-plan-line>strong{font-size:13px;text-align:end}.admin-progress{height:8px;overflow:hidden;border-radius:999px;background:#edf2f5}.admin-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand-navy-700),var(--brand-teal))}.admin-billing-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.admin-billing-summary>div{display:grid;gap:3px;padding:9px;border-radius:11px;background:#f7f9fb}.admin-billing-summary span{color:var(--muted);font-size:12px}.admin-billing-summary b{font-size:14px}.admin-soft-label{padding:6px 8px;border-radius:999px;color:var(--ink-soft);background:#f3f6f8;font-size:12px;font-weight:800}.admin-usage-item{display:grid;gap:6px;padding:9px 0;border-bottom:1px solid #edf1f5}.admin-usage-item>div:first-child{display:grid;grid-template-columns:1fr auto;column-gap:8px}.admin-usage-item b{font-size:13px}.admin-usage-item span{grid-row:2;color:var(--muted);font-size:12px}.admin-usage-item strong{grid-column:2;grid-row:1/3;align-self:center;font-size:13px}.admin-addon-callout{display:flex;gap:8px;margin-top:12px;padding:10px;border-radius:12px;color:#67539a;background:#f4f0fb}.admin-addon-callout>div{display:grid;gap:2px}.admin-addon-callout b{font-size:13px}.admin-addon-callout span{color:#6f638e;font-size:12px;line-height:1.4}.admin-health-list>div{display:grid;grid-template-columns:8px 1fr auto;gap:7px;align-items:center;padding:8px 0;border-bottom:1px solid #edf1f5}.admin-health-dot{width:7px;height:7px;border-radius:50%;background:#94a1ad}.admin-health-dot--ok{background:var(--success)}.admin-health-dot--info{background:#5279bc}.admin-health-list>div>div{display:grid;gap:1px}.admin-health-list b{font-size:13px}.admin-health-list small{color:var(--muted);font-size:12px}.admin-health-list strong{font-size:13px}.admin-health-all{display:flex;align-items:center;gap:5px;color:var(--success);font-size:12px;font-weight:800}.admin-health-all i{width:6px;height:6px;border-radius:50%;background:var(--success)}.admin-version-card{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;margin-top:12px;padding:9px;border:1px solid var(--line);border-radius:12px;background:#fbfcfd;color:var(--brand-teal-text)}.admin-version-card>div{display:grid}.admin-version-card span,.admin-version-card small{color:var(--muted);font-size:12px}.admin-version-card b{color:var(--ink);font-size:13px}.admin-version-card button{padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--brand-teal-text);font-size:12px;font-weight:800}.admin-security-event{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #edf1f5}.admin-security-event>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#53708d;background:#f2f5f8}.admin-security-event--ok>span{color:#20745a;background:#edf8f3}.admin-security-event--warn>span{color:#a36b22;background:#fff6e8}.admin-security-event>div{display:grid;gap:2px}.admin-security-event b{font-size:13px}.admin-security-event small,.admin-security-event time{color:var(--muted);font-size:12px}.admin-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.admin-action-grid button{min-height:86px;display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--brand-teal-text);text-align:start}.admin-action-grid button:hover{background:#f8fbfb}.admin-action-grid button>span{display:grid;gap:3px}.admin-action-grid b{color:var(--ink);font-size:13px}.admin-action-grid small{color:var(--muted);font-size:12px;line-height:1.4}@media(max-width:1250px){.admin-overview{grid-template-columns:repeat(2,1fr)}.admin-grid--top{grid-template-columns:1fr}.admin-live-panel{min-height:360px}.admin-grid--middle{grid-template-columns:1fr 1fr}.admin-health-panel{grid-column:1/-1}.admin-grid--bottom{grid-template-columns:1fr}}@media(max-width:760px){.admin-heading{display:grid;gap:12px}.admin-heading__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.admin-demo-badge{justify-content:center}.admin-overview{grid-template-columns:1fr 1fr;gap:8px}.admin-stat{min-height:94px;padding:12px;gap:8px}.admin-stat__icon{width:36px;height:36px}.admin-stat b{font-size:19px}.admin-grid--middle{grid-template-columns:1fr}.admin-health-panel{grid-column:auto}.admin-grid>.app-panel{padding:14px}.admin-user-table{overflow-x:auto}.admin-user-row{min-width:690px}.admin-action-grid{grid-template-columns:1fr 1fr}.admin-live-ring{width:132px;height:132px}.admin-live-ring b{font-size:30px}}.admin-grid--language{grid-template-columns:minmax(0,1fr);margin-bottom:14px}.admin-language-panel{padding-bottom:14px}.admin-language-panel__body{margin:0;padding:0 18px 12px;color:var(--muted);font-size:13px;line-height:1.55}.admin-language-list{display:grid;gap:9px;padding:0 18px}.admin-language-row{display:grid;grid-template-columns:145px minmax(120px,1fr) 46px;align-items:center;gap:12px}.admin-language-row>div:first-child{display:flex;align-items:baseline;gap:7px}.admin-language-row b{font-size:13px}.admin-language-row span{color:var(--muted);font-size:12px;font-weight:800}.admin-language-row strong{font-size:13px;text-align:end}@media(max-width:760px){.admin-language-row{grid-template-columns:105px 1fr 38px;gap:8px}}.admin-demo-badge{font-size:12px}.admin-stat small{font-size:13px}.admin-stat em{font-size:12px}.admin-user-row{font-size:14px;line-height:1.35;min-height:64px}.admin-user-row--head{font-size:12px;min-height:40px}.admin-user-identity b{font-size:14px}.admin-user-row>span:nth-child(3) b{font-size:13px}.admin-user-row>span:nth-child(3) small{font-size:12px}.admin-plan-chip{font-size:12px}.admin-privacy-note p{font-size:13px}.admin-live-ring span,.admin-live-breakdown{font-size:12px}.admin-mini-metrics span,.admin-plan-line span,.admin-billing-summary span,.admin-usage-item span,.admin-addon-callout span,.admin-health-list small,.admin-version-card span,.admin-version-card small,.admin-security-event small,.admin-security-event time,.admin-action-grid small{font-size:12px;line-height:1.4}.admin-plan-line b,.admin-usage-item b,.admin-addon-callout b,.admin-health-list b,.admin-version-card b,.admin-security-event b,.admin-action-grid b{font-size:13px}.admin-plan-line>strong,.admin-health-list strong{font-size:12px}.admin-soft-label,.admin-health-all,.admin-version-card button{font-size:12px}.admin-action-grid button{min-height:92px;text-align:start}.property-map-heading{align-items:center}.property-map-heading>div:last-child{display:flex;gap:8px}.property-map-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.property-map-metrics article{min-height:104px;display:grid;align-content:center;gap:2px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff}.property-map-metrics span{color:var(--ink-soft);font-size:11px;font-weight:800}.property-map-metrics b{font-size:27px;letter-spacing:-.035em}.property-map-metrics small{color:var(--muted);font-size:12px}.property-map-filterbar{display:grid;grid-template-columns:minmax(210px,1.4fr) repeat(4,minmax(118px,.62fr)) auto;gap:9px;align-items:end;padding:12px;margin-bottom:14px}.property-map-filterbar label{display:grid;gap:5px}.property-map-filterbar label>span{color:var(--muted);font-size:12px;font-weight:900}.property-map-filterbar input,.property-map-filterbar select{width:100%;height:42px;padding:0 11px;border:1px solid var(--line);border-radius:12px;outline:0;background:#f9fbfc;color:var(--ink);font:inherit;font-size:11px}.property-map-search{position:relative}.property-map-search>svg{position:absolute;right:11px;bottom:12px;color:var(--muted)}.property-map-search input{padding-right:35px}.property-map-clear{height:42px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft);font-weight:800;font-size:12px}.property-map-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:14px;align-items:start}.property-map-layout.is-loading{opacity:.72}.property-map-main{min-height:720px;padding:18px}.property-map-main__head{margin-bottom:6px}.property-map-live{display:flex;align-items:center;gap:6px;color:var(--success);font-size:12px;font-weight:900}.property-map-live i{width:7px;height:7px;border-radius:999px;background:var(--success);box-shadow:0 0 0 5px #1a9d721a}.property-map-canvas{position:relative;min-height:650px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 25% 18%,rgba(85,223,212,.12),transparent 27%),linear-gradient(160deg,#f8fbfd,#f0f7f8)}.property-map-canvas:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(6,29,61,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(6,29,61,.025) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.property-map-canvas svg{position:relative;z-index:2;width:min(100%,460px);height:620px;overflow:visible}.property-map-canvas__legend{position:absolute;z-index:3;top:14px;right:14px;display:flex;gap:7px;padding:8px 10px;border:1px solid rgba(221,232,239,.9);border-radius:10px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;color:var(--ink-soft);font-weight:800}.property-map-canvas__legend span{display:flex;align-items:center;gap:4px}.map-dot{width:7px;height:7px;border-radius:999px}.map-dot--mine{background:var(--brand-teal)}.map-dot--shared{background:var(--brand-navy-700)}.map-water-label text{fill:#9bb0bf;font-size:12px;font-weight:700;letter-spacing:.05em}.map-city-marker{cursor:pointer;outline:0}.map-city-marker__halo{fill:#13b5b11a;transition:.18s}.map-city-marker__bubble{fill:var(--brand-navy-900);stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 5px 8px rgba(6,29,61,.16));transition:.18s}.map-city-marker__count{fill:#fff;font-size:11px;font-weight:900}.map-city-marker__label rect{fill:#fffffff0;stroke:#dfeaed;stroke-width:.8}.map-city-marker__label text{fill:var(--ink);font-size:12px;font-weight:900}.map-city-marker:hover .map-city-marker__halo,.map-city-marker.is-active .map-city-marker__halo{r:28;fill:#13b5b12e}.map-city-marker.is-active .map-city-marker__bubble{fill:var(--brand-teal-strong);stroke-width:3}.property-map-empty{position:absolute;z-index:5;display:grid;place-items:center;gap:5px;color:var(--muted)}.property-map-empty b{color:var(--ink)}.property-map-empty span{font-size:12px}.property-map-side{display:grid;gap:14px}.city-insight-card,.city-properties-card,.city-ranking-card{padding:16px}.city-insight-card__head{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}.city-insight-card__pin{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--brand-teal-strong);background:#ebf8f7}.city-insight-card__head>div:nth-child(2){display:grid;gap:1px}.city-insight-card__head span,.city-insight-card__head small{color:var(--muted);font-size:12px}.city-insight-card__head h2{margin:0;font-size:19px}.city-insight-card__head>b{margin-inline-start:auto;font-size:28px}.city-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.city-price-grid div{display:grid;gap:4px;padding:11px;border-radius:12px;background:#f7fafc}.city-price-grid span{color:var(--muted);font-size:12px}.city-price-grid b{font-size:11px}.city-source-bar{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.city-source-bar>span{grid-column:1/-1;position:relative;height:7px;overflow:hidden;border-radius:999px;background:#e9eef2}.city-source-bar>span:after{content:"";position:absolute;right:0;top:0;bottom:0;width:var(--city-share);border-radius:inherit;background:linear-gradient(90deg,var(--brand-teal),var(--brand-cyan))}.city-source-bar div{color:var(--muted);font-size:12px}.city-source-bar b{color:var(--ink);font-size:12px}.city-insight-empty{min-height:130px;display:grid;place-items:center;color:var(--muted)}.city-properties-card>.app-panel__head{margin-bottom:8px}.city-properties-card>.app-panel__head>span{min-width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#eef9f8;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.city-properties-list{display:grid}.city-property-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f5}.city-property-row:last-child{border-bottom:0}.city-property-art{width:38px;height:38px;display:grid;place-items:center;border-radius:11px}.city-property-art--mine{color:var(--brand-teal-strong);background:#ebf8f7}.city-property-art--shared{color:var(--brand-navy-700);background:#edf4fb}.city-property-row>div:nth-child(2){display:grid;gap:2px;min-width:0}.city-property-row b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.city-property-row small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px}.city-property-row strong{color:var(--brand-navy-800);font-size:12px}.city-property-source{padding:4px 6px;border-radius:7px;font-size:12px;font-weight:900}.city-property-source--mine{color:var(--brand-teal-strong);background:#ebf8f7}.city-property-source--shared{color:var(--brand-navy-700);background:#edf4fb}.city-properties-empty{padding:24px 0;color:var(--muted);font-size:12px;text-align:center}.city-ranking-card>.app-panel__head{margin-bottom:6px}.city-ranking-list{display:grid}.city-ranking-list button{display:grid;grid-template-columns:24px 1fr auto 15px;gap:8px;align-items:center;width:100%;padding:9px 5px;border:0;border-bottom:1px solid #eef2f5;background:transparent;color:var(--ink);text-align:right}.city-ranking-list button:last-child{border-bottom:0}.city-ranking-list button.is-active{color:var(--brand-teal-strong)}.city-ranking-list em{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#f3f6f8;color:var(--muted);font-size:12px;font-style:normal;font-weight:900}.city-ranking-list span{display:grid;gap:1px}.city-ranking-list b{font-size:12px}.city-ranking-list small{color:var(--muted);font-size:12px}.city-ranking-list strong{font-size:15px}.city-ranking-list svg{color:var(--muted)}.properties-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;align-items:center;padding:11px 12px;margin-bottom:14px}.properties-toolbar>label{height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:12px;background:#f9fbfc;color:var(--muted)}.properties-toolbar input{flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:11px}.properties-source-tabs{display:flex;padding:3px;border-radius:11px;background:#f2f5f7}.properties-source-tabs button{height:34px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:900}.properties-source-tabs button.is-active{background:#fff;color:var(--brand-teal-strong);box-shadow:0 2px 8px #061d3d0f}.properties-toolbar>span{color:var(--muted);font-size:12px;font-weight:900}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.property-card-lite{overflow:hidden}.property-card-lite__visual{min-height:150px;position:relative;display:grid;place-items:center;color:#fff}.property-card-lite__visual--mine{background:radial-gradient(circle at 25% 20%,rgba(85,223,212,.5),transparent 30%),linear-gradient(145deg,#0b315f,#0c6d79)}.property-card-lite__visual--shared{background:radial-gradient(circle at 70% 20%,rgba(85,223,212,.22),transparent 28%),linear-gradient(145deg,#061d3d,#1c4d78)}.property-card-lite__visual>span{position:absolute;top:11px;right:11px;padding:5px 8px;border-radius:8px;background:#ffffffe6;color:var(--ink);font-size:12px;font-weight:900}.property-card-lite__body{padding:14px}.property-card-lite__body>small{color:var(--muted);font-size:12px}.property-card-lite__body h2{margin:5px 0 8px;font-size:15px}.property-card-lite__body>b{display:block;margin-bottom:10px;color:var(--brand-navy-800);font-size:17px}.property-card-lite__body>div{display:flex;gap:5px;flex-wrap:wrap}.property-card-lite__body>div span{padding:5px 7px;border-radius:7px;background:#f4f7f9;color:var(--ink-soft);font-size:12px;font-weight:800}.property-card-lite footer{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.property-card-lite footer button{height:34px;display:flex;align-items:center;justify-content:center;gap:3px;border:0;border-radius:8px;background:#f7fafc;color:var(--ink-soft);font-size:12px;font-weight:800}@media(max-width:1180px){.property-map-filterbar{grid-template-columns:repeat(3,1fr)}.property-map-search{grid-column:span 2}.properties-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.property-map-layout{grid-template-columns:1fr}.property-map-side{grid-template-columns:1fr 1fr}.city-ranking-card{grid-column:1/-1}.property-map-main{min-height:600px}.property-map-canvas{min-height:560px}.property-map-canvas svg{height:530px}}@media(max-width:760px){.property-map-heading{display:grid}.property-map-heading>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.property-map-heading .button{justify-content:center}.property-map-metrics{grid-template-columns:1fr 1fr;gap:8px}.property-map-metrics article{min-height:82px;padding:12px}.property-map-metrics b{font-size:23px}.property-map-filterbar{grid-template-columns:1fr 1fr;gap:7px}.property-map-search{grid-column:1/-1}.property-map-clear{width:100%}.property-map-main{padding:10px;min-height:520px}.property-map-canvas{min-height:480px}.property-map-canvas svg{height:470px;width:100%}.property-map-canvas__legend{top:9px;right:9px}.property-map-side{grid-template-columns:1fr}.city-ranking-card{grid-column:auto}.properties-toolbar{grid-template-columns:1fr}.properties-source-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.properties-grid{grid-template-columns:1fr}.property-card-lite__visual{min-height:135px}}@media(max-width:440px){.property-map-filterbar{grid-template-columns:1fr}.property-map-search{grid-column:auto}.property-map-canvas{min-height:450px}.property-map-canvas svg{height:440px}.map-city-marker__label{display:none}.property-map-metrics article:nth-child(3),.property-map-metrics article:nth-child(4){display:none}}.sales-momentum-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.8fr) auto;gap:24px;align-items:center;margin-bottom:16px;padding:22px 24px;border:1px solid rgba(30,76,110,.08);border-radius:24px;color:#fff;background:radial-gradient(circle at 10% 18%,rgba(74,229,211,.22),transparent 27%),radial-gradient(circle at 76% 130%,rgba(66,172,255,.2),transparent 34%),linear-gradient(135deg,#061d3d,#0a315e 54%,#0b626f);box-shadow:0 16px 42px #061d3d1f}.sales-momentum-card:after{content:"";position:absolute;left:-34px;bottom:-70px;width:220px;height:220px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 32px #ffffff06,0 0 0 68px #ffffff05}.sales-momentum-card__main{position:relative;z-index:2;display:flex;align-items:center;gap:18px}.sales-momentum-card__badge{width:74px;height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0;border:1px solid rgba(255,255,255,.13);border-radius:22px;color:#92fff4;background:#ffffff12;font-size:12px;font-weight:900;letter-spacing:.04em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sales-momentum-card__main>div{display:grid;gap:4px}.sales-momentum-card__main small{color:#ffffff9e;font-size:12px}.sales-momentum-card__main b{font-size:40px;line-height:1;letter-spacing:-.04em}.sales-momentum-card__main b em{color:#ffffff7a;font-size:18px;font-style:normal}.sales-momentum-card__main p{min-height:18px;margin:3px 0 0;color:#d8f6f3;font-size:11px;font-weight:700;transition:.2s}.sales-momentum-card__progress{position:relative;z-index:2;display:grid;gap:7px}.sales-momentum-card__progress>div{display:flex;justify-content:space-between;gap:12px;color:#ffffffb8;font-size:12px;font-weight:800}.sales-momentum-card__progress>div strong{color:#9dfff5;font-size:11px}.sales-momentum-card__progress>span{height:9px;overflow:hidden;border-radius:999px;background:#ffffff1a}.sales-momentum-card__progress>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#38d5c8,#83f2e7);box-shadow:0 0 18px #45e2d25c;transition:width .65s cubic-bezier(.2,.75,.25,1)}.sales-momentum-card__progress small{color:#ffffff8a;font-size:12px}.sales-momentum-card__mini{position:relative;z-index:2;min-width:130px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0f}.sales-momentum-card__mini>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#0e655f;background:#8cf6ec}.sales-momentum-card__mini>div{display:grid}.sales-momentum-card__mini b{font-size:21px}.sales-momentum-card__mini small{color:#ffffff8f;font-size:12px}.property-lifecycle-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;padding:5px;border:1px solid var(--line);border-radius:17px;background:#fff}.property-lifecycle-tabs button{min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:transparent;color:var(--muted);font-size:12px;font-weight:900}.property-lifecycle-tabs button b{min-width:24px;height:24px;display:grid;place-items:center;padding:0 5px;border-radius:8px;background:#f2f5f7;color:var(--ink-soft);font-size:12px}.property-lifecycle-tabs button.is-active{color:var(--brand-teal-strong);background:#eef9f8}.property-lifecycle-tabs button.is-active b{color:#fff;background:var(--brand-teal-strong)}.property-card-lite{position:relative;transition:transform .18s ease,box-shadow .18s ease}.property-card-lite:hover{transform:translateY(-2px);box-shadow:0 12px 30px #061d3d12}.property-card-lite.is-closed{border-color:#dbe8e6;background:#fbfdfd}.property-card-lite__visual{overflow:hidden}.property-source-badge{right:11px!important}.property-status-badge{position:absolute!important;top:11px!important;right:auto!important;left:11px!important;display:flex;align-items:center;gap:4px;padding:5px 8px!important;border-radius:8px!important;font-size:12px!important;font-weight:900!important;z-index:3}.property-status-badge--active{color:#0b766e!important;background:#ddf8f4!important}.property-status-badge--new{color:#235aa3!important;background:#e8f2ff!important}.property-status-badge--negotiation{color:#9a6710!important;background:#fff2d6!important}.property-status-badge--sold{color:#167059!important;background:#ddf8eb!important}.property-status-badge--rented{color:#6543a4!important;background:#eee8ff!important}.property-status-badge--paused{color:#7b6471!important;background:#f2ecef!important}.property-status-badge--off{color:#64717c!important;background:#edf0f2!important}.property-closed-stamp{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;align-content:center;gap:3px;color:#fff;background:linear-gradient(180deg,#04183140,#041831c9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.property-closed-stamp svg{margin-bottom:2px}.property-closed-stamp b{font-size:24px}.property-closed-stamp small{color:#ffffffb8;font-size:12px}.property-specs{display:flex!important}.property-specs span{display:flex;align-items:center;gap:3px}.property-status-control{display:grid!important;gap:5px!important;margin-top:12px;padding:10px!important;border:1px solid #e5edf0;border-radius:12px;background:#fafcfd}.property-status-control label{display:grid;grid-template-columns:1fr 128px;align-items:center;gap:8px}.property-status-control label>span{padding:0!important;background:transparent!important;color:var(--ink)!important;font-size:12px!important}.property-status-control select{width:100%;height:34px;padding:0 8px;border:1px solid #dce7eb;border-radius:9px;outline:0;background:#fff;color:var(--ink);font:inherit;font-size:12px;font-weight:800}.property-status-control>small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.properties-empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:6px;color:var(--muted);text-align:center}.properties-empty b{color:var(--ink);font-size:16px}.properties-empty span{font-size:12px}.deal-celebration-backdrop{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#031023ab;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);animation:dealFade .2s ease both}.deal-celebration-card{position:relative;z-index:2;width:min(530px,100%);overflow:hidden;display:grid;justify-items:center;padding:34px 34px 28px;border:1px solid rgba(255,255,255,.12);border-radius:30px;color:#fff;background:radial-gradient(circle at 50% -10%,rgba(67,226,211,.34),transparent 38%),linear-gradient(155deg,#061d3d,#0b315f 58%,#0b5965);box-shadow:0 30px 90px #00000052;text-align:center;animation:dealPop .42s cubic-bezier(.15,.86,.25,1.15) both}.deal-celebration-card:before{content:"";position:absolute;inset:auto -70px -120px auto;width:260px;height:260px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 38px #ffffff06,0 0 0 78px #ffffff05}.deal-celebration-close{position:absolute;top:14px;left:14px;z-index:3;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:11px;color:#fff;background:#ffffff12}.deal-celebration-icon{position:relative;width:76px;height:76px;display:grid;place-items:center;margin-bottom:13px;border-radius:24px;color:#0b625c;background:linear-gradient(145deg,#b7fff7,#62e7d9);box-shadow:0 13px 30px #42e2d138}.deal-celebration-icon>span{position:absolute;right:-7px;top:-7px;width:31px;height:31px;display:grid;place-items:center;border:4px solid #0a2c54;border-radius:999px;color:#fff;background:#127b81}.deal-celebration-kicker{color:#8ef4e9;font-size:12px;font-weight:900;letter-spacing:.12em}.deal-celebration-card h2{max-width:430px;margin:7px 0 8px;font-size:27px;letter-spacing:-.035em}.deal-celebration-card>p{max-width:440px;margin:0;color:#ffffffb3;font-size:11px;line-height:1.7}.deal-celebration-goal{width:100%;display:grid;gap:7px;margin:22px 0 13px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#ffffff0e;text-align:right}.deal-celebration-goal>div{display:flex;align-items:end;justify-content:space-between;gap:10px}.deal-celebration-goal span{color:#ffffff94;font-size:12px}.deal-celebration-goal b{font-size:12px}.deal-celebration-goal b strong{color:#8ef4e9;font-size:22px}.deal-goal-track{height:8px!important;overflow:hidden;border-radius:999px;background:#ffffff1a}.deal-goal-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#49dacb,#8bfff4);animation:dealProgress .8s .15s both}.deal-celebration-goal small{color:#ffffff87;font-size:12px}.deal-partner-notice,.deal-personal-notice{width:100%;display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;padding:12px 13px;border:1px solid rgba(135,241,229,.18);border-radius:15px;background:#63e2d414;text-align:right}.deal-partner-notice>span{width:35px;height:35px;display:grid;place-items:center;flex-shrink:0;border-radius:11px;color:#8ef4e9;background:#8ef4e91a}.deal-partner-notice>div{display:grid;gap:3px}.deal-partner-notice b{font-size:12px}.deal-partner-notice p{margin:0;color:#ffffffa6;font-size:12px;line-height:1.6}.deal-partner-notice small,.deal-personal-notice{color:#9fece5;font-size:12px}.deal-partner-notice small{display:flex;align-items:center;gap:4px}.deal-personal-notice{align-items:center}.deal-celebration-action{position:relative;z-index:2;min-width:170px;justify-content:center;background:#65e4d7!important;color:#073f43!important}.deal-confetti{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.deal-confetti i{--x:calc((var(--i) * 37) % 100);position:absolute;top:-8%;left:calc(var(--x) * 1%);width:8px;height:14px;border-radius:2px;background:hsl(calc(160 + (var(--i) * 19)),75%,65%);animation:confettiFall calc(2.2s + (var(--i) % 5)*.28s) calc((var(--i) % 8)*-.15s) linear infinite;transform:rotate(calc(var(--i)*23deg))}@keyframes dealFade{0%{opacity:0}to{opacity:1}}@keyframes dealPop{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:none}}@keyframes dealProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes confettiFall{0%{transform:translateY(-10vh) rotate(0);opacity:0}10%{opacity:1}to{transform:translateY(115vh) rotate(620deg);opacity:.9}}@media(max-width:1000px){.sales-momentum-card{grid-template-columns:1fr 1fr}.sales-momentum-card__mini{display:none}}@media(max-width:760px){.sales-momentum-card{grid-template-columns:1fr;gap:16px;padding:18px;border-radius:20px}.sales-momentum-card__badge{width:58px;height:58px;border-radius:18px}.sales-momentum-card__main b{font-size:34px}.property-lifecycle-tabs{grid-template-columns:1fr 1fr}.property-lifecycle-tabs button{min-height:42px}.property-status-control label{grid-template-columns:1fr 118px}.deal-celebration-card{padding:29px 18px 22px;border-radius:24px}.deal-celebration-card h2{font-size:23px}}@media(max-width:420px){.sales-momentum-card__main{align-items:flex-start}.sales-momentum-card__badge{width:52px;height:52px;font-size:12px}.sales-momentum-card__main p,.property-lifecycle-tabs button{font-size:12px}.deal-celebration-backdrop{padding:10px}.deal-celebration-card{padding-inline:15px}.deal-celebration-goal{margin-top:17px}}.messages-page,.tasks-page,.notifications-page{--comm-bg:#f7fafc}.messages-heading,.tasks-heading,.notifications-heading{margin-bottom:18px}.messages-workspace{min-height:680px;display:grid;grid-template-columns:300px minmax(0,1fr) 250px;overflow:hidden;background:#fff}.conversation-list{border-left:1px solid var(--line);background:#fbfcfd}.conversation-list__top{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.conversation-list__top>div{display:grid;gap:2px}.conversation-list__top b{font-size:16px}.conversation-list__top span{color:var(--muted);font-size:12px}.conversation-list__top button,.chat-head-actions button,.inspector-profile button,.chat-context-card>button,.task-column header>button,.task-card footer button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft)}.conversation-search{height:42px;margin:12px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted)}.conversation-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:12px}.conversation-items{padding:0 8px 10px}.conversation-item{position:relative;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px 10px;border:0;border-radius:14px;background:transparent;color:var(--ink);text-align:right;cursor:pointer}.conversation-item:hover{background:#f4f8fa}.conversation-item.is-active{background:linear-gradient(135deg,#edf9f8,#f5f9ff)}.conversation-item>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.conversation-item b{font-size:12px}.conversation-item time{color:var(--muted);font-size:12px}.conversation-item p{margin:4px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#526173;font-size:12px}.conversation-item small{color:var(--brand-teal-strong);font-size:12px;font-weight:800}.conversation-item>em{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--brand-teal);color:#fff;font-size:12px;font-style:normal;font-weight:900}.conversation-avatar{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:13px;color:#fff;font-size:12px;font-weight:900}.conversation-avatar--teal{background:linear-gradient(145deg,#0a6676,#15b6ae)}.conversation-avatar--rose{background:linear-gradient(145deg,#9c5265,#e68ca2)}.conversation-avatar--violet{background:linear-gradient(145deg,#51448d,#8a76d8)}.conversation-avatar--blue{background:linear-gradient(145deg,#265995,#5e91d0)}.presence{position:absolute;left:-2px;bottom:-2px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#b4bdc7}.presence--online{background:#21b67a}.presence--away{background:#f2af45}.presence--offline{background:#9ba8b4}.chat-stage{min-width:0;display:flex;flex-direction:column;background:#fff}.chat-stage__head{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.chat-person{display:flex;align-items:center;gap:10px}.chat-person>div{display:grid;gap:2px}.chat-person b{font-size:13px}.chat-person small{color:#26a879;font-size:12px}.chat-head-actions{display:flex;gap:6px}.chat-context-card{margin:12px 16px 0;display:grid;grid-template-columns:58px minmax(0,1fr) auto 34px;align-items:center;gap:10px;padding:9px 10px;border:1px solid #dfeeed;border-radius:14px;background:linear-gradient(135deg,#f4fbfa,#f7faff)}.chat-property-art{position:relative;height:46px;overflow:hidden;border-radius:10px;background:linear-gradient(145deg,#e4edf1,#a7c5cd)}.chat-property-art:before{content:"";position:absolute;inset:auto 8px 8px 8px;height:22px;border-radius:5px 5px 2px 2px;background:#fdfefe;box-shadow:13px -8px 0 -6px #d8e3e6}.chat-property-art:after{content:"";position:absolute;right:13px;bottom:8px;width:9px;height:14px;border-radius:2px;background:#6fb3b1}.chat-property-art--living{background:linear-gradient(140deg,#ddeef0,#92bbc3)}.chat-property-art--balcony{background:linear-gradient(140deg,#e7edf1,#a9c2d4)}.chat-property-art--kitchen{background:linear-gradient(140deg,#efe9e2,#c6b6a6)}.chat-property-art--building{background:linear-gradient(140deg,#dfe7f0,#8aa5c5)}.chat-context-card>div:nth-child(2){display:grid;gap:2px}.chat-context-card span{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.chat-context-card b{font-size:11px}.chat-context-card small{color:var(--muted);font-size:12px}.chat-property-price{text-align:left}.chat-property-price b{display:block;color:var(--brand-navy-900);font-size:11px}.chat-thread{flex:1;min-height:350px;overflow:auto;padding:18px;background:linear-gradient(180deg,#fbfdfe,#f6f9fb)}.chat-day{display:flex;align-items:center;justify-content:center;margin:2px 0 14px}.chat-day span{padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px}.message-row{display:flex;margin:8px 0}.message-row--me{justify-content:flex-start}.message-row--them{justify-content:flex-end}.message-bubble{max-width:min(74%,520px);padding:10px 12px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 12px #061d3d09}.message-row--me .message-bubble{border-color:#123a68;background:linear-gradient(145deg,var(--brand-navy-900),#0b3768);color:#fff;border-bottom-left-radius:5px}.message-row--them .message-bubble{border-bottom-right-radius:5px}.message-bubble p{margin:0;font-size:11px;line-height:1.65}.message-bubble small{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:5px;color:#93a1b0;font-size:12px}.message-row--me .message-bubble small{color:#8fd9d2}.quick-replies{display:flex;gap:6px;padding:8px 16px 0;overflow:auto}.quick-replies button{white-space:nowrap;padding:7px 10px;border:1px solid #dce9e8;border-radius:999px;background:#f6fbfa;color:#316566;font-size:12px;font-weight:700}.chat-composer{display:grid;grid-template-columns:34px minmax(0,1fr) 38px;align-items:end;gap:7px;padding:10px 16px 14px}.chat-composer>button{height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink-soft)}.chat-composer textarea{width:100%;max-height:100px;resize:none;padding:9px 12px;border:1px solid var(--line);border-radius:12px;outline:0;background:#f9fbfc;color:var(--ink);font:inherit;font-size:11px}.chat-composer .chat-composer__send{border-color:var(--brand-teal);background:var(--brand-teal);color:#fff}.chat-inspector{padding:18px 14px;border-right:1px solid var(--line);background:#fbfcfd}.inspector-profile{display:grid;place-items:center;text-align:center}.inspector-profile>.conversation-avatar{width:54px;height:54px;border-radius:17px;font-size:13px}.inspector-profile>b{margin-top:8px;font-size:13px}.inspector-profile>small{margin-top:2px;color:var(--muted);font-size:12px}.inspector-profile>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;width:100%;margin-top:10px}.inspector-profile button{width:auto;height:35px;display:flex;gap:5px;font-size:12px}.inspector-block{margin-top:20px;padding-top:16px;border-top:1px solid var(--line)}.inspector-block>span{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:800}.next-action-card{display:flex;gap:8px;padding:10px;border-radius:12px;background:#fff7e9}.next-action-card>div:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#fff0cc;color:#b47610}.next-action-card>div:last-child{display:grid;gap:2px}.next-action-card b{font-size:12px}.next-action-card small{color:#8b6d3b;font-size:12px}.inspector-links{display:grid;gap:4px}.inspector-links a{display:flex;align-items:center;gap:7px;padding:8px 6px;color:var(--ink-soft);font-size:12px;font-weight:700}.inspector-links a:hover{color:var(--brand-teal-strong)}.inspector-note{display:flex;gap:8px;margin-top:18px;padding:11px;border:1px solid #dce9e8;border-radius:13px;background:linear-gradient(135deg,#eef9f8,#f8fbff);color:var(--brand-teal-strong)}.inspector-note div{display:grid;gap:3px}.inspector-note b{color:var(--ink);font-size:12px}.inspector-note p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.6}.task-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 1.35fr;gap:10px;margin-bottom:12px}.task-summary>article{min-height:92px;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.task-summary__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px}.task-summary__icon--teal{background:#eaf9f7;color:#079d9b}.task-summary__icon--rose{background:#fff0f2;color:#c65d73}.task-summary__icon--blue{background:#eef5ff;color:#3f70aa}.task-summary>article>div{display:grid;gap:1px}.task-summary small{color:var(--muted);font-size:12px}.task-summary b{font-size:21px}.task-summary span{color:var(--muted);font-size:12px}.task-summary .task-focus-card{border-color:#cce8e4;background:linear-gradient(135deg,#edf9f8,#f7fbff)}.task-focus-card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--brand-teal-strong)}.task-focus-card b{font-size:11px}.task-focus-card p{margin:2px 0 0;color:var(--ink-soft);font-size:12px;line-height:1.5}.task-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px}.task-toolbar>label{flex:1;display:flex;align-items:center;gap:8px;min-height:38px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:#f9fbfc;color:var(--muted)}.task-toolbar input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:12px}.task-filters{display:flex;gap:4px}.task-filters button{padding:8px 11px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.task-filters button.is-active{background:#edf9f8;color:var(--brand-teal-strong)}.task-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.task-column{min-width:0;padding:10px;border:1px solid var(--line);border-radius:18px;background:#f7f9fb}.task-column>header{display:flex;align-items:center;justify-content:space-between;padding:4px 3px 10px}.task-column>header>div{display:flex;align-items:center;gap:8px}.task-column>header>div>span{width:9px;height:9px;border-radius:50%;background:#56a9a6}.task-column--future>header>div>span{background:#6687bf}.task-column--waiting>header>div>span{background:#d2a34f}.task-column header div div{display:grid;gap:1px}.task-column header b{font-size:11px}.task-column header small{color:var(--muted);font-size:12px}.task-column header>button{width:30px;height:30px;background:transparent}.task-cards{display:grid;gap:7px}.task-card{display:grid;grid-template-columns:25px minmax(0,1fr);gap:8px;padding:10px;border:1px solid #e5ebf0;border-radius:13px;background:#fff;transition:.18s ease}.task-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #061d3d0f}.task-card.is-done{opacity:.55}.task-card.is-done b{text-decoration:line-through}.task-check{width:20px;height:20px;margin-top:1px;display:grid;place-items:center;border:1px solid #cfd9e2;border-radius:7px;background:#fff;color:#fff}.task-card.is-done .task-check{border-color:var(--brand-teal);background:var(--brand-teal)}.task-card__body{min-width:0}.task-card__body>div{display:flex;align-items:flex-start;gap:6px}.priority-dot{width:7px;height:7px;flex:0 0 auto;margin-top:4px;border-radius:50%;background:#9eabb7}.priority-dot--high{background:#ef6a72}.priority-dot--medium{background:#e7ab48}.priority-dot--low{background:#6ebba0}.task-card b{font-size:12px;line-height:1.45}.task-card__body>small{display:block;margin:4px 13px 6px 0;color:var(--muted);font-size:12px}.task-card footer{display:flex;align-items:center;justify-content:space-between;margin-right:13px}.task-card footer span{display:flex;align-items:center;gap:4px;color:#758394;font-size:12px}.task-card footer button{width:24px;height:24px;border:0;background:transparent}.task-empty{min-height:90px;display:grid;place-items:center;align-content:center;gap:5px;color:#8b99a7;font-size:12px}.notification-layout{display:grid;grid-template-columns:210px minmax(0,1fr) 245px;gap:12px}.notification-nav{padding:10px;align-self:start}.notification-inbox-total{display:flex;align-items:center;gap:10px;padding:9px 7px 13px;border-bottom:1px solid var(--line)}.notification-inbox-total>span{position:relative;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef9f8;color:var(--brand-teal-strong)}.notification-inbox-total i{position:absolute;left:-3px;top:-3px;min-width:16px;height:16px;display:grid;place-items:center;padding:0 3px;border:2px solid #fff;border-radius:999px;background:#e9606c;color:#fff;font-size:12px;font-style:normal}.notification-inbox-total>div{display:grid;gap:1px}.notification-inbox-total b{font-size:11px}.notification-inbox-total small{color:var(--muted);font-size:12px}.notification-nav nav{display:grid;gap:3px;padding:10px 0}.notification-nav nav button{width:100%;display:flex;align-items:center;gap:8px;padding:9px;border:0;border-radius:10px;background:transparent;color:var(--ink-soft);font-size:12px;font-weight:800}.notification-nav nav button span{margin-inline-start:auto}.notification-nav nav button.is-active{background:#edf9f8;color:var(--brand-teal-strong)}.notification-push-status{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:7px;padding:10px;border-radius:12px;background:linear-gradient(145deg,#071d3b,#0d3b6c);color:#fff}.notification-push-status>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffffff1a;color:#5ad8cf}.notification-push-status>div{display:grid;gap:2px}.notification-push-status b{font-size:12px}.notification-push-status small{color:#ffffff8c;font-size:12px}.notification-push-status>i{color:#58d3c9;font-size:12px;font-style:normal;font-weight:900}.notification-feed{overflow:hidden}.notification-feed>header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 12px;border-bottom:1px solid var(--line)}.notification-feed h2{margin:2px 0 0;font-size:16px}.notification-feed>header>span{color:var(--muted);font-size:12px}.notification-items{padding:3px 10px 10px}.notification-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 8px;border-bottom:1px solid #edf1f4;cursor:pointer}.notification-item:last-child{border-bottom:0}.notification-item.is-unread{background:linear-gradient(90deg,transparent,#f0fbf9)}.notification-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px}.notification-icon--teal{background:#e9f9f7;color:#069d99}.notification-icon--rose{background:#fff0f3;color:#cc6177}.notification-icon--amber{background:#fff6e7;color:#bd7d1c}.notification-icon--blue{background:#edf4ff;color:#4272ab}.notification-icon--green{background:#edf9f2;color:#288e67}.notification-icon--violet{background:#f2efff;color:#7661bd}.notification-copy{min-width:0}.notification-copy>div{display:flex;align-items:center;gap:6px}.notification-copy b{font-size:12px}.notification-copy i{width:6px;height:6px;border-radius:50%;background:var(--brand-teal)}.notification-copy p{margin:3px 0;color:#566577;font-size:12px}.notification-copy small{color:#8a96a4;font-size:12px}.notification-item>button{display:flex;align-items:center;gap:3px;padding:7px 8px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.notification-side{display:grid;align-content:start;gap:10px}.notification-focus{padding:15px;background:linear-gradient(145deg,#071c39,#0c3665);color:#fff;border:0}.notification-focus__spark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#ffffff14;color:#57d8cf}.notification-focus>small{display:block;margin-top:12px;color:#5ad8cf;font-size:12px;font-weight:900;letter-spacing:.08em}.notification-focus h3{margin:4px 0 10px;font-size:14px}.notification-focus ol{display:grid;gap:7px;margin:0;padding:0;list-style:none}.notification-focus li{display:grid;gap:1px;padding:8px;border-radius:10px;background:#ffffff12}.notification-focus li b{font-size:12px}.notification-focus li span{color:#ffffff9e;font-size:12px}.notification-settings-card{padding:14px}.notification-settings-card>div{display:flex;align-items:center;gap:7px;color:var(--brand-teal-strong)}.notification-settings-card b{color:var(--ink);font-size:12px}.notification-settings-card p{margin:8px 0;color:var(--ink-soft);font-size:12px;line-height:1.6}.notification-settings-card button{display:flex;align-items:center;gap:3px;border:0;background:transparent;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.notification-empty{min-height:280px;display:grid;place-items:center;align-content:center;gap:6px;text-align:center}.notification-empty>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#edf9f8;color:var(--brand-teal-strong)}.notification-empty b{font-size:13px}.notification-empty p{margin:0;color:var(--muted);font-size:12px}@media(max-width:1180px){.messages-workspace{grid-template-columns:280px minmax(0,1fr)}.chat-inspector{display:none}.notification-layout{grid-template-columns:190px minmax(0,1fr)}.notification-side{display:none}.task-summary{grid-template-columns:repeat(3,1fr)}.task-focus-card{grid-column:1/-1}.task-focus-card{min-height:70px!important}}@media(max-width:760px){.messages-heading p,.tasks-heading p,.notifications-heading p{display:none}.messages-workspace{min-height:calc(100vh - 190px);grid-template-columns:92px minmax(0,1fr);border-radius:18px}.conversation-list__top{height:56px;padding:0 8px}.conversation-list__top>div span,.conversation-list__top>button,.conversation-search{display:none}.conversation-list__top>div b{font-size:11px}.conversation-items{padding:5px}.conversation-item{grid-template-columns:1fr;place-items:center;padding:8px 3px}.conversation-item>div,.conversation-item>em{display:none}.conversation-avatar{width:40px;height:40px}.chat-stage__head{height:56px;padding:0 10px}.chat-head-actions button:nth-child(1),.chat-head-actions button:nth-child(3){display:none}.chat-context-card{grid-template-columns:45px minmax(0,1fr) 28px;margin:8px 8px 0;padding:7px}.chat-property-art{height:40px}.chat-property-price{display:none}.chat-thread{min-height:320px;padding:12px 9px}.message-bubble{max-width:86%}.quick-replies{padding-inline:8px}.chat-composer{padding:8px;grid-template-columns:30px minmax(0,1fr) 34px}.chat-composer>button{height:34px}.task-summary{grid-template-columns:repeat(3,1fr);gap:6px}.task-summary>article{min-height:76px;display:grid;place-items:center;align-content:center;text-align:center;padding:8px}.task-summary__icon{width:30px;height:30px}.task-summary b{font-size:16px}.task-summary>article>div>span{display:none}.task-focus-card{grid-column:1/-1!important;display:flex!important;place-items:initial!important;text-align:right!important;min-height:64px!important}.task-focus-card>div{display:grid}.task-toolbar{padding:7px}.task-filters{display:none}.task-board{grid-template-columns:1fr}.task-column{padding:8px}.task-column:not(:first-child){margin-top:0}.notification-layout{grid-template-columns:1fr}.notification-nav{display:none}.notification-feed>header{padding:14px}.notification-item{grid-template-columns:36px minmax(0,1fr)}.notification-icon{width:34px;height:34px}.notification-item>button{grid-column:2;justify-self:start}.notifications-heading .button{white-space:nowrap;font-size:12px;padding-inline:10px}}.notification-item{cursor:default}.notification-item__actions{display:flex;align-items:center;gap:5px}.notification-item__actions>button{display:flex;align-items:center;gap:3px;padding:7px 8px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.notification-item__actions>.notification-read-button{color:var(--muted);background:#f7fafb}@media(max-width:760px){.notification-item__actions{grid-column:2;flex-wrap:wrap}.notification-item__actions>button{justify-self:start}}.collaboration-page{--collab-blue:#2e6fd0;--collab-soft:#f1f8f8}.collaboration-heading>div:last-child{display:flex;gap:8px}.collaboration-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.collaboration-kpis article{min-height:100px;display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid var(--line);border-radius:19px;background:#fff}.collaboration-kpis article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f1f6fb;color:var(--brand-navy-700)}.collaboration-kpis article>div{display:grid;gap:2px}.collaboration-kpis small{color:var(--muted);font-size:12px;font-weight:800}.collaboration-kpis b{font-size:24px;line-height:1}.collaboration-kpis em{color:var(--ink-soft);font-size:12px;font-style:normal}.collaboration-kpis .is-highlight{border-color:#bfe6df;background:linear-gradient(135deg,#effaf8,#f7fbff)}.collaboration-kpis .is-highlight>span{background:#dff6f2;color:var(--brand-teal-strong)}.collaboration-insight{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin-bottom:18px;padding:17px 19px;border:1px solid #bfe4de;border-radius:20px;background:linear-gradient(110deg,#effaf8,#f6fbff 55%,#fff)}.collaboration-insight__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--brand-teal),var(--brand-navy-700))}.collaboration-insight div{display:grid;gap:2px}.collaboration-insight small{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.collaboration-insight b{font-size:15px}.collaboration-insight p{margin:0;color:var(--ink-soft);font-size:11px}.collaboration-insight button{display:flex;align-items:center;gap:5px;padding:10px 13px;border:1px solid #cfe5e2;border-radius:12px;background:#fff;color:var(--brand-teal-strong);font-size:11px;font-weight:900}.collaboration-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.collaboration-main{min-width:0}.collaboration-tabs{display:flex;gap:6px;margin-bottom:12px;padding:5px;border:1px solid var(--line);border-radius:15px;background:#fff}.collaboration-tabs button{flex:1;min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;background:transparent;color:var(--ink-soft);font-size:11px;font-weight:900}.collaboration-tabs button b{min-width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:#edf2f6;color:var(--muted);font-size:12px}.collaboration-tabs button.is-active{background:var(--brand-navy-900);color:#fff}.collaboration-tabs button.is-active b{background:#ffffff26;color:#fff}.collaboration-property-list,.collaboration-request-list,.collaboration-side{display:grid;gap:12px;align-content:start}.collaboration-property{display:grid;grid-template-columns:184px minmax(0,1fr);overflow:hidden}.collaboration-property__visual{position:relative;min-height:252px;display:grid;place-items:center;align-content:center;gap:8px;padding:16px;color:#fff;background:linear-gradient(145deg,#12385f,#0b826f)}.collaboration-property__visual--penthouse{background:linear-gradient(145deg,#102c4f,#118da0)}.collaboration-property__visual--family{background:linear-gradient(145deg,#293d5a,#6d8d80)}.collaboration-property__visual--city{background:linear-gradient(145deg,#173559,#4e79a1)}.collaboration-property__visual--garden{background:linear-gradient(145deg,#183b37,#5b8d66)}.collaboration-property__visual>span{position:absolute;top:13px;right:13px;padding:6px 9px;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:12px;font-weight:900}.collaboration-property__visual small{color:#ffffffb8;font-size:11px}.collaboration-property__content{display:grid;gap:13px;padding:17px 18px}.collaboration-property__title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.collaboration-property__title small{color:var(--muted);font-size:12px}.collaboration-property__title h2{margin:3px 0 0;font-size:17px}.collaboration-property__title strong{white-space:nowrap;color:var(--brand-navy-900);font-size:16px}.collaboration-property__specs{display:flex;flex-wrap:wrap;gap:6px}.collaboration-property__specs span{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:9px;background:#f5f8fa;color:var(--ink-soft);font-size:12px;font-weight:800}.collaboration-property__specs span.is-match{background:#e8f8f4;color:#087f78}.collaboration-permissions-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:11px 12px;border-radius:13px;background:#f8fafb}.collaboration-permissions-mini>div{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.collaboration-permissions-mini small{width:100%;color:var(--muted);font-size:12px;font-weight:900}.collaboration-permissions-mini span{display:flex;align-items:center;gap:3px;padding:4px 6px;border-radius:7px;background:#e9f8f3;color:#138265;font-size:12px;font-weight:800}.collaboration-permissions-mini .is-restricted span{background:#f1f3f5;color:#7c8794}.collaboration-property footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:12px}.collaboration-broker-chip{display:flex;align-items:center;gap:8px}.collaboration-broker-chip>span,.collaboration-request__avatar,.collaboration-partner__avatar{width:34px;height:34px;display:grid;place-items:center;flex-shrink:0;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-700),var(--brand-teal));font-size:12px;font-weight:900}.collaboration-broker-chip>div{display:grid;gap:1px}.collaboration-broker-chip b{font-size:12px}.collaboration-broker-chip small{color:var(--muted);font-size:12px}.collaboration-property footer>div:last-child{display:flex;gap:6px}.collaboration-property footer button{display:flex;align-items:center;gap:4px;padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:900}.collaboration-property footer button.is-primary{border-color:#c9e7e2;background:#edf9f7;color:var(--brand-teal-strong)}.collaboration-request{display:flex;gap:12px;padding:17px}.collaboration-request__content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px}.collaboration-request__content>div:first-child{display:grid;gap:4px}.collaboration-request small{color:var(--muted);font-size:12px}.collaboration-request h3{margin:0;font-size:14px}.collaboration-request h3 em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.collaboration-request__content b{font-size:11px}.collaboration-request p{max-width:620px;margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.collaboration-request__actions{display:flex;gap:6px;flex-shrink:0}.collaboration-request__actions button{padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:12px;font-weight:900}.collaboration-request__actions .is-primary{display:flex;align-items:center;gap:4px;border-color:#bfe3dd;background:#eaf8f5;color:#087f78}.collaboration-request__status{padding:7px 10px;border-radius:9px;background:#edf7f3;color:#188466;font-size:12px;font-weight:900}.collaboration-request.is-declined{opacity:.58}.collaboration-request.is-waiting .collaboration-request__status{background:#fff6df;color:#a36e00}.collaboration-partners,.collaboration-feed{padding:16px}.collaboration-partners .app-panel__head,.collaboration-feed .app-panel__head{margin-bottom:10px}.collaboration-partner{width:100%;display:flex;align-items:center;gap:9px;padding:10px 4px;border:0;border-bottom:1px solid #edf1f4;background:transparent;text-align:right}.collaboration-partner:last-child{border-bottom:0}.collaboration-partner__avatar{position:relative}.collaboration-partner__avatar i{position:absolute;left:-2px;bottom:-2px;width:10px;height:10px;border:2px solid #fff;border-radius:999px;background:#aab3bd}.collaboration-partner__avatar i.is-online{background:#22b77f}.collaboration-partner>div{flex:1;display:grid;gap:1px}.collaboration-partner b{font-size:12px}.collaboration-partner small{color:var(--muted);font-size:12px}.collaboration-partner em{color:var(--brand-teal-strong);font-size:12px;font-style:normal}.collaboration-partner>svg{color:#a2acb7}.collaboration-feed__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #edf1f4}.collaboration-feed__row:last-child{border-bottom:0}.collaboration-feed__row>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f0f6f8;color:var(--brand-teal-strong)}.collaboration-feed__row>div{display:grid;gap:1px}.collaboration-feed__row b{font-size:12px}.collaboration-feed__row small,.collaboration-feed__row time{color:var(--muted);font-size:12px}.collaboration-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#04142c73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.collaboration-share-modal{width:min(680px,100%);max-height:90vh;overflow:auto;border-radius:24px;background:#fff;box-shadow:0 35px 90px #04142c4d}.collaboration-share-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--line)}.collaboration-share-modal header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.collaboration-share-modal header h2{margin:3px 0 4px;font-size:20px}.collaboration-share-modal header p{margin:0;color:var(--ink-soft);font-size:12px}.collaboration-share-modal header>button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.collaboration-share-modal__body{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:20px 22px}.collaboration-share-modal__body>label{display:grid;gap:6px}.collaboration-share-modal__body label>span,.collaboration-share-permissions>span{font-size:12px;font-weight:900}.collaboration-share-modal select{width:100%;min-height:42px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink)}.collaboration-share-permissions{grid-column:1/-1;display:grid;gap:8px;padding-top:5px}.collaboration-share-permissions>div{display:flex;flex-wrap:wrap;gap:6px}.collaboration-share-permissions label input{position:absolute;opacity:0;pointer-events:none}.collaboration-share-permissions label>span{display:flex;align-items:center;gap:4px;padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:#f7f9fa;color:#778390;font-size:12px;font-weight:800;cursor:pointer}.collaboration-share-permissions label.is-on>span{border-color:#b8dfd9;background:#eaf8f5;color:#087f78}.collaboration-share-expiry{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:13px;border-radius:14px;background:#f8fafb}.collaboration-share-expiry label{display:grid;gap:5px}.collaboration-share-expiry label span{font-size:12px;font-weight:900}.collaboration-share-expiry>div{display:flex;align-items:center;gap:8px;color:var(--brand-teal-strong)}.collaboration-share-expiry>div span{display:grid;gap:1px}.collaboration-share-expiry b{color:var(--ink);font-size:12px}.collaboration-share-expiry small{color:var(--muted);font-size:12px}.collaboration-share-modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid var(--line)}.collaboration-share-modal>footer>button:not(.button){padding:9px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:12px;font-weight:900}.collaboration-toast{position:fixed;z-index:120;left:24px;bottom:24px;display:flex;align-items:center;gap:8px;padding:12px 15px;border:1px solid #bfe3dd;border-radius:13px;background:#effaf7;color:#087f78;box-shadow:var(--shadow-md);font-size:11px;font-weight:900}@media(max-width:1120px){.collaboration-kpis{grid-template-columns:repeat(2,1fr)}.collaboration-layout{grid-template-columns:1fr}.collaboration-side{grid-template-columns:1fr 1fr}.collaboration-property{grid-template-columns:160px 1fr}}@media(max-width:760px){.collaboration-heading{display:grid}.collaboration-heading>div:last-child{width:100%}.collaboration-heading>div:last-child>*{flex:1}.collaboration-kpis{grid-template-columns:1fr 1fr;gap:8px}.collaboration-kpis article{min-height:88px;padding:12px}.collaboration-kpis article>span{width:34px;height:34px}.collaboration-kpis b{font-size:19px}.collaboration-insight{grid-template-columns:auto 1fr}.collaboration-insight button{grid-column:1/-1;justify-content:center}.collaboration-tabs{overflow:auto}.collaboration-tabs button{min-width:125px}.collaboration-property{grid-template-columns:1fr}.collaboration-property__visual{min-height:135px}.collaboration-property__content{padding:14px}.collaboration-property__title{display:grid}.collaboration-property__permissions,.collaboration-permissions-mini{grid-template-columns:1fr}.collaboration-property footer{align-items:flex-start;flex-direction:column}.collaboration-property footer>div:last-child{width:100%}.collaboration-property footer button{flex:1;justify-content:center}.collaboration-side{grid-template-columns:1fr}.collaboration-request__content{align-items:flex-start;flex-direction:column}.collaboration-request__actions{width:100%}.collaboration-request__actions button{flex:1}.collaboration-share-modal__body{grid-template-columns:1fr}.collaboration-share-permissions,.collaboration-share-expiry{grid-column:auto}.collaboration-share-expiry{grid-template-columns:1fr}.collaboration-toast{left:12px;right:12px;bottom:82px;justify-content:center}}.global-search-wrap{position:relative;z-index:82;flex:1;max-width:620px}.global-search-wrap .app-search{max-width:none;width:100%}.global-search-popover{position:absolute;top:52px;right:0;width:min(720px,calc(100vw - 300px));max-height:min(690px,calc(100vh - 100px));display:grid;overflow:auto;border:1px solid #dfe8ef;border-radius:19px;background:#fff;box-shadow:0 24px 80px #051a3733}.global-search-backdrop{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;border:0;background:#04142c24;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.global-search-popover__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fffffff7}.global-search-popover__head>div{display:grid;gap:2px}.global-search-popover__head span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.09em}.global-search-popover__head b{font-size:12px}.global-search-popover__head button{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-soft)}.global-search-empty,.global-search-no-results{min-height:220px;display:grid;place-items:center;align-content:center;gap:7px;padding:24px;text-align:center}.global-search-empty__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#e8f7f4,#eef5fb);color:var(--brand-teal-strong)}.global-search-empty b,.global-search-no-results b{font-size:14px}.global-search-empty p{max-width:460px;margin:0;color:var(--ink-soft);font-size:12px;line-height:1.55}.global-search-empty>div{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:5px}.global-search-empty>div button{padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:800}.global-search-no-results{color:var(--muted)}.global-search-no-results span{font-size:12px}.global-search-results{display:grid;padding:8px}.global-search-results section{display:grid;padding:4px 0 8px;border-bottom:1px solid #eef2f5}.global-search-results section:last-child{border-bottom:0}.global-search-results__title{display:flex;align-items:center;justify-content:space-between;padding:6px 8px}.global-search-results__title span{color:var(--muted);font-size:12px;font-weight:900}.global-search-results__title b{min-width:19px;height:19px;display:grid;place-items:center;border-radius:999px;background:#f1f4f7;color:#85909c;font-size:12px}.global-search-result{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:9px;padding:8px;border-radius:10px}.global-search-result:hover{background:#f7fafb}.global-search-result__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#edf6f6;color:var(--brand-teal-strong)}.global-search-result__icon--client{background:#f0f4fb;color:#3d6cad}.global-search-result__icon--property,.global-search-result__icon--share{background:#eaf8f5;color:#13876e}.global-search-result__icon--calendar{background:#fff5df;color:#a86e00}.global-search-result__icon--task{background:#f5effb;color:#7951a8}.global-search-result__icon--message{background:#fff0f2;color:#b94f64}.global-search-result>div{min-width:0;display:grid;gap:1px}.global-search-result b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.global-search-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}.global-search-result em{padding:4px 6px;border-radius:7px;background:#f2f5f7;color:#6f7c89;font-size:12px;font-style:normal;font-weight:800}.global-search-result>svg{color:#a1acb7}.global-search-popover__footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-top:1px solid var(--line);background:#fbfcfd;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.global-search-popover__footer span{display:flex;align-items:center;gap:5px}.app-mobile-search-button{display:none}.smart-search-page{padding-top:26px}.smart-search-hero{min-height:230px;display:grid;grid-template-columns:1fr 240px;align-items:center;gap:30px;padding:30px 34px;margin-bottom:14px;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(83,220,211,.18),transparent 28%),linear-gradient(135deg,#061d3d,#0b315e 58%,#075e67);color:#fff}.smart-search-hero__copy h1{margin:7px 0 10px;font-size:38px;line-height:1.08;letter-spacing:-.04em}.smart-search-hero__copy h1 em{color:#65e1d8;font-style:normal}.smart-search-hero__copy p{max-width:700px;margin:0;color:#ffffffab;font-size:13px;line-height:1.6}.smart-search-hero__orb{justify-self:center;width:170px;height:170px;display:grid;place-items:center;align-content:center;gap:5px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff14;box-shadow:inset 0 0 0 12px #ffffff06;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.smart-search-hero__orb svg{color:#65e1d8}.smart-search-hero__orb span{color:#fff9;font-size:12px}.smart-search-hero__orb b{font-size:12px}.smart-search-console{padding:15px 17px;margin-bottom:11px}.smart-search-console__input{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dce6ed;border-radius:14px;background:#f9fbfc;color:var(--muted)}.smart-search-console__input input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.smart-search-console__input button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:#edf2f5;color:var(--muted)}.smart-search-examples{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:9px 3px 0}.smart-search-examples span{color:var(--muted);font-size:12px;font-weight:900}.smart-search-examples button{padding:5px 7px;border:0;border-radius:7px;background:#f1f6f7;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.smart-search-filterbar{display:flex;gap:5px;overflow:auto;margin-bottom:16px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#fff}.smart-search-filterbar button{min-width:max-content;display:flex;align-items:center;gap:5px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--ink-soft);font-size:12px;font-weight:900}.smart-search-filterbar button b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#edf2f5;font-size:12px}.smart-search-filterbar button.is-active{background:var(--brand-navy-900);color:#fff}.smart-search-filterbar button.is-active b{background:#ffffff26}.smart-search-starter{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.smart-search-starter>div{min-height:170px;display:grid;align-content:start;gap:7px;padding:20px;border:1px solid var(--line);border-radius:19px;background:#fff}.smart-search-starter svg{color:var(--brand-teal-strong)}.smart-search-starter b{font-size:13px}.smart-search-starter p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.55}.smart-search-results-page>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.smart-search-results-page h2{margin:3px 0 0;font-size:17px}.smart-search-results-page header small{color:var(--muted);font-size:12px}.smart-search-result-list{display:grid;gap:7px}.smart-search-result-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:12px 14px}.smart-search-result-row:hover{border-color:#cfe3e4;background:#fbfefe}.smart-search-result-row__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eef7f6;color:var(--brand-teal-strong)}.smart-search-result-row>div{display:grid;gap:1px}.smart-search-result-row small{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.smart-search-result-row b{font-size:11px}.smart-search-result-row span{color:var(--muted);font-size:12px}.smart-search-result-row em{padding:5px 7px;border-radius:8px;background:#f2f5f7;color:#73808d;font-size:12px;font-style:normal}.smart-search-result-row>svg{color:#a1acb7}.smart-search-zero{min-height:200px;display:grid;place-items:center;align-content:center;gap:6px;color:var(--muted);text-align:center}.smart-search-zero b{color:var(--ink);font-size:13px}.smart-search-zero span{font-size:12px}@media(max-width:900px){.global-search-popover{width:min(650px,calc(100vw - 120px))}.smart-search-hero{grid-template-columns:1fr 180px}.smart-search-starter{grid-template-columns:1fr}}@media(max-width:760px){.global-search-wrap{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;max-width:none;display:none;padding:12px;background:#f5f8fbfa}.global-search-wrap.is-open{display:block}.global-search-wrap .app-search{display:flex;height:48px;background:#fff}.global-search-wrap .app-search kbd{display:none}.global-search-popover{position:static;width:100%;max-height:calc(100vh - 84px);margin-top:8px;border-radius:16px;box-shadow:none}.global-search-backdrop{display:none}.app-mobile-search-button{display:grid}.smart-search-hero{min-height:0;grid-template-columns:1fr;padding:22px;border-radius:22px}.smart-search-hero__copy h1{font-size:29px}.smart-search-hero__orb{display:none}.smart-search-console{padding:10px}.smart-search-console__input{height:48px}.smart-search-result-row{grid-template-columns:auto 1fr auto}.smart-search-result-row em{display:none}.smart-search-result-row>svg{display:none}}.reports-page{position:relative}.reports-heading__actions{display:flex;gap:8px}.reports-heading__actions select{height:44px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-weight:700}.reports-scope{width:max-content;display:flex;gap:4px;margin:-4px 0 18px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#fff}.reports-scope button{min-height:34px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-weight:800}.reports-scope button.is-active{color:var(--brand-teal-strong);background:#eef9f8}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.report-kpi{display:flex;align-items:center;gap:13px;min-height:112px;padding:18px;border:1px solid var(--line);border-radius:19px;background:#fff}.report-kpi__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px}.report-kpi div{display:grid;gap:2px}.report-kpi small{color:var(--muted);font-size:12px;font-weight:800}.report-kpi b{font-size:25px;letter-spacing:-.03em}.report-kpi em{font-style:normal;font-size:12px;color:var(--success);font-weight:800}.report-kpi--teal .report-kpi__icon{background:#e7f8f6;color:var(--brand-teal-strong)}.report-kpi--navy .report-kpi__icon{background:#edf3fa;color:var(--brand-navy-800)}.report-kpi--blue .report-kpi__icon{background:#edf5ff;color:#3673b5}.report-kpi--amber .report-kpi__icon{background:#fff5df;color:#b57919}.reports-grid{display:grid;gap:14px;margin-bottom:14px}.reports-grid--hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.reports-grid--tables{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)}.report-revenue,.report-funnel,.report-table-card,.report-cities,.report-team{padding:20px}.report-pill{padding:7px 10px;border-radius:999px;background:#eaf9f8;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.report-pill--muted{background:#f3f6f8;color:var(--muted)}.report-revenue__summary{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:24px 0 4px}.report-revenue__summary>div{display:grid}.report-revenue__summary strong{font-size:31px;letter-spacing:-.04em}.report-revenue__summary span{color:var(--muted);font-size:11px}.report-revenue__summary p{display:flex;align-items:center;gap:6px;max-width:280px;margin:0;color:var(--success);font-size:11px;font-weight:750}.report-chart{height:230px;display:grid;grid-template-rows:1fr auto;gap:8px;padding-top:10px}.report-chart svg{width:100%;height:100%;overflow:visible}.report-chart__line{stroke:var(--brand-teal);stroke-width:2.4;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.report-chart__labels{display:grid;grid-template-columns:repeat(8,1fr);color:var(--muted);font-size:12px;text-align:center}.report-funnel__list{display:grid;gap:15px;margin-top:24px}.report-funnel__list>div>div:first-child{display:flex;justify-content:space-between;gap:10px}.report-funnel__list b{font-size:12px}.report-funnel__list span{font-size:12px;font-weight:900}.report-funnel__list small{display:block;margin-top:5px;color:var(--muted);font-size:12px}.report-progress{height:8px;margin-top:7px;border-radius:999px;background:#edf2f5;overflow:hidden}.report-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-navy-700),var(--brand-teal))}.reports-insights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.reports-insights article{display:flex;gap:12px;padding:17px;border:1px solid #dbeeea;border-radius:18px;background:linear-gradient(135deg,#fbfefd,#f2fbfa)}.reports-insights article>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:#e6f8f6;color:var(--brand-teal-strong)}.reports-insights div{display:grid;gap:2px}.reports-insights small{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.reports-insights b{font-size:12px}.reports-insights p{margin:2px 0 0;color:var(--ink-soft);font-size:12px;line-height:1.55}.report-table-wrap{overflow:auto;margin-top:18px}.report-table{width:100%;border-collapse:collapse;white-space:nowrap}.report-table th,.report-table td{padding:12px 10px;border-bottom:1px solid #edf1f4;text-align:right;font-size:11px}.report-table th{color:var(--muted);font-size:12px}.report-table td span{color:var(--success);font-weight:900}.report-city-list{display:grid;margin-top:14px}.report-city-list>div{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf1f4}.report-city-list>div:last-child{border-bottom:0}.report-rank{width:25px;height:25px;display:grid;place-items:center;border-radius:9px;background:#f2f6f9;color:var(--brand-navy-900);font-size:12px;font-weight:900}.report-city-list div>div{display:grid}.report-city-list b{font-size:11px}.report-city-list small{color:var(--muted);font-size:12px}.report-city-list strong{font-size:14px}.report-city-list em{font-style:normal;color:var(--brand-navy-800);font-size:12px;font-weight:900}.report-team{margin-top:0}.report-team>.app-panel__head>small{color:var(--muted);font-size:12px}.report-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.report-team__grid article{display:grid;grid-template-columns:auto 1fr minmax(90px,.7fr) auto;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fbfcfd}.report-team__grid article.is-leading{border-color:#c6ebe5;background:#f5fcfb}.report-team__avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));color:#fff;font-size:12px;font-weight:900}.report-team__grid div{display:grid}.report-team__grid b{font-size:11px}.report-team__grid small{color:var(--muted);font-size:12px}.report-team__score{gap:4px}.report-team__score strong{font-size:12px}.report-team__score span{height:6px;border-radius:999px;background:#e8eef2;overflow:hidden}.report-team__score i{display:block;height:100%;background:var(--brand-teal);border-radius:inherit}.report-team__grid em{font-style:normal;font-size:12px;color:var(--muted)}.reports-toast{position:fixed;z-index:80;left:24px;bottom:24px;max-width:420px;display:flex;align-items:center;gap:9px;padding:13px 16px;border:1px solid #ccebe6;border-radius:14px;background:#fff;color:var(--brand-navy-900);box-shadow:var(--shadow-md);font-size:11px;font-weight:750}.reports-toast svg{color:var(--success)}@media(max-width:1100px){.report-kpis{grid-template-columns:repeat(2,1fr)}.reports-grid--hero,.reports-grid--tables,.reports-insights,.report-team__grid{grid-template-columns:1fr}}@media(max-width:760px){.reports-heading{display:grid}.reports-heading__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.reports-heading__actions select,.reports-heading__actions .button{width:100%;min-width:0}.reports-scope{width:100%;display:grid;grid-template-columns:1fr 1fr}.report-kpis{grid-template-columns:1fr 1fr;gap:8px}.report-kpi{min-height:100px;padding:13px}.report-kpi__icon{width:36px;height:36px}.report-kpi b{font-size:20px}.report-revenue,.report-funnel,.report-table-card,.report-cities,.report-team{padding:15px}.report-revenue__summary{align-items:flex-start;flex-direction:column}.report-chart{height:190px}.report-team__grid article{grid-template-columns:auto 1fr auto}.report-team__score{grid-column:2/4}.report-team__grid em{display:none}.report-city-list>div{grid-template-columns:24px 1fr auto}.report-city-list em{display:none}.reports-toast{left:12px;right:12px;bottom:82px}}.settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;align-items:start}.settings-nav{position:sticky;top:86px;padding:8px}.settings-nav button{width:100%;min-height:44px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 11px;border:0;border-radius:12px;background:transparent;color:var(--ink-soft);text-align:start;font-size:13px;font-weight:800}.settings-nav button:hover{background:#f6f9fb}.settings-nav button.is-active{background:#eef9f8;color:var(--brand-teal-text)}.settings-nav button svg:last-child{color:#a1acb8}.settings-content{padding:24px;min-height:560px}.settings-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.settings-section-head h2{margin:4px 0 6px;font-size:23px;letter-spacing:-.03em}.settings-section-head p{margin:0;color:var(--muted);font-size:13px}.settings-logo-preview{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--line);border-radius:13px;background:#f9fbfc}.settings-logo-preview b,.settings-big-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,var(--brand-navy-900),var(--brand-teal));color:#fff;font-weight:900}.settings-logo-preview span{font-weight:900;letter-spacing:.12em}.settings-big-avatar{width:52px;height:52px;border-radius:16px}.settings-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 16px;margin-top:22px}.settings-field{display:grid;gap:7px}.settings-field>span{color:var(--ink-soft);font-size:13px;font-weight:850}.settings-field input,.settings-field select{width:100%;height:46px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none}.settings-field input:focus,.settings-field select:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11a}.settings-field input[readonly]{background:#f7f9fb;color:var(--muted)}.settings-field small{color:var(--muted);font-size:12px}.settings-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.settings-footer>span{color:var(--muted);font-size:12px}.settings-tag-block{display:grid;gap:8px;margin-top:20px}.settings-tag-block>span{font-size:13px;font-weight:850}.settings-tag-block>div{display:flex;flex-wrap:wrap;gap:7px}.settings-tag-block button{padding:7px 10px;border:1px solid #d7e8e5;border-radius:999px;background:#f4fbfa;color:var(--brand-teal-text);font-size:12px;font-weight:800}.settings-tag-block button.is-add{border-style:dashed;background:#fff;color:var(--muted)}.settings-team-list{display:grid;margin-top:18px}.settings-team-list>div{display:grid;grid-template-columns:auto 1fr 150px auto auto;align-items:center;gap:11px;padding:12px 4px;border-bottom:1px solid #edf1f4}.settings-team-list>div>span{width:37px;height:37px;display:grid;place-items:center;border-radius:12px;background:#edf5f6;color:var(--brand-navy-800);font-size:12px;font-weight:900}.settings-team-list>div>div{display:grid}.settings-team-list b{font-size:13px}.settings-team-list small{color:var(--muted);font-size:12px}.settings-team-list select{height:36px;padding:0 9px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:13px}.settings-team-list em{padding:5px 8px;border-radius:999px;background:#f2f4f6;color:var(--muted);font-size:12px;font-style:normal;font-weight:900}.settings-team-list em.is-active{background:#e9f8f3;color:var(--success)}.settings-team-list>div>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:#f6f9fb;color:var(--muted)}.settings-permission-note{display:flex;gap:11px;margin-top:20px;padding:15px;border:1px solid #dbece9;border-radius:15px;background:#f5fbfa}.settings-permission-note>svg{flex:0 0 auto;color:var(--brand-teal-strong)}.settings-permission-note div{display:grid;gap:4px}.settings-permission-note b{font-size:13px}.settings-permission-note p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.55}.settings-permission-note--strong{border-color:#d7e2ef;background:#f6f9fc}.settings-switch-list{display:grid;margin-top:10px}.settings-switch{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;padding:15px 0;border-bottom:1px solid #edf1f4;cursor:pointer}.settings-switch input{position:absolute;opacity:0;pointer-events:none}.settings-switch__track{position:relative;width:42px;height:24px;border-radius:999px;background:#dbe3e8;transition:.2s}.settings-switch__track i{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0000001f;transition:.2s}.settings-switch input:checked+.settings-switch__track{background:var(--brand-teal)}.settings-switch input:checked+.settings-switch__track i{transform:translate(-18px)}.settings-switch div{display:grid;gap:2px}.settings-switch b{font-size:13px}.settings-switch small{color:var(--muted);font-size:12px}.settings-inline-control{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 14px;border-bottom:1px solid #edf1f4}.settings-inline-control>span{color:var(--muted);font-size:13px;font-weight:800}.settings-inline-control input,.settings-inline-control select{height:34px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:13px}.settings-switch-list--compact{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.settings-switch-list--compact .settings-switch{padding:12px;border:1px solid var(--line);border-radius:13px}.branding-preview{margin-top:20px;padding:24px;border-radius:20px;color:#fff;background:linear-gradient(140deg,var(--brand-navy-950),var(--brand-navy-700));overflow:hidden}.branding-preview>div:first-child{display:flex;align-items:center;gap:8px}.branding-preview>div:first-child span{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:var(--brand-teal);font-weight:900}.branding-preview>div:first-child b{letter-spacing:.12em}.branding-preview>small{display:block;margin-top:26px;color:#ffffffad;font-size:12px}.branding-preview h3{margin:5px 0 15px;font-size:22px}.branding-preview__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.branding-preview__cards i{height:54px;border-radius:11px;background:linear-gradient(145deg,#ffffff2e,#ffffff0d);border:1px solid rgba(255,255,255,.12)}.settings-form-grid--branding{margin-top:16px}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.security-grid article,.billing-addons article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.security-grid article>span,.billing-addons article>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#edf7f6;color:var(--brand-teal-strong)}.security-grid article>div,.billing-addons article>div{display:grid}.security-grid b,.billing-addons b{font-size:13px}.security-grid small,.billing-addons small{color:var(--muted);font-size:12px}.security-grid em,.billing-addons em{font-style:normal;color:var(--success);font-size:12px;font-weight:900}.settings-plan-badge{padding:8px 11px;border-radius:999px;background:#eaf9f8;color:var(--brand-teal-text);font-size:12px;font-weight:900}.billing-plan{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:20px;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-950),var(--brand-navy-700))}.billing-plan div{display:grid;gap:3px}.billing-plan small{color:#ffffffad;font-size:12px}.billing-plan b{font-size:20px}.billing-plan p{margin:0;color:#ffffffad;font-size:12px}.billing-plan>strong{font-size:27px}.billing-plan>strong small{margin-right:3px}.billing-addons{display:grid;gap:9px;margin-top:14px}.settings-saved{position:fixed;z-index:80;left:24px;bottom:24px;display:flex;align-items:center;gap:8px;padding:12px 15px;border:1px solid #ccebe6;border-radius:13px;background:#fff;box-shadow:var(--shadow-md);color:var(--success);font-size:13px;font-weight:900}@media(max-width:1000px){.settings-layout{grid-template-columns:180px minmax(0,1fr)}.settings-switch-list--compact,.security-grid{grid-template-columns:1fr}}@media(max-width:760px){.settings-layout{display:block}.settings-nav{position:static;display:flex;gap:6px;margin-bottom:10px;overflow:auto;padding:6px}.settings-nav button{min-width:max-content;width:auto;grid-template-columns:auto auto;padding:0 10px}.settings-nav button svg:last-child{display:none}.settings-content{padding:16px;min-height:0}.settings-section-head{align-items:center}.settings-section-head h2{font-size:20px}.settings-form-grid{grid-template-columns:1fr}.settings-footer{align-items:stretch;flex-direction:column}.settings-footer .button{width:100%}.settings-team-list>div{grid-template-columns:auto 1fr auto}.settings-team-list select{grid-column:2/4;width:100%}.settings-team-list em{grid-row:1;grid-column:3}.settings-team-list>div>button{display:none}.settings-switch-list--compact,.security-grid{grid-template-columns:1fr}.billing-plan{align-items:flex-start;flex-direction:column}.settings-saved{left:12px;right:12px;bottom:82px}}.settings-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.settings-language-grid button{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:9px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-align:start}.settings-language-grid button span{font-size:12px;font-weight:900}.settings-language-grid button small{color:var(--muted);font-size:12px;font-weight:800}.settings-language-grid button svg{color:var(--muted)}.settings-language-grid button.is-active{border-color:#a9ddd8;background:#f0fbfa;box-shadow:inset 0 0 0 1px #079d9b0d}.settings-language-grid button.is-active svg{color:var(--brand-teal-strong)}.settings-client-language{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#f8fbfc}.settings-client-language h3{margin:4px 0 3px}.settings-client-language p{margin:0;color:var(--muted);font-size:13px}.settings-client-language select{min-width:180px;height:42px;padding-inline:10px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink)}@media(max-width:700px){.settings-language-grid{grid-template-columns:1fr}.settings-client-language{align-items:stretch;flex-direction:column}.settings-client-language select{width:100%}}.pref-account-actions{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #f0dada;border-radius:16px;background:snow}.pref-account-actions>div{display:grid;gap:4px}.pref-account-actions b{color:#7f2f2f;font-size:13px}.pref-account-actions small{color:var(--muted);font-size:12px;line-height:1.5}.pref-signout-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex-shrink:0;border:1px solid #e9caca;background:#fff;color:#9a3d3d}.pref-signout-button:hover{background:#fff1f1}.pref-signout-button:disabled{opacity:.55;cursor:wait}.pref-signout-error{margin:8px 0 0;color:#a33b3b;font-size:13px;font-weight:700}@media(max-width:760px){.pref-account-actions{align-items:stretch;flex-direction:column}.pref-signout-button{width:100%}}.matching-heading>.button{white-space:nowrap}.match-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.match-kpi{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:17px;background:#fff}.match-kpi>span{width:41px;height:41px;display:grid;place-items:center;border-radius:13px}.match-kpi>div{display:grid}.match-kpi small{color:var(--muted);font-size:12px;font-weight:850}.match-kpi b{font-size:22px}.match-kpi em{font-style:normal;color:var(--muted);font-size:12px}.match-kpi--teal>span{background:#e8f9f7;color:var(--brand-teal-strong)}.match-kpi--navy>span{background:#edf2f8;color:var(--brand-navy-800)}.match-kpi--amber>span{background:#fff3dc;color:#a86c10}.match-kpi--blue>span{background:#edf5ff;color:#3c75b5}.matching-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:10px;padding:10px;margin-bottom:10px}.matching-mode{display:flex;gap:4px;padding:3px;border-radius:11px;background:#f4f7f9}.matching-mode button{min-height:36px;display:flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:850}.matching-mode button.is-active{background:#fff;color:var(--brand-teal-strong);box-shadow:0 3px 10px #061d3d0f}.matching-search{height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fbfcfd;color:var(--muted)}.matching-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px}.matching-threshold{display:flex;align-items:center;gap:8px}.matching-threshold>span{color:var(--muted);font-size:12px;font-weight:800}.matching-threshold select{height:38px;padding:0 9px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:12px;font-weight:800}.matching-smart-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:12px;padding:13px 15px;border:1px solid #d7ece8;border-radius:15px;background:linear-gradient(135deg,#f9fefd,#f0faf8)}.matching-smart-note>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e6f8f6;color:var(--brand-teal-strong)}.matching-smart-note div{display:grid;gap:2px}.matching-smart-note b{font-size:12px}.matching-smart-note p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.matching-smart-note em{font-style:normal;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.matching-groups{display:grid;gap:12px}.match-group{overflow:hidden}.match-client-head,.match-property-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.match-avatar{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));color:#fff;font-size:12px;font-weight:900}.match-client-head>div{display:grid;gap:4px}.match-client-head>div>div:first-child,.match-property-head>div>div:first-child{display:flex;align-items:center;gap:7px}.match-client-head b,.match-property-head b{font-size:13px}.match-client-head em,.match-property-head em{padding:4px 7px;border-radius:999px;background:#eaf8f4;color:var(--success);font-size:12px;font-style:normal;font-weight:900}.match-client-head p,.match-property-head p{margin:0;color:var(--muted);font-size:12px}.match-client-head>a,.match-property-head>a{display:flex;align-items:center;gap:3px;color:var(--brand-teal-strong);font-size:12px;font-weight:850}.match-tags{display:flex!important;gap:5px}.match-tags span{padding:4px 6px;border-radius:999px;background:#f2f6f8;color:var(--ink-soft);font-size:12px}.match-property-list{display:grid}.match-property{display:grid;grid-template-columns:96px minmax(0,1fr) 96px auto;align-items:center;gap:14px;padding:13px 18px;border-bottom:1px solid #edf1f4}.match-property:last-child{border-bottom:0}.match-property__visual,.match-property-head__visual{position:relative;height:66px;border-radius:13px;overflow:hidden;background:linear-gradient(145deg,#d7edf1,#edf7f8)}.match-property__visual:before,.match-property-head__visual:before{content:"";position:absolute;right:18%;bottom:13%;width:60%;height:58%;background:#fff;clip-path:polygon(0 20%,55% 0,100% 20%,100% 100%,0 100%)}.match-property__visual>span,.match-property-head__visual>span{position:absolute;right:8px;top:8px;z-index:2;width:21px;height:21px;display:grid;place-items:center;border-radius:7px;background:var(--brand-navy-900);color:#fff;font-size:12px;font-weight:900}.match-property__visual>i{position:absolute;left:6px;bottom:6px;z-index:2;padding:3px 5px;border-radius:7px;background:#ffffffe6;color:var(--brand-navy-800);font-size:12px;font-style:normal;font-weight:900}.match-property__copy{display:grid;grid-template-columns:1fr auto;gap:3px 14px}.match-property__copy>div:first-child{display:grid}.match-property__copy b{font-size:11px}.match-property__copy small{color:var(--muted);font-size:12px}.match-property__copy strong{grid-row:1/3;grid-column:2;font-size:13px}.match-property__copy p{margin:2px 0;color:var(--ink-soft);font-size:12px}.match-reasons{grid-column:1/3;display:flex;flex-wrap:wrap;gap:5px}.match-reasons span{display:flex;align-items:center;gap:3px;padding:4px 6px;border-radius:999px;background:#eef9f7;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.match-score{display:grid;gap:5px;text-align:center}.match-score b{font-size:14px;color:#6f7d8c}.match-score i{width:100%;height:6px;display:block;border-radius:999px;background:#e9eef2;overflow:hidden}.match-score em{display:block;height:100%;border-radius:inherit;background:#8093a5}.match-score.is-good b{color:#3b7d91}.match-score.is-good em{background:#4d9eb4}.match-score.is-strong b{color:var(--brand-teal-strong)}.match-score.is-strong em{background:var(--brand-teal)}.match-actions{display:grid;gap:5px}.match-actions button,.match-client-list button{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:850;white-space:nowrap}.match-actions button:first-child,.match-client-list button{border-color:#cbe8e3;background:#effaf8;color:var(--brand-teal-strong)}.match-actions button.is-sent,.match-client-list button.is-sent{background:#eaf7ef;color:var(--success)}.match-property-head__visual{width:92px}.match-property-head>div:nth-child(2){display:grid;gap:3px}.match-property-head strong{font-size:13px;color:var(--brand-navy-800)}.match-client-list{display:grid}.match-client-list>div{display:grid;grid-template-columns:auto 1fr 90px auto;align-items:center;gap:11px;padding:12px 18px;border-bottom:1px solid #edf1f4}.match-client-list>div:last-child{border-bottom:0}.match-client-list>div>div{display:grid}.match-client-list b{font-size:12px}.match-client-list small{color:var(--muted);font-size:12px}.matching-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;color:var(--brand-teal-strong)}.matching-empty b{color:var(--ink);font-size:16px}.matching-empty span{color:var(--muted);font-size:12px}@media(max-width:1100px){.match-kpis{grid-template-columns:repeat(2,1fr)}.matching-toolbar{grid-template-columns:1fr 1fr}.matching-mode{grid-column:1/3}.matching-search{grid-column:1}.matching-threshold{justify-content:flex-end}.match-property{grid-template-columns:82px 1fr 80px}.match-actions{grid-column:2/4;display:flex}.match-actions button{flex:1}.match-client-list>div{grid-template-columns:auto 1fr 80px}.match-client-list button{grid-column:2/4}}@media(max-width:760px){.matching-heading{display:grid}.matching-heading>.button{width:100%}.match-kpis{grid-template-columns:1fr 1fr;gap:7px}.match-kpi{padding:12px}.match-kpi>span{width:35px;height:35px}.match-kpi b{font-size:18px}.matching-toolbar{grid-template-columns:1fr;padding:8px}.matching-mode,.matching-search,.matching-threshold{grid-column:1}.matching-mode{display:grid;grid-template-columns:1fr 1fr}.matching-threshold{justify-content:space-between}.matching-smart-note{grid-template-columns:auto 1fr}.matching-smart-note em{display:none}.match-client-head,.match-property-head{grid-template-columns:auto 1fr;padding:13px}.match-client-head>a,.match-property-head>a{grid-column:2}.match-property{grid-template-columns:76px 1fr;padding:12px;gap:10px}.match-property__visual{height:58px}.match-score{grid-column:1}.match-actions{grid-column:2;display:grid;grid-template-columns:1fr 1fr}.match-client-list>div{grid-template-columns:auto 1fr;padding:12px}.match-client-list .match-score{grid-column:1}.match-client-list button{grid-column:2}.match-property__copy strong{font-size:11px}.match-reasons{display:none}.match-property-head__visual{width:74px}.match-property-head strong{font-size:11px}}.marketplace-page{position:relative}.market-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:26px;align-items:stretch;margin-bottom:18px;padding:30px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#061d3d,#0b3968 62%,#087f83 140%);box-shadow:0 18px 44px #061d3d24}.market-hero:before,.market-hero:after{content:"";position:absolute;border-radius:999px;border:1px solid rgba(85,223,212,.18)}.market-hero:before{width:320px;height:320px;left:-90px;top:-160px}.market-hero:after{width:200px;height:200px;left:70px;bottom:-150px}.market-hero__copy{position:relative;z-index:1}.market-hero .app-eyebrow{color:#74f2e7}.market-hero h1{margin:7px 0 10px;font-size:34px;letter-spacing:-.04em}.market-hero p{max-width:780px;margin:0;color:#ffffffb8;line-height:1.7}.market-hero__actions{display:flex;gap:9px;margin-top:20px}.market-hero__actions .button--soft{border-color:#ffffff26;background:#ffffff17;color:#fff}.market-hero__pulse{position:relative;z-index:1;display:flex;align-items:center;gap:13px;padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:21px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.market-hero__pulse>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;color:#061d3d;background:#75eee3;box-shadow:0 0 0 7px #75eee314}.market-hero__pulse div{display:grid;gap:4px}.market-hero__pulse small{color:#72ece2;font-weight:900;letter-spacing:.08em}.market-hero__pulse b{font-size:18px}.market-hero__pulse p{font-size:11px}.market-filter-shell{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(5,minmax(105px,.55fr));gap:9px;padding:12px;margin-bottom:14px}.market-filter-shell label{display:grid;gap:4px}.market-filter-shell label>span{padding-inline:3px;color:var(--muted);font-size:12px;font-weight:800}.market-filter-shell select,.market-search-field{height:44px;border:1px solid var(--line);border-radius:12px;background:#f9fbfc}.market-filter-shell select{width:100%;padding:0 10px;color:var(--ink);outline:none}.market-search-field{display:flex;align-items:center;gap:8px;padding:0 12px}.market-search-field svg{color:var(--brand-teal-strong)}.market-search-field input{min-width:0;flex:1;border:0;background:transparent;outline:0}.market-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 2px 14px}.market-toolbar>div{display:flex;align-items:baseline;gap:8px}.market-toolbar b{font-size:15px}.market-toolbar span{color:var(--muted);font-size:11px}.market-match-switch{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid #d9ece9;border-radius:12px;background:#f2fbfa;color:var(--brand-teal-strong);font-size:11px;font-weight:800}.market-match-switch input{accent-color:var(--brand-teal-strong)}.market-match-switch span{display:flex;align-items:center;gap:5px;color:inherit}.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.market-card{overflow:hidden;display:grid;grid-template-columns:210px minmax(0,1fr);min-height:330px;transition:.2s ease}.market-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #061d3d14}.market-card.is-boosted{border-color:#bfe7e3;box-shadow:0 10px 28px #079d9b14}.market-card__visual{position:relative;overflow:hidden;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff;background:linear-gradient(145deg,#284f6f,#0b2c4d)}.market-card__visual--penthouse{background:linear-gradient(145deg,#213b63,#0b7e85)}.market-card__visual--family{background:linear-gradient(145deg,#31516b,#4a8c83)}.market-card__visual--garden,.market-card__visual--green{background:linear-gradient(145deg,#375b58,#1d8075)}.market-card__visual--sea{background:linear-gradient(145deg,#326684,#168fa1)}.market-card__visual--stone{background:linear-gradient(145deg,#665c52,#a48e70)}.market-card__visual--city{background:linear-gradient(145deg,#293e63,#5066a4)}.market-card__visual--villa{background:linear-gradient(145deg,#374b56,#8d775b)}.market-card__visual>small{position:relative;z-index:2;color:#fffc;font-weight:800}.market-card__badges{position:absolute;z-index:3;top:12px;right:12px;left:12px;display:flex;flex-wrap:wrap;gap:5px}.market-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#061d3d75;font-size:12px;font-weight:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.market-badge--boost{color:#062c37;background:#7ae8de}.market-badge--mine{background:#fff;color:#061d3d}.market-card__art{position:absolute;top:48px;right:18px;bottom:40px;left:18px;opacity:.7}.market-card__art span{position:absolute;left:8%;right:8%;bottom:0;height:58%;border-radius:14px 14px 5px 5px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.market-card__art span:before{content:"";position:absolute;left:18%;right:18%;top:-28%;height:50%;transform:rotate(45deg);border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.market-card__art i,.market-card__art b{position:absolute;bottom:12%;width:18%;height:25%;border:1px solid rgba(117,238,227,.55);background:#75eee31f}.market-card__art i{right:25%}.market-card__art b{left:25%}.market-card__body{min-width:0;display:flex;flex-direction:column;padding:15px}.market-card__owner{display:flex;align-items:center;gap:8px;padding-bottom:11px;border-bottom:1px solid var(--line)}.market-avatar{position:relative;width:33px;height:33px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal));font-size:12px;font-weight:900}.market-avatar i{position:absolute;left:-2px;bottom:-2px;width:9px;height:9px;border:2px solid #fff;border-radius:999px;background:#aeb8c4}.market-avatar i.is-online{background:#21b884}.market-card__owner div{display:grid}.market-card__owner b{font-size:11px}.market-card__owner small{color:var(--muted);font-size:12px}.market-card__owner em{margin-inline-start:auto;color:var(--muted);font-size:12px;font-style:normal}.market-card__title{display:flex;justify-content:space-between;gap:12px;padding:12px 0 8px}.market-card__title h2{margin:0 0 4px;font-size:16px}.market-card__title p{max-width:360px;margin:0;color:var(--ink-soft);font-size:12px;line-height:1.5}.market-card__title strong{white-space:nowrap;color:var(--brand-navy-900);font-size:15px}.market-card__specs,.market-card__highlights{display:flex;flex-wrap:wrap;gap:5px}.market-card__specs span{padding:5px 7px;border-radius:8px;background:#f5f8fb;color:var(--ink-soft);font-size:12px;font-weight:800}.market-card__highlights{margin-top:8px}.market-card__highlights span{display:flex;align-items:center;gap:3px;color:#53706e;font-size:12px}.market-card__privacy{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:11px;padding:9px;border-radius:11px;background:#f8fafc}.market-card__privacy>div{display:grid;gap:5px}.market-card__privacy small{color:var(--muted);font-size:12px}.market-card__privacy>div>div{display:flex;flex-wrap:wrap;gap:4px}.market-card__privacy span{font-size:12px;color:#3f5d59}.market-card__privacy button{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#8d6f45;font-size:12px;font-weight:800}.market-card__match{display:flex;align-items:center;gap:8px;margin-top:9px;padding:8px 9px;border:1px solid #dcefeb;border-radius:11px;background:#f2fbfa;color:var(--brand-teal-strong)}.market-card__match div{display:grid}.market-card__match b{font-size:12px}.market-card__match small{color:#64827e;font-size:12px}.market-card footer{display:flex;gap:6px;margin-top:auto;padding-top:10px}.market-action{flex:1;min-height:36px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:800}.market-action--soft{background:#f8fafc}.market-action--primary{border-color:var(--brand-navy-900);background:var(--brand-navy-900);color:#fff}.market-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.market-trust-strip>div{display:flex;align-items:center;gap:9px;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--brand-teal-strong)}.market-trust-strip span{display:grid}.market-trust-strip b{color:var(--ink);font-size:12px}.market-trust-strip small{color:var(--muted);font-size:12px}.market-empty{min-height:240px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;color:var(--brand-teal-strong)}.market-empty b{color:var(--ink)}.market-empty span{color:var(--muted)}.market-empty button{border:0;background:transparent;color:var(--brand-teal-strong);font-weight:800}.market-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#03102394;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.market-share-modal,.market-publish-modal{width:min(620px,100%);max-height:calc(100vh - 32px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 30px 90px #02122747}.market-share-modal>header,.market-publish-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--line)}.market-share-modal header span,.market-publish-modal header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.market-share-modal header h2,.market-publish-modal header h2{margin:4px 0;font-size:21px}.market-share-modal header p,.market-publish-modal header p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.market-share-modal header button,.market-publish-modal header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.market-share-modal__property{display:flex;align-items:center;gap:10px;margin:14px 22px 0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#f9fbfc}.mini-market-art{width:52px;height:52px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#254a6b,#0a7f82)}.market-share-modal__property div:nth-child(2){display:grid;gap:2px}.market-share-modal__property small,.market-share-modal__property span{color:var(--muted);font-size:12px}.market-share-modal__property b{font-size:11px}.market-share-modal__body,.market-publish-modal__body{display:grid;gap:14px;padding:18px 22px}.market-permission-box,.market-visibility-editor{display:grid;gap:9px}.market-permission-box>span,.market-message-field>span,.market-publish-modal label>span,.market-visibility-editor>span{font-size:12px;font-weight:900}.market-permission-box>div,.market-visibility-editor>div{display:flex;flex-wrap:wrap;gap:6px}.market-permission-box label,.market-visibility-editor label{cursor:pointer}.market-permission-box input,.market-visibility-editor input{position:absolute;opacity:0;pointer-events:none}.market-permission-box label>span,.market-visibility-editor label>span{display:flex;align-items:center;gap:4px;padding:7px 9px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:12px;font-weight:800}.market-permission-box label.is-selected>span,.market-visibility-editor label.is-on>span{border-color:#b9e2de;background:#eefaf8;color:var(--brand-teal-strong)}.market-permission-box>small{color:var(--muted);font-size:12px}.market-message-field{display:grid;gap:6px}.market-message-field textarea,.market-publish-modal select{width:100%;border:1px solid var(--line);border-radius:12px;background:#f9fbfc;padding:10px;outline:none}.market-security-note,.market-publish-summary{display:flex;align-items:center;gap:9px;padding:10px;border-radius:12px;background:#f2f8fb;color:var(--brand-navy-800)}.market-security-note div,.market-publish-summary div{display:grid}.market-security-note b,.market-publish-summary b{font-size:12px}.market-security-note small,.market-publish-summary small{color:var(--muted);font-size:12px}.market-share-modal>footer,.market-publish-modal>footer{display:flex;justify-content:flex-end;gap:7px;padding:14px 22px;border-top:1px solid var(--line)}.market-share-modal>footer>button:first-child,.market-publish-modal>footer>button:first-child{border:0;background:transparent;color:var(--muted)}.market-publish-modal__body>label{display:grid;gap:6px}.market-toast{position:fixed;z-index:110;left:22px;bottom:22px;display:flex;align-items:center;gap:7px;padding:11px 14px;border-radius:13px;color:#fff;background:var(--brand-navy-900);box-shadow:0 14px 40px #061d3d38;font-size:12px;font-weight:800}.smart-tools-tabs{display:flex;gap:6px;margin-bottom:14px;padding:5px;border:1px solid var(--line);border-radius:14px;background:#fff;max-width:max-content}.smart-tools-tabs button{padding:8px 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.smart-tools-tabs button.is-active{background:var(--brand-navy-900);color:#fff}.smart-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tool-feature{min-height:210px;display:flex;flex-direction:column;gap:12px;padding:18px}.tool-feature--hero{grid-column:span 2;color:#fff;background:linear-gradient(135deg,#071d3d,#0a5b70);border-color:transparent}.tool-feature>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef9f8;color:var(--brand-teal-strong)}.tool-feature--hero>span{color:#042b32;background:#6de6dc}.tool-feature small{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.tool-feature--hero small{color:#6de6dc}.tool-feature h2,.tool-feature h3{margin:3px 0 0}.tool-feature h3{font-size:16px}.tool-feature p{margin:5px 0 0;color:var(--ink-soft);font-size:12px;line-height:1.55}.tool-feature--hero p{color:#ffffffb3}.tool-feature>button,.tool-feature>a{margin-top:auto;align-self:flex-start;border:0;background:transparent;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.tool-feature>em{margin-top:auto;color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.tool-quick-row{display:flex;gap:6px;margin-top:auto}.tool-quick-row button{display:flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff14;color:#fff;font-size:12px}.tool-progress{position:relative;height:10px;border-radius:999px;background:#eef2f6;overflow:hidden}.tool-progress i{position:absolute;right:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,var(--brand-teal),var(--brand-cyan))}.tool-progress small{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#102b3e;font-size:12px}.tool-feature ul{display:grid;gap:5px;margin:0;padding:0;list-style:none;color:var(--ink-soft);font-size:12px}.automation-panel{overflow:hidden}.automation-panel>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;border-bottom:1px solid var(--line)}.automation-panel h2{margin:3px 0}.automation-panel p{margin:3px 0 0;color:var(--muted);font-size:12px}.automation-list{display:grid}.automation-list article{display:flex;align-items:center;gap:11px;padding:13px 18px;border-bottom:1px solid var(--line)}.automation-list article:last-child{border-bottom:0}.automation-list article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eef9f8;color:var(--brand-teal-strong)}.automation-list article>div{display:grid;gap:2px;flex:1}.automation-list b{font-size:12px}.automation-list small{color:var(--muted);font-size:12px}.automation-switch{position:relative;width:38px;height:22px}.automation-switch input{position:absolute;opacity:0}.automation-switch i{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#dbe3ea;transition:.2s}.automation-switch i:after{content:"";position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000002e;transition:.2s}.automation-switch input:checked+i{background:var(--brand-teal)}.automation-switch input:checked+i:after{transform:translate(-16px)}.media-score-card{min-height:210px;display:grid;grid-template-columns:1fr 88px;gap:12px;align-items:center;padding:18px}.media-score-card>div:first-child{display:grid}.media-score-card>div:first-child span{color:var(--muted);font-size:12px}.media-score-card>div:first-child b{font-size:34px}.media-score-card>div:first-child small{font-size:12px;color:var(--muted)}.media-score-ring{width:78px;height:78px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--brand-teal) 84%,#edf2f5 0)}.media-score-ring:before{content:"";grid-area:1/1;width:60px;height:60px;border-radius:50%;background:#fff}.media-score-ring span{grid-area:1/1;z-index:1;font-weight:900}.media-score-card ul{grid-column:1/-1;display:grid;gap:5px;margin:0;padding:0;list-style:none;font-size:12px}.media-score-card li{display:flex;align-items:center;gap:4px;color:#4e6c67}.media-score-card li.is-warning{color:#996b22}.smart-tools-page.is-dark-preview .smart-tools-grid{padding:12px;border-radius:18px;background:#061426}.smart-tools-page.is-dark-preview .tool-feature{background:#0c2139;border-color:#18324e;color:#f5f8fb}.smart-tools-page.is-dark-preview .tool-feature p{color:#a7b6c7}.quick-add-wrap{position:relative}.quick-add-menu{position:absolute;top:calc(100% + 8px);left:0;width:250px;z-index:80;display:grid;padding:7px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 18px 45px #061d3d29}.quick-add-menu a{display:flex;align-items:center;gap:9px;padding:9px;border-radius:10px}.quick-add-menu a:hover{background:#f5f9fb}.quick-add-menu a>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#eef9f8;color:var(--brand-teal-strong)}.quick-add-menu a>div{display:grid;flex:1}.quick-add-menu b{font-size:12px}.quick-add-menu small{color:var(--muted);font-size:12px}.quick-add-menu>a>svg{color:var(--muted)}@media(max-width:1180px){.market-filter-shell{grid-template-columns:repeat(3,1fr)}.market-search-field{grid-column:span 3}.market-grid{grid-template-columns:1fr}.smart-tools-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.market-hero{grid-template-columns:1fr;padding:21px}.market-hero h1{font-size:27px}.market-hero__actions{display:grid;grid-template-columns:1fr}.market-hero__actions .button{width:100%}.market-hero__pulse{padding:14px}.market-filter-shell{grid-template-columns:1fr 1fr}.market-search-field{grid-column:1/-1}.market-filter-shell label:nth-last-child(1){grid-column:1/-1}.market-toolbar{align-items:flex-start;flex-direction:column}.market-toolbar>div{display:grid}.market-card{grid-template-columns:1fr;min-height:0}.market-card__visual{min-height:180px}.market-card__title{display:grid}.market-card__title strong{font-size:17px}.market-card__privacy{align-items:flex-start;flex-direction:column}.market-card footer{display:grid;grid-template-columns:1fr 1fr}.market-trust-strip{grid-template-columns:1fr}.market-modal-backdrop{align-items:end;padding:0}.market-share-modal,.market-publish-modal{width:100%;max-height:88vh;border-radius:24px 24px 0 0}.market-toast{left:12px;right:12px;bottom:82px;justify-content:center}.smart-tools-tabs{max-width:100%;overflow:auto}.smart-tools-tabs button{white-space:nowrap}.smart-tools-grid{grid-template-columns:1fr}.tool-feature--hero{grid-column:auto}.tool-quick-row{display:grid;grid-template-columns:1fr 1fr;width:100%}.automation-panel>header{align-items:flex-start;flex-direction:column}.media-score-card{grid-template-columns:1fr 78px}.quick-add-wrap{display:none}}.market-incoming{overflow:hidden;margin-bottom:14px}.market-incoming__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#f4fbfa,#fff)}.market-incoming__head h2{margin:3px 0;font-size:15px}.market-incoming__head p{margin:0;color:var(--muted);font-size:12px}.market-incoming__head>b{min-width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--brand-navy-900)}.market-incoming__rows{display:grid}.market-incoming__rows article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}.market-incoming__rows article:last-child{border-bottom:0}.market-incoming__rows article>div:nth-child(2){display:grid;gap:2px}.market-incoming__rows b{font-size:12px}.market-incoming__rows small{color:var(--muted);font-size:12px}.market-incoming__rows p{margin:3px 0 0;color:var(--ink-soft);font-size:12px}.market-incoming__actions{display:flex;gap:5px}.market-incoming__actions button{min-height:33px;display:flex;align-items:center;gap:4px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:800}.market-incoming__actions button.is-primary{border-color:var(--brand-navy-900);background:var(--brand-navy-900);color:#fff}.market-grant-modal{width:min(620px,100%);max-height:calc(100vh - 32px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 30px 90px #02122747}.market-grant-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--line)}.market-grant-modal header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.08em}.market-grant-modal header h2{margin:4px 0;font-size:21px}.market-grant-modal header p{margin:0;color:var(--muted);font-size:12px}.market-grant-modal header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.market-grant-modal__request{display:flex;align-items:flex-start;gap:10px;margin:14px 22px 0;padding:11px;border:1px solid #dcefeb;border-radius:13px;background:#f3fbfa}.market-grant-modal__request>div{display:grid;gap:2px}.market-grant-modal__request b{font-size:12px}.market-grant-modal__request small{color:var(--muted);font-size:12px}.market-grant-modal__request p{margin:3px 0 0;color:var(--ink-soft);font-size:12px}.market-grant-modal__body{display:grid;gap:14px;padding:18px 22px}.market-grant-property{display:flex;align-items:center;gap:8px;padding:9px;border-radius:11px;background:#f8fafc}.market-grant-property>div{display:grid}.market-grant-property small{color:var(--muted);font-size:12px}.market-grant-property b{font-size:12px}.market-grant-modal__body>label{display:grid;gap:6px;font-size:12px;font-weight:900}.market-grant-modal__body select{height:42px;border:1px solid var(--line);border-radius:11px;background:#f9fbfc;padding:0 9px}.market-grant-modal>footer{display:flex;justify-content:flex-end;gap:7px;padding:14px 22px;border-top:1px solid var(--line)}.market-grant-modal>footer>button:first-child{border:0;background:transparent;color:var(--muted)}.app-mobile-market-button{display:none}@media(max-width:760px){.market-incoming__rows article{grid-template-columns:auto 1fr}.market-incoming__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1.25fr}.market-incoming__actions button{justify-content:center}.market-grant-modal{width:100%;max-height:88vh;border-radius:24px 24px 0 0}.app-mobile-market-button{display:grid}}.pwa-update-toast{position:fixed;z-index:120;left:22px;bottom:22px;width:min(440px,calc(100% - 44px));display:grid;grid-template-columns:44px 1fr auto;gap:11px;align-items:center;padding:12px;border:1px solid rgba(216,228,234,.95);border-radius:18px;background:#fffffff7;box-shadow:0 24px 70px #04142c38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);direction:rtl}.pwa-update-toast__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--brand-navy-800),var(--brand-teal))}.pwa-update-toast>div:nth-child(2){display:grid;gap:3px}.pwa-update-toast b{font-size:11px}.pwa-update-toast p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.pwa-update-toast__actions{display:flex;gap:6px}.pwa-update-toast__actions button{min-height:34px;padding:0 9px;border-radius:9px;font-size:12px;font-weight:900}.pwa-update-toast__later{border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.pwa-update-toast__apply{display:flex;align-items:center;gap:5px;border:0;color:#fff;background:var(--brand-navy-900)}.pwa-update-toast button:disabled{opacity:.6;cursor:wait}@media(max-width:760px){.pwa-update-toast{left:12px;right:12px;bottom:82px;width:auto;grid-template-columns:38px 1fr;padding:10px}.pwa-update-toast__icon{width:36px;height:36px}.pwa-update-toast__actions{grid-column:1/-1}.pwa-update-toast__actions button{flex:1}}.pwa-install-sheet{position:fixed;z-index:180;inset-inline-end:22px;bottom:22px;width:min(420px,calc(100% - 44px));display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:18px;border:1px solid rgba(216,228,234,.98);border-radius:22px;background:#fffffffb;box-shadow:0 28px 90px #04142c3b;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);direction:rtl}.pwa-install-sheet__grab{display:none}.pwa-install-sheet__close{position:absolute;top:12px;inset-inline-end:12px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;background:#f5f8fa;color:var(--muted)}.pwa-install-sheet__brand{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding-inline-end:36px}.pwa-install-sheet__brand .brand-logo__mark{width:29px;height:29px}.pwa-install-sheet__brand .brand-logo__text{font-size:18px}.pwa-install-sheet__brand>span{margin-inline-start:auto;color:var(--brand-teal-text);font-size:11px;font-weight:900;letter-spacing:.05em}.pwa-install-sheet__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:var(--brand-teal-text);background:linear-gradient(145deg,#eefafa,#e8f4fb);border:1px solid #d8eeec}.pwa-install-sheet__copy{display:grid;gap:6px}.pwa-install-sheet__copy h2{margin:0;padding-inline-end:28px;font-size:19px;line-height:1.25}.pwa-install-sheet__copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.pwa-install-sheet__hint{display:flex;align-items:flex-start;gap:7px;margin-top:5px;padding:9px 10px;border-radius:11px;background:#f5f9fa;color:var(--ink-soft);font-size:12px;line-height:1.45}.pwa-install-sheet__hint svg{flex:0 0 auto;margin-top:1px;color:var(--brand-teal-text)}.pwa-install-sheet__actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}.pwa-install-sheet__actions button{min-height:42px;padding:0 14px;border-radius:12px;font:inherit;font-size:13px;font-weight:900}.pwa-install-sheet__later{border:1px solid var(--line);background:#fff;color:var(--ink-soft)}.pwa-install-sheet__install{display:flex;align-items:center;gap:6px;border:0;background:linear-gradient(135deg,var(--brand-teal),#079d9b);color:#fff;box-shadow:0 8px 18px #079d9b33}@media(max-width:760px){.pwa-install-sheet{inset-inline:10px;bottom:10px;width:auto;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:12px 16px calc(16px + env(safe-area-inset-bottom));border-radius:22px 22px 18px 18px;box-shadow:0 22px 75px #04142c42}.pwa-install-sheet__grab{position:absolute;top:7px;left:50%;transform:translate(-50%);display:block;width:38px;height:4px;border-radius:999px;background:#d8e1e7}.pwa-install-sheet__close{top:14px;inset-inline-end:12px}.pwa-install-sheet__brand{padding-top:9px;padding-inline-end:38px}.pwa-install-sheet__brand>span{display:none}.pwa-install-sheet__icon{width:48px;height:48px;border-radius:15px}.pwa-install-sheet__copy h2{font-size:18px}.pwa-install-sheet__copy p{font-size:13px}.pwa-install-sheet__hint{grid-column:1/-1}.pwa-install-sheet__actions{display:grid;grid-template-columns:1fr 1.25fr}.pwa-install-sheet__actions button{min-height:46px}.pwa-update-toast{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:42px 1fr;padding:13px 14px calc(13px + env(safe-area-inset-bottom));border-radius:20px}.pwa-update-toast__actions{grid-column:1/-1}.pwa-update-toast__actions button{min-height:44px}}.language-switcher{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding-inline:10px;border:1px solid var(--line);border-radius:11px;background:#ffffffe0;color:var(--ink-soft);box-shadow:0 5px 18px #061d3d0a}.language-switcher svg{flex:none;color:var(--brand-teal-strong)}.language-switcher select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:84px;border:0;background:transparent;color:inherit;font-size:11px;font-weight:800;outline:0;cursor:pointer;padding:0}.language-switcher--compact{min-height:32px;padding-inline:8px;border-radius:9px;box-shadow:none}.language-switcher--compact select{min-width:72px;font-size:12px}html[dir=ltr] body{text-align:left}html[dir=rtl] body{text-align:right}html[dir=ltr] .app-sidebar,html[dir=ltr] .app-sidebar__nav,html[dir=ltr] .app-sidebar__bottom{direction:ltr}html[dir=ltr] .app-nav-link{flex-direction:row}html[dir=ltr] .app-nav-link b{margin-inline-start:auto;margin-inline-end:0}html[dir=ltr] .auth-form,html[dir=ltr] .auth-panel,html[dir=ltr] .auth-showcase,html[dir=ltr] .client-portal,html[dir=ltr] .marketplace-page,html[dir=ltr] .settings-page{direction:ltr}html[dir=ltr] .auth-input svg{order:0}html[dir=ltr] .market-card__owner em{margin-inline-start:auto}html[dir=ltr] .market-card__badges{right:auto;left:12px}html[dir=ltr] .market-card__art i{right:auto;left:25%}html[dir=ltr] .market-card__art b{left:auto;right:25%}html[dir=ltr] .tool-progress i{right:auto;left:0}html[dir=ltr] .automation-switch i:after{right:auto;left:3px}html[dir=ltr] .automation-switch input:checked+i:after{transform:translate(16px)}html[dir=ltr] .conversation-list{border-left:0;border-right:1px solid var(--line)}html[dir=ltr] .chat-inspector{border-right:0;border-left:1px solid var(--line)}html[dir=ltr] .conversation-item,html[dir=ltr] .city-ranking-list button{text-align:left}html[dir=ltr] .presence{left:auto;right:-2px}html[dir=ltr] .chat-property-price{text-align:right}html[dir=ltr] .message-row--me{justify-content:flex-end}html[dir=ltr] .message-row--them{justify-content:flex-start}html[dir=ltr] .message-row--me .message-bubble{border-bottom-left-radius:16px;border-bottom-right-radius:5px}html[dir=ltr] .message-row--them .message-bubble{border-bottom-right-radius:16px;border-bottom-left-radius:5px}html[dir=ltr] .property-map-search>svg{right:auto;left:11px}html[dir=ltr] .property-map-search input{padding-right:11px;padding-left:35px}html[dir=ltr] .property-map-canvas__legend{right:auto;left:14px}html[dir=ltr] .property-card-lite__visual>span{right:auto;left:11px}html[dir=ltr] .city-source-bar>span:after{right:auto;left:0}html[dir=ltr] .portal-compare-table article>button{left:auto;right:9px}@media(max-width:760px){.language-switcher select{min-width:70px}.auth-topbar .language-switcher{background:#fff}}@media(max-width:980px){.shell{width:min(calc(100% - 28px),var(--shell))}.site-header__inner{grid-template-columns:1fr auto}.site-nav{position:absolute;top:calc(var(--header-h) - 1px);inset-inline:14px;display:none;padding:10px;border:1px solid var(--line);border-radius:18px;background:#fffffffa;box-shadow:var(--shadow-md)}.site-nav--open{display:grid}.site-nav__link{border-radius:12px}.menu-button{display:grid}.header-trial{display:none}.hero{padding-top:44px}.hero__layout,.journey__layout,.about-layout{grid-template-columns:1fr;gap:46px}.hero__copy{text-align:center}.hero__copy>p{margin-inline:auto}.hero__actions,.hero__proof{justify-content:center}.hero__visual{min-height:500px}.product-window{transform:none}.floating-chip--top{left:8px}.floating-chip--bottom{right:8px}.feature-grid,.workflow-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:560px}.site-footer__inner{padding:48px 0;min-height:unset;flex-direction:column;align-items:flex-start}.login-page{grid-template-columns:1fr}.login-page__art{min-height:420px}.login-page__form{padding:28px 14px 60px}}@media(max-width:620px){:root{--header-h: 68px}.section{padding:70px 0}.header-login{display:none}.brand-logo__mark{width:34px;height:34px}.brand-logo__text{font-size:22px}.hero{padding-top:38px}.hero__copy h1{font-size:48px}.hero__copy>p{font-size:17px;line-height:1.7}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .button{width:100%}.hero__proof{gap:12px;font-size:12px}.hero__visual{min-height:390px;margin-inline:-4px}.product-window{border-radius:20px;box-shadow:0 22px 55px #061d3d24}.product-window__topbar{height:50px;padding:0 12px}.product-window__title{font-size:13px}.product-window__grid{padding:9px;gap:7px}.preview-card{padding:10px;border-radius:13px}.lead-list>div{padding:8px 0;gap:7px}.avatar{width:24px;height:24px}.lead-list b{font-size:11px}.lead-list small,.lead-list em{font-size:12px}.metric-preview b{font-size:22px}.preview-card--property{gap:8px}.property-art{width:62px}.preview-card--property strong{font-size:12px}.floating-chip{padding:9px 10px;font-size:12px}.floating-chip--top{top:28px}.floating-chip--bottom{bottom:22px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0;padding:22px}.feature-card h3{margin-top:20px}.journey__copy h2{font-size:42px}.demo-property{grid-template-columns:1fr}.demo-property__image{min-height:190px}.demo-property__body{padding:20px}.reaction-row,.workflow-grid{grid-template-columns:1fr}.workflow-step h3{margin-top:16px}.final-cta__box{padding:30px 24px;align-items:stretch;flex-direction:column}.final-cta__box .button{width:100%}.site-footer__meta{flex-wrap:wrap}.page-hero{padding-top:80px}.login-page__message{right:24px;left:24px;bottom:36px}.login-page__message h1{font-size:36px}.login-page__art{min-height:360px}}.app-sidebar__nav{align-content:start}.app-sidebar__secondary{display:grid;gap:4px;padding:4px 0 6px;margin:0 8px;border-block:1px solid #edf2f5}.app-nav-more{width:100%;border:0;background:transparent;text-align:start}.app-nav-more>svg:last-child{margin-inline-start:auto;transition:.18s}.app-nav-more.is-open>svg:last-child{transform:rotate(180deg)}.app-nav-settings-button{width:100%;border:0;background:transparent;text-align:start}.app-language-button{color:var(--brand-teal-strong);background:#f3fbfa}.settings-center-backdrop,.dashboard-customize-backdrop{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#04142c57;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.settings-center{position:relative;width:min(920px,calc(100vw - 36px));height:min(720px,calc(100vh - 44px));overflow:hidden;border:1px solid rgba(218,228,237,.95);border-radius:26px;background:#fff;box-shadow:0 28px 100px #04142c38}.settings-center__header{min-height:92px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:21px 24px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdfe)}.settings-center__header span,.pref-section-head>span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.1em}.settings-center__header h2{margin:4px 0;font-size:24px}.settings-center__header p,.pref-section-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.settings-center__header>button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted)}.settings-center__layout{height:calc(100% - 92px);display:grid;grid-template-columns:180px minmax(0,1fr)}.settings-center__nav{display:grid;align-content:start;gap:4px;padding:14px;border-inline-end:1px solid var(--line);background:#f8fbfc;overflow:auto}.settings-center__nav button{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;border:0;border-radius:11px;background:transparent;color:var(--ink-soft);font-size:12px;font-weight:800;text-align:start}.settings-center__nav button.is-active{color:var(--brand-teal-strong);background:#eaf8f7}.settings-center__content{overflow:auto;padding:24px 28px 34px}.pref-section-head{margin-bottom:20px}.pref-section-head h3{margin:4px 0 5px;font-size:21px}.pref-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pref-field{display:grid;gap:6px}.pref-field>span{color:var(--ink-soft);font-size:12px;font-weight:800}.pref-field>small{color:var(--muted);font-size:12px}.pref-field input,.pref-field select{width:100%;height:43px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:#fbfcfd;color:var(--ink);outline:0}.pref-field input:focus,.pref-field select:focus{border-color:#92d8d2;box-shadow:0 0 0 3px #13b5b114}.pref-image-picker{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fbfdfe}.pref-image-picker__preview{width:62px;height:62px;overflow:hidden;display:grid;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,#082a51,#11aaa7);font-weight:900}.pref-image-picker__preview img{width:100%;height:100%;object-fit:cover}.pref-image-picker>div:nth-child(2){display:grid;gap:3px}.pref-image-picker b{font-size:11px}.pref-image-picker small{color:var(--muted);font-size:12px}.pref-image-picker button{width:max-content;display:flex;align-items:center;gap:5px;margin-top:4px;padding:5px 8px;border:0;border-radius:8px;background:#edf9f8;color:var(--brand-teal-strong);font-size:12px;font-weight:800}.pref-group{display:grid;gap:2px;margin-bottom:14px;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:#fbfdfe}.pref-group h3{margin:0 0 5px;font-size:11px}.pref-switch{position:relative;min-height:50px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf2f5}.pref-switch:last-child{border-bottom:0}.pref-switch>span{display:grid;gap:2px;flex:1}.pref-switch b{font-size:12px}.pref-switch small{color:var(--muted);font-size:12px}.pref-switch input{position:absolute;opacity:0}.pref-switch>i{position:relative;width:36px;height:21px;border-radius:999px;background:#dbe5ea;transition:.18s}.pref-switch>i:after{content:"";position:absolute;top:3px;right:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:.18s}.pref-switch input:checked+i{background:var(--brand-teal)}.pref-switch input:checked+i:after{transform:translate(-15px)}.pref-language-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:15px}.pref-language-grid button{min-height:58px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);text-align:start}.pref-language-grid button.is-active{border-color:#9eddd7;background:#eef9f8;color:var(--brand-teal-strong)}.pref-language-grid small{color:var(--muted);font-size:12px}.pref-brand-preview{display:grid;grid-template-columns:1fr repeat(3,32px);gap:8px;align-items:center;margin-bottom:16px;padding:16px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#08284d,#0b6d78)}.pref-brand-preview>div{display:flex;align-items:center;gap:9px}.pref-brand-preview>div span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#77ebe0;color:#073342;font-weight:900}.pref-brand-preview p{grid-column:1/-1;margin:0;color:#ffffffa6;font-size:12px}.pref-brand-preview>i{height:36px;border-radius:9px;background:#ffffff14}.pref-team-list{display:grid;border:1px solid var(--line);border-radius:15px;overflow:hidden}.pref-team-list article{min-height:58px;display:grid;grid-template-columns:38px 1fr auto auto;align-items:center;gap:10px;padding:9px 12px;border-bottom:1px solid var(--line)}.pref-team-list article:last-child{border-bottom:0}.pref-team-list article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(145deg,#0b345e,#13aaa6);font-size:12px;font-weight:900}.pref-team-list article>div{display:grid}.pref-team-list b{font-size:12px}.pref-team-list small{color:var(--muted);font-size:12px}.pref-team-list em,.pref-team-list i{font-size:12px;font-style:normal}.pref-team-list i{padding:4px 7px;border-radius:999px;background:#f2f5f7;color:var(--muted)}.pref-team-list i.is-active{background:#eaf8f2;color:#18805d}.pref-note{display:flex;gap:9px;margin-top:14px;padding:12px;border-radius:13px;background:#f1f8fa;color:var(--brand-navy-800)}.pref-note p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.55}.pref-note--strong{background:#eef9f8;color:var(--brand-teal-strong)}.pref-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.pref-security-grid article{display:flex;align-items:center;gap:9px;padding:13px;border:1px solid var(--line);border-radius:13px}.pref-security-grid article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eef9f8;color:var(--brand-teal-strong)}.pref-security-grid article>div{display:grid}.pref-security-grid b{font-size:12px}.pref-security-grid small{color:var(--muted);font-size:12px}.pref-plan-card{display:flex;justify-content:space-between;align-items:center;padding:20px;border-radius:17px;color:#fff;background:linear-gradient(135deg,#061d3d,#0b6470)}.pref-plan-card>div{display:grid;gap:3px}.pref-plan-card small{color:#ffffff8c;font-size:12px}.pref-plan-card b{font-size:18px}.pref-plan-card span{color:#ffffffb3;font-size:12px}.pref-plan-card strong{font-size:25px}.pref-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px;padding-top:14px;border-top:1px solid var(--line)}.pref-footer>span{color:var(--muted);font-size:12px}.settings-center__saved{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:5px;padding:8px 11px;border-radius:10px;color:#fff;background:#0b6e6b;box-shadow:0 8px 24px #061d3d26;font-size:12px;font-weight:800}.dashboard-page--clean{max-width:1180px}.dashboard-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.dashboard-welcome>div>span{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.dashboard-welcome h1{margin:5px 0;font-size:30px;letter-spacing:-.04em}.dashboard-welcome p{margin:0;color:var(--ink-soft);font-size:12px}.dashboard-customize-button{min-height:38px;padding-inline:12px}.dashboard-widget-stack{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dashboard-goal-lite{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,360px) auto;align-items:center;gap:16px;padding:13px 15px;border:1px solid #d8eae8;border-radius:17px;background:linear-gradient(90deg,#f8fcfc,#f0faf9);color:var(--ink)}.dashboard-goal-lite>div:first-child{display:flex;align-items:center;gap:10px}.dashboard-goal-lite__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#087c79;background:#dff6f3}.dashboard-goal-lite small{color:var(--muted);font-size:12px}.dashboard-goal-lite b{display:block;font-size:11px}.dashboard-goal-lite__progress{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px}.dashboard-goal-lite__progress>span{height:6px;overflow:hidden;border-radius:999px;background:#dbe9e8}.dashboard-goal-lite__progress>span i{display:block;height:100%;background:linear-gradient(90deg,#0ca6a1,#58d8cb)}.dashboard-goal-lite__progress>b{color:var(--brand-teal-strong);font-size:11px}.dashboard-essential-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dashboard-essential-stat{min-height:78px;display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:#fff}.dashboard-essential-stat>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px}.dashboard-essential-stat>div{display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:baseline}.dashboard-essential-stat small{grid-column:1/-1;color:var(--muted);font-size:12px}.dashboard-essential-stat b{font-size:21px}.dashboard-essential-stat em{color:var(--muted);font-size:12px;font-style:normal}.dashboard-essential-stat--teal>span{color:#087c79;background:#eaf9f8}.dashboard-essential-stat--rose>span{color:#b65368;background:#fff0f2}.dashboard-essential-stat--blue>span{color:#2d66a1;background:#eef5fc}.dashboard-clean-panel{padding:17px}.dashboard-clean-panel--activity{grid-column:1/-1}.agenda-list--clean .agenda-item{min-height:71px}.attention-list--clean .attention-client{padding:10px 0}.activity-feed--clean{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.activity-feed--clean .activity-item:nth-child(odd){border-inline-end:1px solid #edf1f5;padding-inline-end:18px}.dashboard-customize-modal{width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 42px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 28px 90px #04142c3d}.dashboard-customize-modal>header{display:flex;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--line)}.dashboard-customize-modal header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.1em}.dashboard-customize-modal h2{margin:4px 0;font-size:21px}.dashboard-customize-modal header p{margin:0;color:var(--muted);font-size:12px}.dashboard-customize-modal header>button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.dashboard-customize-list{display:grid;padding:10px 18px}.dashboard-customize-list article{min-height:68px;display:grid;grid-template-columns:38px 1fr auto 80px;align-items:center;gap:10px;padding:9px;border-bottom:1px solid #edf2f5;opacity:.6}.dashboard-customize-list article.is-enabled{opacity:1}.dashboard-customize-list__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--brand-teal-strong);background:#eef9f8}.dashboard-customize-list article>div:nth-child(2){display:grid}.dashboard-customize-list b{font-size:12px}.dashboard-customize-list small{color:var(--muted);font-size:12px}.dashboard-customize-list__order{display:flex;gap:3px}.dashboard-customize-list__order button{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-customize-list__order button:disabled{opacity:.3}.dashboard-widget-toggle{position:relative;display:flex;align-items:center;gap:5px}.dashboard-widget-toggle input{position:absolute;opacity:0}.dashboard-widget-toggle i{position:relative;width:34px;height:20px;border-radius:999px;background:#dce5ea}.dashboard-widget-toggle i:after{content:"";position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:.18s}.dashboard-widget-toggle input:checked+i{background:var(--brand-teal)}.dashboard-widget-toggle input:checked+i:after{transform:translate(-14px)}.dashboard-widget-toggle span{color:var(--muted);font-size:12px}.dashboard-customize-modal>footer{display:flex;justify-content:space-between;gap:8px;padding:14px 20px;border-top:1px solid var(--line);background:#fbfcfd}.calendar-page--refined{max-width:1240px}.calendar-clean-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.calendar-clean-heading h1{margin:4px 0 5px;font-size:30px}.calendar-clean-heading p{margin:0;color:var(--ink-soft);font-size:12px}.calendar-clean-heading>div:last-child{display:flex;gap:8px}.calendar-command-bar{min-height:62px;display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:10px 13px}.calendar-nav-control{display:flex;align-items:center;gap:8px}.calendar-nav-control>button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff}.calendar-nav-control>div{min-width:160px;text-align:center;display:grid}.calendar-nav-control b{font-size:12px}.calendar-nav-control small{color:var(--muted);font-size:12px}.calendar-view-tabs{margin-inline-start:auto;display:flex;padding:3px;border-radius:10px;background:#f3f6f8}.calendar-view-tabs button{min-width:52px;height:31px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.calendar-view-tabs button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #061d3d0f}.calendar-today-clean{height:34px;padding:0 11px;border:1px solid #cde4e2;border-radius:9px;background:#f3fbfa;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.calendar-refined-layout{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:12px;align-items:start}.calendar-surface{overflow:hidden}.calendar-day-panel{padding:15px;position:sticky;top:84px}.calendar-day-panel header{padding-bottom:12px;border-bottom:1px solid var(--line)}.calendar-day-panel header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.calendar-day-panel h2{margin:4px 0;font-size:15px}.calendar-day-panel small{color:var(--muted);font-size:12px}.calendar-day-agenda{display:grid;gap:7px;padding:12px 0}.calendar-agenda-card{display:grid;grid-template-columns:48px 1fr;gap:9px;padding:9px;border:1px solid var(--line);border-inline-start:3px solid var(--brand-teal);border-radius:11px}.calendar-agenda-card time{display:grid;font-size:11px;font-weight:900}.calendar-agenda-card time small{font-size:12px}.calendar-agenda-card>div{display:grid;gap:4px}.calendar-agenda-card b{font-size:12px}.calendar-agenda-card span{display:flex;gap:4px;color:var(--muted);font-size:12px}.calendar-agenda-card--meeting{border-inline-start-color:#5279bc}.calendar-agenda-card--valuation{border-inline-start-color:#bd7a4d}.calendar-agenda-card--followup{border-inline-start-color:#d56876}.calendar-agenda-card--contract{border-inline-start-color:#3f8b68}.calendar-month-weekdays,.calendar-month-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-month-weekdays{min-height:34px;align-items:center;border-bottom:1px solid var(--line);background:#fafcfd}.calendar-month-weekdays span{text-align:center;color:var(--muted);font-size:12px;font-weight:800}.calendar-month-day{min-height:92px;padding:7px;border:0;border-inline-end:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:#fff;text-align:start;color:var(--ink);overflow:hidden}.calendar-month-day:hover{background:#fbfefe}.calendar-month-day.is-muted{background:#fbfcfd;color:#aab5c0}.calendar-month-day.is-selected{box-shadow:inset 0 0 0 2px #13b5b161;background:#f7fcfc}.calendar-month-day>div{display:flex;justify-content:space-between}.calendar-month-day>div b{font-size:12px}.calendar-month-day>div small{color:var(--muted);font-size:12px}.calendar-month-day.is-today>div b{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--brand-teal)}.calendar-month-day>em{display:block;width:max-content;max-width:100%;margin-top:3px;padding:2px 4px;border-radius:5px;color:#98641f;background:#fff6e8;font-size:12px;font-style:normal}.calendar-month-day>section{display:grid;gap:3px;margin-top:5px}.event-chip{display:flex;align-items:center;gap:3px;min-width:0;padding:3px 4px;border-radius:5px;background:#f1f5f8;color:var(--ink-soft);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-chip i{width:4px;height:4px;border-radius:50%;background:var(--brand-teal);flex:0 0 auto}.event-chip--meeting i{background:#5279bc}.event-chip--valuation i{background:#bd7a4d}.event-chip--followup i{background:#d56876}.event-chip--contract i{background:#3f8b68}.calendar-month-day>section>small{color:var(--muted);font-size:12px}.calendar-week-view{min-width:760px}.calendar-week-header{display:grid;grid-template-columns:52px repeat(7,1fr);height:58px;border-bottom:1px solid var(--line);background:#fbfcfd}.calendar-week-header>button{display:grid;place-items:center;align-content:center;gap:2px;border:0;border-inline-start:1px solid #eef2f5;background:transparent;color:var(--ink-soft)}.calendar-week-header>button small{color:var(--muted);font-size:12px}.calendar-week-header>button b{font-size:12px}.calendar-week-header>button.is-today b{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--brand-teal)}.calendar-week-header>button.is-selected{background:#f1faf9}.calendar-week-body{display:grid;grid-template-columns:52px repeat(7,1fr);height:594px;overflow:hidden}.calendar-hours{display:grid;grid-template-rows:repeat(11,54px);background:#fbfcfd}.calendar-hours span{padding:5px 6px;color:var(--muted);font-size:12px;text-align:end}.calendar-week-column{position:relative;border-inline-start:1px solid #edf2f5}.calendar-week-column>i{display:block;height:54px;border-bottom:1px solid #edf2f5}.calendar-week-event{position:absolute;z-index:2;inset-inline:4px;border:1px solid #cde9e6;border-inline-start:3px solid var(--brand-teal);border-radius:8px;background:#ecf9f7;color:var(--ink);padding:5px;text-align:start;overflow:hidden}.calendar-week-event small{display:block;color:var(--brand-teal-strong);font-size:12px}.calendar-week-event b{font-size:12px;line-height:1.3}.calendar-week-event--meeting{border-color:#d8e4f4;border-inline-start-color:#5279bc;background:#f0f5fb}.calendar-week-event--valuation{border-color:#f0dfcf;border-inline-start-color:#bd7a4d;background:#fff7ef}.calendar-week-event--followup{border-color:#f0d7db;border-inline-start-color:#d56876;background:#fff3f5}.calendar-week-event--contract{border-color:#d2e7dd;border-inline-start-color:#3f8b68;background:#f1f9f5}.calendar-day-view>header{padding:16px 18px;border-bottom:1px solid var(--line)}.calendar-day-view>header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900}.calendar-day-view h2{margin:4px 0;font-size:17px}.calendar-day-timeline{display:grid;grid-template-columns:58px 1fr;height:638px}.calendar-day-timeline .calendar-hours{grid-template-rows:repeat(11,58px)}.calendar-day-column{position:relative}.calendar-day-column>i{display:block;height:58px;border-bottom:1px solid #edf2f5}.calendar-day-event{position:absolute;inset-inline:12px;display:flex;gap:16px;align-items:center;padding:8px 12px;border:1px solid #cde9e6;border-inline-start:4px solid var(--brand-teal);border-radius:10px;background:#effaf9}.calendar-day-event time{min-width:80px;color:var(--brand-teal-strong);font-size:12px;font-weight:900}.calendar-day-event>div{display:grid}.calendar-day-event b{font-size:12px}.calendar-day-event small{color:var(--muted);font-size:12px}@media(max-width:1100px){.settings-center__layout{grid-template-columns:150px minmax(0,1fr)}.dashboard-page--clean,.calendar-page--refined{max-width:none}.calendar-refined-layout{grid-template-columns:1fr}.calendar-day-panel{position:static;display:grid;grid-template-columns:180px 1fr auto;gap:12px;align-items:start}.calendar-day-panel header{border-bottom:0;border-inline-end:1px solid var(--line);padding-inline-end:12px}.calendar-day-agenda{grid-template-columns:repeat(2,1fr);padding:0}.calendar-day-panel>.button{align-self:center}.calendar-surface{overflow:auto}}@media(max-width:760px){.settings-center-backdrop,.dashboard-customize-backdrop{align-items:end;padding:0}.settings-center{width:100%;height:min(88vh,760px);border-radius:24px 24px 0 0}.settings-center__header{min-height:82px;padding:17px}.settings-center__header p{display:none}.settings-center__layout{height:calc(100% - 82px);grid-template-columns:1fr}.settings-center__nav{display:flex;overflow-x:auto;border-inline-end:0;border-bottom:1px solid var(--line);padding:8px}.settings-center__nav button{white-space:nowrap}.settings-center__content{padding:18px}.pref-grid,.pref-security-grid,.pref-language-grid{grid-template-columns:1fr}.pref-team-list article{grid-template-columns:36px 1fr auto}.pref-team-list article>i{display:none}.dashboard-welcome{align-items:flex-start;flex-direction:column}.dashboard-welcome h1{font-size:26px}.dashboard-widget-stack{grid-template-columns:1fr}.dashboard-goal-lite,.dashboard-essential-stats,.dashboard-clean-panel--activity{grid-column:auto}.dashboard-goal-lite{grid-template-columns:1fr auto}.dashboard-goal-lite__progress{grid-column:1/-1}.dashboard-essential-stats{grid-template-columns:1fr 1fr}.dashboard-essential-stat:last-child{grid-column:1/-1}.activity-feed--clean{grid-template-columns:1fr}.activity-feed--clean .activity-item:nth-child(odd){border-inline-end:0;padding-inline-end:0}.dashboard-customize-modal{width:100%;max-height:88vh;border-radius:24px 24px 0 0}.dashboard-customize-list article{grid-template-columns:36px 1fr 76px}.dashboard-customize-list__order{display:none}.calendar-clean-heading{align-items:flex-start;flex-direction:column}.calendar-clean-heading>div:last-child{width:100%}.calendar-clean-heading .button{flex:1}.calendar-command-bar{flex-wrap:wrap}.calendar-nav-control{width:100%;justify-content:center}.calendar-view-tabs{margin-inline-start:0;flex:1}.calendar-view-tabs button{flex:1}.calendar-refined-layout{display:block}.calendar-surface{margin-inline:-12px;border-inline:0;border-radius:0}.calendar-day-panel{display:block;margin-top:10px}.calendar-day-panel header{border-inline-end:0;border-bottom:1px solid var(--line)}.calendar-day-agenda{grid-template-columns:1fr;padding:12px 0}.calendar-month-day{min-height:70px;padding:4px}.calendar-month-day>em{display:none}.event-chip{font-size:0;padding:2px}.event-chip i{width:5px;height:5px}.calendar-month-day>section{display:flex;gap:2px;flex-wrap:wrap}.calendar-week-view{min-width:680px}.calendar-week-header,.calendar-week-body{grid-template-columns:44px repeat(7,1fr)}.calendar-day-event{inset-inline:6px}.app-sidebar__secondary{display:none}}.settings-center__header span,.pref-section-head>span,.dashboard-welcome>div>span,.calendar-day-panel header span,.calendar-day-view>header span{font-size:13px;color:var(--brand-teal-text)}.settings-center__header p,.pref-section-head p{font-size:13px;line-height:1.55}.settings-center__nav button{font-size:13px;min-height:44px}.settings-center__nav button.is-active{color:var(--brand-teal-text)}.pref-field>span{font-size:13px}.pref-field>small{font-size:12px;line-height:1.45}.pref-field input,.pref-field select{font-size:14px;min-height:44px}.pref-image-picker b,.pref-group h3,.pref-switch b,.pref-security-grid b,.pref-team-list b{font-size:13px}.pref-image-picker small,.pref-switch small,.pref-language-grid small,.pref-team-list small,.pref-security-grid small,.pref-footer>span{font-size:12px;line-height:1.45}.pref-image-picker button,.pref-team-list em,.pref-team-list i,.settings-center__saved{font-size:12px}.pref-note p{font-size:13px;line-height:1.55}.pref-brand-preview p{font-size:12px;line-height:1.45}.pref-plan-card small{font-size:12px;color:#ffffffc2}.pref-plan-card span{font-size:13px;color:#ffffffd1}.pref-plan-card strong small{font-size:12px}.dashboard-welcome p,.calendar-clean-heading p{font-size:15px;line-height:1.5}.dashboard-goal-lite small,.dashboard-essential-stat small,.dashboard-essential-stat em{font-size:12px;line-height:1.35}.dashboard-goal-lite b{font-size:14px}.dashboard-goal-lite__progress>b{font-size:13px;color:var(--brand-teal-text)}.dashboard-essential-stat{min-height:88px}.dashboard-essential-stat b{font-size:23px}.dashboard-customize-modal header span{font-size:12px;color:var(--brand-teal-text)}.dashboard-customize-modal header p,.dashboard-customize-list small{font-size:12px;line-height:1.45}.dashboard-customize-list b{font-size:13px}.dashboard-widget-toggle span{font-size:12px}.calendar-nav-control small,.calendar-day-panel small,.calendar-agenda-card time small,.calendar-agenda-card span,.calendar-week-header>button small,.calendar-hours span,.calendar-week-event small,.calendar-day-event small{font-size:11px;line-height:1.3}.calendar-view-tabs button,.calendar-today-clean{font-size:12px}.calendar-day-panel h2{font-size:18px}.calendar-agenda-card b{font-size:13px}.calendar-agenda-card time{font-size:13px}.calendar-month-weekdays span{font-size:12px}.calendar-month-day>div b{font-size:13px}.calendar-month-day>div small{font-size:11px}.calendar-month-day>em{font-size:11px}.event-chip{font-size:11px;line-height:1.25;padding:3px 5px}.calendar-month-day>section>small{font-size:11px}.calendar-week-event b{font-size:12px;line-height:1.25}.calendar-day-event time{font-size:12px}.calendar-day-event b{font-size:13px}.calendar-month-day{min-height:104px}.calendar-week-header{height:64px}.calendar-week-body{height:660px}.calendar-hours{grid-template-rows:repeat(11,60px)}.calendar-week-column>i{height:60px}.calendar-day-timeline{grid-template-columns:66px 1fr}.calendar-day-timeline .calendar-hours{grid-template-rows:repeat(11,62px)}.calendar-day-column>i{height:62px}@media(max-width:760px){.settings-center__nav button{min-height:44px;font-size:13px}.dashboard-welcome p{font-size:14px}.dashboard-essential-stat{min-height:92px}.calendar-month-day{min-height:76px}.event-chip{font-size:0;padding:2px}.calendar-week-view{min-width:720px}.calendar-week-body{height:660px}}.mobile-premium-header,.mobile-premium-overlay,.dashboard-mobile-hero,.dashboard-mobile-new-property{display:none}@media(max-width:760px){:root{--diro-mobile-header:82px}.app-topbar{display:none!important}.app-content{min-height:calc(100vh - var(--diro-mobile-header))}.app-page{width:100%;padding:20px 18px calc(104px + env(safe-area-inset-bottom))}.mobile-premium-header{position:sticky;top:0;z-index:75;height:var(--diro-mobile-header);display:flex;align-items:center;justify-content:space-between;padding:calc(9px + env(safe-area-inset-top)) 20px 9px;border-bottom:1px solid rgba(218,229,238,.9);background:#fffffff0;box-shadow:0 8px 28px #061d3d0b;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-premium-header__brand{display:flex;align-items:center}.mobile-premium-header__brand .brand-logo{gap:8px}.mobile-premium-header__brand .brand-logo__mark{width:38px;height:38px}.mobile-premium-header__brand .brand-logo__text{font-size:22px;letter-spacing:.16em}.mobile-premium-menu-button{width:48px;height:48px;display:grid;place-items:center;border:1px solid #dbe5ed;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfd);color:var(--brand-navy-900);box-shadow:0 7px 18px #061d3d0e}.mobile-premium-menu-button:active{transform:scale(.96)}.mobile-premium-overlay{position:fixed;z-index:190;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;pointer-events:none}.mobile-premium-overlay.is-open{visibility:visible;pointer-events:auto}.mobile-premium-overlay__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0e1f3445;opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:opacity .24s ease,backdrop-filter .24s ease}.mobile-premium-overlay.is-open .mobile-premium-overlay__scrim{opacity:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mobile-premium-drawer{position:absolute;inset-block:0;inset-inline-end:0;width:min(84vw,390px);display:flex;flex-direction:column;overflow:hidden;border-inline-start:1px solid rgba(219,229,237,.95);background:#fffffffb;box-shadow:0 0 60px #0518312e;transform:translate(calc(-1*(100% + 14px)));transition:transform .28s cubic-bezier(.2,.76,.25,1);padding-top:env(safe-area-inset-top)}[dir=ltr] .mobile-premium-drawer{transform:translate(calc(100% + 14px))}.mobile-premium-overlay.is-open .mobile-premium-drawer{transform:translate(0)}.mobile-premium-drawer:after{content:"";position:absolute;inset-inline:0;bottom:-16px;height:150px;pointer-events:none;background:radial-gradient(ellipse at 15% 100%,rgba(19,181,177,.1),transparent 58%),repeating-radial-gradient(ellipse at 15% 112%,transparent 0 16px,rgba(32,183,180,.08) 17px 18px,transparent 19px 34px);opacity:.8}.mobile-premium-drawer__head{position:relative;z-index:1;padding:18px 20px 16px;border-bottom:1px solid #edf2f5}.mobile-premium-drawer__close{width:38px;height:38px;display:grid;place-items:center;margin-bottom:12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft)}.mobile-premium-drawer__identity{display:flex;align-items:center;gap:11px}.mobile-premium-drawer__avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#082a51,#0ca6a1);color:#fff;font-size:15px;font-weight:900;box-shadow:0 8px 22px #06365221}.mobile-premium-drawer__identity>div{display:grid;gap:2px;min-width:0}.mobile-premium-drawer__identity b{font-size:15px}.mobile-premium-drawer__identity small{overflow:hidden;color:var(--muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis}.mobile-premium-drawer__nav{position:relative;z-index:1;flex:1;overflow:auto;padding:11px 16px 135px}.mobile-premium-drawer__group{display:grid;gap:3px;padding:9px 0 10px;border-bottom:1px solid #edf2f5}.mobile-premium-drawer__group:last-child{border-bottom:0}.mobile-premium-drawer__group>span{padding:3px 10px 6px;color:var(--brand-teal-strong);font-size:10px;font-weight:900}.mobile-premium-drawer__link{min-height:50px;display:grid;grid-template-columns:25px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:0 12px;border-radius:14px;color:var(--brand-navy-900);transition:.16s ease}.mobile-premium-drawer__link b{font-size:14px}.mobile-premium-drawer__link>svg:last-child{color:#a7b3bf}.mobile-premium-drawer__link>i{width:7px;height:7px;border-radius:50%;background:#13b5b1;box-shadow:0 0 0 4px #13b5b114}.mobile-premium-drawer__link.is-active{color:#079e9a;background:linear-gradient(90deg,#eaf8f7,#f5fbfb)}.mobile-premium-drawer__link:active{transform:scale(.985)}.mobile-premium-drawer__footer{position:absolute;z-index:3;inset-inline:16px;bottom:calc(14px + env(safe-area-inset-bottom));padding-top:12px;background:linear-gradient(180deg,#fff0,#fff 20%)}.mobile-premium-drawer__footer button{width:100%;min-height:68px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dce8ee;border-radius:16px;background:#fffffff5;color:var(--ink);text-align:start;box-shadow:0 10px 28px #061d3d12}.mobile-premium-drawer__footer button>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f3f7f9;color:var(--brand-navy-800)}.mobile-premium-drawer__footer button>div{display:grid;gap:2px}.mobile-premium-drawer__footer b{font-size:12px}.mobile-premium-drawer__footer small{overflow:hidden;color:var(--muted);font-size:8px;white-space:nowrap;text-overflow:ellipsis}.dashboard-page--premium-mobile{padding-top:14px}.dashboard-welcome--desktop{display:none!important}.dashboard-mobile-hero{position:relative;overflow:hidden;display:block;min-height:315px;margin-bottom:14px;padding:24px 22px;border:1px solid #d7e5ed;border-radius:26px;background:radial-gradient(circle at 15% 12%,rgba(83,208,236,.18),transparent 34%),linear-gradient(145deg,#f8fcff,#eff8fc 60%,#f7fbfd);box-shadow:0 18px 44px #07264414}.dashboard-mobile-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#fff0,#ffffff0d 46%,#ffffffb8)}.dashboard-mobile-hero__content{position:relative;z-index:3;width:68%;margin-inline-end:auto;text-align:start}.dashboard-mobile-hero__date{display:block;margin-bottom:12px;color:var(--brand-teal-strong);font-size:11px;font-weight:900}.dashboard-mobile-hero__hello{margin:0 0 4px!important;color:#607288!important;font-size:13px!important;font-weight:700}.dashboard-mobile-hero h1{margin:0 0 10px;font-size:30px;line-height:1.12;letter-spacing:-.045em;color:var(--brand-navy-950)}.dashboard-mobile-hero__content>p:last-of-type{margin:0;color:#617287;font-size:12px;line-height:1.6}.dashboard-mobile-hero__content>button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:17px;padding:0 15px;border:1px solid #0b7078;border-radius:13px;background:linear-gradient(135deg,#0a6b72,#087f83);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 20px #0774782e}.dashboard-mobile-hero__art{position:absolute;z-index:1;inset-block:0;inset-inline-end:0;width:45%;pointer-events:none}.dashboard-mobile-hero__art:before{content:"";position:absolute;inset-block:24px -20px;inset-inline-end:-32px;width:220px;background:radial-gradient(circle at 50% 42%,rgba(100,196,222,.12),transparent 64%)}.dashboard-mobile-hero__arc{position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.9);border-radius:50%;inset-inline-end:-120px;top:20px;box-shadow:0 0 0 9px #ffffff2e,0 0 0 18px #ffffff21}.dashboard-mobile-hero__arc--2{width:340px;height:340px;inset-inline-end:-170px;top:-10px;opacity:.7}.dashboard-mobile-building{position:absolute;inset-inline-end:-8px;bottom:-8px;width:185px;height:175px;transform:skewY(-2deg);border:1px solid rgba(104,139,160,.18);border-radius:5px 22px 0 0;background:linear-gradient(145deg,#eef5f8,#d8e6ec);box-shadow:18px 0 38px #0e3c5614}.dashboard-mobile-building:before,.dashboard-mobile-building:after{content:"";position:absolute;inset-inline-start:18px;width:150px;height:16px;border:1px solid rgba(96,128,148,.22);background:#ffffff75;box-shadow:0 7px 14px #0b37510a}.dashboard-mobile-building:before{top:40px}.dashboard-mobile-building:after{top:94px}.dashboard-mobile-building i{position:relative;display:inline-block;width:29px;height:35px;margin:12px 5px 2px 8px;border:1px solid rgba(55,105,135,.22);background:linear-gradient(145deg,#63afc647,#ffffff9e)}.dashboard-mobile-building b{position:absolute;bottom:0;width:5px;height:42px;border-radius:4px 4px 0 0;background:#c6d6dd}.dashboard-mobile-building b:nth-of-type(1){left:26px}.dashboard-mobile-building b:nth-of-type(2){left:84px}.dashboard-mobile-building b:nth-of-type(3){left:142px}.dashboard-widget-stack{gap:14px}.dashboard-essential-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px}.dashboard-essential-stat,.dashboard-essential-stat:last-child{grid-column:auto!important;min-width:0;min-height:126px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:14px 12px;border-radius:20px;box-shadow:0 8px 24px #07264409}.dashboard-essential-stat>span{width:42px;height:42px;border-radius:13px}.dashboard-essential-stat>div{width:100%;display:grid;grid-template-columns:auto;gap:1px}.dashboard-essential-stat small{grid-column:auto;overflow:hidden;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.dashboard-essential-stat b{font-size:25px;line-height:1}.dashboard-essential-stat em{overflow:hidden;margin-top:2px;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.dashboard-clean-panel{padding:18px;border-radius:23px;box-shadow:0 12px 34px #0726440b}.dashboard-clean-panel .app-panel__head{margin-bottom:7px}.dashboard-clean-panel .app-panel__head h2{font-size:21px}.dashboard-clean-panel .app-panel__head>a{font-size:11px}.agenda-list--clean .agenda-item{min-height:92px;grid-template-columns:64px 3px minmax(0,1fr);gap:11px;padding:13px 6px}.agenda-list--clean .agenda-item time{font-size:20px}.agenda-list--clean .agenda-item>div b{font-size:13px}.agenda-list--clean .agenda-item>div strong{font-size:13px}.agenda-list--clean .agenda-item>div small{margin-top:3px;font-size:9px}.agenda-list--clean .agenda-item__line{height:58px}.agenda-list--clean .agenda-item.is-next{margin-inline:0;padding-inline:9px;border:1px solid #e0efef;background:#f5fbfa}.dashboard-mobile-new-property{position:relative;overflow:hidden;min-height:94px;display:grid;grid-template-columns:52px minmax(0,1fr) 76px;align-items:center;gap:12px;margin-top:16px;padding:13px 16px;border-radius:18px;background:linear-gradient(135deg,#061d3d,#082e59 62%,#075e6d);color:#fff;box-shadow:0 14px 30px #061d3d24}.dashboard-mobile-new-property:after{content:"";position:absolute;inset-inline-end:-18px;bottom:-24px;width:130px;height:90px;border:1px solid rgba(44,218,207,.16);transform:skewY(-12deg)}.dashboard-mobile-new-property>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#0d8b91,#08a7a2);box-shadow:0 0 0 6px #24cdc614}.dashboard-mobile-new-property>div{position:relative;z-index:2;display:grid;gap:2px}.dashboard-mobile-new-property b{font-size:16px}.dashboard-mobile-new-property small{color:#ffffffab;font-size:10px}.dashboard-mobile-new-property>svg{position:relative;z-index:1;color:#45ded640}.dashboard-goal-lite{order:9}.dashboard-clean-panel--focus{order:10}.dashboard-clean-panel--activity{order:11}.app-mobile-nav{z-index:100;left:14px;right:14px;bottom:calc(9px + env(safe-area-inset-bottom));min-height:68px;border-radius:22px;box-shadow:0 18px 44px #041a3429}.app-mobile-nav a{font-size:10px}.app-mobile-nav a:nth-child(3){margin-block:-12px 0;border-radius:20px;background:linear-gradient(145deg,#061d3d,#0b345f);box-shadow:0 9px 24px #061d3d38}.app-mobile-nav a:nth-child(3) svg{width:25px;height:25px}}@media(max-width:390px){.app-page{padding-inline:14px}.dashboard-mobile-hero{min-height:298px;padding-inline:18px}.dashboard-mobile-hero__content{width:72%}.dashboard-mobile-hero h1{font-size:26px}.dashboard-mobile-building{width:155px}.dashboard-essential-stat{min-height:116px;padding-inline:10px}.dashboard-essential-stat b{font-size:22px}.dashboard-clean-panel{padding-inline:14px}}
