@import "https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&display=swap";
:root{--bg:#f5f6f8;--panel:#fff;--ink:#172033;--muted:#667085;--line:#dde3ea;--border:#dde3ea;--brand:#0f766e;--brand-strong:#115e59;--soft:#ecfdf5;--shadow:0 14px 40px #0f172a1f;--motion-fast:.14s;--motion-med:.26s;--ease-out:cubic-bezier(.16, 1, .3, 1);--mobile-nav-reserved:0px}*{box-sizing:border-box}html,body{max-width:100%;min-height:100%;margin:0;overflow-x:hidden}body{color:var(--ink);background:linear-gradient(180deg, #0f766e14, transparent 260px), var(--bg);font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}.app-shell{grid-template-columns:280px minmax(0,1fr);max-width:100%;min-height:100vh;display:grid;overflow-x:clip}.sidebar{color:#fff;background:#111827;flex-direction:column;gap:24px;padding:24px 20px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:var(--brand);border-radius:8px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong{font-size:18px;display:block}.brand span{color:#a7b0c0;font-size:13px}.nav{gap:8px;display:grid}.nav button{color:#cbd5e1;text-align:right;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;border-radius:8px;padding:12px;position:relative}.nav button.active,.nav button:hover{color:#fff;background:#ffffff17}.nav button:active{transform:translateY(1px)scale(.99)}.profile{color:#dbe4ef;border:1px solid #ffffff1f;border-radius:8px;margin-top:auto;padding:14px;font-size:14px}.mobile-nav{display:none}.main{min-width:0;max-width:100%;padding:28px;overflow-x:clip}@supports not (overflow:clip){.app-shell,.main{overflow-x:hidden}}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar-actions{align-items:center;gap:10px;display:flex}.motion-panel{animation:sectionIn var(--motion-med) var(--ease-out) both}.launch-bubble{top:var(--bubble-y);left:var(--bubble-x);z-index:58;pointer-events:none;background:radial-gradient(circle at 35% 30%,#fffffff2,#ffffff57 18%,#0000 34%),radial-gradient(circle,#0f766e57,#0f766e29 48%,#0f766e00);border-radius:999px;width:18px;height:18px;animation:.68s cubic-bezier(.16,1,.3,1) forwards launchBubble;position:fixed;transform:translate(-50%,-50%)scale(.35);box-shadow:0 0 0 8px #0f766e17,0 18px 40px #0f766e38}.launch-bubble:before,.launch-bubble:after{content:"";border-radius:inherit;background:#0f766e38;position:absolute;inset:2px}.launch-bubble:before{animation:.68s ease-out forwards launchBubbleRing}.launch-bubble:after{animation:.68s ease-out forwards launchBubbleDot}@keyframes launchBubble{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)}18%{opacity:1}to{opacity:0;transform:translate(-50%,calc(-50% - 54px))scale(8.5)}}@keyframes launchBubbleRing{0%{opacity:.72;transform:scale(.5)}to{opacity:0;transform:scale(2.4)}}@keyframes launchBubbleDot{0%{opacity:.75;transform:translate(0)scale(.55)}to{opacity:0;transform:translate(-13px,-17px)scale(.18)}}@keyframes sectionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes statIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes savedPulse{0%{box-shadow:0 0 #0f766e38}42%{border-color:#0f766e94;box-shadow:0 0 0 7px #0f766e1a}to{box-shadow:0 0 #0f766e00}}@keyframes scrimIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes buttonSheen{0%{transform:translate(0)skew(-18deg)}to{transform:translate(360%)skew(-18deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.launch-bubble{animation-duration:1ms}.motion-panel,.floating-form,.modal,.stat-tile,.property.saved{animation:none!important}}h1{letter-spacing:0;margin:0;font-size:30px}.sub{color:var(--muted);margin:3px 0 0}.primary{background:var(--brand);color:#fff;transition:background var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;border:0;border-radius:8px;padding:11px 16px;font-weight:700;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f766e38}.primary:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#ffffff3d,#0000);width:38%;position:absolute;inset:-1px auto -1px -45%;transform:skew(-18deg)}.primary:hover{background:var(--brand-strong);transform:translateY(-1px);box-shadow:0 12px 26px #0f766e47}.primary:hover:after{opacity:1;animation:.72s ease-out buttonSheen}.primary:active,.ghost:active,.tab:active,.button-link:active{transform:translateY(1px)scale(.99)}.workspace{grid-template-columns:minmax(0,1.15fr) 410px;align-items:start;gap:22px;display:grid}.section{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;border-radius:8px}.section-head{padding:18px 18px 0}.analytics-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.danger-ghost{color:#b91c1c}.tabs{background:#eef2f6;border-radius:8px;grid-template-columns:1fr 1fr;gap:8px;margin:16px 18px 4px;padding:8px;display:grid}.tab{color:#475467;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;border-radius:7px;padding:11px 12px;font-weight:700}.tab.active{color:var(--ink);background:#fff;box-shadow:0 3px 10px #0f172a14}.settings-accordion{gap:12px;margin:16px 18px;display:grid}.settings-card{border:1px solid var(--line);background:var(--panel);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;border-radius:8px;overflow:hidden}.settings-card[data-open=true]{box-shadow:0 12px 26px #0f172a14}.settings-card-head{cursor:pointer;text-align:start;width:100%;color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;display:flex}.settings-card-title{align-items:center;gap:12px;min-width:0;display:flex}.settings-card-ico{background:var(--soft);width:38px;height:38px;color:var(--brand);border-radius:10px;flex:none;place-items:center;display:grid}.settings-card-ico svg{width:20px;height:20px}.settings-card-label strong{font-size:16px;font-weight:700;display:block}.settings-card-label small{color:var(--muted);margin-top:2px;font-size:13px;display:block}.settings-card-chevron{width:20px;height:20px;color:var(--muted);transition:transform var(--motion-fast) ease;flex:none}.settings-card[data-open=true] .settings-card-chevron{transform:rotate(180deg)}.settings-card-body{border-top:1px solid var(--line);padding:4px 16px 16px}.group-info{min-width:0}.group-url{white-space:nowrap;text-overflow:ellipsis;text-align:right;direction:ltr;display:block;overflow:hidden}.settings-card-body .lead-list{padding-inline:0}.properties{gap:12px;padding:14px 18px 18px;display:grid}.publish-selector{overflow:hidden}.publish-selector-body{gap:14px;padding:14px 18px 18px;display:grid}.publish-select-field select{min-height:46px;color:var(--ink);background:#fff;font-weight:700}.selected-property-strip{border:1px solid var(--line);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fbfcfe;border-radius:8px;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.selected-property-strip.saved{border-color:#0f766e5c;box-shadow:0 10px 26px #0f766e1f}.selected-property-strip img{object-fit:cover;border-radius:8px;width:88px;height:72px}.selected-property-copy{min-width:0}.selected-property-copy strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;display:block;overflow:hidden}.selected-property-copy .sub{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;overflow:hidden}.selected-property-actions{gap:8px;display:flex}
.empty-state,.empty-composer{border:1px dashed var(--border);text-align:center;background:#f8fafc;border-radius:8px;padding:1.5rem}.empty-state-action{margin-top:14px}.property{isolation:isolate;border:1px solid var(--line);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fff;border-radius:8px;grid-template-columns:118px minmax(0,1fr);gap:14px;display:grid;position:relative;overflow:hidden}.property.active{outline:2px solid #0f766e59}.property.saved{animation:savedPulse 1.4s var(--ease-out) both}.property:after{content:"";pointer-events:none;border-radius:inherit;z-index:0;opacity:0;transition:opacity var(--motion-fast) ease;background:linear-gradient(90deg,#0f766e14,#0000 40%);position:absolute;inset:0}.property:hover{border-color:#0f766e5c;transform:translateY(-1px);box-shadow:0 12px 26px #0f172a14}.property:hover:after,.property.saved:after{opacity:1}.property-thumb{z-index:1;min-height:126px;position:relative;overflow:hidden}.property-thumb img{z-index:1;object-fit:cover;width:118px;height:100%;min-height:126px;transition:transform var(--motion-med) var(--ease-out);position:relative}.property-thumb span{z-index:2;color:#fff;background:#111827bd;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800;position:absolute;bottom:8px;right:8px}.property:hover .property-thumb img{transform:scale(1.025)}.property-body{z-index:1;min-width:0;padding:13px 12px 13px 0;position:relative}.badge{background:var(--soft);min-height:24px;color:var(--brand-strong);border-radius:999px;align-items:center;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.property h2{margin:8px 0 3px;font-size:18px;line-height:1.25}.meta{color:var(--muted);font-size:14px}.price{margin-top:8px;font-size:20px;font-weight:800}.actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ghost{border:1px solid var(--line);color:#344054;transition:border-color var(--motion-fast) ease, color var(--motion-fast) ease, background var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fff;border-radius:8px;padding:8px 11px;font-weight:700;position:relative}.ghost:hover{border-color:var(--brand);color:var(--brand-strong);transform:translateY(-1px);box-shadow:0 8px 18px #0f172a12}.composer{position:sticky;top:18px;overflow:hidden}.empty-composer{align-content:center;min-height:280px;display:grid}.visual{color:#fff;background-position:50%;background-size:cover;align-items:flex-end;min-height:230px;display:flex;position:relative}.visual:before{content:"";background:linear-gradient(#0000 20%,#000000bd);position:absolute;inset:0}.visual-content{z-index:1;width:100%;padding:58px 20px 20px;position:relative}.visual-logo{z-index:2;object-fit:contain;background:0 0;border:0;border-radius:0;width:auto;max-width:82px;height:auto;max-height:54px;margin:0;padding:0;display:block;position:absolute;top:14px;left:14px}.visual-badge{z-index:2;position:absolute;top:14px;right:14px}.visual-title{font-size:25px;font-weight:800;line-height:1.15}.visual-row{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:12px;display:flex}.visual-price{font-size:24px;font-weight:800}.composer-gallery{border-bottom:1px solid var(--line);background:#f8fafc;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:8px;display:grid}.composer-gallery img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%}.property-secondary-actions{align-items:center}.property-secondary-actions .button-link{text-decoration:none}.property{grid-template-columns:96px minmax(0,1fr);gap:11px;min-height:104px}.property-thumb{min-height:92px}.property-thumb img{object-fit:cover;width:100%;height:100%;min-height:0;position:absolute;inset:0}.property-body{padding:9px 10px 9px 0}.property-head{align-items:center;gap:7px;display:flex}.property-head h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;margin:0;font-size:15px;line-height:1.25;display:-webkit-box;overflow:hidden}.property-head .badge{flex:none;min-height:0;padding:2px 8px;font-size:11px}.property-meta-line{white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:13px;overflow:hidden}.property-interest{margin-top:3px;font-size:12px}.property-secondary-actions{flex-wrap:nowrap;gap:6px;margin-top:8px}.icon-action{border:1px solid var(--line);color:#475467;cursor:pointer;width:34px;height:34px;transition:border-color var(--motion-fast) ease, color var(--motion-fast) ease, background var(--motion-fast) ease;background:#fff;border-radius:9px;place-items:center;padding:0;display:grid}.icon-action svg{width:17px;height:17px}.icon-action:hover{border-color:var(--brand);color:var(--brand-strong)}.icon-action.danger{color:#b91c1c;background:#fdf3f3;border-color:#f0d3d3}.icon-action.danger:hover{border-color:#e3a9a9}.action-spacer{flex:1}
.agent-chip{background:#ffffff29;border:1px solid #ffffff38;border-radius:8px;padding:8px 10px;font-weight:700}.post{padding:18px}.post h3{margin:0 0 10px;font-size:18px}textarea{border:1px solid var(--line);resize:vertical;color:#243044;background:#fbfcfe;border-radius:8px;width:100%;min-height:210px;padding:12px}.composer-post-text{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;padding:12px}.composer-post-text p{color:#243044;white-space:pre-line;overflow-wrap:break-word;unicode-bidi:plaintext;margin:0;font-size:1rem;line-height:1.8}.ai-draft-note{color:#115e59;background:#f0fdfa;border:1px solid #0f766e38;border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:.92rem;font-weight:700;line-height:1.45}.ai-draft-actions,.ai-quick-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.ai-quick-actions{background:#eff6ff;border:1px solid #3b82f629;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px}.share-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.share-primary{grid-column:1/-1}.link-panel{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:10px;margin-top:12px;padding:12px;display:grid}.link-panel>strong{display:block}.link-row{grid-template-columns:minmax(92px,auto) minmax(0,1fr) auto auto;align-items:center;gap:8px;display:grid}.link-row span{color:var(--muted);font-size:.9rem;font-weight:800}.link-row code{border:1px solid var(--line);color:#344054;text-align:left;text-overflow:ellipsis;white-space:nowrap;direction:ltr;background:#fff;border-radius:8px;min-width:0;padding:8px 10px;overflow:hidden}.share-status{color:var(--brand);margin-top:10px;font-size:.92rem;font-weight:800}.button-link{place-items:center;text-decoration:none;display:inline-grid}.story-preview-backdrop{z-index:1000;background:#0f172aad;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.story-preview{background:#fff;border:1px solid #ffffff42;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,100%);height:min(760px,100dvh - 36px);max-height:calc(100dvh - 36px);display:grid;overflow:hidden;box-shadow:0 22px 60px #0f172a3d}.story-preview-head,.story-preview-actions{justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.story-preview-head{border-bottom:1px solid var(--line)}.story-preview-head h3{margin:4px 0 0}.story-preview-body{grid-template-columns:minmax(220px,360px) minmax(0,1fr);align-items:center;gap:18px;min-height:0;padding:16px;display:grid;overflow:auto}.story-preview-frame{border:1px solid var(--line);background:#0f172a;border-radius:20px;width:min(320px,100%);max-height:100%;margin:0 auto;overflow:hidden}.story-preview-frame img{aspect-ratio:9/16;object-fit:cover;width:100%;display:block}.story-preview-guide{background:#f0fdfa;border:1px solid #14b8a633;border-radius:16px;gap:10px;padding:16px;display:grid}.story-preview-guide ol{color:#334155;margin:0;padding-inline-start:22px;line-height:1.65}.story-preview-actions{border-top:1px solid var(--line);background:#fffffffa}.story-preview-actions>*{flex:160px;min-height:44px}.group-picker-backdrop{z-index:1000;background:#0f172aad;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.group-picker-card{direction:rtl;background:#fff;border:1px solid #ffffff42;border-radius:18px;width:min(420px,92vw);max-height:80vh;padding:20px;overflow-y:auto;box-shadow:0 22px 60px #0f172a3d}.group-picker-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.group-picker-head h3{margin:4px 0 0}.group-picker-head .mini-hint{margin-top:8px}.group-picker-head .ghost{flex-shrink:0;min-height:36px;padding:7px 10px}.group-picker-list{flex-direction:column;gap:8px;display:flex}.group-picker-item{border:1px solid var(--line);width:100%;min-height:48px;color:var(--text);text-align:right;font:inherit;cursor:pointer;background:#f8fafc;border-radius:12px;padding:14px 16px;font-weight:600;transition:background-color .15s,border-color .15s,transform .15s}.group-picker-item:hover{background:#f1f5f9;border-color:#2563eb2e}.group-picker-item:active{background:#e2e8f0;transform:translateY(1px)}.group-picker-item:focus-visible{outline-offset:2px;outline:2px solid #2563eb38}html:has(.public-page){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}.public-page{min-height:100vh;color:var(--ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;direction:rtl;background:#eef3f4;overflow-x:hidden}.public-hero,.property-hero,.public-list,.public-text,.lead-form{width:min(1120px,100% - 32px);margin:0 auto}.public-hero{place-items:end stretch;padding:40px 0 24px;display:grid}.public-hero>div,.property-summary{min-width:0;max-width:100%}.public-hero h1,.property-summary h1{overflow-wrap:break-word;max-width:100%;margin:12px 0;font-size:clamp(2rem,5vw,4rem);line-height:1.05}.public-hero p,.property-summary p,.public-text p{color:var(--muted);font-size:1.05rem;line-height:1.8}.public-text p{white-space:pre-line;overflow-wrap:break-word;unicode-bidi:plaintext}.public-text-body{max-height:7.2em;transition:max-height .4s;position:relative;overflow:hidden}.public-text-body.expanded{max-height:9999px}.public-text-toggle{color:var(--brand-strong);cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:.95rem;font-weight:800;display:inline-block}.public-cta{margin-top:16px;text-decoration:none;display:inline-grid}.public-list{flex-direction:column;gap:28px;padding-bottom:48px;display:flex}.public-listings{gap:18px;display:grid}.public-listing-tabs{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;display:grid;box-shadow:0 14px 28px #0f172a14}.public-listing-tabs button{color:#475467;cursor:pointer;min-height:46px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-weight:900;display:flex}
.public-listing-tabs button.active{background:var(--brand);color:#fff;box-shadow:0 12px 24px #0f766e38}.public-listing-tabs button:active{transform:scale(.99)}.public-listing-tabs button:disabled{cursor:not-allowed;opacity:.45}.public-listing-tabs strong{background:#0f172a14;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:.9rem;display:inline-grid}.public-listing-tabs button.active strong{background:#fff3}.public-property-section{gap:14px;display:grid}.public-section-head{justify-content:space-between;align-items:center;gap:12px;padding-inline:4px;display:flex}.public-section-head h2{margin:0;font-size:1.45rem}.public-section-head span{border:1px solid var(--line);min-width:34px;height:34px;color:var(--muted);background:#fff;border-radius:999px;place-items:center;font-weight:900;display:inline-grid}.public-card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.public-card{border:1px solid var(--line);min-height:150px;color:inherit;transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fff;border-radius:8px;grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:16px;padding:12px;text-decoration:none;display:grid}.public-card:hover{border-color:#0f766e47;transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1a}.public-card img{object-fit:cover;background:#e3e9ec;border-radius:6px;width:100%;height:160px}.public-card>div{flex-direction:column;min-width:0;display:flex}.public-card .badge{align-self:flex-start}.public-card small{color:var(--muted);margin:2px 0;font-weight:800;display:block}.public-card h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:6px 0 2px;font-size:1.15rem;display:-webkit-box;overflow:hidden}.public-card p{margin:0 0 2px}.public-card strong{margin-top:auto}.property-page{padding:28px 0 56px}.property-hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:24px;display:grid}.property-gallery{grid-template-rows:minmax(0,1fr) auto;gap:10px;min-width:0;display:grid}.property-gallery-main-button{cursor:zoom-in;background:#dbe4e8;border:0;border-radius:8px;width:100%;min-width:0;padding:0;display:block;position:relative;overflow:hidden}.property-gallery-main{object-fit:cover;width:100%;min-height:420px;max-height:620px;transition:transform .18s,filter .18s;display:block}.property-gallery-main-button:hover .property-gallery-main{filter:brightness(.96);transform:scale(1.01)}.property-gallery-counter,.gallery-lightbox-counter{font-variant-numeric:tabular-nums;direction:ltr}.property-gallery-counter{color:#fff;background:#0f172ac2;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800;position:absolute;bottom:14px;left:14px}.property-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.property-gallery-strip button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;min-width:0;padding:0}.property-gallery-strip button.active{border-color:var(--brand)}.property-gallery-strip button:focus-visible,.property-gallery-main-button:focus-visible,.gallery-lightbox button:focus-visible{outline-offset:2px;outline:3px solid #14b8a673}.property-gallery-strip img{object-fit:cover;border-radius:6px;width:100%;height:94px;display:block}.gallery-lightbox{z-index:80;background:#020617e6;place-items:center;padding:26px;display:grid;position:fixed;inset:0}.gallery-lightbox-image{object-fit:contain;border-radius:8px;max-width:min(1120px,100%);max-height:min(760px,100vh - 132px);box-shadow:0 24px 80px #00000061}.gallery-lightbox-close,.gallery-lightbox-arrow{color:#0f172a;cursor:pointer;background:#ffffffeb;border:1px solid #ffffff2e;border-radius:999px;place-items:center;display:grid;position:absolute;box-shadow:0 12px 34px #00000038}.gallery-lightbox-close{width:44px;height:44px;font-size:30px;line-height:1;top:22px;left:22px}.gallery-lightbox-arrow{width:52px;height:52px;font-size:44px;top:50%;transform:translateY(-50%)}.gallery-lightbox-arrow.previous{right:24px}.gallery-lightbox-arrow.next{left:24px}
.gallery-lightbox-counter{color:#0f172a;background:#ffffffeb;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:900;position:absolute;bottom:24px;right:50%;transform:translate(50%)}.property-summary,.public-text,.property-agent-card,.lead-form{border:1px solid var(--line);background:#fff;border-radius:8px;padding:24px}.lead-form{gap:14px;display:grid}.public-lead-head{padding:0}.lead-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.property-summary strong{margin:18px 0;font-size:1.8rem;display:block}.public-text{margin-top:24px}.public-text-priority{margin-top:18px}.lead-message-field textarea{resize:vertical;min-height:88px}.public-footer{justify-content:center;gap:16px;width:min(1120px,100% - 32px);margin:0 auto;padding:0 0 34px;display:flex}.floating-form{z-index:60;background:#0f172a73;justify-content:center;align-items:center;padding:18px;animation:.18s ease-out both scrimIn;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{width:min(540px,100%);max-height:calc(100dvh - 36px);box-shadow:var(--shadow);animation:modalIn var(--motion-med) var(--ease-out) both;background:#fff;border-radius:8px;flex-direction:column;padding:20px;display:flex;overflow:hidden}@supports not (height:100dvh){.modal{max-height:calc(100vh - 36px)}}.modal-head{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.modal h2{margin:0;font-size:22px}.close{width:36px;height:36px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;background:#eef2f6;border:0;border-radius:8px}.close:hover{color:var(--brand-strong);background:#e0e7ef;transform:rotate(-3deg)}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modal>.form-grid{scrollbar-gutter:stable;min-height:0;padding:2px 2px 4px;overflow-y:auto}.modal>.form-error,.modal>.actions{flex-shrink:0}.field{gap:5px;display:grid}.field.full{grid-column:1/-1}.field span{color:#475467;font-size:13px;font-weight:700}.field-note{color:var(--muted);font-size:12px;line-height:1.5}.pin-field-actions{flex-wrap:wrap;gap:8px;display:flex}.pin-field-actions button{flex:1 1 0}.image-picker{gap:8px;display:grid}.image-picker input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.image-picker-button{width:100%;min-height:46px;color:var(--brand-strong);transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease;background:#f0fdfa;border:1px dashed #0f766e80;border-radius:8px;font-weight:800}.image-picker-button:hover{border-color:var(--brand);background:#ccfbf1}.image-picker-button:active{transform:translateY(1px)scale(.99)}.image-picker-count{color:var(--muted);font-size:12px;line-height:1.4}.gallery-editor{gap:10px;margin-top:8px;display:grid}.gallery-editor-item{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;padding:8px;display:grid}.gallery-editor-item img{object-fit:cover;border-radius:6px;width:82px;height:64px}.gallery-editor-item strong{margin-bottom:6px;display:block}.gallery-editor-actions{flex-wrap:wrap;gap:6px;display:flex}.gallery-editor-actions button{border:1px solid var(--line);color:#344054;background:#fff;border-radius:7px;padding:5px 8px;font-size:12px;font-weight:800}.gallery-editor-actions button:disabled{cursor:default;opacity:.45}
.property-type-switch{background:#eef2f6;border:0;border-radius:10px;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:8px;display:grid}.property-type-switch legend{color:#475467;margin-bottom:6px;font-size:13px;font-weight:800}.property-type-switch label{color:#344054;cursor:pointer;min-width:0;min-height:44px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;border-radius:8px;place-items:center;font-weight:800;display:grid}.property-type-switch label.active{color:#111827;background:#fff;box-shadow:0 8px 20px #0f172a14}.property-type-switch input{opacity:0;pointer-events:none;position:absolute}.property-type-switch span{color:inherit;font-size:14px}input,select,textarea{border:1px solid var(--line);font:inherit;border-radius:8px;width:100%;min-width:0;max-width:100%;padding:10px}textarea{resize:vertical}.danger{color:#b91c1c}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--panel);border:1px solid var(--line);width:min(430px,100%);box-shadow:var(--shadow);border-radius:8px;gap:16px;padding:24px;display:grid}.onboarding-card{width:min(620px,100%)}.login-card h1{margin-top:12px}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:10px 12px;font-weight:700}.form-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin:0;padding:10px 12px;font-weight:700}.link-button{color:var(--brand-strong);background:0 0;border:0;padding:4px;font-weight:800}.legal-links{justify-content:center;gap:14px;font-size:.9rem;display:flex}.legal-links a,.public-footer a{color:var(--muted);font-weight:800;text-decoration:none}html:has(.legal-page){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}.legal-page{background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;direction:rtl;min-height:100vh;padding:32px 16px}.legal-page section{border:1px solid var(--line);width:min(760px,100%);box-shadow:var(--shadow);background:#fff;border-radius:8px;margin:0 auto;padding:24px}.legal-page h1{margin:12px 0 18px}.legal-page h2{margin:22px 0 8px;font-size:1.2rem}.legal-page p{color:#344054;line-height:1.8}.legal-page a{color:var(--brand-strong);font-weight:700}.legal-page ul{gap:8px;margin:8px 0 0;padding:0;list-style:none;display:grid}.legal-page li{color:#344054;padding-inline-start:20px;line-height:1.8;position:relative}.legal-page li:before{content:"•";color:var(--brand);font-weight:900;position:absolute;inset-inline-start:4px}.dashboard-error{margin-bottom:16px}.stats-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.stat-tile{border:1px solid var(--line);animation:statIn .32s var(--ease-out) both;transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:#fff;border-radius:8px;padding:14px}.stat-tile:nth-child(2){animation-delay:35ms}.stat-tile:nth-child(3){animation-delay:70ms}.stat-tile:nth-child(4){animation-delay:.105s}.stat-tile:hover{border-color:#0f766e3d;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a12}.stat-tile strong{color:var(--ink);font-size:1.45rem;display:block}.stat-value{color:inherit;font:inherit;font-variant-numeric:tabular-nums}.stat-tile span{color:var(--muted);font-size:.9rem;font-weight:800}.analytics-panel{max-width:920px}.analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px;display:grid}.analytics-grid>div{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:16px}.analytics-grid span{color:var(--muted);font-weight:800;display:block}
.analytics-grid strong{margin-top:8px;font-size:1.8rem;display:block}.analytics-split{grid-template-columns:240px minmax(0,1fr);gap:14px;padding:0 18px 18px;display:grid}.analytics-period,.analytics-table-wrap{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:14px}.lead-list{gap:12px;padding:18px;display:grid}.lead-card{border:1px solid var(--line);background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex}.lead-card strong,.lead-card span{display:block}.lead-card p{color:var(--muted);margin:8px 0 0;line-height:1.6}.lead-actions{white-space:nowrap;justify-items:end;gap:8px;display:grid}.lead-entry{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.lead-prop{background:var(--soft);border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:11px 13px;display:flex}.lead-prop-ico{width:34px;height:34px;color:var(--brand);background:#fff;border:1px solid #cdeee7;border-radius:9px;flex:none;place-items:center;display:grid}.lead-prop-ico svg{width:18px;height:18px}.lead-prop-thumb-button{cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;padding:0;line-height:0}.lead-prop-thumb{object-fit:cover;border:1px solid var(--line);background:#fff;border-radius:9px;width:44px;height:44px;display:block}.lead-lightbox{z-index:1000;background:#0f172ad1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.lead-lightbox-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:85vh;box-shadow:var(--shadow);border-radius:10px}.lead-lightbox-close{top:16px;width:40px;height:40px;color:var(--ink);cursor:pointer;box-shadow:var(--shadow);background:#fff;border:0;border-radius:999px;place-items:center;font-size:20px;line-height:1;display:grid;position:absolute;inset-inline-end:16px}.lead-del{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;flex:none;place-items:center;display:grid}.lead-del:hover{color:var(--danger-text,#b42318);border-color:#f3c2bd}.lead-del svg{width:15px;height:15px}.lead-prop-txt{flex:1;min-width:0}.lead-prop-txt small{color:var(--brand-strong);font-size:11px;font-weight:700;display:block}.lead-prop-txt strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;display:block;overflow:hidden}.lead-entry-body{padding:13px 14px}.lead-entry-top{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.lead-entry-name{font-size:17px;font-weight:800}.lead-entry-time{color:var(--muted);flex:none;font-size:12.5px}.lead-entry-msg{color:#344054;border-inline-start:3px solid var(--brand);background:#f8fafc;border-radius:6px;margin:9px 0 0;padding:8px 10px;font-size:14px;line-height:1.5}.lead-call{background:var(--brand);color:#fff;direction:ltr;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:12px 16px;font-size:16px;font-weight:800;text-decoration:none;display:flex}.lead-call svg{width:18px;height:18px}.analytics-period{align-content:start;gap:10px;display:grid}.analytics-period>strong,.analytics-table-wrap>strong{color:var(--ink);margin-bottom:4px;display:block}.analytics-period div{color:var(--muted);justify-content:space-between;gap:12px;font-weight:800;display:flex}.analytics-period b{color:var(--ink)}.analytics-table{border-collapse:collapse;width:100%;font-size:.92rem}.analytics-table th,.analytics-table td{border-bottom:1px solid var(--line);text-align:right;padding:10px 8px}.analytics-table th{color:var(--muted);font-size:.82rem}.analytics-table td:first-child{max-width:260px;font-weight:800}.analytics-empty{margin-top:10px}.settings-panel{max-width:820px}.settings-form{padding:18px}.logo-field small{color:var(--muted);line-height:1.6}.logo-upload-row{grid-template-columns:86px minmax(0,1fr);align-items:center;gap:12px;display:grid}.logo-upload-row img,.logo-placeholder{border:1px solid var(--line);background:#fff;border-radius:8px;width:86px;height:86px}.logo-upload-row img{object-fit:contain;padding:8px}.logo-placeholder{color:var(--muted);place-items:center;font-weight:800;display:grid}.toggle-field{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.toggle-field input{width:18px;height:18px;margin:4px 0 0}.toggle-field strong,.toggle-field small{display:block}.toggle-field small{color:var(--muted);line-height:1.6}
@media (max-width:980px){:root{--mobile-nav-reserved:calc(84px + env(safe-area-inset-bottom,0px))}.app-shell{display:block}.sidebar{display:none}.main{padding:18px 18px calc(var(--mobile-nav-reserved) + 18px)}.topbar-actions{align-items:stretch}.workspace{grid-template-columns:1fr}.stats-strip,.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-split{grid-template-columns:1fr}.composer{position:static}.property-hero,.public-card{grid-template-columns:1fr}.property-gallery-main{min-height:280px}.gallery-lightbox{padding:14px}.gallery-lightbox-image{max-height:calc(100dvh - 118px)}.gallery-lightbox-arrow{width:44px;height:44px;font-size:36px}.gallery-lightbox-arrow.previous{right:12px}.gallery-lightbox-arrow.next{left:12px}.public-card img{width:100%;height:180px}.story-preview-backdrop{padding:max(8px, env(safe-area-inset-top,0px)) 8px max(8px, env(safe-area-inset-bottom,0px));justify-content:center;align-items:center}.story-preview{width:min(430px,100vw - 16px);height:calc(100dvh - max(16px, env(safe-area-inset-top,0px)) - max(16px, env(safe-area-inset-bottom,0px)));max-height:calc(100dvh - max(16px, env(safe-area-inset-top,0px)) - max(16px, env(safe-area-inset-bottom,0px)));border-radius:18px}.story-preview-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:10px 12px;display:grid}.story-preview-head h3{font-size:17px;line-height:1.2}.story-preview-head .ghost{min-height:36px;padding:7px 10px;font-size:12px}.story-preview-body{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;gap:8px;padding:10px;display:grid;overflow:hidden}.story-preview-frame{width:min(235px,60vw);max-height:100%}.story-preview-frame img{object-fit:contain;max-height:calc(100dvh - 292px)}.story-preview-guide{border-radius:12px;gap:5px;padding:9px 10px;font-size:12.5px}.story-preview-guide ol{gap:2px;padding-inline-start:18px;line-height:1.35;display:grid}.story-preview-guide .mini-hint{display:none}.story-preview-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px;display:grid}.story-preview-actions>*{white-space:normal;min-width:0;min-height:42px;padding:8px 7px;font-size:12.5px;line-height:1.2}.group-picker-backdrop{padding:max(8px, env(safe-area-inset-top,0px)) 8px max(8px, env(safe-area-inset-bottom,0px))}.group-picker-card{width:min(420px,100vw - 16px);max-height:calc(80dvh - max(8px, env(safe-area-inset-top,0px)) - max(8px, env(safe-area-inset-bottom,0px)));border-radius:18px;padding:16px}.group-picker-head{gap:10px;margin-bottom:12px}.group-picker-head h3{font-size:17px;line-height:1.2}.group-picker-head .ghost{min-height:36px;padding:7px 10px;font-size:12px}.group-picker-item{min-height:46px;padding:12px 14px;font-size:14px;line-height:1.3}.mobile-nav{z-index:30;min-height:76px;padding:9px 10px calc(9px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border:1px solid #dde3eae6;border-bottom:0;border-radius:18px 18px 0 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 26px #0f172a24}.mobile-nav button{color:#475467;white-space:nowrap;text-overflow:ellipsis;min-width:0;min-height:50px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;border-radius:999px;padding:8px 4px;font-size:12.5px;font-weight:800;line-height:1.15;overflow:hidden}.mobile-nav button.active{color:var(--brand-strong);background:#18764e1f;box-shadow:0 8px 18px #18764e2e}.mobile-nav button:active{transform:scale(.98)}}
@media (max-width:640px){.topbar{flex-direction:column;align-items:stretch}.topbar-actions{flex-direction:column}h1{font-size:25px}.public-hero,.property-hero,.public-list,.public-text,.public-footer,.lead-form{width:min(100% - 24px,1120px)}.public-hero{text-align:center;padding:36px 0 24px}.public-hero h1,.property-summary h1{font-size:clamp(1.8rem,8vw,2.25rem);line-height:1.15}.public-hero p{font-size:1rem}.public-cta{margin-inline:auto}.property{grid-template-columns:96px minmax(0,1fr)}.property-thumb img{width:96px}.selected-property-strip{grid-template-columns:72px minmax(0,1fr)}.selected-property-strip img{width:72px;height:64px}.selected-property-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.form-grid,.share-grid{grid-template-columns:1fr}.link-row{grid-template-columns:1fr 1fr}.link-row span,.link-row code{grid-column:1/-1}.analytics-grid{grid-template-columns:1fr}.analytics-table-wrap{overflow-x:auto}.analytics-table{min-width:520px}.lead-card{display:grid}.lead-actions{white-space:normal;justify-items:stretch}.floating-form{width:100%;max-width:100vw;padding:12px 8px calc(var(--mobile-nav-reserved) + 14px);background:#0f172a8f;align-items:center;overflow-x:hidden}.modal{width:min(460px,100vw - 16px);min-width:0;max-width:calc(100vw - 16px);height:min(680px, calc(100dvh - var(--mobile-nav-reserved) - 28px));max-height:calc(100dvh - var(--mobile-nav-reserved) - 28px);border:1px solid #dde3eaf2;padding:0}@supports not (height:100dvh){.modal{height:min(680px, calc(100vh - var(--mobile-nav-reserved) - 28px));max-height:calc(100vh - var(--mobile-nav-reserved) - 28px)}}.modal-head{border-bottom:1px solid var(--line);margin:0;padding:14px 16px 12px}.modal h2{font-size:20px}.modal .close{width:34px;height:34px}.modal>.form-grid{gap:12px;width:100%;max-width:100%;padding:14px 16px 16px;overflow-x:hidden}.modal .field{gap:4px;min-width:0}.modal .field span{font-size:12px}.modal input,.modal select{min-width:0;max-width:100%;min-height:44px;padding:8px 10px}.modal textarea{resize:none;min-width:0;max-width:100%;min-height:180px;padding:10px;scroll-margin-top:88px;overflow-y:hidden}.property-type-switch{grid-template-columns:1fr 1fr;padding:7px}.property-type-switch label{min-height:42px;padding:0 6px}.property-type-switch span{text-align:center;font-size:13px;line-height:1.2}.lead-form{gap:10px;padding:18px}.property-agent-card{grid-template-columns:58px minmax(0,1fr);gap:12px;padding:16px}.property-agent-avatar{width:58px;height:58px}.property-agent-cta{grid-column:1/-1;width:100%}.lead-form-grid{gap:10px}.lead-message-field textarea{min-height:76px}.gallery-editor{max-width:100%;overflow-x:hidden}.gallery-editor-item{grid-template-columns:72px minmax(0,1fr);max-width:100%}.gallery-editor-item img{width:72px}.gallery-editor-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.gallery-editor-actions button{white-space:nowrap;width:100%;min-width:0;padding:5px 4px}.modal .actions{border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr 1fr;justify-content:stretch;gap:10px;margin:0;padding:12px 16px 14px;display:grid;position:static;box-shadow:0 -8px 18px #0f172a0d}.modal .actions button{width:100%;min-width:0;min-height:46px;padding:10px 14px}}.public-hero{text-align:center;place-items:center}.public-hero-card{grid-template-columns:minmax(0,1fr);justify-items:center;gap:14px;width:min(100%,620px);margin-inline:auto;display:grid}.public-hero-card h1,.public-hero-card>p{margin:0}.modal-actions-sticky{z-index:3;background:linear-gradient(#fff0,#fff 26%);margin:0;padding:14px 0 0;position:sticky;bottom:0}
.public-hero-cover{background-color:#dbe4e8;background-position:50% 30%;background-repeat:no-repeat;background-size:cover;justify-self:center;width:min(1120px,100vw - 32px);height:380px;margin-top:-40px;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%)}.public-agent-avatar{object-fit:cover;border:3px solid #fff;border-radius:999px;width:180px;height:180px;box-shadow:0 18px 36px #0f172a24}.public-agent-avatar.over-cover{z-index:1;margin-top:-104px;position:relative}.public-hero-card.has-cover>p:not(.public-agent-business){text-align:right;justify-self:stretch}.public-agent-business{color:var(--muted);margin:0;font-size:.95rem;font-weight:900;line-height:1.4}.public-hero-actions{justify-items:center;gap:10px;display:grid}.public-hero-actions .public-cta{margin-top:0}.public-empty-cta{border:1px solid var(--line);min-height:44px;color:var(--ink);background:#fff;border-radius:8px;place-items:center;padding:0 18px;font-weight:900;text-decoration:none;display:inline-grid;box-shadow:0 10px 22px #0f172a0f}.public-listing-tabs{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.public-listing-tabs button>span{align-items:center;gap:6px;display:inline-flex}.public-listing-tabs .tab-icon{font-size:1rem;line-height:1}.public-agent-empty{text-align:center;justify-items:center;gap:14px;max-width:520px;margin-inline:auto;padding:34px 24px;display:grid}.public-empty-avatar{object-fit:cover;border:3px solid #fff;border-radius:999px;width:92px;height:92px;box-shadow:0 14px 28px #0f172a1f}.public-agent-empty strong{color:var(--ink);font-size:1.25rem;display:block}.public-agent-empty span,.public-agent-empty p{color:var(--muted)}.public-agent-empty p{max-width:420px;margin:0;line-height:1.8}@media (max-width:640px){.public-hero-card{width:100%}.public-hero-cover{background-position:50%;width:100vw;height:150px;margin-top:-36px;-webkit-mask-image:none;mask-image:none}.public-agent-avatar{width:128px;height:128px}.public-agent-avatar.over-cover{margin-top:-78px}}.public-brand-meta{border:1px solid var(--line);background:#ffffffbd;border-radius:18px;gap:4px;margin:0;padding:14px;display:grid}.public-brand-meta span{color:var(--muted)}.advanced-fields{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;padding:12px}.advanced-fields summary{cursor:pointer;font-weight:900}.nested-grid{margin-top:12px}.file-input{width:100%;color:var(--muted);font-weight:700}.file-input::file-selector-button{color:var(--primary-strong);cursor:pointer;background:#10b9811a;border:1px solid #10b98152;border-radius:999px;margin-inline-end:12px;padding:10px 16px;font-weight:900}.logo-field:first-of-type .file-input::file-selector-button{content:"בחר תמונת מתווך"}.empty-value-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.empty-value-list li{border:1px solid var(--line);background:#ffffffb8;border-radius:16px;padding:12px 14px;font-weight:800}.trust-note{background:#10b98114;border:1px solid #10b9813d;border-radius:18px;gap:5px;margin-bottom:16px;padding:14px 16px;display:grid}.trust-note span{color:var(--muted)}
.visually-hidden-file{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.upload-card-body{background:linear-gradient(135deg,#10b98114,#ffffffeb);border:1px solid #10b98138;border-radius:20px;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;padding:16px;display:grid;position:relative}.upload-card.has-selection .upload-card-body{background:linear-gradient(135deg,#10b98124,#fffffff5);border-color:#10b9818c}.upload-preview,.upload-placeholder{object-fit:cover;width:82px;height:82px;color:var(--primary-strong);background:#eefaf6;border:2px solid #fff;place-items:center;font-weight:900;display:grid;box-shadow:0 14px 26px #0f172a1a}.avatar-preview{border-radius:999px}.logo-preview{border-radius:16px}.upload-card-body strong{margin-bottom:4px;font-size:1rem;display:block}.upload-card-body small{line-height:1.6;display:block}.upload-card-action{color:var(--primary-strong);background:#fff;border-radius:999px;margin-top:10px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.upload-selection-note{color:var(--primary-strong);margin-top:8px;font-size:12px;font-weight:900;line-height:1.5;display:block}.empty-steps{counter-reset:empty-step;text-align:right;gap:8px;max-width:440px;margin:16px auto 0;padding:0;list-style:none;display:grid}.empty-steps li{counter-increment:empty-step;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;font-weight:800}.empty-steps li:before{content:counter(empty-step) ". ";color:var(--primary-strong)}.public-trust-card{text-align:right;background:#ffffffc7;border:1px solid #10b98138;border-radius:20px;width:min(100%,430px);padding:16px}.public-trust-card strong{margin-bottom:8px;display:block}.public-trust-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.public-trust-card li:before{content:"✓";color:var(--primary-strong);margin-left:8px;font-weight:900}
.property-back-link{width:min(1120px,100% - 32px);color:var(--brand-strong);background:#ffffffeb;border:1px solid #0f766e2e;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 12px;padding:12px 16px;font-size:.98rem;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #0f172a14}.property-agent-card{background:linear-gradient(135deg,#10b98114,#fff);grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;width:min(1120px,100% - 32px);margin:16px auto 0;display:grid}.property-agent-avatar{object-fit:cover;border:3px solid #fff;border-radius:999px;width:72px;height:72px;box-shadow:0 12px 24px #0f172a1f}.property-agent-info{min-width:0}.property-agent-info span,.property-agent-info p{color:var(--muted);margin:0;font-size:.9rem;font-weight:800}.property-agent-info strong{color:var(--ink);margin:2px 0;font-size:clamp(1.45rem,5vw,1.9rem);line-height:1.08;display:block}.property-map-shell{border:1px solid var(--line);background:var(--bg);border-radius:12px;height:180px;position:relative;overflow:hidden}.property-map-shell.tall{height:200px}.property-map-canvas{width:100%;height:100%}.property-map-loading,.property-map-empty{color:var(--muted);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.property-map-loading{position:absolute;inset:0}.property-map-empty{border:1px dashed var(--line);background:var(--panel);border-radius:12px;min-height:64px}.property-map-button{width:100%;margin-top:4px}.map-modal-backdrop{z-index:120;background:#0f172a8c;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.map-modal{background:var(--panel);width:min(960px,100%);height:min(640px,100dvh - 24px);box-shadow:var(--shadow);border-radius:16px;outline:none;flex-direction:column;display:flex;overflow:hidden}.map-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.map-modal-head h2{color:var(--ink);margin:0;font-size:1.05rem}.map-modal-close{border:1px solid var(--line);color:#344054;background:#fff;border-radius:999px;width:32px;height:32px;font-weight:700;line-height:1}.map-modal .property-map-shell.fill{border:0;border-radius:0;flex:1;height:auto;min-height:0}.map-modal-toolbar{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.map-modal-filter{gap:6px;display:flex}.map-modal-filter button{border:1px solid var(--line);color:#344054;background:#fff;border-radius:999px;min-height:32px;padding:4px 12px;font-size:13px;font-weight:700}.map-modal-filter button.active{border-color:var(--brand);background:var(--brand);color:#fff}.map-modal-filter button:disabled{opacity:.45}.map-modal-legend{color:var(--muted);gap:12px;font-size:12px;font-weight:700;display:flex}.map-modal-legend span{align-items:center;gap:5px;display:inline-flex}.map-legend-dot{width:10px;height:10px;box-shadow:0 0 0 1px var(--line);border:1.5px solid #fff;border-radius:999px;display:inline-block}@media (max-width:640px){.map-modal-backdrop{padding:8px}.map-modal{border-radius:12px;height:calc(100dvh - 16px)}}

