: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-preview{padding:18px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:var(--shadow-md)}.client-card-preview__head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 16px}.client-card-preview__head span{font-weight:800;font-size:20px}.client-card-preview__head b{color:var(--brand-teal-strong);font-size:13px}.preview-property{display:grid;grid-template-columns:42% 1fr;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.preview-property__image{min-height:220px;position:relative;overflow:hidden;background:linear-gradient(#b9e4ef 0,#b9e4ef 52%,#d9e3cf 52%)}.preview-property__sky{position:absolute;top:0;right:0;bottom:48%;left:0;background:linear-gradient(130deg,#caedf5,#eaf9fb)}.preview-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}.preview-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}.preview-property__body{padding:26px;display:flex;flex-direction:column;gap:9px;justify-content:center}.preview-property__body b{font-size:20px}.preview-property__body span{color:var(--muted)}.preview-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;color:var(--ink);background-color:#eef6f9;background-image:linear-gradient(180deg,#f8fbfc1f,#f8fbfc08),url(/backgrounds/auth-bg-desktop.webp);background-repeat:no-repeat,no-repeat;background-position:center,center;background-size:cover,cover;background-attachment:scroll,fixed}.auth-page__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;opacity:.55}.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;background-color:#f4f8fb;background-image:linear-gradient(180deg,#f8fbfc14,#f8fbfc05),url(/backgrounds/auth-bg-mobile.webp);background-position:center bottom,center bottom;background-size:cover,cover;background-attachment:scroll,scroll}.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;color:var(--ink);background-color:#eef6f9;background-image:radial-gradient(ellipse 48% 58% at 50% 50%,#fafcfda8,#fafcfd6b 38%,#fafcfd14 72%,#fafcfd00),url(/backgrounds/auth-bg-desktop.webp);background-repeat:no-repeat,no-repeat;background-position:center,center;background-size:cover,cover}.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%);animation:diroBlob 9s ease-in-out infinite}.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%);animation-delay:-4.5s}@keyframes diroBlob{0%,to{transform:translate(0) scale(1)}50%{transform:translate(24px,18px) scale(1.08)}}.diro-splash__content{position:relative;z-index:1;display:grid;justify-items:center;gap:16px;padding:30px;text-align:center}.diro-splash__content p{margin:2px 0 0;color:var(--ink-soft);font-size:16px;font-weight:750;animation:diroSplashFade .6s ease .35s both}.diro-splash__content small{color:var(--muted);font-size:13px;animation:diroSplashFade .6s ease .5s both}.diro-splash__logo{position:relative;display:grid;place-items:center;margin-bottom:14px;padding:16px}.diro-splash__logo .brand-logo{position:relative;z-index:1;transform:scale(1.5)}.diro-splash__halo{position:absolute;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,#13b5b133,#13b5b100 62%);animation:diroHalo 2.4s ease-in-out infinite}.brand-logo--animated .brand-logo__mark{overflow:visible;animation:diroLogoPop .7s cubic-bezier(.2,.84,.34,1.2) both}.brand-logo--animated .brand-logo__body{transform-box:fill-box;transform-origin:center;animation:diroBodyIn .6s ease both}.brand-logo--animated .brand-logo__house{transform-box:fill-box;transform-origin:bottom;animation:diroHouseRise .55s cubic-bezier(.2,.84,.34,1.2) .28s both}.brand-logo--animated .brand-logo__roof{transform-box:fill-box;transform-origin:center;opacity:0;animation:diroRoofIn .45s ease .5s both}.brand-logo--animated .brand-logo__win{transform-box:fill-box;transform-origin:center;animation:diroWinBlink 1.8s ease-in-out infinite}.brand-logo--animated .brand-logo__win--1{animation-delay:.7s}.brand-logo--animated .brand-logo__win--2{animation-delay:1.05s}.diro-splash__progress{position:relative;width:190px;height:5px;margin-top:6px;overflow:hidden;border-radius:999px;background:#e2eeed}.diro-splash__progress i{position:absolute;inset-block:0;inline-size:42%;border-radius:inherit;background:linear-gradient(90deg,rgba(19,181,177,0),var(--brand-teal),rgba(19,181,177,0));animation:diroProgress 1.25s cubic-bezier(.6,.05,.3,.95) infinite}@keyframes diroLogoPop{0%{transform:scale(1.5) translateY(6px);opacity:0}to{transform:scale(1.5) translateY(0);opacity:1}}@keyframes diroBodyIn{0%{opacity:0;transform:scale(.82)}to{opacity:.98;transform:scale(1)}}@keyframes diroHouseRise{0%{opacity:0;transform:translateY(9px) scaleY(.6)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes diroRoofIn{0%{opacity:0;transform:translate(-4px) scale(.7)}to{opacity:1;transform:none}}@keyframes diroWinBlink{0%,to{opacity:1}45%{opacity:.25}55%{opacity:.25}}@keyframes diroHalo{0%,to{transform:scale(.82);opacity:.55}50%{transform:scale(1.08);opacity:1}}@keyframes diroProgress{0%{inset-inline-start:-45%}to{inset-inline-start:100%}}@keyframes diroSplashFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.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-color:#f4f8fb;background-image:linear-gradient(180deg,#f8fbfc14,#f8fbfc05),url(/backgrounds/auth-bg-mobile.webp);background-repeat:no-repeat,no-repeat;background-position:center bottom,center bottom;background-size:cover,cover}.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{background-color:#f4f8fb;background-image:radial-gradient(ellipse 72% 42% at 50% 36%,#fafcfd99,#fafcfd57 48%,#fafcfd00),url(/backgrounds/auth-bg-mobile.webp);background-position:center bottom,center bottom;background-size:cover,cover}.diro-splash__logo .brand-logo{transform:scale(1.32)}}@media(prefers-reduced-motion:reduce){.diro-splash__progress i,.diro-splash__halo,.diro-splash__ambient span,.brand-logo--animated .brand-logo__mark,.brand-logo--animated .brand-logo__body,.brand-logo--animated .brand-logo__house,.brand-logo--animated .brand-logo__roof,.brand-logo--animated .brand-logo__win,.brand-logo--animated .brand-logo__text,.diro-splash__content p,.diro-splash__content small{animation:none!important}.brand-logo--animated .brand-logo__roof{opacity:1}}.config-gate{min-height:100svh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#f8fbfc,#eef7f7);color:var(--ink)}.config-gate__card{width:min(100%,440px);display:grid;justify-items:center;gap:12px;padding:38px 32px;border:1px solid rgba(211,225,234,.98);border-radius:26px;background:#fffffff5;box-shadow:0 26px 80px #061d3d1c;text-align:center}.config-gate__icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#effafa;color:var(--brand-teal-text)}.config-gate__card h1{margin:4px 0 0;font-size:23px;letter-spacing:-.03em}.config-gate__card p{margin:0;max-width:340px;color:var(--muted);font-size:14px;line-height:1.6}.config-gate__card code{padding:8px 12px;border-radius:10px;background:#f4f7f9;color:var(--brand-navy-900);font-size:13px;direction:ltr}.config-gate__card small{color:#8b96a4;font-size:12px}.register-wizard{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0618316b;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:wizardFade .18s ease}@keyframes wizardFade{0%{opacity:0}to{opacity:1}}.register-wizard__dialog{position:relative;width:min(100%,468px);max-height:calc(100svh - 40px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(211,225,234,.9);border-radius:24px;background:#fff;box-shadow:0 32px 90px #05183147;animation:wizardPop .22s cubic-bezier(.2,.76,.25,1)}@keyframes wizardPop{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.register-wizard__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 6px}.register-wizard__close{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft)}.register-wizard__badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #cce9e7;border-radius:999px;background:#effafa;color:var(--brand-teal-text);font-size:12px;font-weight:850}.register-wizard__progress{display:flex;gap:6px;padding:6px 22px 0}.register-wizard__progress-dot{flex:1;height:5px;border-radius:999px;background:#e6edf1;transition:background .2s}.register-wizard__progress-dot.is-done{background:#8fded7}.register-wizard__progress-dot.is-current{background:var(--brand-teal)}.register-wizard__stepcount{margin:10px 22px 0;color:var(--muted);font-size:12px;font-weight:800}.register-wizard__body{flex:1;overflow-y:auto;padding:8px 22px 4px}.wizard-step>h2{margin:6px 0 4px;font-size:22px;letter-spacing:-.03em}.wizard-step>p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}.wizard-fields{display:grid;gap:14px}.wizard-field{display:grid;gap:7px}.wizard-field>span{color:var(--ink-soft);font-size:13px;font-weight:800}.wizard-input{height:50px;display:flex;align-items:center;gap:10px;padding-inline:13px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd;transition:border-color .18s,background .18s,box-shadow .18s}.wizard-input:focus-within{border-color:#13b5b1b8;background:#fff;box-shadow:0 0 0 4px #13b5b117}.wizard-input.has-error{border-color:#e5a3a3;background:#fff8f8}.wizard-input svg{flex:0 0 auto;color:#78909e}.wizard-input input,.wizard-input select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-family:inherit;font-size:16px}.wizard-input select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wizard-field__hint{color:#8b96a4;font-size:12px}.wizard-field__error{display:flex;align-items:center;gap:4px;color:#b3413f;font-size:12px;font-weight:700}.wizard-field__error svg{flex:0 0 auto}.wizard-lang-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wizard-lang-option{position:relative;display:grid;gap:2px;padding:15px 14px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);text-align:start;transition:border-color .16s,background .16s,box-shadow .16s}.wizard-lang-option b{font-size:16px}.wizard-lang-option small{color:var(--muted);font-size:12px}.wizard-lang-option>svg{position:absolute;inset-block-start:12px;inset-inline-end:12px;color:var(--brand-teal)}.wizard-lang-option.is-selected{border-color:#9cddd6;background:linear-gradient(135deg,#eefaf9,#f6fbfb);box-shadow:0 0 0 3px #13b5b11a}.wizard-lang-option:hover{border-color:#bcd6d3}.register-wizard__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 22px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #eef2f5;background:linear-gradient(180deg,#fff0,#fff 40%)}.wizard-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding-inline:18px;font-size:15px}.wizard-button--ghost{border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink-soft);font-weight:800}.register-wizard__footer .button--primary{flex:1;max-width:60%}.register-wizard__success{display:grid;justify-items:center;gap:12px;padding:14px 26px 30px;text-align:center}.register-wizard__success-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:20px;background:#e9f9f5;color:var(--brand-teal-text)}.register-wizard__success h2{margin:2px 0 0;font-size:23px}.register-wizard__success p{margin:0;max-width:340px;color:var(--muted);font-size:14px;line-height:1.6}.register-wizard__success .button{margin-top:8px}.auth-register-link{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--brand-teal-text);font-family:inherit;font-size:inherit;font-weight:850;cursor:pointer;padding:0}.auth-register-link:hover{text-decoration:underline}@media(max-width:640px){.register-wizard{padding:0;place-items:stretch}.register-wizard__dialog{width:100%;max-height:100svh;border:0;border-radius:0}.wizard-lang-grid{grid-template-columns:1fr}.register-wizard__footer .button--primary{max-width:none}}@media(max-width:640px)and (min-height:620px){.register-wizard{place-items:center;padding:14px}.register-wizard__dialog{border-radius:22px;max-height:calc(100svh - 28px)}}.diro-splash__content{gap:12px;padding:34px 30px 40px}.diro-splash__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border:1px solid #cfe8e5;border-radius:999px;background:#ffffffb8;color:var(--brand-teal-text);font-size:11px;font-weight:900;letter-spacing:.16em}.diro-splash__content h1{margin:0;color:var(--brand-navy-900);font-size:clamp(36px,4vw,56px);line-height:1.02;letter-spacing:-.05em}.diro-splash__content p{max-width:540px;margin:2px 0 0;color:var(--ink-soft);font-size:16px;font-weight:750;line-height:1.7}.diro-splash__progress{width:220px;height:6px;margin-top:10px}.diro-splash__phrase-wrap{min-height:24px;display:grid;place-items:center}.diro-splash__phrase{display:inline-flex;align-items:center;justify-content:center;padding:0 4px;color:var(--muted);font-size:13px;line-height:1.6;animation:diroPhraseSwap .36s ease}@keyframes diroPhraseSwap{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:640px){.diro-splash__content{padding:24px 20px 28px}.diro-splash__content h1{font-size:34px}.diro-splash__content p{font-size:14px;max-width:320px}.diro-splash__progress{width:180px}.diro-splash__phrase{font-size:12px}}.auth-info-message{display:flex;align-items:flex-start;gap:8px;margin:0;padding:11px 12px;border:1px solid #bfe6df;border-radius:11px;background:#f2fbf8;color:#126f69;font-size:13px;line-height:1.45}.auth-info-message svg{flex:0 0 auto;margin-top:1px}.auth-recovery-state{display:grid;justify-items:center;gap:12px;padding:24px 12px;color:var(--muted);font-size:13px;text-align:center}.auth-recovery-spinner{width:30px;height:30px;border:3px solid #d8ece9;border-top-color:var(--brand-teal);border-radius:50%;animation:authRecoverySpin .75s linear infinite}@keyframes authRecoverySpin{to{transform:rotate(360deg)}}.auth-success-card--neutral{border-color:#d9e3e9;background:#f8fafb;color:var(--ink)}.app-crash-screen{min-height:100svh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#f8fbfc,#eef7f7);color:var(--ink)}.app-crash-screen__card{width:min(100%,480px);display:grid;justify-items:center;gap:13px;padding:38px 32px;border:1px solid rgba(211,225,234,.98);border-radius:26px;background:#fff;box-shadow:0 26px 80px #061d3d1c;text-align:center}.app-crash-screen__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#eef9f7;color:var(--brand-teal-text)}.app-crash-screen__card h1{margin:2px 0 0;font-size:24px}.app-crash-screen__card p{margin:0;max-width:350px;color:var(--muted);font-size:14px;line-height:1.6}.app-crash-screen__actions{width:100%;display:flex;justify-content:center;gap:10px;margin-top:8px}.app-crash-screen__actions .button{min-width:130px}@media(max-width:520px){.app-crash-screen__card{padding:30px 20px}.app-crash-screen__actions{flex-direction:column}.app-crash-screen__actions .button{width:100%}}@media(prefers-reduced-motion:reduce){.auth-recovery-spinner{animation:none}}.diro-toast-viewport{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;pointer-events:none;isolation:isolate}.diro-toast-viewport:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#04142c1f;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);opacity:0;transition:opacity .18s ease;pointer-events:none}.diro-toast-viewport.is-visible:before{opacity:1}.diro-toast{--toast-accent:#13b5b1;--toast-accent-strong:#079d9b;--toast-soft:#eaf9f7;position:relative;pointer-events:auto;width:min(430px,calc(100vw - 32px));min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden;padding:28px 34px 26px;border:1px solid rgba(213,225,234,.96);border-radius:28px;background:#fffffff7;box-shadow:0 32px 90px #061d3d3d,0 8px 26px #061d3d14;color:var(--ink);text-align:center;transform-origin:center;animation:diroToastCenterIn .5s cubic-bezier(.16,.9,.25,1.16)}.diro-toast:before{content:"";position:absolute;inset:-90px auto auto 50%;width:240px;height:150px;border-radius:50%;background:radial-gradient(circle,var(--toast-soft) 0,rgba(255,255,255,0) 70%);transform:translate(-50%);pointer-events:none}.diro-toast:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 1px #ffffffe6;pointer-events:none}.diro-toast--error{--toast-accent:#df5b5b;--toast-accent-strong:#b83f45;--toast-soft:#fff0f0}.diro-toast--info{--toast-accent:#4f8fdd;--toast-accent-strong:#356dad;--toast-soft:#eef5ff}.diro-toast--warning{--toast-accent:#d99a32;--toast-accent-strong:#ad7419;--toast-soft:#fff7e8}.diro-toast__figure{position:relative;z-index:1;width:96px;height:96px;display:grid;place-items:center;flex:0 0 auto}.diro-toast__body{position:relative;z-index:1;width:100%;display:grid;justify-items:center;gap:6px}.diro-toast__body b{color:var(--toast-accent-strong);font-size:17px;font-weight:900;line-height:1.2;letter-spacing:-.02em}.diro-toast__body span{max-width:330px;color:var(--ink-soft);font-size:15px;font-weight:650;line-height:1.55;text-wrap:balance}.diro-toast__body:not(:has(b)) span{color:var(--ink);font-size:17px;font-weight:850}.diro-toast__close{position:absolute;z-index:3;inset-block-start:14px;inset-inline-end:14px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;background:transparent;color:#7f8c9e;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.diro-toast__close:hover{background:#f1f5f7;color:var(--ink);transform:scale(1.04)}.diro-toast__close:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.diro-toast__progress{position:absolute;inset-inline:0;inset-block-end:0;height:4px;background:linear-gradient(90deg,var(--toast-accent),var(--toast-accent-strong));transform-origin:left center;animation:diroToastProgress var(--diro-toast-duration,3s) linear forwards}[dir=rtl] .diro-toast__progress{transform-origin:right center}.diro-status-burst{overflow:visible;filter:drop-shadow(0 12px 18px rgba(19,181,177,.19))}.diro-status-burst__halo{fill:none;stroke:#9ce7df;stroke-width:2;opacity:0;transform-origin:44px 44px;animation:diroStatusHalo .9s ease-out .04s forwards}.diro-status-burst__ring{fill:#ecfbf8;stroke:#b7eee8;stroke-width:1.8;opacity:0;transform-origin:44px 44px;animation:diroStatusRing .55s cubic-bezier(.2,.9,.3,1.25) .08s forwards}.diro-status-burst__disc{fill:#13b5b1;opacity:0;transform-origin:44px 44px;animation:diroStatusDisc .5s cubic-bezier(.18,.92,.32,1.3) .18s forwards}.diro-status-burst__check{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:38;stroke-dashoffset:38;animation:diroStatusCheck .38s ease-out .5s forwards}.diro-status-burst__sparks{fill:#46d4c7;transform-origin:44px 44px;animation:diroStatusSparkGroup .85s ease-out .32s forwards}.diro-status-burst__sparks circle{opacity:0;animation:diroStatusSpark .62s ease-out .32s forwards}.diro-status-burst__sparks circle:nth-child(2n){animation-delay:.4s}.diro-status-burst__sparks circle:nth-child(3n){animation-delay:.48s}.diro-status-orb{position:relative;width:82px;height:82px;display:grid;place-items:center}.diro-status-orb__pulse{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:2px solid color-mix(in srgb,var(--toast-accent) 42%,transparent);border-radius:50%;opacity:0;animation:diroOrbPulse .8s ease-out .08s forwards}.diro-status-orb__core{width:62px;height:62px;display:grid;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,var(--toast-accent),var(--toast-accent-strong));box-shadow:0 13px 28px color-mix(in srgb,var(--toast-accent) 25%,transparent);opacity:0;transform:scale(.55) rotate(-8deg);animation:diroOrbIn .48s cubic-bezier(.18,.92,.32,1.25) .12s forwards}.diro-toast--error .diro-status-orb__core{animation:diroOrbIn .48s cubic-bezier(.18,.92,.32,1.25) .12s forwards,diroOrbErrorShake .34s ease .58s}.diro-status-orb__spark{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--toast-accent);opacity:0;animation:diroOrbSpark .55s ease-out .45s forwards}.diro-status-orb__spark--one{top:4px;right:5px}.diro-status-orb__spark--two{bottom:10px;left:1px;width:5px;height:5px;animation-delay:.52s}.diro-status-orb__spark--three{top:15px;left:0;width:4px;height:4px;animation-delay:.6s}@keyframes diroToastCenterIn{0%{opacity:0;transform:translateY(18px) scale(.88);filter:blur(5px)}68%{opacity:1;transform:translateY(-2px) scale(1.018);filter:blur(0)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes diroToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes diroStatusHalo{0%{opacity:.8;transform:scale(.45)}to{opacity:0;transform:scale(1.35)}}@keyframes diroStatusRing{0%{opacity:0;transform:scale(.55)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes diroStatusDisc{0%{opacity:0;transform:scale(.25)}70%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes diroStatusCheck{to{stroke-dashoffset:0}}@keyframes diroStatusSparkGroup{0%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}@keyframes diroStatusSpark{0%{opacity:0;transform:scale(.2)}42%{opacity:1;transform:scale(1.15)}to{opacity:0;transform:scale(.7)}}@keyframes diroOrbPulse{0%{opacity:.75;transform:scale(.55)}to{opacity:0;transform:scale(1.25)}}@keyframes diroOrbIn{0%{opacity:0;transform:scale(.55) rotate(-8deg)}72%{opacity:1;transform:scale(1.08) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes diroOrbSpark{0%{opacity:0;transform:scale(.2)}45%{opacity:1;transform:scale(1.15)}to{opacity:0;transform:translateY(-7px) scale(.55)}}@keyframes diroOrbErrorShake{0%,to{transform:translate(0)}30%{transform:translate(-3px)}60%{transform:translate(3px)}}@media(max-width:640px){.diro-toast-viewport{padding:16px}.diro-toast{width:min(360px,calc(100vw - 28px));min-height:205px;padding:25px 24px 23px;border-radius:25px}.diro-toast__figure{width:88px;height:88px;transform:scale(.92)}.diro-toast__body b{font-size:16px}.diro-toast__body span{font-size:14px}.diro-toast__body:not(:has(b)) span{font-size:16px}.diro-toast__close{inset-block-start:12px;inset-inline-end:12px}}@media(prefers-reduced-motion:reduce){.diro-toast,.diro-toast__progress,.diro-status-burst__halo,.diro-status-burst__ring,.diro-status-burst__disc,.diro-status-burst__check,.diro-status-burst__sparks,.diro-status-burst__sparks circle,.diro-status-orb__pulse,.diro-status-orb__core,.diro-status-orb__spark{animation:none!important}.diro-toast{opacity:1;transform:none;filter:none}.diro-status-burst__ring,.diro-status-burst__disc,.diro-status-orb__core{opacity:1;transform:none}.diro-status-burst__check{stroke-dashoffset:0}.diro-status-burst__halo,.diro-status-burst__sparks circle,.diro-status-orb__pulse,.diro-status-orb__spark{opacity:0}}.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-preview-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-preview-link{gap:8px;flex-wrap:wrap}.property-upload-stage.is-disabled{opacity:.68;pointer-events:none}.property-upload-message{margin:10px 0 0;color:#a23b3b;font-size:12px;font-weight:700}.property-photo-thumb--selected img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.property-photo-thumb--selected button{position:absolute;z-index:3;top:7px;left:7px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:8px;background:#051932c7;color:#fff;cursor:pointer}.property-photo-thumb--selected span{width:auto;min-width:28px;padding:0 7px}.property-tour-files{width:100%;display:grid;gap:6px;margin:10px 0 14px}.property-tour-files>span{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr) 26px;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--ink-soft);font-size:12px}.property-tour-files>span b{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#e9f8f7;color:var(--brand-teal-strong)}.property-tour-files>span button{border:0;background:transparent;color:var(--muted);font-size:18px;cursor:pointer}.property-builder-save-hint{margin-inline-end:auto;color:var(--muted);font-size:11px}.property-live-preview__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.property-field select{width:100%;height:46px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none;font:inherit}.property-field select:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11a}.property-field input:disabled,.property-field textarea:disabled,.property-field select:disabled{opacity:.65;cursor:not-allowed;background:#f5f7f9}.property-builder-hero--compact{padding:38px 0 24px}.property-builder-hero--compact h1{font-size:clamp(34px,4vw,48px);margin-bottom:8px}.property-builder-hero--compact p{font-size:15px}.property-wizard{display:grid;gap:14px}.property-wizard__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.property-wizard__steps button{min-height:68px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:9px;padding:11px 13px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--muted);text-align:start}.property-wizard__steps button>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f1f5f7;color:#8795a5;font-size:12px;font-weight:900}.property-wizard__steps b{align-self:end;color:inherit;font-size:13px}.property-wizard__steps small{align-self:start;color:#93a0ae;font-size:11px}.property-wizard__steps button.is-current{border-color:#a8dfda;background:#f1fbfa;color:var(--brand-teal-text);box-shadow:0 8px 26px #0e8f8b14}.property-wizard__steps button.is-current>span,.property-wizard__steps button.is-complete>span{background:var(--brand-teal);color:#fff}.property-wizard__steps button.is-complete{color:var(--brand-navy-900);cursor:pointer}.property-wizard__progress{height:5px;overflow:hidden;border-radius:999px;background:#e7eef2}.property-wizard__progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-teal-strong),#55d7cf);transition:width .25s ease}.property-wizard__stage{min-height:460px}.property-wizard__stage>.property-builder-card{min-height:460px}.property-wizard__footer{position:sticky;bottom:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0 2px;background:linear-gradient(180deg,#f6f9fb00,#f6f9fb 24%)}.property-wizard__footer-main,.property-wizard__footer-actions{display:flex;align-items:center;gap:8px}.property-wizard__validation{display:flex;align-items:center;gap:8px;padding:11px 13px;border:1px solid #f0d6c1;border-radius:12px;background:#fff9f3;color:#9a5c28;font-size:12px;font-weight:800}.property-basics-title{max-width:760px}.property-choice-grid{display:grid;gap:24px;margin-top:28px}.property-choice-group{display:grid;gap:10px}.property-choice-group>span,.property-section-label{color:var(--ink-soft);font-size:12px;font-weight:900}.property-choice-group>div{display:flex;flex-wrap:wrap;gap:8px}.property-choice-group button{min-height:42px;padding:0 15px;border:1px solid #dce5eb;border-radius:12px;background:#fff;color:var(--ink-soft);font-weight:850}.property-choice-group button.is-active{border-color:#a6dcd7;background:#edf9f7;color:var(--brand-teal-text);box-shadow:inset 0 0 0 1px #13b5b114}.property-choice-group__types{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))}.property-section-label{margin-bottom:10px}.property-form-grid--location{grid-template-columns:1.35fr 1fr 1fr .55fr .55fr}.property-field--city{position:relative}.property-field--city .city-autocomplete__input{height:46px}.property-field--city .city-autocomplete__input input{height:auto;padding:0;border:0;box-shadow:none}.property-review-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.property-review-summary>div{display:grid;gap:5px;padding:13px;border:1px solid #e8eef2;border-radius:14px;background:#f9fbfc}.property-review-summary small{color:var(--muted);font-size:11px}.property-review-summary b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-wizard__review-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.property-cover-hint{display:flex;align-items:center;gap:7px;margin-top:12px;padding:10px 12px;border-radius:12px;background:#f2faf9;color:var(--brand-teal-text);font-size:12px}.property-photo-thumb--selected .property-photo-thumb__number{top:8px;right:8px;width:25px;height:25px;padding:0}.property-photo-thumb--selected .property-photo-thumb__remove{position:absolute;z-index:4;top:7px;left:7px;width:26px;height:26px;display:grid;place-items:center;border:0;border-radius:8px;background:#051932c7;color:#fff}.property-photo-thumb__cover-label{position:absolute!important;z-index:3!important;right:8px!important;bottom:8px!important;display:inline-flex!important;align-items:center;gap:4px;padding:5px 7px;border-radius:8px;background:#109a94eb;color:#fff!important;font-size:10px!important}.property-photo-thumb__make-cover{position:absolute;z-index:3;right:7px;bottom:7px;min-height:26px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border:0;border-radius:8px;background:#ffffffed;color:var(--brand-teal-text);font-size:10px;font-weight:900}.property-photo-thumb.is-cover{outline:2px solid rgba(19,181,177,.55);outline-offset:1px}.property-modal--wizard .property-modal__dialog{width:min(1120px,100%)}.property-modal--wizard .property-modal__head{align-items:center}.property-modal--wizard .property-modal__head p{margin:4px 0 0;color:var(--muted);font-size:12px}.property-modal--wizard .property-modal__body{padding:18px 22px 20px}.property-modal--wizard .property-wizard__stage{min-height:410px}.property-modal--wizard .property-wizard__stage>.property-builder-card{min-height:410px}.property-modal--wizard .property-wizard__footer{position:sticky;bottom:-20px;margin:0 -22px -20px;padding:14px 22px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #edf2f5;background:#fff}.property-modal--wizard .property-builder-card{box-shadow:none}.property-modal--wizard .property-upload-stage{min-height:245px}.property-modal--wizard .property-live-preview{top:0}@media(max-width:980px){.property-choice-group__types,.property-form-grid--location{grid-template-columns:repeat(2,minmax(0,1fr))}.property-wizard__review-layout{grid-template-columns:1fr}.property-wizard__review-layout .property-live-preview{position:static;display:grid;grid-template-columns:240px 1fr}.property-wizard__review-layout .property-live-preview__top{grid-column:1/-1}}@media(max-width:680px){.property-wizard__steps{grid-template-columns:repeat(4,minmax(72px,1fr));gap:5px;overflow-x:auto}.property-wizard__steps button{min-width:78px;min-height:58px;grid-template-columns:1fr;grid-template-rows:auto auto;padding:7px;text-align:center}.property-wizard__steps button>span{grid-row:auto;width:26px;height:26px;margin:auto}.property-wizard__steps small{display:none}.property-wizard__stage,.property-wizard__stage>.property-builder-card{min-height:0}.property-choice-group__types,.property-form-grid--location,.property-review-summary{grid-template-columns:1fr 1fr}.property-wizard__footer{align-items:stretch;flex-direction:column-reverse}.property-wizard__footer-main,.property-wizard__footer-actions{width:100%}.property-wizard__footer .button{flex:1}.property-wizard__cancel{display:none}.property-modal--wizard .property-modal__body{padding:12px 14px 16px}.property-modal--wizard .property-wizard__footer{bottom:-16px;margin:0 -14px -16px;padding-inline:14px}.property-modal--wizard .property-builder-card{padding:15px}.property-modal--wizard .property-wizard__review-layout .property-live-preview{display:block}.property-photo-strip{grid-template-columns:repeat(2,1fr)}}.property-photo-thumb__make-cover{top:auto!important;left:auto!important;width:auto!important;height:auto!important}.property-wizard-panel-head{margin-bottom:14px}.property-wizard-panel-head h2{margin:3px 0}.property-wizard-panel-head p{font-size:13px;line-height:1.45}.property-field__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.property-field__meta b{color:#91a0ae;font-size:10px;font-weight:800;white-space:nowrap}.property-basics-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px;align-items:start}.property-basics-primary{display:grid;gap:16px}.property-basics-options{display:grid;gap:17px}.property-title-field input{height:52px;font-size:14px}.property-compact-tip{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #bfe6e2;border-radius:14px;background:linear-gradient(135deg,#f3fbfa,#fbfefe);color:var(--brand-teal-text)}.property-compact-tip__icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#fff;box-shadow:0 5px 16px #087a7717}.property-compact-tip div{display:grid;gap:3px}.property-compact-tip b{font-size:13px}.property-compact-tip span:not(.property-compact-tip__icon){color:#52727b;font-size:11px;line-height:1.5}.property-choice-group--deal>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.property-choice-group--deal button{min-height:52px;justify-content:center}.property-choice-group button{display:flex;align-items:center;justify-content:center;gap:7px}.property-choice-group button b{font:inherit}.property-choice-group__types{gap:8px!important}.property-choice-group__types button{min-height:46px;padding:0 9px}.property-details-layout{display:grid;grid-template-columns:minmax(0,1fr) 205px;gap:20px;align-items:stretch}.property-details-main{display:grid;gap:14px;min-width:0}.property-details-section{padding:14px 15px 15px;border:1px solid #e6edf2;border-radius:17px;background:#fff}.property-section-title{display:flex;align-items:center;gap:8px;margin-bottom:11px;color:var(--brand-navy-900)}.property-section-title>span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#ebf9f8;color:var(--brand-teal-strong)}.property-section-title>b{font-size:14px}.property-section-title>small{margin-inline-start:auto;color:var(--muted);font-size:10px;font-weight:600}.property-details-panel .property-field{gap:5px;font-size:11px}.property-details-panel .property-field input,.property-details-panel .property-field select,.property-details-panel .property-field--city .city-autocomplete__input{height:42px}.property-details-panel .property-form-grid{gap:9px}.property-details-panel .property-form-grid--location{grid-template-columns:1.35fr 1.1fr 1.1fr .68fr .68fr}.property-form-grid--metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.property-details-tip{display:flex;flex-direction:column;align-items:flex-start;gap:11px;padding:18px 16px;border:1px solid #d7e8ed;border-radius:17px;background:linear-gradient(180deg,#fbfdfd,#f5f9fa);color:var(--ink-soft)}.property-details-tip__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dcebef;border-radius:50%;background:#fff;color:var(--brand-teal-strong);box-shadow:0 7px 20px #09455b12}.property-details-tip div{display:grid;gap:5px}.property-details-tip b{color:var(--brand-teal-text);font-size:13px}.property-details-tip p{margin:0;font-size:11px;line-height:1.65}.property-details-tip small{margin-top:auto;display:flex;align-items:center;gap:5px;color:#6b7c8d;font-size:10px}.property-details-tip small svg{color:var(--brand-teal-strong)}@media(min-width:981px){.property-modal--wizard{padding:12px}.property-modal--wizard .property-modal__dialog{width:min(1400px,calc(100vw - 32px));height:calc(100svh - 24px);max-height:920px;border-radius:28px}.property-modal--wizard .property-modal__head{flex:0 0 auto;padding:15px 24px 13px;min-height:76px}.property-modal--wizard .property-modal__head h2{font-size:23px}.property-modal--wizard .property-modal__body{display:flex;min-height:0;overflow:hidden;padding:13px 24px 0}.property-modal--wizard .property-wizard{width:100%;height:100%;min-height:0;grid-template-rows:auto 4px minmax(0,1fr) auto;gap:9px}.property-modal--wizard .property-wizard__steps{gap:10px}.property-modal--wizard .property-wizard__steps button{min-height:56px;padding:8px 11px;border-radius:14px}.property-modal--wizard .property-wizard__steps button>span{width:31px;height:31px;border-radius:10px}.property-modal--wizard .property-wizard__stage{min-height:0;overflow:hidden}.property-modal--wizard .property-wizard__stage>.property-builder-card{height:100%;min-height:0;overflow:hidden;padding:17px 20px;border-radius:20px}.property-modal--wizard .property-wizard__footer{position:relative;bottom:auto;min-height:60px;margin:0 -24px;padding:10px 24px calc(10px + env(safe-area-inset-bottom));background:#fff}.property-modal--wizard .property-wizard__footer .button{min-height:43px;padding-inline:17px}.property-modal--wizard .property-wizard__validation{position:absolute;z-index:12;left:50%;bottom:72px;transform:translate(-50%);width:max-content;max-width:70%;box-shadow:0 12px 34px #061d3d21}.property-modal--wizard .property-media-panel .property-builder-card__head{margin-bottom:10px}.property-modal--wizard .property-media-panel .property-builder-card__head h2{font-size:21px}.property-modal--wizard .property-media-panel .property-builder-card__head p{font-size:12px;line-height:1.45}.property-modal--wizard .property-upload-stage{min-height:0;height:180px;border-radius:16px}.property-modal--wizard .property-upload-stage__content{width:min(88%,390px);gap:6px;padding:15px 20px;border-radius:16px}.property-modal--wizard .property-upload-icon{width:38px;height:38px}.property-modal--wizard .property-upload-stage__content strong{font-size:15px}.property-modal--wizard .property-cover-hint{margin-top:8px;padding:7px 10px;font-size:10px}.property-modal--wizard .property-photo-strip{grid-template-columns:repeat(8,minmax(0,1fr));gap:7px;margin-top:8px}.property-modal--wizard .property-photo-thumb{min-height:72px;border-radius:11px}.property-modal--wizard .property-photo-thumb__make-cover{font-size:9px}.property-modal--wizard .property-wizard__review-layout{height:100%;grid-template-columns:minmax(0,1fr) 270px;gap:12px}.property-modal--wizard .property-wizard__review-layout>.property-builder-main{min-width:0;grid-template-columns:minmax(0,1fr) 285px;gap:12px;align-items:stretch}.property-modal--wizard .property-review-panel,.property-modal--wizard .property-tour-panel,.property-modal--wizard .property-live-preview{height:100%;min-height:0}.property-modal--wizard .property-review-panel{padding:15px}.property-modal--wizard .property-review-panel .property-builder-card__head{margin-bottom:10px;gap:10px}.property-modal--wizard .property-review-panel .property-builder-card__head h2{font-size:20px}.property-modal--wizard .property-review-panel .property-builder-card__head p{font-size:11px;line-height:1.4}.property-modal--wizard .property-review-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.property-modal--wizard .property-review-summary>div{padding:8px 9px;border-radius:10px}.property-modal--wizard .property-builder-divider{margin:10px 0}.property-modal--wizard .property-description-layout{gap:8px}.property-modal--wizard .property-review-panel textarea{min-height:72px;max-height:92px;resize:none}.property-modal--wizard .property-review-panel input{height:40px}.property-modal--wizard .property-tour-panel{display:flex;flex-direction:column;gap:10px;padding:13px}.property-modal--wizard .property-tour-panel__visual{min-height:105px;height:105px;border-radius:13px}.property-modal--wizard .property-tour-panel__copy{min-height:0;justify-content:flex-start}.property-modal--wizard .property-tour-panel__copy h2{margin:5px 0 4px;font-size:16px}.property-modal--wizard .property-tour-panel__copy p{margin-bottom:8px;font-size:10px;line-height:1.45}.property-modal--wizard .property-tour-panel__copy ul{gap:4px;margin-bottom:8px;font-size:10px}.property-modal--wizard .property-tour-panel__copy .button{min-height:36px;padding:7px 10px;font-size:11px}.property-modal--wizard .property-tour-files{max-height:72px;overflow:auto;margin:6px 0}.property-modal--wizard .property-live-preview{position:static;border-radius:16px}.property-modal--wizard .property-live-preview__top{height:40px;padding:0 12px;font-size:11px}.property-modal--wizard .property-live-preview__image{height:145px}.property-modal--wizard .property-live-preview__body{padding:12px}.property-modal--wizard .property-live-preview__body h3{margin:5px 0 6px;font-size:16px}.property-modal--wizard .property-live-preview__body strong{font-size:18px}.property-modal--wizard .preview-specs{margin:8px 0}.property-modal--wizard .property-live-preview__body p{font-size:10px;line-height:1.45}}@media(max-width:1180px)and (min-width:981px){.property-basics-layout{grid-template-columns:1fr 1fr;gap:18px}.property-details-layout{grid-template-columns:1fr}.property-details-tip{display:none}.property-form-grid--metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.property-modal--wizard .property-wizard__review-layout{grid-template-columns:minmax(0,1fr) 240px}.property-modal--wizard .property-wizard__review-layout>.property-builder-main{grid-template-columns:minmax(0,1fr) 245px}}@media(max-width:980px){.property-modal--wizard .property-modal__dialog{height:auto;max-height:100svh}.property-modal--wizard .property-modal__head{padding:16px 18px 13px}.property-modal--wizard .property-modal__body{display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:13px 16px 18px}.property-modal--wizard .property-wizard{height:auto;display:grid;gap:10px}.property-modal--wizard .property-wizard__stage{overflow:visible}.property-modal--wizard .property-wizard__stage>.property-builder-card{height:auto;overflow:visible}.property-basics-layout{grid-template-columns:1fr;gap:18px}.property-basics-primary,.property-basics-options{gap:13px}.property-details-layout{grid-template-columns:1fr;gap:12px}.property-details-tip{display:flex;flex-direction:row;align-items:center;padding:12px 13px}.property-details-tip__icon{width:36px;height:36px}.property-details-tip small{margin-top:0;margin-inline-start:auto;white-space:nowrap}.property-form-grid--metrics,.property-details-panel .property-form-grid--location{grid-template-columns:repeat(2,minmax(0,1fr))}.property-modal--wizard .property-wizard__footer{position:sticky;bottom:-18px;z-index:15;margin:0 -16px -18px;padding:10px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #edf2f5;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media(max-width:540px){.property-modal--wizard .property-modal__head{align-items:flex-start;padding:13px 14px 11px}.property-modal--wizard .property-modal__head h2{font-size:20px}.property-modal--wizard .property-modal__head p{font-size:11px}.property-modal--wizard .property-modal__close{width:38px;height:38px}.property-modal--wizard .property-modal__body{padding:10px 12px 16px}.property-wizard__steps{padding-bottom:3px}.property-wizard__steps button{min-width:72px}.property-wizard-panel-head{margin-bottom:12px}.property-wizard-panel-head h2{font-size:20px!important}.property-wizard-panel-head p{font-size:12px;line-height:1.5}.property-title-field input{height:48px;font-size:13px}.property-compact-tip{padding:11px 12px}.property-choice-group--deal>div{grid-template-columns:1fr 1fr}.property-choice-group__types{grid-template-columns:1fr 1fr!important}.property-choice-group__types button{min-height:44px}.property-details-section{padding:12px;border-radius:15px}.property-section-title{flex-wrap:wrap}.property-section-title>small{width:100%;margin-inline-start:37px}.property-details-panel .property-form-grid--location,.property-form-grid--metrics{grid-template-columns:1fr}.property-details-panel .property-field{font-size:12px}.property-details-panel .property-field input,.property-details-panel .property-field select,.property-details-panel .property-field--city .city-autocomplete__input{height:47px}.property-details-tip{align-items:flex-start}.property-details-tip p{font-size:10px}.property-details-tip small{display:none}.property-modal--wizard .property-photo-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.property-modal--wizard .property-wizard__footer{margin-inline:-12px;padding-inline:12px}.property-wizard__footer-main,.property-wizard__footer-actions{gap:7px}.property-wizard__footer .button{min-height:44px;padding-inline:10px;font-size:12px}}@media(min-width:981px){.property-modal--wizard .property-wizard{position:relative}}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#f5f8fb;transition:grid-template-columns .26s cubic-bezier(.2,.76,.25,1)}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{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px 22px}.app-sidebar__collapse-toggle{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-soft);cursor:pointer;transition:background .16s,color .16s,border-color .16s}.app-sidebar__collapse-toggle:hover{background:#f0f7f7;color:var(--brand-teal-text);border-color:#bfe1de}.app-shell.is-sidebar-collapsed{grid-template-columns:78px minmax(0,1fr)}.is-sidebar-collapsed .app-sidebar{padding-inline:12px}.is-sidebar-collapsed .app-sidebar__brand{justify-content:center;padding-inline:0}.is-sidebar-collapsed .app-sidebar__brand .brand-logo__text{display:none}.is-sidebar-collapsed .app-sidebar__brand .brand-logo__mark{width:38px;height:38px}.is-sidebar-collapsed .app-sidebar__collapse-toggle{position:absolute;inset-block-start:18px;inset-inline-end:-13px;z-index:41;width:26px;height:26px;background:#fff;box-shadow:0 4px 12px #061d3d1f}.is-sidebar-collapsed .app-nav-link{justify-content:center;padding-inline:0;gap:0}.is-sidebar-collapsed .app-nav-link span{display:none}.is-sidebar-collapsed .app-nav-link b{position:absolute;inset-block-start:5px;inset-inline-end:12px;min-width:16px;height:16px;margin:0;padding:0 4px;font-size:10px}.is-sidebar-collapsed .app-nav-link{position:relative}.is-sidebar-collapsed .app-nav-more span,.is-sidebar-collapsed .app-nav-more>svg:last-child{display:none}.is-sidebar-collapsed .app-sidebar__secondary{gap:5px}.is-sidebar-collapsed .app-plan-card,.is-sidebar-collapsed .app-nav-settings-button span,.is-sidebar-collapsed .app-nav-logout-button span,.is-sidebar-collapsed .app-sidebar__mobile-tools span{display:none}.is-sidebar-collapsed .app-sidebar__bottom{justify-items:center}.is-sidebar-collapsed .app-nav-logout-button,.is-sidebar-collapsed .app-sidebar__bottom .app-nav-link{justify-content:center;padding-inline:0}.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,.app-shell.is-sidebar-collapsed{grid-template-columns:82px minmax(0,1fr)}.app-sidebar{padding-inline:10px}.app-sidebar__brand{overflow:visible;justify-content:center;padding-inline:10px}.app-sidebar__brand .brand-logo__text{display:none}.app-sidebar__brand .brand-logo__mark{width:36px;height:36px}.app-sidebar__collapse-toggle{display:none}.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-shell,.app-sidebar,.app-mobile-menu-toggle span,.app-mobile-drawer-backdrop{transition:none!important}}.schedule-tabs{display:inline-flex;gap:4px;margin:0 0 4px;padding:5px;border-radius:15px;background:#eef3f6;border:1px solid var(--line)}.schedule-page>.schedule-tabs{margin-inline:clamp(16px,4vw,32px);margin-top:clamp(16px,3vw,26px)}.schedule-tab{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 16px;border:0;border-radius:11px;background:transparent;color:var(--ink-soft);font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s}.schedule-tab:hover{color:var(--brand-teal-text)}.schedule-tab.is-active{background:#fff;color:var(--brand-navy-900);box-shadow:0 4px 14px #061d3d17}.schedule-tab svg{flex:0 0 auto}@media(max-width:640px){.schedule-page>.schedule-tabs{display:flex;margin-inline:14px}.schedule-tab{flex:1;justify-content:center}}.property-modal{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0618316b;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:diroToastIn .2s ease}.property-modal__dialog{width:min(100%,1040px);max-height:calc(100svh - 40px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(211,225,234,.9);border-radius:24px;background:#f6f9fb;box-shadow:0 32px 90px #0518314d}.property-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 14px;background:#fff;border-bottom:1px solid #eef2f5}.property-modal__head h2{margin:4px 0 0;font-size:22px;letter-spacing:-.03em}.property-modal__close{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft);cursor:pointer}.property-modal__close:hover{background:#f0f7f7;color:var(--brand-teal-text)}.property-modal__body{flex:1;overflow-y:auto;padding:20px 24px}.property-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px calc(16px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eef2f5}@media(max-width:640px){.property-modal{padding:0}.property-modal__dialog{width:100%;max-height:100svh;border:0;border-radius:0}.property-modal__footer .button{flex:1}}.property-modal__footer{align-items:center;flex-wrap:wrap}.property-modal__footer .property-builder-save-hint{margin-inline-end:auto}@media(max-width:640px){.property-modal__footer .property-builder-save-hint{width:100%;margin:0;text-align:center}}.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}}.client-create-backdrop{position:fixed;z-index:230;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#05162d6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.client-create-modal{width:min(720px,100%);max-height:calc(100svh - 40px);overflow:auto;border:1px solid #dbe5ec;border-radius:26px;background:#fff;box-shadow:0 34px 90px #05183142}.client-create-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #edf2f5}.client-create-modal>header>div{display:grid;gap:4px}.client-create-modal>header span{color:var(--brand-teal-strong);font-size:12px;font-weight:900;letter-spacing:.12em}.client-create-modal h2{margin:0;font-size:27px}.client-create-modal>header p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.client-create-modal>header>button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink-soft)}.client-create-modal form{padding:20px 24px 22px}.client-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.client-create-grid>label,.client-create-notes{display:grid;gap:7px}.client-create-grid>label>span,.client-create-notes>span{color:var(--ink-soft);font-size:12px;font-weight:850}.client-create-grid input,.client-create-grid select,.client-create-notes textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none;font:inherit}.client-create-grid input,.client-create-grid select{height:46px;padding:0 12px}.client-create-notes{margin-top:14px}.client-create-notes textarea{padding:11px 12px;resize:vertical}.client-create-grid input:focus,.client-create-grid select:focus,.client-create-notes textarea:focus{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11a}.client-create-inline{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.client-create-city{position:relative}.client-create-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid #edf2f5}.city-autocomplete{position:relative}.city-autocomplete__input{height:46px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#7c8c9e}.city-autocomplete__input:focus-within{border-color:var(--brand-teal);box-shadow:0 0 0 3px #13b5b11a}.city-autocomplete__input input{height:auto!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.city-autocomplete__menu{position:absolute;z-index:25;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:280px;overflow:auto;padding:6px;border:1px solid #dce5eb;border-radius:14px;background:#fff;box-shadow:0 18px 45px #061d3d26}.city-autocomplete__menu button{width:100%;min-height:40px;display:flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--ink);text-align:right}.city-autocomplete__menu button:hover{background:#eef9f8;color:var(--brand-teal-text)}.city-autocomplete__menu button>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#f2f7f8;color:var(--brand-teal-strong)}.city-autocomplete__menu b{font-size:13px}@media(max-width:640px){.client-create-backdrop{padding:0;place-items:stretch}.client-create-modal{width:100%;max-height:100svh;border:0;border-radius:0}.client-create-modal>header,.client-create-modal form{padding-inline:18px}.client-create-grid{grid-template-columns:1fr}.client-create-modal footer .button{flex:1}}.client-tours-panel{grid-column:1 / -1}.client-tours-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.client-tour-row{display:grid;gap:8px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}.client-tour-row__main{display:flex;align-items:center;justify-content:space-between;gap:10px}.client-tour-row__date b{font-size:15px}.client-tour-row__date small{display:block;color:var(--muted);font-size:12px}.client-tour-status{padding:4px 11px;border-radius:999px;font-size:12px;font-weight:800;background:#eef2f5;color:var(--ink-soft)}.client-tour-status.is-sent{background:#e9f9f0;color:#0b8e6a}.client-tour-status.is-done{background:#eef4ff;color:#3d6cad}.client-tour-status.is-scheduled{background:#effafa;color:#0b8e8a}.client-tour-status.is-progress{background:#fff4e6;color:#a8791f}.client-tour-status.is-expired{background:#fdeeee;color:#b3413f}.client-tour-row__meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--ink-soft);font-size:13px}.client-tour-row__reactions{color:var(--muted)}.client-tour-open{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--brand-teal-text);font-family:inherit;font-weight:850;font-size:13px;cursor:pointer;padding:0}.client-tour-open:hover{text-decoration:underline}.calendar-to-tour{display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:5px 10px;border-radius:9px;background:#effafa;color:var(--brand-teal-text);font-size:12px;font-weight:800;text-decoration:none}.calendar-to-tour:hover{background:#e2f6f5}.tour-modal{position:fixed;z-index:230;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#06183175;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:diroToastIn .2s ease}.tour-modal__dialog{width:min(100%,520px);max-height:calc(100svh - 36px);display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 32px 90px #05183152}.tour-modal__dialog--wide{width:min(100%,640px)}.tour-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px 14px;border-bottom:1px solid #eef2f5}.tour-modal__head h2{margin:3px 0 0;font-size:21px;letter-spacing:-.03em}.tour-modal__close{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink-soft);cursor:pointer}.tour-modal__body{flex:1;overflow-y:auto;padding:18px 22px;display:grid;gap:16px}.tour-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #eef2f5}.tour-modal__footer--split{justify-content:space-between}.tour-field{display:grid;gap:7px}.tour-field>span{color:var(--ink-soft);font-size:13px;font-weight:800}.tour-field input,.tour-field textarea{border:1px solid var(--line);border-radius:12px;padding:12px 13px;font-family:inherit;font-size:15px;background:#fbfcfd;color:var(--ink)}.tour-field input:focus,.tour-field textarea:focus{outline:0;border-color:#13b5b199;background:#fff;box-shadow:0 0 0 4px #13b5b117}.tour-field__static{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#f7fafb}.app-avatar--sm{width:30px;height:30px;font-size:12px}.tour-picker{display:grid;gap:8px;max-height:230px;overflow-y:auto;padding:2px}.tour-picker__item{display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;text-align:start;transition:border-color .15s,background .15s}.tour-picker__item.is-selected{border-color:#9cddd6;background:#f2fbfb}.tour-picker__order{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#eef2f5;color:var(--ink-soft);font-weight:900;font-size:12px}.tour-picker__item.is-selected .tour-picker__order{background:linear-gradient(145deg,#082a51,#0ca6a1);color:#fff}.tour-picker__thumb{width:46px;height:46px;flex:0 0 auto;border-radius:10px;background-size:cover;background-position:center}.tour-picker__copy{flex:1;min-width:0}.tour-picker__copy b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour-picker__copy small{color:var(--muted);font-size:12px}.tour-summary__subtitle{margin:0;color:var(--ink-soft);font-size:14px}.tour-summary-prop{border:1px solid var(--line);border-radius:16px;overflow:hidden}.tour-summary-prop>header{display:flex;align-items:center;gap:11px;padding:11px 13px;background:#f7fafb;border-bottom:1px solid #eef2f5}.tour-summary-prop__order{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#082a51,#0ca6a1);color:#fff;font-weight:900;font-size:13px}.tour-summary-prop__thumb{width:42px;height:42px;flex:0 0 auto;border-radius:10px;background-size:cover;background-position:center}.tour-summary-prop>header b{font-size:14px}.tour-summary-prop>header small{display:block;color:var(--muted);font-size:12px}.tour-summary-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 13px}.tour-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.tour-toggle input{position:absolute;opacity:0;width:0;height:0}.tour-toggle__mark{width:22px;height:22px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;border:1px solid var(--line);background:#fff;color:#b6c0cb}.tour-toggle.is-on .tour-toggle__mark{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}.tour-toggle__label{font-size:13px;color:var(--ink);font-weight:650}.tour-toggle.is-on .tour-toggle__label{color:var(--ink)}.tour-send-hero{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#e9f9f0}.tour-send-hero__icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#0b8e6a;color:#fff}.tour-send-hero b{font-size:15px}.tour-send-hero small{display:block;color:var(--ink-soft);font-size:13px}.tour-send-options{display:grid;gap:14px}.tour-chip-row{display:flex;gap:8px}.tour-chip{min-width:52px;min-height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;font-family:inherit;font-weight:800;color:var(--ink-soft);cursor:pointer}.tour-chip.is-active{border-color:#9cddd6;background:#eefaf9;color:var(--brand-teal-text)}.tour-toggle-row{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:var(--ink)}.tour-toggle-row input{width:18px;height:18px;accent-color:var(--brand-teal)}.tour-send-channels{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tour-channel{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;border:1px solid var(--line);border-radius:13px;background:#fff;font-family:inherit;font-weight:800;font-size:14px;color:var(--ink);cursor:pointer;transition:background .15s}.tour-channel:hover{background:#f5f8f9}.tour-channel--whatsapp{border-color:#a9e6bd;background:#effaf1;color:#0b8e4a}@media(max-width:640px){.tour-modal{padding:0}.tour-modal__dialog,.tour-modal__dialog--wide{width:100%;max-height:100svh;border-radius:0}.tour-summary-fields,.tour-send-channels{grid-template-columns:1fr}.tour-modal__footer--split{flex-direction:column-reverse}.tour-modal__footer--split .button{width:100%}}.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__legacy-note{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}}.client-portal-hero--visit p{font-size:16px;color:var(--ink-soft);font-weight:650}.client-portal-compare-cta{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font-family:inherit;font-weight:800;font-size:13px;cursor:pointer}.client-portal-compare-cta:disabled{opacity:.5;cursor:not-allowed}.portal-visit-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}.portal-visit-item{position:relative;padding-inline-start:0}.portal-visit-order{position:absolute;z-index:3;inset-block-start:-8px;inset-inline-start:-8px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#082a51,#0ca6a1);color:#fff;font-weight:900;font-size:14px;box-shadow:0 6px 16px #061d3d3d}[dir=rtl] .portal-visit-order{inset-inline-start:auto;inset-inline-end:-8px}.portal-property-order{position:absolute;inset-block-start:12px;inset-inline-start:12px;padding:4px 10px;border-radius:999px;background:#082a51d1;color:#fff;font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.portal-property-count{position:absolute;inset-block-end:12px;inset-inline-end:12px;padding:3px 9px;border-radius:999px;background:#06183180;color:#fff;font-size:11px;font-weight:700}.portal-open-details{width:100%;margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;border:1px solid var(--line);border-radius:12px;background:#f7fbfb;color:var(--brand-teal-text);font-family:inherit;font-weight:850;font-size:14px;cursor:pointer;transition:background .16s}.portal-open-details:hover{background:#eef8f7}.portal-end-actions{margin-top:6px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:center}.portal-end-actions h2{margin:0 0 14px;font-size:19px;letter-spacing:-.02em}.portal-end-actions__row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.portal-end-actions__row .button{min-height:48px}.portal-detail{position:fixed;z-index:240;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#06183180;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:diroToastIn .2s ease}.portal-detail__dialog{position:relative;width:min(100%,560px);max-height:calc(100svh - 36px);overflow-y:auto;border-radius:24px;background:#fff;box-shadow:0 32px 90px #05183157}.portal-detail__close{position:absolute;z-index:4;inset-block-start:14px;inset-inline-end:14px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:12px;background:#ffffffeb;color:var(--ink);cursor:pointer;box-shadow:0 4px 14px #061d3d29}.portal-detail__gallery{position:relative;height:300px;background-size:cover;background-position:center}.portal-detail__order{position:absolute;inset-block-start:16px;inset-inline-start:16px;padding:6px 13px;border-radius:999px;background:#082a51d9;color:#fff;font-weight:800;font-size:13px}.portal-detail__count{position:absolute;inset-block-end:16px;inset-inline-end:16px;display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;background:#0618318c;color:#fff;font-size:12px}.portal-detail__body{padding:22px}.portal-detail__head>span{color:var(--muted);font-size:13px;font-weight:700}.portal-detail__head h2{margin:4px 0 6px;font-size:23px;letter-spacing:-.03em}.portal-detail__head strong{font-size:20px;color:var(--brand-navy-900)}.portal-detail__facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:18px 0;padding:1px;border-radius:16px;background:#e9eff3;overflow:hidden}.portal-detail__facts>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:#fff}.portal-detail__facts dt{color:var(--muted);font-size:13px}.portal-detail__facts dd{margin:0;font-weight:850;font-size:14px}.portal-detail__tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.portal-detail__tags span{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#eef8f7;color:var(--brand-teal-text);font-size:12px;font-weight:700}.portal-detail__section{margin-bottom:16px}.portal-detail__section h3{margin:0 0 5px;font-size:14px;color:var(--brand-navy-900)}.portal-detail__section p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.portal-detail__reactions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.portal-detail__reactions button{min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;font-family:inherit;font-weight:800;font-size:14px;cursor:pointer}.portal-detail__reactions .is-active.is-like{background:#e9f9f0;border-color:#8fded7;color:#0b8e6a}.portal-detail__reactions .is-active.is-maybe{background:#fff7e6;border-color:#f0d99a;color:#a8791f}.portal-detail__reactions .is-active.is-no{background:#fdeeee;border-color:#e5b3b3;color:#b3413f}.portal-detail__actions{display:flex;flex-wrap:wrap;gap:8px}.portal-detail__actions .button{flex:1;min-height:46px}.portal-compare-overlay{position:fixed;z-index:240;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#06183180;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:diroToastIn .2s ease}.portal-compare-panel{width:min(100%,720px);max-height:calc(100svh - 36px);display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 32px 90px #05183157}.portal-compare-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px 14px;border-bottom:1px solid #eef2f5}.portal-compare-panel>header h2{margin:3px 0 0;font-size:21px;letter-spacing:-.03em}.portal-compare-panel>header button{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink-soft);cursor:pointer}.portal-compare-scroll{overflow:auto;padding:8px}.portal-compare-grid{width:100%;border-collapse:collapse}.portal-compare-grid th,.portal-compare-grid td{padding:12px 14px;text-align:center;border-bottom:1px solid #eef2f5}.portal-compare-grid thead th{vertical-align:bottom;position:sticky;top:0;background:#fff;z-index:1}.portal-compare-grid thead th b{display:block;margin-top:8px;font-size:13px}.portal-compare-grid tbody th{text-align:start;color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap;background:#fbfcfd}.portal-compare-grid td{font-weight:750;font-size:14px;color:var(--ink)}.portal-compare-grid tbody tr:last-child th,.portal-compare-grid tbody tr:last-child td{border-bottom:0}.portal-compare-thumb{width:100%;height:64px;border-radius:12px;background-size:cover;background-position:center}.portal-compare-remove{margin-top:6px;width:26px;height:26px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer}@media(max-width:640px){.portal-detail{padding:0}.portal-detail__dialog{width:100%;max-height:100svh;border-radius:0}.portal-detail__facts{grid-template-columns:1fr}.portal-compare-overlay{padding:0}.portal-compare-panel{width:100%;max-height:100svh;border-radius:0}.portal-end-actions__row .button{flex:1 1 100%}}.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-legacy-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-legacy-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-legacy-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}}.property-card-lite__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.property-card-lite__visual>.property-source-badge,.property-card-lite__visual>.property-status-badge{z-index:3}.property-card-lite__visual>svg{position:relative;z-index:1}.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}}.app-search-trigger{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-soft);cursor:pointer;transition:background .16s,color .16s,border-color .16s}.app-search-trigger:hover{background:#f0f7f7;color:var(--brand-teal-strong);border-color:#bfe1de}@media(min-width:761px){.app-topbar>.global-search-wrap,.global-search-wrap{flex:0 0 auto;max-width:none}.global-search-wrap .app-search{display:none}.app-topbar>.global-search-wrap.is-expanded,.global-search-wrap.is-expanded{flex:1 1 auto;max-width:620px}.global-search-wrap.is-expanded .app-search{display:flex;animation:searchExpand .22s cubic-bezier(.2,.76,.25,1)}.global-search-wrap.is-expanded .app-search-trigger{display:none}}@keyframes searchExpand{0%{opacity:0;transform:scaleX(.9);transform-origin:inline-start}to{opacity:1;transform:none}}@media(max-width:760px){.app-search-trigger{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%}}.settings-center__header-actions{display:flex;align-items:center;gap:10px}.settings-center__icon-button{width:46px;height:46px;display:grid;place-items:center;border:1px solid #d7e1e8;border-radius:16px;background:#fff;color:var(--ink-soft);box-shadow:0 8px 20px #0a1f440d}.settings-center__icon-button:hover{background:#f8fbfc;color:var(--brand-navy-900)}.settings-center__icon-button--danger{color:#a84646;border-color:#eed0d0;background:snow}.settings-center__icon-button--danger:hover{background:#fff1f1;color:#8c2f2f}.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}}.pwa-update-toast{position:fixed!important;z-index:1190!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:min(430px,calc(100vw - 32px))!important;grid-template-columns:58px minmax(0,1fr)!important;gap:13px!important;padding:22px!important;border-radius:26px!important;border:1px solid rgba(213,225,234,.96)!important;background:#fffffffa!important;box-shadow:0 32px 90px #061d3d40,0 0 0 100vmax #04142c1f!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translate(-50%,-50%)!important;animation:diroToastCenterIn .5s cubic-bezier(.16,.9,.25,1.16)!important;overflow:hidden}.pwa-update-toast__icon{width:54px!important;height:54px!important;border-radius:18px!important;box-shadow:0 12px 26px #13b5b133;animation:diroPwaUpdatePulse 1.8s ease-in-out infinite}.pwa-update-toast>div:nth-child(2){gap:5px!important}.pwa-update-toast b{font-size:15px!important;line-height:1.25}.pwa-update-toast p{font-size:13px!important;line-height:1.5!important}.pwa-update-toast__actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;margin-top:4px}.pwa-update-toast__actions button{min-height:42px!important;border-radius:12px!important;font-size:13px!important}@keyframes diroPwaUpdatePulse{0%,to{transform:scale(1)}50%{transform:scale(1.055)}}@media(max-width:640px){.pwa-update-toast{width:min(360px,calc(100vw - 28px))!important;padding:19px!important;border-radius:24px!important}}@media(prefers-reduced-motion:reduce){.pwa-update-toast,.pwa-update-toast__icon{animation:none!important}}.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}.preview-property{grid-template-columns:1fr}.preview-property__image{min-height:190px}.preview-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}.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}}.app-sidebar{padding:16px 12px;background:#fffffffb;border-inline-end:1px solid #e5edf2}.app-sidebar__brand{min-height:64px;padding:4px 8px 14px;border-bottom:1px solid #edf2f5;margin-bottom:10px}.app-sidebar__nav{flex:1;align-content:start;display:grid;gap:6px;padding:0 2px 10px;overflow-y:auto;overscroll-behavior:contain}.app-sidebar__primary{display:grid;gap:5px}.app-nav-link{position:relative;min-height:46px;display:flex;align-items:center;gap:11px;padding:0 13px;border-radius:12px;color:#445a72;font-size:14px;font-weight:750;line-height:1;text-align:start}.app-nav-link>svg{flex:0 0 auto;color:#445a72;transition:color .16s ease}.app-nav-link:hover{background:#f5f8fa;color:var(--brand-navy-900)}.app-nav-link:hover>svg{color:var(--brand-navy-900)}.app-nav-link.is-active{background:linear-gradient(135deg,#eaf8f7,#f3fbfb);color:#087f7b;box-shadow:inset 0 0 0 1px #109b9609}.app-nav-link.is-active>svg{color:#087f7b}.app-nav-link__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar__more-group{display:grid;gap:0;margin-top:2px}.app-nav-more{width:100%;min-height:46px;border:0;background:transparent;font-family:inherit;cursor:pointer}.app-nav-more__chevron{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;margin-inline-start:auto;border-radius:8px;color:#8b9bab;transition:transform .2s ease,background .16s ease,color .16s ease}.app-nav-more:hover .app-nav-more__chevron{background:#eef3f6;color:#52677d}.app-nav-more.is-open .app-nav-more__chevron{transform:rotate(180deg)}.app-sidebar__secondary{display:grid;grid-template-rows:0fr;overflow:hidden;margin:0 8px;padding:0;border:0;opacity:0;visibility:hidden;transition:grid-template-rows .22s ease,opacity .18s ease,margin .22s ease,visibility 0s linear .22s}.app-sidebar__secondary.is-open{grid-template-rows:1fr;margin-top:4px;opacity:1;visibility:visible;transition:grid-template-rows .22s ease,opacity .18s ease,margin .22s ease,visibility 0s}.app-sidebar__secondary-inner{min-height:0;display:grid;gap:3px;overflow:hidden;padding-inline-start:10px;border-inline-start:1px solid #e4edf2}.app-nav-link--nested{min-height:41px;padding-inline:11px;font-size:13px;border-radius:10px}.app-nav-link--nested>svg{width:18px;height:18px}.app-nav-link--owner{margin-top:3px;border:0;background:transparent}.app-sidebar__bottom,.app-plan-card,.app-nav-logout-button{display:none!important}.is-sidebar-collapsed .app-sidebar__brand{border-bottom:0;margin-bottom:6px}.is-sidebar-collapsed .app-sidebar__nav{gap:5px}.is-sidebar-collapsed .app-nav-link{justify-content:center;padding-inline:0}.is-sidebar-collapsed .app-nav-link__label,.is-sidebar-collapsed .app-nav-more__chevron{display:none}.is-sidebar-collapsed .app-sidebar__secondary{margin-inline:0}.is-sidebar-collapsed .app-sidebar__secondary-inner{padding-inline-start:0;border-inline-start:0}@media(max-width:1100px)and (min-width:761px){.app-sidebar__brand{border-bottom:0;margin-bottom:6px}.app-sidebar__nav{gap:5px}.app-nav-link{justify-content:center;padding-inline:0}.app-nav-link__label,.app-nav-more__chevron{display:none}.app-sidebar__secondary{margin-inline:0}.app-sidebar__secondary-inner{padding-inline-start:0;border-inline-start:0}}@media(max-width:760px){.app-sidebar{display:flex;inset-inline-start:0;inset-inline-end:auto;width:min(88vw,356px);padding:0 14px calc(14px + env(safe-area-inset-bottom));border-inline-end:1px solid rgba(219,229,237,.95);background:#fff;box-shadow:0 28px 80px #04142c3d;direction:inherit}.app-sidebar__mobile-head{min-height:calc(72px + env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;padding:calc(10px + env(safe-area-inset-top)) 4px 10px;border-bottom:1px solid #edf2f5}.app-sidebar__mobile-head .brand-logo{gap:8px}.app-sidebar__mobile-head .brand-logo__mark{width:36px;height:36px}.app-sidebar__mobile-head .brand-logo__text{font-size:23px;letter-spacing:.14em}.app-sidebar__close{width:40px;height:40px;border-radius:12px;box-shadow:none}.app-sidebar__mobile-profile{margin:12px 2px 10px;min-height:62px;grid-template-columns:40px minmax(0,1fr) 18px;gap:10px;padding:9px 10px;border:1px solid #e3ebf1;border-radius:15px;background:#f8fbfc;box-shadow:none}.app-sidebar__mobile-profile .app-avatar{width:40px;height:40px;border-radius:12px}.app-sidebar__mobile-profile-copy{display:grid;gap:2px;min-width:0;text-align:start}.app-sidebar__mobile-profile-copy b{font-size:13px}.app-sidebar__mobile-profile-copy small{font-size:11px;color:#7b8c9e}.app-sidebar__mobile-profile>svg{color:#93a2b1}.app-sidebar__nav{flex:1;display:grid;align-content:start;gap:6px;padding:2px 2px 12px;overflow-y:auto}.app-sidebar__primary{gap:4px}.app-nav-link{min-height:46px;justify-content:flex-start;gap:11px;padding:0 12px;border-radius:12px;font-size:14px}.app-nav-link__label{display:block!important}.app-nav-more{display:flex!important}.app-nav-more__chevron{display:grid!important}.app-sidebar__secondary{display:grid!important;grid-template-rows:0fr;margin-inline:7px;opacity:0;visibility:hidden}.app-sidebar__secondary.is-open{grid-template-rows:1fr;margin-top:4px;opacity:1;visibility:visible}.app-sidebar__secondary-inner{gap:3px;padding-inline-start:10px;border-inline-start:1px solid #e4edf2}.app-nav-link--nested{min-height:40px;font-size:13px}html[dir=rtl] .app-sidebar{inset-inline-start:0;transform:translate(105%)}html[dir=ltr] .app-sidebar{inset-inline-start:0;transform:translate(-105%)}.app-sidebar.is-mobile-open{transform:translate(0)!important}}.mobile-premium-header,.mobile-premium-overlay,.dashboard-mobile-hero,.dashboard-mobile-new-property{display:none}@media(max-width:760px){:root{--diro-mobile-header:66px}.app-topbar{display:flex!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}}.app-topbar{min-height:76px;gap:20px;padding:12px 28px;border-bottom:1px solid rgba(214,225,233,.92);background:#fffffff0;box-shadow:0 1px #061d3d05,0 7px 24px #061d3d06;backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%)}.app-topbar .app-search-trigger{width:48px;height:48px;border:1px solid #dce7ed;border-radius:15px;background:linear-gradient(180deg,#fff,#f9fbfc);color:#39536d;box-shadow:0 4px 14px #061d3d0b;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,color .16s ease,background .16s ease}.app-topbar .app-search-trigger:hover{transform:translateY(-1px);border-color:#bcdedb;background:#f1f9f8;color:var(--brand-teal-text);box-shadow:0 7px 20px #061d3d11}.app-topbar>.global-search-wrap.is-expanded{flex:1 1 auto;max-width:620px}.app-topbar .app-search{height:48px;border-color:#dce7ed;border-radius:15px;background:#fbfcfd;box-shadow:inset 0 1px #ffffffb3}.app-topbar .app-search:focus-within{border-color:#9dd5d1;background:#fff;box-shadow:0 0 0 4px #13b5b113,0 8px 24px #061d3d0a}.app-topbar__actions{margin-inline-start:auto;display:flex;align-items:center;gap:10px;min-width:0}.app-topbar__utility-group{display:flex;align-items:center;padding:4px;border:1px solid #e0e9ef;border-radius:16px;background:#f8fafc}.app-topbar__utility-group .app-icon-button{width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:#425d77;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.app-topbar__utility-group .app-icon-button:hover{transform:translateY(-1px);background:#fff;color:var(--brand-teal-text);box-shadow:0 5px 14px #061d3d12}.app-topbar__notification-button i{inset-block-start:-5px;inset-inline-end:-5px;left:auto;top:auto;min-width:19px;height:19px;border-width:2px;font-size:10px}.app-topbar .app-quick-add{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px 0 14px;border:1px solid rgba(5,151,146,.28);border-radius:15px;background:linear-gradient(135deg,#14b7b1,#0aa39f 58%,#078f91);color:#fff;font-size:14px;font-weight:900;box-shadow:0 8px 22px #089a9729,inset 0 1px #fff3;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.app-topbar .app-quick-add:hover{transform:translateY(-1px);filter:saturate(1.04);box-shadow:0 11px 26px #089a9738,inset 0 1px #ffffff38}.app-topbar .app-quick-add:active{transform:translateY(0)}.app-quick-add__icon{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:#ffffff1f}.app-quick-add__label{white-space:nowrap}.app-topbar .quick-add-menu{top:calc(100% + 10px);inset-inline-end:0;left:auto;right:auto;width:270px;padding:8px;border-color:#dce7ed;border-radius:18px;box-shadow:0 24px 70px #051a372e}.app-topbar__divider{width:1px;height:34px;flex:0 0 auto;margin-inline:1px;background:#e1e9ef}.app-topbar .app-profile-chip{min-width:220px;min-height:50px;display:flex;align-items:center;gap:10px;padding:5px 6px 5px 10px;border:1px solid #dce7ed;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfd);color:var(--ink);text-align:start;box-shadow:0 4px 14px #061d3d09;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.app-topbar .app-profile-chip:hover{transform:translateY(-1px);border-color:#c8dce5;background:#fff;box-shadow:0 8px 22px #061d3d11}.app-topbar .app-avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#0b3e61,#087a86 58%,#0eaaa5);box-shadow:inset 0 1px #ffffff38,0 4px 12px #06435921;font-size:12px}.app-profile-chip__copy{min-width:0;flex:1;display:grid;gap:3px}.app-profile-chip__copy b{overflow:hidden;color:#0a2140;font-size:13px;font-weight:900;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.app-profile-chip__copy small{min-width:0;display:flex;align-items:center;gap:5px;overflow:hidden;color:#667b8f;font-size:10.5px;line-height:1.1;white-space:nowrap}.app-profile-chip__copy small>span:nth-child(2){overflow:hidden;text-overflow:ellipsis}.app-profile-chip__copy em{max-width:76px;overflow:hidden;padding:2px 6px;border-radius:999px;background:#eef6f6;color:#397174;font-size:9px;font-style:normal;font-weight:850;text-overflow:ellipsis}.app-profile-chip__status{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:#20b58e;box-shadow:0 0 0 3px #20b58e17}.app-profile-chip__chevron{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#8294a5;transition:background .16s ease,color .16s ease}.app-profile-chip:hover .app-profile-chip__chevron{background:#f2f6f8;color:#36566f}.app-topbar__mobile-tools{display:none}.app-mobile-header-button{position:relative}@media(max-width:1100px)and (min-width:761px){.app-topbar{padding-inline:18px;gap:14px}.app-topbar .app-profile-chip{min-width:178px}.app-profile-chip__copy em{display:none}.app-topbar .app-quick-add{padding-inline:14px}}@media(max-width:760px){.app-topbar{min-height:calc(66px + env(safe-area-inset-top));padding:calc(9px + env(safe-area-inset-top)) 14px 9px;border-bottom-color:#d8e4eae6;background:#fffffff7;box-shadow:0 5px 18px #061d3d09}.app-topbar__mobile-shell{position:relative;width:100%;display:grid;grid-template-columns:78px minmax(0,1fr) 78px;align-items:center;gap:8px}.app-topbar__mobile-shell>.app-mobile-menu-toggle{grid-column:1;justify-self:start}.app-topbar__mobile-shell>.brand-logo{grid-column:2;justify-self:center}.app-topbar__mobile-tools{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:6px}.app-topbar__mobile-shell .brand-logo__mark{width:31px;height:31px}.app-topbar__mobile-shell .brand-logo__text{font-size:20px;letter-spacing:.14em}.app-mobile-menu-toggle,.app-mobile-header-button{width:40px;height:40px;display:grid;place-items:center;border:1px solid #dde7ed;border-radius:13px;background:#fff;color:#36536d;box-shadow:0 4px 13px #061d3d0a}.app-mobile-menu-toggle{gap:4px}.app-mobile-menu-toggle span{width:18px;height:2px}.app-mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.app-mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.app-mobile-header-button i{position:absolute;inset-block-start:-5px;inset-inline-end:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#ef6363;color:#fff;font-size:9px;font-style:normal;font-weight:900}.app-topbar__actions,.app-topbar>.global-search-wrap:not(.is-open){display:none}}@media(max-width:390px){.app-topbar{padding-inline:10px}.app-topbar__mobile-shell{grid-template-columns:72px minmax(0,1fr) 72px;gap:4px}.app-mobile-menu-toggle,.app-mobile-header-button{width:38px;height:38px;border-radius:12px}.app-topbar__mobile-tools{gap:4px}.app-topbar__mobile-shell .brand-logo__text{font-size:19px}.app-topbar__mobile-shell .brand-logo__mark{width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.app-topbar .app-search-trigger,.app-topbar .app-quick-add,.app-topbar .app-profile-chip,.app-topbar__utility-group .app-icon-button,.app-profile-chip__chevron{transition:none!important}}.app-floating-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:84;border:0;background:#0a182e2e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-topbar>.global-search-wrap{flex:0 0 auto;max-width:none}.app-topbar .global-search-wrap.is-open{z-index:86}.app-topbar .app-search-trigger{width:58px;height:58px;display:grid;place-items:center;border:1px solid #d5dfe8;border-radius:18px;background:linear-gradient(180deg,#fff,#f6fafc);color:var(--brand-navy-900);box-shadow:0 10px 22px #0a1f440f}.search-center-panel,.notification-center-panel{position:fixed;z-index:85;top:96px;left:50%;transform:translate(-50%);width:min(960px,calc(100vw - 72px));max-height:calc(100vh - 128px);display:grid;overflow:hidden;border:1px solid #dce6ee;border-radius:28px;background:#fff;box-shadow:0 40px 110px #0a182e38}.notification-center-panel{width:min(560px,calc(100vw - 72px))}.search-center-panel__header,.notification-center-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid #edf2f6}.search-center-panel__header>div,.notification-center-panel__header>div:first-child{display:grid;gap:4px}.search-center-panel__header span,.notification-center-panel__header span{color:var(--brand-teal-strong);font-size:13px;font-weight:900;letter-spacing:.14em}.search-center-panel__header h3,.notification-center-panel__header h3{margin:0;color:var(--brand-navy-900);font-size:34px;letter-spacing:-.03em}.search-center-panel__header p,.notification-center-panel__header p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.search-center-panel__close,.notification-center-panel__close,.notification-center-panel__ghost{border:1px solid #d6e0e8;background:#fff;color:var(--ink-soft)}.search-center-panel__close,.notification-center-panel__close{width:48px;height:48px;display:grid;place-items:center;border-radius:16px}.notification-center-panel__actions{display:flex;align-items:center;gap:10px}.notification-center-panel__ghost{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:14px;font-size:13px;font-weight:900}.notification-center-panel__ghost:disabled{opacity:.55;cursor:not-allowed}.search-center-panel__bar{padding:18px 26px;border-bottom:1px solid #edf2f6;background:#fbfcfd}.search-center-panel__field{min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 18px;border:2px solid rgba(13,171,165,.18);border-radius:20px;background:#fff;color:var(--ink-soft);box-shadow:inset 0 0 0 1px #13b5b10f}.search-center-panel__field:focus-within{border-color:var(--brand-teal);box-shadow:0 0 0 4px #13b5b11f}.search-center-panel__field input{min-width:0;height:58px;border:0;outline:none;background:transparent;color:var(--brand-navy-900);font-size:28px;font-weight:700}.search-center-panel__field input::placeholder{color:#8090a8;font-weight:500}.search-center-panel__field kbd{height:36px;padding:0 12px;display:grid;place-items:center;border:1px solid #d6dde6;border-radius:12px;background:#f8fbfc;color:#6c7a8c;font-size:14px;font-weight:900}.search-center-panel__body{min-height:320px;max-height:calc(100vh - 320px);overflow:auto}.search-center-panel .global-search-empty,.search-center-panel .global-search-no-results{min-height:320px;padding:32px}.search-center-panel .global-search-results{padding:12px 18px 18px}.search-center-panel .global-search-result{padding:12px 10px;border-radius:14px}.search-center-panel .global-search-result b,.search-center-panel .global-search-result small,.search-center-panel .global-search-result em{font-size:13px}.notification-center-panel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 22px;border-bottom:1px solid #edf2f6;background:#fbfcfd}.notification-center-panel__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.notification-center-panel__filters button{min-height:38px;padding:0 12px;border:1px solid #d7e2ea;border-radius:999px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:900}.notification-center-panel__filters button.is-active{border-color:#b8e5df;background:#edf9f7;color:var(--brand-teal-text)}.notification-center-panel__body{min-height:240px;max-height:calc(100vh - 280px);overflow:auto;padding:14px 16px 16px}.notification-center-panel__empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;padding:18px;text-align:center}.notification-center-panel__empty-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#ecf7f5,#eef5fb);color:var(--brand-teal-strong)}.notification-center-panel__empty b{font-size:15px;color:var(--brand-navy-900)}.notification-center-panel__empty p{margin:0;color:var(--ink-soft);font-size:13px;line-height:1.6}.notification-center-panel__list{display:grid;gap:10px}.notification-center-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid #e7edf2;border-radius:18px;background:#fff;color:inherit;text-align:start}.notification-center-card:hover{background:#f9fcfd;border-color:#dbe7ee}.notification-center-card.is-unread{border-color:#cfe9e5;background:linear-gradient(180deg,#f8fffe,#fff)}.notification-center-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#edf6f6;color:var(--brand-teal-strong)}.notification-center-card__icon--blue{background:#eef3fb;color:#446db0}.notification-center-card__icon--amber{background:#fff6df;color:#a36b00}.notification-center-card__icon--rose{background:#fff1f4;color:#b15067}.notification-center-card__icon--violet{background:#f4effd;color:#7653a7}.notification-center-card__copy{min-width:0;display:grid;gap:4px}.notification-center-card__title-row{display:flex;align-items:center;gap:8px}.notification-center-card__title-row b{font-size:14px;color:var(--brand-navy-900)}.notification-center-card__title-row i{width:8px;height:8px;border-radius:999px;background:var(--brand-teal)}.notification-center-card__copy small{color:var(--ink-soft);font-size:13px;line-height:1.5;white-space:normal}.notification-center-card__copy em{color:#8392a5;font-size:12px;font-style:normal;font-weight:800}@media(max-width:900px){.search-center-panel,.notification-center-panel{width:min(100vw - 32px,960px);top:84px}.search-center-panel__header h3{font-size:28px}.search-center-panel__field input{font-size:23px}}@media(max-width:760px){.search-center-panel,.notification-center-panel{top:14px;width:calc(100vw - 18px);max-height:calc(100vh - 28px);border-radius:24px}.notification-center-panel{top:76px;max-height:calc(100vh - 92px)}.search-center-panel__header,.notification-center-panel__header{padding:18px 18px 14px}.search-center-panel__header h3,.notification-center-panel__header h3{font-size:24px}.search-center-panel__header p,.notification-center-panel__header p{font-size:13px}.search-center-panel__bar{padding:14px 18px}.search-center-panel__field{min-height:54px;padding:0 14px}.search-center-panel__field input{height:50px;font-size:18px}.search-center-panel__field kbd{display:none}.search-center-panel__body{max-height:calc(100vh - 230px)}.notification-center-panel__toolbar{align-items:stretch;flex-direction:column}.notification-center-panel__filters{width:100%;overflow:auto;flex-wrap:nowrap}.notification-center-panel__ghost{width:100%}}@media(max-width:760px){.app-topbar>.global-search-wrap{display:none!important}}.app-topbar__utility-group{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.app-topbar__utility-group .app-icon-button,.app-topbar .app-topbar__notification-button{position:relative;width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #d8e3ea!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;color:#314b67!important;box-shadow:0 5px 16px #081f3d0b,inset 0 1px #ffffffe6!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease!important}.app-topbar__utility-group .app-icon-button:hover,.app-topbar .app-topbar__notification-button:hover{transform:translateY(-1px)!important;border-color:#b9dcd9!important;background:linear-gradient(180deg,#fff,#f0f9f8)!important;color:#087f7e!important;box-shadow:0 9px 22px #081f3d13!important}.app-topbar__notification-button i{position:absolute!important;inset-block-start:-5px!important;inset-inline-end:-5px!important;min-width:18px!important;height:18px!important;display:grid!important;place-items:center!important;padding:0 4px!important;border:2px solid #fff!important;border-radius:999px!important;background:#ef6767!important;color:#fff!important;font-size:9px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;box-shadow:0 2px 7px #be3c3c38!important}.app-topbar .app-quick-add{min-height:46px!important;height:46px!important;gap:9px!important;padding:0 13px 0 8px!important;border:1px solid rgba(7,147,143,.34)!important;border-radius:15px!important;background:linear-gradient(135deg,#12aca8,#079d9a 62%,#087f86)!important;color:#fff!important;font-size:13.5px!important;font-weight:900!important;letter-spacing:-.01em!important;box-shadow:0 7px 18px #078f8c26,inset 0 1px #ffffff2e!important;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important}.app-topbar .app-quick-add:hover{transform:translateY(-1px)!important;filter:brightness(1.015) saturate(1.02)!important;box-shadow:0 10px 24px #078f8c36,inset 0 1px #ffffff38!important}.app-topbar .app-quick-add:active{transform:translateY(0)!important}.app-topbar .app-quick-add__icon{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:10px!important;background:#ffffff1f!important;box-shadow:inset 0 1px #ffffff14!important}.app-topbar .app-quick-add__label{line-height:1!important;white-space:nowrap!important}@media(max-width:760px){.app-topbar__mobile-tools .app-mobile-header-button{width:40px;height:40px;border:1px solid #dbe5eb;border-radius:13px;background:#fff;color:#314b67;box-shadow:0 4px 12px #081f3d0a}}.settings-center{position:relative;overflow:hidden}.settings-center__menu-toggle,.settings-center__nav-scrim,.settings-center__nav-head{display:none}.settings-center__heading{min-width:0}.settings-center__nav button>svg:last-child{display:none}@media(max-width:760px){.settings-center-backdrop{align-items:center!important;justify-content:center;padding:16px 14px!important}.settings-center{width:min(100%,520px)!important;height:min(88dvh,780px)!important;max-height:calc(100dvh - 32px)!important;min-height:0!important;margin:auto;border-radius:28px!important;box-shadow:0 28px 90px #04142c47!important;isolation:isolate}.settings-center__header{min-height:104px!important;height:104px;display:grid!important;grid-template-columns:46px minmax(0,1fr) 102px;align-items:center!important;gap:10px!important;padding:14px 16px!important;background:linear-gradient(180deg,#fffffffc,#fbfdfefa)!important}.settings-center__menu-toggle{grid-column:1;width:46px;height:46px;display:grid;place-items:center;border:1px solid #d6e6e8;border-radius:15px;background:linear-gradient(180deg,#f3fbfa,#eaf8f7);color:var(--brand-teal-strong);box-shadow:0 7px 18px #074f570f}.settings-center__menu-toggle.is-open{background:#e7f7f5;color:#087f7b}.settings-center__heading{grid-column:2;text-align:center}.settings-center__heading>span{display:block;font-size:10px!important;letter-spacing:.16em!important;white-space:nowrap}.settings-center__heading h2{margin:4px 0 0!important;font-size:22px!important;line-height:1.12;white-space:nowrap}.settings-center__heading p{display:none!important}.settings-center__header-actions{grid-column:3;display:flex;justify-content:flex-end;gap:8px!important}.settings-center__icon-button{width:44px!important;height:44px!important;border-radius:14px!important;box-shadow:none!important}.settings-center__layout{position:relative;display:block!important;height:calc(100% - 104px)!important;overflow:hidden}.settings-center__content{height:100%;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 18px 28px!important;scrollbar-width:thin}.settings-center__content>.pref-section-head{padding-inline:2px}.pref-section-head{margin-bottom:16px!important}.pref-section-head h3{font-size:23px!important;letter-spacing:-.025em}.pref-section-head p{font-size:13px!important;line-height:1.5!important}.settings-center__nav{position:absolute!important;z-index:12;inset-block:0!important;inset-inline-start:0!important;width:min(82%,310px)!important;height:100%!important;display:grid!important;align-content:start!important;gap:5px!important;padding:14px 12px calc(18px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;border:0!important;border-inline-end:1px solid #dfe9ee!important;background:#fffffffd!important;box-shadow:0 18px 55px #05183133!important;opacity:0;visibility:hidden;transition:transform .28s cubic-bezier(.2,.76,.25,1),opacity .2s ease,visibility .2s ease}html[dir=rtl] .settings-center__nav{transform:translate(105%)}html[dir=ltr] .settings-center__nav{transform:translate(-105%)}.settings-center__nav.is-mobile-open{transform:translate(0)!important;opacity:1;visibility:visible}.settings-center__nav-head{display:grid;gap:3px;margin:0 2px 8px;padding:4px 10px 13px;border-bottom:1px solid #edf2f5;text-align:start}.settings-center__nav-head span{color:var(--brand-teal-strong);font-size:11px;font-weight:900;letter-spacing:.05em}.settings-center__nav-head small{color:var(--muted);font-size:11px;font-weight:750}.settings-center__nav button{width:100%;min-height:50px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:10px!important;padding:0 12px!important;border:0!important;border-radius:13px!important;background:transparent!important;color:#445a72!important;font-size:13px!important;font-weight:850!important;text-align:start!important;white-space:normal!important}.settings-center__nav button>svg{color:#526b83}.settings-center__nav button>svg:last-child{display:block;color:#a4b1bd}.settings-center__nav button.is-active{color:var(--brand-teal-strong)!important;background:linear-gradient(90deg,#eaf8f7,#f3fbfa)!important;box-shadow:inset 0 0 0 1px #0e9e9a0f}.settings-center__nav button.is-active>svg{color:var(--brand-teal-strong)}.settings-center__nav-scrim{position:absolute;z-index:11;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#05183138;opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .2s ease,visibility .2s ease}.settings-center__layout.is-mobile-nav-open .settings-center__nav-scrim{opacity:1;visibility:visible;pointer-events:auto}.pref-grid,.pref-security-grid{grid-template-columns:1fr!important;gap:11px!important}.pref-image-picker{margin-bottom:14px}.pref-group{border-radius:16px}.pref-footer{position:sticky;z-index:5;bottom:-28px;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center!important;gap:12px!important;margin:20px -18px -28px!important;padding:13px 18px calc(14px + env(safe-area-inset-bottom))!important;border-top:1px solid rgba(220,231,237,.95)!important;background:#fffffff5;box-shadow:0 -10px 28px #061d3d0b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.pref-footer>span{font-size:10px!important;line-height:1.45!important}.pref-footer>.button{min-width:132px;min-height:46px;border-radius:14px}.app-sidebar{position:fixed!important;inset-block:0!important;top:0!important;bottom:0!important;height:100dvh!important;min-height:100dvh!important;max-height:none!important;margin:0!important;padding:0 14px calc(12px + env(safe-area-inset-bottom))!important;border-radius:0!important;overflow:hidden!important}html[dir=rtl] .app-sidebar{right:0!important;left:auto!important}html[dir=ltr] .app-sidebar{left:0!important;right:auto!important}.app-sidebar__mobile-head,.app-sidebar__mobile-profile{flex:0 0 auto}.app-sidebar__nav{flex:1 1 auto!important;min-height:0!important;align-content:start!important;padding:4px 2px calc(18px + env(safe-area-inset-bottom))!important;overflow-y:auto!important;overscroll-behavior:contain}.app-mobile-drawer-backdrop{top:0!important;right:0!important;bottom:0!important;left:0!important;height:100dvh!important;min-height:100dvh!important}}@media(max-width:390px){.settings-center{height:min(90dvh,760px)!important;max-height:calc(100dvh - 24px)!important}.settings-center-backdrop{padding:12px 10px!important}.settings-center__header{grid-template-columns:42px minmax(0,1fr) 92px;height:96px!important;min-height:96px!important;padding-inline:12px!important}.settings-center__layout{height:calc(100% - 96px)!important}.settings-center__menu-toggle{width:42px;height:42px}.settings-center__icon-button{width:40px!important;height:40px!important}.settings-center__heading h2{font-size:20px!important}.settings-center__heading>span{font-size:9px!important}.settings-center__nav{width:min(86%,292px)!important}.pref-footer>span{display:none}.pref-footer{grid-template-columns:1fr!important}.pref-footer>.button{width:100%}}@media(prefers-reduced-motion:reduce){.settings-center__nav,.settings-center__nav-scrim{transition:none!important}}
